.l-subheader.at_bottom {
  border-top: 1px solid #ffffff15;
  border-bottom: 1px solid #ffffff15;
}

@media only screen and (max-width: 810px) {
  .w-nav-control {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 35px;
  }
  .l-subheader.at_bottom {
    border-top: 0;
    border-bottom: 0;
  }
  .l-subheader .at_right {
    z-index: 1;
  }
  .w-nav-list.level_1 {
    background-color: #01203A !important;
    background-image: url(/wp-content/uploads/2022/03/image-2.png) !important;
    background-position: center bottom !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 0 !important;
  }
  .w-nav-control {
    z-index: 1;
    position: relative;
  }
  .w-nav-close {
    display: none !important;
  }
}

@-webkit-keyframes sliding-oblaky {
  from {
    background-position-x: 100px;
  }
  to {
    background-position-x: -50000px;
  }
}

@keyframes sliding-oblaky {
  from {
    background-position-x: 100px;
  }
  to {
    background-position-x: -50000px;
  }
}

.oblaky {
  position: relative;
  background-position-x: 0;
}

.oblaky::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/wp-content/uploads/2022/03/oblaky.png);
  background-size: cover;
  background-repeat: repeat-x;
  background-position-y: bottom;
  background-position-x: inherit;
  z-index: 11;
  -webkit-animation: sliding-oblaky 2000s infinite linear;
          animation: sliding-oblaky 2000s infinite linear;
}

.mountains-h .w-image-h {
  height: 100%;
}

.mountains-h .w-image-h img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 > li:first-child {
  margin-top: 130px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  .mountains-h img {
    height: 300px !important;
  }
}

.nav-socials {
  display: none !important;
}

.nav-socials .w-nav-anchor {
  display: none;
}

.nav-socials .w-nav-title {
  display: none;
}

@media only screen and (max-width: 810px) {
  .nav-socials {
    display: block !important;
  }
  .nav-socials a {
    font-size: 23px;
    margin-top: auto;
  }
}

.ush_menu_1 .current-menu-item a {
  position: relative;
  overflow: initial;
}

.ush_menu_1 .current-menu-item a .w-nav-title {
  position: relative;
}

.ush_menu_1 .current-menu-item a .w-nav-title::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  top: 31px;
}

.ush_menu_1 ul li a {
  overflow: initial;
}

.ush_menu_1 ul li a .w-nav-title {
  position: relative;
}

.ush_menu_1 ul li a .w-nav-title::before {
  width: 0%;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  content: '';
  position: absolute;
}

.ush_menu_1 ul li a:hover .w-nav-title::before {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  top: 31px;
}

.gradient-header {
  position: relative;
}

.gradient-header::before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 221px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}

.footer_title p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.footer_title p::after {
  width: 165px;
  height: 1px;
  content: '';
  position: absolute;
  left: 212px;
  top: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#8B96AC), to(#192439));
  background: linear-gradient(90deg, #8B96AC 0%, #192439 100%);
}

.footer_title p::before {
  width: 165px;
  height: 1px;
  content: '';
  position: absolute;
  right: 212px;
  top: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#192439), to(#8B96AC));
  background: linear-gradient(90deg, #192439 0%, #8B96AC 100%);
}

@media only screen and (max-width: 600px) {
  .footer_title p::after {
    width: 35px;
  }
  .footer_title p::before {
    width: 35px;
  }
}

#page-footer {
  position: relative;
}

.footer___branding {
  position: relative;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.footer___branding::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

#page-footer::after {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 51, 92, 0)), to(#00335C));
  background: linear-gradient(90deg, rgba(0, 51, 92, 0) 0%, #00335C 100%);
  position: absolute;
  height: 50%;
  width: 60px;
  top: 0;
  right: 1.5rem;
  z-index: 1;
}

#page-footer::before {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 51, 92, 0)), to(#00335C));
  background: linear-gradient(90deg, rgba(0, 51, 92, 0) 0%, #00335C 100%);
  position: absolute;
  height: 50%;
  width: 60px;
  top: 0;
  left: 1.5rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: 1;
}

.footer___brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1440px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.footer___brands a {
  margin-right: 45px;
}

.footer___brands a:last-child {
  margin-right: 0;
}

.kul_blocks {
  position: relative;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.kul_blocks .kul-mini-title {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 129px;
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: -57px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #B38F8E;
}

@media only screen and (max-width: 810px) {
  .kul_blocks .kul-mini-title {
    -webkit-transform: rotate(0deg) translateX(-50%);
            transform: rotate(0deg) translateX(-50%);
    top: 0;
    left: 50%;
    top: 9px;
  }
}

@media only screen and (max-width: 600px) {
  .kul_blocks .kul-mini-title {
    top: 19px;
  }
}

.kul_blocks .kul-mini-title::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 20px;
  color: inherit;
  background: #B38F8E;
  top: 12px;
  left: -25px;
}

.kul_blocks .kul-mini-title::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 15px;
  color: inherit;
  background: #B38F8E;
  top: 16px;
  left: -20px;
}

.kul_blocks .kul_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0;
}

