@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
  margin: 0 auto;
  max-width: 1920px;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  color: #4F5F43;
}

.container {
  padding: 0 50px;
  max-width: 1510px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.container.small {
  max-width: 1030px;
}
@media (max-width: 1100px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 778px) {
  .container {
    padding: 0 20px;
  }
}

section {
  z-index: 1;
}

.circle {
  background-color: #84E3B1;
  width: 20px;
  height: 20px;
  margin-left: 12px;
  border-radius: 50%;
}
.circle.close {
  background-color: #ED1C24;
}

.rm-bottom-m {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.rm-top-m {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#sections1 {
  display: none;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  pointer-events: none;
  z-index: 1;
}

.svg-curve-top-section {
  position: absolute;
  top: -75px;
  left: 0;
  width: 100%;
  height: 75px; /* wysokość wcięcia */
  z-index: 100;
}

h1 {
  font-size: 64px;
  font-weight: 900;
  color: #043466;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 58px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 52px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 900;
  color: #043466;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 32px;
  font-weight: 900;
  color: #043466;
}
@media (max-width: 1200px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 700;
  color: #043466;
}
@media (max-width: 600px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 24px;
  font-weight: 700;
  color: #043466;
}
@media (max-width: 1200px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  font-weight: 700;
  color: #043466;
}
@media (max-width: 600px) {
  h6 {
    font-size: 16px;
  }
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

p {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 600px) {
  p {
    font-size: 14px;
    line-height: 18px;
  }
}

span {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 600px) {
  span {
    font-size: 16px;
  }
}

small {
  font-size: 14px;
}
@media (max-width: 600px) {
  small {
    font-size: 12px;
  }
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 35px 0;
}
footer ul li {
  display: block;
  position: relative;
  margin: 4px;
}
@media (max-width: 1300px) {
  footer ul li {
    margin: 3px;
  }
}
footer ul li a {
  display: block;
  position: relative;
  font-size: 14px;
  color: #14713F;
  text-decoration: none;
  transition: 0.3s;
  padding-left: 17px;
  line-height: 1;
}
footer ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background-color: #84E3B1;
  border-radius: 50%;
}
footer ul li a:hover {
  color: #84E3B1;
}

footer .overlay img, footer .overlay svg {
  max-height: 78px;
  min-height: 78px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  footer .overlay img, footer .overlay svg {
    max-height: 60px;
    min-height: 60px;
  }
}
footer .container {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  footer .container {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1024px) {
  footer .container {
    flex-direction: column;
    padding-bottom: 50px;
  }
}
footer .container .col {
  margin-right: 10px;
}
@media (max-widtH: 1024px) {
  footer .container .col {
    margin-right: 0;
    margin-bottom: 20px;
  }
  footer .container .col:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
}
footer .container .col:last-of-type {
  margin-right: 0;
}
footer .container .title-wrapper {
  text-align: left;
}
footer .container .title-wrapper h4 {
  font-size: 18px;
}
footer .container .logos {
  display: flex;
  flex-direction: column;
}
footer .container .logos .logos-wrapper {
  display: flex;
  margin-top: 40px;
}
@media (max-width: 850px) {
  footer .container .logos .logos-wrapper {
    margin-top: 20px;
    justify-content: center;
  }
}
footer .container .logos .logos-wrapper .logo {
  margin: 0 12.5px;
}
footer .container .logos .logos-wrapper .logo:first-of-type {
  margin-left: 0;
}
footer .container .logos .logos-wrapper .logo:last-of-type {
  margin-right: 0;
}
footer .container .logos .logos-wrapper .logo img {
  max-width: 83px;
}
footer .container .contact-info {
  display: flex;
  flex-direction: column;
}
footer .container .contact-info .editor-wrapper {
  margin-top: 15px;
}
footer .container .contact-info .editor-wrapper p {
  font-size: 14px;
}
footer .container .contact-info .editor-wrapper * {
  color: #4F5F43;
}
footer .container .menu ul:first-of-type {
  margin-top: 0;
}
footer .container .menu ul:last-of-type {
  margin-bottom: 0;
}
footer .container .menu ul li a {
  color: #4F5F43;
}
footer .container .socials {
  display: flex;
  flex-direction: column;
  margin: 0;
}
footer .container .socials h4 {
  color: #043466;
}
footer .container .socials .socials-wrapper {
  display: flex;
  margin-top: 10px;
}
footer .container .socials .socials-wrapper .social-item {
  margin: 0 5px;
  height: max-content;
}
footer .container .socials .socials-wrapper .social-item:hover svg {
  transform: scale(1.1);
}
footer .container .socials .socials-wrapper .social-item:first-of-type {
  margin-left: 0;
}
footer .container .socials .socials-wrapper .social-item:last-of-type {
  margin-right: 0;
}
footer .container .socials .socials-wrapper .social-item svg {
  transition: 0.3s;
}
footer .container .socials .socials-wrapper .social-item svg path {
  fill: #14713F;
}
footer .container .smile {
  margin-top: 15px;
}
footer .container .smile svg {
  animation: smileFooter 3s infinite;
}

@keyframes smileFooter {
  0% {
    transform: rotate(0);
  }
  33% {
    transform: rotate(5deg);
  }
  66% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0);
  }
}
header {
  padding: 0 37px;
  position: absolute;
  position: relative;
  width: 100%;
  z-index: 11;
  height: 85px;
  background-color: #ffffff;
}
@media (max-width: 1300px) {
  header {
    padding: 10px 30px;
  }
}
@media (max-width: 900px) {
  header {
    padding: 5px 20px;
  }
}
header .navigation {
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
@media (max-width: 850px) {
  header .navigation {
    align-items: center;
  }
}
header .navigation .logo {
  z-index: 30;
  position: relative;
  margin-top: 15px;
}
@media (max-width: 850px) {
  header .navigation .logo {
    margin-top: 5px;
  }
}
@media (max-width: 1600px) {
  header .navigation .logo img {
    width: 90px;
    height: 85px;
  }
}
@media (max-width: 1300px) {
  header .navigation .logo img {
    width: 70px;
    height: 65px;
  }
}
header .navigation .menu-overlay-mobile {
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 851px) {
  header .navigation .menu-overlay-mobile {
    display: none;
  }
}
header .navigation .menu {
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 10;
  height: max-content;
}
@media (max-width: 850px) {
  header .navigation .menu {
    position: absolute;
    left: 0;
    top: 100%;
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    height: auto;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    margin: 0;
    transition: 0.3s;
    transform: translateY(-200vh);
    max-height: calc(100vh - 101px);
    overflow-y: auto;
  }
}
header .navigation .menu nav ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1050px) {
  header .navigation .menu nav ul {
    max-width: 400px;
    flex-wrap: wrap;
  }
}
@media (max-width: 950px) {
  header .navigation .menu nav ul {
    max-width: 350px;
    flex-wrap: wrap;
  }
}
@media (max-width: 850px) {
  header .navigation .menu nav ul {
    flex-direction: column;
  }
}
header .navigation .menu nav ul li {
  display: block;
  position: relative;
  margin: 0 15px;
}
@media (max-width: 1300px) {
  header .navigation .menu nav ul li {
    margin: 0 10px;
  }
}
header .navigation .menu nav ul li a {
  display: block;
  position: relative;
  font-size: 14px;
  color: #14713F;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  font-weight: 600;
  padding-left: 10px;
}
@media (max-width: 1160px) {
  header .navigation .menu nav ul li a {
    font-size: 12px;
    padding-left: 0;
  }
  header .navigation .menu nav ul li a:before {
    display: none;
  }
}
@media (max-width: 850px) {
  header .navigation .menu nav ul li a {
    padding-left: 0;
    padding: 8px;
    text-align: center;
    visibility: hidden;
    transition: none;
  }
  header .navigation .menu nav ul li a:before {
    display: none;
  }
}
header .navigation .menu nav ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background-color: #84E3B1;
  border-radius: 50%;
}
header .navigation .menu nav ul li a:hover {
  color: #84E3B1;
}
header .navigation .menu .action {
  display: flex;
  margin-left: 104px;
  z-index: 10;
}
@media (max-width: 1350px) {
  header .navigation .menu .action {
    margin-left: 50px;
  }
}
@media (max-width: 1200px) {
  header .navigation .menu .action {
    margin-left: 20px;
  }
}
@media (max-width: 850px) {
  header .navigation .menu .action {
    margin-left: 0;
    margin-top: 10px;
  }
}
header .navigation .menu .action .search {
  z-index: 0;
}
header .navigation .menu .action .search input {
  max-width: 190px;
  z-index: 0;
}
@media (max-width: 850px) {
  header .navigation .menu .action .search input {
    opacity: 0;
    visibility: hidden;
  }
}
header .navigation .menu .action .search .svg {
  background-color: transparent;
  border: none;
}
header .navigation .lang-switcher {
  display: flex;
  z-index: 100;
  height: max-content;
}
header .navigation .lang-switcher .lang {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 30px;
  height: 30px;
}
header .navigation .lang-switcher .lang.active {
  border-radius: 50%;
  background-color: #043466;
}
header .navigation .lang-switcher .lang.active p {
  color: #ffffff;
}
header .navigation .lang-switcher .lang p {
  margin: 0;
  padding: 4.5px 4px;
  cursor: pointer;
  z-index: 100;
}
header .navigation .lang-switcher span, header .navigation .lang-switcher p {
  font-size: 12px;
  font-weight: 600;
  color: #14713F;
}
header .navigation .lang-switcher span {
  margin: 0 10px;
}
@media (max-width: 1024px) {
  header .navigation .lang-switcher span {
    margin: 0 5px;
  }
}
header .navigation .menu, header .navigation .lang-switcher {
  padding: 40px 0 10px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1050px) {
  header .navigation .menu, header .navigation .lang-switcher {
    padding: 20px 0;
  }
}
header .navigation .mobile-hamburger {
  display: flex;
  align-items: center;
  z-index: 11;
}
@media (min-width: 851px) {
  header .navigation .mobile-hamburger {
    display: none;
  }
}
header .navigation .mobile-hamburger .hamburger-wrap {
  position: relative;
  z-index: 10;
  transition: 0.3s ease-in-out all;
}
header .navigation .mobile-hamburger .hamburger-wrap .hamburger .line {
  width: 40px;
  height: 2px;
  background-color: #14713F;
  display: block;
  margin: 11px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .navigation .mobile-hamburger .hamburger-wrap .hamburger:hover {
  cursor: pointer;
}
header .navigation .mobile-hamburger .hamburger-wrap .hamburger {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .navigation .mobile-hamburger .hamburger-wrap .hamburger.is-active {
  animation: smallbig 0.6s forwards;
}
@keyframes smallbig {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
header .navigation .mobile-hamburger .hamburger-wrap .hamburger.is-active .line:nth-child(1),
header .navigation .mobile-hamburger .hamburger-wrap .hamburger.is-active .line:nth-child(2),
header .navigation .mobile-hamburger .hamburger-wrap .hamburger.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
header .navigation .mobile-hamburger .hamburger-wrap .hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
header .navigation .mobile-hamburger .hamburger-wrap .hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
header .navigation .mobile-hamburger .hamburger-wrap .hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
@media (max-width: 850px) {
  header.active .navigation .menu {
    transform: translateY(0);
  }
  header.active .navigation .menu nav ul li a {
    visibility: visible;
  }
  header.active .navigation .menu .action .search input {
    opacity: 1;
    visibility: visible;
  }
}
header .overlay {
  position: absolute;
  bottom: -85px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.3s;
  height: 85px;
  max-width: 1920px;
}
header .overlay img, header .overlay svg {
  height: auto;
  max-width: 100%;
  width: 100%;
  object-fit: contain;
}

.title-wrapper {
  text-align: center;
}
.title-wrapper h1, .title-wrapper h2, .title-wrapper h3, .title-wrapper h4, .title-wrapper h5, .title-wrapper h6 {
  text-transform: uppercase;
  color: #043466;
}
.title-wrapper p {
  margin-top: 30px;
}

.editor-wrapper * {
  margin-top: 20px !important;
}
@media (max-width: 1024px) {
  .editor-wrapper * {
    margin-top: 15px !important;
  }
}
@media (max-width: 700px) {
  .editor-wrapper * {
    margin-top: 10px !important;
  }
}
.editor-wrapper *:first-child {
  margin-top: 0 !important;
}
.editor-wrapper img {
  border-radius: 10px;
  max-width: 100%;
  object-fit: contain;
}
.editor-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.editor-wrapper ul li {
  display: block;
  position: relative;
  font-size: 16px;
  color: #4F5F43;
  text-decoration: none;
  transition: 0.3s;
  padding-left: 25px;
  line-height: 22px;
  margin: 10px 0 !important;
}
.editor-wrapper ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: #14713F;
  border-radius: 50%;
}
.editor-wrapper ol {
  position: relative;
  counter-reset: my-counter;
  padding-left: 0;
  padding: 0;
  margin: 0;
}
.editor-wrapper ol li {
  counter-increment: my-counter;
  position: relative;
  color: #4F5F43;
  margin: 10px 0 !important;
}
.editor-wrapper ol li:first-of-type {
  margin-top: 0;
}
.editor-wrapper ol li:before {
  content: counter(my-counter) ".";
  color: #14713F;
  padding-right: 7px;
  font-weight: 700;
}
.editor-wrapper ol li::marker {
  content: none;
}
.editor-wrapper p > a, .editor-wrapper a {
  color: #043466;
}
.editor-wrapper iframe {
  max-width: 100%;
  width: 100%;
  height: 525px;
}
@media (max-width: 800px) {
  .editor-wrapper iframe {
    height: 300px;
  }
}

.input-wrapper {
  display: flex;
}
.input-wrapper.full {
  flex-direction: column;
}
.input-wrapper.full label {
  margin-bottom: 10px;
  color: #14713F;
  font-weight: 700;
}
.input-wrapper.full input {
  border: 1px solid rgba(79, 95, 67, 0.5);
  border-radius: 69px;
  padding: 8px 30px;
  font-weight: 400;
  color: #4F5F43;
}
.input-wrapper.error input {
  border-color: #ED1C24 !important;
}
.input-wrapper input {
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  color: #14713F;
  border-bottom: 1px solid #14713F;
  font-family: "Montserrat", sans-serif;
}
.input-wrapper input::placeholder {
  font-size: 14px;
  color: #4F5F43;
}
.input-wrapper input[type=number] {
  padding-right: 12px;
}
.input-wrapper input[type=date] {
  padding: 7px 12px 7px 30px;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}
.input-wrapper input[type=date]::-webkit-calendar-picker-indicator {
  display: block;
  background: url("/wp-content/themes/swieradow/assets/images/calendar.svg") no-repeat;
  width: 18px;
  height: 16px;
  background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: cover;
  cursor: pointer;
}
.input-wrapper .svg {
  cursor: pointer;
}

.btn-wrapper button {
  width: max-content;
  height: max-content;
  background-color: transparent;
  border-radius: 69px;
  border: none;
}
.btn-wrapper .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  text-decoration: none;
  text-transform: uppercase;
  color: #14713F;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 14px 65px;
  border: 1px solid #14713F;
  border-radius: 69px;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  max-width: 100%;
}
.btn-wrapper .btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.btn-wrapper .btn.animation-off:hover {
  transform: none;
  box-shadow: none;
}
@media (max-width: 600px) {
  .btn-wrapper .btn {
    padding: 10px 30px;
  }
}
.btn-wrapper .btn.without-border {
  padding: 14px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.btn-wrapper .btn.reverse svg {
  margin-left: 0;
  margin-right: 12px;
}
.btn-wrapper .btn.green {
  background-color: #14713F;
  color: #ffffff;
  border-color: transparent;
}
.btn-wrapper .btn.green svg path {
  fill: #ffffff;
}
.btn-wrapper .btn svg {
  margin-left: 12px;
  animation: arrow 1s linear infinite;
  width: 19px;
  height: 17px;
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.btn-wrapper .btn svg path {
  fill: #043466;
}

.winter .btn-wrapper .btn.green {
  background-color: #005683;
}

.popup-point-pin {
  position: absolute;
  bottom: 63px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  padding: 5px 5px 15px 5px;
  background-color: #ffffff;
  border-radius: 10px;
  display: none;
  transition: 0.3s;
  height: max-content;
  z-index: 100;
}
@media (max-width: 1024px) {
  .popup-point-pin {
    width: 295px;
    border: 2px solid #14713F;
  }
}
.popup-point-pin:after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 22px;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .popup-point-pin:after {
    display: none;
  }
}
.popup-point-pin .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.popup-point-pin .wrapper .image {
  width: 100%;
  height: auto;
  position: relative;
}
@media (max-width: 1024px) {
  .popup-point-pin .wrapper .image {
    height: 104px;
  }
}
.popup-point-pin .wrapper .image img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
}
.popup-point-pin .wrapper .image .close-popup-point-pin {
  position: absolute;
  top: 10px;
  right: 9px;
  width: 19px;
  height: 19px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.popup-point-pin .wrapper .title {
  font-weight: 700;
  margin-top: 10px;
}
.popup-point-pin .wrapper p {
  font-size: 14px;
  text-align: center;
  color: #4F5F43;
}

.post {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  color: #14713F;
}
.post:hover .preview-img img {
  transform: scale(1.1);
}
@media (max-width: 1250px) {
  .post {
    max-width: calc(33.3% - 30px);
  }
}
@media (max-width: 768px) {
  .post {
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 480px) {
  .post {
    max-width: 330px;
    margin: 0;
    margin-bottom: 20px;
  }
}
.post .top-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
.post .top-info .date {
  margin: 0 auto;
}
.post .top-info p {
  margin: 0;
  color: #043466;
}
.post .preview-img {
  display: flex;
  justify-content: center;
  height: 186px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 650px) {
  .post .preview-img {
    height: 160px;
  }
}
@media (max-width: 550px) {
  .post .preview-img {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .post .preview-img {
    height: 186px;
  }
}
.post .preview-img img {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.post .title {
  padding: 15px 0;
  border-bottom: 1px solid rgba(79, 95, 67, 0.5);
  text-align: center;
  min-height: 83px;
  width: 100%;
}
.post .title h3 {
  margin: 0;
  font-size: 18px;
}
.post .desc {
  margin: 15px 0 0 0;
  text-align: center;
  min-height: 57px;
}
.post .desc p {
  font-size: 16px;
  margin: 0;
  color: #4F5F43;
}
.post .btn-wrapper .btn {
  margin-top: 15px;
}
.post .btn-wrapper .btn.without-border {
  padding-top: 0;
}

.modal-content .row > .column {
  padding: 0 8px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  /* Modal Content */
}
.modal .modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 90vw;
}
.modal .modal-content .preview-images {
  display: flex;
  flex-wrap: wrap;
}
.modal .modal-content .preview-images .column {
  width: calc(25% - 10px);
  margin: 5px;
  border-radius: 10px;
}
.modal .modal-content .preview-images .column img {
  display: block;
  max-width: 100%;
  width: 100%;
  max-height: 240px;
  height: 100%;
  border-radius: 10px;
}

/* The Close Button */
.modal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.modal .close:hover,
.modal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  text-align: center;
}
.mySlides img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.modal-content .prev,
.modal-content .next {
  cursor: pointer;
  position: absolute;
  top: 100px;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  z-index: 100;
  background-color: black;
}

/* Position the "next button" to the right */
.modal-content .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.modal-content .prev:hover,
.modal-content .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.modal-content .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  z-index: 100;
  background-color: black;
}

.modal-content .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.modal-content .demo {
  opacity: 0.6;
  transition: 0.3s;
}

.modal-content .active,
.modal-content .demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.select-wrapper {
  position: relative;
}
.select-wrapper select {
  min-height: 40px;
  padding: 5px 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-radius: 1dvh;
}

.select-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.select-wrapper label {
  margin-bottom: 10px;
  color: #14713F;
  font-weight: 700;
}
.select-wrapper.error .select-custom-wrapper {
  border-color: #ED1C24 !important;
}

.select-custom-wrapper {
  display: flex;
  border: 1px solid rgba(79, 95, 67, 0.5);
  width: max-content;
  position: relative;
  width: 100%;
  cursor: pointer;
  border-radius: 69px;
  color: #14713F;
  padding: 7.5px 30px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.select-custom-wrapper.error input {
  border-color: #ED1C24 !important;
}
.select-custom-wrapper.active .choose .arrow {
  transform: rotate(-180deg);
}
.select-custom-wrapper ::-webkit-scrollbar {
  width: 5px !important;
}
.select-custom-wrapper ::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}
.select-custom-wrapper ::-webkit-scrollbar-thumb {
  background: #899692 !important;
}
.select-custom-wrapper ::-webkit-scrollbar-thumb:hover {
  background: #899692 !important;
}
.select-custom-wrapper.active {
  z-index: 2;
}
.select-custom-wrapper.active .choose .options {
  display: flex;
}
.select-custom-wrapper .choose {
  display: block;
  text-decoration: none;
  color: #4F5F43;
  font-style: normal;
  z-index: 1;
  transition: 0.3s;
  transition-delay: 0.2s;
  z-index: -1;
  font-family: "Montserrat", sans-serif;
}
.select-custom-wrapper .choose span {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #4F5F43;
  z-index: 10;
}
.select-custom-wrapper .choose .arrow {
  position: absolute;
  top: calc(50% - 10px);
  right: 12px;
  height: 20px;
  transition: 0.3s;
}
.select-custom-wrapper .choose .arrow svg {
  transition: 0.3s;
}
.select-custom-wrapper .choose .options {
  padding-top: 13px;
  position: absolute;
  top: calc(100% - 13px);
  left: -1px;
  display: flex;
  flex-direction: column;
  width: calc(100% + 2px);
  max-height: 200px;
  overflow-y: auto;
  display: none;
  background-color: #ffffff;
  border: 1px solid rgba(79, 95, 67, 0.5);
  border-top: none;
}
.select-custom-wrapper .choose .options span {
  border: 1px solid #FFFFFF;
  padding: 5px 30px;
}

.switcher-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #2296D3;
  border-radius: 69px;
  background-color: transparent;
}
.switcher-wrapper .toggleSwitch {
  display: inline-block;
  height: 18px;
  position: relative;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  border-radius: 69px;
  height: 50px;
  user-select: none;
}
.switcher-wrapper .toggleSwitch span span {
  display: none;
}
.switcher-wrapper .toggleSwitch label, .switcher-wrapper .toggleSwitch > span {
  line-height: 1.2;
  height: 40px;
  vertical-align: middle;
  max-width: 100%;
}
.switcher-wrapper .toggleSwitch input {
  position: absolute;
  opacity: 0;
  z-index: 5;
}
.switcher-wrapper .toggleSwitch input:focus ~ a, .switcher-wrapper .toggleSwitch input:focus + label {
  outline: none;
}
.switcher-wrapper .toggleSwitch label {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
}
.switcher-wrapper .toggleSwitch > span {
  position: absolute;
  left: 0;
  width: calc(100% - 6px);
  top: 5px;
  margin: 0;
  text-align: left;
  white-space: nowrap;
  margin: 0 3px;
  border-radius: 69px;
}
.switcher-wrapper .toggleSwitch > span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -2px;
  /* background-color: #fafafa;
  border: 1px solid #ccc; */
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.switcher-wrapper .toggleSwitch > span span {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  left: 0;
  z-index: 5;
  display: block;
  width: 50%;
  margin-left: 50px;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  width: auto;
  left: 0;
  top: -1px;
  opacity: 1;
  width: 40%;
  text-align: center;
  line-height: 1.2;
  text-wrap: wrap;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 1024px) {
  .switcher-wrapper .toggleSwitch > span span {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .switcher-wrapper .toggleSwitch > span span {
    font-size: 12px;
  }
}
.switcher-wrapper .toggleSwitch > span span:first-of-type {
  color: #043466;
  opacity: 1;
  left: 0;
  margin: 0;
  width: 50%;
}
.switcher-wrapper .toggleSwitch > span span:last-of-type {
  left: auto;
  right: 0;
  color: #4F5F43;
  margin: 0;
  width: 50%;
}
.switcher-wrapper .toggleSwitch a {
  position: absolute;
  right: 50%;
  z-index: 4;
  display: block;
  top: 5px;
  bottom: 5px;
  height: 40px;
  padding: 0;
  left: 5px;
  width: 50%;
  background-color: #84E3B1;
  border-radius: 69px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.switcher-wrapper .toggleSwitch input:checked ~ a {
  left: calc(50% - 5px);
}
.switcher-wrapper .toggleSwitch input:checked ~ span:before {
  /* border-color: #0097D1;
  box-shadow: inset 0 0 0 30px #0097D1; */
}
.switcher-wrapper .toggleSwitch input:checked ~ span span:first-of-type {
  left: 0;
  color: #4F5F43;
}
.switcher-wrapper .toggleSwitch input:checked ~ span span:last-of-type {
  /* opacity: 1;
  color: #fff;	 */
  color: #043466;
}

.winter .switcher-wrapper .toggleSwitch a {
  background-color: #c8e5e7;
}

.checkbox-wrapper.error label {
  color: #ED1C24 !important;
}
.checkbox-wrapper .checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox-wrapper .checkbox + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 1.6;
  padding-left: 33px;
  font-size: 12px;
  color: #4F5F43;
}
.checkbox-wrapper .checkbox + label a {
  color: #84E3B1;
}
.checkbox-wrapper .checkbox + label:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background: transparent;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 1px rgba(79, 95, 67, 0.5);
  border-radius: 50%;
  transition: 200ms ease-in-out all;
}
.checkbox-wrapper .checkbox + label:focus {
  outline: none;
}
.checkbox-wrapper .checkbox:checked + label:before {
  background: #14713F;
}

.popup-message {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 100vh;
  height: 100%;
  max-width: 100vw;
  width: 100%;
  z-index: 99999999999999;
  transition: 1s;
  transform: translate(-100%);
  background-color: rgba(0, 0, 0, 0.7);
  color: #000000;
  padding: 0;
}
.popup-message.active {
  transform: translate(0);
}
.popup-message .popup-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 40px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  max-width: 1000px;
  width: 100%;
  min-height: 250px;
  max-height: 90vh;
  border-radius: 20px;
  overflow-y: auto;
}
@media (max-width: 950px) {
  .popup-message .popup-wrapper {
    max-width: 100vw;
    min-height: auto;
    max-height: 80vh;
    overflow-x: hidden;
  }
}
.popup-message .popup-wrapper .close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.popup-message .popup-wrapper .close svg {
  width: 25px;
  height: 25px;
}
.popup-message .popup-wrapper .close svg polygon {
  fill: #14713F;
}
.popup-message .popup-wrapper .content {
  text-align: center;
  max-width: 100%;
  width: 100%;
}
.popup-message .popup-wrapper .content .editor-wrapper * {
  color: #14713F;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-wrapper p, .pagination-wrapper span, .pagination-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2.4px;
  color: #14713F;
  height: 36px;
  margin: 0 9.5px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .pagination-wrapper p, .pagination-wrapper span, .pagination-wrapper a {
    font-size: 18px;
  }
}
.pagination-wrapper p:hover, .pagination-wrapper span:hover, .pagination-wrapper a:hover {
  color: #84E3B1;
}
.pagination-wrapper p.active, .pagination-wrapper p.current, .pagination-wrapper span.active, .pagination-wrapper span.current, .pagination-wrapper a.active, .pagination-wrapper a.current {
  min-width: 36px;
  border: 2px solid #84E3B1;
  border-radius: 50%;
}
.pagination-wrapper p.dotted, .pagination-wrapper span.dotted, .pagination-wrapper a.dotted {
  cursor: default;
}
.pagination-wrapper p.dotted:hover, .pagination-wrapper span.dotted:hover, .pagination-wrapper a.dotted:hover {
  color: #14713F;
}
.pagination-wrapper p.current, .pagination-wrapper span.current, .pagination-wrapper a.current {
  color: #84E3B1;
}
.pagination-wrapper p.prev, .pagination-wrapper p.next, .pagination-wrapper span.prev, .pagination-wrapper span.next, .pagination-wrapper a.prev, .pagination-wrapper a.next {
  display: none;
}

