@import "../bootstrap-icons-1.11.3/font/bootstrap-icons.min.css";
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');*/
@import "../fonts/loew-next/stylesheet.css";
@import "../fonts/tt-runs-trial-cufonfonts-webfont/style.css";
/*@import url('https://fonts.cdnfonts.com/css/tt-runs-trial');*/

@font-face {
    font-family: 'Franklin Gothic Demi';
    src: url("../fonts/franklin-gothic-demi/franklingothic_demi.ttf") format('ttf');
    font-weight: 400;
}

/*@font-face {
    font-family: 'Franklin Gothic Medium Cond';
    src: url("../fonts/Franklin Gothic Medium Cond.ttf") format('ttf');
    font-weight: 400;
}*/

@font-face {
    font-family: 'Forum';
    src: url("../fonts/Forum/Forum-Regular.ttf") format('ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Francois One';
    src: url("../fonts/Francois_One/FrancoisOne-Regular.ttf") format('ttf');
    font-weight: 400;
}

/****Переменные*****/

body{
    --font-title-main: 'Franklin Gothic Demi', sans-serif;
    --font-tt-runs: 'TT Runs Trial Variable Roman Regular', sans-serif;
    --font-loew-next: 'Loew Next', sans-serif;
    --bs-white: #FCF9F0;
    --bg-light-blue: #F7FAFE;
    --text-color: #17252F;
    --text-color-light: #696969;
    --bs-red: #E83528;
    --booking-bg: #F9F1E5;
}
.news-section{
    display: none;
}

html, body {
    height: 100%;
    margin: 0;
}


body {
    color: var(--text-color);
    font-family: var(--font-loew-next);
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
}
h1, h2, h3, h4, h5{
    font-family: var(--font-title-main);
    text-transform: uppercase;
}
p{
    font-family: var(--font-loew-next);
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
}
a, a:visited {
    color: #17252F;
    text-decoration: none;
}
.text-white .menu-item a:visited{
    color: var(--bs-white);
}
a:hover, a:active {
    color: #1E1E1E;
    text-decoration: underline;
}
.text-white{
    color: var(--bs-white);
}
.text-16{
    font-size: 16px;
}
.full-height {
  height: 100vh; /* Превращаем высоту div в высоту небоскрёба */
}

.btn-danger {
    background-color: #d33434;
    border: none;
}

.text-styled-red {
    color: #E83528;
}

.btn-danger:hover {
    background-color: #b62c2c;
}
.navbar-nav{
    gap: 30px;
}
#funmoscow_menu .nav-link{
    font-size: 14px;
}

.main-header .container-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
}

.main-header .container-block {
    display: flex;
    flex-direction: column;
}

.main-header .slogan-container {
    padding-top: 260px;
}

.about-slogan-container__title {
    position: relative;
    text-align: center;
    height: 600px;
    padding-top: 85px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.banner-title {
    position: absolute;
    opacity: 0; /* Начальная прозрачность */
    transform: translateY(-300px); /* Начальное положение выше */
    bottom: 10%;
    z-index: 3;
}
footer{
    overflow: hidden !important;
}
#mobile-menu li a{
    color: var(--bs-white);
}

.main-header .about-slogan-container__title  h2{
    font-family: 'Franklin Gothic', sans-serif;
    font-weight: 600;
    font-size: 116px;
    text-align: center;
    text-transform: uppercase;
}

.about-slogan-container__subtitle {
    position: absolute;
    text-align: center;
    padding-top: 85px;
    width: 100%;
    bottom: 12%;
}

.main-header .about-slogan-container__subtitle  h3 {
    font-family: 'Franklin Gothic', sans-serif;
    font-weight: 600;
    font-size: 73px;
    line-height: 62px;
    text-align: center;
    text-transform: uppercase;
}

.main-header .about-slogan-container__subtitle-styled {
    /* font-family: 'Franklin Gothic Medium Cond', sans-serif; */
    font-family: 'Franklin Gothic', sans-serif;
    font-weight: 400;
    font-size: 73px;
    line-height: 62px;

    text-align: center;
    text-transform: uppercase;
}
.open-booking__mobile{
    display: none;
}

.slogan-container a, .home-banner-links__wrapper a {
    position: absolute;
    bottom: 0;
    left: 38%;
    display: block;
    text-align: center;
    width: 304px;
    height: 150px;
    color: #FCF9F0;
    text-decoration: none;
    background-color: #E83528;
    margin-top: 29px;
    border-radius: 180px 180px 0 0;
    align-content: center;
    justify-self: center;
    text-transform: uppercase;
    font-family: 'Loew Next', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 10;
    white-space: nowrap;
    transition: all 0.3s ease;
}
.slogan-container a:hover, .home-banner-links__wrapper a:hover {
    height: 170px;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1.5);  /*пружинка*/
}

.main-header h1 {
    font-family: 'Franklin Gothic Demi', sans-serif;
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 33px;
}

.main-header h2 {
    font-family: "Franklin Gothic Demi", sans-serif;
    font-weight: 600;
    font-size: 61px;
    line-height: 70px;
    text-transform: uppercase;
}

.bordered-button {
    background-color: transparent;
    border: none;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--font-tt-runs);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    white-space: nowrap;
}
.bordered-button__white {
    background-image: url(../img/border_button_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 157px;
    color: #ffffff !important;

}
.bordered-button__white:hover{
    background-image: url(../img/white_btn_hover.svg);
    color: var(--text-color) !important;
}
.bordered-button__white span{
    line-height: 297%;
}
a.bordered-button__heart-line{
    padding: 15px 40px;
    display: block;
}
a.bordered-button__heart-line:hover{
    transform: scale(1.1);
    transition: all .4s ease-in-out ;
}
.header-btn__wrapper{
    display: flex;
    justify-content: end;
    align-items: center;
}

.bordered-button__heart-line {
    color: #17252F;
    background-image: url(../img/heart_line_for_link.svg);
    background-repeat: no-repeat;
    width: 157px;
    height: 41px;
    font-family: var(--font-loew-next);
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
}

.bordered-button__red {
    background-image: url(../img/red_button.svg);
    background-repeat: no-repeat;
    width: 157px;
    height: 51px;
    bottom: 0;
    justify-content: center;
}
.custom-plus, .custom-minus{
    cursor: pointer;
}
.bordered-button__red--large {
    color: #17252F;
    background-color: transparent;
    background-image: url(../img/red_button_large.svg);
    background-repeat: no-repeat;
    width: 180px;
    height: 47px;
    background-size: contain;
font-size: 13px;
    justify-self: anchor-center;
    text-transform: uppercase;
}
.bordered-button__red--large-reverse{
    color: var(--bs-white);
    background-color: transparent;
    background-image: url(../img/red_button_large_hover.svg);
    background-repeat: no-repeat;
    width: 217px;
    height: 57px;
    justify-self: anchor-center;
    text-transform: uppercase;
    border: none;
}
.bordered-button__red--small{
    background-image: url(../img/red_button_small_hover.svg);
    background-size: contain;
    width: 135px;
    height: 57px;
    border: none;
    justify-self: center;
    font-family: var(--font-tt-runs);
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--bs-white);
}
.bordered-button__red--small-reverse {
    background-image: url(../img/red_button_small.svg);
    background-size: contain;
    width: 135px;
    height: 57px;
    border: none;
    justify-self: center;
    font-family: var(--font-tt-runs);
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--text-color);
}

.bordered-button__red--large:hover {
    text-align: center;
    background-image: url(../img/red_button_large_hover.svg);
    background-repeat: no-repeat;
    /*width: 217px;*/
    /*height: 58px;*/
    color: #ffffff !important;
}
.bordered-button__red--large-reverse:hover{
    text-align: center;
    background-image: url(../img/red_button_large.svg);
    background-repeat: no-repeat;
    /*width: 217px;*/
    /*height: 58px;*/
    color: var(--text-color) !important;
    border: none;
}
.bordered-button__red--small:hover{
    /*width: 135px;*/
    /*height: 57px;*/
    background-color: transparent;
    border: none;
    background-image: url(../img/red_button_small.svg);
    /*background-size: contain;*/
    color: var(--text-color) !important;
}
.bordered-button__red--small-reverse:hover{
    /*width: 135px;*/
    /*height: 57px;*/
    background-color: transparent;
    border: none;
    background-image: url(../img/red_button_small_hover.svg);
    /*background-size: contain;*/
    color: var(--bs-white) !important;
}


/* .bordered-button__red--large::after:hover {
    text-align: center;
    align-content: center;
    content: "ЗАБРОНИРОВАТЬ";
    background-color: #E83528;
    width: 180px !important;
    height: 40px !important;
} */

.bordered-button__gray {
    /*text-align: justify;*/
    color: #17252F !important;
    /*padding-left: 30px;*/
    background-image: url(../img/border_button_gray.svg) !important;
    /*background-repeat: no-repeat;*/
    /*width: 157px;*/
    /*height: 51px;*/

}

.bordered-button__red-arrow,
.bordered-button__red-arrow--top {
    position: relative;
    color: #17252F;
    border-bottom: 2px solid #E83528;
    padding-bottom: 9px;
}

.bordered-button__red-arrow::after,
.bordered-button__red-arrow--top::after {
    content: "";
    position: absolute;
    background-image: url(../img/red_arrow.svg);
    background-repeat: no-repeat;
    width: 49px;
    height: 24px;
    bottom: auto;
    top: 15px;
    left: 99%;
}