@media only screen and (max-width: 810px) {
  .kul_blocks .kul_block:first-child {
    padding-top: 40px !important;
  }
}

.kul_blocks .kul_block.left .kul_block_about {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.kul_blocks .kul_block.left .kul_block_img::after {
  left: -42px;
  right: auto;
}

.kul_blocks .kul_block.left .kul_block_img_price {
  right: -58px;
  left: initial;
}

.kul_blocks .kul_block_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  width: 50%;
}

@media only screen and (max-width: 810px) {
  .kul_blocks .kul_block_about {
    width: initial;
  }
}

.kul_blocks .kul_block_about h1 {
  text-align: center;
  font-weight: 700;
  max-width: 360px;
  color: #5E1211;
}

.kul_blocks .kul_block_about p {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  max-width: 360px;
}

.kul_blocks .kul_block_img {
  position: relative;
  width: 560px;
  height: 560px;
  border-radius: 10px;
  z-index: 1;
}

.kul_blocks .kul_block_img.unhidden_block {
  display: none;
}

.kul_blocks .kul_block_img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-box-shadow: 15px 60px 50px rgba(94, 21, 19, 0.15);
          box-shadow: 15px 60px 50px rgba(94, 21, 19, 0.15);
}

.kul_blocks .kul_block_img::after {
  position: absolute;
  top: -42px;
  right: -42px;
  content: url(../../images/icon_ballons.svg);
  z-index: -1;
}

.kul_blocks .kul_block_img_price {
  padding: 33px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  background: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  left: -58px;
}

.kul_blocks .kul_block_img_price .title {
  font-family: 'RooneySans';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 21px;
  text-align: center;
  color: #B48D53;
}

.kul_blocks .kul_block_img_price .subtitle {
  font-family: 'RooneySans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #B48D53;
}

.kul_block_icon {
  width: 36px;
  height: 58.6px;
  background-image: url(../../images/icon_baloon.svg);
  background-size: contain;
  background-position: center center;
}

@media only screen and (max-width: 1210px) and (min-width: 810px) {
  .kul_block_about {
    padding: 4rem;
  }
  .kul_block_img {
    height: auto !important;
  }
}

