/*
Theme Name: Auranova
Theme URI: http://www.auranova.pl/
Author: ROXart
Author URI: https://roxart.pl/
Description: Dedykowany szablon strony http://www.auranova.pl/
Version: 1.0
Text Domain: Auranova
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans&family=DM+Serif+Display&display=swap");
/* design system */
/* text styles */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  -webkit-transition: transform 1.1s cubic-bezier(0.55, 0, 1, 0.45);
  -webkit-transition: transform 1.1s cubic-bezier(0.55, 0, 1, 0.45);
     -moz-transition: transform 1.1s cubic-bezier(0.55, 0, 1, 0.45);
       -o-transition: transform 1.1s cubic-bezier(0.55, 0, 1, 0.45);
          transition: transform 1.1s cubic-bezier(0.55, 0, 1, 0.45);
}
#loader svg {
  max-width: 90%;
}
#loader.hide {
  transform: translateY(-100%);
}

.header {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: normal;
  color: #1d1d1b;
  margin: 0;
}
.header.xxl {
  font-size: 80px;
  line-height: 120px;
  letter-spacing: 0.02em;
}
.header.l {
  font-size: 40px;
  line-height: 48px;
}
.header.m {
  font-size: 32px;
  line-height: 46px;
}
.header.s {
  font-size: 24px;
  line-height: 33px;
}
.text {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: normal;
  color: #1d1d1b;
  margin: 0;
}
.text.xl {
  font-size: 22px;
  line-height: 33px;
}
.text.l {
  font-size: 18px;
  line-height: 34px;
  letter-spacing: -0.2px;
}
.text.m {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.2px;
}
.text.s {
  font-size: 14px;
  line-height: 18px;
}
.text.xs {
  font-size: 13px;
  line-height: 17px;
}

.button {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  display: inline-block;
  letter-spacing: 0.01em;
  padding: 15px 30px;
  color: #ffffff;
  background: #7f35a6;
  border: 1px solid transparent;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.31),
    0px 46.233px 36.9864px rgba(0, 0, 0, 0.229919),
    0px 26.4535px 21.1628px rgba(0, 0, 0, 0.194302),
    0px 16.0571px 12.8457px rgba(0, 0, 0, 0.167384),
    0px 9.67509px 7.74008px rgba(0, 0, 0, 0.142616),
    0px 5.38772px 4.31018px rgba(0, 0, 0, 0.115698),
    0px 2.31722px 1.85378px rgba(0, 0, 0, 0.0800806);
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s 0.2s ease-in-out,
    color 0.3s 0.2s ease-in-out, transform 0.1s ease-in, box-shadow 0.1s ease-in;
}

.button::before {
  position: absolute;
  content: "";
  height: calc(100% + 100px);
  width: 10px;
  background: #fff;
  top: -100px;
  left: 0;
  transform: rotate(20deg) translateX(calc(-100% + -20px));
  filter: blur(20px);
}
.button:hover::before {
  transform: rotate(20deg) translateX(360px);
  transition: transform 0.3s ease-in-out;
}
.button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5c2778;
}
.button:active {
  transform: translateY(2px);
  box-shadow: none;
}

.button.alt {
  background-color: #fff;
  color: #5c2778;
  border-color: #5c2778;
  box-shadow: none;
}
.button.alt:hover {
  color: #fff;
  background-color: #5c2778;
}
.button.alt path {
  transition: fill 0.3s ease-in-out;
}
.button.alt:hover path {
  fill: #fff;;
}
.button.alt::before {
  background-color: #5c2778;
}
.button:hover::before {
  transition: transform 0.4s ease-in-out;
}
.button.dark {
  background-color: #5c2778;
  box-shadow: none;
}
.button.dark:hover {
  background-color: #b87ad7;
}
.button.dark .text {
  color: #fff;
}
/* project */
body {
  font-family: "DM Sans", sans-serif;
}
.bg-dark {
  background: transparent !important;
}
.nav-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18.5px 88px;
  background-color: transparent;
  transition: background-color 0.2s ease, box-shadow 0.2s ease,
    padding 0.2s 0.2s ease;
}
.home .nav-container {
  padding: 29px 88px 0;
}
.nav-container a,
.nav-container span {
  font-size: 13px;
  line-height: 17px;
  color: #1d1d1b;
  font-weight: 400;
}
.home .nav-container a,
.home .nav-container span {
  color: #ffffff;
}
.nav-container a:hover {
  text-decoration: none;
}
.home .scrolled .nav-container a,
.home .scrolled .nav-container span {
  color: #1d1d1b;
}
.phone_mobile {
  display: none;
}
#navbarResponsive {
  justify-content: flex-end;
}
#navbarResponsive li {
  margin-left: 32px;
}
#navbarResponsive a {
  position: relative;
}
#navbarResponsive a::after,
.social_container a::after,
.contact_container p a::after,
.nav-footer a::after,
.page_news_container span.text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #5c2778;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.home #navbarResponsive a::after,
.home .social_container a::after,
.home .nav-footer a::after {
  background-color: #fff;
}
#navbarResponsive .current-menu-item a {
  color: #5c2778;
  font-weight: 500;
}
.home .scrolled #navbarResponsive a::after {
  background-color: #5c2778;
}
.contact_container p a::after {
  background-color: #1d1d1b;
  height: 2px;
  bottom: 6px;
}
.nav-footer a::after {
  background-color: #acacab;
}
#navbarResponsive a:hover::after,
#navbarResponsive .current-menu-item a::after,
.social_container a:hover::after,
.contact_container p a:hover::after,
.nav-footer a:hover::after,
.page_news_container span.text:hover::after {
  transform: scaleX(1);
}
.nav-footer a:hover {
  text-decoration: none;
}
.endingMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 48px;
}
.endingMenu a,
.endingMenu span {
  display: flex;
  align-items: center;
}
.endingMenu span a {
  margin-left: 5px;
  padding: 5px 0;
}
.endingMenu .instagram,
.endingMenu .youtube {
  padding: 10px;
}
.endingMenu .facebook {
  position: relative;
  margin-left: 31px;
  padding: 10px;
}
.endingMenu .facebook::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 31px;
  background-color: #5c2778;
  left: -8px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home .endingMenu .facebook::after {
  background-color: #fff;
}
.endingMenu a {
  position: relative;
}
.endingMenu .instagram::before,
.endingMenu .facebook::before,
.endingMenu .youtube::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: #7f36a6;
  border-radius: 50%;
  opacity: 0.5;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}