.bordered-button__red-arrow--top::after {
    top: 15px;
}
.bordered-button__red-arrow--top-booking{
    padding-right: 20px;
    padding-left: 10px;
}
.bordered-button__red-arrow--top-booking::after{
    top: 10px;
    background-image: url("../img/arrow_down.svg");
    width: 24px;
    height: 49px;
    left: 93%;
}

.bordered-button:hover,
.bordered-button:active,
.bordered-button:visited {
    /* color: #ffffff; */
    color: var(--text-color) !important;
    text-decoration: none;
}
.bordered-button__red-arrow-left{
    position: relative;
    color: var(--text-color);
}
.bordered-button__red-arrow-left::after{
    content: "";
    position: absolute;
    background-image: url(../img/long_arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
    width: 275px;
    bottom: -20px;
    left: 0;
    transition: all 0.3s ease;
}
.bordered-button__red-arrow-left:hover::after, .bordered-button__red-arrow-left:hover{
    transform: scale(1.1);
}
.see-all-programs{
    text-align: center;
}

.main-header {
    position: relative;
}

.main-header .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    padding-top: 60px;
}

.about-section h3,
.programs-section h3 {
    font-weight: 700;
}

.about-section {
    background-color: #FCFCFC;
}

/* .about-section img { */
    /* width: 100%; */
    /* margin-top: 70px; */