.banner {
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: #ffffff;
}
.banner.small .wrapper .bg img, .banner.small .wrapper .bg video {
  height: 420px;
}
.banner .wrapper {
  position: relative;
}
.banner .wrapper .hearth {
  position: absolute;
  top: 225px;
  right: 340px;
  z-index: 12;
}
@media (max-width: 1880px) {
  .banner .wrapper .hearth {
    display: none;
  }
}
@media (max-width: 1800px) {
  .banner .wrapper .hearth {
    right: 250px;
  }
}
.banner .wrapper .bg {
  position: relative;
  z-index: 1;
  clip-path: ellipse(100% 50% at 50% 50%);
}
@media (max-width: 750px) {
  .banner .wrapper .bg {
    clip-path: none;
  }
}
.banner .wrapper .bg img, .banner .wrapper .bg video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 695px;
  position: relative;
  max-height: 100vh;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .banner .wrapper .bg img, .banner .wrapper .bg video {
    height: 500px;
  }
}
@media (max-width: 500px) {
  .banner .wrapper .bg img.desktop, .banner .wrapper .bg video.desktop {
    display: none;
  }
}
.banner .wrapper .bg img.mobile, .banner .wrapper .bg video.mobile {
  display: none;
}
@media (max-width: 500px) {
  .banner .wrapper .bg img.mobile, .banner .wrapper .bg video.mobile {
    display: block;
  }
}
.banner .wrapper .editor-wrapper {
  position: absolute;
  bottom: 160px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
  padding: 0 50px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 1100px) {
  .banner .wrapper .editor-wrapper {
    padding: 0 30px;
    bottom: 100px;
  }
}
@media (max-width: 778px) {
  .banner .wrapper .editor-wrapper {
    padding: 0 20px;
  }
}
.banner .wrapper .editor-wrapper * {
  color: #ffffff;
  text-transform: uppercase;
}
.banner .wrapper .editor-wrapper h3 {
  font-weight: 400;
}
.banner .wrapper .info {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #005682;
  padding: 23px 93px;
  border-radius: 50px;
  width: max-content;
  min-height: 80px;
  max-width: 100%;
  text-align: center;
  z-index: 20;
}
@media (max-width: 1100px) {
  .banner .wrapper .info {
    padding: 15px 50px;
    min-height: auto;
    bottom: -15px;
  }
}
@media (max-width: 850px) {
  .banner .wrapper .info {
    bottom: -5px;
  }
}
@media (max-width: 630px) {
  .banner .wrapper .info {
    padding: 15px 30px;
  }
}
@media (max-width: 500px) {
  .banner .wrapper .info {
    bottom: -20px;
  }
}
.banner .wrapper .info p {
  color: #ffffff;
  font-size: 28px;
}
@media (max-width: 1100px) {
  .banner .wrapper .info p {
    font-size: 24px;
    line-height: 1.1;
  }
}

