.parallax{
  transition:all 0.15s ease;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.5,1.5,1.5);
        transform: scale3d(1.5,1.5,1.5)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.5,1.5,1.5);
        transform: scale3d(1.5,1.5,1.5)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__headShake {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}
.loader_container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100000000;
    overflow: hidden;
    max-height:100vh;
}


.bottom_marque_string {
    position: absolute;
    bottom: 50px;
    opacity: 0.5;
}

.bottom_marque_string_overflow {
    position: absolute;
    bottom: -37px;
    opacity: 0.5;
}


.bottom_marque_string_container {
    display: inline;
}

.loader_container .bottom_marque_string {
  bottom: 100px;
}
.loader_container .bottom_marque_string_overflow {
  bottom: 20px;
}

.loader_centered_logo {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.figures__slider-item img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.soundcloud_code {
    margin-top: 40px;
}

.secondary__title-label + .soundcloud_code {
    margin-top: 20px;
}

.soundcloud_code iframe {
    height:38vh;
    display: block;
    margin:0 auto;
}

.soundcloud_code>div {
    display: none;
}

.video img {
    width: 100%;
    /* max-width: 1031px; */
    height: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.clip__container {
    clip-path: inset(-100vw -100vw -100vw 0);
}

.concerts.row-index-2,
.section.reward{
  overflow-x: hidden;
}
.concerts.row-index-2 .fp-overflow,
.section.reward .fp-overflow{
  overflow-x: hidden;
}

.concerts.row-index-2 .fp-overflow .content_marques_rows,
.section.reward .fp-overflow .content_marques_rows{
  overflow-x: hidden;
}

.project__article-item{
  position:relative;
}

.project__article-item_custom{
  padding-bottom:55%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  border-radius: 20px;
}

.photo-galleries .slick-list{
  overflow: visible;
}

.project__article-item-caption{
  position: absolute;
  bottom:calc(15% + 30px);
  left: 10px;
  background: rgba(255,255,255,0.8);
  padding: 5px 15px 5px 10px;
  border-left: solid 0px #f1bd06;
  font-weight: 700;
  font-size: 14px;
  color:#3066c2;
  max-width: calc(100% - 20px);
  border-radius:7px;
}

@media screen and (min-width: 768px) {
    .img__kuk {
        object-fit: contain;
    }
    .project__article-item_custom{
      padding-bottom:66%;
    }
}

.clip__slider .slick-list {
    padding: 0 20% 0 0 !important;
    overflow: visible;
}

.clip__slider .slick-list::-webkit-scrollbar {

    opacity: 0;
}

.fp-overflow::-webkit-scrollbar-thumb,
.clip__container::-webkit-scrollbar-thumb {
    opacity: 0;
    background-color: rgb(0 0 0 / 0%) !important;
}



.video_gallery_container {
    position: relative;

}

.video_gallery_container img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    max-height: 550px;
}

.photo-galleries__item {}

.photo-gallery {}

.photo-gallery__container .clip__slider-title {
    padding: 30px 0;
    white-space:nowrap;
    text-overflow: ellipsis;
    padding-right:30px;
    overflow: hidden;
}

.photo-gallery__container {
    position: relative;
    /* max-width: 90%; */
    padding-top:20px;
    max-width: 1380px;
    clip-path: inset(-100vw -100vw -100vw 0);
}

.photo-gallery .figures__wrap {
    margin-bottom: 0;
    margin-top: 0;
    z-index: 99;
    margin-right: 20px;
}

@media screen and (min-width: 768px) {
    .clip__slider-title {
      /*  height: 85px;*/
    }
}

.svg_array {
    display: none;
}

.fp-normal-scroll {
    position: relative;
}

/* .fp-normal-scroll:before{
    content: '';
    position:absolute;
    height: 100%;
    width: 3px;
    background: #ccc;
} */
.fp-normal-scroll::-webkit-scrollbar {
    width: 7px;
    background-color: #dadada00;
}

.fp-normal-scroll::-webkit-scrollbar-track {
    background-image: url(/wp-content/themes/poplavsky/img/scroll-bar.png);
    background-position: 2px;
    background-repeat: repeat-y;
    background-size: 3px;
}

.btn__main-arrow.prev_screen_btn {
  margin-top:0;
}

.btn__main-arrow.prev_screen_btn + .figures__wrap{
  margin-top:20px;
}

.prev_screen_btn svg {
  transform: rotate(90deg);
}

.video_gallery_container .video {
    max-width: 100%;
    position: initial;
}

.modal_window {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: #00000094;
    z-index: 99999999;
    top: 0;
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.modal_window_inner {
    width: 100%;
    height: 100vh;
    height: 100svh;
    background: #000;
    border-radius: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    position: relative;
}

.modal_window_inner .modal_window_append {
    max-width: 100%;
    max-height: 90%;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.modal_window_inner iframe {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.close_modal {
    position: absolute;
    top: -12px;
    right: -10px;
    border-radius: 50%;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
	    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_window_inner .close_modal{
  background: #000;
  color:#fff;
  top:5px;
  right: 5px;
  width: 30px;
  height: 30px;
  line-height: 25px;
}

.content_marques_rows {
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    width: 120%;
    top: 50%;
    transform: translateY(-50%);
}

.content_marque_string {
    display: inline-block;
    margin-bottom: 30px;
}

.content_marque_string .bottom_marque_string_container img {
    display: inline-block;
}

.content_marques_rows .content_marque_string:last-child {
    margin-bottom: 0;
}

.loader_centered_logo img {
    width: 320px;
}

.bottom_marque_string_overflow {
    bottom: -20px;
}

.marquee_with_bg {
    bottom: 0;
    top: auto;
    transform: inherit;
}

.single_gallery_block{
  height:100vh;
  height:100svh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:65px 20px;
}

.single_gallery_slider_box{
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content:center;
}

.sliders_holder{
  width: 100%;
  height:calc(100% - 90px);
  overflow:hidden;
  position: relative;
}

.sliders_holder_background{
  background:rgba(225, 236, 255, 0.8);
  border-radius:20px;
}

.sliders_holder.single_book_holder{
  height:37%;
}

.single_gallery_slider{
  width: 100%;
  height:100%;
  position: relative;
  z-index:5;
}

.single_gallery_slider_preview{
  width: 100%;
  height:15%;
  overflow:hidden;
  position: absolute;
  left:0;
  bottom:10px;
  z-index:10;
}

.single_gallery_slider .slick-list,
.single_gallery_slider .slick-track,
.single_gallery_slider_preview .slick-list,
.single_gallery_slider_preview .slick-track
 {
  height: 100%;
}

.back_button_row{
  height:50px;
  display: flex;
  align-items: center;
  margin-bottom:20px;
  width: 100%;
}

.single_gallery_slider_item{
  background-size: contain;
  background-position: center;
  background-repeat:no-repeat;
  width: 100%;
  height: 100%;
  border-radius:20px;
  position: relative;
  overflow: hidden;
}

.single_gallery_slider_item.single_book_slider_item{
  display: flex;
  justify-content: center;
}

.single_gallery_slider_item img{
  display: none;
}

.single_gallery_slider_item.single_book_slider_item img{
  display: block;
  object-fit: contain;
  object-position: center;
}

.single_gallery_slider_preview_item{
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
  height: 100%;
  border-radius:20px;
  position: relative;
  overflow: hidden;
  margin:0 8px;
  border: solid 2px transparent;
}

.single_gallery_slider_preview_item.slick-current{
  border: solid 2px rgba(241, 189, 6 ,0.7);
}

.return_back{
  color:#3066c2;
  font-weight: 700;
  display: flex;
  justify-content:center;
  align-items: center;
}

.return_back span {
  display: flex;
  justify-content:center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 23px;
  border-radius: 50%;
  border: 1px solid #3066c2;
}

.return_back svg {
    transform: rotate(0deg);
}

.return_back:hover span{
  background:#3066c2;
}

.return_back:hover span svg{
  stroke:#fff;
}

.single_gallery_description{
  display: none;
}

.single_gallery_description .secondary__title{
  margin-bottom:0;
}

.single_gallery_description.single_book_description{
  display: flex;
  height:47%;
  flex-direction: column;
  width:100%;
  padding-top:40px;
}

.single_gallery_description.single_book_description .secondary__title{
  font-size:26px;
  margin-bottom:0px;
  text-align: left;
}

.single_gallery_description.single_book_description .base__text{
  height:auto;
  max-height:34vh;
}

.single_gallery_description .secondary__title + .base__text {
  margin-top:30px;
}

@media screen and (min-width:768px) {
    .loader_centered_logo img {
        width: auto;
    }


    .bottom_marque_string {
            bottom: 110px;
    }

    .bottom_marque_string_overflow {
        bottom: -37px;
    }
    .btn__main-arrow.prev_screen_btn + .figures__wrap{
      margin-top:30px;
      margin-right: 55px;
    }

    .loader_container .bottom_marque_string {
      bottom: 165px;
    }
    .loader_container .bottom_marque_string_overflow {
      bottom: 20px;
    }
}

@media screen and (min-width:1024px) {
  .modal_window_inner .modal_window_append {
      max-width: 65%;
  }
  .modal_window_inner .modal_window_append {
      padding-bottom: 38.25%;
  }
  .modal_window_inner .close_modal {
      top: 20px;
      right: 20px;
  }
  .single_gallery_block{
    height:100vh;
    height:100svh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:100px 20px;
  }

  .sliders_holder{
    width:49%;
  }

  .single_gallery_block.container{
    zoom:1;
  }
  .single_gallery_description.single_book_description .secondary__title{
    font-size:40px;
  }
  .sliders_holder.single_book_holder {
    height: calc(90% - 90px);
    padding-top: 0px;
    margin:auto;
  }
  .single_gallery_description.single_book_description{
    width: 49%;
    height: calc(90% - 90px);
    padding-top:0;
  }
  .single_gallery_description{
    width:49%;
    display:flex;
    justify-content: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: 0;
  }
  .single_gallery_description .secondary__title{
    font-size: 55px;
    margin-bottom:0;
  }
  .single_gallery_description .secondary__title + .base__text {
    margin-top:50px;
  }
  .single_gallery_description .base__text {
    height:auto;
    max-height: 36vh;
  }
  .project__article-item_custom{
    padding-bottom:57%;
  }
}

@media screen and (min-width:1400px) {
  .project__article-item_custom{
    padding-bottom:43%;
  }
  .project__article-item_custom{
    padding-bottom:52%;
  }
}

@media screen and (min-width:1745px) {
  .sliders_holder {
      height: calc(90% - 90px);
  }
  .single_gallery_description{
    height: calc(90% - 90px);
  }
  .project__article-item_custom{
    padding-bottom:55%;
  }
}

.btn__home {
    width: fit-content;
}

.outline_container {
    position: relative;
    display: flex;
    align-items: center;
}

.outline_container_auto {
    width: 100%;
}

.slider,
.biography__slider {
    max-height: 100vh;
}

.reward__slider {
  max-width: 100%;
  padding:0;
}

.reward__slider .slick-slide{
    width: 260px;
}

.reward__top-part .calendar_slider_container{
  padding:0;
}

.reward__slider-item {
    padding-left: 25px;
    /* padding-right: 25px; */
    padding-bottom: 30px;
    padding-top: 10px;
    /* border-left: 1px solid #ccc; */
}

.reward__slider-item::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #3066C2;
    position: absolute;
    top: 9px;
    left: -6px;
    border-radius: 50%;
}

.reward__slider .slick-track {
    display: flex;
}

.reward__slider .slick-slide {
    padding: 0 12px;
    height: initial;

}

.reward__slider .slick-slide div {
    height: 100%;
}

.reward__slider-item p {
    margin-top: -8px;

}

.reward__slider-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 95%;
    background-color: #dadada;
}

.rewards_img-1 {
    padding-right: 30px;
}

.rewards_img-2 {}

.rewards_img-1 img {
    border-radius: 20px;
    width: 158px;
    height: 107px;
    object-fit: cover;
}

.rewards_img-2 img {
    border-radius: 20px;
    width: 210px;
    height: 150px;
    object-fit: cover;
}

.calendar_slider_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reward__bottom-part>.container {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
}

.reward__bottom-part-left,
.reward__bottom-part-right {
    max-width: 100%;
}

.reward__bottom-part-right {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 40px;
}

.reward__bottom-part-left {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.reward__bottom-part-left .secondary__title-label {
    width: 100%;
}

.slick-list {
    max-height: 100vh;
}
img.signature_image {
    width: fit-content;
    max-width: 85px;
    bottom: 330px;
    right: 40px;
}
.section.home{
    background-image: linear-gradient(1deg, rgb(255, 255, 255) 0.87%, rgb(255, 203, 69) 88.39%);
}
.menu__item.active > a{
    position: relative;
    width: fit-content;
    display: block;
}
.menu__item.active > a:after{
    content:'';
    height: 4px;
    background: #f1bd06;
    display: block;

}
.mobile__menu-container .menu__item .icon__arrow.active {
  stroke: var(--main-yellow-color);
  transform: rotate(0deg);
  top: 5px;
  bottom: unset;
}

.reels_right-part{
  margin:auto;
  order:2;
}

.reels_container{
   border-radius: 20px;
    overflow: hidden;
    width: 250px;
    height:53vh;
    position: relative;
    background:#ccc;
}

.reels_slider{
  height:100%;
   border-radius: 20px;
}

.reels_slider .slick-dots{
  display: flex;
  width: calc(100% - 30px);
  justify-content: space-between;
  bottom: auto;
  top: 15px;
  left: 15px;
  z-index:25;
}

.reels_slider .slick-arrow{
  z-index: 20;
  display: block!important;
  height: 100%;
  position: absolute;
  width:60px;
  top: 0;
  transform: translate(0, 0%);
  opacity: 0;
}

.reels_slider .slick-arrow.slick-prev{
  left:0;
}

.reels_slider .slick-arrow.slick-next{
  right:0;
}

.reels_slider .slick-dots li{
  margin:0 1px;
  height: 4px;
  width:auto;
  flex-grow:1;
  flex-shrink:0;
}

.reels_slider .slick-dots li{
  background:#DADADA;
  width: auto;
  height: 4px;
  display: block;
}

.reels_slider .slick-dots .slick-active{
  background:#F1BD06;
}

.reels_slider .slick-dots li button{
  height:4px;
  width:0;
  background:#3066c2;
}

.reels_slider .slick-dots li button:before{
  display: none;
}

.reels_slider .slick-track,.reels_slider .slick-list{
  height:100%;
}

.play_button{
  position: absolute;
  top:50%;
  left:50%;
  z-index:10;
  transform:translate(-50%,-50%);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background:#3066c2;
}

.play_button svg {
    fill:#f1bd06;
    width:23px;
    height:23px;
    margin-left:5px;
}

.play_button:hover{
  background:#f1bd06;
}

.play_button:hover svg{
  fill:#3066c2;
}

.reels_slider .slick-slide{
  border-radius:20px;
  overflow: hidden;
}

.reels_slider_item video{
  position: relative;
  width:100%;
  height:auto;
  position: absolute;
  left:0;
  top:0;
  z-index:4;
   border-radius: 20px;
}

iframe .ytp-title-link.yt-uix-sessionlink{
  display:none;
}

.reels_item_zaglushka{
  width:100%;
  height:100%;
  position: absolute;
  left:0;
  top:0;
  z-index:5;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
   border-radius: 20px;
}

.reels_item_zaglushka:before{
  content:'';
  display: block;
  width:100%;
  height:100%;
  position: absolute;
  left:0;
  top:0;
  z-index:5;
  background:rgba(0,0,0,0.7);
   border-radius: 20px;
}

.base__text_custom p{
  padding-left:5px;
  text-align: left;
}

.reeals__wrap{
  display: flex;
  flex-direction: column;
}

.reeals__wrap .biography__left-part{
  order:1;
  padding-top:50px;
  margin-bottom:30px;
  margin-top: 0;
}

.reeals__wrap .biography__left-part .base__text{
  height:auto;
}

.reels,.reels .fp-overflow{
  overflow: hidden;
  height:100%;
}

.reels .biography__left-part-inner *{
  text-align: left;
}
.big_slider .slick-dots {
    bottom: 25px;
}

.page_404{
  width:100%;
  min-height:100vh;
  display: flex;
  justify-content: center;
  align-items:center;
}
.page_404 .error{
  margin:auto;
  display: flex;
  justify-content: center;
  align-items:center;
  text-align: center;
  flex-direction:column;
  padding:60px 20px;
}

.page_404 .error h1{
  color:#3066c2;
  font-weight: 700;
  font-size:155px;
  margin-bottom:30px;
}

.page_404 .error h2{
  margin-bottom:100px;
}

@media screen and (min-width:768px) {

  .play_button svg {
      margin-left:0px;
  }

.reels .fp-overflow{
    height:auto;
  }
  .reels_container{
      height: 520px;
      width: 300px;
  }
  .reeals__wrap .biography__left-part .base__text{
    height: 35vh;
  }
    .reels_right-part{
      margin:auto 50px;
    }
    .reeals__wrap{
      flex-direction: row;
    }
    .reeals__wrap .biography__left-part{
      padding-top:0px;
    }
    .section.home{
        background-image: linear-gradient(250.54deg, rgb(255, 255, 255) 42.87%, rgb(255, 203, 69) 88.39%);
       }

       .reward__slider-item {
           padding-bottom: 50px;
       }
       img.signature_image {
           width: fit-content;
           max-width: 180px;
           bottom: 620px;
           right: 75px;
       }
       .play_button{
         width: 99px;
         height: 99px;
       }
}
@media screen and (min-width:1024px) {
  .reward__slider .slick-slide {
      padding: 0 25px;
  }
	.big_slider .fp-overflow {
		overflow-y: inherit;
	}
	.section.figures.fp-section .fp-overflow{
		overflow-y: auto;
	}

  .soundcloud_code iframe {
      height: 66vh;
  }

  .section[data-anchor="soundcloud"] .soundcloud_code iframe {
      height: 52vh;
  }
    .reels_right-part{
      margin:auto;
    }
    .btn__main-arrow.prev_screen_btn + .figures__wrap{
      margin-top:25px;
      margin-right: 20px;
    }

    .figures__wrap_bg_white.figures__wrap {
        background: #fff;
    }
    .menu__item.active > a:after{
        display: none;
    }
    img.signature_image {
        width: fit-content;
        max-width: 180px;
        bottom: 620px;
        right: 160px;
    }
    .reward__bottom-part {
        margin-top: 30px;
    }

    .reward__bottom-part>.container {
        flex-wrap: wrap;
    }

    .rewards_img-1 img {
        border-radius: 20px;
        width: 260px;
        height: 190px;
        object-fit: cover;
    }

    .rewards_img-2 img {
        border-radius: 20px;
        width: 400px;
        height: 270px;
        object-fit: cover;
    }

    .reward__bottom-part-left {
        max-width: 40%;
    }

    .reward__bottom-part-right {
        max-width: 60%;
    }

    .reward__bottom-part-right {
        margin-top: 0;
        flex-wrap: wrap;
    }
    .menu__item:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 4px;
        background: #f1bd06;
        transition: width 0.5s ease-out;
    }
    .menu__item.active:after {
        content: '';
        display: block;
        width: 104px;
        height: 4px;
        background: #f1bd06;
        bottom: 0;
        position: absolute;
    }
}

@media screen and (min-width:1440px) {
    .rewards_img-1 img {
        border-radius: 20px;
        width: 347px;
        height: 236px;
        object-fit: cover;
    }

    .rewards_img-2 img {
        border-radius: 20px;
        width: 463px;
        height: 331px;
        object-fit: cover;
    }
}



.menu__item:hover::after {
    width: 100%;
}




.figures__slider {
    margin-left: -12px;
    margin-right: -12px;
}


.figures__slider .slick-slide{
    flex-shrink: 0;
}

.played {
    animation: rotate 2s linear infinite;
    background: #ffffff;
  }

  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .university__wrap .university__line:last-child{
    display: none;
  }
  .home__left-part h1:first-child{
    margin-bottom: 0;
  }
  @media all and (max-height:800px){
    .reward__slider-item {
        padding-bottom:15px;
    }
    .reward__slider-item span {
        line-height: 14px;
    }

  }
  @media all and (max-height:900px){


  }
  @media all and (max-height:800px) and (min-width:1024px){
    .rewards_img-2 img {
        width: 350px;
        height: 220px;
    }
  }

  @media all and (max-height:700px){
    .photo-gallery_custom .next_screen_btn{
        display: none;
    }

  }


.modal_window_content {
    display: none;
    width: 100vw;
    height: 100vh;
    position: absolute;
    background: #00000094;
    z-index: 99999999;
    top: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.modal_window_content_inner .close_modal{
	top: 0;
    right: 0;
}

	.modal_window_content_inner {
width: 100%;
    max-width: 500px;
    height: 75vh;
    overflow-y: auto;
	overflow-x: hidden;
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    position: relative;
    padding: 30px;
}
.modal_window_content_inner img{
	max-height:200px;
	object-fit:contain;
}
.modal_window_content_inner p{
	padding:10px 0;
}

.page-id-5 .restaurant-chain{
	display:none;
}

body.locked,body.page-template-home.locked{
  overflow:hidden!important;
}

@media screen and (max-width:1200px) {
  .clip__slider{
    display: flex;
    overflow-x: auto;
    margin-left:-55px;
    margin-right:-55px;
    width:calc(100% + 110px);
    padding-left:55px;
  }
  .clip__slider .clip__slider-item{
    width: 39vw;;
    flex-shrink: 0;
    margin-right:30px;
  }
  .clip__container .btn__arrow-list{
    display: none;
  }

}

@media screen and (max-width:1023px) {
  .section.reels .letters{
    display:none;
  }

  .clip__slider,.figures__slider,.books__slider,.photo-galleries{
    display: flex;
    overflow-x: auto;
    margin-left:-55px;
    margin-right:-55px;
    width:calc(100% + 110px);
    padding-left:55px;
  }
  .clip__slider .clip__slider-item,.figures__slider .figures__slider-item,.books__slider .books__slider-item,.photo-galleries .photo-galleries__item{
    width:85%;
    flex-shrink: 0;
    margin-right:30px;
  }
  .books__slider .books__slider-item{
    width:auto;
  }
  .clip__container .btn__arrow-list,.figures__container .btn__arrow-list,.photo-gallery_custom .btn__arrow-list, .concerts .btn__arrow-list{
    display:none;
  }
}

@media screen and (max-width:767px) {
  .page-id-13 .section.biography,.page-id-11 .section.biography, .hero_section + .section.biography{
    padding: 50px 0 50px;
}
  .clip__slider,.figures__slider,.books__slider,.photo-galleries{
    margin-left:-20px;
    margin-right:-20px;
    width:calc(100% + 40px);
    padding-left:20px;
  }
  .clip__slider .clip__slider-item,.figures__slider .figures__slider-item,.books__slider .books__slider-item,.photo-galleries .photo-galleries__item{
    margin-right:20px;
  }
  .clip__slider .clip__slider-title{
    padding-bottom:10px!important;
  }
  .section{
    overflow-x: hidden;
    padding:25px 0 50px;
    position: relative;
  }

  .single-post .section.project__article{
    padding-top:70px;
  }

  .single-post .section.books, .single-post .section.project__article{
    padding-bottom:25px;
  }

  .section:last-of-type,.single-post .section.books:last-of-type{
    padding-bottom:80px;
  }

  .section.home{
    padding:0;
  }

  .section.home .home__container{
    height:100vh;
    height:100svh;
    overflow: hidden;
  }

  .section:last-of-type .next_screen_btn {
    display: none;
  }

  .section.biography{
    padding:0px 0 50px;
  }

  .figures__wrap-position .secondary__title{
        margin-bottom: 25px;
  }

.btn__arrow-list {
    margin-bottom: 5px;
}
  #clip__container--2 .btn__arrow-list, .photo-gallery .btn__arrow-list {
      margin-bottom: 5px;
  }
  .section__project-article-right-bg{
    display:none;
  }
  .reeals__wrap .biography__left-part{
    padding-top: 0px;
  }
  .reels_container {
      height:439px;
  }
  .single_gallery_block.single_gallery_book_block{
    height:auto;
  }
  .single_gallery_book_block .single_gallery_description .secondary__title + .base__text{
    height:auto;
  }
  .single_book_description{
    padding-bottom:30px;
  }
  .biography__left-part .base__text{
    height: auto;
    max-height: 29vh;
    max-height: 29svh;
  }
  .section.figures .btn__arrow-list {
    margin-bottom: 15px;
  }
  .single-post .project__article-slider .slick-dots{
    position: static;
  }

    .single-post .section.project__article .secondary__title{
      margin-bottom:30px;
    }

    .single-post .section.project__article .project__article-left-part_content{
      margin-bottom:35px;
    }

    .single-post .slider__container.soundcloud_code iframe{
      width:100%;
    }

    .single-post .project__article-left-part_content.base__text img{
      margin:15px 0;
    }
    .loader_container{
      position: fixed;
    }
    span.circle{
      flex-shrink:0;
    }
    body.page-template-home{
      overflow: hidden;
    }
}

@media screen and (max-width:1023px) and (orientation:landscape) {
  body{
    height:auto;
    overflow-x: hidden;
  }

  body.page-template-home{
    overflow-y: auto!important;
  }

  .section.home{
    overflow: hidden;
    height:auto;
    min-height:100vh;
    position:relative;
    background-image: linear-gradient(1deg, rgb(255, 255, 255) 0.87%, rgb(255, 203, 69) 88.39%);
  }

  .section.home .fp-overflow{
    min-height:100vh;
  }

  .section.home .home__container {
      height: auto;
      padding-top: 100px;
      min-height:100vh;
  }

  .home__right-part{
    height:340px;
    position:relative;
  }

  .home__right-part img{
    width: 500px;
    right: 0px;
    bottom:0;
  }

  .home__title {
    font-size: 55px;
  }

  .home__right-part img.signature_image {
    width: fit-content;
    max-width: 180px;
    bottom: 440px;
    right: 0px;
  }

  .home .letters {
    top: 75px;
    margin-top: 0;
  }

  .slider, .biography__slider{
        max-height: unset;
  }

  .biography__right-part .slick-slide img{
    height:auto;
  }
  .reels_container {
      height: 303px;
  }

}

@media screen and (max-height:650px) and (max-width:1023px) and (orientation:landscape) {
  .person__container {
    max-height:100%;
  }
  .section.home .home__container {
      padding-top: 85px;
  }
  .home__title {
      font-size: 40px;
  }
  .home__right-part {
      height: 250px;
  }
  .home__right-part img {
      width: 350px;
      right: 30px;
      bottom: 0;
  }
  .home__right-part img.signature_image {
      width: fit-content;
      max-width: 95px;
      bottom: 330px;
      right: 42px;
  }
  .title {
      font-size: 28px;
      padding: 14px 45px 10px 20px;
  }
  .hero_section{
    padding: 35px 0 50px;
  }
  .hero_section.person {
    background-position: 0% 0;
  }
  .title__label {
      font-size: 20px;
      width: 258px;
      height: 40px;
  }
  .biography__wrap{
    overflow: hidden;
  }
  .biography__left-part-inner{
    margin-top:30px;
  }
  .section.history{
    margin-bottom:50px;
  }
  .title {
      margin-bottom: 30px;
  }
  .title__label {
      top: 13px;
  }
  .secondary__title {
      font-size: 55px;
      margin-bottom: 40px;
  }
  .secondary__title-label {
      font-size: 14px;
      margin-bottom: 15px;
  }
  .biography__left-part{
    margin-bottom:40px;
  }
  #univercity .letters{
    display: none;
  }
  #univercity{
    padding-bottom:50px;
  }
  .section.hero_section{
    margin-bottom:50px;
  }
  .section.books{
    margin-bottom:40px;
  }
  .section.biography {
      padding: 0px 0 0px;
  }
  .clip__slider .clip__slider-item, .figures__slider .figures__slider-item{
      width: 47%;
  }
  .page-id-9 .photo-galleries .photo-galleries__item {
      width: 47%!important;
  }
 .books__slider .books__slider-item {
   display: flex;
   flex-direction: column;
   width: 25%;
  }
  .university__btn span {
      width: 35px;
      height: 35px;
      margin-left: 14px;
  }
  .university__btn.book_btn {
      font-size: 16px;
      margin-top:auto;
      margin-bottom:0;
  }
  .project__article-left-part.project__article-left-part-custom .project__article-left-part_content{
    height: 49vh;
  }
  .single_gallery_slider_box {
      height: auto;
  }
  .sliders_holder.single_book_holder {
    height: auto;
  }
  .single_gallery_slider.single_book_slider{
    width: 60%;
    margin: 0 auto;
    height:100%;
  }
  .single_gallery_slider.single_book_slider img{
    border-radius:20px;
  }
  .single_gallery_block{
    height:auto;
  }
  .single_gallery_description.single_book_description {
      padding-bottom: 40px;
  }
   .section:not(.home):last-of-type, .single-post .section:not(.home).books:last-of-type {
      padding-bottom: 80px;
  }

  .page-id-5 .section.figures{
    margin-bottom:90px;
  }
  .single-post #fullpage .section:first-of-type{
    padding-top:70px;
  }

  .section__project-article-right-bg{
    display:none;
  }

  .soundcloud_code iframe{
    width: 80%!important;
    height: 250px;
    margin: 0 auto;
    display: block;
  }

  #fullpage .section:last-of-type .next_screen_btn {
    display: none;
  }

  .single-post .secondary__title {
      font-size: 40px;
  }

  .single-post .section.books {
    margin-bottom: 0px;
  }
  .project__article-right-part{
    padding:30px 0;
  }
  .single-post .section.project__article{
    margin-bottom:50px;
  }
  .single-post .section.project__article + .section.books {
    margin-bottom:50px;
  }
  .section.movies{
    position: relative;
    overflow: hidden;
  }
  .page-id-7 .content_marques_rows, .page-id-9 .content_marques_rows{
    display: none;
  }
  .clip__container,#soundcloud .university__container, .page-id-9 #fullpage .section {
    padding-top:30px ;
    padding-bottom: 40px;
  }
  .sliders_holder{
    height: 400px;
  }
  .single_gallery_slider_preview{
    height: 20%;
    width:80%;
    margin:0 auto;
    left:10%;
  }
}

