/*
Theme Name: Swimtest
Author: Asander
Author URI: https://asander.pl
Description: A custom theme for Swimtest.
Version: 1.0
Text Domain: asander-swimtest
*/
.main-color {
  color: #3BB9C5;
}

.second-color {
  color: #FFEA07;
}

.blue-color {
  color: #3BB9C5;
}

.dark_blue-color {
  color: #2A8B9D;
}

.light_blue-color {
  color: #D1ECF9;
}

.super_light_blue-color {
  color: #F6FBFE;
}

.grey-color {
  color: #C4C4C4;
}

.light_grey-color {
  color: #F0F0F0;
}

.black-color {
  color: #000000;
}

.dark-color {
  color: #05202D;
}

.white-color {
  color: #FFFFFF;
}

.green-color {
  color: #639253;
}

.red-color {
  color: #B76363;
}

.main-b-color {
  background-color: #3BB9C5;
}

.second-b-color {
  background-color: #FFEA07;
}

.blue-b-color {
  background-color: #3BB9C5;
}

.dark_blue-b-color {
  background-color: #2A8B9D;
}

.light_blue-b-color {
  background-color: #D1ECF9;
}

.super_light_blue-b-color {
  background-color: #F6FBFE;
}

.grey-b-color {
  background-color: #C4C4C4;
}

.light_grey-b-color {
  background-color: #F0F0F0;
}

.black-b-color {
  background-color: #000000;
}

.dark-b-color {
  background-color: #05202D;
}

.white-b-color {
  background-color: #FFFFFF;
}

.green-b-color {
  background-color: #639253;
}

.red-b-color {
  background-color: #B76363;
}

.main-border {
  border: 1px solid #3BB9C5;
}

.second-border {
  border: 1px solid #FFEA07;
}

.blue-border {
  border: 1px solid #3BB9C5;
}

.dark_blue-border {
  border: 1px solid #2A8B9D;
}

.light_blue-border {
  border: 1px solid #D1ECF9;
}

.super_light_blue-border {
  border: 1px solid #F6FBFE;
}

.grey-border {
  border: 1px solid #C4C4C4;
}

.light_grey-border {
  border: 1px solid #F0F0F0;
}

.black-border {
  border: 1px solid #000000;
}

.dark-border {
  border: 1px solid #05202D;
}

.white-border {
  border: 1px solid #FFFFFF;
}

.green-border {
  border: 1px solid #639253;
}

.red-border {
  border: 1px solid #B76363;
}

.border-radius {
  border-radius: 16px;
}

.font05 {
  font-size: 0.5rem;
}

.font06 {
  font-size: 0.6rem;
}

.font07 {
  font-size: 0.7rem;
}

.font08 {
  font-size: 0.8rem;
}

.font09 {
  font-size: 0.9rem;
}

.font1 {
  font-size: 1rem;
}

.font11 {
  font-size: 1.1rem;
}

.font12 {
  font-size: 1.2rem;
}

.font13 {
  font-size: 1.3rem;
}

.font15 {
  font-size: 1.5rem;
}

.font17 {
  font-size: 1.7rem;
}

.font2 {
  font-size: 2rem;
}

.font23 {
  font-size: 2.3rem;
}

.font25 {
  font-size: 2.5rem;
}

.font3 {
  font-size: 3rem;
}

.font35 {
  font-size: 3.3rem;
}

.font4 {
  font-size: 3.5rem;
}

.font5 {
  font-size: 4.5rem;
}

.font6 {
  font-size: 6rem;
}

html, body {
  font-family: "Instrument Sans", sans-serif;
  scroll-behavior: smooth;
  color: #05202D;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000000;
}