.slider {
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: #ffffff;
}
.slider.small .wrapper .bg img, .slider.small .wrapper .bg video {
  height: 420px;
}
.slider .slider-banner .slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: #14713F;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .slider .slider-banner .slick-arrow {
    display: none !important;
  }
}
.slider .slider-banner .slick-arrow:before {
  content: none;
}
.slider .slider-banner .slick-arrow.prev {
  left: 15px;
}
.slider .slider-banner .slick-arrow.next {
  right: 15px;
}
.slider .wrapper {
  position: relative;
}
.slider .wrapper .bg {
  position: relative;
  z-index: 1;
  clip-path: ellipse(100% 50% at 50% 50%);
}
.slider .wrapper .bg img, .slider .wrapper .bg video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 695px;
  position: relative;
  max-height: 100vh;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .slider .wrapper .bg img, .slider .wrapper .bg video {
    height: 500px;
  }
}
.slider .wrapper .editor-wrapper {
  position: absolute;
  bottom: 160px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
  padding: 0 50px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 1100px) {
  .slider .wrapper .editor-wrapper {
    padding: 0 30px;
    bottom: 100px;
  }
}
@media (max-width: 778px) {
  .slider .wrapper .editor-wrapper {
    padding: 0 20px;
  }
}
.slider .wrapper .editor-wrapper * {
  color: #ffffff;
  text-transform: uppercase;
}
.slider .wrapper .editor-wrapper h3 {
  font-weight: 400;
}
.slider .overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
@media (max-width: 700px) {
  .slider .overlay-bottom {
    display: none;
  }
}
.slider .overlay-bottom img {
  display: block;
  max-height: 76px;
  min-height: 76px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.icons {
  padding-bottom: 64px;
  position: relative;
  z-index: initial;
}
.icons .clipped {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: ellipse(100% 50% at 50% 50%);
}
@media (max-width: 650px) {
  .icons .clipped {
    clip-path: none;
  }
}
.icons .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 175px;
  width: 100%;
}
@media (max-width: 950px) {
  .icons {
    padding-bottom: 0;
  }
}
.icons.only-icons {
  margin: 60px 0 40px 0;
  background-color: transparent;
}
.icons.only-icons .container {
  margin-top: 0 !important;
}
.icons.only-icons .container .icons-wrapper {
  margin-top: 0 !important;
}
.icons.only-times {
  margin-bottom: 120px;
}
.icons .overlay-top {
  z-index: 100;
  position: relative;
}
@media (max-width: 700px) {
  .icons .overlay-top {
    display: none;
  }
}
.icons .overlay-top img {
  max-height: 77px;
  min-height: 77px;
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
.icons .container {
  padding-top: 60px;
  max-width: 1380px;
}
.icons .container.times {
  max-width: 1560px;
  z-index: 101;
  padding-top: 30px;
  position: relative;
}
.icons .container .wrapper-times {
  display: flex;
  padding: 25px 10px 57px 10px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 1150px) {
  .icons .container .wrapper-times {
    flex-wrap: wrap;
  }
}
@media (max-width: 750px) {
  .icons .container .wrapper-times {
    margin-top: -50px;
  }
}
.icons .container .wrapper-times .col {
  max-width: 25%;
  width: 100%;
}
@media (max-width: 1150px) {
  .icons .container .wrapper-times .col {
    max-width: 50%;
  }
  .icons .container .wrapper-times .col:nth-of-type(1) .more, .icons .container .wrapper-times .col:nth-of-type(3) .more {
    margin-left: 15px;
  }
  .icons .container .wrapper-times .col:nth-of-type(2), .icons .container .wrapper-times .col:nth-of-type(4) {
    margin-right: 0 !important;
  }
  .icons .container .wrapper-times .col:nth-of-type(2) .more, .icons .container .wrapper-times .col:nth-of-type(4) .more {
    margin-right: 15px;
  }
  .icons .container .wrapper-times .col:nth-of-type(1), .icons .container .wrapper-times .col:nth-of-type(2) {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .icons .container .wrapper-times .col .title {
    display: flex;
    justify-content: center;
    width: 100% !important;
    margin: 0 !important;
  }
  .icons .container .wrapper-times .col .status {
    margin: 15px 10px !important;
    width: calc(100% - 20px) !important;
  }
  .icons .container .wrapper-times .col .more {
    margin: 0 !important;
    padding: 5px;
  }
  .icons .container .wrapper-times .col .more .btn-wrapper .btn svg {
    display: none;
  }
  .icons .container .wrapper-times .col .info {
    margin: 10px 0 0 0 !important;
    padding: 5px;
    width: 100% !important;
  }
  .icons .container .wrapper-times .col .info .btn-wrapper .btn svg {
    display: none;
  }
  .icons .container .wrapper-times .col:nth-of-type(1), .icons .container .wrapper-times .col:nth-of-type(2) {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 400px) {
  .icons .container .wrapper-times .col .title h5 {
    font-size: 18px !important;
  }
  .icons .container .wrapper-times .col .status {
    margin: 15px 5px !important;
    width: calc(100% - 10px) !important;
  }
  .icons .container .wrapper-times .col .status p {
    font-size: 13px;
  }
  .icons .container .wrapper-times .col .status .circle {
    width: 15px;
    height: 15px;
    margin-left: 8px;
  }
  .icons .container .wrapper-times .col .more p {
    font-size: 13px;
  }
  .icons .container .wrapper-times .col .more .btn-wrapper .btn {
    font-size: 14px;
  }
}
.icons .container .wrapper-times .col:nth-of-type(1) .more {
  margin-left: 15px;
}
.icons .container .wrapper-times .col:nth-of-type(4) {
  margin-right: 15px;
}
.icons .container .wrapper-times .col .title {
  margin: 0 15px 0 15px;
  width: calc(100% - 30px);
}
.icons .container .wrapper-times .col .title h5 {
  color: #14713F;
}
@media (max-width: 1315px) {
  .icons .container .wrapper-times .col .title h5 {
    font-size: 20px;
  }
}
.icons .container .wrapper-times .col .info {
  margin: 0 15px 0 15px;
  width: calc(100% - 30px);
}
.icons .container .wrapper-times .col .more, .icons .container .wrapper-times .col .info, .icons .container .wrapper-times .col .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.icons .container .wrapper-times .col .more {
  background-color: #F0F6EA;
  min-height: 70px;
  border-top: 1px solid rgba(79, 95, 67, 0.5);
  border-bottom: 1px solid rgba(79, 95, 67, 0.5);
  color: #4F5F43;
}
.icons .container .wrapper-times .col .info {
  margin-top: 13px;
  text-align: center;
  color: #4F5F43;
}
.icons .container .wrapper-times .col .status {
  margin: 18px 15px 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #14713F;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  padding: 9px;
  border: 1px solid #14713F;
  border-radius: 69px;
  min-height: 50px;
  width: calc(100% - 30px);
  color: #4F5F43;
}
.icons .container .wrapper-times .col .status.close {
  border-color: #ED1C24;
}
.icons .container .wrapper-times .col .status.close .circle {
  background-color: #ED1C24;
}
.icons .container .wrapper-times .col .status .circle {
  background-color: #84E3B1;
}
.icons .container .wrapper-times .col p {
  margin: 0;
}
.icons .container .wrapper-times .col a {
  margin-top: 5px;
  font-weight: 400;
}
.icons .container .wrapper-times .col .btn-wrapper .btn {
  padding: 0;
}
.icons .container .center-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media (max-width: 500px) {
  .icons .container .center-btn {
    max-width: 320px;
    width: 100%;
  }
  .icons .container .center-btn .btn-wrapper .btn {
    justify-content: center;
    max-width: 320px;
    width: 100%;
    padding: 14px 5px;
    font-size: 14px;
  }
}
.icons .icons-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 58px -15px 0 -15px;
}
@media (max-width: 950px) {
  .icons .icons-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px -15px 0 -15px;
  }
}
.icons .icons-wrapper .icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: calc(20% - 30px);
  margin: 0 15px;
  z-index: 11;
}
@media (max-width: 950px) {
  .icons .icons-wrapper .icon {
    max-width: calc(33.3% - 30px);
    margin: 15px;
  }
}
@media (max-width: 570px) {
  .icons .icons-wrapper .icon {
    max-width: calc(50% - 30px);
  }
}
.icons .icons-wrapper .icon .avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 196px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: 14px;
  border: 1px solid #84E3B1;
}
@media (max-width: 1250px) {
  .icons .icons-wrapper .icon .avatar {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1250px) {
  .icons .icons-wrapper .icon .avatar img {
    transform: scale(0.8);
  }
}
.icons .icons-wrapper .icon p {
  font-size: 20px;
  color: #000000;
  text-align: center;
  max-width: 230px;
}
@media (max-width: 1100px) {
  .icons .icons-wrapper .icon p {
    font-size: 18px;
  }
}
.icons .icons-wrapper .icon p strong {
  display: block;
  color: #005682;
  margin-bottom: 5px;
}

.posts {
  padding: 45px 0 70px 0px;
  background-color: #ffffff;
}
.posts.filter-posts .container .posts-items {
  margin-bottom: 0;
}
@media (max-width: 1250px) {
  .posts.filter-posts .container .posts-items .post {
    max-width: calc(33.3% - 30px);
  }
}
@media (max-width: 768px) {
  .posts.filter-posts .container .posts-items .post {
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 480px) {
  .posts.filter-posts .container .posts-items .post {
    max-width: 330px;
    margin: 0;
    margin-bottom: 20px;
  }
}
.posts .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.posts .container .title-wrapper {
  margin-bottom: 60px;
}
.posts .container .posts-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 kolumny w wierszu */
  gap: 30px; /* odstęp w pionie i poziomie */
  margin-bottom: 30px;
  position: relative;
  max-width: 100%;
  width: 100%;
  justify-content: center;
}
.posts .container .posts-items.center {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 30px;
  justify-content: center;
  margin: 0 auto 30px auto;
  width: fit-content;
  max-width: 1440px; /* (4 * 330 + 3 * 30 = 1410px, dla bezpieczeństwa) */
}
.posts .container .posts-items.center .post {
  max-width: 330px !important;
}
@media (max-width: 1100px) {
  .posts .container .posts-items {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 480px) {
  .posts .container .posts-items {
    margin: 0 0 20px 0 !important;
    justify-content: center !important;
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.posts .container .posts-items .post {
  max-width: 330px;
}
.posts .container .posts-items .post .preview-img img {
  max-width: 330px;
}
.posts .container .posts-items .post .top-info {
  max-width: 330px;
}

.text-image-bg {
  position: relative;
  background-color: #14713F;
  overflow: hidden;
}
.text-image-bg .wrapper {
  display: flex;
}
.text-image-bg .wrapper.reverse .col:first-of-type {
  order: 2;
}
@media (max-width: 700px) {
  .text-image-bg .wrapper.reverse .col:first-of-type {
    order: 1;
  }
}
.text-image-bg .wrapper.reverse .col:last-of-type {
  order: 1;
}
@media (max-width: 700px) {
  .text-image-bg .wrapper.reverse .col:last-of-type {
    order: 2;
  }
}
.text-image-bg .wrapper.reverse .col .overlay-col {
  transform: rotate(180deg);
  right: 0;
  left: initial;
}
.text-image-bg .wrapper.reverse .col .container {
  align-items: flex-start;
  padding-top: 50px;
}
@media (max-width: 700px) {
  .text-image-bg .wrapper {
    flex-direction: column;
  }
}
.text-image-bg .wrapper .col {
  position: relative;
}
.text-image-bg .wrapper .col:first-of-type {
  max-width: 1370px;
  width: 100%;
}
.text-image-bg .wrapper .col:last-of-type {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 700px) {
  .text-image-bg .wrapper .col:last-of-type {
    height: 300px;
  }
}
.text-image-bg .wrapper .col .container {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding-top: 130px;
  padding-bottom: 80px;
}
.text-image-bg .wrapper .col .container .editor-wrapper {
  max-width: 655px;
}
.text-image-bg .wrapper .col .container .editor-wrapper h1, .text-image-bg .wrapper .col .container .editor-wrapper h2, .text-image-bg .wrapper .col .container .editor-wrapper h3, .text-image-bg .wrapper .col .container .editor-wrapper h4, .text-image-bg .wrapper .col .container .editor-wrapper h5, .text-image-bg .wrapper .col .container .editor-wrapper h6 {
  color: #84E3B1;
}
.text-image-bg .wrapper .col .container .editor-wrapper p, .text-image-bg .wrapper .col .container .editor-wrapper a, .text-image-bg .wrapper .col .container .editor-wrapper span {
  color: #ffffff;
}
.text-image-bg .wrapper .col .container .btn-wrapper {
  max-width: 655px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.text-image-bg .wrapper .col .overlay-col {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 385px;
  height: 100%;
  z-index: 10;
  background: #14713F;
  clip-path: path("M 0 0 L 385 0 Q 90 300 0 600 Z");
  -webkit-clip-path: path("M 0 0 L 385 0 Q 90 300 0 600 Z");
}
@media (max-width: 1310px) {
  .text-image-bg .wrapper .col .overlay-col {
    clip-path: path("M 0 0 L 385 0 Q 90 300 0 700 Z");
    -webkit-clip-path: path("M 0 0 L 385 0 Q 90 300 0 700 Z");
  }
}
@media (max-width: 1024px) {
  .text-image-bg .wrapper .col .overlay-col {
    display: none;
  }
}
.text-image-bg .wrapper .col .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image-bg .wrapper .col .frog {
  position: absolute;
  bottom: -50px;
  left: 150px;
}
@media (max-width: 900px) {
  .text-image-bg .wrapper .col .frog {
    bottom: -5px;
  }
}
.text-image-bg .wrapper .col .frog img {
  width: 255px;
  height: 186px;
}
@media (max-width: 900px) {
  .text-image-bg .wrapper .col .frog img {
    max-width: 120px;
    width: 100%;
    height: auto;
  }
}
.text-image-bg .overlay-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.text-image-bg .overlay-top img {
  display: block;
  height: 76px;
}

.winter .text-image-bg {
  background-color: #005683;
}
.winter .text-image-bg .wrapper .col .overlay-col {
  background-color: #005683;
}
.winter .text-image-bg .wrapper .col .editor-wrapper h1, .winter .text-image-bg .wrapper .col .editor-wrapper h2, .winter .text-image-bg .wrapper .col .editor-wrapper h3, .winter .text-image-bg .wrapper .col .editor-wrapper h4, .winter .text-image-bg .wrapper .col .editor-wrapper h5, .winter .text-image-bg .wrapper .col .editor-wrapper h6 {
  color: #1caeb6;
}

.image-points {
  position: relative;
  min-height: 750px;
  margin-top: -76px;
  z-index: 2;
}
.image-points.add-margins {
  margin: 60px 0 50px 0;
}
@media (max-width: 500px) {
  .image-points {
    min-height: 500px;
  }
}
.image-points .bg {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 750px;
}
@media (max-width: 500px) {
  .image-points .bg {
    min-height: 500px;
  }
}
.image-points .bg-wrapper {
  z-index: -2;
}
.image-points .bg-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 700px) {
  .image-points .bg-wrapper img {
    object-fit: cover;
  }
}
.image-points .mask {
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -90.8%, #FFFFFF 67.57%);
}
.image-points .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  padding-top: 76px;
}
@media (max-width: 500px) {
  .image-points .container {
    padding-top: 30px;
  }
}
.image-points .container .title-wrapper {
  margin-top: 45px;
}
.image-points .container .image-wrapper {
  position: relative;
  margin-top: 40px;
  max-width: 930px;
  width: 100%;
  max-height: 440px;
  height: 100%;
}
.image-points .container .image-wrapper img {
  display: block;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
  border-radius: 10px;
}
.image-points .container .image-wrapper .mobile-popup {
  display: none;
}
.image-points .container .image-wrapper .mobile-popup.active {
  display: none;
}
@media (max-width: 1024px) {
  .image-points .container .image-wrapper .mobile-popup {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .image-points .container .image-wrapper .mobile-popup.active {
    display: block;
  }
}
.image-points .container .image-wrapper .points-pins {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-points .container .image-wrapper .points-pins .point-pin {
  display: flex;
  position: absolute;
  left: 30%;
  top: 90%;
  transform: translate(-50%, -50%);
  animation: animationPin 1s linear infinite;
}
@keyframes animationPin {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.4);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.image-points .container .image-wrapper .points-pins .point-pin:nth-of-type(2) {
  left: 50%;
  top: 33%;
}
.image-points .container .image-wrapper .points-pins .point-pin:nth-of-type(3) {
  left: 80%;
  top: 12%;
}
.image-points .container .image-wrapper .points-pins .point-pin:hover, .image-points .container .image-wrapper .points-pins .point-pin.active {
  z-index: 10;
}
.image-points .container .image-wrapper .points-pins .point-pin:hover .pin, .image-points .container .image-wrapper .points-pins .point-pin.active .pin {
  width: 43px;
  height: 43px;
}
@media (max-width: 500px) {
  .image-points .container .image-wrapper .points-pins .point-pin:hover .pin, .image-points .container .image-wrapper .points-pins .point-pin.active .pin {
    width: 25px;
    height: 25px;
  }
  .image-points .container .image-wrapper .points-pins .point-pin:hover .pin:after, .image-points .container .image-wrapper .points-pins .point-pin.active .pin:after {
    width: 20px !important;
    height: 20px !important;
  }
}
.image-points .container .image-wrapper .points-pins .point-pin:hover .pin:after, .image-points .container .image-wrapper .points-pins .point-pin.active .pin:after {
  background-color: #84E3B1;
  width: 33px;
  height: 33px;
}
.image-points .container .image-wrapper .points-pins .point-pin.active {
  animation: none;
}
.image-points .container .image-wrapper .points-pins .point-pin.active .popup-point-pin {
  display: block;
}
.image-points .container .image-wrapper .points-pins .point-pin .pin {
  position: relative;
  width: 21px;
  height: 21px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 600px) {
  .image-points .container .image-wrapper .points-pins .point-pin .pin {
    width: 14px;
    height: 14px;
  }
}
.image-points .container .image-wrapper .points-pins .point-pin .pin:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  background-color: #84E3B1;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .image-points .container .image-wrapper .points-pins .point-pin .pin:after {
    width: 8px;
    height: 8px;
  }
}
.image-points .container .points-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 500px) {
  .image-points .container .points-list {
    margin-top: 10px;
  }
}
.image-points .container .points-list .point {
  max-width: calc(14.2857142857% - 20px);
  width: 100%;
  margin: 10px 10px 0 10px;
  border-bottom: 1px solid rgba(79, 95, 67, 0.5);
  cursor: pointer;
}
@media (max-width: 1100px) {
  .image-points .container .points-list .point {
    max-width: calc(33.3333333333% - 20px);
    justify-content: flex-start;
  }
}
@media (max-width: 450px) {
  .image-points .container .points-list .point {
    max-width: calc(50% - 20px);
  }
}
.image-points .container .points-list .point.active .circle {
  background-color: #043466;
}
.image-points .container .points-list .point .circle {
  margin-bottom: 15px;
  background-color: #84E3B1;
  margin-left: 0;
}
.image-points .container .points-list .point .title {
  margin-bottom: 15px;
}
.image-points .container .points-list .point .title p {
  color: #4F5F43;
  font-weight: 700;
}

.map {
  margin: 50px 0 80px 0;
}
@media (max-width: 900px) {
  .map {
    margin: 30px 0 50px 0;
  }
}
.map .container .wrapper {
  display: flex;
  flex-direction: column;
}
.map .container .wrapper .title-wrapper {
  max-width: 970px;
  margin: 0 auto;
}
.map .container .wrapper .title-wrapper p {
  margin-top: 15px;
}
.map .container .wrapper .maps {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 900px) {
  .map .container .wrapper .maps {
    flex-direction: column;
  }
}
.map .container .wrapper .maps .col {
  max-width: calc(50% - 15px);
  width: 100%;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 900px) {
  .map .container .wrapper .maps .col {
    max-width: 100%;
    margin-right: 0;
  }
  .map .container .wrapper .maps .col:last-of-type {
    margin-left: 0 !important;
  }
}
.map .container .wrapper .maps .col:last-of-type {
  margin-left: 15px;
  margin-right: 0;
}
.map .container .wrapper .maps .col .text-wrapper {
  position: absolute;
  top: 12%;
  left: 17%;
}
@media (max-width: 500px) {
  .map .container .wrapper .maps .col .text-wrapper {
    top: 5%;
    left: 5%;
  }
}
.map .container .wrapper .maps .col .text-wrapper p {
  color: #000000;
  font-size: 1.25rem;
}
.map .container .wrapper .maps .col .text-wrapper p strong {
  color: #043466;
}
.map .container .wrapper .maps .col.small-zoom .pins-map .pin {
  cursor: default;
}
.map .container .wrapper .maps .col.small-zoom .pins-map .pin span {
  display: none;
}
.map .container .wrapper .maps .col.small-zoom .pins-map .pin .icon {
  display: none;
}
.map .container .wrapper .maps .col.small-zoom .pins-map .pin .status {
  width: 12px;
  height: 12px;
}
.map .container .wrapper .maps .col img {
  max-width: 100%;
  max-height: 100%;
}
.map .container .wrapper .maps .col .pins-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map .container .wrapper .maps .col .pins-map .pin {
  z-index: 100;
  display: flex;
  align-items: center;
  position: absolute;
  left: 74%;
  top: 36%;
  transform: translate(-50%, -50%);
}
.map .container .wrapper .maps .col .pins-map .pin:hover .icon {
  transform: scale(1.1);
}
.map .container .wrapper .maps .col .pins-map .pin:nth-of-type(2) {
  left: 67%;
  top: 44%;
}
.map .container .wrapper .maps .col .pins-map .pin:nth-of-type(3) {
  left: 71%;
  top: 48%;
}
.map .container .wrapper .maps .col .pins-map .pin:nth-of-type(4) {
  left: 70%;
  top: 13%;
}
.map .container .wrapper .maps .col .pins-map .pin span {
  font-size: 14px;
  color: #000000;
}
@media (max-width: 600px) {
  .map .container .wrapper .maps .col .pins-map .pin span {
    font-size: 12px;
  }
}
.map .container .wrapper .maps .col .pins-map .pin .icon {
  margin: 0 2px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .map .container .wrapper .maps .col .pins-map .pin .icon {
    width: 15px;
    height: 15px;
  }
}
.map .container .wrapper .maps .col .pins-map .pin .icon img {
  width: 20px;
  height: 20px;
}
@media (max-width: 600px) {
  .map .container .wrapper .maps .col .pins-map .pin .icon img {
    width: 15px;
    height: 15px;
  }
}
.map .container .wrapper .maps .col .pins-map .pin .status {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: default;
}
@media (max-width: 600px) {
  .map .container .wrapper .maps .col .pins-map .pin .status {
    width: 15px;
    height: 15px;
  }
}
.map .container .wrapper .maps .col .pins-map .pin .status.open {
  background-color: #84E3B1;
  animation: animationPinMap 1s linear infinite;
}
.map .container .wrapper .maps .col .pins-map .pin .status.close {
  background-color: #ED1C24;
}
.map .container .wrapper .maps .col .pins-map .tile-popup {
  position: absolute;
  display: none;
  background: white;
  border: 1px solid #ccc;
  padding: 16px;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(10px);
  max-width: 400px;
}
@media (max-width: 700px) {
  .map .container .wrapper .maps .col .pins-map .tile-popup {
    min-width: 300px;
  }
}
.map .container .wrapper .maps .col .pins-map .tile-popup .close-popup {
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
}
.map .container .wrapper .maps .col .pins-map .tile-popup .close-popup svg {
  width: 15px;
  height: 15px;
}
.map .container .wrapper .maps .col .pins-map .tile-popup .close-popup svg path {
  stroke: #000000;
}
.map .container .wrapper .maps .col .pins-map .tile-popup .tile {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #def0f4;
  overflow: hidden;
  background-color: #ffffff;
}
.map .container .wrapper .maps .col .pins-map .tile-popup .tile.active {
  border-color: #005683;
}
.map .container .wrapper .maps .col .pins-map .tile-popup .tile .row {
  padding: 5px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  width: 100%;
}
.map .container .wrapper .maps .col .pins-map .tile-popup .tile .row:first-of-type {
  border-bottom: 1px solid #AAAAAA;
}
.map .container .wrapper .maps .col .pins-map .tile-popup .tile .row .lp {
  font-weight: 700;
  font-size: 12px;
  color: #005683;
}
.map .container .wrapper .maps .col .pins-map .tile-popup .tile .row span {
  font-weight: bold;
  font-size: 14px;
  color: #4F5F43;
}
.map .container .wrapper .maps .col .pins-map .tile-popup .tile .row img {
  width: 19px;
  height: 19px;
}
.map .container .wrapper .maps .col .pins-map .tile-popup .tile .row * {
  margin-right: 9px;
}
.map .container .wrapper .maps .col .pins-map .tile-popup .tile .row .icons {
  display: flex;
  margin-right: 0 !important;
  padding: 0;
}
.map .container .wrapper .maps .col .pins-map .tile-popup .tile .row .icons .icon:last-of-type {
  margin-right: 0 !important;
}
.map .container .wrapper .maps .col .pins-map .tile-popup .tile .row .icons .icon svg {
  margin-right: 0;
}
.map .container .wrapper .maps .col .pins-map .tile-popup .tile .row small {
  color: #4F5F43;
  font-size: 0.875rem;
  text-align: left;
}
@media (max-width: 768px) {
  .map .container .wrapper .maps .col .pins-map .tile-popup {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
.map .container .wrapper .tiles {
  position: absolute;
  bottom: 0%;
  right: 24%;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  max-width: 360px;
  width: 100%;
}
@media (max-width: 1200px) {
  .map .container .wrapper .tiles {
    max-width: 300px;
    bottom: -5%;
  }
}
@media (max-width: 900px) {
  .map .container .wrapper .tiles {
    position: relative;
    left: initial;
    right: initial;
    bottom: initial;
  }
}
.map .container .wrapper .tiles .tile {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.map .container .wrapper .tiles .tile:last-of-type {
  margin-bottom: 0;
}
.map .container .wrapper .tiles .tile .row {
  padding: 5px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  width: 100%;
}
.map .container .wrapper .tiles .tile .row:first-of-type {
  border-bottom: 1px solid #AAAAAA;
}
.map .container .wrapper .tiles .tile .row .lp {
  font-weight: 700;
  font-size: 12px;
  color: #005683;
}
.map .container .wrapper .tiles .tile .row span {
  font-weight: bold;
  font-size: 14px;
  color: #4F5F43;
}
.map .container .wrapper .tiles .tile .row img {
  width: 19px;
  height: 19px;
}
.map .container .wrapper .tiles .tile .row * {
  margin-right: 9px;
}
.map .container .wrapper .tiles .tile .row .icons {
  display: flex;
  margin-right: 0 !important;
  padding: 0;
}
.map .container .wrapper .tiles .tile .row .icons .icon:last-of-type {
  margin-right: 0 !important;
}
.map .container .wrapper .tiles .tile .row .icons .icon svg {
  margin-right: 0;
}
.map .container .wrapper .tiles .tile .row small {
  color: #4F5F43;
  font-size: 0.875rem;
  text-align: left;
}
@keyframes animationPinMap {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.tiles-row {
  margin-top: 70px;
  position: relative;
}
@media (max-width: 900px) {
  .tiles-row {
    margin-top: 60px;
  }
}
.tiles-row .tiles {
  display: flex;
  margin-top: 40px;
}
@media (max-width: 800px) {
  .tiles-row .tiles {
    margin-top: 30px;
  }
}
@media (max-width: 720px) {
  .tiles-row .tiles {
    flex-direction: column;
    align-items: center;
  }
}
.tiles-row .tiles .tile-item {
  max-width: 33.3%;
  width: 100%;
  position: relative;
  height: 600px;
}
@media (max-width: 1300px) {
  .tiles-row .tiles .tile-item {
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .tiles-row .tiles .tile-item {
    height: 400px;
  }
}
@media (max-width: 800px) {
  .tiles-row .tiles .tile-item {
    height: 300px;
  }
}
@media (max-width: 720px) {
  .tiles-row .tiles .tile-item {
    height: 400px;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .tiles-row .tiles .tile-item {
    max-width: 100%;
  }
}
.tiles-row .tiles .tile-item:nth-of-type(2) .info {
  bottom: 65px;
}
@media (max-width: 800px) {
  .tiles-row .tiles .tile-item:nth-of-type(2) .info {
    bottom: 30px;
  }
}
@media (max-width: 720px) {
  .tiles-row .tiles .tile-item:nth-of-type(2) .info {
    bottom: 40px;
  }
}
.tiles-row .tiles .tile-item .bg {
  height: 100%;
  width: 100%;
}
.tiles-row .tiles .tile-item .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tiles-row .tiles .tile-item .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 47px;
  left: 50%;
  transform: translateX(-50%);
  width: 125px;
  height: 125px;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 800px) {
  .tiles-row .tiles .tile-item .logo {
    width: 80px;
    height: 80px;
    top: 20px;
  }
}
.tiles-row .tiles .tile-item .logo img {
  display: block;
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
}
@media (max-width: 800px) {
  .tiles-row .tiles .tile-item .logo img {
    max-width: 60px;
    max-height: 60px;
  }
}
.tiles-row .tiles .tile-item .info {
  position: absolute;
  bottom: 43px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  text-align: center;
  max-width: 330px;
  width: 100%;
  padding: 0 5px;
}
@media (max-width: 800px) {
  .tiles-row .tiles .tile-item .info {
    bottom: 20px;
  }
}
@media (max-width: 720px) {
  .tiles-row .tiles .tile-item .info {
    bottom: 40px;
  }
}
.tiles-row .tiles .tile-item .info .title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 800px) {
  .tiles-row .tiles .tile-item .info .title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.tiles-row .btn-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.atractions-posts {
  padding-top: 75px;
  position: relative;
  z-index: 0;
}
.atractions-posts .clipped {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: ellipse(100% 50% at 50% 50%);
}
@media (max-width: 650px) {
  .atractions-posts .clipped {
    clip-path: none;
  }
}
.atractions-posts .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 175px;
  width: 100%;
}
.atractions-posts .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.atractions-posts .container .title-wrapper {
  margin-bottom: 95px;
}
.atractions-posts .container .posts-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 kolumny w wierszu */
  gap: 30px; /* odstęp w pionie i poziomie */
  position: relative;
  max-width: 100%;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1100px) {
  .atractions-posts .container .posts-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .atractions-posts .container .posts-items {
    margin: 0 0 20px 0;
    justify-content: center;
    grid-template-columns: repeat(1, 1fr);
  }
}
.atractions-posts .container .posts-items .post {
  max-width: 100%;
}
.atractions-posts .container .posts-items .post .preview-img img {
  max-width: 330px;
}
.atractions-posts .container .posts-items .post .title * {
  color: #043466;
}
.atractions-posts .container .posts-items .post .btn-wrapper .btn {
  padding: 14px 25px;
  border: none;
}
.atractions-posts .container .more-btn {
  margin-bottom: 30px;
  padding-top: 50px;
  border-top: 1px solid #14713F;
}

.socials {
  margin: 38px 0 50px 0;
}
@media (max-width: 1880px) {
  .socials {
    margin-top: 50px;
  }
}
.socials .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.socials .container .wrapper {
  display: flex;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 1150px) {
  .socials .container .wrapper {
    margin-top: 25px;
  }
}
@media (max-width: 800px) {
  .socials .container .wrapper {
    flex-direction: column;
  }
}
.socials .container .wrapper .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.socials .container .wrapper .col:first-of-type {
  max-width: 450px;
  margin-right: 30px;
}
@media (max-width: 800px) {
  .socials .container .wrapper .col:first-of-type {
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.socials .container .wrapper .col:last-of-type {
  max-width: calc(100% - 480px);
}
@media (max-width: 800px) {
  .socials .container .wrapper .col:last-of-type {
    max-width: 100%;
  }
}
.socials .container .wrapper .col.fb .fb-page {
  width: 450px;
}
@media (max-width: 700px) {
  .socials .container .wrapper .col.fb .fb-page {
    width: 100% !important;
  }
}
.socials .container .wrapper .col.fb .fb-page span {
  width: 450px;
}
@media (max-width: 700px) {
  .socials .container .wrapper .col.fb .fb-page span {
    width: 100% !important;
  }
}
.socials .container .wrapper .col.fb .fb-page span iframe {
  width: 450px;
}
@media (max-width: 700px) {
  .socials .container .wrapper .col.fb .fb-page span iframe {
    width: 100% !important;
  }
}
.socials .container .wrapper .col.insta .sb_instagram_header {
  padding-top: 0 !important;
}
.socials .container .wrapper .col.insta #sbi_images {
  padding: 0 !important;
}
.socials .container .wrapper .col.insta #sbi_images .sbi_photo img {
  border-radius: 15px !important;
}
.socials .container .wrapper .col.insta #sbi_load {
  display: none !important;
}
.socials .container .wrapper .col.insta .sb_instagram_header {
  display: none;
}
.socials .container .wrapper .col .title-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #AAAAAA;
  width: 100%;
  text-align: left;
}
.socials .container .wrapper .col .title-wrapper * {
  text-transform: initial;
}

.gallery {
  position: relative;
  margin: 40px 0 30px 0;
}
.gallery .container .title-wrapper {
  margin-bottom: 33px;
}
.gallery .container .gallery-items {
  margin: 0 -15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.gallery .container .gallery-items .gallery-item {
  display: block;
  margin: 17px 15px 0 15px;
  max-width: calc(25% - 30px);
  height: 186px;
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}
.gallery .container .gallery-items .gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 1250px) {
  .gallery .container .gallery-items .gallery-item {
    max-width: calc(33.3% - 30px);
  }
}
@media (max-width: 920px) {
  .gallery .container .gallery-items .gallery-item {
    max-width: calc(50% - 15px);
    margin: 17px 7.5px 0 7.5px;
  }
}
@media (max-width: 550px) {
  .gallery .container .gallery-items .gallery-item {
    height: 150px;
  }
}
@media (max-width: 430px) {
  .gallery .container .gallery-items .gallery-item {
    height: 120px;
  }
}
.gallery .container .gallery-items .gallery-item img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.3s;
}

.partners {
  margin: 70px 0 75px 0;
}
@media (max-width: 1024px) {
  .partners {
    margin: 40px 0 30px 0;
  }
}
.partners .container .wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .partners .container .wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.partners .container .wrapper .partners-wrapper {
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: repeat(7, 1fr);
  gap: 30px;
}
@media (max-width: 1200px) {
  .partners .container .wrapper .partners-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 600px) {
  .partners .container .wrapper .partners-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.partners .container .wrapper .partners-wrapper .partner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners .container .wrapper .partners-wrapper .partner img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.switcher-action {
  position: relative;
  margin: 60px 0 50px 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .switcher-action {
    margin: 30px 0 40px 0;
  }
}
.switcher-action .container .wrapper .editor-wrapper {
  text-align: center;
}
.switcher-action .container .wrapper .editor-wrapper p {
  font-size: 18px;
  color: #4F5F43;
}
.switcher-action .container .wrapper .switcher-wrapper {
  margin: 40px 0;
}
@media (max-width: 1024px) {
  .switcher-action .container .wrapper .switcher-wrapper {
    margin: 20px 0;
  }
}
.switcher-action .container .wrapper .box-wrapper {
  display: flex;
  position: relative;
  border: 1px solid #14713F;
  border-radius: 10px;
  margin-top: 40px;
  padding: 30px;
  width: 100%;
}
@media (max-width: 1024px) {
  .switcher-action .container .wrapper .box-wrapper {
    padding: 15px;
    margin-top: 20px;
  }
  .switcher-action .container .wrapper .box-wrapper:before {
    content: none !important;
  }
  .switcher-action .container .wrapper .box-wrapper:after {
    content: none !important;
  }
}
@media (max-width: 500px) {
  .switcher-action .container .wrapper .box-wrapper {
    flex-direction: column;
  }
}
.switcher-action .container .wrapper .box-wrapper:before {
  content: "";
  position: absolute;
  top: 66px;
  left: -100%;
  height: 1px;
  width: 100%;
  background-color: #14713F;
}
.switcher-action .container .wrapper .box-wrapper:after {
  content: "";
  position: absolute;
  top: 66px;
  left: 100%;
  height: 1px;
  width: 100%;
  background-color: #14713F;
}
.switcher-action .container .wrapper .box-wrapper .image {
  margin-right: 80px;
}
@media (max-width: 1024px) {
  .switcher-action .container .wrapper .box-wrapper .image {
    margin-right: 20px;
  }
}
@media (max-width: 500px) {
  .switcher-action .container .wrapper .box-wrapper .image {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.switcher-action .container .wrapper .box-wrapper .image img {
  width: 114px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 500px) {
  .switcher-action .container .wrapper .box-wrapper .image img {
    width: 90px;
  }
}
.switcher-action .container .wrapper .box-wrapper .content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.switcher-action .container .wrapper .box-wrapper .content .row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 850px) {
  .switcher-action .container .wrapper .box-wrapper .content .row {
    flex-direction: column;
  }
}
.switcher-action .container .wrapper .box-wrapper .content .row h5 {
  border-bottom: 1px solid #14713F;
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 19px;
  max-width: 100%;
  color: #4F5F43;
}
@media (max-width: 850px) {
  .switcher-action .container .wrapper .box-wrapper .content .row .col:last-of-type {
    margin-top: 15px;
  }
}
.switcher-action .container .wrapper .box-wrapper .content .row .col p {
  display: flex;
  align-items: center;
  color: #4F5F43;
  font-size: 16px;
  font-weight: 700;
}
.switcher-action .container .wrapper .box-wrapper .content .row .col p span {
  color: #14713F;
  font-size: 40px;
  margin-right: 5px;
}
.switcher-action .container .wrapper .box-wrapper .content .row .col small {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  color: #4F5F43;
}

.editor-image {
  position: relative;
  background-color: #b8d2c4;
  margin: 50px 0;
}
@media (max-width: 1024px) {
  .editor-image {
    margin: 30px 0 40px 0;
  }
}
.editor-image .wrapper {
  display: flex;
}
@media (max-width: 900px) {
  .editor-image .wrapper {
    flex-direction: column;
  }
}
.editor-image .wrapper.reverse .col:first-of-type {
  order: 2;
}
.editor-image .wrapper.reverse .col:first-of-type .container {
  align-items: flex-start;
}
.editor-image .wrapper.reverse .col:last-of-type {
  order: 1;
}
.editor-image .wrapper.reverse .col .frog {
  right: 100px;
  left: initial;
}
@media (max-width: 900px) {
  .editor-image .wrapper.reverse .col .frog {
    right: 30px;
  }
}
.editor-image .wrapper .col {
  position: relative;
  max-width: 50%;
  width: 100%;
}
@media (max-width: 900px) {
  .editor-image .wrapper .col {
    max-width: 100%;
  }
}
.editor-image .wrapper .col .container {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 25px;
  min-height: 440px;
}
@media (max-width: 900px) {
  .editor-image .wrapper .col .container {
    margin-top: 20px;
    min-height: auto;
  }
}
.editor-image .wrapper .col .container .editor-wrapper {
  max-width: 650px;
}
@media (max-width: 900px) {
  .editor-image .wrapper .col .container .editor-wrapper {
    max-width: 100%;
  }
}
.editor-image .wrapper .col .container .editor-wrapper p, .editor-image .wrapper .col .container .editor-wrapper strong, .editor-image .wrapper .col .container .editor-wrapper a, .editor-image .wrapper .col .container .editor-wrapper span {
  color: #4F5F43;
}
.editor-image .wrapper .col .container .btn-wrapper {
  max-width: 650px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .editor-image .wrapper .col .container .btn-wrapper {
    max-width: 100%;
  }
}
.editor-image .wrapper .col .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 900px) {
  .editor-image .wrapper .col .image {
    position: relative;
    max-height: 400px;
    object-fit: cover;
  }
}
.editor-image .wrapper .col .frog {
  position: absolute;
  bottom: -25px;
  left: 100px;
  right: initial;
  z-index: 1;
}
@media (max-width: 900px) {
  .editor-image .wrapper .col .frog {
    left: 30px;
  }
}
.editor-image .wrapper .col .frog img {
  width: 255px;
  height: 186px;
}
@media (max-width: 900px) {
  .editor-image .wrapper .col .frog img {
    max-width: 120px;
    width: 100%;
    height: auto;
  }
}

.winter .editor-image {
  background-color: #c8e5e7;
}

.form-reports {
  margin: 40px 0 30px 0;
}
.form-reports .container {
  border: 1px solid #14713F;
  border-radius: 10px;
}
@media (max-width: 1100px) {
  .form-reports .container {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
.form-reports .container .wrapper {
  padding: 50px 83px;
}
@media (max-width: 1100px) {
  .form-reports .container .wrapper {
    padding: 30px 0;
  }
}
.form-reports .container .wrapper h1, .form-reports .container .wrapper h2, .form-reports .container .wrapper h3, .form-reports .container .wrapper h4, .form-reports .container .wrapper h5, .form-reports .container .wrapper h6 {
  color: #4F5F43;
}
.form-reports .container .wrapper p {
  font-size: 16px;
  margin-top: 15px;
}
.form-reports .container .wrapper form {
  margin: 50px 0;
  padding: 0 37px;
}
@media (max-width: 1100px) {
  .form-reports .container .wrapper form {
    margin: 30px 0;
    padding: 0;
  }
}
.form-reports .container .wrapper form .row {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 650px) {
  .form-reports .container .wrapper form .row {
    flex-direction: column;
  }
}
.form-reports .container .wrapper form .row:first-of-type {
  margin-top: 0;
}
.form-reports .container .wrapper form .row.full-width-col .col {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
}
.form-reports .container .wrapper form .row.full-width-col .col:last-of-type {
  margin-top: 0 !important;
}
.form-reports .container .wrapper form .row .input-wrapper {
  width: 100%;
}
.form-reports .container .wrapper form .row .checkbox-wrapper, .form-reports .container .wrapper form .row .btn-wrapper {
  margin-top: 10px;
}
.form-reports .container .wrapper form .row .col {
  max-width: 50%;
  width: calc(50% - 15px);
}
@media (max-width: 650px) {
  .form-reports .container .wrapper form .row .col {
    max-width: 100%;
    width: 100%;
  }
  .form-reports .container .wrapper form .row .col:first-of-type {
    margin-right: 0 !important;
  }
  .form-reports .container .wrapper form .row .col:last-of-type {
    margin-left: 0 !important;
    margin-top: 20px !important;
  }
}
.form-reports .container .wrapper form .row .col:first-of-type {
  margin-right: 15px;
}
.form-reports .container .wrapper form .row .col:last-of-type {
  margin-left: 15px;
}
.form-reports .container .wrapper form .row .input-wrapper small, .form-reports .container .wrapper form .row .checkbox-wrapper small, .form-reports .container .wrapper form .row .select-wrapper small {
  display: none;
}
.form-reports .container .wrapper form .row .input-wrapper.error small, .form-reports .container .wrapper form .row .checkbox-wrapper.error small, .form-reports .container .wrapper form .row .select-wrapper.error small {
  margin-top: 2px;
  display: block;
  color: #ED1C24;
  font-size: 10px;
}

.rows-info {
  margin: 50px 0 40px 0;
}
.rows-info .container .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border: 1px solid #14713F;
  border-radius: 10px;
  padding: 50px 0 70px 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .rows-info .container .wrapper {
    padding: 30px 0 40px 0;
  }
}
@media (max-width: 1024px) {
  .rows-info .container .wrapper {
    padding: 20px 0 30px 0;
  }
}
.rows-info .container .title-wrapper {
  max-width: 690px;
  width: 100%;
}
.rows-info .container .rows {
  display: flex;
  flex-direction: column;
  max-width: 690px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .rows-info .container .rows {
    padding: 0 15px;
    margin-top: 20px;
  }
}
.rows-info .container .rows .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #14713F;
  margin-bottom: 10px;
  padding: 14px 30px;
}
.rows-info .container .rows .row.shadow-row {
  background-color: #b8d2c4;
  border-radius: 69px;
  border-bottom: none;
  padding: 8px 30px;
}
.rows-info .container .rows .row.shadow-row p {
  font-weight: 700;
  color: #4F5F43;
}
.rows-info .container .rows .row.shadow-row p.value {
  font-weight: 400;
}
.rows-info .container .rows .row:last-of-type {
  margin-bottom: 0;
}
.rows-info .container .rows .row p {
  font-size: 14px;
  color: #4F5F43;
}
.rows-info .container .rows .row p.value {
  font-weight: 700;
  margin-left: 15px;
}

.winter .rows-info .container .wrapper .rows .row.shadow-row {
  background-color: #c8e5e7;
}

.editor-bg {
  position: relative;
  margin: 80px 0;
}
@media (max-width: 1024px) {
  .editor-bg {
    margin: 30px 0 40px 0;
  }
}
.editor-bg.without-bg {
  margin: 50px 0 40px 0;
}
.editor-bg.without-bg .container {
  padding-top: 0;
}
.editor-bg .bg-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.editor-bg .bg-wrapper img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  width: 100%;
}
.editor-bg .container {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .editor-bg .container {
    padding-top: 30px;
  }
}
.editor-bg .container .editor-wrapper ul li:before {
  background-color: #84E3B1;
}
.tiles-image-editor-row {
  margin: 80px 0 50px 0;
}
@media (max-width: 1024px) {
  .tiles-image-editor-row {
    margin: 30px 0 40px 0;
  }
}
.tiles-image-editor-row .container .wrapper {
  display: flex;
  flex-direction: column;
}
.tiles-image-editor-row .container .wrapper .tile-row {
  display: flex;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #14713F;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .tiles-image-editor-row .container .wrapper .tile-row {
    margin-bottom: 20px;
    padding: 15px;
  }
}
.tiles-image-editor-row .container .wrapper .tile-row:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .tiles-image-editor-row .container .wrapper .tile-row {
    flex-direction: column;
  }
}
.tiles-image-editor-row .container .wrapper .tile-row .editor-wrapper h1, .tiles-image-editor-row .container .wrapper .tile-row .editor-wrapper h2, .tiles-image-editor-row .container .wrapper .tile-row .editor-wrapper h3, .tiles-image-editor-row .container .wrapper .tile-row .editor-wrapper h4, .tiles-image-editor-row .container .wrapper .tile-row .editor-wrapper h5, .tiles-image-editor-row .container .wrapper .tile-row .editor-wrapper h6 {
  color: #14713F;
}
.tiles-image-editor-row .container .wrapper .tile-row .editor-wrapper ul li:before {
  background-color: #84E3B1;
}
.tiles-image-editor-row .container .wrapper .tile-row .editor-wrapper p {
  font-size: 14px;
  line-height: 20px;
}
.tiles-image-editor-row .container .wrapper .tile-row .editor-wrapper * {
  margin-top: 10px !important;
}
.tiles-image-editor-row .container .wrapper .tile-row .editor-wrapper *:first-child {
  margin-top: 0 !important;
}
.tiles-image-editor-row .container .wrapper .tile-row .editor-wrapper.two-cols {
  display: flex;
}
@media (max-width: 762px) {
  .tiles-image-editor-row .container .wrapper .tile-row .editor-wrapper.two-cols {
    flex-direction: column;
  }
  .tiles-image-editor-row .container .wrapper .tile-row .editor-wrapper.two-cols .col {
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .tiles-image-editor-row .container .wrapper .tile-row .editor-wrapper.two-cols .col:last-of-type {
    margin-top: 15px !important;
  }
}
.tiles-image-editor-row .container .wrapper .tile-row .editor-wrapper.two-cols .col {
  max-width: calc(50% - 5px);
  width: 100%;
  margin-top: 0 !important;
}
.tiles-image-editor-row .container .wrapper .tile-row .editor-wrapper.two-cols .col:first-of-type {
  margin-right: 5px;
}
.tiles-image-editor-row .container .wrapper .tile-row .editor-wrapper.two-cols .col:last-of-type {
  margin-left: 5px;
}
.tiles-image-editor-row .container .wrapper .tile-row .editor-wrapper.two-cols .col img {
  border-radius: 0;
  max-width: 100%;
}
.tiles-image-editor-row .container .wrapper .tile-row .image {
  margin-right: 30px;
  position: relative;
}
@media (max-width: 500px) {
  .tiles-image-editor-row .container .wrapper .tile-row .image {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.tiles-image-editor-row .container .wrapper .tile-row .image .mask {
  display: none;
}
.tiles-image-editor-row .container .wrapper .tile-row .image img, .tiles-image-editor-row .container .wrapper .tile-row .image svg {
  width: 114px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .tiles-image-editor-row .container .wrapper .tile-row .image img, .tiles-image-editor-row .container .wrapper .tile-row .image svg {
    height: 80px;
  }
}

.text-with-icon-row {
  margin: 60px 0 100px 0;
}
@media (max-width: 900px) {
  .text-with-icon-row {
    margin: 50px 0 100px;
  }
}
.text-with-icon-row .container .wrapper {
  display: flex;
  justify-content: space-between;
  border: 1px solid #14713F;
  border-radius: 10px;
  padding: 33.5px 30px;
}
@media (max-width: 900px) {
  .text-with-icon-row .container .wrapper {
    flex-direction: column;
    padding: 20px 15px;
  }
}
.text-with-icon-row .container .wrapper .col {
  display: flex;
  justify-content: center;
  width: 100%;
}
.text-with-icon-row .container .wrapper .col:first-of-type {
  max-width: calc(33.3% - 15px);
  margin-right: 15px;
}
.text-with-icon-row .container .wrapper .col:last-of-type {
  max-width: calc(66.6% - 15px);
  margin-left: 15px;
}
@media (max-width: 900px) {
  .text-with-icon-row .container .wrapper .col {
    max-width: 100% !important;
    margin: 0 !important;
    justify-content: center;
  }
  .text-with-icon-row .container .wrapper .col:last-of-type {
    margin-top: 20px !important;
    justify-content: flex-start;
  }
}
.text-with-icon-row .container .wrapper .col .image {
  height: 100%;
  position: relative;
}
.text-with-icon-row .container .wrapper .col .image .bg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 240px;
  height: 240px;
  border: 4px solid #2296D3;
  border-radius: 50%;
}
@media (max-width: 900px) {
  .text-with-icon-row .container .wrapper .col .image .bg {
    position: relative;
    top: initial;
    left: initial;
    transform: none;
    width: 170px;
    height: 170px;
  }
}
.text-with-icon-row .container .wrapper .col .image .bg img, .text-with-icon-row .container .wrapper .col .image .bg svg {
  animation: rotate 4s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@media (max-width: 900px) {
  .text-with-icon-row .container .wrapper .col .image .bg img, .text-with-icon-row .container .wrapper .col .image .bg svg {
    width: 120px;
    height: 120px;
  }
}

.bg-editor-btn-icons {
  min-height: 900px;
  max-width: 100%;
  width: 100%;
  position: relative;
  margin: 40px 0 100px 0;
}
.bg-editor-btn-icons .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-editor-btn-icons .container {
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%;
}
.bg-editor-btn-icons .container .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 900px;
}
.bg-editor-btn-icons .container .wrapper .editor-wrapper * {
  color: #ffffff;
}
.bg-editor-btn-icons .container .wrapper .btn-wrapper {
  margin-top: 20px;
}
.bg-editor-btn-icons .container .wrapper .title-wrapper {
  margin-top: 110px;
}
@media (max-width: 1024px) {
  .bg-editor-btn-icons .container .wrapper .title-wrapper {
    margin-top: 40px;
  }
}
.bg-editor-btn-icons .container .wrapper .title-wrapper * {
  color: #ffffff;
  text-align: left;
}
.bg-editor-btn-icons .container .wrapper .links-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 1320px) {
  .bg-editor-btn-icons .container .wrapper .links-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .bg-editor-btn-icons .container .wrapper .links-wrapper {
    margin-top: 20px;
  }
}
.bg-editor-btn-icons .container .wrapper .links-wrapper .link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #14713F;
  background-color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  color: #14713F;
  width: 100%;
  max-width: calc(25% - 20px);
  margin-right: 30px;
}
@media (max-width: 1320px) {
  .bg-editor-btn-icons .container .wrapper .links-wrapper .link-icon {
    margin-right: 20px;
    margin-top: 20px;
    max-width: calc(50% - 10px);
  }
  .bg-editor-btn-icons .container .wrapper .links-wrapper .link-icon:nth-of-type(2), .bg-editor-btn-icons .container .wrapper .links-wrapper .link-icon:nth-of-type(4) {
    margin-right: 0;
  }
}
@media (max-width: 650px) {
  .bg-editor-btn-icons .container .wrapper .links-wrapper .link-icon {
    margin-right: 0 !important;
    max-width: 100%;
  }
}
.bg-editor-btn-icons .container .wrapper .links-wrapper .link-icon:last-of-type {
  margin-right: 0;
}
.bg-editor-btn-icons .container .wrapper .links-wrapper .link-icon .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-right: 5px;
  width: 80px;
}
.bg-editor-btn-icons .container .wrapper .links-wrapper .link-icon .icon-wrapper img {
  width: 50px;
  height: 35px;
  object-fit: contain;
}
.bg-editor-btn-icons .container .wrapper .links-wrapper .link-icon .content-wrapper {
  padding: 25.5px 20px 25.5px 0 !important;
}
.bg-editor-btn-icons .container .wrapper .links-wrapper .link-icon .content-wrapper .title {
  color: #043466;
}
.bg-editor-btn-icons .container .wrapper .links-wrapper .link-icon .content-wrapper .title p {
  font-weight: 900;
  font-size: 16px;
}
.bg-editor-btn-icons .container .wrapper .links-wrapper .link-icon .content-wrapper .btn-wrapper {
  margin-top: 5px;
}
.bg-editor-btn-icons .container .wrapper .links-wrapper .link-icon .content-wrapper .btn-wrapper .btn {
  padding: 10px 0 0 0;
  color: #4F5F43;
}
.bg-editor-btn-icons .container .wrapper .links-wrapper .link-icon .content-wrapper .btn-wrapper .btn svg path {
  fill: #84E3B1;
}