.endingMenu .instagram:hover::before,
.endingMenu .facebook:hover::before,
.endingMenu .youtube:hover::before {
  transform: translate(-50%, -50%) scale(1.5);
}
.home .navbar.scrolled .endingMenu .instagram:hover::before,
.home .navbar.scrolled .endingMenu .facebook:hover::before,
.home .navbar.scrolled .endingMenu .youtube:hover::before {
  background-color: #7f36a6;
}
.scrolled .endingMenu .facebook::after {
  background-color: #5c2778;
}
.navbar-brand {
  padding: 0;
  margin: 0;
}
.navbar {
  padding: 0;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.navbar.hidden {
  transform: translateY(-100%);
}
.home .navbar path {
  fill: #fff;
}
.home .scrolled.navbar path {
  fill: #5c2778;
}

.navbar.scrolled .nav-container {
  padding: 15px 88px;
  background-color: #fff;
  box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.23);
  transition: padding 0.2s ease, box-shadow 0.2s 0.2s ease,
    background-color 0.2s 0.1s ease;
}
.home .navbar.scrolled .nav-container {
  background-color: #fff;
}
#hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  max-width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 90px;
}
#hero .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#hero h1 {
  font-size: 5.4vw;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-family: "DM Serif Display", serif;
  margin: 0 0 6vh;
}

#hero .button {
}
#znakyou {
  position: absolute;
  right: 68px;
  top: 84px;
}
#znakyou img {
  z-index: 1;
  position: relative;
}
#znakyou::after {
  position: absolute;
  content: "";
  border: 2px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease-in-out;
  border-radius: 50%;
  z-index: 0;
  animation-name: znak4you;
  animation-duration: 1.7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes znak4you {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  80% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.4;
  }
}
#znakyou:hover::after {
  transform: translate(-50%, -50%) scale(1);
  animation: none;
}
.social_container {
  position: absolute;
  bottom: 0;
  left: 118px;
  bottom: 68px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.social_container a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.92em;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  margin: 0 20px;
  position: relative;
  padding: 5px 0;
}
.social_container a:hover {
  text-decoration: none;
}
.social_container a::after {
  width: calc(100% - 8px);
}
.social_container a:last-child::after {
  transform-origin: right;
}
.social_container a:last-child::before {
  position: absolute;
  content: "";
  background-image: url(assets/images/social_divider.svg);
  background-position: top center;
  width: 1px;
  height: 28px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.news_carousel {
  display: flex;
  align-items: flex-end;
  margin-right: 0px;
  width: 540px;
  max-width: 100%;
}
.news_carousel .item a {
  position: relative;
}
#news_navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 40px;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  max-width: 48px;
}
#news_navigation span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}
#news_navigation span[aria-disabled="true"] path {
  opacity: 0.5;
}
#news_navigation path {
  transition: fill 0.3s ease-in;
}
#news_navigation span:hover path {
  fill: #7f35a6;
}
.mask {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  background-color: rgba(29, 29, 27, 0.3);
  background-blend-mode: multiply;
  padding: 9px 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.mask h4 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #ffffff;
  font-weight: 400;
}
.mask span {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.news_container a:hover .mask {
  opacity: 1;
}
.news_container a {
  display: block;
}
.container_fluid {
  display: flex;
  justify-content: center;
}
.half_col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
}
.half_col.with_button {
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.half_col.with_button .button.alt{
  margin-top: 120px;
}
.left_col {
  justify-content: flex-end;
}
.right_col {
  justify-content: flex-start;
}
.island_content {
  padding: 48px;
  position: relative;
  background-color: #fff;
}
#top_content .header {
  margin: 0 0 32px;
}
#top_content .text {
  margin: 0 0 48px;
}
#top_content .island_content {
  margin-right: -87px;
}

#tripple_content {
  padding: 144px 0;
}
#tripple_content .container {
  width: 1000px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
}
#tripple_content .tile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#tripple_content img {
  margin-right: 12px;
}
.container {
  display: flex;
}
.container.top_align,
.top_align .half_col {
  align-items: flex-start;
}
.container.top_align,
#page_wrapper > .container.top_align,
#page_wrapper > .container.contact_container {
  flex-direction: row;
}
.bottom_border {
  position: relative;
}
.bottom_border::after {
  position: absolute;
  width: 65px;
  height: 4px;
  content: "";
  background-color: #7f35a6;
  left: 0;
  bottom: -32px;
}
#we_help .tiles_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 1110px;
  max-width: 100%;
}
.tiles_container {
  margin: 72px auto 0;
}
#we_help .tile {
  position: relative;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  transition: box-shadow 0.3s ease-in-out, background 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}
