@font-face {
    font-family: LucidaGrandeRegular; /* Имя шрифта */
    src: url(../fonts/8291.ttf); /* Путь к файлу со шрифтом */
   }
* {
    box-sizing: border-box;
}

body {
    background: #d3d1d2;
    position: relative;
    height: 100%;
    font-family: LucidaGrandeRegular, Arial, Helvetica, sans-serif;
}
a {color: black;}
html,
body {
    position: relative;
    height: 100%;
}
i.fa-times:hover {
    cursor: pointer;
}
.menu__absolute_hide {
    display: none;
}
a {
    text-decoration: none;
}
/*  white space nowrap */
.wsn {
    white-space: nowrap;
}
/* Modal
-----------------------------------------------------------------------------*/
.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}
.modal-backdrop.fade{opacity:0}
.modal-backdrop.show{opacity:.5}
.modal-open{overflow:hidden}
.modal-open .modal{overflow-x:hidden;overflow-y:auto}
.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}
.modal-dialog{position:relative;width:500px;margin:0 auto;pointer-events:none;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}
.modal-dialog::before{display:block;height:calc(100vh - 1rem);content:""}
.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}
.modal.show .modal-dialog{-webkit-transform:none;transform:none}
.modal-content{position:relative;margin:20px 0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#d3d1d2;background-clip:padding-box;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3);outline:0}
.modal-header{cursor: normal; position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:20px 20px 18px;border-bottom:1px solid #882e31}
.modal-header .name{padding:0 10px;font-size:22px;line-height:26px;color:#862a2d}
.modal-header .close{position:absolute;top:50%;right:10px;display:block;padding:0 4px;margin:-12px 0 0;border:0;background:transparent;cursor:pointer;font-size:24px;line-height:24px;color:#862a2d;-webkit-transition:color .35s ease;-moz-transition:color .35s ease;-ms-transition:color .35s ease;-o-transition:color .35s ease;transition:color .35s ease}
.modal-header .close:hover{color:#000}

.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}
@media (max-width: 576px) {
    
.menu__absolute {
    display: none;
}
.menu__absolute_hide {
    display: block;
}
    .partner-list__title {
        margin-left: 0 !important;
    }
    .dropdown-container {
        position: relative !important;
    }
    .nav-menu li a {
        font-size: 13px !important;
    }
    .offers {
            display: flex;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center;
    }
    .nav-menu li:last-child .dropdown-container {
    position: relative; 
    left: 0 !important;
}
	.modal-dialog{width:300px}
	.modal-header{padding:10px 40px 8px 5px}
}
.fancybox-content {
    background: none !important;
}
.innerLi a {
    color: black;
}
.modal-content form input {
    padding: 5px 10px;
    margin: 10px 0;
}
.modal-content form textarea {
    padding: 5px 10px;
    height: 100px;
}
.modal-content form button[type="submit"] {
    padding: 12px 13px;
    border-bottom: 0;
    background: #990000;
    color: #fff !important;
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
}
.modal-content form button[type="submit"]:after {
    content: '';
    position: absolute;
    top: 0;
    right: -35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 10px 20px 25px;
    border-color: transparent transparent transparent #990000;
    display: block;
}


/* END
-----------------------------------------------------------------------------*/
.dropdown-container {
    display: none;
    z-index: 9999;
    position: absolute;
    top: 35px;
    left: 0;
    background: #d0cecf;
    width: 250px;
}
.nav-menu li:nth-child(3) .dropdown-container, .nav-menu li:nth-child(5) .dropdown-container {
    width: 600px;
}
.nav-menu li:last-child .dropdown-container {
    left: -173px; 
}
.dropdown-container li:hover a {
    text-decoration: underline;
    background: none !important;
}

img {
    width: 100%;
    display: block;
}
i.fas.fa-bars {
    display: none;
}
.container {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

.main-title {
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    color: #2b2b2b;
}

section {
    padding: 10px 0;
}

/*--------------HEADER-------------------------*/
.header {
    background: #f1f1f1;
}

.header-info {
    padding: 25px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-left__lang {}

.header-left__lang a {
    color: #232323;
    text-decoration: none;
    border-bottom: 2px dotted #2b2b2b !important;
    padding-bottom: 2px;
}


.header-left__search form {}

.header-left__search form input {
    border: none;
    border-bottom: 2px solid #d0cecf;
    outline: none;
    padding-left: 10px;
    background: transparent;

}

.header-left__search form div {
    position: relative;
}

.header-left__search form div:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #d0cecf;
    width: 2px;
    height: 10px;
    display: block;
}

.header-left__search form div:after, {
    content: '';
    position: absolute;
    bottom: 0;
    right: 30px;
    background: #d0cecf;
    width: 2px;
    height: 10px;
    display: block;
}

.header-left__search form i {
    margin-left: 10px;
}
.header-left__search form div button {
    border: none;
    background-color: #f1f1f1;
}
.header-center {}

.logo img {
    width: 355px;
}

.header-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.header-right a {
    display: block;
    background: #990000;
    color: white;
    padding: 5px 10px;
    text-align: center;
    min-width: 200px;
    position: relative;
}

.header-right a::before {
    content: '';
    position: absolute;
    top: 0;
    right: -33px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 15px 20px;
    border-color: transparent transparent transparent #990000;
    display: block;
}

.header-right a:last-child {
    margin-top: 15px;
}

/*--------------END OF HEADER-------------------------*/

/*--------------NAV-------------------------*/

.slider-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.navigation {
    background: #d0cecf;
    border-bottom: 1px solid #c8c6c7;
}

.nav-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.nav-mobile {
    display: flex;
flex-direction: column !important;
align-items: flex-start !important;
display: none;
align-items: center;
    list-style: none;
    margin: 0;
}
.nav-menu li {
    
    transition: all 0.5s;
    position: relative;
}
.nav-menu li:hover .dropdown-container {
    display: block;
}
.nav-menu li a {
    color: black;
    padding: 10px 4px;
    display: inline-block;
}

.nav-menu > li:hover {
    background: white;
}
.slider-img {
    display: none;
}

/*--------------END NAV-------------------------*/

/*--------------SLIDER-------------------------*/



.swiper-header .swiper-slide {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start !important;
    position: relative;

}
.slider-link {
    color: white;
    text-align: left;
    display: inline-block;
    
    transition: all 0.5s;
    color: white;
    padding: 5px 10px;
    background: #862a2d;
    position: absolute;
    right: 0;
    bottom: 10%;
    transform: translateX(-50%);
    font-size: 16px;
    text-transform: uppercase;
    
}
.slider-link::before {
    content: '';
    position: absolute;
    top: 0px;
    right: -32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 17px 15px 15px;
    border-color: transparent transparent transparent #862a2d;
    display: block;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-prev:after {
    color:#fff;
}
.slider-wrap {
    
    padding: 15px;
    max-width: 450px;
    width: 100%;
    margin-left: 60px;
    position: relative;
}
.slider-body {
    
    width: 100%;
    height: 100%;
   
}
.slider-title {
    color:#fff;
    width: 100%;
    padding: 20px;
    padding-left: 0;
    text-align: left;
    font-size: 24px;
    margin: 0;
}
/*     display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start; */
.slider-subtitle {
    color:#fff;
    width: 100%;
    padding: 5px 0;
    padding-left: 0;
    text-align: left;
    
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.swiper-header {
    width: 100%;
    height: 100%;
}

.swiper-header .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*ARCHIVE SLIDER*/
.swiper-archive {
    width: 100%;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-wrapper {
    height: 100%;
}
.slider-wrap {
    background: linear-gradient(to right, rgba(0,0,0,0.65) 48%,rgba(0,0,0,0.65) 56%,rgba(0,0,0,0) 100%);
}
.slider-wrap.slider-wrap_new-bg {
  background: linear-gradient(to right, #990000b8 48%,#99000061 56%,#9900004a 100%);
}
.swiper-archive .swiper-slide {
    background-size: contain;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.gallery-top {
    height: 70%;
    width: 100%;
}

.gallery-thumbs {
    height: 30%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 20px;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
    background-size: cover;
    background-position: 50% 50%;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border: 3px solid white;
    opacity: 1;
}

.swiper-archive .swiper-button-next:after,
.swiper-archive .swiper-container-rtl .swiper-button-prev:after,
.swiper-archive .swiper-button-prev:after,
.swiper-archive .swiper-container-rtl .swiper-button-prev:after {
    color: transparent;
}

/*--------------END SLIDER-------------------------*/

/*--------------PROJECTS-------------------------*/
.projects {}

.projects-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.project-list__item {
    flex-basis: 24%;
    margin: 0 0.5% 20px 0.5%;
    display: block;
}

.project-list__item a {
    display: block;
}

.projects-item__title {
    margin: 0;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    color: #990000;
    display: block;
    background: white;
    font-size: 13px;
}

.projects-item__img {
    height: 187px;
    object-fit: cover;
}

.project-item__info {
    background: white;
    text-align: center;
    padding: 10px 5px;
}

.projects-item__desc {
    margin: 0;
    color: black;
}

.projects-item__phone {
    margin: 0;
    font-weight: bold;
    color: black;
    margin-top: 5px;
}

/*--------------END PROJECTS-------------------------*/


/*--------------EVENT-------------------------*/
.event {
    
}

.event-toggles {
    margin: 20px 0;
    text-align: center;
}

.event-toggles a {
    color: black;
    display: inline-block;
    border-bottom: 2px dotted #000;
    margin-right: 15px;
    padding: 5px 10px;
}

a.active-event {
    color: #fff;
    background: #990000;
    border-bottom: 2px dotted transparent;
    position: relative;
}

a.active-event:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 5px;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    /* размер и форма */
    border-color: #990000 transparent transparent transparent;
    /* red — цвет */
    display: block;
}

.event-toggles a:hover {
    border-bottom: 2px dotted transparent;
}

.event-toggles a:last-child {
    margin-right: 0;
}

.event-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    transition: all 0.5s;
}
.event-list.services {
    flex-direction: column;
}
.event-list.services .services-list__item {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 10px;
}
.services-list__item.offers .event-item__title a {
    color: #990000;
}
.event-list.services .services-list__item img {
    max-width: 300px;
}
.main-page .event-list__item {
    min-height: 505px;
}
.afisha .event-list__item {
    margin-right: 10px;
}
.afisha .event-list__item:last-child {
    margin-right: 0;
}
.event-list__item {
    cursor: pointer;
}
.event-list__item,
.event-single {
    flex-basis: 32%;
    background: #ebebeb;
    /*display: none;*/
    transition: all 0.5s;
    cursor: pointer;
    margin-right: 10px;
}
.event-list__item:last-child,
.event-single:last-child {
    margin-right: 0;
}
/*
.event-single img {
    min-height:  400px;
}*/
.pressa-img {
    min-height:  100% !important;
    height: 100% !important;
}
/*.event-list__item:nth-child(1), .event-list__item:nth-child(2), .event-list__item:nth-child(3) {
display: block;
}*/
.event-item__img {
    height: 250px;
    object-fit: cover;
}

.event-item__title {
    color: #990000;
    min-height: 37px;
   /* min-height: 75px;*/
}

.event-body {
    padding: 30px;
    margin: 0;
    /*min-height: 252px;*/
    position: relative;
}
.event-body p img{
    width: auto;
}
.menu__absolute {
    position: absolute;
    top: 2%;
    right: 4%;
}

.menu__absolute-1 {
    position: absolute;
    top: 9%;
    right: 4%;
}

.menu__absolute-2 {
    position: absolute;
    top: 9%;
    right: 4%;
}
.menu__absolute-3 {
    position: absolute;
    top: 0%;
    right: 4%;
}

.menu__absolute-4 {
    position: absolute;
    top: 3%;
    right: 4%;
}
/*.menu__absolute-4 {
  position: absolute;
  top: 6%;
  right: 0%;
}*/
.menu__absolute-5 {
    position: absolute;
    top: 6%;
    right: 4%;
}
.sr-only {
    display: none;
}
.event-item__date {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    border-bottom: 1px dotted;
    display: inline-block;

    margin: 0;
}
.press-item__img {
    position: relative;
    padding-bottom: 65%;
}

.press-item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-item__desc {margin-bottom: 0;}

.event-item__link {
    color: #232323;
    text-decoration: none;
    border-bottom: 2px dotted #2b2b2b;
    padding-bottom: 2px;
    display: inline-block;

}

.event-item__link:hover {
    border-bottom: 2px dotted transparent;
    ;
}

.look-more {
    display: block;
    margin: 20px auto;
    width: 300px;
    padding: 10px 15px;
    transition: all 0.5s;
}

.look-more:hover {
    color: white;
    background: #990000;
}

/*--------------END EVENT-------------------------*/

/*-------------- FOOTER-------------------------*/
footer {
    background: #252525;
    padding: 20px 0;
}
footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-social {
    text-align: center;
    padding: 20px 0;

}

.footer-social a i {
    color: white;
    font-size: 20px;
}

.footer-social a:first-child {
    margin-right: 20px;
}

.subscribition {
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.subscribition form {
    margin: 0 20px;
}

.subscribition form input {
    padding: 5px 10px;
    outline: none;
}

.copyright {
    text-align: center;
    color: white;
}

/*--------------END FOOTER-------------------------*/


/*--------------AFISHA-------------------------*/
.afisha {
    flex-wrap: wrap;
}

.afisha .event-list__item {
    margin-bottom: 20px;
    min-height: 550px;
    max-height: 550px;
}

/*--------------END AFISHA-------------------------*/
/*--------------EVENT-------------------------*/
.event-container {
    padding: 0;
}

/*--------------ABOUT-------------------------*/


.about-us-toggles {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

justify-content: space-around;

align-items: center;
}

.about-us-toggles a.active-event::before {
    top: 29px;
}
.about-us-toggles a {
    margin-bottom: 20px;    
}
.about-list__item {
    flex-basis: 100%;
}
.about-img {
    height: 300px;
    object-fit: cover;
}
/*--------------END ABOUT-------------------------*/

.show {
    animation: showBlock 0.7s linear forwards;
}

.hide {
    animation: hideBlock 0.7s linear forwards;
}

/*-------------CONTACTS-------------------------*/

.contacts-btn {
    margin: 40px 0;
}
.contacts-link {
    padding: 12px 13px;
    border-bottom: 0;
    background: #990000;
    color: #fff !important;
    text-decoration: none;
}

.contacts-reviews {
    padding: 10px 15px;
    border-bottom: 0;
    color: #fff !important;
    text-decoration: none;
    
    margin-left: 20px;
}

.paginator{
    text-align: center;
    margin: 1em 0;
}

.paginator li{
    display: inline-block;
    border: 1px solid #333;
    padding: 2px 4px;
    font-size: 130%;
    color: #333;
    margin: 0 2px;
    //display: inline;
    //padding-right: 0;
    //line-height: 180%;
    background: none;
}

.paginator li.current{
    border: 1px solid #900;
    border-bottom-width: 5px;
}

.paginator li a{
    text-decoration: none;
    color: #333;
}
.paginator li.arrow{
    border: none;
    font-size: 100%;
    font-style: italic;
    padding: 0 1em;
    color: #333;
}

.paginator li.arrow a{
    color: #900;
    text-decoration: underline;
}

/*-------------END CONTACTS-------------------------*/
/*--------------ANIMATION-------------------------*/

/*--------------ANIMATION-------------------------*/

@keyframes hideBlock {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        
    }
}

@keyframes showBlock {
    0% {
        
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.introtext {
    background: #eadbc6;
    font-style: italic;
    padding: 20px 40px;
    margin: 20px 40px;
    margin-bottom: 0;
}

.news-new {
    display: flex;
    flex-direction: row;
}
.news-new img {
    flex-basis: 45%;
    width: 50%;
}
.news-new .event-body {
    flex-basis: 45%;
}
@media (max-width: 567px) {
    .news-new {
        flex-wrap: wrap;
    }

.news-new img {
    flex-basis: 100%;
    width: 100%;
}
.news-new .event-body {
    flex-basis: 100%;
}
.nav-menu li:hover .dropdown-container {
    display: none;
}
.nav-menu > li:hover {
    background: none;
}
.dropdown-container {
    top: 0;
}
}

.partner-title {
    margin-right: 0 !important;
}
.partner-list__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px !important;
    border-bottom: 1px solid black;
}
.partner-list__title {
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
}
.partner-list__title h3 {
    margin-top: 0;
    border: 1px solid #d3d1d2;
    background: #d3d1d2;
    padding: 10px 20px;
}
.partner-list__desc {
    display: flex;
}
.partner-list__desc .col-3 {
    flex-basis: 75%;
}
.partner-list__contacts {
    flex-basis: 20%;
    margin-left: 15px;
}

.block .col-1.last {
    flex-basis: 100% !important;
    width: 100% !important;
}
.fa-chevron-circle-down {
    font-size: 10px;
}
.show {
    display: block;
}
#header-map .fancybox-button svg {
    display: none;
}
.simplesearch-result a {
    color: #990000;
}
.event-list.main-page.index .event-list__item:nth-child(1) .event-item__date,
.event-list.main-page.index .event-list__item:nth-child(2) .event-item__date,
.event-list.main-page.index .event-list__item:nth-child(3) .event-item__date {
    display: none;
}


@media (max-width: 992px) {
    .menu__absolute {
        position: relative;
    top: 0;
    right: 0;
}
}
.news__col {
    flex: 0 0 32%;
    margin-right: 10px;
}

#CDSWIDCOE img {
    min-height: 100% !important;
}

.event-page__img {
max-height: 490px;
object-fit: cover;
overflow: hidden;
text-align: center;
margin-top: 1.5rem;
width: 100%;
}

.event-page__img img {
    max-width: 95%;
    margin: 0 auto;
    max-height: 390px;
    width: auto;
}

/*@media(min-width: 1050px) {
   .event-page__img img {
       margin-top: -10%;
}
}*/
.event-single-page{
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .slider-wrap {
      background: #fff;
    }
    .swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after, .swiper-button-prev::after, .swiper-container-rtl .swiper-button-prev::after {
      color: #000;
    }
    .slider-subtitle,.slider-title {
      color: #000;
    }
}
@media (max-width:420px) {
.main-title {
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    color: #2b2b2b;
}
}
.header-slider .slider-wrap-hidden-in-pc {
    display:none;
}
.menu__absolute-new {
  position: absolute;
  top: 5%;
  right: 0%;
}
/*.swiper-wrapper_min_position {
  justify-content: center;
}*/

.link_5 > a {
    width: 120px;
}
.link_5 {
  top: 73px;
  right: -27px;
}

@media screen and (max-width: 775px) {
.hide_3223,.hide_3224 {
    display:none;
  }
.menu__absolute_gastro-1 ,.menu__absolute_gastro-2{
    display:block;  
  }
  .event-body_3223 >  .main-title {
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    color: #2b2b2b;
    margin-bottom: 95px;
  }
  .event-body_3223 {
  padding-top: 2px !important;
}
.menu__absolute.menu__absolute_gastro-1 {
    top: 7%;
    right: 65%;
}
.menu__absolute.menu__absolute_gastro-2 {
  top: 5% !important;
  right: 76.4%;
}
.menu__absolute_1,.menu__absolute_2 {
  display: block;
  top: 0% !important;
}
.menu__absolute.menu__absolute_2 {
  top: 7% !important;
  right: 65% !important;
}
 .menu__absolute.menu__absolute_1 {
    top: 80px !important;
    right: 76.4%;
  }
.event-body_3224{
   padding-top: 5px !important;
}
.event-body_3224 > .main-title{
   margin-bottom: 95px;
}
.event-body_3224 {
  padding-top: 5px;
}
}

@media (max-width: 450px) {
    .menu__absolute.menu__absolute_gastro-2 {
    top: 5% !important;
    right: 75.4%;
  }
   .menu__absolute.menu__absolute_gastro-1 {
    top: 7%;
    right: 63%;
  }
    .menu__absolute.menu__absolute_2 {
    top: 7% !important;
    right: 63% !important;
  }
   .menu__absolute.menu__absolute_1 {
    top: 85px !important;
    right: 75.4%;
  }
}

.main-page_16 {
  justify-content: space-between;
}
.event-item__link.link_order_event:hover {
  border-bottom: none;
}
.link_order_event{
  right: -110px;
  position: relative;
  background: #900;
  padding: 5px;
  color: #fff;
  border-bottom: none;
}
.link_order_event_page{
    float: inline-end;
    right: 0;
}

/* На верхнем уровне кода */
@media screen and (max-width: 1105px) {
  .link_order_event {
  right: -54px;
  position: relative;
  background: #900;
  padding: 5px;
  color: #fff;
  border-bottom: none;
}
}
@media screen and (max-width: 920px) {
  .link_order_event {
  right: -25px;
  position: relative;
  background: #900;
  padding: 5px;
  color: #fff;
  border-bottom: none;
}
}
label a {
    text-decoration: revert;
  color: #fff;
}


/*
Правки с 18.07.2025 Калинин С.В.
Активная ссылка на whatsapp 
*/

.active-whatsapp{
    color: #25D366;
}


/*
Правки с 11.08.2025 Калинин С.В.
Скрыть блок для дестопной версии 
*/

.event-toggles .event-toggle_photo{
    display:none;
}

@media screen and (max-width: 720px) {
    .event-toggles .event-toggle_photo{
    display:inline-block;
}
}

/*
Правки с 11.08.2025 Калинин С.В.
Стилизация футера 
*/


.subscribition form{
    display:flex;
    gap: 10px;
    padding: 0 15px;
}