.header-content_langing {
    background: #161616;
    background: url('img/header-bg.webp') top center no-repeat #161616;
    background-size: cover;
    position: relative;
    background-position-y: -20px;
}
.landing-kids__block1 {
    margin-top: -130px;
    position: relative;
    z-index: 1;
}
.header-content_langing .header-btn {
    margin-bottom: 245px;
    margin-top: 32px;
}
.header-content_langing .header-content__info h1,
.header-content_langing .header-info__title-mob {
    color: #fff;
    line-height: 100%;
}
.header-content_langing .header-content__info h1 span,
.header-content_langing .header-info__title-mob span {
    background: linear-gradient(269.97deg, #FBCB64 4.59%, #AD7404 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.header-content_langing .header-content__info p {
    color: #D9D9D9;
    font-family: var(--font__main);
    text-transform: none;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background-clip: initial;
    text-fill-color: initial;
    max-width: 650px;
}
.header-content_langing .header-content__info p b {
    font-weight: 700;
    color: #5CB4C6;
}
.header-content_langing .header-content__info {
    margin-top: 470px;
        margin-top: 30rem;
}
.events-columns__item:nth-child(1)::after {
    background-image: url('img/events__img1.webp');
    height: 265px;
}
.booking-quiz__step1::after {
    background: url('img/quiz-form__img3.webp') right center no-repeat;
    background-size: contain;
}
.landing-kids__block1 {
    background: url('img/block2-bg.webp') top center no-repeat #171717;
    background-size: cover;
    background-position-y: -50px;
}
.kids-block1__column1,
.kids-block1__column2 {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
}
.kids-block1__item {
    margin-bottom: -100px;
}
.kids-block7__item-info {
    max-width: 240px;
}
.brand {
    margin-top: 64px;
}
.brand-wrap {}
@-webkit-keyframes brandslider {
    0 { 
        transform: translateX(0px);
    }
    100% { 
        transform: translateX(-3000px);
    }
}
.brand-wrap__slider {
    display: flex;
    width: max-content;
    gap: 21px;
    transform: translateX(0px);
    -webkit-animation: brandslider linear 35s infinite;
   animation: brandslider linear 35s infinite;
}
.brand-slider__item {}
.brand-slider__item img {
    height: 75px;
}
.landing-kids__cost .cost-columns__item1::after {
    background: url('img/cost__img1-landing.webp') center no-repeat;
    background-size: cover;
    width: 230px;
}
.reviews-columns__item:nth-child(1n + 8) {
    padding: 0;
}
.reviews #reviews_more:checked ~ .reviews-columns__item:nth-child(1n + 5) {
    max-height: initial;
}
.reviews-columns__item {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.reviews-columns__item {
    width: 370px;
    box-sizing: border-box;
 }
 .reviews-item__content img {
    height: 239px;
 }
 .reviews-rating__svg {
    height: initial!important;
}
.reviews-item__content::after {
    display: none;
}
.reviews-btn {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.reviews-columns__item:nth-child(1n + 8) {
  max-height: initial!important;
  opacity: 1!important;
  -webkit-transition: 0.02s ease-in;
  transition: 0.02s ease-in;
  margin-bottom: 30px!important;
      padding: 24px!important;
}
.reviews-columns__item:nth-child(1n + 8) .reviews-item__content,
.reviews-columns__item:nth-child(1n + 8) .reviews-item__content img {
  max-height: initial!important;
  opacity: initial!important;
  -webkit-transition: 0.02s ease-in;
  transition: 0.02s ease-in;
}
.reviews #reviews_more:checked ~ .reviews-columns__item:nth-child(1n + 8) {
  max-height: initial!important;
  opacity: 1!important;
  -webkit-transition: 0.02s ease-in;
  transition: 0.02s ease-in;
  margin-bottom: initial!important;
}
.reviews #reviews_more:checked ~ .reviews-columns__item:nth-child(1n + 8) .reviews-item__content,
.reviews #reviews_more:checked ~ .reviews-columns__item:nth-child(1n + 8) .reviews-item__content img {
    max-height: initial;!important
  opacity: 1!important;
  -webkit-transition: 0.02s ease-in;
  transition: 0.02s ease-in;    
}
.reviews #reviews_more:checked ~ .reviews-btn .reviews_more-btn .unloaded {
    display: none!important;
}
.reviews #reviews_more:checked ~ .reviews-btn .reviews_more-btn .loaded {
    display: block!important;
}
.reviews {
    position: relative;
   z-index: 0;
}
.reviews.reviews-hide {
    max-height: 1420px;
    overflow: hidden;
}
.reviews.reviews-hide::after {
    content: '';
    width: 100%;
    height: 110px;
   background: -webkit-linear-gradient(bottom, #eaeaea 0%, rgb(234 234 234 / 65%));
   background: linear-gradient(0deg, #eaeaea 0%, rgb(234 234 234 / 65%));
    position: absolute;
    bottom: 0;
    z-index: 3;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
}
.reviews.reviews-hide .reviews-columns {
    position: relative;
    z-index: 1;
}
.reviews.reviews-hide .reviews-btn {
    z-index: 10;
    height: 76px;
    position: absolute;
    bottom: -25px;
}
.reviews-btn {
    display: none;
}
.reviews-btn-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.reviews-btn .unloaded {
    display: none!important;
}
.reviews-btn .loaded {
    display: flex!important;
}
.reviews.reviews-hide .reviews-btn .unloaded {
    display: flex!important;
}
.reviews.reviews-hide .reviews-btn .loaded {
    display: none!important;
}
.cases-columns__corporative {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
}
.cases-corporative__item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: linear-gradient(97.27deg, #EAEAEA 9.09%, #FFFFFF 102.37%);
    box-shadow: 0px 10px 20px #CCCCCC;
    border-radius: 20px;
    padding: 32px;
    box-sizing: border-box;
    color: #161616;
}
.cases-corporative__item .ngg-galleryoverview {
    display: none !important;
    opacity: 0!important;
    visibility: hidden!important;
}
.cases-corporative__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cases-corporative__head p {
    font-weight: 300;
    font-size: 24px;
    line-height: 31px;
    color: rgba(22, 22, 22, 0.9);
}
.cases-corporative__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.kids-block7__item:nth-child(2) .kids-block7__item-info {
    max-width: 220px;
}
.cases-corporative__content p {
font-weight: 300;
font-size: 18px;
line-height: 135%;
}
.cases-corporative__img {
    position: relative;
}
.cases-corporative__img span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px 4px 10px;
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(270deg, #61BFD3 0%, #4E99A9 100%);
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.cases-corporative__img img {
    border-radius: 10px;
        width: 100%;
    height: auto;
}
.btn_cases {
    cursor: pointer;
}
.sl-overlay {
    background: #000!important;
}
.sl-wrapper .sl-counter,
.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
    color: #fff!important;
}
.cost-corporative {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(97.27deg, #323232 9.09%, #161616 102.37%);
    box-shadow: 0px 10px 20px #CCCCCC;
    border-radius: 20px;
    padding: 48px;
    margin-top: 20px;
    box-sizing: border-box;
}
.cost-corporative__title {}
.cost-corporative__title p {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.9);
}
.cost-corporative__btn {}
.cost-corporative__btn a {
        width: 382px;
    box-sizing: border-box;
}
.landing-kids__scenarios .scenarios-columns__info01 .scenarios-list__item:nth-child(odd) {
    width: 40%;
}
.landing-kids__scenarios .scenarios-columns__info01 .scenarios-list__item:nth-child(even) {
    width: 50%;
}
.scenarios-info__btn {
    margin-top: 40px;
}
.scenarios-info__img1-kids {
    background: url('img/scenarios-img1-dr.webp') left center no-repeat;
    background-size: contain;
}
.scenarios-info__img8 {
    background: url('img/scenarios-img5.webp') left center no-repeat;
    background-size: contain;
}
.landing-kids__scenarios .scenarios-columns__info {
    border: none;
}
@media screen and (max-width:920px) {
    .header-content_langing {
        background: url('img/header-bg__mobile.webp') top center no-repeat #161616;
        background-size: 980px;
        background-position-y: -100px;
    }
    .header-content_langing .header-content__info h1 {
        max-width: initial;
    }
    .header-content_langing .header-content__info {
        margin-top: 10rem;
    }
    .header-content_langing .header-btn {
        margin-top: 17rem;
    }
    .kids-block1__item {
        background: none!important;
            margin-bottom: -100px;
                width: 50%;
                height: auto;
    }
    .kids-block1__item img {
        display: block;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .kids-block1__wrap {
        margin-top: 60px;
    }
    .kids-block1__info {
    margin-top: 140px;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
    }
    .kids-block2__item-img {
        max-width: 93%;
    }
    .kids-block7__item,
    .landing-kids__events .events-columns__item {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
    .kids-block7__content .scenarios-info__btn {
        bottom: 45px!important;
        top: initial!important;
        
    }
    .kids-block7__content .scenarios-info__btn a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .kids-block7__item-bg {
        margin-top: -60px!important;
    }
    .cost-corporative {
        flex-direction: column;
        gap: 20px;
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
        text-align: center;
    }
    .cost-corporative__btn a {
    width: 260px;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
}
    .reviews-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.reviews-btn-desktop {
    display: none;
}
.reviews-columns__item:nth-child(1n + 8) {
  max-height: 0!important;
  opacity: 0!important;
  -webkit-transition: 0.02s ease-in;
  transition: 0.02s ease-in;
  padding: 0!important;
    margin: 0!important;
}
.reviews-columns__item:nth-child(1n + 8) .reviews-item__content,
.reviews-columns__item:nth-child(1n + 8) .reviews-item__content img {
  max-height: 0!important;
  opacity: 0!important;
  -webkit-transition: 0.02s ease-in;
  transition: 0.02s ease-in;    
}
.reviews #reviews_more:checked ~ .reviews-columns__item:nth-child(1n + 8) {
  max-height: initial!important;
  opacity: 1!important;
  -webkit-transition: 0.02s ease-in;
  transition: 0.02s ease-in;
  margin-bottom: 20px!important;
  padding: 24px!important;
}
.reviews #reviews_more:checked ~ .reviews-columns__item:nth-child(1n + 8) .reviews-item__content,
.reviews #reviews_more:checked ~ .reviews-columns__item:nth-child(1n + 8) .reviews-item__content img {
    max-height: initial!important;
  opacity: 1!important;
  -webkit-transition: 0.02s ease-in;
  transition: 0.02s ease-in;    
}
.reviews #reviews_more:checked ~ .reviews-btn .reviews_more-btn .unloaded {
    display: none!important;
}
.reviews #reviews_more:checked ~ .reviews-btn .reviews_more-btn .loaded {
    display: block!important;
}
.reviews.reviews-hide::after {
    display: none!important;
}
.reviews.reviews-hide {
max-height: initial!important;
    overflow: initial!important;
    margin-bottom: 70px;
}
.reviews.reviews-hide .reviews-btn {
    bottom: -65px!important;
    z-index: 25;
}

.kids-block2__wrap, .kids-block2__wrap-head-nav {
        flex-wrap: wrap;
    }
}
@media screen and (max-width:790px) {
    .header-content_langing {
        background-size: 1070px;
        background-position-y: -270px;
    }
    .landing-kids__cost .cost-columns__item1::after {
        background-size: contain;
        background-position-x: right;
    }
    .cost-corporative__title p {
        font-size: 27px;
    }
    section.uslugi::after {
        -webkit-transform: scale(1);
        transform: scale(1);
        width: 145px;
        height: 303px;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        top: 530px;
        left: 70%;
    }
}
@media screen and (max-width:510px) {
    .header-content__info,
    .header-content__info p {
        max-width: initial!important;
    }
    .header-content_langing .header-content__info h1 {
        margin-bottom: 15px;
    }
    .header-content_langing .header-content__info p {
        font-size: 16px;
        line-height: 128%;
    }
    .header-content_langing .header-content__info {
        margin-top: 135px;
    }
    .header-content_langing {
        background-size: 650px;
        background-position-y: -120px;
    }
    .header-content_langing .header-content__info p {
        max-width: 293px!important;
    }
    .header-content_langing .header-btn {
        margin-bottom: 195px;
            margin-top: 18rem;
    }
    .kids-block1__item {
        margin-bottom: -110px;
        width: 100%;
    }
    .landing-kids__block1 {
        background-size: 980px;
        background-position-y: -10px;
    }
    .kids-block1__column1 .kids-block1__item:nth-child(1),
    .kids-block1__column2 .kids-block1__item:nth-child(1) {
        justify-content: flex-start;
        left: -30px;
        position: relative;
    }
    .kids-block1__column1 .kids-block1__item:nth-child(2),
    .kids-block1__column2 .kids-block1__item:nth-child(2) {
        justify-content: flex-end;
        right: -30px;
        position: relative;
    }
    /* custom  */
    .kids-block1__wrap {
        padding-left: 28px;
        padding-right: 28px;
        margin-top: 260px!important;
    }
    .kids-block1__item {
        height: 27vw;
            margin-bottom: 20px!important;
    }
    .kids-block1__item img {
        display: none!important;
    }
    .kids-block1__column1,
    .kids-block1__column2 {
        display: flex;
        flex-direction: column;
    }
    .kids-block1__column1 .kids-block1__item:nth-child(1) {
        background: url(img/block2-item__img1-mob.webp) right center no-repeat!important;
        background-size: contain!important;
    }
    .kids-block1__column1 .kids-block1__item:nth-child(2) {
        background: url(img/block2-item__img2-mob.webp) left center no-repeat!important;
        background-size: contain!important;
    }
    .kids-block1__column2 .kids-block1__item:nth-child(1) {
        background: url(img/block2-item__img3-mob.webp) right center no-repeat!important;
        background-size: contain!important;
    }
    .kids-block1__column2 .kids-block1__item:nth-child(2) {
        background: url(img/block2-item__img4-mob.webp) left center no-repeat!important;
        background-size: contain!important;
    }
    .kids-block1__info {
        margin-top: 50px!important;
    }
    /* end custom  */
    .kids-block1__wrap {
        margin-top: 150px;
    }
    .kids-block2__item-img {
        max-width: initial;
    }
    .booking-quiz__step1::after {
        background-position-x: -40px;
    }
    .scenarios-list__item {
        width: 100%!important;
    }
    .landing-kids__scenarios .scenarios-list__item span {
        flex-wrap: nowrap;
    }
    .landing-kids__cost {
        padding-bottom: 0;
    }
    .reviews-btn label {
        height: 60px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .reviews-columns__item:nth-child(1n + 5) {
        max-height: 0;
        opacity: 0;
        -webkit-transition: 0.02s ease-in;
        transition: 0.02s ease-in;
        margin-bottom: 0;
    }
    .reviews-btn {
        margin-bottom: 0;
    }
}
.events-columns__item:nth-child(2)::after {
    background-image: url('/wp-content/themes/goodnight/img/events__img1.webp');
}
@media screen and (max-width:510px) {
    .kids-block1__item {
        left: initial!important;
        right: initial!important;
    }
}
.info-columns__corporative {
    gap: 28px;
}
.info-corporative__left {
        width: 100%;
        max-width: 476px;
}
.info-corporative__left-item {
    background: url('/wp-content/themes/goodnight/landings/corporative/img/bg_01.webp') top center no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 340px;
    box-sizing: border-box;
}
.info-corporative__right {
    flex-wrap: wrap;
    gap: 28px;
        width: 100%;
        max-width: 674px;
}
.info-corporative__item {
    padding: 24px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
        background-color: #323232;
        box-shadow: 0px 5px 10px 0px #DEDEDE;
}
.info-corporative__item h3 {
    font-family: var(--font__bn);
    font-weight: 400;
    font-size: 36px;
        line-height: 1.05;
}
.info-corporative__left-item h3 {
    max-width: 267px;
}
.info-corporative__item h3 b {
    font-weight: 700;
}
.info-corporative__item a.btn {
    position: absolute;
    left: 24px;
    bottom: 24px;
    box-sizing: border-box;
    width: calc(100% - 48px);
}
.info-corporative__right-item {
    width: 100%;
    height: 215px;
        box-sizing: border-box;
}
.info-corporative__right-item01 {
    width: calc(50% - 14px);
    background: url('/wp-content/themes/goodnight/landings/corporative/img/bg_02.webp') center no-repeat;
    background-size: cover;
}
.info-corporative__right-item01 h3 {
    max-width: 260px;
}
.info-corporative__right-item02 {
        width: calc(50% - 14px);
        background: url('/wp-content/themes/goodnight/landings/corporative/img/bg_03.webp') center no-repeat;
    background-size: cover;
}
.info-corporative__right-item02 h3 {
    max-width: 240px;
}
.info-corporative__right-item03 {
    background: url('/wp-content/themes/goodnight/landings/corporative/img/bg_04.webp') center no-repeat, linear-gradient(270deg, #61BFD3 0%, #4E99A9 100%);
    background-size: cover;
    /*background: linear-gradient(270deg, #61BFD3 0%, #4E99A9 100%);*/
}
.info-corporative__right-item03 h3 {
     max-width: 240px;
}
.info-corporative__right-item04 {
    background: url('/wp-content/themes/goodnight/landings/corporative/img/bg_05.webp') center no-repeat;
    background-size: cover;
}
.info-corporative__right-item04 h3 {
     max-width: 380px;
}
.info-corporative__left-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('/wp-content/themes/goodnight/landings/corporative/img/item01-img.webp') bottom center no-repeat;
    background-size: 135%;
    background-position-y: 70%;
}
@media screen and (max-width:510px) {
    .info-corporative__item h3 {
        font-size: 24px;
    }
    .info-corporative__left-img {
        background-size: 90%;
    }
    .info-corporative__left-item h3 {
        max-width: 172px;
    }
    .info-corporative__right-item01,
    .info-corporative__right-item02 {
        width: 100%;
    }
    .info-corporative__right-item {
        height: 170px;
    }
    .info-corporative__right-item h3 {
        max-width: 180px;
    }
    .info-corporative__right-item03 {
            background-position-x: 60%;
    }
    .info-corporative__right-item03 {
        background: url('/wp-content/themes/goodnight/landings/corporative/img/bg_04_mobile.webp') center no-repeat, linear-gradient(270deg, #61BFD3 0%, #4E99A9 100%);
        background-size: cover;
        height: 215px;
    }
    .info-corporative__right-item04 {
        height: 290px;
        background: url('/wp-content/themes/goodnight/landings/corporative/img/bg_05_mobile.webp') center no-repeat;
            background-size: cover;
    }
    .info-corporative__right-item04 h3 {
        max-width: 260px;
    }
}