/* } */
.about-new-format-section{
    position: relative;
    overflow: hidden;
    /*background-image: url("../img/new_format-2.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: right;*/
    /*max-height: 768px;*/

}
.about-new-format__background-blue{
    background-image: url("../img/new_format-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    height: 768px;
    margin-left: calc(50vw - 30%);
    width: 100vw;
    /*padding-left: calc(50vw + 50%);*/
    /*overflow: hidden;*/
}
@media screen and (min-width: 2500px){
    .about-new-format__background-blue{
    margin-left: calc(50vw - 65%);
    }
}

.about-new-format__row{
    top: 0;
    position: absolute;
    left: 250px;
    width: 100%;
}
.about-new-format-section__card{
    position: absolute;
    top: 30%;
    left: -250px;
}

.about-new-format__left-wrapper img{
    height: 768px;
    width: auto;
}
.about-new-format__left-wrapper{
    text-align: right;
    position: relative;
}

.about-new-format__content {
    width: 407px;
    height: 322px;
    /* border: 1px solid red; */
    background-color: #ffffff;
    align-content: center;
    display: flex;
}
.about-new-format__content img{
    height: 100%;
}
.about-new-format-section__card-left{
    width: 20%;
}
.about-new-format-section__card-right{
    width: 80%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}
.about-new-format-section__card-right .title{
    text-align: left;
    margin-bottom: 30px;
}

.about-new-format__content-subtitle {
    font-family: 'Loew Next', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;

    color: #17252F;
    text-transform: uppercase;
}

/* .about-new-format__content::before {
    content: "";
    background-image: url('img/miksher.svg');
    width: 220px;
    height: 45px;
} */

.about-new-format-section__right {
    width: 40%;
    /*background-image: url('../img/new_format-2.jpg');*/
    /*background-repeat: no-repeat;*/
    /*background-position-x: left;*/
    /*background-position-y: top;*/
    /*width: 100%;*/
    /*height: 100vh;*/
    /*align-content: space-around;*/
    padding-left: 45px;
    /*padding-right: 0;*/
}

.big-title {
    font-family: 'Franklin Gothic', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;

    text-transform: uppercase;
    color: #17252F;
}

.title {
    font-family: var(--font-title-main);
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.about-section__subtitle {
    font-family: var(--font-loew-next);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;

}

.excursion-section__title {
    font-family: 'Franklin Gothic', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;

    text-transform: uppercase;
}

.excursion-section__paragraph {
    font-family: var(--font-loew-next);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;

}

/*.excursion-section__paragraph--red {*/
/*    position: relative;*/
/*    background-color: #E83528;*/
/*    padding: 15px 0 15px;*/
/*    color: #ffffff;*/
/*}*/
.excursion-section__red-wrapper{
    position: relative;
    background-color: #E83528;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    color: var(--bs-white);
}
.excursion-section__red-wrapper::before{
    position: absolute;
    content: "";
    background-color: #E83528;
    width: 200%;
    height: 100%;
    transform: translateX(-99%);
    top: 0;
    z-index: -1;
}

/*.excursion-section__paragraph--red::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-color: #E83528;*/
/*    width: 16%;*/
/*    height: 99%;*/
/*    transform: translate(-118px, -14px);*/
/*}*/

.excursion-section__paragraph-styled {
    font-family: 'Franklin Gothic', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    vertical-align: middle;
    text-transform: uppercase;
}

.excursion-section__subtitle {
    font-family: 'Franklin Gothic', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 43px;
    text-transform: uppercase;
    color: #17252F;
}

.excursion-section__link {
    font-family: var(--font-loew-next);
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #3C93D2;
    border: none;
    background-color: transparent;
    padding: 0;
}

.excursion-booking-section .see-all-programs {
    margin: 80px 0 100px;
}

.excursion-booking__table {
    width: 100%;
    margin: 10px 0 20px;
}

.excursion-booking__table-row {
    border: 1px solid #D7D8D8;
    border-left: none;
    border-right: none;
}

.excursion-booking__day {
    font-family: var(--font-title-main);
    font-weight: 600;
    font-size: 50px;
    line-height: 43px;
    text-transform: uppercase;
    color: #17252F;
    padding: 30px 15px;
    width: 90px;
}

.excursion-booking__day-of-week {
    padding: 10px 15px;
    vertical-align: middle;
    padding-left: 0;
}

.excursion-booking__day-of-week__dayof {
    margin: 0;
    font-family: 'Loew Next', sans-serif;
    font-weight: 500;
    font-size: 16px;
    
    color: rgba(117, 117, 117, 1);

}

.excursion-booking__day-of-week__month {
    font-family: 'Franklin Gothic', sans-serif;
    font-weight: 600;
    font-size: 16px;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 0;
}

.excursion-booking__time {
    font-family: 'Franklin Gothic', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 10px 70px;
}

.excursion-booking__teathre {
    font-family: 'Loew Next', sans-serif;
    font-weight: 500;
    font-size: 16px;
    /* line-height: 24px; */
    padding: 10px 15px;
    width: 30%;
}
.excursion-booking__teathre p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

}

.months-block__list {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.months-block__item {
    width: min-content;
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #D7D8D8;
    margin-right: 10px;
}

.months-block__item a {
    font-family: 'Loew Next', sans-serif;
    font-weight: 500;
    font-size: 16px;
    /* line-height: 30px; */
    text-align: center;
}

.about-excursions-section img {
    width: 95%;
}

.about-command-section{
    background-color: #000;
}

.about-command-section img{
    width: 100%;
}


.programs-section {
    background-color: #F9F1E5;
    font-family: 'Loew Next', sans-serif;
    position: relative;
}

.programs-section--white {
    background-color: #ffffff;
}

.programs-section__pre-title {
    font-weight: 400;
    font-size: 16px;
    /* line-height: 30px; */
    text-transform: initial;
    text-align: center;
    color: #17252F;
    font-family: var(--font-loew-next);
}

.programs-section__title {
    font-family: 'Franklin Gothic', sans-serif;
    font-weight: 400;
    font-size: 36px;
    /* line-height: 46px; */

    text-align: center;
    text-transform: uppercase;
    color: #17252F;
    margin-bottom: 80px;
}

.programs-section__card {
    background-color: transparent !important;
    border: none !important;
}

.programs-section__card-body {
    align-content: center;
}

.programs-section__card-subtitle {
    font-family: var(--font-loew-next);
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;

    color: #17252F;
}

.programs-section__card-title {
    font-family: 'Franklin Gothic', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
    color: #17252F;
}
.load-more__row{
        justify-content: center;
        text-align: center;
}
.excursion-booking__button-mobile{
    display: none;
}


/*.programs-section .see-all-programs {*/
/*    background: #F7FAFE;*/
/*    background: linear-gradient(11deg,rgba(247, 250, 254, 1) 43%, rgba(249, 241, 229, 1) 3%);*/
/*}*/

.features-section {
    color: #17252F;
    overflow: hidden;
    background-color: #F7FAFE;
    height: 90vh;
    position: relative;
}
.features-section__parrots{
    position: absolute;
    bottom: 0;
    left: calc(50vw - 800px);
    background-image: url('../img/parrots.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 884px;
    width: 1303px;
    z-index: -1;
}

/* .features-section .container { */
    /*background: #F7FAFE;*/
    /*background: linear-gradient(11deg,rgba(247, 250, 254, 1) 43%, rgba(249, 241, 229, 1) 3%);*/
/* } */

/* .features-section h3 {
    font-family: 'Franklin Gothic', sans-serif;
    font-weight: bold
    font-size: 30px;
    line-height: 45px;
} */

.features-section p {
    font-family: var(--font-loew-next);
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
}

.benefits-section {
    background-color: #EFDFDF;
    overflow: hidden;
}

.benefits-list__number {
    display: block;
    position: relative;
    font-family: 'Forum', serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase;
}

.benefits-list__number:after {
    position: absolute;
    content: "";
    left: -10px;
    top: 6px;
    background-image: url(../img/circle.svg);
    background-repeat: no-repeat;
    width: 45px;
    height: 40px;
}

.benefits-list__title {
    font-family: 'Forum', serif;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
}

.benefits-list__subtitle {
    font-family: var(--font-loew-next);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.footer-section {
    background-color: #222;
}


.invitation-section {
    background-color: #E83528;
    color: #ffffff;
    width: 100vw;
    position: relative;
}

.invitation-section .container {
    padding: 60px 0 80px;
}

.invitation-section h5 {
    font-family: 'Franklin Gothic', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
}

.invitation-section h4 {
    font-family: 'Franklin Gothic', sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.invitation-section .description {
    font-family: var(--font-loew-next);
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    line-height: 26px;
    margin-bottom: 30px;
}

.invitation-section .after-description {
    font-family: 'TT Runs Trial Variable Roman Regular', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.contact-section__form,
.price-section {
    background-color: #F9F1E5;
    padding: 45px;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #757575;
    align-self: center;
    padding-top: 35px;
}
.about-banner__container{
    height: 100vh;
}

.price-section__title {
    font-family: 'Franklin Gothic', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #17252F;
}

.price-section__subtitle {
    font-family: var(--font-loew-next);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #344049;
}

.price-section__section-total-price {
    font-family: 'Franklin Gothic', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    color: #17252F;

    margin-bottom: 38px;
}

.ruble-sign {
    font-family:var(--font-loew-next);
/*    font-family: 'Francois One', sans-serif;*/
    font-weight: 500;
    font-size: 40px;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
}



.contact-section__form-title {
    margin-bottom: 0;

    font-family: 'Franklin Gothic', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    color: #17252F;
}

.contact-section__form label {
    font-family: var(--font-loew-next);
}

.contact-section__form input {
    height: 50px;
}

.contact-section__form input,
.contact-section__form textarea {
    background-color: #FFFFFF;
    border: 1px solid #ffffff;
    border-radius: 0;
    color: #000;
    padding-left: 10px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  background-color: white !important;
}
.form-label{
    margin-bottom: 0;
}
.form-textarea p, .wpcf7-form p{
    margin-bottom: 0;
}

.bordered-submit-button__red {
    font-family: 'TT Runs Trial Variable Roman Regular', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #17252F;
}

.news-section .card {
    border-radius: 0;
    border: 1px solid #F7F7F7;
}

.news-section .card-body .card-text {
    font-family: var(--font-loew-next);
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #757575;
}

.news-section .card-body .card-title {
    font-family: 'Franklin Gothic', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1E1E1E;
}

.news-section .card-body a {
    font-family: 'TT Runs Trial Variable Roman Regular', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #1E1E1E;
    text-decoration: none;
}

.news-section .card-body a:hover,
.news-section .card-body a:active {
    color: #1E1E1E;
    text-decoration: underline;
}

.news-section__image-block {
    background-color: #D9D9D9;
}

.news-section__content-block {
    background-color: #F7F7F7;
}

.footer-section__up {
    background-color: #F9F1E5;
}

.footer-section__title {
    font-family: 'TT Runs Trial Variable Roman Regular', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
}

.contacts-section .contacts-list {
    list-style: none;
    display: inline-block;
}

.contacts-section .contacts-list li {
    list-style: none;
    padding: 10px 15px;
}

.footer-section__subtitle {
    font-family: 'TT Runs Trial Variable Roman Regular', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    margin: 10px 0 15px;
}

.footer-section__menu {
    list-style: none;
    display: inline-block;
    padding-left: 0;
}

.footer-section__menu-item {
    margin: 10px 0 15px;
}

.footer-section__menu-item a {
    font-family: 'TT Runs Trial Variable Roman Regular';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;

}

 .footer-section__submenu-item a {
    font-family: "Loew Next", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;

 }

.footer-section__down--dark {
    color: #ffffff;
    background-color: #17252F;
}

.footer-section .pays-list {
    display: flex;
    list-style: none;
    align-items: baseline;
}

.footer-section .pays-list__item {
    padding-right: 40px;
}

.footer-section .socilals-list {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: baseline;
}

.footer-section .socilals-list__item {
    padding-right: 20px;
}

.footer-section .copyright p {
    font-family: 'Loew Next', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: right;
    /* vertical-align: middle; */
    justify-items: end;

}

.footer-section .copyright-text {
    font-family: "Loew Next", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    vertical-align: middle;

}


@media (min-width: 576px) {
    .main-header {
        /*background-image: url(img/background.jpg);*/
        background-position-x: center;
        background-position-y: top;
        background-size: auto;
    }
    .main-header .slogan-container {
        padding-top: 110px;
    }
    .main-header h1 {
        font-size: 35px;
    }
    .main-header h2 {
        font-size: 55px;
        line-height: 55px;
    }
    .footer-section__up .footer-section__title {
        margin-bottom: 20px !important;
    }
    .navbar-nav {
/*        margin-top: 20px;*/
    }

    .about-section > .container > .row {
        padding-bottom: 0 !important;
    }
    .footer-section__contacts-block h3 {
        text-align: left;
    }
    .features-section {
        background-size: contain;
        background-position-y: bottom;
    }
    .footer-section__up .logo-block {
        text-align: center;
    }
    .footer-section__up > .container > .row > .col-sm-12 > img {
        margin-bottom: 55px !important;
    }
    .footer-section .pays-list,
    .footer-section .socilals-list {
        padding-left: 0;
    }
    .footer-section .pays-list {
        justify-content: flex-start;
    }
    .footer-section .socilals-list {
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-bottom: 0;
    }
    .footer-section .pays-list__item {
        padding-right: 20px;
    }
    .footer-section .pays-list__item img {
        width: 55px;
    }
    .footer-section .socilals-list__item--whatsapp {
        width: 28px;
    }
    .footer-section .socilals-list__item--telegram {
        width: 30px;
    }
    .footer-section .socilals-list__item--vk {
        width: 38px;
    }
    .footer-section .socilals-list__item {
        padding-right: 10px;
    }
    .footer-section .copyright {
        justify-items: center;

    }
 }

/******FunMoscow Correction*****/
.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.9s;

    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;


    background: rgba( 23, 37, 47, 0.5 ) !important;
    box-shadow: 0 5px 12px 0 rgba( 23, 37, 47, 0.37 );
    backdrop-filter: blur( 15px );
    -webkit-backdrop-filter: blur( 15px );


}
.sticky .container-block{
    min-height: initial;
    max-height: 85px;
}
.sticky .header-logo{
    height: 60px;
    width: auto;
}
.sticky .header__row{
    padding-bottom: 12px;
    padding-top: 12px;
}
.main-header{
    position: absolute;
    background-color: transparent;
    z-index: 999;
    width: 100%;
}
.main-banner{
    position: relative;
    background-position: center;
}
.menu-item.active a, .menu-item{
    color: var(--bs-white);
    font-family: var(--font-tt-runs);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}
.header-white .menu-item.active a{
    color: var(--text-color);
}
/***Container****/
@media (min-width: 1550px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1477px;
    }
}

.main-banner-textblock{
    padding-top: 500px;
    padding-bottom: 200px;
    position: relative;
}
.slogan-container h1{
    font-size: 45px;
    font-weight: 600;
    line-height: 52px;
    text-transform: uppercase;
    width: 50%;
}
.slogan-container h2{
    font-size: 65px;
    font-weight: 600;
    line-height: 115px;
    text-transform: uppercase;
}
.about-section{
    position: relative;
    overflow: hidden;
}
.about-section__bg1{
    position: absolute;
    right: 75%;
    bottom: 0;
    background-image: url("../img/bg-items-1.svg");
    background-size: contain;
    height: 927px;
    width: 704px;
}
.about-section__bg2{
    position: absolute;
    right: -300px;
     top: 70%;
    background-image: url("../img/bg-items-2.svg");
    background-size: contain;
    height: 518px;
    width: 820px;
}
.programs-section__bg1{
    position: absolute;
    right: -300px;
    top: -210px;
    background-image: url("../img/bg-items-2.svg");
    background-size: contain;
    height: 518px;
    width: 820px;
}
.programs-section__bg2{
    position: absolute;
    right: 85%;
    bottom: -500px;
    background-image: url("../img/bg-items-3.svg");
    background-size: contain;
    height: 873px;
    width: 1149px;
}
.features-section__bg1{
    position: absolute;
    right: 85%;
    top: -200px;
    background-image: url("../img/bg-items-3.svg");
    background-size: contain;
    height: 873px;
    width: 1149px;
}
.features-section__bg2{
    position: absolute;
    right: 0;
    bottom: -200px;
    background-image: url("../img/bg-items-4.svg");
    background-size: cover;
    height: 518px;
    width: 500px;
    background-position-x: right;
}
.benefits-section__road{
    position: absolute;
    top: 50%;
    left: calc(50vw + 30px);
    transform: translate(-60%, -50%);
    background-image: url("../img/home-road.png");
    background-size: contain;
    height: 912px;
    width: 1356px;
    display: none;
}
.benefits-section__road-absolute{
    position: absolute;
    top: 261px;
    left: calc(50vw - 800px);

    height: 912px;
    width: 1356px;
}
.benefits-section__road-relative{
    position: relative;
    top: 0;
    left: 0;
    background-image: url("../img/road-houses.svg");
    background-size: contain;
    height: 912px;
    width: 1356px;
}
.red-weell{
    position: absolute;
    background-image: url("../img/red-wheell.svg");
    background-size: cover;
    height: 264px;
    width: 264px;
    left: 913px;
    top: 406px;
    transition: transform 0.2s linear;
}
.plus{
    position: absolute;
    background-image: url("../img/plus-road.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    left: 610px;
    top: 309px;
    transition: transform 0.03s ease-out; /* для плавности */
}
.benefits-list{
    flex-direction: column;
}
.benefits-list__2{
    margin-bottom: 375px;
}
.about-section__left-wrapper{
    position: relative;
    padding-top: 80px;
}
.img-fluid__actors{
    position: relative;
    z-index: 1;
}
/***Анимация сердечка актеров***/
.heart-anim{
    position: absolute;
    background-image: url("../img/actors-heart.svg");
    background-size: contain;
    height: 976px;
    width: 900px;
    right: -170px;
    top: -100px;
    animation: bounce 1.8s cubic-bezier(0.28, 0.84, 0.42, 1) infinite paused;
}
/***Запуск анимации***/
.heart-anim.visible {
    animation-play-state: running;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-20px);
    }
}

/***Анимация желтой лампочки***/
.lamp-anim{
    position: absolute;
    background: radial-gradient(
            circle at center,
            rgba(255, 188, 117, .3) 0%,
            rgba(255, 188, 117, 0) 80%
    );
    border-radius: 50%;
    height: 420px;
    width: 420px;
    right: 25%;
    top: 10%;
    z-index: 5;
    animation: pulse 1.8s cubic-bezier(0.28, 0.84, 0.42, 1) infinite paused;

}
/***Запуск анимации***/
.lamp-anim.visible {
    animation-play-state: running;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.5);
    }
}
.about-command-section{
    padding-top: 30px;
}
.programs-section{
    /*clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);*/
    overflow: hidden;
}
.features-section{
    clip-path: polygon(0 0, 100% 13.3%, 100% 100%, 0 100%);
    margin-top: -300px;
    background-position-x: -100%;
}
@media  screen and (min-width: 1568px) {
    .features-section{
        background-position-x: calc(50vw - 900px);
    }
}
.container-space__programs{
    padding-top: 80px;
    padding-bottom: 160px;
}
.container-space__features{
    padding-top: 150px;
    padding-bottom:80px;
}
/***** Спиннер загрузки билетов*****/
.spinner {
    border: 2px solid rgba(0, 0, 0, 0.1);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-left-color: var(--bs-red);
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
/**** Анимация появления кнопки "Смотреть еще" ****/
#load-more-events {
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(0);
    pointer-events: auto;
}

#load-more-events.hidden {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
}