.boxes-information-row {
  margin: 50px 0;
}
@media (max-width: 1024px) {
  .boxes-information-row {
    margin: 30px 0 40px 0;
  }
}
.boxes-information-row .container .wrapper .info-boxes {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .boxes-information-row .container .wrapper .info-boxes {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .boxes-information-row .container .wrapper .info-boxes {
    flex-direction: column;
  }
}
.boxes-information-row .container .wrapper .info-boxes .info-box {
  display: flex;
  justify-content: center;
  border: 1px solid #14713F;
  background-color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  color: #14713F;
  width: 100%;
  max-width: calc(33.3% - 20px);
  padding: 15px 15px 30px 15px;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .boxes-information-row .container .wrapper .info-boxes .info-box {
    max-width: calc(50% - 10px);
    margin-right: 0;
  }
  .boxes-information-row .container .wrapper .info-boxes .info-box:first-of-type {
    margin-right: 10px;
  }
  .boxes-information-row .container .wrapper .info-boxes .info-box:nth-of-type(2) {
    margin-left: 10px;
  }
  .boxes-information-row .container .wrapper .info-boxes .info-box:last-of-type {
    margin-top: 20px !important;
    max-width: 100%;
  }
}
@media (max-width: 750px) {
  .boxes-information-row .container .wrapper .info-boxes .info-box:first-of-type, .boxes-information-row .container .wrapper .info-boxes .info-box:nth-of-type(2) {
    flex-wrap: wrap;
  }
  .boxes-information-row .container .wrapper .info-boxes .info-box:first-of-type .icon, .boxes-information-row .container .wrapper .info-boxes .info-box:nth-of-type(2) .icon {
    margin-right: 0 !important;
  }
}
@media (max-width: 550px) {
  .boxes-information-row .container .wrapper .info-boxes .info-box {
    max-width: calc(50% - 5px);
  }
  .boxes-information-row .container .wrapper .info-boxes .info-box:first-of-type {
    margin-right: 5px;
    padding: 10px 10px 20px 10px;
  }
  .boxes-information-row .container .wrapper .info-boxes .info-box:nth-of-type(2) {
    margin-left: 5px;
    padding: 10px 10px 20px 10px;
  }
}
@media (max-width: 500px) {
  .boxes-information-row .container .wrapper .info-boxes .info-box {
    max-width: 100%;
    margin: 15px 0 0 0 !important;
    flex-wrap: wrap;
  }
  .boxes-information-row .container .wrapper .info-boxes .info-box:first-of-type {
    margin-top: 0 !important;
  }
}
.boxes-information-row .container .wrapper .info-boxes .info-box:last-of-type {
  margin-right: 0;
}
.boxes-information-row .container .wrapper .info-boxes .info-box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  width: 114px;
  height: 114px;
}
.boxes-information-row .container .wrapper .info-boxes .info-box .icon img {
  max-width: 114px;
  object-fit: contain;
}
.boxes-information-row .container .wrapper .info-boxes .info-box .content .editor-wrapper p {
  font-size: 14px;
  color: #4F5F43;
}
@media (max-width: 550px) {
  .boxes-information-row .container .wrapper .info-boxes .info-box .content .editor-wrapper p {
    font-size: 12px;
  }
}

