body::-webkit-scrollbar {
  width: 0;
}
body::-webkit-scrollbar-thumb {
  width: 0px;
}
.main__faq_block::-webkit-scrollbar {
  width: 0;
}
.main__faq_block::-webkit-scrollbar-thumb {
  width: 0px;
}

@keyframes animation-bed {
  0% {
    top: 6%;
  }
  50% {
    top: 4%;
  }
  100% {
    top: 6%;
  }
}
.animation-bed {
  animation: animation-bed 6s 1s ease infinite;
}

.main__dvorec {
  width: 100vw;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top__block {
  width: 100%;
  height: 100vh;
  transition: 0.7s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main_video {
  height: auto;
}
.main_video_mob {
  height: 100vh;
}
.buy__btn_main {
  position: fixed;
  bottom: 20px;
  margin: 0 auto;
  max-width: 90%;
  z-index: 100;
  background-image: url(/bitrix/templates/palacefun_new/img/buy_btn_bg_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 0.3s ease;
}
.buy__btn_main_deactive {
  left: -100vw;
}
.buy__btn_str_one {
  transform: translate(200%, 0px);
}
.main__description {
  background: #01030d;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  transition: 0.7s ease;
  position: relative;
  background-image: url(/bitrix/templates/palacefun_new/img/krug.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
}
.main__description_active {
  background-size: 300%;
}
.main__description_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-image: url(/bitrix/templates/palacefun_new/img/Rectangle1.png);
  background-size: cover;
}
.main__description_text {
  position: relative;
  top: -5%;
  font-family: "Marcovaldo";
  font-size: 80px;
  line-height: 86px;
  transition: 0.3s ease;
  transform: scale(0.2) translate(-150%, 150%);
}
.main__description_desc {
  display: none;
}
.main__description_text_active {
  transform: scale(1) translate(0%, 0%);
}

.main__location {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  transition: 0.7s ease;
  position: relative;
  /* background-image: url(/bitrix/templates/palacefun_new/img/Rectangle2.png); */
  background-image: url(/bitrix/templates/palacefun_new/img/optimized/Rectangle2_optimized.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main__location_rewi {
  padding-top: 120px;
}
.main_location_les {
  /* background-image: url(/bitrix/templates/palacefun_new/img/les_bg.png); */
  background-image: url(/bitrix/templates/palacefun_new/img/optimized/les_bg_optimized.webp);
}
.main_location_sur {
  /* background-image: url(/bitrix/templates/palacefun_new/img/sur_bg.png); */
  background-image: url(/bitrix/templates/palacefun_new/img/optimized/sur_bg_optimized.webp);
}

.main__location_title {
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  width: 100%;
  margin-top: 15%;
  margin-bottom: 2px;
  font-family: "Marcovaldo";
}
.main__location_subtitle {
  font-size: 14px;
  line-height: 16px;
  color: #d4e0f5;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  font-family: "Gosha Sans";
}
.lslide2_one_deactive {
  width: 250px;
  height: 340px;
  border-radius: 20px;
  transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  box-shadow: 0px 0px 12px 0px #fc46f280;
}

.main__location_img_rewi {
  width: 250px;
  height: 240px;
  border-radius: 20px;
  transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  box-shadow: 0px 0px 12px 0px #fc46f280;
}

.active2 .main__location_img {
  /*width: 280px;
  height: 400px;*/
}

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

.active2 .main__location_img_rewi {
  width: 280px;
  height: 270px;
}

.main__faq {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  transition: 0.7s ease;
  position: relative;
  /* background-image: url(/bitrix/templates/palacefun_new/img/faq_bg.png); */
  background-image: url(/bitrix/templates/palacefun_new/img/optimized/faq_bg_optimized.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.main__faq_block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: scroll !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transform: scale(0.5);
}
.main__faq_block_active {
  transform: scale(1);
}
.main__location_title_faq {
  margin-bottom: 10px;
}
.main__questions_and_answer {
  width: 86%;
  margin: 10px auto;
  padding: 15px;
  background: #393f4966;
  border: 1px solid #f7fafc33;
  border-radius: 20px;
  font-family: "Gosha Sans";
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #f7fafc;
}
.main__question_plus {
  width: 14px;
  margin-right: 10px;
}
.main__answer {
  opacity: 0.8;
  font-size: 0px;
  line-height: 0px;
  transition: 0.3s ease;
}
.main__answer_active {
  font-size: 13px;
  line-height: 14px;
}
.main__contats_worktime {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}
.main__location_title_contacts {
  margin: 0;
}
.main__location_subtitle_contacts {
  text-align: right;
  transform: translate(100%, 0px);
  transition: 0.4s ease;
}
.main__location_subtitle_contacts_span {
  height: 0;
  font-size: 150%;
  font-family: "Gosha Sans";
}

.main__location_subtitle_contacts_active {
  transform: translate(0%, 0px);
}

.main__reviews_title_block {
  position: relative;
  width: 90%;
  margin-top: 0px;
  padding: 6px;
}
.main__location_title_reviews {
  font-size: 26px;
  line-height: 32px;
  width: 90%;
  margin: 0;
  text-align: left;
  transition: 0.3s ease;
  transform: translate(30px, 60px) rotate(-25deg);
  opacity: 0;
}
.main__location_subtitle_reviews {
  position: absolute;
  right: 48px;
  top: 17px;
  font-size: 12px;
  width: auto;
  transition: 0.3s ease;
  transform: translate(-30px, 60px) rotate(25deg);
  opacity: 0;
}
.main__location_subtitle_reviews_active {
  transform: translate(0px, 0px) rotate(0deg);
  opacity: 1;
}
.main__reviews_img {
  position: absolute;
  right: 0;
  top: 25px;
  transition: 0.4s ease;
  opacity: 0;
}
.main__reviews_img_active {
  opacity: 1;
}

.main__contats {
  font-family: "Gosha Sans";
  width: 80%;
}
.main__contats_item {
  display: flex;
  align-items: center;
  padding: 5% 10%;
}
.main__contats_item_header {
  font-family: "Gosha Sans";
  padding: 10px 0px;
}
.main__contats_social_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main__contats_item_img {
  margin-right: 13px;
}
.main__contats_item_img_phone {
  margin-right: 28px;
}
.main__contats_social {
  width: 97%;
  margin-top: 80px;
  transition: 0.4s ease;
  transform: translate(-100%, 0px);
}
.main__contats_social_active {
  transform: translate(0%, 0px);
}
.main__contats_social_priziv {
  background: #beb3b31a;
  box-shadow: 0px 0px 16px 0px #ffffff33;
  text-transform: uppercase;
  padding: 20px;
  transform: rotate(-90deg);
  margin-left: -75px;
  margin-right: -50px;
}
.main__contats_social_img {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid white;
}

.light__slider_vertical {
  width: 10%;
  /*height: 340px;*/
}

.lslide2 {
  transition: 0.3s ease;
  transform: translate(0px, 0px) rotate(0deg);
}
.lslide2_one_deactive {
  /*transform: translate(-200px, 40px) rotate(-15deg);*/
}
.lslide2_two_deactive {
  /*transform: translate(100px, 0px) rotate(2deg);*/
}

.ya_reviews_block {
  width: 30%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  transition: 0.5s ease;
  position: relative;
  transform: scale(1) translate(0px, 0px) rotate(0deg);
  opacity: 1;
}
.ya_reviews_block_deactive {
  transform: scale(0.3) translate(100px, 100px) rotate(-20deg);
  opacity: 0;
}
.ya_reviews_block_frame {
  content: none;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-sizing: border-box;
}

.main__contats_organization {
  width: 100%;
  padding: 20px;
  margin-top: 2px;
  text-align: right;
}
.main__contats_social_block a {
  transition: 0.3s ease;
}
.main__contats_social_block a:hover {
  border-radius: 7px;
  background: #2c2c2c;
}

@media screen and (min-width: 620px) {
  .buy__btn {
    width: 360px;
  }
  .main_video_mob {
    display: none;
  }
  .main_video_height_more_proportion {
    /*width: 100%;*/
    height: 120vh;
  }
  .main_video_height_more_proportion_2 {
    width: 100%;
    height: auto;
  }
  .main__description_text {
    /*width: 50%;
		font-size: 120px;
		line-height: 130px;*/
    display: none;
  }
  .main__description_desc {
    width: 700px;
    display: flex;
    height: 60%;
    align-items: center;
    position: absolute;
  }
  .main__description_desc_text {
    margin-right: 40px;
    font-family: "Gosha Sans";
    font-size: 24px;
  }
  .main__description_desc_img {
    height: 100%;
    border-radius: 30px;
  }
  .main__description_desc_img-bg {
    position: absolute;
    top: 6%;
    left: -18%;
    width: 118%;
    height: 118%;
  }
  .main__description {
    background-size: 360px;
    justify-content: center;
  }
  .main__description_bg {
    background-image: url(/bitrix/templates/palacefun_new/img/bg-2.png);
    opacity: 0.9;
  }
  .main__location {
    align-items: center;
    background-image: url(/bitrix/templates/palacefun_new/img/bg-1.png);
  }
  .main__faq {
    background-image: url(/bitrix/templates/palacefun_new/img/bg-2.png);
  }
  .main__location_title {
    font-size: 72px;
    line-height: 62px;
    margin-top: 80px;
  }
  .main__location_subtitle {
    font-size: 18px;
  }
  .lSSlideOuter .lSPager.lSpg {
    right: 20px;
    z-index: 555;
    top: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 100%;
    justify-content: center;
  }
  .lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: calc(50% - 130px);
    right: 16px;
    left: auto;
    transform: translateY(-50%);
    z-index: 755;
  }
  .lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
    bottom: calc(50% - 130px);
    right: 16px;
    left: auto;
    transform: translateY(50%);
    z-index: 755;
  }

  .lSSlide2Outer2 .lightSlider2 > *,
  .lSSlide2Outer2 .lSGallery li {
    float: left;
    display: flex;
    justify-content: center;
  }

  .lslide2 {
    transition: 0.3s ease;
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  .active2 div {
    width: 250px;
    height: 340px;
  }

  .lslide2_pc_one_tree {
    transition: 0.4s ease;
    transform: translate(0px, 0px) rotate(0deg) scale(1.3);
    position: relative;
    top: 16%;
  }

  .light__slider_vertical .lslide2 {
		/*transform: translate(0px, 20px) rotate(0deg) scale(1);*/
	}
	.light__slider_vertical .lslide2_pc_one_tree {
		/*transform: translate(0px, 40px) rotate(0deg) scale(1.5);*/
	}
  .lslide2_one_deactive {
    /*transform: translate(-1200px, 40px) rotate(-20deg) scale(0.5);*/
  }
  .lslide2_two_deactive {
    /*transform: translate(200px, 0px) rotate(0deg) scale(0.1);*/
  }
  .lslide2_tree_deactive {
    /*transform: translate(1200px, 0px) rotate(20deg) scale(0.5);*/
  }

  .light__slider_vertical {
    width: 60%;
    height: 340px;
  }
  .main__reviews_title_block {
    /*margin-bottom: 30px;*/
  }
  .main__location_rewi .light__slider_vertical {
    width: 70%;
  }
  .main__location_rewi .lslide2_pc_one_tree {
    transform: translate(0px, 0px) rotate(0deg) scale(1.5);
    top: 25%;
  }
  .main__location_title_reviews {
    margin-top: 0px;
  }
  .main__reviews_title_block {
    width: 600px;
    margin-top: 70px;
  }
  .main__location_subtitle_reviews {
    right: 122px;
    top: 47px;
    font-size: 22px;
  }
  .main__reviews_img {
    position: absolute;
    right: 40px;
    top: 55px;
    width: 60px;
  }
  .main__contats_item {
    display: flex;
    align-items: center;
    padding: 20px 40px;
  }
  .main__contats_item_header {
    padding: 10px 0px;
  }
  .main__location_subtitle_contacts {
    line-height: 22px;
    position: relative;
    top: 20px;
    margin-right: 50px;
  }
  .main__contats_social_block {
    width: 400px;
  }
  .main__contats_social_active {
    position: absolute;
    top: 30%;
    left: 600px;
  }
  .main__questions_and_answer {
    width: 66%;
    font-size: 18px;
    line-height: 20px;
  }
  .main__answer {
    padding-top: 0px;
  }
  .main__answer_active {
    font-size: 15px;
    line-height: 16px;
    padding-top: 5px;
  }
  main__contats_organization {
    width: 80%;
    text-align: left;
    margin-top: 62px;
  }
  .main__location_rewi {
    padding-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .light__slider_vertical {
    width: 70%;
  }
}
@media screen and (max-width: 767px) and (min-width: 620px) {
  .main__location_rewi .lslide2_pc_one_tree {
    transform: translate(0px, 0px) rotate(0deg) scale(1.3);
    top: 16%;
  }
}

@media screen and (min-width: 1120px) {
  .main__location_img {
    /*width: 200px;
    height: 260px;*/
  }
  .active2 .main__location_img {
    /*width: 200px;
    height: 260px;*/
  }
  .main__location_img_rewi {
    width: 200px;
    height: 200px;
  }
  .active2 .main__location_img_rewi {
    width: 200px;
    height: 200px;
  }

  .lslide2_one_deactive {
    /*transform: translate(-1200px, 40px) rotate(-20deg) scale(0.5);*/
  }
  .lslide2_two_deactive {
    /*transform: translate(200px, 0px) rotate(0deg) scale(0.1);*/
  }
  .lslide2_tree_deactive {
    /*transform: translate(1200px, 0px) rotate(20deg) scale(0.5);*/
  }
}

@media screen and (min-width: 1360px) {
  .main__location_img {
    /*width: 220px;
    height: 300px;*/
  }
  .active2 .main__location_img {
    /*width: 220px;
    height: 300px;*/
  }
  .main__location_img_rewi {
    width: 250px;
    height: 250px;
  }
  .active2 .main__location_img_rewi {
    width: 250px;
    height: 250px;
  }

  .lslide2_one_deactive {
    /*transform: translate(-1200px, 40px) rotate(-20deg) scale(0.5);*/
  }
  .lslide2_two_deactive {
    /*transform: translate(200px, 0px) rotate(0deg) scale(0.1);*/
  }
  .lslide2_tree_deactive {
    /*transform: translate(1200px, 0px) rotate(20deg) scale(0.5);*/
  }
}

@media screen and (min-width: 1620px) {
  .main__location_img {
    /*width: 330px;
    height: 480px;*/
  }
  .active2 .main__location_img {
    /*width: 330px;
    height: 480px;*/
  }
  .main__location_img_rewi {
    width: 270px;
    height: 270px;
  }
  .active2 .main__location_img_rewi {
    width: 270px;
    height: 270px;
  }

  .lslide2_one_deactive {
    /*transform: translate(-1200px, 40px) rotate(-20deg) scale(0.5);*/
  }
  .lslide2_two_deactive {
    /*transform: translate(200px, 0px) rotate(0deg) scale(0.1);*/
  }
  .lslide2_tree_deactive {
    /*transform: translate(1200px, 0px) rotate(20deg) scale(0.5);*/
  }
}

@media screen and (max-width: 620px) {
  .main_video_pc {
    display: none;
  }
  .lSSlideOuter.vertical .lSAction > a {
    display: none;
  }
}

@media (max-width: 1420px) {
  .notification__cookie {
    bottom: 74px !important;
  }
}
@media (max-width: 768px) {
  .notification__cookie {
    bottom: 88px !important;
  }
}