@media only screen and (max-width: 810px) {
  .kul_block:first-child {
    padding-top: 80px !important;
  }
  .kul_block_about p {
    max-width: initial !important;
  }
  .kul_block_img {
    display: none;
    max-width: 560px;
    max-height: 560px;
    height: initial !important;
    width: initial !important;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .kul_blocks .kul_block_img_price {
    padding: 23px 17px;
    bottom: -38px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(-50%, 0%);
    left: 50% !important;
    top: initial;
    right: initial !important;
  }
  .unhidden_block {
    display: block !important;
  }
  .hidden_block {
    display: none;
  }
}

.kul_subpage_gallery .owl-carousel .owl-item {
  width: auto !important;
}

.kul_subpage_gallery .owl-carousel .owl-item img {
  border-radius: 20px;
}

.kul_subpage_gallery .owl-stage-outer {
  overflow: visible;
}

.kul_subpage_gallery .owl-prev, .kul_subpage_gallery .owl-next {
  background: white;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.kul_subpage_gallery .owl-next {
  right: 0 !important;
  left: initial !important;
}

.kul_subpage_gallery .owl-next::after {
  content: url(../../images/arrow.svg) !important;
  height: 45px;
}

.kul_subpage_gallery .owl-prev {
  left: 0 !important;
}

.kul_subpage_gallery .owl-prev::after {
  content: url(../../images/arrow.svg) !important;
  height: 45px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.kul_subpage_gallery .owl-stage {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kul_subpage_gallery .owl-dot.active span {
  -webkit-box-shadow: 0 0 0 1px #5E1211;
          box-shadow: 0 0 0 1px #5E1211;
  background: #5E1211 !important;
  color: #5E1211;
}

.kul_subpage_gallery .owl-dot span {
  -webkit-box-shadow: 0 0 0 1px #5E1211;
          box-shadow: 0 0 0 1px #5E1211;
  background: white;
  color: #5E1211;
}

.kul_subpage_gallery .owl-dots {
  padding-top: 40px;
}

.kul_subpage_gallery_mobile .owl-stage-outer {
  -webkit-transform: scale(1.2) translateX(-33px);
          transform: scale(1.2) translateX(-33px);
}

.kul_subpage_gallery_mobile .owl-carousel .owl-item img {
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 10px rgba(94, 21, 19, 0.15);
          box-shadow: 0px 0px 10px rgba(94, 21, 19, 0.15);
}

.kul_faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1160px;
  margin: auto;
  position: relative;
}

.kul_faq .kul-mini-title {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: -145px;
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: -52px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9CB1C1;
}

@media only screen and (max-width: 810px) {
  .kul_faq .kul-mini-title {
    -webkit-transform: rotate(0deg) translateX(-50%);
            transform: rotate(0deg) translateX(-50%);
    top: -290px;
    left: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .kul_faq .kul-mini-title {
    top: -198px;
  }
}

.kul_faq .kul-mini-title::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 20px;
  color: inherit;
  background: #9CB1C1;
  top: 12px;
  left: -25px;
}

.kul_faq .kul-mini-title::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 15px;
  color: inherit;
  background: #9CB1C1;
  top: 16px;
  left: -20px;
}

.kul_faq_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kul_faq_left .kul_faq_block {
  margin-top: 150px;
}

.kul_faq_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kul_faq_right .kul_faq_block {
  margin-top: 60px;
}

.kul_faq_right .kul_faq_block:first-child {
  margin-top: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.kul_faq_right .kul_faq_block:nth-child(2n+0) {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.kul_faq_block {
  max-width: 460px;
}

.kul_faq_block h5 {
  font-family: OpenSans;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  padding: 20px 40px;
  background: #007FCC;
  color: white;
  border-radius: 30px 30px 30px 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}

.kul_faq_block p {
  padding: 30px 40px;
  background: white;
  color: #495E6F;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  border-radius: 0px 30px 30px 30px;
  margin-bottom: 0;
}

.kul_faq_block .time {
  color: #9CB1C1;
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  margin-left: 30px;
}

@media only screen and (max-width: 1230px) {
  .kul_faq_block {
    max-width: 260px;
  }
}

@media only screen and (max-width: 810px) {
  .kul_faq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kul_faq_block {
    max-width: initial;
    margin-bottom: 30px;
  }
  .kul_faq_right .kul_faq_block {
    margin-top: 0;
  }
  .kul_faq_left .kul_faq_block {
    margin-top: 0;
  }
}

.kul_footer_branding {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: scroll;
}

.kul_footer_branding .brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kul_footer_branding .brands a {
  margin-right: 76px;
}

@-webkit-keyframes sliding {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  to {
    -webkit-transform: translateX(-6000px);
            transform: translateX(-6000px);
  }
}

@keyframes sliding {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  to {
    -webkit-transform: translateX(-6000px);
            transform: translateX(-6000px);
  }
}

.kul_gallery:hover .kul_gallery_wrapper {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.kul_gallery_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: sliding 130s infinite linear;
          animation: sliding 130s infinite linear;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kul_gallery_item {
  margin-right: 57px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.kul_gallery_item img {
  border-radius: 20px;
  -webkit-box-shadow: 0px 15px 60px rgba(94, 21, 19, 0.15);
          box-shadow: 0px 15px 60px rgba(94, 21, 19, 0.15);
}

.kul_gallery_item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.kul_gallery img {
  max-width: initial;
}

.kul_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 60px rgba(94, 21, 19, 0.15);
          box-shadow: 0px 15px 60px rgba(94, 21, 19, 0.15);
  border-radius: 10px;
  text-align: center;
}

.kul_order_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

.kul_order_top .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}

.kul_order_top .price h5 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  color: #5E1211;
  margin: 0;
  padding: 0;
}

.kul_order_top .price p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  color: #5E1211;
  margin: 0;
  padding: 0;
}

.kul_order_top .button_wrapper {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kul_order_top .button_wrapper a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}

.kul_order_bottom {
  border: 1px solid #F4EBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.kul_order_bottom .half {
  padding: 12px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kul_order_bottom .half:first-child {
  border-right: 1px solid #F4EBEB;
}

.kul_order_bottom .half a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #5E1211;
}

.kul_more_info_section .l-section-h {
  z-index: initial;
}

.kul_more_info {
  width: 100%;
  max-width: 481px;
  height: 100vh;
  position: fixed;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.25);
  top: 0;
  right: 0;
  z-index: 9999;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.kul_more_info.opened {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.kul_more_info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kul_more_info_open.open {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #5E1211;
  width: 100%;
  display: block;
  padding: 18px 0;
  border-top: 1px solid #F4EBEB;
  border-bottom: 1px solid #F4EBEB;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: .3 ease;
  transition: .3 ease;
}

.kul_more_info_open.open::before {
  content: url(../../images/arrow_right.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  position: absolute;
}

.kul_more_info_open.open:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: .3 ease;
  transition: .3 ease;
}

.kul_more_info_top {
  position: relative;
  padding: 34px 55px 0 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.kul_more_info_bottom {
  padding: 0 55px;
  margin-top: 22px;
  overflow: hidden;
  overflow-y: auto;
  height: 91.5vh;
  padding-bottom: 10vh;
}

.kul_more_info_bottom h1 {
  font-family: 'RooneySans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #5E1513;
  margin-bottom: 40px;
}

.kul_more_info_bottom p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #5E482E;
}

.mountains .l-section-h {
  position: initial;
}

.mountains .upb_video_class, .mountains .vc_row, .mountains .wpb_column, .mountains .wpb_row {
  position: initial;
}

.kul-mini-title {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 64px;
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 18px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #B28F8E;
}

.kul-mini-title::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 20px;
  color: inherit;
  background: #B28F8E;
  top: 12px;
  left: -25px;
}

.kul-mini-title::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 15px;
  color: inherit;
  background: #9CB1C1;
  top: 16px;
  left: -20px;
}

@media only screen and (max-width: 810px) {
  .kul-mini-title {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .kul-mini-title .wpb_wrapper::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 20px;
    color: inherit;
    background: #B28F8E;
    top: 12px;
    right: -25px;
  }
  .kul-mini-title .wpb_wrapper::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 15px;
    color: inherit;
    background: #B28F8E;
    top: 16px;
    right: -20px;
  }
}