.home_hero {
  display: flex;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #FFFFFF;
  flex-direction: column;
  overflow: hidden;
}
.home_hero .hero_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home_hero .hero_paragraph {
  font-size: 1.5rem;
  color: #C4C4C4;
}
@media (max-width: 992px) {
  .home_hero .hero_paragraph {
    font-size: 1rem;
  }
}
.home_hero .hero_main_title {
  font-size: 4.6rem;
}
@media (max-width: 992px) {
  .home_hero .hero_main_title {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .home_hero .hero_main_title {
    font-size: 2.5rem;
  }
}
.home_hero .extra_buttons_container {
  margin-top: auto;
  z-index: 1;
}
.home_hero .extra_buttons_container .extra_buttons {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .home_hero .extra_buttons_container .extra_buttons {
    flex-direction: column;
  }
}
.home_hero .extra_buttons_container .extra_buttons .single_button {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFEA07;
  color: #000000;
  padding: 10px 20px;
  flex: 1;
  font-size: 1.5rem;
  column-gap: 50px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .home_hero .extra_buttons_container .extra_buttons .single_button {
    font-size: 1rem;
    padding: 5px 10px;
    gap: 10px;
  }
}
.home_hero .extra_buttons_container .extra_buttons .single_button:hover {
  opacity: 0.8;
}
.home_hero .extra_buttons_container .extra_buttons .single_button img {
  height: 50px;
}
.home_hero .extra_buttons_container .extra_buttons .single_button p {
  margin: 0;
}
.home_hero .water {
  position: absolute;
  background-size: cover;
  top: -10%;
  left: -10%;
  height: 120%;
  width: 120%;
  background-size: cover;
  background-position: center;
  filter: url("#watereffect");
}

.hero {
  display: flex;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #FFFFFF;
  flex-direction: column;
  overflow: hidden;
  justify-content: end;
  padding-bottom: 70px;
  background-image: url(img/default_hero.jpg);
}
@media (max-width: 992px) {
  .hero {
    min-height: 60vh;
    padding-bottom: 30px;
  }
}
.hero.hidden {
  min-height: auto;
  padding-bottom: 0;
  background-image: none;
  background-color: #3BB9C5;
}
.hero .hero_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero_paragraph {
  font-size: 1.5rem;
  color: #C4C4C4;
}
@media (max-width: 992px) {
  .hero .hero_paragraph {
    font-size: 1rem;
  }
}
.hero .hero_main_title {
  font-size: 4.6rem;
  margin-bottom: 30px;
}
.hero .hero_main_title p {
  margin: 0;
}
@media (max-width: 992px) {
  .hero .hero_main_title {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .hero .hero_main_title {
    font-size: 2.5rem;
  }
}
.hero .hero_main_subtitle {
  font-size: 1.5rem;
  color: #C4C4C4;
}
.hero .hero_main_desc {
  font-size: 1.5rem;
  color: #FFFFFF;
}
.hero .extra_buttons_container {
  margin-top: auto;
  z-index: 1;
}
.hero .extra_buttons_container .extra_buttons {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .hero .extra_buttons_container .extra_buttons {
    flex-direction: column;
  }
}
.hero .extra_buttons_container .extra_buttons .single_button {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFEA07;
  color: #000000;
  padding: 10px 20px;
  flex: 1;
  font-size: 1.5rem;
  column-gap: 50px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .hero .extra_buttons_container .extra_buttons .single_button {
    font-size: 1rem;
    padding: 5px 10px;
    gap: 10px;
  }
}
.hero .extra_buttons_container .extra_buttons .single_button:hover {
  opacity: 0.8;
}
.hero .extra_buttons_container .extra_buttons .single_button img {
  height: 50px;
}
.hero .extra_buttons_container .extra_buttons .single_button p {
  margin: 0;
}
.hero .breadcrumbs_container a {
  color: #FFFFFF;
}
.hero .water {
  position: absolute;
  background-size: cover;
  top: -10%;
  left: -10%;
  height: 120%;
  width: 120%;
  background-size: cover;
  background-position: center;
  filter: url("#watereffect");
}

footer {
  background-color: #3BB9C5;
  color: #FFFFFF;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
footer a {
  color: #FFFFFF;
}
footer .widget_body.language_switcher ul {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 50px 0;
  gap: 20px;
}
footer .widget_body.language_switcher ul li {
  order: 2;
}
footer .widget_body.language_switcher ul li.current-lang {
  order: 1;
}
footer .widget_body.language_switcher ul li.current-lang a {
  color: #FFFFFF;
  font-weight: bold;
}
footer .widget_body.language_switcher ul li.current-lang a img {
  width: 19px;
  height: 13px;
  border: solid 1px #000;
}
footer .footer_line {
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  margin: 50px 0;
}
footer .newsletter_container {
  position: relative;
}
footer .newsletter_container input {
  background-color: #B0E1ED;
  border-radius: 3rem;
  border: none;
  padding: 20px;
  color: #fff;
  width: 100%;
}
footer .newsletter_container input::placeholder {
  color: #000000;
}
footer .newsletter_container button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  width: 50px;
  height: 100%;
  padding: 20px;
  border-radius: 3rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-image: url(img/arrow_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
footer .newsletter_container button:hover {
  background-color: #2A8B9D;
}
@media (max-width: 768px) {
  footer .footer_copyright {
    text-align: center;
  }
}
footer .social_icons {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
footer .social_icons a img {
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  footer .social_icons {
    justify-content: center;
    margin-top: 30px;
  }
}

.news {
  padding: 50px 0;
}
.news .news_box {
  margin-top: 50px;
}
.news .news_box .single_news_loop {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  border: 1px solid #D1ECF9;
  height: 100%;
}
.news .news_box .single_news_loop .single_news_loop_image {
  padding-bottom: 60%;
}
.news .news_box .single_news_loop .single_news_loop_image .news_loop_cats {
  position: absolute;
  top: 10px;
  left: 10px;
}
.news .news_box .single_news_loop .single_news_loop_image .news_loop_cats a {
  background-color: #FFEA07;
  padding: 2px 5px;
  font-size: 0.7rem;
  border-radius: 5px;
}
.news .news_box .single_news_loop .single_news_loop_content {
  padding: 30px;
}
@media (max-width: 768px) {
  .news .news_box .single_news_loop .single_news_loop_content {
    padding: 15px;
  }
}
.news .water_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.kadra {
  padding: 50px 0;
}
.kadra h2.section_title {
  font-size: 3rem;
}
.kadra h3 {
  font-size: 1rem;
  font-weight: bold;
}
.kadra .block_buttons {
  justify-content: center;
}
.kadra .hide {
  display: none;
}
.kadra .news_box {
  margin-top: 50px;
}
.kadra .news_box .single_news_loop {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.kadra .news_box .single_news_loop .single_news_loop_image {
  padding-bottom: 120%;
  position: relative;
}
.kadra .news_box .single_news_loop .single_news_loop_image img {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kadra .news_box .single_news_loop .single_news_loop_content {
  padding: 30px 0;
}
.kadra .water_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.box_news {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .box_news.full_width .news_box {
    padding: 0px;
  }
}
.box_news.full_width .news_box .single_news_loop .single_news_loop_image {
  padding-bottom: 110%;
}
.box_news.box_news_categories .news_box .single_news_loop .single_news_loop_content h3 {
  font-size: 2rem;
  font-weight: bold;
}
.box_news .news_box {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .box_news .news_box {
    padding: 0 60px;
  }
}
.box_news .news_box .single_news_loop {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.box_news .news_box .single_news_loop .single_news_loop_image {
  padding-bottom: 130%;
  border-radius: 16px;
  position: relative;
}
.box_news .news_box .single_news_loop .single_news_loop_image .no_photo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.box_news .news_box .single_news_loop .single_news_loop_content {
  padding: 30px 0 0;
}
.box_news .news_box .single_news_loop .single_news_loop_content .single_news_loop_title {
  font-size: 1rem;
}
.box_news .water_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.opinie {
  margin-top: 50px;
}
.opinie .opinie_box .single_opinie_loop {
  background-color: #F6FBFE;
  padding: 30px;
}
.opinie .opinie_box .single_opinie_loop .stars .star {
  opacity: 0.5;
}
.opinie .opinie_box .single_opinie_loop .stars .star.active {
  opacity: 1;
}
.opinie .opinie_box .single_opinie_loop .opinia_content {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .opinie .opinie_box .single_opinie_loop .opinia_content {
    font-size: 1rem;
  }
}
.opinie .opinie_box .single_opinie_loop .opinia_content p {
  margin: 0;
}
.opinie .opinie_box .single_opinie_loop .author_container {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px 30px;
}
.opinie .opinie_box .single_opinie_loop .author_container .author_photo .author_image {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.opinie .opinie_box .single_opinie_loop .author_container .author_name_and_position .author_name {
  font-size: 1rem;
  margin: 0;
}
.opinie .opinie_box .single_opinie_loop .author_container .author_name_and_position .author_position {
  font-size: 0.9rem;
  color: #C4C4C4;
  margin: 0;
}

.partnerzy {
  padding: 50px 0;
  margin-top: 50px;
}
.partnerzy h2.section_title {
  font-size: 3rem;
}
.partnerzy .partnerzy_box {
  margin-top: 50px;
  border-top: 1px solid #D1ECF9;
  border-bottom: 1px solid #D1ECF9;
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.partnerzy .partnerzy_box .single_partnerzy_image {
  width: calc(20% - 30px);
}
@media (max-width: 1200px) {
  .partnerzy .partnerzy_box .single_partnerzy_image {
    width: calc(33.3333333333% - 30px);
  }
}
@media (max-width: 768px) {
  .partnerzy .partnerzy_box .single_partnerzy_image {
    width: calc(50% - 30px);
  }
}
.partnerzy .partnerzy_box .single_partnerzy_image .single_partnerzy_loop img {
  display: table;
  margin: 0 auto;
  height: 80px;
}

.text_with_photo {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .text_with_photo {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .text_with_photo {
    padding: 50px 0;
  }
}
.text_with_photo .block_buttons {
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.text_with_photo.no_background {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .text_with_photo.width_50 .row {
    margin-right: -50px;
    margin-left: -50px;
  }
}
@media (min-width: 992px) {
  .text_with_photo.width_50 .col-lg-6 {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .text_with_photo.width_50 .b-image-100 {
    padding-bottom: 80%;
  }
}
.text_with_photo .container_content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  line-height: 1.5;
}
.text_with_photo .container_content.bottom_text {
  justify-content: flex-end;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .text_with_photo .container_content.bottom_text {
    padding-bottom: 0px;
  }
}
.text_with_photo .container_content.center_text {
  justify-content: center;
}
.text_with_photo .container_content .section_desc p:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .text_with_photo .icon_container {
    width: 80%;
  }
}

.text_icon_on_right {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .text_icon_on_right {
    padding: 50px 0;
  }
}
.text_icon_on_right.ikony_100 .icon_container .single_icon {
  width: 100%;
}
.text_icon_on_right .icon_container {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  gap: 30px;
}
.text_icon_on_right .icon_container .single_icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: calc(50% - 30px);
  gap: 30px;
}
@media (max-width: 992px) {
  .text_icon_on_right .icon_container .single_icon {
    width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .text_icon_on_right .icon_container .single_icon {
    width: calc(100% - 30px);
  }
}
.text_icon_on_right .icon_container .single_icon .single_icon_image img {
  width: 100px;
}
.text_icon_on_right .icon_container .single_icon .single_icon_text {
  flex: 1;
}

.heading_and_icons_horizontal {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .heading_and_icons_horizontal {
    padding: 50px 0;
  }
}
.heading_and_icons_horizontal .icon_container {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  gap: 30px;
}
.heading_and_icons_horizontal .icon_container .single_icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(25% - 30px);
  gap: 30px;
  text-align: center;
}
@media (max-width: 1200px) {
  .heading_and_icons_horizontal .icon_container .single_icon {
    width: calc(33.3333333333% - 30px);
  }
}
@media (max-width: 768px) {
  .heading_and_icons_horizontal .icon_container .single_icon {
    width: calc(50% - 30px);
  }
}
.heading_and_icons_horizontal .icon_container .single_icon .single_icon_image img {
  width: 100px;
}
.heading_and_icons_horizontal .icon_container .single_icon .single_icon_text {
  flex: 1;
  max-width: 170px;
}
.heading_and_icons_horizontal .icon_container .single_icon .single_icon_text p {
  margin-top: 0;
}
.heading_and_icons_horizontal .icon_container .single_icon .single_icon_text strong {
  color: #3BB9C5;
}
.heading_and_icons_horizontal h2.section_title {
  margin-bottom: 50px;
}

.taby_z_wypunktowaniem {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .taby_z_wypunktowaniem {
    padding: 50px 0;
  }
}
.taby_z_wypunktowaniem h2 strong {
  color: #3BB9C5;
}
.taby_z_wypunktowaniem .taby_triggers .single_tab_trigger h3 {
  font-weight: 500;
  cursor: pointer;
}
.taby_z_wypunktowaniem .taby_triggers .single_tab_trigger h3:after {
  content: ">";
  color: #3BB9C5;
  margin-left: 5px;
  display: none;
}
.taby_z_wypunktowaniem .taby_triggers .single_tab_trigger.active h3, .taby_z_wypunktowaniem .taby_triggers .single_tab_trigger:hover h3 {
  font-weight: bold;
}
.taby_z_wypunktowaniem .taby_triggers .single_tab_trigger.active h3:after, .taby_z_wypunktowaniem .taby_triggers .single_tab_trigger:hover h3:after {
  display: inline-block;
}
.taby_z_wypunktowaniem .taby_contents .single_tab_content {
  background-color: #F6FBFE;
  padding: 30px;
  display: none;
}
.taby_z_wypunktowaniem .taby_contents .single_tab_content.active {
  display: block;
}
.taby_z_wypunktowaniem .taby_contents .single_tab_content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.taby_z_wypunktowaniem .taby_contents .single_tab_content ul li {
  padding: 15px 0;
  padding-left: 60px;
  background-image: url(img/check_icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 34px;
  margin-bottom: 10px;
}
.taby_z_wypunktowaniem .taby_contents .single_tab_content ul li:last-child {
  margin-bottom: 0;
}

.carousel_box {
  padding: 50px 0;
}
.carousel_box .block_buttons {
  justify-content: center;
}

.call_to_action {
  padding: 50px 0;
  background-color: #F6FBFE;
  background-attachment: fixed;
}
.call_to_action .section_subtitle {
  font-size: 2rem;
}
.call_to_action .single_call_to_action_col:first-child .single_call_to_action {
  padding-left: 0;
}
@media (min-width: 992px) {
  .call_to_action .single_call_to_action_col:first-child .single_call_to_action {
    border-right: 2px solid #000000;
  }
}
.call_to_action .single_call_to_action_col .single_call_to_action p {
  margin: 0;
}
@media (min-width: 992px) {
  .call_to_action .single_call_to_action_col .single_call_to_action {
    padding: 0 0px 0 150px;
  }
}
@media (max-width: 992px) {
  .call_to_action .single_call_to_action_col .single_call_to_action {
    margin-bottom: 30px;
  }
}
.call_to_action .single_call_to_action_col .single_call_to_action .call_to_action_title {
  font-size: 3rem;
}
@media (max-width: 1199px) {
  .call_to_action .single_call_to_action_col .single_call_to_action .call_to_action_title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .call_to_action .single_call_to_action_col .single_call_to_action .call_to_action_title {
    font-size: 1.5rem;
  }
}

.swimmingpools .swimmingpools_box .single_swimmingpool {
  padding-bottom: 70px;
  border-bottom: 1px solid #000000;
  margin-bottom: 70px;
}
.swimmingpools .swimmingpools_box .single_swimmingpool:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.swimmingpools .swimmingpools_box .single_swimmingpool .single_swimmingpool_image {
  padding-bottom: 80%;
}
.swimmingpools .swimmingpools_box .single_swimmingpool h3 {
  font-size: 3rem;
  font-weight: bold;
}
.swimmingpools .swimmingpools_box .single_swimmingpool .single_swimmingpool_content .swimmingpool_details {
  margin-top: 50px;
}
.swimmingpools .swimmingpools_box .single_swimmingpool .single_swimmingpool_content .swimmingpool_details:first-child {
  margin-top: 0;
}
.swimmingpools .swimmingpools_box .single_swimmingpool .single_swimmingpool_content .swimmingpool_details h4 {
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .swimmingpools .swimmingpools_box .single_swimmingpool .single_swimmingpool_content .swimmingpool_details h4 {
    margin-top: 0;
  }
}
.swimmingpools .swimmingpools_box .single_swimmingpool .single_swimmingpool_content .swimmingpool_details h4 p {
  margin: 0;
}
.swimmingpools .swimmingpools_box .single_swimmingpool .single_swimmingpool_content .swimmingpool_details ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.swimmingpools .swimmingpools_box .single_swimmingpool .single_swimmingpool_content .swimmingpool_details ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  gap: 30px;
}

.timeline_section {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .timeline_section {
    padding: 50px 0;
  }
}
.timeline_section .timeline_container .single_timeline:last-child .timelinerow .timeline_left::before {
  height: 50%;
}
.timeline_section .timeline_container .single_timeline .timelinerow {
  display: flex;
  flex-wrap: wrap;
}
.timeline_section .timeline_container .single_timeline .timelinerow .timeline_left,
.timeline_section .timeline_container .single_timeline .timelinerow .timeline_right {
  padding: 34px;
  padding-top: 0;
  max-width: 230px;
  min-height: 130px;
}
.timeline_section .timeline_container .single_timeline .timelinerow .timeline_left {
  text-align: right;
  width: 50%;
  position: relative;
}
.timeline_section .timeline_container .single_timeline .timelinerow .timeline_left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -17px;
  width: 34px;
  height: 34px;
  background-color: #3BB9C5;
  border-radius: 100%;
}
.timeline_section .timeline_container .single_timeline .timelinerow .timeline_left::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 2px;
  height: 100%;
  background-color: #3BB9C5;
}
.timeline_section .timeline_container .single_timeline .timelinerow .timeline_right {
  text-align: left;
  width: 50%;
}

.numbers_section {
  padding: 50px 0;
}
.numbers_section .number_box .number {
  font-size: 4rem;
}
@media (max-width: 1399px) {
  .numbers_section .number_box .number {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .numbers_section .number_box .number {
    font-size: 2rem;
  }
}

.text_columns {
  padding: 50px 0;
}
.text_columns .text_column_title {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .text_columns .text_column_title {
    font-size: 1.5rem;
  }
}

.tekst_z_wypunktowaniem {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .tekst_z_wypunktowaniem {
    padding: 50px 0;
  }
}
.tekst_z_wypunktowaniem .taby_triggers .single_tab_trigger h3 {
  font-weight: 500;
  cursor: pointer;
}
.tekst_z_wypunktowaniem .taby_triggers .single_tab_trigger h3:after {
  content: ">";
  color: #3BB9C5;
  margin-left: 5px;
  display: none;
}
.tekst_z_wypunktowaniem .taby_triggers .single_tab_trigger.active h3, .tekst_z_wypunktowaniem .taby_triggers .single_tab_trigger:hover h3 {
  font-weight: bold;
}
.tekst_z_wypunktowaniem .taby_triggers .single_tab_trigger.active h3:after, .tekst_z_wypunktowaniem .taby_triggers .single_tab_trigger:hover h3:after {
  display: inline-block;
}
.tekst_z_wypunktowaniem .taby_contents .single_tab_content {
  background-color: #F6FBFE;
  padding: 30px;
  display: none;
}
.tekst_z_wypunktowaniem .taby_contents .single_tab_content.active {
  display: block;
}
.tekst_z_wypunktowaniem .taby_contents .single_tab_content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tekst_z_wypunktowaniem .taby_contents .single_tab_content ul li {
  padding: 15px 0;
  padding-left: 60px;
  background-image: url(img/check_icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 34px;
  margin-bottom: 10px;
}
.tekst_z_wypunktowaniem .taby_contents .single_tab_content ul li p {
  margin: 0;
}
.tekst_z_wypunktowaniem .taby_contents .single_tab_content ul li:last-child {
  margin-bottom: 0;
}

.treningi_section {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .treningi_section {
    padding: 50px 0;
  }
}
.treningi_section .treningi_container {
  margin-top: 70px;
}
.treningi_section .treningi_container h3 {
  font-size: 1.5rem;
}
@media (max-width: 992px) {
  .treningi_section .treningi_container h3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .treningi_section .treningi_container {
    padding: 0 50px;
  }
}
@media (min-width: 992px) {
  .treningi_section .treningi_container .opis_col {
    border-right: 1px solid #3BB9C5;
  }
}
@media (min-width: 992px) {
  .treningi_section .treningi_container .terminy_box_col {
    padding-left: 30px;
  }
}
.treningi_section .treningi_container .single_trening {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #3BB9C5;
}
@media (min-width: 992px) {
  .treningi_section .treningi_container .single_trening {
    font-size: 1.5rem;
  }
}
.treningi_section .treningi_container .single_trening:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.treningi_section .treningi_container .single_trening .terminy_box .all_terminy {
  margin-bottom: 30px;
}
.treningi_section .treningi_container .single_trening .terminy_box .all_terminy .single_termin {
  margin-bottom: 20px;
}
.treningi_section .treningi_container .single_trening .prowadzacy_box .single_prowadzacy {
  margin-bottom: 20px;
}
.treningi_section .treningi_container .single_trening .prowadzacy_box .single_prowadzacy .prowadzacy_maly_opis {
  font-size: 0.8rem;
}

.faq_section {
  padding: 50px 0;
}
.faq_section .single_faq {
  margin-bottom: 25px;
}
.faq_section .single_faq .btn-first {
  display: inline-flex;
  align-items: center;
}
.faq_section .single_faq .btn-first .extension_wrapper {
  align-items: center;
  gap: 10px;
  display: flex;
}
.faq_section .single_faq .btn-first .extension_wrapper .extension {
  width: 30px;
  height: 40px;
  border: 2px solid #000000;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  transition: all 0.3s ease-in-out;
}
.faq_section .single_faq .btn-first:hover .extension_wrapper .extension {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.faq_section .single_faq h3 {
  background-color: #FFFFFF;
  padding: 20px 20px;
  border-radius: 16px;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.2rem;
}
.faq_section .single_faq h3::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 18px solid #C4C4C4;
  transform: translateY(-50%) rotate(180deg);
}
.faq_section .single_faq .faq_content {
  overflow: hidden;
  transition: all 0.5s linear;
  border-top: 1px solid transparent;
  margin-top: 0px;
  padding-top: 0px;
}
.faq_section .single_faq .faq_content p:first-child {
  margin-top: 0;
}
.faq_section .single_faq .faq_content p:last-child {
  margin-bottom: 0;
}
.faq_section .single_faq.active h3::before {
  transform: translateY(-50%) rotate(0deg);
  border-top: 18px solid #FFEA07;
}
.faq_section .single_faq.active .faq_content {
  border-top: 1px solid #3BB9C5;
  margin-top: 15px;
  padding-top: 15px;
  transition: all 0.5s ease-out;
}

.contact_box {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .contact_box {
    padding: 50px 0;
  }
}
.contact_box .contact_info h2.section_title {
  font-size: 3rem;
  border-bottom: 1px solid #000000;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .contact_box .contact_info h2.section_title {
    font-size: 2rem;
  }
}
.contact_box .map {
  padding-bottom: 90%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.contact_box .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.harmonogram_section {
  padding: 50px 0;
}
.harmonogram_section .harmonogram_table {
  width: 100%;
  text-align: center;
  line-height: 1.7;
  border-spacing: 1px;
}
.harmonogram_section .harmonogram_table thead tr th:nth-child(1) {
  width: 180px;
  min-width: 180px;
  max-width: 180px;
}
.harmonogram_section .harmonogram_table thead tr th .day_name {
  font-weight: bold;
  font-size: 1.2rem;
  padding: 20px 0;
  background-color: #D1ECF9;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  font-size: 1rem;
  text-align: center;
}
.harmonogram_section .harmonogram_table tbody tr:nth-child(odd) {
  background-color: #F0F0F0;
}
.harmonogram_section .harmonogram_table tbody tr:nth-child(even) {
  background-color: #F6FBFE;
}
.harmonogram_section .harmonogram_table tbody tr:nth-child(even) td.location_name {
  background-color: #3BB9C5;
  color: #fff;
}
.harmonogram_section .harmonogram_table tbody tr td:first-child {
  width: 180px;
  min-width: 180px;
  max-width: 180px;
  font-weight: bold;
  padding: 10px;
}
.harmonogram_section .harmonogram_table tbody tr td.location_name {
  background-color: #2A8B9D;
  color: #fff;
}

.cennik_section {
  padding: 50px 0;
}
.cennik_section .cennik_tabela {
  width: 100%;
  text-align: center;
  line-height: 1.7;
  border-spacing: 1px;
}
.cennik_section .cennik_tabela thead tr th:nth-child(1) {
  width: 220px;
  min-width: 220px;
  max-width: 220px;
}
.cennik_section .cennik_tabela thead tr th .day_name {
  font-weight: bold;
  font-size: 1.2rem;
  padding: 20px 0;
  background-color: #D1ECF9;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  font-size: 1rem;
  text-align: center;
}
.cennik_section .cennik_tabela tbody tr:nth-child(odd) {
  background-color: #F0F0F0;
}
.cennik_section .cennik_tabela tbody tr:nth-child(even) {
  background-color: #F6FBFE;
}
.cennik_section .cennik_tabela tbody tr:nth-child(even) td.location_name {
  background-color: #3BB9C5;
  color: #fff;
}
.cennik_section .cennik_tabela tbody tr td:first-child {
  width: 220px;
  min-width: 220px;
  max-width: 220px;
  font-weight: bold;
  padding: 10px;
}
.cennik_section .cennik_tabela tbody tr td.location_name {
  background-color: #2A8B9D;
  color: #fff;
}

.day_schedule_section {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .day_schedule_section {
    padding: 50px 0;
  }
}
.day_schedule_section .prices_info {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  flex-direction: column;
}
.day_schedule_section .prices_info .disclaimer p:first-child,
.day_schedule_section .prices_info .description p:first-child,
.day_schedule_section .prices_info .end_description p:first-child {
  margin-top: 0;
}
.day_schedule_section .prices_info .disclaimer p:last-child,
.day_schedule_section .prices_info .description p:last-child,
.day_schedule_section .prices_info .end_description p:last-child {
  margin-bottom: 0;
}
.day_schedule_section h2 {
  color: #3BB9C5;
}
.day_schedule_section .day_schedule .single_day {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px;
  align-items: center;
}
.day_schedule_section .day_schedule .single_day .time {
  width: 130px;
  background-color: #3BB9C5;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 5px;
}
.day_schedule_section .day_schedule .single_day .description {
  flex: 1;
}
.day_schedule_section .day_schedule .single_day .description p:first-child {
  margin-top: 0;
}
.day_schedule_section .day_schedule .single_day .description p:last-child {
  margin-bottom: 0;
}

.sign_up_form {
  padding: 100px 0;
}
.sign_up_form a {
  color: #3BB9C5;
}
.sign_up_form [data-name=checkbox-471] .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sign_up_form [data-name=checkbox-471] .wpcf7-checkbox .wpcf7-list-item {
  width: 40%;
  font-size: 0.9rem;
}

/* Spaces */
.px--10 {
  padding-left: -10px !important;
  padding-right: -10px !important;
}

.py--10 {
  padding-top: -10px !important;
  padding-bottom: -10px !important;
}

.pa--10 {
  padding: -10px -10px !important;
}

.pt--10 {
  padding-top: -10px !important;
}
@media (max-width: 772px) {
  .pt--10 {
    padding-top: -5px !important;
  }
}

.pb--10 {
  padding-bottom: -10px !important;
}
@media (max-width: 772px) {
  .pb--10 {
    padding-bottom: -5px !important;
  }
}

.pl--10 {
  padding-left: -10px !important;
}
@media (max-width: 772px) {
  .pl--10 {
    padding-left: -5px !important;
  }
}

.pr--10 {
  padding-right: -10px !important;
}
@media (max-width: 772px) {
  .pr--10 {
    padding-right: -5px !important;
  }
}

.p--10 {
  padding: -10px !important;
}

.mx--10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.my--10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.ma--10 {
  margin: -10px -10px !important;
}

.mt--10 {
  margin-top: -10px !important;
}
@media (max-width: 772px) {
  .mt--10 {
    margin-top: -5px !important;
  }
}

@media (max-width: 772px) {
  .mt-small--10 {
    margin-top: -10px !important;
  }
}
.mb--10 {
  margin-bottom: -10px !important;
}
@media (max-width: 772px) {
  .mb--10 {
    margin-bottom: -5px !important;
  }
}

@media (max-width: 772px) {
  .mb-small--10 {
    margin-bottom: -10px !important;
  }
}
.ml--10 {
  margin-left: -10px !important;
}
@media (max-width: 772px) {
  .ml--10 {
    margin-left: -5px !important;
  }
}

@media (max-width: 772px) {
  .ml-small--10 {
    margin-left: -10px !important;
  }
}
.mr--10 {
  margin-right: -10px !important;
}
@media (max-width: 772px) {
  .mr--10 {
    margin-right: -5px !important;
  }
}

@media (max-width: 772px) {
  .mr-small--10 {
    margin-right: -10px !important;
  }
}
.m--10 {
  margin: -10px !important;
}

.px--30 {
  padding-left: -30px !important;
  padding-right: -30px !important;
}

.py--30 {
  padding-top: -30px !important;
  padding-bottom: -30px !important;
}

.pa--30 {
  padding: -30px -30px !important;
}

.pt--30 {
  padding-top: -30px !important;
}
@media (max-width: 772px) {
  .pt--30 {
    padding-top: -15px !important;
  }
}

.pb--30 {
  padding-bottom: -30px !important;
}
@media (max-width: 772px) {
  .pb--30 {
    padding-bottom: -15px !important;
  }
}

.pl--30 {
  padding-left: -30px !important;
}
@media (max-width: 772px) {
  .pl--30 {
    padding-left: -15px !important;
  }
}

.pr--30 {
  padding-right: -30px !important;
}
@media (max-width: 772px) {
  .pr--30 {
    padding-right: -15px !important;
  }
}

.p--30 {
  padding: -30px !important;
}

.mx--30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.my--30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.ma--30 {
  margin: -30px -30px !important;
}

.mt--30 {
  margin-top: -30px !important;
}
@media (max-width: 772px) {
  .mt--30 {
    margin-top: -15px !important;
  }
}

@media (max-width: 772px) {
  .mt-small--30 {
    margin-top: -30px !important;
  }
}
.mb--30 {
  margin-bottom: -30px !important;
}
@media (max-width: 772px) {
  .mb--30 {
    margin-bottom: -15px !important;
  }
}

@media (max-width: 772px) {
  .mb-small--30 {
    margin-bottom: -30px !important;
  }
}
.ml--30 {
  margin-left: -30px !important;
}
@media (max-width: 772px) {
  .ml--30 {
    margin-left: -15px !important;
  }
}

@media (max-width: 772px) {
  .ml-small--30 {
    margin-left: -30px !important;
  }
}
.mr--30 {
  margin-right: -30px !important;
}
@media (max-width: 772px) {
  .mr--30 {
    margin-right: -15px !important;
  }
}

@media (max-width: 772px) {
  .mr-small--30 {
    margin-right: -30px !important;
  }
}
.m--30 {
  margin: -30px !important;
}

.px--50 {
  padding-left: -50px !important;
  padding-right: -50px !important;
}

.py--50 {
  padding-top: -50px !important;
  padding-bottom: -50px !important;
}

.pa--50 {
  padding: -50px -50px !important;
}

.pt--50 {
  padding-top: -50px !important;
}
@media (max-width: 772px) {
  .pt--50 {
    padding-top: -25px !important;
  }
}

.pb--50 {
  padding-bottom: -50px !important;
}
@media (max-width: 772px) {
  .pb--50 {
    padding-bottom: -25px !important;
  }
}

.pl--50 {
  padding-left: -50px !important;
}
@media (max-width: 772px) {
  .pl--50 {
    padding-left: -25px !important;
  }
}

.pr--50 {
  padding-right: -50px !important;
}
@media (max-width: 772px) {
  .pr--50 {
    padding-right: -25px !important;
  }
}

.p--50 {
  padding: -50px !important;
}

.mx--50 {
  margin-left: -50px !important;
  margin-right: -50px !important;
}

.my--50 {
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}

.ma--50 {
  margin: -50px -50px !important;
}

.mt--50 {
  margin-top: -50px !important;
}
@media (max-width: 772px) {
  .mt--50 {
    margin-top: -25px !important;
  }
}

@media (max-width: 772px) {
  .mt-small--50 {
    margin-top: -50px !important;
  }
}
.mb--50 {
  margin-bottom: -50px !important;
}
@media (max-width: 772px) {
  .mb--50 {
    margin-bottom: -25px !important;
  }
}

@media (max-width: 772px) {
  .mb-small--50 {
    margin-bottom: -50px !important;
  }
}
.ml--50 {
  margin-left: -50px !important;
}
@media (max-width: 772px) {
  .ml--50 {
    margin-left: -25px !important;
  }
}

@media (max-width: 772px) {
  .ml-small--50 {
    margin-left: -50px !important;
  }
}
.mr--50 {
  margin-right: -50px !important;
}
@media (max-width: 772px) {
  .mr--50 {
    margin-right: -25px !important;
  }
}

@media (max-width: 772px) {
  .mr-small--50 {
    margin-right: -50px !important;
  }
}
.m--50 {
  margin: -50px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pa-10 {
  padding: 10px 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}
@media (max-width: 772px) {
  .pt-10 {
    padding-top: 5px !important;
  }
}

.pb-10 {
  padding-bottom: 10px !important;
}
@media (max-width: 772px) {
  .pb-10 {
    padding-bottom: 5px !important;
  }
}

.pl-10 {
  padding-left: 10px !important;
}
@media (max-width: 772px) {
  .pl-10 {
    padding-left: 5px !important;
  }
}

.pr-10 {
  padding-right: 10px !important;
}
@media (max-width: 772px) {
  .pr-10 {
    padding-right: 5px !important;
  }
}

.p-10 {
  padding: 10px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.ma-10 {
  margin: 10px 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}
@media (max-width: 772px) {
  .mt-10 {
    margin-top: 5px !important;
  }
}

@media (max-width: 772px) {
  .mt-small-10 {
    margin-top: 10px !important;
  }
}
.mb-10 {
  margin-bottom: 10px !important;
}
@media (max-width: 772px) {
  .mb-10 {
    margin-bottom: 5px !important;
  }
}

@media (max-width: 772px) {
  .mb-small-10 {
    margin-bottom: 10px !important;
  }
}
.ml-10 {
  margin-left: 10px !important;
}
@media (max-width: 772px) {
  .ml-10 {
    margin-left: 5px !important;
  }
}

@media (max-width: 772px) {
  .ml-small-10 {
    margin-left: 10px !important;
  }
}
.mr-10 {
  margin-right: 10px !important;
}
@media (max-width: 772px) {
  .mr-10 {
    margin-right: 5px !important;
  }
}

@media (max-width: 772px) {
  .mr-small-10 {
    margin-right: 10px !important;
  }
}
.m-10 {
  margin: 10px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pa-15 {
  padding: 15px 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}
@media (max-width: 772px) {
  .pt-15 {
    padding-top: 7.5px !important;
  }
}

.pb-15 {
  padding-bottom: 15px !important;
}
@media (max-width: 772px) {
  .pb-15 {
    padding-bottom: 7.5px !important;
  }
}

.pl-15 {
  padding-left: 15px !important;
}
@media (max-width: 772px) {
  .pl-15 {
    padding-left: 7.5px !important;
  }
}

.pr-15 {
  padding-right: 15px !important;
}
@media (max-width: 772px) {
  .pr-15 {
    padding-right: 7.5px !important;
  }
}

.p-15 {
  padding: 15px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.ma-15 {
  margin: 15px 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}
@media (max-width: 772px) {
  .mt-15 {
    margin-top: 7.5px !important;
  }
}

@media (max-width: 772px) {
  .mt-small-15 {
    margin-top: 15px !important;
  }
}
.mb-15 {
  margin-bottom: 15px !important;
}
@media (max-width: 772px) {
  .mb-15 {
    margin-bottom: 7.5px !important;
  }
}

@media (max-width: 772px) {
  .mb-small-15 {
    margin-bottom: 15px !important;
  }
}
.ml-15 {
  margin-left: 15px !important;
}
@media (max-width: 772px) {
  .ml-15 {
    margin-left: 7.5px !important;
  }
}

@media (max-width: 772px) {
  .ml-small-15 {
    margin-left: 15px !important;
  }
}
.mr-15 {
  margin-right: 15px !important;
}
@media (max-width: 772px) {
  .mr-15 {
    margin-right: 7.5px !important;
  }
}

@media (max-width: 772px) {
  .mr-small-15 {
    margin-right: 15px !important;
  }
}
.m-15 {
  margin: 15px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pa-30 {
  padding: 30px 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}
@media (max-width: 772px) {
  .pt-30 {
    padding-top: 15px !important;
  }
}

.pb-30 {
  padding-bottom: 30px !important;
}
@media (max-width: 772px) {
  .pb-30 {
    padding-bottom: 15px !important;
  }
}

.pl-30 {
  padding-left: 30px !important;
}
@media (max-width: 772px) {
  .pl-30 {
    padding-left: 15px !important;
  }
}

.pr-30 {
  padding-right: 30px !important;
}
@media (max-width: 772px) {
  .pr-30 {
    padding-right: 15px !important;
  }
}

.p-30 {
  padding: 30px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.ma-30 {
  margin: 30px 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}
@media (max-width: 772px) {
  .mt-30 {
    margin-top: 15px !important;
  }
}

@media (max-width: 772px) {
  .mt-small-30 {
    margin-top: 30px !important;
  }
}
.mb-30 {
  margin-bottom: 30px !important;
}
@media (max-width: 772px) {
  .mb-30 {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 772px) {
  .mb-small-30 {
    margin-bottom: 30px !important;
  }
}
.ml-30 {
  margin-left: 30px !important;
}
@media (max-width: 772px) {
  .ml-30 {
    margin-left: 15px !important;
  }
}

@media (max-width: 772px) {
  .ml-small-30 {
    margin-left: 30px !important;
  }
}
.mr-30 {
  margin-right: 30px !important;
}
@media (max-width: 772px) {
  .mr-30 {
    margin-right: 15px !important;
  }
}

@media (max-width: 772px) {
  .mr-small-30 {
    margin-right: 30px !important;
  }
}
.m-30 {
  margin: 30px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pa-50 {
  padding: 50px 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}
@media (max-width: 772px) {
  .pt-50 {
    padding-top: 25px !important;
  }
}

.pb-50 {
  padding-bottom: 50px !important;
}
@media (max-width: 772px) {
  .pb-50 {
    padding-bottom: 25px !important;
  }
}

.pl-50 {
  padding-left: 50px !important;
}
@media (max-width: 772px) {
  .pl-50 {
    padding-left: 25px !important;
  }
}

.pr-50 {
  padding-right: 50px !important;
}
@media (max-width: 772px) {
  .pr-50 {
    padding-right: 25px !important;
  }
}

.p-50 {
  padding: 50px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.ma-50 {
  margin: 50px 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}
@media (max-width: 772px) {
  .mt-50 {
    margin-top: 25px !important;
  }
}

@media (max-width: 772px) {
  .mt-small-50 {
    margin-top: 50px !important;
  }
}
.mb-50 {
  margin-bottom: 50px !important;
}
@media (max-width: 772px) {
  .mb-50 {
    margin-bottom: 25px !important;
  }
}

@media (max-width: 772px) {
  .mb-small-50 {
    margin-bottom: 50px !important;
  }
}
.ml-50 {
  margin-left: 50px !important;
}
@media (max-width: 772px) {
  .ml-50 {
    margin-left: 25px !important;
  }
}

@media (max-width: 772px) {
  .ml-small-50 {
    margin-left: 50px !important;
  }
}
.mr-50 {
  margin-right: 50px !important;
}
@media (max-width: 772px) {
  .mr-50 {
    margin-right: 25px !important;
  }
}

@media (max-width: 772px) {
  .mr-small-50 {
    margin-right: 50px !important;
  }
}
.m-50 {
  margin: 50px !important;
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pa-70 {
  padding: 70px 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}
@media (max-width: 772px) {
  .pt-70 {
    padding-top: 35px !important;
  }
}

.pb-70 {
  padding-bottom: 70px !important;
}
@media (max-width: 772px) {
  .pb-70 {
    padding-bottom: 35px !important;
  }
}

.pl-70 {
  padding-left: 70px !important;
}
@media (max-width: 772px) {
  .pl-70 {
    padding-left: 35px !important;
  }
}

.pr-70 {
  padding-right: 70px !important;
}
@media (max-width: 772px) {
  .pr-70 {
    padding-right: 35px !important;
  }
}

.p-70 {
  padding: 70px !important;
}

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.ma-70 {
  margin: 70px 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}
@media (max-width: 772px) {
  .mt-70 {
    margin-top: 35px !important;
  }
}

@media (max-width: 772px) {
  .mt-small-70 {
    margin-top: 70px !important;
  }
}
.mb-70 {
  margin-bottom: 70px !important;
}
@media (max-width: 772px) {
  .mb-70 {
    margin-bottom: 35px !important;
  }
}

@media (max-width: 772px) {
  .mb-small-70 {
    margin-bottom: 70px !important;
  }
}
.ml-70 {
  margin-left: 70px !important;
}
@media (max-width: 772px) {
  .ml-70 {
    margin-left: 35px !important;
  }
}

@media (max-width: 772px) {
  .ml-small-70 {
    margin-left: 70px !important;
  }
}
.mr-70 {
  margin-right: 70px !important;
}
@media (max-width: 772px) {
  .mr-70 {
    margin-right: 35px !important;
  }
}

@media (max-width: 772px) {
  .mr-small-70 {
    margin-right: 70px !important;
  }
}
.m-70 {
  margin: 70px !important;
}

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.pa-90 {
  padding: 90px 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}
@media (max-width: 772px) {
  .pt-90 {
    padding-top: 45px !important;
  }
}

.pb-90 {
  padding-bottom: 90px !important;
}
@media (max-width: 772px) {
  .pb-90 {
    padding-bottom: 45px !important;
  }
}

.pl-90 {
  padding-left: 90px !important;
}
@media (max-width: 772px) {
  .pl-90 {
    padding-left: 45px !important;
  }
}

.pr-90 {
  padding-right: 90px !important;
}
@media (max-width: 772px) {
  .pr-90 {
    padding-right: 45px !important;
  }
}

.p-90 {
  padding: 90px !important;
}

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.ma-90 {
  margin: 90px 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}
@media (max-width: 772px) {
  .mt-90 {
    margin-top: 45px !important;
  }
}

@media (max-width: 772px) {
  .mt-small-90 {
    margin-top: 90px !important;
  }
}
.mb-90 {
  margin-bottom: 90px !important;
}
@media (max-width: 772px) {
  .mb-90 {
    margin-bottom: 45px !important;
  }
}

@media (max-width: 772px) {
  .mb-small-90 {
    margin-bottom: 90px !important;
  }
}
.ml-90 {
  margin-left: 90px !important;
}
@media (max-width: 772px) {
  .ml-90 {
    margin-left: 45px !important;
  }
}

@media (max-width: 772px) {
  .ml-small-90 {
    margin-left: 90px !important;
  }
}
.mr-90 {
  margin-right: 90px !important;
}
@media (max-width: 772px) {
  .mr-90 {
    margin-right: 45px !important;
  }
}

@media (max-width: 772px) {
  .mr-small-90 {
    margin-right: 90px !important;
  }
}
.m-90 {
  margin: 90px !important;
}

.px-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.pa-110 {
  padding: 110px 110px !important;
}

.pt-110 {
  padding-top: 110px !important;
}
@media (max-width: 772px) {
  .pt-110 {
    padding-top: 55px !important;
  }
}

.pb-110 {
  padding-bottom: 110px !important;
}
@media (max-width: 772px) {
  .pb-110 {
    padding-bottom: 55px !important;
  }
}

.pl-110 {
  padding-left: 110px !important;
}
@media (max-width: 772px) {
  .pl-110 {
    padding-left: 55px !important;
  }
}

.pr-110 {
  padding-right: 110px !important;
}
@media (max-width: 772px) {
  .pr-110 {
    padding-right: 55px !important;
  }
}

.p-110 {
  padding: 110px !important;
}

.mx-110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.ma-110 {
  margin: 110px 110px !important;
}

.mt-110 {
  margin-top: 110px !important;
}
@media (max-width: 772px) {
  .mt-110 {
    margin-top: 55px !important;
  }
}

@media (max-width: 772px) {
  .mt-small-110 {
    margin-top: 110px !important;
  }
}
.mb-110 {
  margin-bottom: 110px !important;
}
@media (max-width: 772px) {
  .mb-110 {
    margin-bottom: 55px !important;
  }
}

@media (max-width: 772px) {
  .mb-small-110 {
    margin-bottom: 110px !important;
  }
}
.ml-110 {
  margin-left: 110px !important;
}
@media (max-width: 772px) {
  .ml-110 {
    margin-left: 55px !important;
  }
}

@media (max-width: 772px) {
  .ml-small-110 {
    margin-left: 110px !important;
  }
}
.mr-110 {
  margin-right: 110px !important;
}
@media (max-width: 772px) {
  .mr-110 {
    margin-right: 55px !important;
  }
}

@media (max-width: 772px) {
  .mr-small-110 {
    margin-right: 110px !important;
  }
}
.m-110 {
  margin: 110px !important;
}

.px-130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.pa-130 {
  padding: 130px 130px !important;
}

.pt-130 {
  padding-top: 130px !important;
}
@media (max-width: 772px) {
  .pt-130 {
    padding-top: 65px !important;
  }
}

.pb-130 {
  padding-bottom: 130px !important;
}
@media (max-width: 772px) {
  .pb-130 {
    padding-bottom: 65px !important;
  }
}

.pl-130 {
  padding-left: 130px !important;
}
@media (max-width: 772px) {
  .pl-130 {
    padding-left: 65px !important;
  }
}

.pr-130 {
  padding-right: 130px !important;
}
@media (max-width: 772px) {
  .pr-130 {
    padding-right: 65px !important;
  }
}

.p-130 {
  padding: 130px !important;
}

.mx-130 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.ma-130 {
  margin: 130px 130px !important;
}

.mt-130 {
  margin-top: 130px !important;
}
@media (max-width: 772px) {
  .mt-130 {
    margin-top: 65px !important;
  }
}

@media (max-width: 772px) {
  .mt-small-130 {
    margin-top: 130px !important;
  }
}
.mb-130 {
  margin-bottom: 130px !important;
}
@media (max-width: 772px) {
  .mb-130 {
    margin-bottom: 65px !important;
  }
}

@media (max-width: 772px) {
  .mb-small-130 {
    margin-bottom: 130px !important;
  }
}
.ml-130 {
  margin-left: 130px !important;
}
@media (max-width: 772px) {
  .ml-130 {
    margin-left: 65px !important;
  }
}

@media (max-width: 772px) {
  .ml-small-130 {
    margin-left: 130px !important;
  }
}
.mr-130 {
  margin-right: 130px !important;
}
@media (max-width: 772px) {
  .mr-130 {
    margin-right: 65px !important;
  }
}

@media (max-width: 772px) {
  .mr-small-130 {
    margin-right: 130px !important;
  }
}
.m-130 {
  margin: 130px !important;
}

#wrapper {
  overflow: hidden;
  position: relative;
}
#wrapper > p {
  display: none;
}

/* End spaces*/
.opacity1 {
  opacity: 1;
}
@media (max-width: 772px) {
  .opacity1 {
    opacity: 1 !important;
  }
}

.opacity07 {
  opacity: 0.7;
}

.opacity05 {
  opacity: 0.5;
}

.opacity02 {
  opacity: 0.2;
}

.opacity0 {
  opacity: 0;
}

.overflow-hidden {
  overflow: hidden;
}

/*background*/
.b-no-reapeat {
  background-repeat: no-repeat;
}

.b-image-50 {
  padding-bottom: 50%;
}

.b-image-75 {
  padding-bottom: 75%;
}

.b-image-100 {
  padding-bottom: 100%;
}

.b-image-125 {
  padding-bottom: 125%;
}

.b-image-150 {
  padding-bottom: 150%;
}

img {
  max-width: 100%;
}

.b-cover {
  background-size: cover;
}

.b-center {
  background-position: center;
}

.b-contain {
  background-size: contain;
}

/*background end*/
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 95%;
  }
}
@media (min-width: 1250px) {
  .container {
    max-width: 1220px;
  }
}
@media (min-width: 1350px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1450px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 992px) {
  .gap50.row {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media (min-width: 992px) {
  .gap50 [class*=col-] {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

@media (min-width: 992px) {
  .hide-big {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-small {
    display: none !important;
  }
}

.bodoni {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: none;
}

.font300 {
  font-weight: 300;
}

.font400 {
  font-weight: 400;
}

.font500 {
  font-weight: 500;
}

.font600 {
  font-weight: 600;
}

.font700 {
  font-weight: 700;
}

.font800,
.bold {
  font-weight: 900;
}

.line0 {
  line-height: 0;
}

.line1 {
  line-height: 1;
}

.line11 {
  line-height: 1.1;
}

.line12 {
  line-height: 1.2;
}
.line12 p {
  line-height: 1.2;
}

.line13 {
  line-height: 1.3;
}
.line13 p {
  line-height: 1.3;
}

.line14 {
  line-height: 1.4;
}
.line14 p {
  line-height: 1.4;
}

.line15 {
  line-height: 1.5;
}

.line18 {
  line-height: 1.8;
}
@media (max-width: 992px) {
  .line18 {
    line-height: 1.6;
  }
}
.line18 p {
  line-height: 1.8;
}
@media (max-width: 992px) {
  .line18 p {
    line-height: 1.6;
  }
}

.line20 {
  line-height: 2;
}

.line23 {
  line-height: 2.3;
}
@media (max-width: 992px) {
  .line23 {
    line-height: 1.6;
  }
}
.line23 p {
  line-height: 2.3;
}
@media (max-width: 992px) {
  .line23 p {
    line-height: 1.6;
  }
}

.line25 {
  line-height: 2.5;
}
@media (max-width: 992px) {
  .line25 {
    line-height: 1.6;
  }
}
.line25 p {
  line-height: 2.5;
}
@media (max-width: 992px) {
  .line25 p {
    line-height: 1.6;
  }
}

.beauty_list ol li, .beauty_list ul li {
  list-style-type: circle;
  margin-left: 20px;
  margin-bottom: 5px;
}
.beauty_list ol li::nth-last-child(1), .beauty_list ul li::nth-last-child(1) {
  margin-bottom: 0px;
}

.no-wrap {
  white-space: nowrap;
}

.paragraph-normal p {
  margin-bottom: 15px;
}

.paragraph-0 p {
  margin: 0;
}

.paragraph-t-0 p {
  margin-top: 0;
}

.paragraph-first-0 p:nth-child(1) {
  margin-top: 0;
}

.paragraph-last-0 p:nth-last-child(1) {
  margin-bottom: 0;
}

.w100 {
  width: 100%;
}

.wm100 {
  max-width: 100%;
}

.h100 {
  height: 100%;
}

.hv100 {
  height: 100vh;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute;
}

.position-sticky {
  position: sticky;
}

h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}
h2.section_title {
  font-size: 4.6rem;
  font-weight: 500;
}
@media (max-width: 1199px) {
  h2.section_title {
    font-size: 3.5rem;
  }
}
@media (max-width: 992px) {
  h2.section_title {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  h2.section_title {
    font-size: 2rem;
  }
}
h2.section_title.smaller {
  font-size: 3rem;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  h2.section_title.smaller {
    font-size: 2.5rem;
  }
}
@media (max-width: 992px) {
  h2.section_title.smaller {
    font-size: 2.2rem;
  }
}
@media (max-width: 576px) {
  h2.section_title.smaller {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  h3 {
    font-size: 1.2rem;
  }
}

.text-center {
  text-align: center;
}
@media (max-width: 992px) {
  .text-center {
    text-align: left;
  }
}

header {
  width: 100%;
  position: absolute;
  z-index: 9;
  padding: 40px 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  header {
    padding: 20px 0;
  }
}
header .logo img {
  width: 150px;
}
header .logo img.dark {
  display: none;
}
header ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1300px) {
  header ul {
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  header ul {
    gap: 30px;
  }
}
header ul li {
  position: relative;
}
header ul li a {
  color: #fff;
  position: relative;
  font-weight: 700;
  padding: 20px 0;
  display: block;
}
@media (max-width: 992px) {
  header ul li a {
    padding: 10px 0;
  }
}
header ul li a img {
  max-width: 100px;
}
header ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.1s ease-in-out;
}
header ul li:hover a, header ul li.active a {
  color: #FFEA07;
}
header ul li ul {
  display: none;
}
header ul li:hover ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  border-radius: 0 0 15px 15px;
}
header ul li:hover ul li a {
  font-size: 0.9rem;
  color: #000000;
  white-space: nowrap;
  font-weight: 400;
  padding: 0;
}
header ul li:hover ul li a::after {
  content: ">";
  margin-left: 5px;
}
header ul li:hover ul li.active a {
  font-weight: 700;
}
header ul li:hover ul li:hover a {
  color: #2A8B9D;
}
header.scrolled {
  transform: translateY(-100%);
}
header.scrolled .logo {
  display: block;
}
header.sticky {
  background-color: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(7px);
  position: fixed;
  transform: translateY(0);
  padding: 5px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
}
header.sticky .logo {
  display: block;
}
@media (max-width: 768px) {
  header.sticky {
    padding: 10px 0;
  }
}
header.sticky ul li a {
  color: #3BB9C5;
}
header.sticky ul li a::before {
  background-color: #3BB9C5;
}
header.sticky ul li ul {
  background-color: rgba(255, 255, 255, 0.9);
}
header.sticky .logo img.dark {
  display: block;
}
header.sticky .logo img.light {
  display: none;
}
@media (max-width: 992px) {
  header.sticky .trigger_menu span {
    background-color: #3BB9C5;
  }
}
@media (max-width: 992px) {
  header #menu-main-menu {
    display: none;
    gap: 15px;
    padding: 15px 0;
  }
}
header .trigger_menu {
  width: 50px;
  height: 24px;
  position: relative;
  margin-left: auto;
  cursor: pointer;
  transition: all 0.3s;
}
header .trigger_menu span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  transition: all 0.3s;
}
header .trigger_menu span:nth-child(1) {
  top: 0;
}
header .trigger_menu span:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: translateX(2px);
}
header .trigger_menu span:nth-child(3) {
  top: 20px;
}
header.open {
  background-color: #3BB9C5;
  box-shadow: 0 0 30px -15px #000000;
}
header.open .mobile_menu {
  display: block;
}
header.open .logo {
  display: block;
}
@media (max-width: 992px) {
  header.open #menu-main-menu {
    display: flex;
    flex-direction: column;
  }
}
header.open .logo img.dark {
  display: none;
}
header.open .logo img.light {
  display: block;
}
header.open ul li a {
  color: #FFFFFF;
}
header.open ul li a::before {
  background-color: #FFFFFF;
}
header.open .trigger_menu {
  transform: translateY(-10px);
}
header.open .trigger_menu span {
  background-color: #FFFFFF;
}
header.open .trigger_menu span:nth-child(1) {
  transform: rotate(45deg);
  top: 20px;
}
header.open .trigger_menu span:nth-child(2) {
  top: 20px;
  opacity: 0;
  transform: translateX(-230px);
}
header.open .trigger_menu span:nth-child(3) {
  transform: rotate(-45deg);
  top: 20px;
}
header .mobile_menu {
  width: 100%;
  display: none;
}
header .mobile_menu .first_level {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #FFEA07;
  min-height: 40px;
  padding: 2px 0;
}
header .mobile_menu .first_level a {
  display: block;
  font-weight: bold;
}
header .mobile_menu .first_level .second_level {
  display: none;
  width: 100%;
  background-color: #FFEA07;
  padding: 10px;
}
header .mobile_menu .first_level .second_level .first_level {
  width: 50%;
}
header .mobile_menu .first_level .second_level .first_level a {
  font-size: 0.9rem;
  display: block;
  position: relative;
  border: 1px solid #000;
  width: 90%;
  padding: 10px;
}
header .mobile_menu .first_level.active .second_level {
  display: flex;
  flex-wrap: wrap;
}
header .mobile_menu .first_level.has_children.active .open_mobile {
  transform: rotate(90deg);
}
header .mobile_menu .first_level.has_children .open_mobile {
  width: 30px;
  height: 30px;
  background-color: #FFEA07;
  display: block;
  margin-left: auto;
  position: relative;
}
header .mobile_menu .first_level.has_children .open_mobile::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #3BB9C5;
  transform: translate(-50%, -50%);
}

.btn-first {
  padding: 15px 30px;
  background-color: #FFEA07;
  color: #000000;
  transition: all 0.3s ease-in-out;
  border-radius: 3rem;
  position: relative;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
@media (max-width: 992px) {
  .btn-first {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}
.btn-first:hover {
  background-color: #2A8B9D;
  color: #FFFFFF;
}
.btn-first::after {
  content: ">";
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  font-size: 1.2rem;
  transform: translateY(3px);
  position: relative;
  display: inline-block;
}
.btn-first::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: scale(0);
  width: 20px;
  height: 20px;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.9) 0%, rgba(173, 216, 230, 0.4) 60%, rgba(173, 216, 230, 0) 100%);
  border-radius: 100%;
  border: 1px solid #FFFFFF;
  opacity: 1;
  transition: all 1s ease-in-out;
  z-index: 3;
}
.btn-first:hover::before {
  transform: scale(1);
  opacity: 0;
  top: -50%;
}
.btn-first.blue {
  background-color: #3BB9C5;
  color: #FFFFFF;
}
.btn-first.blue:hover {
  background-color: #2A8B9D;
}
.btn-first.blue::after {
  color: #FFFFFF;
}
.btn-first.grey {
  background-color: #C4C4C4;
  color: #FFFFFF;
}
.btn-first.grey:hover {
  background-color: #05202D;
}
.btn-first.grey::after {
  color: #FFFFFF;
}
.btn-first.black {
  background-color: #05202D;
  color: #FFFFFF;
}
.btn-first.black:hover {
  background-color: #3BB9C5;
}
.btn-first.black::after {
  color: #FFFFFF;
}
.btn-first.simple::after {
  content: "";
}

.block_buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.block_buttons.column {
  flex-direction: column;
}

.babel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: scale(0);
  width: 20px;
  height: 20px;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.9) 0%, rgba(173, 216, 230, 0.4) 60%, rgba(173, 216, 230, 0) 100%);
  border-radius: 100%;
  border: 1px solid #FFFFFF;
  opacity: 1;
  transition: all 2s ease-in-out;
  z-index: 3;
}
.babel.active {
  transform: scale(1);
  opacity: 0;
  top: -30px !important;
}

.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.owl-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 10px;
  background-color: #C4C4C4;
  border-radius: 10px;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
}
.owl-carousel .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  transition: all 0.5s ease-in-out;
}
.owl-carousel .owl-dots .owl-dot.active:before {
  background-color: #3BB9C5;
  width: 100%;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  z-index: 2;
  color: #05202D;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
  position: absolute;
  background-color: #FFEA07;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #3BB9C5;
  color: #FFFFFF;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 30px;
}
.owl-carousel .owl-nav button.owl-next {
  right: 30px;
}

.icon_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  gap: 30px;
}
.icon_container .single_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 600px) {
  .icon_container .single_icon {
    gap: 30px;
  }
}
.icon_container .single_icon .single_icon_image img {
  width: 85px;
}
.icon_container .single_icon .single_icon_text {
  flex: 1;
}
.icon_container .single_icon .single_icon_text p:first-child {
  margin-top: 0;
}
.icon_container .single_icon .single_icon_text p:last-child {
  margin-bottom: 0;
}

.popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6784313725);
  z-index: 9;
  backdrop-filter: blur(0px);
  transition: all 0.5s ease-in-out;
}
.popup.blurred {
  backdrop-filter: blur(10px);
}
.popup.blurred .popup_content {
  opacity: 1;
  top: 50%;
}
.popup .popup_content {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 80%;
  max-width: 900px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  max-height: 90vh;
}
.popup .popup_content.width_auto {
  width: auto;
}
.popup .popup_content img {
  max-height: 80vh;
}
.popup.active {
  display: block;
}
.popup .close_popup {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 51px;
  background-color: #FFEA07;
  border-radius: 100%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  font-family: cursive;
  box-shadow: 0 0 0px 10px #ffffff;
}
.popup .close_popup:hover {
  background-color: #3BB9C5;
  color: #FFFFFF;
}

.beauty_ul ul {
  padding-left: 20px;
  list-style-type: square;
}

.beauty_ul_icon ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.beauty_ul_icon ul li {
  padding: 15px 0;
  padding-left: 60px;
  background-image: url(img/check_icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 34px;
  margin-bottom: 10px;
}
.beauty_ul_icon ul li p {
  margin: 0;
}
.beauty_ul_icon ul li:last-child {
  margin-bottom: 0;
}

.responsive_table {
  width: 100%;
  overflow-x: auto;
}
.responsive_table table td {
  min-width: 120px;
}
@media (max-width: 992px) {
  .responsive_table table .location_name {
    position: absolute;
  }
}

.beauty_text h3 {
  font-size: 2rem;
}
.beauty_text ul {
  max-width: 90%;
}

.simple_title_section .breadcrumbs_container svg {
  filter: invert(1);
}
.simple_title_section h1 {
  font-size: 4rem;
}
@media (max-width: 992px) {
  .simple_title_section h1 {
    font-size: 2.5rem;
  }
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .pagination .nav-links {
    gap: 10px;
  }
}
.pagination .nav-links a, .pagination .nav-links span {
  padding: 10px 20px;
  background-color: #FFEA07;
  color: #3BB9C5;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .pagination .nav-links a, .pagination .nav-links span {
    padding: 5px 10px;
  }
}
.pagination .nav-links a:hover, .pagination .nav-links span:hover {
  background-color: #3BB9C5;
  color: #FFFFFF;
}
.pagination .nav-links a.current, .pagination .nav-links span.current {
  background-color: #3BB9C5;
  color: #FFFFFF;
  pointer-events: none;
}

.clickable {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.shadow_on_hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 0px -30px #3BB9C5;
}
.shadow_on_hover:hover {
  box-shadow: 0 0 60px -30px;
}

.transform_from_top_on_hover {
  transition: all 0.3s ease-in-out;
  transform: translateY(0px);
}
.transform_from_top_on_hover:hover {
  transform: translateY(-3px);
}

.ripple {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0.2) 57%, rgba(255, 255, 255, 0) 68%);
  transform: translate(-50%, -50%);
  animation: ripple-animation 6s ease-out forwards;
  pointer-events: none;
  opacity: 0.4;
}

@keyframes ripple-animation {
  to {
    width: 600px;
    height: 600px;
    opacity: 0;
  }
}
.inputs input[type=text],
.inputs input[type=number],
.inputs input[type=email],
.inputs input[type=tel],
.inputs input[type=password],
.inputs input[type=search],
.inputs input[type=url],
.inputs input[type=date],
.inputs input[type=time],
.inputs select,
.inputs textarea {
  width: 100%;
  border: 0px;
  border: 1px solid #3BB9C5;
  padding: 15px 20px;
  font-family: "Instrument Sans", sans-serif;
  max-height: 150px;
  margin-bottom: 15px;
  font-size: 1rem;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .inputs input[type=text],
  .inputs input[type=number],
  .inputs input[type=email],
  .inputs input[type=tel],
  .inputs input[type=password],
  .inputs input[type=search],
  .inputs input[type=url],
  .inputs input[type=date],
  .inputs input[type=time],
  .inputs select,
  .inputs textarea {
    padding: 15px;
    font-size: 1rem;
  }
}
.inputs input[type=text]::placeholder,
.inputs input[type=number]::placeholder,
.inputs input[type=email]::placeholder,
.inputs input[type=tel]::placeholder,
.inputs input[type=password]::placeholder,
.inputs input[type=search]::placeholder,
.inputs input[type=url]::placeholder,
.inputs input[type=date]::placeholder,
.inputs input[type=time]::placeholder,
.inputs select::placeholder,
.inputs textarea::placeholder {
  color: #797979;
  font-size: 1.2rem;
}
.inputs input[type=text]:focus,
.inputs input[type=number]:focus,
.inputs input[type=email]:focus,
.inputs input[type=tel]:focus,
.inputs input[type=password]:focus,
.inputs input[type=search]:focus,
.inputs input[type=url]:focus,
.inputs input[type=date]:focus,
.inputs input[type=time]:focus,
.inputs select:focus,
.inputs textarea:focus {
  outline: none;
  border-bottom: 1px solid #3BB9C5;
}
.inputs label {
  margin-bottom: 15px;
}
.inputs .label_text {
  display: block;
  margin-bottom: 15px;
}
.inputs button {
  border: 0px;
  cursor: pointer;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  margin-top: 20px;
  margin-left: auto;
  border-radius: 25px;
  display: table;
  padding: 15px 40px;
  font-size: 1rem;
}
.inputs button:hover {
  background-color: #3BB9C5;
  color: #FFFFFF;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-checkbox input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
  border: 1px solid #3BB9C5;
}

.tip {
  position: absolute;
  z-index: 2;
  background-color: #3ba948;
  opacity: 1;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100%;
  font-size: 12px;
  font-weight: bold;
  line-height: 23px;
  transform: translate(-10px, -10px);
  color: #fff;
  display: none;
}

.tipbox {
  display: none;
}

.tipon .tip,
.tipon .tipbox {
  display: block;
}

.tipon .tipbox {
  background-color: #3ba948;
  color: #fff;
  font-size: 0.7rem;
  padding: 10px;
  z-index: 1;
}

.show_tips {
  position: fixed;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  background: #FFD600;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
  z-index: 999999;
}

#wpadminbar {
  top: unset;
  bottom: 0;
  opacity: 0;
}

#wpadminbar:hover {
  opacity: 1;
}

@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.single_block {
  border: 10px solid #F6FBFE;
  padding: 30px;
  margin-bottom: 50px;
}
/*# sourceMappingURL=style.css.map */