@media screen and (min-width:1024px) and (max-width:1200px) and (orientation:landscape) {
  .home__container {
      padding-top: 76px;
  }
  .home__right-part img {
    width: 649px;
    right: 148px;
  }
  .home__title {
      font-size: 90px;
  }
  .letters {
      right: -122px;
  }
  .reward__container .letters{
    display: none;
  }
  .title {
      font-size: 55px;
      padding: 17px 78px 17px 36px;
      margin-bottom: 25px;
  }
  .figures__slider-item > a {
    height: 330px;
  }
  .figures__title {
      font-size: 30px;
  }
  .clip__slider{
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    padding-left: 20px;
  }
  .person__container-inner {
      bottom: 150px;
  }

}

@media screen and (min-width:768px) and (max-width:1200px) and (orientation:portrait) {
  .project__article-left-part.project__article-left-part-custom .project__article-left-part_content {
      height: 32vh;
      margin-bottom:10px;
  }
  .soundcloud_code iframe{
    width:80%;
  }
}

@media screen and (min-height:600px) and (max-width:1024px) and (orientation:landscape) {
  .home__right-part {
        position: unset;
  }
  .home__right-part img {
      right: 15%;
  }
  .home__right-part img.signature_image {
      max-width: 120px;
      right: 10%;
  }
}