.img-shadow {
  position: relative;
  z-index: 0;
}

.img-shadow img {
  -webkit-box-shadow: 0px 15px 60px rgba(94, 21, 19, 0.15);
          box-shadow: 0px 15px 60px rgba(94, 21, 19, 0.15);
}

.img-shadow.small::before {
  position: absolute;
  top: 23%;
  left: -42px;
  content: url(../../images/icon_ballons.svg);
  z-index: -1;
}

.img-shadow.big::before {
  position: absolute;
  bottom: -42px;
  right: 0;
  content: url(../../images/icon_ballons.svg);
  z-index: -1;
}

@media only screen and (max-width: 810px) {
  .img-shadow.small::before {
    content: '';
  }
  .img-shadow.big::before {
    bottom: 40px;
    right: -100px;
  }
}

@media only screen and (max-width: 810px) {
  .kul-section {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
  }
  .kul-section .has_bg_color {
    border-radius: 0 !important;
  }
}

@media only screen and (max-width: 810px) {
  .tablet-fix .g-cols.cols_2-1 {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .tablet-fix .g-cols.cols_1-2 {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

.faq-compas {
  z-index: 0;
}

@media only screen and (max-width: 810px) {
  .faq-compas {
    width: 40%;
    right: -13% !important;
  }
}

.has_text_color {
  z-index: 1;
}

.zazitky-mobile {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  grid-gap: 0 !important;
  width: 134% !important;
  margin-left: -23% !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.zazitky-mobile .wpb_column {
  margin-right: -10% !important;
}

.zazitky-mobile .wpb_column:first-child {
  margin-top: 40px !important;
}

@-webkit-keyframes upDown {
  to {
    -webkit-transform: translatey(20px);
            transform: translatey(20px);
  }
}

@keyframes upDown {
  to {
    -webkit-transform: translatey(20px);
            transform: translatey(20px);
  }
}

@-webkit-keyframes translate {
  50% {
    -webkit-transform: translatex(100vw);
            transform: translatex(100vw);
  }
  100% {
    -webkit-transform: translatex(0vw);
            transform: translatex(0vw);
  }
}

@keyframes translate {
  50% {
    -webkit-transform: translatex(100vw);
            transform: translatex(100vw);
  }
  100% {
    -webkit-transform: translatex(0vw);
            transform: translatex(0vw);
  }
}

.baloon {
  z-index: 10;
  -webkit-animation: translate 140s infinite linear;
          animation: translate 140s infinite linear;
}

.baloon img {
  -webkit-animation: upDown 4.5s alternate infinite ease-in-out;
          animation: upDown 4.5s alternate infinite ease-in-out;
}

.menu-btn {
  display: none !important;
}

@media only screen and (max-width: 810px) {
  .menu-btn {
    display: block !important;
  }
}

@-webkit-keyframes rotation {
  to {
    -webkit-transform: rotate(36000deg);
            transform: rotate(36000deg);
  }
}

@keyframes rotation {
  to {
    -webkit-transform: rotate(36000deg);
            transform: rotate(36000deg);
  }
}

.rotation {
  -webkit-animation: rotation 640s infinite linear;
          animation: rotation 640s infinite linear;
}

.no-touch .w-tabs-section-header:hover, .w-tabs-section-header:focus {
  background: none !important;
}

.w-tabs-section-header {
  font-family: 'RooneySans';
  font-style: normal;
  font-weight: 700;
  padding: 32px 0;
  font-size: 20px !important;
  line-height: 25px !important;
  color: #5E1211;
}

.w-tabs-section-title {
  color: #5E1211;
}

.w-tabs.accordion > div > .w-tabs-section {
  border-style: dashed;
}

.w-tabs-section {
  position: relative;
  overflow: hidden;
  border-color: #E8D9D9;
}

.w-tabs-section::before {
  position: absolute;
  content: url(../../images/qna.svg);
  top: 96px;
}

@media only screen and (max-width: 600px) {
  .w-tabs-section-header {
    font-size: 16px;
    line-height: 20px;
    padding: 25px 0;
  }
}

.blog_grid article {
  margin-top: 110px;
  margin-bottom: 110px;
}

.blog_grid article:first-child {
  margin-top: 0;
}

.blog_grid article:last-child {
  margin-bottom: 0;
}

.us-btn-style_5 {
  text-decoration: underline;
}

.w-grid-list article:nth-child(odd) .blog_block .w-vwrapper {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.blog_block {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-bottom: 100px;
}

.blog_block .post_image {
  margin: 2% !important;
}

.blog_block .usg_vwrapper_1 {
  text-align: center;
}

.blog_block .usg_vwrapper_1 .w-btn.usg_btn_1 {
  font-family: "Open Sans" #5E1211 !important;
  font-style: normal;
  font-weight: 400 #5E1211 !important;
  font-size: 16px #5E1211 !important;
  line-height: 20px #5E1211 !important;
  text-align: center #5E1211 !important;
  text-decoration: underline !important;
  color: #5E1211 !important;
  padding: 0 !important;
  text-transform: none !important;
}

.blog_block .usg_vwrapper_1 time {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #B48D53;
}

.blog_block .usg_vwrapper_1 h2 {
  font-family: 'RooneySans';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #5E1211;
}

.blog_block:last-child {
  margin-bottom: 0;
}

.blog_block .post_image {
  width: 50%;
}

.blog_block .usg_vwrapper_1 {
  width: 50%;
}

.pagination .nav-links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 700px) {
  .blog_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog_block .post_image {
    width: 100%;
    margin-bottom: 30px !important;
  }
  .w-grid-list article:nth-child(odd) .blog_block .w-vwrapper {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .blog_grid article {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.kuulinair_gallery .owl-item {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: auto !important;
}
/*# sourceMappingURL=style.css.map */