#we_help .tile:hover,
.gallery_content:hover {
  box-shadow: 0px 109px 80px rgba(0, 0, 0, 0.07),
    0px 45.5376px 33.4221px rgba(0, 0, 0, 0.0503198),
    0px 24.3466px 17.869px rgba(0, 0, 0, 0.0417275),
    0px 13.6485px 10.0172px rgba(0, 0, 0, 0.035),
    0px 7.24861px 5.32008px rgba(0, 0, 0, 0.0282725),
    0px 3.01631px 2.21381px rgba(0, 0, 0, 0.0196802);
  transform: translateY(-10px);
}
#we_help .tile a {
  display: block;
  position: relative;
  overflow: hidden;
}
#we_help .tile img {
  opacity: 0;
}
#we_help .tile .header {
  color: #fff;
  position: absolute;
  bottom: 24px;
  left: 36px;
  padding-right: 36px;
  transition: transform 0.3s ease-in-out;
  line-height: 1.1;
}
.see_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#we_help .see_more {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: transform 0.3s 0.1s ease-in-out;
  transform: translate(-50%, 100%);
  width: calc(100% - 72px);
}
#we_help .tile {
  margin-left: 24px;
}
#we_help .tile:first-child {
  margin-left: 0;
}
#we_help .tile:hover .see_more {
  transform: translate(-50%, -18px);
}
#we_help .tile:hover .header {
  transform: translateY(-23px);
}
#we_help .mask {
  padding: 0;
  z-index: 1;
}
.tile .mask {
  background-position: center !important;
  background-size: cover !important;
}
.tile:hover .mask,
#team .tile:hover h2,
#team .tile:hover p {
  opacity: 1;
}
#we_help .wrapper {
  position: relative;
  z-index: 2;
}

#team {
  padding: 144px 0;
}
#team .tile {
  width: 20%;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}
#team .tile img {
  width: 100%;
}
#team .tiles_container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#team .tile .name_wrapper {
  position: absolute;
  bottom: 41px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 50px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
#team .tile h2,
#team .tile p {
  color: #fff;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  width: 100%;
  text-align: center;
}
#team .tile:hover .name_wrapper {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}
#team .tile p {
  color: #b87ad7;
}
.events_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 84px;
}
.events_row .contact_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.events_row .divider {
  margin: 0 77px 0 68px;
}
.contact_container p a {
  color: #1d1d1b;
  position: relative;
}
.contact_container p a:hover {
  text-decoration: none;
}
.contact_container .button.dark {
  padding: 11.5px 68px;
}

footer .social_container {
  position: relative;
  bottom: unset;
  left: unset;
  right: unset;
  top: unset;
}
footer .social_container a {
  margin-left: 17px;
  margin-right: 0;
}
footer .social_container a::after,
footer .social_container a:last-child::before {
  display: none;
}
footer .top_content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .contact_container,
footer .first_content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
footer .left_contact {
  margin: 0 49px 0 0;
}
footer .contact_container p a::after {
  height: 1px;
  bottom: 0px;
}
footer p.text {
  margin-bottom: 8px;
}
footer p.text.position {
  margin: -5px 0 13px;
}
footer {
  padding: 152px 0 143px;
}
footer .first_content.bottom_content {
  flex-direction: column;
  padding-left: 78px;
}
footer .second_content {
  margin-top: 68px;
  width: 100%;
}
.nav-footer {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  color: #acacab;
  width: 100%;
  justify-content: space-between;
}
.nav-footer li:last-child {
  margin-right: 60px;
}
.nav-footer a {
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  color: #acacab;
  position: relative;
}
#gallery {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0;
  grid-template-areas:
    "big_image big_image horizontal_1 horizontal_1 vertical_1 small_3 small_4"
    "big_image big_image small_1 small_2 vertical_1 horizontal_2 horizontal_2";
  margin-top: 144px;
}

.big_image {
  grid-area: big_image;
}

.horizontal_1 {
  grid-area: horizontal_1;
}

.vertical_1 {
  grid-area: vertical_1;
}

.horizontal_2 {
  grid-area: horizontal_2;
}

.small_1 {
  grid-area: small_1;
}

.small_2 {
  grid-area: small_2;
}

.small_3 {
  grid-area: small_3;
}

.small_4 {
  grid-area: small_4;
}
#gallery img {
  width: 100%;
  display: block;
}
.gallery_item {
  position: relative;
}
#page_wrapper {
  margin-top: 224px;
}
#page_wrapper > .container {
  flex-direction: column;
}
/* aktualności */
.news_content h2.header {
  margin-bottom: 124px;
}
.page_news_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 63px;
}
.page_news_container a {
  display: block;
}
.page_news_container a:hover {
  text-decoration: none;
}
.page_news_container h4.text {
  margin-bottom: 8px;
  transform: color 0.2s 0.1s ease;
}
.page_news_container a:hover h4.text {
  color: #5c2778;
}
.page_news_container span.text {
  color: #5c2778;
  position: relative;
}
.post_thumb_image_wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}
.page_news_container img {
  transition: transform 0.2s ease;
  display: block;
  max-width: 100%;
}
.page_news_container a:hover img {
  transform: scale(1.1);
}
.fake_border {
  position: absolute;
  background-color: #7f35a6;
  transition: transform 0.3s 0.1s ease;
}
.page_news_container a:hover .fake_border {
  transform: scale(1);
}
.fake_border.top {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: top left;
}
.fake_border.left {
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  transform: scaleY(0);
  transform-origin: top left;
}
.fake_border.bottom {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: bottom right;
}
.fake_border.right {
  bottom: 0;
  right: 0;
  height: 100%;
  width: 2px;
  transform: scaleY(0);
  transform-origin: bottom right;
}

