
@media (max-width: 769px) {
    .site-footer .contacts {flex-wrap: wrap;}
    .circles {width: 20%;}
    .navigation, .site-link {display: block;}
    .subscribe .title {text-align: center;}
    .site-info {flex-direction: column;}
    .entertainment-item {
        display: flex;
        flex-wrap: wrap;
        align-content: space-around;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex: 1 1 43%;
    }
    .entertainment-item .item {
        flex: 1;
        margin: 0 ;
        width: 100%;
    }
  .entertainment-item .expert {
    flex: 1;
    margin: 0;
    margin-top: 0px;
    text-align: center;
    line-height: 1.6rem;
    margin-top: 20px;
  }
    .entry-title, .archive-title, .instagram .title, .address .title, .pdfs .title, .news .title , .advantages .title, .pdf_invitations .title{ 
	}
    .wporg_entertainment .entry-title {
        padding: 1rem 0;
    }
    .content p{
        text-align: justify;
    }
    .entertainment-item  .expert p{display: block;}
    .advantages p{ line-height: 2rem;}
    select.ccformfield {width: 93%;}
    .entertainment-list .reverse, .establishment-item.reverse {flex-direction: column;}
    .site-footer .contacts .item {margin: 1rem 3rem;}
    .tabs__caption{padding: 0;}
    .archive-meta.content {margin: 1rem;}
    .posts-list.content {
        flex-direction: column;
    }
    .posts-list .post-item {
        display: flex;
        flex-direction: column;
        margin: 1rem;
    }
    .post-item small {
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    .address .data{
        margin: 2rem 0;
    }
    .address .info{
        padding: 0 1rem;
    }
    .images.slick-gallery{
        max-width: 85%;
    }


    .orange_bloc h2.subtitle.fly {
        font-size: 7vw;
        color: var(--reg-color);
        background: var(--yellow-color);
        margin:0 auto 0;
        width: 100%;
        border-radius: 10px;
    }
    .orange_bloc h2.subtitle.fly span {margin-top: 0;}
    .establishment-list {
        flex-direction: column;
    }
    .slider-header {
         overflow: hidden;
     }
    .establishment-item .inside {
        position: relative;
        width: 100%;
        min-height: 60%;
        text-align: center;
        padding: 0;
        bottom: 0 !important;
        border-radius: 22px !important;
    }
    .establishment-item img {
        border-radius: 22px !important;
        margin-bottom: -7px;
        box-shadow: none !important;
    }
    .establishment-item a.link {
        margin: 1rem auto;
    }
    .grid-item {width: 100%; left: 0!important;right: 0!important;}
    .grid-item img{
        border-radius: 12px;
    }
    .homepage-post-custom-style .entertainment-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .homepage-post-custom-style .entertainment-item .item {
        width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }
    .homepage-post-custom-style .entertainment-item .item > a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .homepage-post-custom-style .entertainment-item .item img,
    .homepage-post-custom-style .entertainment-item .item video{
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }
    .homepage-post-custom-style .entertainment-item .expert p {
        display: none;
    }
    .homepage-post-custom-style .entertainment-item .expert a {
        font-size: 1rem;
        line-height: 1rem;
    }
    .homepage-post-custom-style .entertainment-item .expert {
        margin-top: 0;
        min-height: 50px;
    }
    .entertainment-list {padding:0; display: block;}
    .about.content.max-width-1200  {padding: 1rem}
    .item img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
        max-width: 80%;
        margin: 0 auto;
        display: block;
    }
    .entertainment-list .item a  img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {max-width: 100%;}
    .entertainment-item .item a {
        max-height: unset;
        display: block;
        overflow: unset;
    }
    .expert a, .entertainment-item a.title, a.link-all {
        font-size: 2rem;
        line-height: 3rem;
    }
    video {
        width: 100%;}
    .video-home {
        width: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    header.entry-header {
        overflow: hidden;
    }
    .establishment-item .inside{z-index: 0;}
  .content .title {
    text-align: center;
    font-weight: bold;
    font-size: 10vw;
  }
 .newb a p {
    padding: 5px 10px;
    font-size: 0.8em;
     min-height: 50px;
  }
    .slider-header .title{
        font-size: 7vw;
		padding: 0;
        /*z-index: 1;*/
        top:0;
        position: relative;
        color: var(--mulen-ruge-color);
        line-height: 1;
    }
    .orange_bloc h2.subtitle.fly {
        box-shadow: none;
    }
    .establishment-list > div {
        border: solid 8px #faa7a7;
        border-radius: 30px;
        position: relative;
        background-color: var(--red-color-opacity);
    }
    ul.tabs__caption.fix-block {
        position: fixed;
        z-index: 100;
        top: 0;
        padding: 12px 0;
    }
    .tabs,ul.tabs__caption.fix-block{
        background-color: var(--mulen-ruge-color);
    }
    .tabs__caption li {
        color: var(--mulen-ruge-color);
        -webkit-text-fill-color: var(--mulen-ruge-color);
        border: solid var(--mulen-ruge-color);
        border-width: 4px;
        border-radius: 14px;
        background: #b0839a;
    }
    .tabs__caption .active {
        background: var(--white-color);
        color: #fff;
        background-color: var(--mulen-ruge-color);
        -webkit-text-fill-color: var(--white-color);
        border-color: #f3920000;
    }
    .vertical .tabs__caption .active:after, .tabs__caption .active:after, .tabs__caption li:last-child:before {
        background: #65103D00;

    }
    .tabs__content {
        background: var(--mulen-ruge-color);
        border: 12px solid var(--mulen-ruge-color);
        border-radius: 12px;
        padding: 0;
    }
    .tabs__caption li {
        padding: 4px 10px;
        margin: 0;
    }
    .tabs.padding {
        padding-top: 82px;
    }
    .kids-page-template .kids-page-navigation.show {
        display: none;
    }
    .advantages p, .pdf_invitations .description{font-size: 1rem;line-height: 1rem;}
    .advantages .element {
        display: flex;
        /*flex-basis: 100%;*/
        margin: 0;
        flex-direction: column;
        align-items: center;
        flex: 1 1 0;
        width: 41%;
    }
    .advantages .element .subtitle {
        font-size: 1.2rem;
        line-height: 1.6rem;
        min-height: 60px;
    }
    .advantages .element img {margin: 1rem 0; max-width: 100%;}
    .advantages .element .description {padding: 0;}
    .advantages .list {    gap: 1rem;}

    .kids-page-navigation a span {text-align: center;}
    .pdf_invitations .items {
        display: block;
        margin: 4rem auto;
    }

    .pdf_invitations .items .item {
        display: flex;
    }
    .call-to-action .ccfield-prepend {
        flex-direction: column;
    }
    #entertainment{
        z-index: 0;
    }
	.ndes {
	    height: 50vh;
        overflow: hidden;
	}
    /*@supports (-webkit-touch-callout: none) {*/
    /*    .call-to-action .ccfield-prepend {*/
    /*        flex-direction: column;*/
    /*    }*/
    /*}*/
    .papashon_extra_menu_class.snip1168 .menu #menu-item-3514 , .papashon_extra_menu_class.snip1168 .menu #menu-item-3515 {
        display: block;
    }
    .buttons.app-mob-block {
        bottom: 135px;
    }
    .lightrope {
        margin: 131px 0 0 0;
    }
    .price-block {
        margin: 0;
        flex-direction: column;
    }
    .homepage-post-custom-style .news .list > div {
        max-width: 49%;
    }
}