.icons-title-btn-row {
  background-color: #b8d2c4;
  padding: 50px 0 65px 0;
  margin: 50px 0;
}
@media (max-width: 1024px) {
  .icons-title-btn-row {
    margin: 30px 0 40px 0;
    padding: 30px 0 45px 0;
  }
}
.icons-title-btn-row .container .wrapper .title-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .icons-title-btn-row .container .wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.icons-title-btn-row .container .wrapper .links {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1320px) {
  .icons-title-btn-row .container .wrapper .links {
    flex-wrap: wrap;
  }
}
.icons-title-btn-row .container .wrapper .links .link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #043466;
  background-color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  color: #14713F;
  width: 100%;
  max-width: calc(25% - 20px);
  margin-right: 30px;
  margin-top: 30px;
}
@media (max-width: 1320px) {
  .icons-title-btn-row .container .wrapper .links .link-icon {
    margin-right: 20px;
    margin-top: 20px;
    max-width: calc(50% - 10px);
  }
  .icons-title-btn-row .container .wrapper .links .link-icon:nth-of-type(2), .icons-title-btn-row .container .wrapper .links .link-icon:nth-of-type(4) {
    margin-right: 0;
  }
}
@media (max-width: 650px) {
  .icons-title-btn-row .container .wrapper .links .link-icon {
    margin-right: 0 !important;
    max-width: 100%;
  }
}
.icons-title-btn-row .container .wrapper .links .link-icon:last-of-type {
  margin-right: 0;
}
.icons-title-btn-row .container .wrapper .links .link-icon .icon-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 80px;
}
.icons-title-btn-row .container .wrapper .links .link-icon .icon-wrapper img {
  width: 50px;
  height: 35px;
  object-fit: contain;
}
.icons-title-btn-row .container .wrapper .links .link-icon .content-wrapper {
  padding: 25.5px 20px 25.5px 0 !important;
}
.icons-title-btn-row .container .wrapper .links .link-icon .content-wrapper .title p {
  font-weight: 900;
  font-size: 16px;
  color: #043466;
}
.icons-title-btn-row .container .wrapper .links .link-icon .content-wrapper .btn-wrapper .btn {
  padding: 10px 0 0 0;
  color: #4F5F43;
}

.winter .icons-title-btn-row {
  background-color: #c8e5e7;
}