/* questions */
.have_u_questions {
  position: relative;
  overflow: hidden;
  margin-top: 200px;
}
.have_u_questions .header {
  color: #fff;
}
.have_u_questions .left {
  z-index: 1;
}
.have_u_questions .header {
  margin-bottom: 16px;
}
.have_u_questions .text {
  margin-bottom: 54px;
  color: #d0a7e5;
}
.have_u_questions .left::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100vw;
  left: 0;
  z-index: -1;
  background-color: #511c6d;
}
.questions_content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 336px;
  max-width: 100%;
}
.scaffolding {
  opacity: 0;
  visibility: hidden;
}
.absolute_image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  min-width: 45vw;
}
.have_u_questions .button {
  width: 100%;
  text-align: center;
  box-shadow: 0px 100px 80px rgba(51, 4, 75, 0.38),
    0px 41.7776px 28.2431px rgba(51, 4, 75, 0.287929),
    0px 22.3363px 12.0757px rgba(51, 4, 75, 0.258191),
    0px 12.5216px 5.01408px rgba(51, 4, 75, 0.235106),
    0px 6.6501px 1.73472px rgba(51, 4, 75, 0.205547),
    0px 2.76726px 0.348991px rgba(51, 4, 75, 0.153367);
  border: 1px solid #e9d5f3;
  background-color: #f8f1fb;
}

/* single-post */
.single-post h2.header {
  width: 729px;
  text-align: center;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto 79px;
}
.single-post .questions_content h2.header {
  text-align: left;
  padding: 0;
  margin-bottom: 16px;
}
.single-post .bottom_border::after {
  left: 50%;
  transform: translateX(-50%);
}
.other_header h2.header {
  margin-bottom: 103px;
}
.container.column {
  flex-direction: column;
}
.text.date {
  color: #858583;
  text-align: center;
}
.post_image_wrapper {
  margin: 72px 0 88px;
}
.post_image_wrapper img {
  max-width: 100%;
}
.post_content_wrapper p {
  font-size: 18px;
  line-height: 34px;
}
.post_content_wrapper {
  margin-bottom: 168px;
}

/* gleria */
.gallery_container {
  margin-top: 98px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 16px;
}
.gallery_content {
  position: relative;
  overflow: hidden;
  background-blend-mode: multiply;
  background-size: contain;
  transition: box-shadow 0.3s ease-in-out, background 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}
.gallery_content .header {
  position: absolute;
  bottom: 38px;
  left: 47px;
  color: #fff;
}
.gallery_content .gallery_item_link img {
  position: relative;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.gallery_content .gallery_item_link {
  display: block;
}
.gallery_content .gallery_item_link:hover .mask {
  opacity: 1;
  visibility: visible;
}
.goverlay {
  background-color: rgb(81 28 109 / 0.9);
}
.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev,
.glightbox-modern .gclose,
.glightbox-modern .gnext,
.glightbox-modern .gprev {
  background-color: transparent;
}

/* kontakt */
.contact_container.container {
  margin-top: 162px;
}
.half_col.contact_content {
  position: relative;
}
.contact_content_container {
  flex-direction: column;
  align-items: flex-start;
}
.contact_absolute {
  display: flex;
  place-content: flex-start space-between;
  position: absolute;
  top: 0;
  left: -48px;
  width: 730px;
  background-color: #fff;
  padding: 0 74px 40px 48px;
  max-width: 50vw;
  z-index: 1;
}
.contact_absolute svg {
  margin-bottom: 16px;
}
.contact_container .contact_absolute a::after {
  bottom: 3px;
}
.contact_content_container .social_container {
  position: static;
  margin-top: 34px;
}
.contact_absolute .social_container svg {
  margin-bottom: 0;
}
.contact_container .social_container a::after {
  display: none;
}
.contact_content_container .social_container a {
  margin-left: 0;
}
.contact_content_container .social_container a:last-child::before {
  display: none;
}
.form_wrapper {
  margin-top: 102px;
  padding-top: 164px;
  background-color: #f6f6f6;
}
.form_wrapper div.header {
  width: 100%;
  text-align: center;
}
.form_wrapper h2.header {
  margin-bottom: 48px;
}
.container.form_container {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 144px;
}
.page-template-contact #gallery {
  margin-top: 0;
}

