*{
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
.entry-content{
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.wp-block-file a.wp-block-file__button{

        border-radius: 100px;
    background: #B3EE15;
    max-width: 154px;
    width: 100%;
    text-decoration: none;
    padding: 16px;
    color: #040606;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.wp-block-file a{
    font-size: 19px;
    color: #434343;
    font-weight: 600;
    text-decoration: none;
}
.entry-content video,
.entry-content .wp-block-video video,
.entry-content .wp-block-embed iframe {
    border-radius: 25px;
    overflow: hidden;
}
h2{
    color: #040606;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    width: max-content;
    margin: 0 auto 0px;
    position: relative;
    max-width: 100%;
}
@media (max-width: 1200px) {
    .entry-content{
    gap: 32px;
}
    h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        
        width: fit-content;
    }
.wp-block-file a{
    font-size: 19px;
    color: #434343;
    font-weight: 600;
    text-decoration: none;
    display: block;
    text-align: center;
}
   .wp-block-file    a.wp-block-file__button {
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        border-radius: 100px;
        background: #B3EE15;
        padding: 16px;
        width: 100%;
        display: block;
        max-width: 300px;
        margin: 24px auto 0;
        text-decoration: none;
    }
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.img-responsive
{
    display: block;
    max-width: 100%;
    height: auto;
}
body, html{
    margin: 0;
    background: #EBEBEB;
    overflow-x: hidden;

}
/* body{
    background-image: url('../images/bg1.png'), url('../images/bg2.png'), url('../images/bg3.png');
    background-position: top 984px right 0, top 3168px left 0, top 6058px left 0;
    background-repeat: no-repeat;
} */
.container{
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
    position: relative;
}
.row-between{
    display: flex;
    justify-content: space-between;
}
.header{
    padding: 16px 0 31px;
}
.header__mobile{
    display: none;
}
.header__social-block{
    display: flex;
    gap: 12px;
    align-items: center;
}
.header__social-items{
    display: flex;
        gap: 12px;
}
.header__social-item{
    display: block;
    width: 24px;
    height: 24px;
    text-decoration: none;
}
.header__social-block-title{
    color: #040606;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
} 
.header__contacts-items{
    display: flex;
    gap: 40px;
}
.header__contacts-item{
    display: flex;
    gap: 12px;
    align-items: center;
    text-decoration: none;
}
.header__contacts-title{
    color: #040606;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.header__menu_items{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}
.header__menu_items .menu-item a{
    text-decoration: none;
    color: #040606;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px; 
}
.wp-gr.wpac .wp-google-left img{
    display: none;
}
.wp-gr .grw-review-inner>svg{
    display: none;
}
.wp-gr .wp-google-time{
    display: none;
}
.top-block-inner .wp-gr .grw-header-inner,.top-block-inner .wp-gr .grw-review-inner{
    flex-wrap: wrap;
    flex-direction: row !important;
    padding:  0 !important;
}
.wp-gr .grw-review .wp-google-left{
        width: max-content !important;
}
.top-block-inner .wp-gr .grw-review .wp-google-stars{
        width: max-content !important;
        margin: 0 !important;
        display: block !important;
}
.top-block-inner .wp-gr.wpac a.wp-google-name{
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important; /* 150% */
    text-overflow: ellipsis !important;
    overflow: hidden;
    max-width: 120px !important;
    display: block;
}
.top-block-inner .wp-gr .wp-google-text{
    color: #FFF !important;
    text-overflow: ellipsis !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important; /* 150% */
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;      /* количество строк */
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
.top-block-inner .wp-gr .grw-row-xs{
    
    flex-wrap: nowrap !important;
    gap: 32px !important;
    padding: 16px !important;
}
.top-block-logo{
    margin-top: -20px;
    margin-bottom: 20px;
    width: 300px;
}
.top-block-inner .wp-gr .grw-header,.top-block-inner  .wp-gr .grw-content{
    flex: auto !important;
    width: max-content !important;
}
.wp-google-powered{
    display: none !important;
}

.wp-gr .wp-google-rating{
    display: block !important;
}
.wp-google-right{
    width: max-content !important;
}
.grw-header-inner{
    width: max-content !important;
    padding: 0 !important;
}
.top-block-inner .wp-gr .grw-header{
    width: max-content !important;
    flex: none !important;
}
.wp-google-right  div{
    max-width: max-content !important;
}
.top-block-inner .wp-gr .wp-google-right{
    width: max-content !important;
}
.top-block-inner .wp-gr .grw-header-inner{
    padding: 0 !important;
}
.wp-gr.wpac{
    border-radius: 24px !important;
    border: 1px solid rgba(244, 244, 244, 0.20) !important;
    background: rgba(255, 255, 255, 0.30) !important;
    padding: 0 !important;
    margin-left: auto !important;
    margin-bottom: 43px !important;
}
.top-block-inner .wp-gr .grw-review .wp-google-feedback{
    height: auto !important;
}
.top-block-inner .wp-gr[data-layout="slider"] .grw-review{
    padding: 0 !important;
}
.top-block-inner .wp-gr .wp-google-rating{
    color: #fff !important;
}
.wp-block-columns img{
    border-radius: 25px;
}
.wp-block-group img{
    border-radius: 25px;

}
.wp-block-gallery img{
        border-radius: 25px;
}


.wp-block-embed-youtube {
    width: 100%;
    max-width: 1275px;
    margin: 0 auto !important;
    position: relative;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
    border-radius: 25px;
    overflow: hidden;
}

.wp-block-embed-youtube iframe {
    width: 100%;
    border-radius: 30px;
    display: block;
}
@media(max-width: 575px){
    .container{
        max-width: 100%;
        padding: 0 16px;
    }

    .wp-block-embed-youtube{
        max-width: 100%;
        padding: 0 16px;
    }
    .content__wrapper .alignright{
        width: 60px;
    }

    
}
 @media(max-width: 1200px){
    .header__mobile{
        display: block;
        padding: 8px 0;
    }
    .header__desktop{
        display: none;
    }

    .footer__title{
        font-size: 20px;
        font-weight: 700;
        line-height: 28px; 
        margin-bottom: 40px;
    }
    .subscribe__email{
      border-radius: 100px;
      padding: 16px;
        width: 100%;
    }
    .subscribe__wrapper{
        flex-direction: column;
    }
    .subscribe__btn{
        padding: 16px;
            font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
    }
    .header__contacts-items{
        gap:24px;
    }
    .header__mobile-wrapper{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header__burger{
        display: flex;
    }
 .top-block-inner   .wp-gr.wpac{
        display: none !important;  
    }
    .header__mobile-menu-block{
        padding: 16px;
        position: fixed;
        height: 100%;
        width: 100%;
        top: -100%;
        opacity: 0;
        left: 0;
        background: #EBEBEB;
        z-index: -1;
        transition: .3s;

    }
    .open__menu.header__mobile-menu-block{
        top: 0;
        opacity: 1;
        z-index: 6;
        transition: .3s;
    }
    .header__mobile-menu-block-head{
        display: flex;
        justify-content: space-between;
        margin-bottom: 32px;
    }
    .header__mobile-menu-block .main__event{
         background: #B3EE15;
    }
    .header__mobile-menu-block .booking__content{
        margin-bottom: 24px;
    }
    .header__mobile-menu_items{
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 28px;
    }

    .header__mobile-menu_items .menu-item a{
        border-radius: 16px;
        background: #FFF;
        display: block;
        text-decoration: none;
        padding: 16px;
        color: #040606;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        position: relative;
    }
    .header__mobile-menu_items .menu-item a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
          position: absolute;
        right: 16px;
        z-index: 1;
        top: calc(50% - 12px);
  background: center / contain no-repeat
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M10.5938 17.8047C10.3148 18.0107 9.94433 18.0593 9.61727 17.9238C9.24368 17.769 9.00009 17.4044 9.00008 17L9.00008 7.00001C9.00008 6.5956 9.24367 6.231 9.61727 6.07619C9.99095 5.9214 10.4211 6.00698 10.7071 6.29298L15.7071 11.293C16.0976 11.6835 16.0976 12.3165 15.7071 12.707L10.7071 17.707L10.5938 17.8047Z" fill="%23FD5036"/></svg>');
}
 .header__mobile-menu-block .header__social-block{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
}
 .header__mobile-menu-block  .header__social-block-title{
        color: #040606;
        font-size: 24px;
        font-weight: 700;
        line-height: 28px; 
}
 .header__mobile-menu-block  .header__contacts-items{
    flex-direction: column;
    gap: 16px;
}

 .header__mobile-menu-block .header__contacts-block{
    display: flex;
    gap: 16px;
    flex-direction: column;
}
.header__mobile-menu-block-head .header__contacts-items{
 flex-direction: row;
}

.top-block-logo{
        width: 140px;
    }
 }

#sb_instagram .sbi_header_text {
    display: none !important;
}

.wp-block-video.custom-video-ready {
    margin: 0;
}

.custom-video-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    
    
}

.custom-video-wrap video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 76px;
    height: 76px;
    transform: translate(-50%, -50%);
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
}

.custom-video-play span {
    display: block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 24px solid #040606;
}

.custom-video-play:hover {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.05);
}

.custom-video-wrap.is-playing .custom-video-play {
    display: none;
}

@media (max-width: 768px) {
    .custom-video-wrap {
        border-radius: 18px;
        
    }

    .custom-video-play {
        width: 64px;
        height: 64px;
    }

    .custom-video-play span {
        border-top-width: 13px;
        border-bottom-width: 13px;
        border-left-width: 20px;
    }
}