/****Анимация появления билетов ****/
.fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s ease-in-out forwards;
    animation-delay: var(--delay, 0s);
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/**** Модальное окно бронирования****/
.modal-content{
    background-color: var(--booking-bg);
}
.modal-header{
    border-bottom: none;
}
.modal-body{
    padding-top: 0;
}
hr{
    box-sizing: border-box;
}
.row__modal{
    --bs-gutter-x: 2rem;

}
.row-booking__total{
    justify-content: flex-end;
    align-items: center;
    margin-top: 80px;
}
.event-booking{
    padding-left: 15px;
    padding-right: 15px;
}
input.qtyminus, input.qtyplus{
    display: none;
}
.custom-minus{
    background-image: url("../img/minus.svg");
    background-size: contain;
    width: 32px;
    height: 31px;
}
.custom-plus{
    background-image: url("../img/plus.svg");
    background-size: contain;
    width: 32px;
    height: 31px;
}
input.qty{
    width: 30px;
    border: none;
    margin-left: 10px;
    background-color: var(--booking-bg);
}
.quantity{
    display: flex;
    align-items: center;
}
.text__light{
    color: var(--text-color-light);
    font-size: 17px;
    line-height: 43px;
}
.booking-address{
    text-align: right;
}
.text__strong{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}
.ticket-error{
    color: red;
    font-size: 12px;
    width: 150px;
    line-height: 15px;
    padding-top: 5px;
}
.quantity-width{
    width: 20%;
}
.booking-form__fields, .booking-form__fields:focus, .booking-form__fields:visited{
    border: none !important;
    box-shadow: none;
    height: 60px;
}
.booking-btn-wrapper{
    display: flex;
    justify-content: end;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
/***********/
.excursion-section__img-wrapper{
    padding-top: 100px;
    margin-bottom: 40px;
}
.excursion-section__red-wrapper p{
    font-family: var(--font-loew-next);
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
}
.excursion-section__red-wrapper h4{
    font-family: var(--font-title-main);
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    vertical-align: middle;
    text-transform: uppercase;
}
.content-short h3, h3.wp-block-heading{
    font-weight: 600;
    font-size: 24px;
    line-height: 43px;
}
.content-short{
    padding-top: 40px;
}
h4.wp-block-heading{
font-weight: 600;
    font-size: 18px;
    line-height: 43px;
}
.wp-block-list li{
    padding-bottom: 15px;
}
.wp-block-list li:last-child{
    padding-bottom: 2px;
}
.excursion-section__excerpt-wrapper{
    padding-bottom: 30px;
    padding-top: 30px;
}
.event-filter__wrapper{
    padding-top: 30px;
    padding-bottom: 40px;
}
/*****************/

/* Контейнер для слайдера с ограничением слева */
.swiper-outside-container {
    position: relative;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    padding-left: calc(50vw - 50%);
    overflow: hidden;
}

/* Стили для слайдера события */
.event-gallery-slider {
    width: 100%;
    padding-left: 20px; /* Отступ слева как у общего контейнера */
}

/* Стили для слайдов */
.event-gallery-slider .swiper-slide {
    width: auto !important; /* Чтобы слайды не растягивались */
    padding-right: 20px; /* Отступ между слайдами */
}
.swiper-pagination-bullet-active{
    background-color: var(--bs-red);
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -40px;
}

/* Адаптивные стили */
@media (max-width: 768px) {

        .swiper-outside-container {
        /*margin-left: -20px;*/
        /*width: calc(100% + 40px);*/
        /*padding-right: 20px;*/
        margin-left: 0;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .event-gallery-slider {
        padding-left: 0;
    }
    .event-gallery-slider .swiper-slide, .swiper-slide img{
        width: 100% !important;
        text-align: center;
        padding-right: 0;
    }

}
.excursion-booking__button{
    text-align: right;
}
.navbar-toggler-icon-dark{
    background-image: url("../img/burger-menu-dark.svg") !important;
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-toggler-icon-light{
    background-image: url("../img/burger-menu-light.svg") !important;
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-toggler-icon-dark{
    background-image: url("../img/burger-menu-dark.svg") !important;
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-toggler-icon-dark:hover, .navbar-toggler-icon-dark:active{
    background-image: url("../img/burger-menu-dark.svg") !important;
}
.btn-outline-dark:hover, .btn-outline-dark:active{
/*    border-color: var(--bs-red);*/
    background-color: transparent;
}
.offcanvas{
    height: 100vh !important;
    transition: transform 0.4s ease, opacity 0.2s ease-in-out;
    opacity: 0;

}
.text-bg-dark{
background: rgba( 23, 37, 47, 0.5 ) !important;
box-shadow: 0 5px 12px 0 rgba( 23, 37, 47, 0.37 );
backdrop-filter: blur( 15px );
-webkit-backdrop-filter: blur( 15px );
}
.offcanvas.show {
    opacity: 1;
}a.banner-tg-channel
.card-body{
    justify-content: space-between;
}
.text-right{
    text-align: right;
}
.event-item{
    margin-bottom: 30px;
}
.programs-section{
    padding-bottom: 200px !important;
}
.header-logo{
    width: 111px;
    height: 83px;

}
.social-telegram, .social-whatsapp{
    width: 38px;
    height: 38px;

}
.social-media-contact{
    margin-bottom: 0 !important;
    margin-top: 0;
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
}
.social-media{
    list-style: none;
    padding-left: 0;
    align-items: center;
}
.social-telegram{
    background: url("../img/TG-icon.svg") no-repeat;
    background-size: contain;
}
.social-whatsapp{
    background: url("../img/WA-icon.svg") no-repeat;
    background-size: contain;
}
a.banner-tg-channel{
    position: absolute;
    bottom: 0;
    left: inherit;
    right: 0;
    display: block;
    text-align: center;
    width: inherit;
    height: inherit;
    color: #FCF9F0;
    text-decoration: none;
    background-color: transparent !important;
    margin-top: 29px;
    border-radius: unset;
    border: none !important;
    align-content: center;
    justify-self: center;
    text-transform: none !important;
    font-family: 'Loew Next', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 600%;
    white-space: nowrap;
    transition: all 0.3s ease;
}
.banner-tg{
    position: absolute;
    right: 12%;
    bottom: 36px;
}
.banner-tg-channel p{
    text-align: right;
}
.banner-tg-channel p:hover{
    text-decoration: underline;
}
a.banner-tg-channel:hover{
    height: inherit;
}
.footer-menu__left li, .footer-menu__right li{
    margin: 10px 0 15px;
    line-height: 18px;
}
.footer-menu__left, .footer-menu__right, .footer-section__menu{
    margin-left: 0;
}
.footer-section__menu-item img{
    margin-right: 10px;
}
.footer-section__subtitle{
    text-transform: initial;
    line-height: 18px;
}
.footer-section__up{
    padding-top: 50px !important;
}
.socilals-list__item--telegram{
    background: url("../img/telegram_icon_white.svg") no-repeat;
    background-size: contain;
    width: 37px;
    height: 33px;
}
.socilals-list__item--whatsapp{
    background: url("../img/whatsapp_white.svg") no-repeat;
    background-size: contain;
    width: 33px;
    height: 33px;
}
.socilals-list__item--vk{
    background: url("../img/vk_icon_white.svg") no-repeat;
    background-size: contain;
    width: 33px;
    height: 33px;
}
.header-menu_white li{
    color: var(--text-color);
}

.header-white.sticky{
    background-color: white !important;
    backdrop-filter: none;
}
.contacts-section{
    position: relative;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
}
.parallax-element {
    position: absolute;
    will-change: transform; /* Оптимизация для браузера */
    /* Начальные стили для элемента */
    width: 99px;
    height: 149px;
    background-image: url("../img/contact-heart.svg");
    background-size: contain;
    background-repeat: no-repeat;
    left: 45%;
/*    top: -50px;*/
top: -126px;
    z-index: -1;
}
.contact-social{
    display: flex;
    gap: 20px;
}
.socilal-vk{
    background-image: url("../img/vk_icon_blue.svg");
    background-size: contain;
    width: 38px;
    height: 38px;
}
.contact-bg-1{
    position: absolute;
    bottom: 200px;
    left: -400px;
    background-image: url(../img/contact-bg-1.svg);
    background-size: contain;
    width: 549px;
    height: 803px;
    z-index: -1;
}
.contact-bg-2{
    position: absolute;
    bottom: 0;
    right: 10%;
    background-image: url(../img/contact-bg-2.svg);
    background-size: contain;
    width: 1020px;
    height: 554px;
    z-index: -1;
}
.form-label{
    width: 100%;
    line-height: 55px;
    font-size: 15px;
    font-weight: 400;
    color: #757575;
}
.wpcf7-not-valid-tip{
    line-height: normal;
}
input.wpcf7-submit{
    color: #17252F;
    background-color: transparent;
    background-image: url(../img/red_button_large.svg);
    background-repeat: no-repeat;
    width: 217px;
    height: 57px;
    justify-self: anchor-center;
    white-space: nowrap;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0;
}
input.wpcf7-submit:hover{
    text-align: center;
    background-image: url(../img/red_button_large_hover.svg);
    background-repeat: no-repeat;

    color: #ffffff !important;
}
ul.contacts-list{
    margin-left: 0;
}
.form-control:focus{
    background-color: var(--bs-body-bg);
    border-color: var(--bs-red);
    outline: 0;
    box-shadow: none;
}
button.scroll-button:hover{
    color: var(--bs-white) !important;

}
.btn-burger:first-child:active{
    background-color: transparent;
}
.btn-burger:hover{
    background-color: transparent;
}
.pay-mir{
    background-image: url("../img/pay_mir.svg");

}
.pay-visa{
    background-image: url("../img/pay_visa.svg");
}
.pay-mastercard{
    background-image: url("../img/pay_mastercard.svg");
}
.pay-mir, .pay-visa, .pay-mastercard{
    background-size: contain;
    background-repeat: no-repeat;
    height: 33px;
    width: 40px;

}
.programs-section__white{
    background-color: white;
    padding-top: 120px;
    padding-bottom: 0 !important;

}
.about-banner__container{
    padding-top: 100px;
    padding-bottom: 200px;
    position: relative;
}
.about-slogan-container__title h1{
    font-size: 116px;
    font-weight: 800;
    line-height: normal;
    bottom: 67%;
}
.about-slogan-container__subtitle h2{
    font-size: 73px;
    line-height: normal;
    font-weight: 500;

}
.about-project-section{
    padding-bottom: 80px;
    padding-top: 80px;
}
.about-project__row{
    justify-content: center;
}
.about-project__row img{
    width: 100%;
}
.about-new-format-section__mobile{
    display: none;
}
.idea{
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    bottom: 30px;
    left: -200px;
    gap: 20px;
    align-items: center;
}
.idea p{
    margin-bottom: 0;
    transform: translateY(-3px);
}
.idea img{
    width: 14px;
    height: 14px;
}
.idea:hover img{
    transform: translateX(30px);
    transition: all ease .5s;
}
.about-excursions-section{
    position: relative;
    overflow: hidden;
    padding-top: 180px;
    padding-bottom: 180px;
}
/**** Параллакс "Экскурсии"******/
.parallax-layer {
    position: absolute;
background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    will-change: transform; /* Для оптимизации анимации */
}

.layer-1 {
    z-index: 1;
    top: 150px;
    left: 25%;
    width: 386px;
    height: 180px;

}
.layer-2 {
    z-index: 4;
    bottom: 130px;
    left: 28%;
     width: 386px;
    height: 180px;
    /*width: 446px;
    height: 217px;*/
}
.layer-3 {
    z-index: 3;
    bottom: 45%;
    right: 54px;
     width: 386px;
    height: 180px;
    /*width: 446px;
    height: 217px;*/
    transform: translateX(150px); /* Начальная позиция */
}
/*************/
.about-project-section{
    position: relative;
    overflow: hidden;
}
.about-project__items-1{
    position: absolute;
    background-image: url("../img/about-bg-1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 406px;
    height: 642px;
    left: -100px;
    bottom: -150px;
}
.about-project__items-2{
    position: absolute;
    background-image: url("../img/about-bg-2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 820px;
    height: 518px;
    right: -200px;
    bottom: 0;
}
.about-new-format__items-1{
    position: absolute;
    background-image: url("../img/about-bg-1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 406px;
    height: 642px;
    left: -50px;
    top: -248px;
}
.about-excursions__items-1{
    position: absolute;
    background-image: url("../img/about-bg-3.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 969px;
    height: 736px;
    left: 0;
   bottom: -450px;
}
.about-excursions__items-2{
    position: absolute;
    background-image: url("../img/about-bg-4.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 1149px;
    height: 873px;
    right: -500px;
    top: -600px;
}
.about-command-section{
    overflow: hidden;
}
.benefits-section__road-relative-mobile {
    display: none;

}
/*.contact-section__left-wrapper-mobile{
    display: none;
}*/
.main-banner-textblock.contacts-section__banner-container{
    padding-top: 300px;
    padding-bottom: 200px;
}
.excursion-section__img-wrapper-mobile{
    display: none;
}
.event-single{
    overflow: hidden;
}
.excursion-section__img-wrapper video{
    object-fit: cover;
    width: 100%;
}
.months-block ul{
    margin-left: 0;
}
.home-banner-links__wrapper{
    position: relative;
    height: 177px;

}
.main-banner-textblock{
    padding-bottom: 0;
}
.banner-tg{
    position: absolute;
    right: 0;
    bottom: 30px;
}
.home-main-banner-desktop__video, .home-main-banner-desktop{
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.home-main-banner-desktop__video video{
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.home-main-banner-mobile, .home-main-banner-mobile__video {
    display: none;
    overflow: hidden;
    height: 100vh;
}
.home-banner-links__absolute{
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100vw;
}
.main-banner-textblock{
    padding-bottom: 200px;
}
.home-banner-links__wrapper{
    display: flex;
    justify-content: center;
}
.home-banner-links__wrapper a{
    left: initial;
}
.grecaptcha-badge{
    display: none;
}
.bordered-button__red--large-home{
    width: 183px;
    height: 48px;
    background-size: contain;
}
.nav-item__tel a{
    color: var(--bs-white);
    font-family: var(--font-tt-runs);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}
.nav-item__tel{
    margin-right: 50px;
}
.single-event__slider-section{
    padding-bottom: 150px;
}
.nav-item__tel-black a{
    color: var(--text-color);
}

/**** Media *****/
@media screen and (max-width: 1550px){
    .benefits-section__road-absolute{
        left: -67px;
    }
    .features-section{
        background-position-x: calc(50vw - 800px);
    }
    .layer-1{
        top: 100px;
    }
      .slogan-container__home{
        transform: translateY(-60%);
    }
    .features-section__parrots{
        height: 672px;
        width: 1067px;
    }
    .banner-title{
        bottom: 38%;
    }
    .parallax-element{
        top: -27px;
    }
}
@media screen and (max-width: 1400px){
    .slogan-container h1{
        width: 70%;
    }
    .heart-anim{
        width: 800px;
        height: 830px;
    }
    .about-section__left-wrapper{
        margin-bottom: -40px;
    }
    .features-section{
        background-position-x: -100px;
    }
    .about-new-format__left-wrapper{
        width: 50%;
    }
    .about-new-format__row{
        left: 150px;
    }
    .about-new-format-section__card{
        left: -150px;
    }
    .about-excursions-section .title{
font-size: 22px;
        line-height: 35px;
    }
   
    .idea{
        left: -30%;
    }
    .benefits-section__road-absolute{
        top: 424px;
    }
    .benefits-list__2 {
        margin-bottom: 437px;
    }
    /*.home-main-banner-desktop{
    display: flex;
    align-items: center;
    }
    .main-banner-textblock{
        padding-top: 100px;
    }*/
    .nav-item__tel a{
        font-size: 12px;
    }

}
@media screen and (max-width: 1292px) {
    .benefits-section__road-absolute{
        left: -137px;
    }
}
@media screen and (max-width: 1276px) {
    .idea{
        display: none;
    }
    .benefits-section__road-absolute{
        left: -204px;
    }
}
@media screen and (max-width: 1200px) {
    .header-social__wrapper{
        padding-right: 15px;
    }
    .slogan-container h2{
        line-height: 90px;
    }
    .slogan-container a{
        left: 30%;
    }
    .title{
        font-size: 24px;
        line-height: 38px;
    }
    .about-section__subtitle{
        line-height: 27px;
    }
    p{
        font-size: 16px;
        line-height: 27px;
    }
    .heart-anim{
        width: 700px;
        height: 730px;
    }
    .about-section__left-wrapper{
        margin-bottom: -75px;
    }
    .programs-section__card-title{
        font-size: 15px;
        line-height: 23px;
    }
    .bordered-button__red--large{
        width: 100%;
        height: 40px;
        background-size: cover;
    }
    .form-btn__submit{
        width: 100%;
        height: 50px;
        background-size: contain;
        background-position-x: center;
    }
    a.banner-tg-channel{
        left: inherit;
    }
    .banner-tg-channel p{
        margin-bottom: 50px;
    }
    .invitation-section h4{
        font-size: 40px;
    }
    .invitation-section h5{
        line-height: 50px;
    }
    .benefits-section__road{
        height: 812px;
        width: 1200px;
    }
    #funmoscow_menu .nav-link{
        font-size: 12px;
    }
    .navbar-nav{
        gap:20px;
    }
    .logo-block, .footer-menu-left__wrapper, .footer-menu-right__wrapper{
        width: 33%;
    }
    .footer-section__contacts-block{
        width: 100%;
    }
    .footer-section__up .logo-block{
        text-align: left;
    }
    .footer-section .pays-list{
        margin-left: 0;
    }
    .socilals-list p, .footer-section .copyright p{
        font-size: 12px;
    }
    .footer-section .copyright{
        margin-top: 0;
    }
    .parallax-element{
        width: 89px;
        height: 129px;
    }
    .about-excursions-section .title{
        font-size: 18px;
        line-height: 30px;
    }
    .excursion-section__title {
        font-family: 'Franklin Gothic', sans-serif;
        font-weight: 600;
        font-size: 35px;
        line-height: 45px;
    }
    .price-section__title{
        font-size: 13px;
    }
    .price-section__subtitle{
        font-size: 14px;
    }
    .bordered-button__red--large {
        width: 90%;
        height: 49px;
    }
    .bordered-button{
        font-size: 12px;
    }
    .open-booking{
        width: 170px;
        height: 45px;
    }
    .excursion-booking__button{
        text-align: right;
    }
    .text__light{
        font-size: 14px;
    }
    .bordered-button__red--small{
        width: 104px;
        height: 44px;
        font-size: 13px;
    }
    .bordered-button__red--small-reverse{
        width: 116px;
        height: 50px;
        background-repeat: no-repeat;
        font-size: 13px;
    }
    .bordered-button__red--large-reverse{
        background-size: contain;
        width: 200px;
        height: 50px;
        font-size: 13px;
    }
    .content-full ul{
        font-size: 16px;
        line-height: 27px;
    }
    h4.wp-block-heading{
        font-size: 16px;
    }
   /* .banner-tg{
        bottom: 3px;
    }*/
     .banner-tg-channel p{
        margin-bottom: 20px;
    }
    .bordered-button__red-arrow-left::after{
        background-size: contain;
        width: 230px;
    }
    .nav-item__tel a{
        white-space: nowrap;
    }
    .nav-item__tel{
        margin-right: 0;
    }
    .about-slogan-container__title h1{
        font-size: 87px;
    }
    .about-slogan-container__subtitle h2{
        font-size: 65px;
    }

}
@media screen and (max-width: 1178px) {
    .benefits-section__road-absolute {
        left: -262px;
    }
}
@media screen and (max-width: 1099px) {
    .benefits-section__road-absolute {
        left: -316px;
    }
}
@media screen and (max-width: 1049px) {
    .benefits-section__road-absolute {
        left: -366px;
    }
}

@media screen and (max-width: 992px) {
    .about-excursions-section img{
        width: 100%;
    }
    .parallax-element{
        left: 75%;
        top: -67px;
    }
    .about-section__left-wrapper{
        order: 2 !important;
        padding-bottom: 70px;
        width: 100%;
    }
    .about-section__right-wrapper{
        max-width: 100%;
        width: 100%;
        margin-left: 0 !important;
        position: relative;
        z-index: 3;
    }
    .heart-anim{
        width: 900px;
        height: 976px;
    }
    .event-item{
        width: 100%;
    }
    .bordered-button__red--large{
        width: 70%;
        height: 40px;
        background-size: contain;
        background-position-x: center;
    }
    .benefits-list__2{
        margin-bottom: 300px;
        padding-bottom: 200px;
        margin-left: 400px;
    }
    .invitation-section__left-wrapper{
        width: 100%;
        margin-bottom: 70px;
    }
    .invitation-section__right-wrapper{
        /*order: 1 !important;*/
        width: 100%;
        margin-bottom: 50px;
    }
    .contact-section__left-wrapper{
        width: 100%;
        margin-bottom: 50px !important;
    }
    .contact-section__form{
        width: 100%;
    }
    .pay-mir, .pay-visa, .pay-mastercard{
        width: 35px;
    }
    .footer-section .socilals-list__item--telegram, .footer-section .socilals-list__item--whatsapp{
        width: 23px;
    }
    .footer-section .socilals-list__item--vk{
        width: 28px;
    }
    .socilals-list__wrapper, .pays-list__wrapper{
        width: 45%;
    }
    .socilals-list p, .footer-section .copyright p{
        white-space: nowrap;
    }
    .pays-list{
        margin-bottom: 5px;
    }
    .copyright__wrapper{
        width: 100%;
        padding-top: 15px;
    }
    .about-new-format-section__mobile{
        display: block;
    }
    .about-new-format-section{
        display: none;
    }
    .about-new-format-section__mobile img{
        width: 100%;
    }
    .about-new-format-section__mobile-img{
        padding-right: 0;
        padding-left: 0;
    }
    .about-new-format-section__mobile-blue{
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .about-new-format-section__mobile{
        position: relative;
    }
    .miksher{
        background-image: url("../img/miksher-gor.svg");
        background-size: contain;
        height: 76px;
        width: 100%;
        position: absolute;
        bottom: 70px;

    }
    .about-new-format-section__mobile .about-new-format__content-subtitle{
        padding-top: 60px;
        text-align: center;
    }
    .about-slogan-container__title h1{
        font-size: 70px;
        bottom: 75%;
    }
    .about-slogan-container__subtitle h2{
        font-size: 55px;

    }
    .about-excursions__left-wrapper{
        width: 100%;
    }
    .about-excursions-section{
        padding-top: 60px;
    }
    .about-excursions__right-wrapper{
        width: 100%;
        margin-left: 0;
        padding-top: 180px;
    }
    .layer-2{
        left: -40%;
    }
    .layer-3{
        bottom: 30%;
        right: 0;
    }
    .layer-1{
        top: 400px;
        left: -30%;
    }
    .about-command__left-wrapper{
        width: 100%;
        order: 2;
    }
    .about-command__right-wrapper{
        width: 100%;
        order: 1;
    }
    .about-command-section{
        padding-top: 80px;
    }
    .benefits-section__road{
        display: block;
        background-size: cover;
        top: 473px;
        left: calc(50vw + 100px);
        height: 800px;
        width: 100vw;
    }
    .benefits-section__road-relative{
        display: none;
    }
    .benefits-list__1{
        width: 100%;
        margin-bottom: 665px;
    }
    .benefits-list__2{
        margin-left: 0;
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 0;
    }
    .benefits-list__3{
        width: 100%;
        margin-bottom: 400px;
    }
    .benefits-list__4{
        display: none;
    }
    .invitation-red-wheell__wrapper-mobile{
        position: absolute;
        top: -398px;
        left: 33px;
        height: 600px;
        width: 900px;

    }
    .benefits-section__road-relative-mobile{
        display: block;
        background-image: url(../img/half-weell.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 900px;
        height: 400px;
        left: 0;
        top: 0;
        z-index: 10;
        position: relative;
    }
    .red-weell__mobile{
        position: absolute;
        height: 380px;
        width: 380px;
        left: 260px;
        top: 241px;
        z-index: 20;
        background-image: url("../img/red_weell_mobile.svg");
    }
    .invitation-section .invitation__text-container{
        padding-top: 250px;
    }
    .excursion-section__title{
        font-size: 30px;
    }
    .price-section{
        padding-left: 25px;
        padding-right: 25px;
    }
    .price-section__subtitle{
        line-height: 24px;
    }
    .price-section__content button, .excursion-booking__button button{
        font-size: 10px;
        width: 154px;
        height: 42px;
    }
    .excursion-booking__teathre{
        font-size: 14px;
        line-height: 24px;
        width: 50%;
    }
    .excursion-booking__time{
        padding: 10px 30px;
        width: 10%;
    }
    .excursion-booking__day{
        padding: 10px 10px;
        width: 10%;
    }
    .excursion-booking__day-of-week {
        padding: 10px 5px;
        width: 10%;
        padding-left: 0;
    }
    .text__light {
        font-size: 13px;
        line-height: 18px;
    }
    .modal-body{
        padding-right: 0;
        padding-left: 0;
    }
    .booking-modal__tiket-title{
        font-size: 16px;
        width: 40%;
        line-height: 23px;
    }
    .price-cell{
        text-align: center;
    }
    .quantity{
        justify-content: flex-end;
    }
    .booking-step .text__strong{
        font-size: 20px;
    }
    .booking-total__price{
        width: 50%;
        text-align: left !important;
    }
    .booking-total__button-wrapper{
        width: 50%;
        text-align: right;
    }
    .booking-total__button-wrapper button{
        width: 109px;
        height: 44px;
        font-size: 12px;
    }
    .booking-btn-wrapper{
        justify-content: space-between;
    }
    .bordered-button__red--small-reverse{
        width: 111px;
        height: 48px;
        background-repeat: no-repeat;
        font-size: 12px;
    }
    .bordered-button__red--large-reverse{
        width: 188px;
        height: 48px;
        background-size: contain;
        font-size: 12px;
    }
   
    a.banner-tg-channel {
        left: inherit;
    }
    .slogan-container{
        width: 100%;
    }
    .home-main-banner-mobile{
        height: min-content;
    }
    .about-banner__container{
        height: 80vh;
    }

}
@media screen and (max-width: 935px){
    .invitation-red-wheell__wrapper-mobile{
        left: 17px;
    }
}
@media screen and (max-width: 919px){
    .invitation-red-wheell__wrapper-mobile{
        left: 3px;
    }
}
@media screen and (max-width: 900px){
    .invitation-red-wheell__wrapper-mobile{
        left: 96px;
        width: 500px;
        top: -298px;
    }
    .benefits-section__road-relative-mobile{
        width: 700px;
        height: 300px;
    }
    .red-weell__mobile {

        height: 300px;
        width: 300px;
        left: 200px;
        top: 189px;

    }
    .benefits-list__3{
        margin-bottom: 300px;
    }
    .benefits-section__road{
        height: 679px;
        width: 700px;
        left: calc(50vw + 170px);
    }
    .benefits-list__1{
        margin-bottom: 612px;
    }
    .benefits-section__road-absolute{
        display: none;
    }
    .invitation-red-wheell__wrapper-mobile{
        left: calc(50vw - 350px);
    }
    .features-section__text-wrapper{
        width: 100%;
        margin-left: 0;
    }
    .features-section__parrots{
        left: calc(50vw - 600px);
        height: 805px;
    }
    .features-section{
        height: 1140px;
    }
}

@media screen and (max-width: 815px){
.banner-tg{
    right: 20%;
}
}
@media screen and (max-width: 768px){
    .about-slogan-container__title h1{
        font-size: 55px;
    }
    .about-slogan-container__subtitle h2{
        font-size: 45px;
    }
    .about-project__right-wrapper{
        margin-left: 0;
        padding-top: 60px;
    }
    .about-excursions-section .title{
        font-size: 20px;
    }
    .layer-1{
        top: 29%;
    }
    .layer-2{
        left: -30%;
    }
    .layer-3{
        bottom: 27%;
    }

    .main-banner{
        overflow: hidden;
    }
    .slogan-container h1{
        width: 90%;
        font-size: 40px;
    }
    .slogan-container h2{
        line-height: 80px;
        font-size: 60px;
    }
    .slogan-container a{
        left: calc(50vw - 250px);
    }
    a.banner-tg-channel{
        right: -8px;
        left: initial;
    }
    .heart-anim{
        width: 700px;
        right: -143px;
        top: -62px;
    }
    .programs-section__card-button{
        text-align: center;
        padding-top: 20px;
    }
    .benefits-section__road{
        top: 550px;
        left: calc(50vw + 80px);
    }
   /* .contact-section__left-wrapper{
        display: none;
    }*/
    .contact-section__left-wrapper-mobile{
        position: relative;
        display: block;
        height: 879px;
    }
    .contact-img{
        position: absolute;
        top: 0;
        left: -244px;
        width: 758px;
        height: 819px;
        background-repeat: no-repeat;
    }
    .contact-section__form{
        /*margin-top: 600px;*/
    }
    .contact-section{
        overflow: hidden;
    }
    .excursion-section__img-wrapper{
        order: 1;
    }
    .excursion-section__desc-wrapper{
        order: 3;
        width: 100%;
        margin-top: 80px;
    }
    .excursion-section__sidebar-wrapper{
        order: 2;
        width: 100%;
    }
    .excursion-booking__day{
        font-size: 30px;
    }
    .excursion-booking__day-of-week__month,
    .excursion-booking__day-of-week__dayof,
    .excursion-booking__time{
        font-size: 13px;
    }
    .excursion-booking__teathre {
        font-size: 11px;
        line-height: 18px;
    }
    .excursion-booking__button button.open-booking {
        font-size: 8px;
        width: 105px;
        height: 30px;
    }
    .bordered-button{
        font-size: 11px;
    }
    .months-block__list {
        flex-wrap: wrap;
        gap: 15px;
        margin-left: 0;
    }
    .months-block__item{
        margin-right: 0;
    }
    .event-button__wrapper{
        text-align: center;
        padding-top: 20px;
    }
    .about-slogan-container__title{
        height: 55vh;
    }
    .banner-tg {
        right: -11%;
    }
    .parallax-element{
        top: -104px;
    }
    .excursion-section__img-wrapper-mobile{
        display: block;
        margin-top: 100px;
    }
    .excursion-section__img-wrapper{
        display: none;
    }
    .event-single__container{
        padding-right: 0;
        padding-left: 0;
    }
    .excursion-section__img-wrapper-mobile video{
        object-position: -100vw center;
        height: 100%;
    }
    .excursion-section__desc-wrapper{
        padding-left: 25px;
    }
    .excursion-section__sidebar-wrapper{
        margin-top: 0;
    }
    .excursion-section__excerpt-wrapper, .content-short, .content-full{
        padding-right: 8px;
    }
   .home-main-banner-desktop__video, .home-main-banner-desktop{
        display: none;
    }
    .home-main-banner-mobile, .home-main-banner-mobile__video{
        display: block;
        position: relative;
        overflow: hidden;
        height: min-content;
    }
    .home-main-banner-mobile__video video{
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .main-banner-textblock{
        padding-top: 150px;
        padding-bottom: 170px;
    }
     .bordered-button__red-arrow-left::after{
        
        width: 210px;
    }
    .features-section__parrots{
        left: calc(50vw - 550px);
        height: 733px;

    }
      .features-section{
        height: 100vh;
    }
    .programs-section__pre-title{
        font-size: 14px;
        line-height: 24px;
    }
    .excursion-booking__button-mobile{
        display: block;
        border-bottom: 1px solid #D7D8D8;

    }
    .excursion-booking__button-desktop{
        display: none;
    }
    
   .excursion-booking__teathre p{
    font-size: 11px;
    line-height: 17px;
   }
   .bordered-button__red--large{
    background-position-y: center;
   }
   .excursion-booking__table-row td{
    vertical-align: top;
   }

    .open-booking__mobile{
        display: block;
    }
    .excursion-booking__day-of-week__dayof{
        font-size: 11px;

    }
    .excursion-booking__day{
        font-size: 40px;
        line-height: 43px;
    }
    .excursion-booking__day-of-week__month{
        font-size: 16px;
        font-weight: 500;
    }
.excursion-booking__time {
    font-size: 16px;
}
.bordered-button__red--large{
    width: 143px;
    height: 37px;
    font-size: 10px;
}
.excursion-booking__time{
    padding-left: 5px;
    padding-right: 5px;
}
.main-banner-textblock.contacts-section__banner-container{
    padding-top: 100px;
    padding-bottom: 180px;
}
.about-slogan-container__title h1{
    bottom: 62%;
}


}
@media screen and (max-width: 705px){
    .benefits-section__road-relative-mobile{
        width: 500px;
        height: 244px;
    }
    .invitation-red-wheell__wrapper-mobile{
        top: -254px;
        left: calc(50vw - 267px);

    }
    .red-weell__mobile{
        height: 212px;
        width: 212px;
        left: 144px;
        top: 135px;
    }
    .invitation-section .invitation__text-container{
        padding-top: 180px;
    }
    a.banner-tg-channel{
        right: 0;
    }
    .invitation-section__right-wrapper img{
        max-width: 60%;
    }
    .benefits-list__3{
        margin-bottom: 250px;
    }
    .red-weell__mobile {
        height: 212px;
        width: 212px;
        left: 163px;
        top: 156px;
    }
    .benefits-section__road-relative-mobile {
        width: 537px;
        height: 254px;
    }
    .socilals-list__wrapper{
        width: 50%;
    }
}
@media screen and (max-width: 664px){
    .banner-tg {
        right: -2%;
    }

}
@media screen and (max-width: 600px){
.features-section__parrots {
        left: calc(50vw - 400px);
        height: 500px;
        width: 926px;
    }
}
@media screen and (max-width: 576px){
    .socilals-list__wrapper, .pays-list__wrapper{
        width: 100%;
    }
    .footer-section .socilals-list{
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-left: 0;
    }
    .pays-list{
        margin-bottom: 20px;
    }
    .footer-section .pays-list{
        justify-content: center;
    }
    .footer-section .copyright p{
        text-align: center;
    }
    .logo-block, .footer-menu-left__wrapper, .footer-menu-right__wrapper{
        width: 100%;
    }
    .logo-block{
        margin-bottom: 60px;
    }
    .footer-section__title{
        margin-bottom: 15px !important;
    }
    .big-title{
        font-size: 30px;
    }
    .contacts-section__block .title{
        font-size: 18px;
        margin-bottom: 0;
    }
    .contact-row .col-7{
        width: 100%;
        padding-bottom: 50px;
    }
    a.banner-tg-channel{
        right: 30px;
    }
    .layer-1{
        width: 300px;
        height: 150px;
        left: -97%;
        top: 40%;
    }
    .layer-2{
        left: -89%;
        width: 300px;
        height: 150px;
        bottom: 50px;
    }
    .layer-3{
        width: 300px;
        height: 150px;
        right: -45px;
    }
    .about-excursions__right-wrapper{
        padding-top: 130px;
    }
    .about-excursions-section{
        padding-bottom: 100px;
    }
    .lamp-anim{
        right: 11%;
    }
    .invitation-section .invitation__text-container .row{
        width: 100%;
        margin-left: 0;
    }
    .about-section__left-wrapper{
        padding-bottom: 20px;
    }
    .heart-anim{
        right: -123px;
    }
    .see-all-programs__wrapper{
        text-align: center;
    }
    .features-section{
    background-position-x: -53px;
    background-size: contain;
    background-position-y: bottom;
    }
    .benefits-section__road{
        top: 484px;
        left: calc(50vw + 70px);
        width: 550px;
        height: 547px;
    }
    .benefits-list__1{
        margin-bottom: 450px;
    }
    .invitation-section__right-wrapper img {
        max-width: 50%;
    }
    .invitation-red-wheell__wrapper-mobile{
        width: 379px;
        top: -179px;
        left: calc(50vw - 190px);
    }
    .benefits-section__road-relative-mobile{
        width: 379px;
        height: 182px;
    }
    .red-weell__mobile{
        height: 148px;
        width: 148px;
        left: 115px;
        top: 112px;
    }
   /* .swiper-outside-container {
        margin-left: 20px;
        width: calc(100% - 10px);
    }*/
    .booking-address{
        width: 50%;
    }
    .booking-time{
        width: 20%;
    }
    .booking-date{
        width: 30%;
    }
    .bordered-button__red-arrow--top-booking::after {
        top: 7px;
    }
        .features-section {
        height: 924px;
    }
    .nav-item__tg, .nav-item__wa{
        display: none;
    }
    .nav-item__tel{
        margin-right: 50px;
    }
}
@media screen and (max-width: 527px){
    .layer-1{
        top: 42%;
        height: 100px;
    }
    .layer-2{
        height: 100px;
    }
    .layer-3{
        height: 100px;
    }
    .about-excursions__right-wrapper{
        padding-top: 120px;

    }
    .invitation-section h4{
        font-size: 30px;
        line-height: 45px;
        width: 100%;
    }
    .invitation-section h5{
        font-size: 20px;
    }
    .slogan-container h1{
        font-size: 35px;
        line-height: 45px;
    }
    .slogan-container h2 {
        line-height: 60px;
        font-size: 50px;
    }
    .slogan-container a{
        width: 243px;
        height: 111px;
        font-size: 11px;
    }
    .slogan-container a:hover {
        height: 125px;
    }
    .banner-tg-channel p {
        margin-bottom: 35px;
        font-size: 12px;
    }
    .about-section__left-wrapper img{
        max-width: 85%;
    }
    .heart-anim {
        right: -57px;
        width: 600px;
        height: 600px;
    }
   
     .banner-tg-channel p {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 506px){
    .features-section__parrots {
        left: calc(50vw - 350px);
        height: 465px;
        width: 926px;
    }
}
@media screen and (max-width: 485px){
    .excursion-booking__day {
        
        padding-left: 5px;
        padding-right: 5px;
    }
    .excursion-booking__day-of-week__month,
    .excursion-booking__day-of-week__dayof
     {
        font-size: 10px;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 20px;
    }
    .excursion-booking__teathre {
        font-size: 11px;
        line-height: 13px;
    }
    .excursion-booking__button button.open-booking {
        font-size: 6px;
        width: 79px;
        height: 20px;
    }
    .months-block__item a{
        font-size: 13px;
        line-height: normal;
    }
    .months-block__item{
        padding: 7px 7px;
        padding-top: 0;
    }
    .months-block__list{
        gap: 10px;
    }
    .event-filter__wrapper{
        padding-bottom: 10px;
    }
   
    
    /*.event-gallery-slider .swiper-slide{
        padding-right: 7px;
    }
    .swiper-outside-container{
        width: calc(100% + 40px);
        margin-left: calc(-50vw + 45%);
        padding-left: calc(50vw - 50%);
        padding-right: 0;
    }*/
    .excursion-section__red-wrapper h4{
        font-size: 22px;
        margin-top: 7px;
    }

    .excursion-section__red-wrapper p{
        font-size: 15px;
        line-height: 23px;
    }
  /*  .price-section__content button{
        font-size: 14px;
        width: 262px;
        height: 69px;
    }*/
    .booking-date{
        padding-right: 0;
    }
    .booking-modal__tiket-title{
        font-size: 14px;
    }
    .price-regular{
        font-size: 14px;
        white-space: nowrap;
    }
    .booking-title{
        width: 100%;
    }
    .content-full ul{
        font-size: 14px;
        line-height: 23px;
    }
    .excursion-section__sidebar-wrapper{
        margin-top: 0;
    }
    .excursion-section__img-wrapper{
        margin-bottom: 0;
    }
    .price-section__section-total-price{
        margin-top: 38px;
    }

}
@media screen and (max-width: 440px){
    .banner-tg-channel p{
        margin-bottom: -20px;
    }
    .slogan-container a{
        left: calc(50vw - 210px);
    }
    a.banner-tg-channel {
        right: -141px;
    }
    .heart-anim {
        right: -33px;
        width: 500px;
        height: 500px;
        top: -45px;
    }
    .benefits-section__road {
        top: 524px;
        left: calc(50vw + 40px);
        width: 453px;
        height: 452px;
    }
    .benefits-list__3 {
        margin-bottom: 154px;
    }
    .invitation-section .invitation__text-container {
        padding-top: 118px;
    }
    .contact-img {
        left: -206px;
        width: 758px;
        height: 699px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .contact-section__left-wrapper-mobile{
        height: 740px;
    }
   
    .home-banner-links__wrapper a{
    width: 243px;
        height: 121px;
        font-size: 12px;
    }
    a.banner-tg-channel{
        right: 30px;
        width: initial;
        height: initial;

    }
    .banner-tg-channel p{
        font-size: 13px;
        margin-bottom: 2px;
    }
}
@media screen and (max-width: 432px){
    .layer-1{
        top: 46%;
        height: 100px;
        left: -114%;
    }
    .layer-2{
        height: 100px;
        bottom: 70px;
        left: -102%;
    }
    .layer-3{
        height: 100px;
    }
    .about-slogan-container__subtitle h2{
        font-size: 40px;
    }
    .invitation-red-wheell__wrapper-mobile{
        width: 379px;
        top: -179px;
        left: calc(50vw - 190px);
    }
    .benefits-section__road-relative-mobile{
        width: 379px;
        height: 182px;
    }
    .benefits-section__road {
        top: 440px;
    }

    .red-weell__mobile{
            height: 148px;
            width: 148px;
            left: 115px;
            top: 112px;

    }
    .contact-img{
        left: -199px;
        width: 613px;
        height: 654px;
    }
    .contact-section__left-wrapper-mobile {
        height: 687px;
    }
    .programs-section__title{
        font-size: 24px;
        line-height: 38px;
    }
    .programs-section__pre-title{
        line-height: 24px;
    }
    .slogan-container h2 {
        line-height: 60px;
        font-size: 40px;
    }
    .slogan-container h1 {
        font-size: 26px;
        line-height: 38px;
    }
    .features-section p, p, .benefits-list__subtitle, .about-section__subtitle {
        font-family: 'Loew Next', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 23px;
    }
    .container-space__features {
        padding-top: 104px;
    }
    .features-section p, p, .benefits-list__subtitle, .about-section__subtitle {
        font-family: 'Loew Next', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 23px;
    }
    .benefits-list__title {

        font-size: 20px;
        padding-bottom: 15px;
    }
    .benefits-list__1 {
        margin-bottom: 433px;
    }
    .about-section__left-wrapper{
        margin-left: 15px;
    }
    .bordered-button__red-arrow::after{
        top: 11px;
    }
 .features-section__parrots {
        left: calc(50vw - 300px);
        height: 400px;
        
    }
       .features-section {
        height: 811px;
    }
        .parallax-element {
        top: -60px;
        width: 67px;
        height: 85px;
    }




}
@media screen and (max-width: 413px){
    .layer-1{
        top: 48%;
    }
    .layer-3{
        bottom: 25%;
    }
    .about-excursions-section{
        padding-top: 0;
    }
    .features-section p, p, .benefits-list__subtitle, .about-section__subtitle {
        font-family: 'Loew Next', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 23px;
    }
        .benefits-list__title {

            font-size: 20px;
            padding-bottom: 15px;
        }
    .benefits-section__road {
        top: 428px;
    }
    .programs-section__title{
        font-size: 24px;
        line-height: 38px;
    }
    .programs-section__pre-title{
        line-height: 24px;
    }
    .slogan-container h2 {
        line-height: 60px;
        font-size: 40px;
    }
    .slogan-container h1 {
        font-size: 24px;
        line-height: 38px;
    }
    
    a.banner-tg-channel{
        left: initial;
        right: 10px;
    }
   
}
@media screen and (max-width: 391px){
    .layer-1{
        top: 50%;

    }
    .about-slogan-container__subtitle{
        left: 25px;
        width: max-content;
    }
    .benefits-section__road {

        left: calc(50vw + 30px);
        width: 412px;
        height: 426px;
    }
    .benefits-list__1 {
        margin-bottom: 381px;
    }
    .invitation-section .invitation__text-container {
        padding-bottom: 28px;
    }
    .container-space__features {
        padding-top: 80px;
    }
    .container-space__programs {
        padding-top: 40px;
    }
    .heart-anim {
        right: -33px;
        width: 450px;
        height: 450px;
        top: -16px;
    }


}
.booking-date, .booking-time, .booking-address{
    display: none;
}