/* formularz */
form {
  width: 920px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
form .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
form .button_container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 43px;
}
.form_row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 16px;
}
form input,
form select,
textarea,
select option,
.bootstrap-select > .dropdown-toggle,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: #fff;
  border: 1px solid #d5d5d4;
  width: 100%;
  padding: 15px 16px;
  font-size: 13px;
  line-height: 17px;
  font-family: "DM Sans", sans-serif;
  border-radius: 0;
}
.left_form,
.right_form {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.left_form {
  padding-right: 15px;
}
.right_form {
  padding-left: 15px;
}

form .text {
  color: #3d3d3b;
  margin-bottom: 5px;
}
::-webkit-input-placeholder {
  color: #858583;
  font-size: 13px;
  line-height: 17px;
  font-family: "DM Sans", sans-serif;
}
::-moz-placeholder {
  color: #858583;
  font-size: 13px;
  line-height: 17px;
  font-family: "DM Sans", sans-serif;
}
:-ms-input-placeholder {
  color: #858583;
  font-size: 13px;
  line-height: 17px;
  font-family: "DM Sans", sans-serif;
}
:-moz-placeholder {
  color: #858583;
  font-size: 13px;
  line-height: 17px;
  font-family: "DM Sans", sans-serif;
}
form select {
  cursor: pointer;
  appearance: inherit;
}
textarea {
  width: 100%;
  height: auto;
  resize: vertical;
  height: 310px;
}
form input:focus,
form select:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: 1px solid #7f36a6 !important;
  outline-offset: -1px;
}
.form_row.accept_row {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.form_row.accept_row input {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 2;
  margin: 0 17px 0 3px;
  opacity: 0;
  cursor: pointer;
}
.form_row.accept_row label.text {
  margin: 0;
}
.form_row.accept_row label::before,
.form_row.accept_row label::after {
  position: absolute;
  left: 5px;
  top: 3px;
  width: 14px;
  height: 14px;
  content: "";
  z-index: 1;
  border: 2px solid #5c2778;
  border-radius: 2px;
}
.form_row.accept_row label::before {
}
.form_row.accept_row label::after {
  background-image: url(assets/images/check_ok.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0;
}
.form_row.accept_row input:checked + label::after {
  opacity: 1;
}
form .button {
  width: 352px;
  max-width: calc(100% - 30px);
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select > .dropdown-toggle:after {
  display: none;
}
.bootstrap-select .dropdown-menu {
  padding: 0;
}
.bootstrap-select .dropdown-menu li a.active.selected span.text {
  color: #fff;
}
.bootstrap-select .dropdown-menu li a {
  padding: 5px 15px;
  margin: 0;
}
.dropdown-item {
  outline: none;
}
.dropdown-item .text {
  font-size: 13px;
  line-height: 17px;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #5c2778;
}
.dropdown-item.active .text,
.dropdown-item:active .text,
.dropdown-item:focus .text,
.dropdown-item:active .text {
  color: #fff;
}
.bootstrap-select .dropdown-menu li a span.text {
  margin: 0;
}
.dropdown-item:hover .text {
  color: #5c2778;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus,
.btn-light.focus,
.btn-light:focus {
  box-shadow: none;
}
#map_container iframe {
  width: 100%;
  min-height: 350px;
  display: block;
}

/* oferta */
.image_hero_container {
  margin: 88px 0;
}
.image_hero_container img {
  width: 100%;
  margin: 0 auto;
  max-width: 2500px;
  display: block;
}
.galleries_header {
  margin-bottom: 82px;
}
.offer_galleries_header {
  margin-bottom: 82px;
}
.gallery_row {
  margin-bottom: 72px;
  position: relative;
  overflow: hidden;
}
.single_gallery_nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 215px;
  outline: none;
}
.slider_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 5px;
}
.slider_arrow path {
  transition: fill 0.2s ease;
}
.slider_arrow[aria-disabled="true"] path {
  fill: #acacab;
}
.next_arrow {
  transform: rotate(180deg);
}
.single_gallery_wrapper a {
  display: block;
}
.single_gallery_wrapper img {
  display: block;
}
.tns-inner {
  display: flex;
}
.detail_row {
  display: flex;
}
#offer_details {
  margin-top: 144px;
}
#offer_details .container {
  flex-direction: column;
}
#offer_details .image_container {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
#offer_details .content_container {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  display: flex;
  align-items: center;
  position: relative;
}
#offer_details .detail_row > div {
  padding: 0 15px;
}
#offer_details .right.image_container img {
  float: left;
}
#offer_details .left.image_container img {
  float: right;
}
#offer_details .content {
  position: absolute;
  background-color: #fff;
  padding: 48px;
  width: 483px;
  max-width: 100vw;
}
#offer_details .right .content {
  right: 0;
}
#bottom_gallery {
  overflow: hidden;
}
#bottom_gallery {
  margin-top: 72px;
}
#bottom_gallery .container {
  background-color: #f6f6f6;
  padding-left: 96px;
}
#bottom_gallery .text {
  margin-bottom: 34px;
}
#bottom_gallery .left {
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  -ms-flex: 0 0 540px;
  flex: 0 0 540px;
  max-width: 100%;
}
.single_bottom_gallery_wrapper {
  padding: 54px 0 54px 80px;
}
#tns3 > .tns-item.tns-slide-active img {
  box-shadow: 0px 26px 59px rgba(0, 0, 0, 0.23);
}
#tns3 > .tns-item.tns-slide-active ~ .tns-item.tns-slide-active img {
  box-shadow: none;
}

/* mijesce */
.page-template-place #team .tiles_container {
  margin-top: 0;
}
.page-template-place #team {
  padding-bottom: 0;
}
#place_hero {
  position: relative;
}
#place_hero img {
  position: relative;
  width: 100%;
  height: auto;
}
#place_hero img {
  display: block;
  width: 100%;
  height: auto;
}
.page-template-place #page_wrapper {
  margin-top: 80px;
}
#place_hero h1 {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
}
#white_logo_place {
  position: absolute;
  bottom: 88px;
  left: 50%;
  transform: translateX(-50%);
}
#place_awards .left {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
#place_awards .right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-left: 100px;
}
#place_awards img {
  margin: 0 20px;
}
#place_awards img:last-child {
  margin-left: 0;
}
#place_awards {
  margin: 114px 0 90px;
}
#place_offer {
  margin-bottom: 144px;
}
#place_offer .container {
  align-items: center;
}
#place_offer .header_offer {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 100px;
}
#place_offer .tiles_offer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 15px;
}
#place_offer .tile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  margin-right: 100px;
}
#place_offer .tile img {
  margin-bottom: 8px;
}
#movie_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 -200px;
}
.home #movie_container {
  margin: 0 0 144px;
}
.movie_content {
  display: block;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.15),
    0px 44.9183px 33.4221px rgba(0, 0, 0, 0.107828),
    0px 24.5957px 17.869px rgba(0, 0, 0, 0.0894161),
    0px 13.6871px 10.0172px rgba(0, 0, 0, 0.075),
    0px 7.09267px 5.32008px rgba(0, 0, 0, 0.0605839),
    0px 2.84959px 2.21381px rgba(0, 0, 0, 0.0421718);
  background: #ffffff;
  position: relative;
}
.home .movie_content {
  box-shadow: none;
  width: 100%;
}
.movie_content video {
  display: block;
  margin: 0;
  outline: none !important;
}
.home .movie_content video {
  width: 100%;
  height: auto;
}
#play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  padding: 20px;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
#play_button.disable {
  opacity: 0;
  visibility: hidden;
}
#play_button path {
  transition: fill 0.2s ease;
}
#play_button:hover path {
  fill: #7f35a6;
}

#place_infos {
  background-color: #f6f6f6;
  padding-top: 344px;
  padding-bottom: 144px;
  margin-bottom: 88px;
}
#place_infos .container {
  flex-direction: column;
}
.place_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.place_row .content {
  -ms-flex: 0 0 702px;
  flex: 0 0 702px;
  max-width: 100%;
  padding: 20px 96px;
}
.place_row .image_container {
  -ms-flex: 0 0 calc(100% - 702px);
  flex: 0 0 calc(100% - 702px);
  max-width: calc(100% - 702px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.place_row .left.image_container {
  justify-content: flex-end;
}
.purple_row {
  background-color: #5c2778;
  padding: 48px 96px;
}
.purple_row .header {
  color: #fff;
}
#main_menu_trigger {
  display: none;
}
.grecaptcha-badge {
  display: none !important;
}
@media (max-width: 1500px) {
  #top_content .right_col img {
    max-width: 100%;
  }
  .header.xxl {
    font-size: 64px;
  }
}
@media (max-width: 1435px) {
  #we_help .tile img {
    max-width: 100%;
  }
  #we_help .tile {
    position: relative !important;
    background-size: cover !important;
    background-position: bottom center !important;
  }
  #offer_details {
    position: relative;
    overflow: hidden;
  }
  .place_row img {
    max-width: 100%;
  }
  .place_row .content,
  .place_row .image_container {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .home .nav-container {
    padding: 29px 20px 0;
  }
  .nav-container {
    padding: 18.5px 20px 0;
  }
  .navbar.scrolled .nav-container {
    padding: 15px 20px;
  }
  .endingMenu {
    margin-left: 35px;
  }
  #navbarResponsive li {
    margin-left: 20px;
  }
}
@media (max-width: 1300px) {
  .quesrions_image_wrapper .absolute_image {
    max-width: calc(100% - 480px);
    top: 50%;
    transform: translateY(-50%);
  }
  #place_awards .right {
    padding-left: 30px;
  }
  .contact_absolute {
    padding: 0 48px 40px 48px;
  }
}
@media (max-width: 1249px) {
  #main_menu_trigger {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: auto;
    background-color: transparent;
    border: none;
    padding: 0;
    outline: none;
  }
  #main_menu_trigger span.dash-burger {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #7f36a6;
    position: absolute;
    top: 50%;
    right: 0;
    transition: transform 0.3s ease, background-color 0.3s ease,
      opacity 0.3s ease;
    overflow: hidden;
    transform: translateY(-50%);
  }
  .home #main_menu_trigger span.dash-burger {
    background-color: #fff;
  }
  .home .scrolled #main_menu_trigger span.dash-burger {
    background-color: rgb(92, 39, 120);
  }
  @keyframes flashBurger {
    0% {
      transform: skewX(-70deg) translateX(-10px);
      opacity: 1;
    }
    100% {
      transform: skewX(-70deg) translateX(40px);
      opacity: 0.3;
    }
  }
  #main_menu_trigger span.flash-burger {
    position: absolute;
    height: 2px;
    width: 6px;
    background-color: #fff;
    transform: skewX(-70deg) translateX(-10px);
    left: 0;
  }
  .home #main_menu_trigger span.flash-burger {
    background-color: #7f35a6;
  }
  #main_menu_trigger:hover span.flash-burger {
    animation-name: flashBurger;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-delay: 0.02s;
  }
  #main_menu_trigger:hover span.dash-burger:first-child span.flash-burger {
    animation-delay: 0s;
  }
  #main_menu_trigger:hover span.dash-burger:last-child span.flash-burger {
    animation-delay: 0.04s;
  }
  #main_menu_trigger span.dash-burger:first-child {
    top: 8px;
    transform: unset;
  }
  #main_menu_trigger span.dash-burger:last-child {
    bottom: 8px;
    top: unset;
    transform: unset;
  }
  #main_menu_trigger.is-active span.dash-burger:first-child {
    transform: rotate(135deg) translate(7px, -7.5px);
    opacity: 1;
  }
  #main_menu_trigger.is-active span.dash-burger {
    opacity: 0;
    background-color: rgb(92, 39, 120);
  }
  #main_menu_trigger.is-active span.dash-burger:last-child {
    transform: rotate(45deg) translate(-8px, -8px);
    opacity: 1;
  }
  #navbarResponsive {
    display: flex !important;
    position: fixed;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
  }
  #navbarResponsive {
    top: 0;
    opacity: 1;
    visibility: visible;
    left: 0;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    transform: translateY(-100%);
    z-index: 1;
    background-color: #fff;
    overflow: auto;
  }
  #navbarResponsive a {
    font-size: 30px;
    line-height: 1.3;
  }
  #navbarResponsive.is-active {
    transform: translateY(0);
  }
  #navbarResponsive li {
    margin: 0;
    text-align: center;
  }
  .nav-container * {
    position: relative;
    z-index: 2;
  }
  .is-active .nav-container a,
  .is-active .nav-container span {
    color: rgb(92, 39, 120);
    transition: color 0.3s ease;
  }
  .home .is-active .endingMenu .facebook::after {
    background-color: rgb(92, 39, 120);
    transition: background-color 0.3s ease;
  }
  .home .navbar.is-active path {
    fill: rgb(92, 39, 120);
    transition: fill 0.3s ease;
  }
  #main_menu_trigger.is-active span.flash-burger {
    background-color: #fff;
  }
  .home #navbarResponsive a::after {
    background-color: rgb(92, 39, 120);
    height: 2px;
  }
  body.is-active {
    overflow: hidden;
  }
  #menu-menu {
    padding-top: 20vh;
    padding-bottom: 20vh;
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  #hero {
    padding-bottom: 45px;
  }
  .header.xxl {
    font-size: 53px;
  }
  .header.l {
    font-size: 32px;
    line-height: 38px;
  }
  .header.m {
    font-size: 26px;
    line-height: 34px;
  }
  .header.s {
    font-size: 20px;
    line-height: 27px;
  }
  .text.m {
    font-size: 14px;
    line-height: 24px;
  }
  .text.l {
    font-size: 16px;
    line-height: 32px;
  }
  .text.xl {
    font-size: 18px;
    line-height: 33px;
  }
  .text br {
    display: none;
  }
  .button {
    font-size: 16px;
    line-height: 21px;
  }
  .news_carousel {
    width: 380px;
  }
  .island_content {
    padding: 18px 28px;
  }
  #team .tile p {
    bottom: 20px;
  }
  #team .tile h2,
  #team .tile p {
    bottom: 50px;
  }
  .social_container {
    left: 20px;
    bottom: 40px;
  }
  .gallery_row .text br {
    display: block;
  }
  #bottom_gallery .left {
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
  }
  #white_logo_place {
    bottom: 38px;
  }
  #place_awards .container {
    flex-wrap: wrap;
  }
  #place_awards .left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  #place_awards .right {
    order: 1;
    justify-content: center;
    margin-bottom: 50px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #place_offer .header_offer {
    padding-left: 0;
  }
  #place_offer .tile {
    margin-right: 60px;
  }
  .place_row .content {
    padding: 20px 56px;
  }
  #tripple_content .container {
    padding: 0 15px;
  }
  #bottom_gallery .text {
    padding-right: 10px;
  }
  #bottom_gallery {
    position: relative;
  }
  #bottom_gallery::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #f6f6f6;
    z-index: -1;
  }
  #place_awards .right {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .half_col.with_button .button.alt {
      margin-top: 120px;
      padding: 10px 14px;
      font-size: 12px;
  }
  #top_content .island_content {
    margin-right: 0;
  }
  #we_help .tiles_container {
    flex-wrap: wrap;
    justify-content: center;
  }
  #we_help .tile,
  #we_help .tile:first-child {
    margin: 0 10px 20px;
  }
  #team .tiles_container {
    justify-content: center;
    flex-wrap: wrap;
  }
  #events .logo_container {
    display: none;
  }
  footer {
    padding: 92px 0;
  }
  .nav-footer a {
    font-size: 11px;
  }
  footer .contact_container,
  footer .first_content {
    flex-wrap: wrap;
  }
  footer .first_content.bottom_content {
    padding-left: 0;
    margin: 30px 0 0;
  }
  .half_col:first-child {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 15px;
  }
  .half_col:last-child {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 15px;
  }
  .single_gallery_nav {
    margin-right: 80px;
  }
  .detail_row {
    flex-wrap: wrap;
  }
  #offer_details .content_container,
  #offer_details .image_container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #offer_details img {
    max-width: 100%;
  }
  #offer_details .content {
    position: relative;
    width: 100%;
  }
  .left.image_container {
    order: 2;
  }
  #bottom_gallery .container {
    padding-left: 15px;
  }
  .quesrions_image_wrapper img {
    display: none;
  }
  .questions_content {
    width: auto;
    padding: 50px 0;
  }
  .have_u_questions .button {
    max-width: 340px;
  }
  .text.xl {
    line-height: 25px;
  }
  .page_news_container {
    gap: 30px;
  }
  .contact_absolute {
    max-width: 70vw;
  }
  #place_offer .tiles_offer {
    justify-content: center;
    flex-wrap: wrap;
  }
  #place_offer .tile {
    width: calc(50% - 10px);
    text-align: center;
    margin: 0 5px 20px;
  }
  .movie_content video {
    max-width: 100%;
  }
  #place_hero h1 {
    text-align: center;
    line-height: 1.3;
  }
  .text.l {
    line-height: 1.5;
  }
  .place_row .left.image_container {
    order: 1;
  }
  .place_row .right.content {
    order: 2;
  }
  .purple_row .header br {
    display: none;
  }
  #page_wrapper {
    margin-top: 150px;
  }
  #top_content .half_col:first-child,
  #top_content .half_col:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #top_content .container_fluid {
    flex-wrap: wrap;
  }
  .island_content {
    padding: 60px 28px;
  }
  #top_content .half_col:last-child img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .single_bottom_gallery_wrapper {
    padding: 54px 0 54px 30px;
  }
  #tns3 > .tns-item.tns-slide-active img {
    box-shadow: 0px 26px 29px rgba(0, 0, 0, 0.23);
  }
  #offer_details .container {
    max-width: 100%;
  }
}
@media (max-width: 940px) {
  .movie_content {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  #hero {
    min-height: 700px;
  }
  .phone_mobile {
    display: block;
  }
  .endingMenu span.phone_desktop {
    display: none;
  }
  .endingMenu {
    margin-left: 0;
  }
  #navbarResponsive {
    flex-direction: column;
  }
  #menu-menu {
    padding-bottom: 0;
    padding-top: 0;
  }
  #hero .social_container {
    display: none;
  }
  #znakyou {
    right: 28px;
    top: 104px;
  }
  .container_fluid,
  .container.top_align,
  #page_wrapper > .container.top_align,
  #page_wrapper > .container.contact_container {
    flex-wrap: wrap;
  }
  .half_col:first-child,
  .half_col:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .half_col .header {
    margin-bottom: 30px;
  }
  .bottom_border::after {
    position: absolute;
    width: 50px;
    height: 3px;
    bottom: -12px;
  }
  #tripple_content .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  #tripple_content .tile {
    width: 100%;
    justify-content: flex-start;
    max-width: 280px;
  }
  #tripple_content {
    padding: 80px 0;
  }
  #team .tile {
    width: 33.333%;
  }
  .events_row .contact_container {
    flex-wrap: wrap;
  }
  .events_row .divider {
    width: 100%;
    margin: 40px 0;
  }
  .events_row {
    margin-top: 44px;
  }
  #gallery {
    display: none;
  }
  footer .container {
    max-width: 100%;
  }
  footer .first_content.bottom_content {
    width: 100%;
  }
  footer .top_content {
    position: relative;
  }
  footer .social_container {
    position: absolute;
    top: 0;
    right: 0;
  }
  .gallery_container {
    margin-top: 60px;
    grid-template-columns: repeat(1, 1fr);
  }
  .have_u_questions .left {
    width: 100%;
  }
  .have_u_questions {
    margin-top: 100px;
  }
  .page_news_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .post_image_wrapper {
    margin: 72px 0 32px;
  }
  .post_content_wrapper {
    margin-bottom: 98px;
  }
  .contact_absolute {
    max-width: 100%;
    width: 100%;
    position: relative;
    left: unset;
    padding: 20px 0;
  }
  .form_wrapper {
    margin-top: 52px;
    padding-top: 72px;
  }
  .container.form_container {
    padding-bottom: 72px;
  }
  .left_form,
  .right_form {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  #bottom_gallery .right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  #bottom_gallery .left {
    -ms-flex: 0 0 540px;
    flex: 0 0 540px;
    margin: 50px auto 0;
    padding: 0 15px;
  }
  #bottom_gallery .container {
    flex-wrap: wrap;
    max-width: 100%;
    padding: 0;
  }
  .single_bottom_gallery_wrapper {
    padding: 54px 0 54px 80px;
  }
  #tns3 > .tns-item.tns-slide-active img {
    box-shadow: 0px 26px 59px rgba(0, 0, 0, 0.23);
  }
  #place_hero h1 {
    font-size: 6vw;
    width: 100%;
  }
  #place_infos .container {
    max-width: 100%;
    padding: 0;
  }
  .place_row .content {
    padding: 20px 15px;
  }
  .half_col.with_button .button.alt {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .events_row .divider {
    margin: 20px 0;
  }
  .text.xl {
    line-height: 21px;
    font-size: 14px;
  }
  .text.l {
    font-size: 15px;
  }
  .text.m {
    font-size: 13px;
    line-height: 21px;
  }
  .header.l {
    font-size: 30px;
    line-height: 34px;
  }
  .header.m {
    font-size: 27px;
    line-height: 31px;
  }
  #hero .content {
    width: 100%;
  }
  #hero h1 {
    font-size: 10.4vw;
  }
  .galleries_header .header br {
    display: none;
  }
  .single_gallery_nav {
    margin-right: 30px;
  }
  .offer_galleries_header {
    margin-bottom: 42px;
  }
  #offer_details .content {
    padding: 48px 12px;
    text-align: justify;
  }
  .place_row .content .text.l {
    font-size: 14px;
  }
  .purple_row {
    padding: 48px 25px;
  }
  .gallery_content .header.s {
    font-size: 30px;
    line-height: 37px;
  }
  .post_content_wrapper p {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .header br {
    display: none;
  }
  .nav-container a svg {
    max-width: 160px;
  }
  .news_carousel {
    width: 290px;
  }
  .endingMenu .instagram,
  .endingMenu .facebook {
    padding: 5px;
  }
  .single_gallery_offer {
    flex-wrap: wrap;
  }
  .single_gallery_nav {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    justify-content: flex-end;
  }
  .offer_galleries_header {
    margin-bottom: 12px;
  }
  #offer_details {
    margin-top: 12px;
  }
  .button {
    padding: 10px 22px;
  }
  #offer_details .container {
    padding: 0;
  }
  #offer_details .right.image_container img {
    float: unset;
  }
  #offer_details .detail_row > div {
    padding: 0;
  }
  #place_awards img:last-child {
    margin: 0;
  }
  #place_awards img {
    max-width: calc(33.3333% - 20px);
    margin: 0 10px;
    display: block;
  }
  #white_logo_place {
    display: none;
  }
  #place_offer .container {
    flex-wrap: wrap;
  }
  #place_offer .header_offer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  #place_offer .tiles_offer {
    padding-left: 0;
  }
  #place_offer {
    margin-bottom: 64px;
  }
  .place_row {
    flex-wrap: wrap;
  }
  .place_row .content,
  .place_row .image_container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .place_row .content,
  .place_row .right.content {
    order: 1;
  }
  .place_row .image_container,
  .place_row .left.image_container {
    order: 2;
  }
  .place_row .content .text.l {
    text-align: justify;
  }
  .purple_row .header {
    text-align: center;
  }
  .gallery_content .header {
    bottom: 23px;
    left: 27px;
  }
  .page_news_container {
    gap: 30px 10px;
  }
  .news_content h2.header {
    margin-bottom: 64px;
  }
  .contact_container.container {
    margin-top: 64px;
  }
  .contact_absolute {
    flex-wrap: wrap;
  }
  .contact_absolute .contact_content_container {
    margin-bottom: 32px;
  }
  form {
    max-width: 100%;
  }
  textarea {
    height: 140px;
  }
  .nav-footer {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .nav-footer li {
    margin: 0 10px;
  }
  .image_hero_container {
    margin: 48px 0;
  }
}
@media (max-width: 425px) {
  .single_gallery_wrapper img {
    max-width: 220px;
  }
  .single_bottom_gallery_wrapper {
    padding: 54px 0 54px 20px;
  }
}
@media (max-width: 360px) {
  #hero {
    min-height: 640px;
  }
  #hero .content {
    width: 100%;
    top: calc(50% - 37px);
  }
  .endingMenu .facebook {
    margin-left: 15px;
  }
  .home .endingMenu .facebook::after {
    display: none;
  }
}
