@charset "UTF-8";
.w-reset {
  max-width: 100%;
  width: 100%;
}

.ul-reset {
  margin: 0;
  padding: 0;
}
.ul-reset li {
  list-style-type: none;
}

p {
  margin: 0 !important;
  line-height: 130%;
}

a {
  text-decoration: none !important;
}

.clear-li {
  padding: 0;
  margin: 0;
}
.clear-li li {
  list-style: none;
}

.fs-12 {
  font-size: 12px;
}
@media only screen and (max-width: 639px) {
  .fs-12 {
    font-size: 10px;
  }
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-27 {
  font-size: 27px;
}

.bold-400 {
  font-weight: 400;
}

.bold-600 {
  font-weight: 600;
}

.bold-700 {
  font-weight: 700;
}

.center {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.case {
  text-transform: normal;
}

.nocase {
  text-transform: none;
}

.prel {
  position: relative;
}

.pabs {
  position: absolute;
}

.pfix {
  position: fixed;
}

header {
  z-index: 1111;
}

.header {
  position: relative;
  border-radius: 80px;
  padding: 8px 32px;
  background: white;
  margin: 17px 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .header {
    margin: 10px 10px;
  }
}
@media (max-width: 768px) {
  .header {
    justify-content: right;
    padding: 8px 10px;
  }
}
@media (max-width: 768px) {
  .header .b2b-btn {
    display: none;
  }
}

.header-links {
  font-size: 13px;
  display: flex;
}
@media (max-width: 768px) {
  .header-links {
    display: none !important;
  }
}
.header-links a {
  color: black;
  transition: color 0.3s ease-in-out;
}
.header-links a:hover {
  color: #4E8181;
  transition: color 0.3s ease-in-out;
}

.main-btn {
  border: 1px solid #85B5B1;
  font-size: 14px;
  color: #304E4E;
  border-radius: 24px;
  padding: 13px 16px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
.main-btn svg path {
  transition: fill 0.3s ease-in-out;
}
.main-btn:hover {
  background: #26A386;
  border: 1px solid #26A386;
  color: white;
  transition: all 0.3s ease-in-out;
}
.main-btn:hover svg path {
  fill: white;
  transition: fill 0.3s ease-in-out;
}
.main-btn svg {
  margin-right: 5px;
}

.b2b-btn {
  background: #85B5B1;
  color: white;
}
@media (max-width: 768px) {
  .b2b-btn {
    color: white !important;
    display: flex;
    justify-content: center;
    margin: 10px auto;
  }
}

.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .logo {
    left: 20px;
    transform: unset;
  }
}
@media (max-width: 768px) {
  .logo svg {
    width: 70px;
  }
}

.open-menu {
  background: #304E4E;
  border-radius: 24px;
}

.toggle-btn {
  width: 81px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.lines {
  position: relative;
  width: 32px;
  height: 20px;
  margin-top: 4px;
}

.line {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s ease, top 0.3s ease;
}

.line.top {
  top: 0;
}

.line.bottom {
  top: 12px;
}

/* Active (X state) */
.toggle-btn.active .line.top {
  top: 6px;
  transform: rotate(45deg);
}

.toggle-btn.active .line.bottom {
  top: 6px;
  transform: rotate(-45deg);
}

.menu {
  position: absolute;
  height: 821px;
  z-index: 1;
  top: -120%;
  left: 0;
  right: 0;
  margin: 0 56px;
  background: white;
  border-radius: 40px;
}
@media (max-width: 1300px) {
  .menu {
    height: 631px;
  }
}
@media (max-width: 1024px) {
  .menu {
    height: unset;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .menu {
    top: -200%;
  }
}
.menu .row {
  height: 100%;
}
@media (max-width: 768px) {
  .menu .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .menu .main-btn.c-btn {
    display: flex;
    justify-content: center;
    padding: 17px 80px !important;
  }
}

@media (max-width: 768px) {
  footer .main-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 17px 0 !important;
  }
}
.menu.active {
  top: 90px;
  z-index: 1111;
}
@media (max-width: 1024px) {
  .menu.active {
    top: 85px;
    border-radius: 40px;
    padding-top: 20px;
  }
}

.menu-right {
  border-left: 1px solid #304E4E;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 144px !important;
}
@media (max-width: 1300px) {
  .menu-right {
    padding-left: 45px !important;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .menu-right {
    padding: 0 !important;
    text-align: center;
  }
}
.menu-right a {
  font-size: 55px;
  color: #304E4E;
  transition: color 0.3s ease-in-out;
  padding-bottom: 10px;
}
@media (max-width: 1300px) {
  .menu-right a {
    font-size: 45px !important;
  }
}
@media (max-width: 768px) {
  .menu-right a {
    font-size: 20px !important;
  }
}
.menu-right a:hover {
  color: #42B0A6;
  transition: color 0.3s ease-in-out;
}

.menu-left svg {
  margin-bottom: 200px;
}
@media (max-width: 1300px) {
  .menu-left svg {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .menu-left svg {
    display: none;
  }
}
@media (max-width: 1024px) {
  .menu-left .footer-c-links a {
    font-size: 25px !important;
  }
}
@media (max-width: 768px) {
  .menu-left .footer-c-links {
    padding: 0 20px;
    padding-bottom: 20px;
  }
  .menu-left .footer-c-links a {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  .menu-left .learn-more {
    margin-top: 20px !important;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .header-nav.gap-3 {
    gap: 5px !important;
  }
}

@media (max-width: 1300px) {
  footer .main-btn {
    padding: 17px 60px !important;
  }
}

.footer-top {
  background-color: #D0E8FF;
}

.footer-link {
  color: #2C7DCC;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.3s ease-in-out;
}
.footer-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-bottom {
  background-color: #2C7DCC;
  font-weight: 600;
}

.body {
  background: #E1EEE9;
}

.fw-bold {
  font-weight: 600;
}

.fw-bolder {
  font-weight: 800;
}

.hero-section {
  padding: 0 52px;
}
@media (max-width: 1024px) {
  .hero-section {
    padding: 20px 10px 0 10px;
  }
}

.mask-wrapper {
  position: relative;
  height: 817px;
  width: 100%;
}
@media (max-width: 768px) {
  .mask-wrapper {
    height: unset;
    position: unset;
  }
}
.mask-wrapper .hero-mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.video-layer {
  position: absolute;
  inset: 0;
  mask: url(#video-mask);
  -webkit-mask: url(#video-mask);
  overflow: hidden;
}
@media (max-width: 768px) {
  .video-layer {
    position: unset;
    mask: unset;
    inset: unset;
    width: 100%;
  }
}

.video-layer-2 {
  position: absolute;
  inset: 0;
  mask: url(#video-mask-2);
  -webkit-mask: url(#video-mask-2);
  overflow: hidden;
}

.video-layer video {
  border-radius: 0 40px 40px 0;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}
@media (max-width: 768px) {
  .video-layer video {
    border-radius: 20px;
    height: 290px;
  }
}

.video-layer-2 img {
  border-radius: 0 40px 40px 0;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}

.video-p {
  font-size: 30px;
  color: #304E4E;
  position: absolute;
  bottom: 0;
  width: 450px;
  left: 35px;
  bottom: 60px;
}
@media (max-width: 768px) {
  .video-p {
    position: unset;
    text-align: center;
    padding: 10px 0;
    font-size: 25px;
    width: 100%;
  }
}

.video-heading {
  position: absolute;
  color: white;
  width: 50%;
  left: 76px;
  bottom: 286px;
}
@media (max-width: 768px) {
  .video-heading {
    width: 100%;
    position: unset;
    color: #304E4E;
  }
}
.video-heading h1 {
  font-size: 68px;
}
@media (max-width: 1300px) {
  .video-heading h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .video-heading h1 {
    font-size: 22px;
    text-align: center;
  }
}

.under-hero-info {
  font-size: 40px;
  padding: 113px 228px;
  text-align: center;
  color: #304E4E;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .under-hero-info {
    padding: 70px 118px;
  }
}
@media (max-width: 768px) {
  .under-hero-info {
    padding: 40px 10px 0 10px;
    font-size: 25px;
  }
  .under-hero-info .learn-more {
    width: 100% !important;
    margin-top: 30px;
  }
  .under-hero-info .learn-more .main-btn {
    display: flex;
    justify-content: center;
    text-align: center !important;
    font-size: 16px;
  }
}

.learn-more {
  width: fit-content;
  margin: 0 auto;
  margin-top: 56px;
}
.learn-more .btn-arrow {
  opacity: 0;
  position: absolute;
  right: -60px;
  transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.learn-more .main-btn {
  position: relative;
  overflow: hidden;
  font-size: 21px;
  padding: 25px 143px;
  border-radius: 50px;
  background: #304E4E;
  color: white;
  font-weight: 400;
}
.learn-more .main-btn:hover .btn-arrow {
  opacity: 1;
  right: 30px;
}
.learn-more .main-btn:hover {
  background: #26A386;
}
@media (max-width: 768px) {
  .learn-more .main-btn {
    padding: 25px 43px;
  }
}

@media (max-width: 768px) {
  .open-video {
    text-align: center;
    justify-content: center;
  }
  .open-video svg {
    filter: brightness(0);
  }
}

.outline a {
  border: 2px solid #304e4e !important;
  background-color: transparent;
  color: #304e4e;
}
.outline a:hover {
  border: 2px solid #26A386 !important;
}

.px-56 {
  padding-left: 56px;
  padding-right: 56px;
}
@media (max-width: 1024px) {
  .px-56 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.slider-heading {
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .slider-heading {
    padding-bottom: 10px;
  }
}
.slider-heading h2 {
  font-size: 63px;
  margin: 0;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .slider-heading h2 {
    font-size: 50px;
  }
}
.slider-heading hr {
  opacity: 1;
  margin: 0;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .slider-heading hr {
    padding-bottom: 20px;
  }
}

.custom-slider {
  overflow: visible;
  min-height: 420px;
}
@media (max-width: 1024px) {
  .custom-slider {
    min-height: unset;
  }
}

.swiper {
  margin-left: 60px !important;
}
@media (max-width: 1024px) {
  .swiper {
    margin-left: 20px !important;
  }
}

.slide {
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%; /* позволява на Swiper да мащабира */
  max-width: 400px; /* максимална ширина за големи екрани */
}
@media (max-width: 1024px) {
  .slide {
    max-width: 100% !important;
    width: 250px !important;
  }
}
.slide .scale-img {
  overflow: hidden;
  border-radius: 40px;
}
@media (max-width: 1024px) {
  .slide .scale-img {
    border-radius: 20px;
  }
}
.slide .scale-img img {
  transition: scale 0.5s ease-in-out;
}
.slide:hover .scale-img img {
  scale: 1.2;
  transition: scale 0.5s ease-in-out;
}
.slide span {
  font-size: 47px;
}
.slide img {
  width: 400px;
  height: 528px;
  object-fit: cover;
  border-radius: 40px;
  filter: brightness(0.8);
}
@media (max-width: 1024px) {
  .slide img {
    width: 250px;
    height: 300px;
    border-radius: 20px;
  }
}
.slide.swiper-slide-double {
  flex: 0 0 410px;
  max-width: 100% !important;
}
@media (max-width: 1024px) {
  .slide.swiper-slide-double {
    flex: unset;
    max-width: 250px !important;
  }
}
.slide.swiper-slide-double span {
  font-size: 64px !important;
  width: 100%;
}
@media (max-width: 1024px) {
  .slide.swiper-slide-double span {
    font-size: 25px !important;
  }
}
.slide.swiper-slide-double img {
  width: unset !important;
}
@media (max-width: 1024px) {
  .slide.swiper-slide-double img {
    width: 250px !important;
  }
}

.cat-icon {
  position: absolute;
  bottom: 0;
  right: 30px;
  bottom: 28px;
}
@media (max-width: 1024px) {
  .cat-icon {
    display: none;
  }
}

.swiper-2 {
  width: 100%;
  overflow: hidden;
}

.swiper-slide.see-all {
  background: #304E4E;
  height: 528px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .swiper-slide.see-all {
    width: 250px;
    height: 300px;
  }
}
.swiper-slide.see-all h3 {
  text-align: center;
  font-size: 38px;
  color: white;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .swiper-slide.see-all h3 {
    font-size: 25px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .swiper-slide.see-all .all-cat-icon svg {
    width: 80px;
    height: 80px;
  }
}
.swiper-slide.see-all .all-cat-icon rect {
  transition: fill 0.5s ease-in-out;
}
.swiper-slide.see-all .all-cat-icon path {
  transition: fill 0.5s ease-in-out;
}
.swiper-slide.see-all:hover .all-cat-icon rect {
  fill: white;
  transition: fill 0.5s ease-in-out;
}
.swiper-slide.see-all:hover .all-cat-icon path {
  fill: #304E4E;
  transition: fill 0.5s ease-in-out;
}

.slide span {
  position: absolute;
  bottom: 25px;
  left: 32px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  width: 230px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .slide span {
    font-size: 25px;
    width: 100%;
    left: 20px;
    bottom: 20px;
  }
}

.custom-arrow {
  transition: opacity 0.3s ease-in-out;
}

.custom-arrow:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

.main-slider.left .swiper {
  margin-right: 60px !important;
  margin-left: unset !important;
}
@media (max-width: 1024px) {
  .main-slider.left .swiper {
    margin-right: 20px !important;
  }
}

.mask-wrapper-2 {
  height: 581px;
}
@media (max-width: 768px) {
  .mask-wrapper-2 {
    position: relative !important;
  }
}
.mask-wrapper-2 h2 {
  font-size: 61px;
  color: #304E4E;
  width: 340px;
  font-weight: 700;
  padding-left: 70px;
}
@media (max-width: 768px) {
  .mask-wrapper-2 h2 {
    padding-left: 0;
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .main-slider {
    margin: 50px 0 !important;
  }
  .main-slider .learn-more {
    padding-top: 10px;
    width: 100%;
    justify-content: space-between;
  }
  .main-slider .learn-more svg {
    width: 50px;
  }
  .main-slider .main-btn {
    padding: 10px 20px !important;
    font-size: 16px;
  }
  .main-slider .custom-arrow svg {
    width: 40px;
  }
}

.p-pos {
  font-size: 31px;
  color: white;
  width: 600px;
  position: absolute;
  bottom: 120px;
  left: 80px;
}
@media (max-width: 768px) {
  .p-pos {
    width: 100%;
  }
}

.link-pos {
  width: fit-content;
  padding: 20px 73px;
  border-radius: 50px;
  position: absolute;
  bottom: 77px;
  background: white;
  font-size: 21px;
  right: 79px;
}
.link-pos:hover {
  color: #304E4E;
  background: rgb(38, 163, 134) !important;
}

h2 {
  color: #304E4E !important;
}

@media (max-width: 768px) {
  .quality .row {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .quality .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1300px) {
  .quality .slider-heading {
    padding-bottom: 30px;
  }
}
.quality h2 {
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 1300px) {
  .quality h2 {
    font-size: 35px;
  }
}
.quality .q-info {
  position: absolute;
  top: 182px;
  padding: 0 61px;
  color: #304E4E;
}
@media (max-width: 1614px) {
  .quality .q-info {
    top: 142px;
  }
}
@media (max-width: 1300px) {
  .quality .q-info {
    top: 100px;
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .quality .q-info {
    top: 130px;
    padding: 0 50px;
  }
}
.quality .q-info p {
  font-size: 27px;
}
@media (max-width: 1742px) {
  .quality .q-info p {
    font-size: 24px;
  }
}
@media (max-width: 1614px) {
  .quality .q-info p {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .quality .q-info p {
    font-size: 15px;
  }
}
.quality .learn-more-q {
  color: #304E4E;
  position: absolute;
  bottom: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 61px;
  font-size: 18px;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 1742px) {
  .quality .learn-more-q {
    bottom: 22px;
  }
}
@media (max-width: 1300px) {
  .quality .learn-more-q {
    bottom: 30px;
    padding: 0 50px;
  }
}
.quality .learn-more-q svg path {
  transition: all 0.3s ease-in-out;
}
.quality .learn-more-q rect {
  transition: stroke 0.3s ease-in-out;
}
@media (max-width: 1300px) {
  .quality .learn-more-q svg {
    width: 40px;
  }
}
.quality .q-heading {
  display: flex;
  align-items: center;
  position: absolute;
  color: #304E4E;
  font-size: 32px;
  font-weight: 700;
  top: 25px;
  left: 15px;
}
@media (max-width: 1507px) {
  .quality .q-heading {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .quality .q-heading {
    top: 10px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .quality .q-heading {
    top: 30px;
    font-size: 20px;
  }
}
.quality .q-heading svg {
  margin-right: 10px;
}
.quality .img-fluid path {
  transition: fill 0.3s ease-in-out;
}
.quality .col-xl-4:hover {
  cursor: pointer;
  color: white;
}
.quality .col-xl-4:hover .q-info {
  color: white;
}
.quality .col-xl-4:hover .img-fluid path {
  fill: #304E4E;
  transition: fill 0.3s ease-in-out;
}
.quality .col-xl-4:hover .learn-more-q {
  color: white;
  transition: color 0.3s ease-in-out;
}
.quality .col-xl-4:hover .learn-more-q svg path {
  fill: white;
  transform: translateX(7px);
  transition: all 0.3s ease-in-out;
}
.quality .col-xl-4:hover .learn-more-q rect {
  stroke: white;
  transition: stroke 0.3s ease-in-out;
}

@media (max-width: 768px) {
  footer {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.footer {
  border-radius: 40px;
  background: white;
  padding: 61px;
}
@media (max-width: 768px) {
  .footer {
    padding: 30px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer .learn-more {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer .learn-more a {
  padding: 17px 50px !important;
}

.footer-c-links {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .footer-c-links .mt-4 {
    margin-top: 10px !important;
  }
}
.footer-c-links a {
  font-size: 27px;
  color: #85B5B1;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .footer-c-links a {
    font-size: 20px;
  }
}
.footer-c-links a:hover {
  color: #304E4E;
  transition: color 0.3s ease-in-out;
}

.footer-links {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 768px) {
  .footer-links {
    text-align: center;
    padding: 20px 0 30px 0;
  }
}
.footer-links a {
  font-size: 35px;
  color: #85B5B1;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .footer-links a {
    font-size: 25px;
  }
}
.footer-links a:hover {
  color: #304E4E;
  transition: color 0.3s ease-in-out;
}

.more-links {
  width: 100%;
}
@media (max-width: 768px) {
  .more-links {
    padding: 0;
  }
}
.more-links a {
  margin-bottom: 16px;
  display: block;
  width: 100%;
  background: #E1F1EC;
  font-size: 20px;
  padding: 16px 40px;
  color: #304E4E;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .more-links a {
    padding: 15px 15px;
    font-size: 18px;
  }
}
.more-links a:hover {
  background: #304E4E;
  color: white;
  transition: all 0.3s ease-in-out;
}

.bottom-footer a {
  color: #304E4E;
  font-size: 15px;
}

.follow-social svg {
  transition: filter 0.3s ease-in-out;
}
.follow-social svg:hover {
  filter: brightness(0.5);
  transition: filter 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .follow-social {
    padding-bottom: 20px;
    padding-top: 10px;
  }
}

.bottom-footer a {
  transition: color 0.3s ease-in-out;
}
.bottom-footer a:hover {
  color: #85B5B1;
  transition: color 0.3s ease-in-out;
}

.tech-wrapper h1 {
  color: #304E4E;
  font-size: 63px;
}
@media (max-width: 768px) {
  .tech-wrapper .main-btn {
    padding: 17px 80px !important;
  }
}

#print-panel, #contact-panel {
  border-radius: 0 40px 40px 0;
  width: 938px !important;
  display: flex !important;
  justify-content: center !important;
  padding: 85px 107px !important;
}
@media (max-width: 768px) {
  #print-panel, #contact-panel {
    padding: 50px 10px !important;
    border-radius: 0 20px 20px 0;
  }
}

#contact-panel {
  border-radius: 20px 0 0 20px !important;
}

.print-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 8px;
}
@media (max-width: 768px) {
  .print-grid {
    display: none;
  }
}

#panel-img {
  width: 100%;
  height: 456px;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 768px) {
  #panel-img {
    height: unset;
    margin-top: 10px;
  }
}

#panel-title {
  padding-top: 30px;
  padding-bottom: 20px !important;
  color: #304e4e !important;
}
@media (max-width: 768px) {
  #panel-title {
    padding-top: 10px;
    padding-bottom: 10px !important;
  }
}

.swiper-2 span {
  width: 70%;
}

/* общ стил за всички снимки */
.item {
  overflow: hidden;
  border-radius: 40px;
  position: relative;
  cursor: pointer;
}
.item h2 {
  position: absolute;
  bottom: 16px;
  padding: 0 32px;
  font-size: 43px;
  color: white !important;
  line-height: 1.1;
}
@media (max-width: 1800px) {
  .item h2 {
    font-size: 35px;
  }
}
.item img {
  transition: scale 0.3s ease-in-out;
}
.item:hover img {
  scale: 1.1;
  border-radius: 40px;
  transition: scale 0.3s ease-in-out;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 40px;
  filter: brightness(0.9);
}

/* === КОЛОНА 1 === */
.col1.a {
  grid-column: 1;
  grid-row: 1/span 2;
}

.col3.a {
  grid-column: 3;
  grid-row: 1/span 3;
}

.col1.b {
  grid-column: 1;
  grid-row: 3/span 2;
}

.col1.c {
  grid-column: 1;
  grid-row: 5/span 16;
  border-radius: 40px;
}

/* === КОЛОНА 2 === */
.col2.d {
  grid-column: 2;
  grid-row: 1/span 3;
}

.col2.e {
  grid-column: 2;
  grid-row: 5/span 2;
  border-radius: 40px;
}

.col2.z {
  grid-column: 2;
  grid-row: 4/span 17 !important;
  border-radius: 40px;
}
.col2.z img {
  scale: 1.3;
}
.col2.z:hover img {
  scale: 1.4;
}

/* === КОЛОНА 3 === */
.col3.f {
  grid-column: 3;
  grid-row: 1/span 4;
}

.col3.l {
  grid-column: 3;
  grid-row: 5/span 16;
}

.g {
  grid-row: 4/span 3;
  border-radius: 40px;
}

.gg {
  grid-row: 3/span 3;
  border-radius: 40px;
}

.e {
  grid-row: 1/span 5 !important;
  border-radius: 40px !important;
}

.h {
  grid-row: 6/span 1 !important;
  border-radius: 40px;
}

.labels-hero {
  width: 33%;
  position: absolute;
  bottom: 50px;
}
@media (max-width: 1750px) {
  .labels-hero {
    bottom: 30px;
  }
}
@media (max-width: 1520px) {
  .labels-hero {
    bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .labels-hero {
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .labels-hero {
    position: unset;
    width: 100%;
  }
}
.labels-hero h1 {
  font-size: 73px;
  font-weight: 300;
  color: #304E4E;
}
@media (max-width: 1520px) {
  .labels-hero h1 {
    font-size: 63px;
  }
}
@media (max-width: 1440px) {
  .labels-hero h1 {
    font-size: 53px;
  }
}
@media (max-width: 1300px) {
  .labels-hero h1 {
    font-size: 43px;
  }
}
@media (max-width: 768px) {
  .labels-hero h1 {
    font-size: 45px;
  }
}
.labels-hero p {
  color: #304E4E;
}
@media (max-width: 1300px) {
  .labels-hero p {
    font-size: 15px;
  }
}

.label-video-text {
  color: #304E4E;
  padding-top: 147px;
  padding-right: 18rem !important;
}
@media (max-width: 1300px) {
  .label-video-text {
    padding-top: 40px;
    padding-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .label-video-text {
    padding: 0 20px 20px 20px !important;
  }
}
.label-video-text h2 {
  font-size: 47px;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .label-video-text h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .label-video-text h2 {
    padding-bottom: 10px;
  }
}

.services .label-video-text {
  padding-right: 13rem !important;
}
@media (max-width: 768px) {
  .services .label-video-text {
    padding-right: 0 !important;
  }
}

.about-hero {
  color: #304E4E;
  width: 33%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  text-align: center;
}
@media (max-width: 1620px) {
  .about-hero {
    bottom: 10px;
  }
}
@media (max-width: 1390px) {
  .about-hero {
    bottom: -20px;
  }
}
@media (max-width: 768px) {
  .about-hero {
    width: 100%;
    position: relative;
    padding-top: 10px;
  }
}
.about-hero h1 {
  font-size: 58px;
  font-weight: 700;
}
@media (max-width: 1800px) {
  .about-hero h1 {
    font-size: 52px;
  }
}
@media (max-width: 1620px) {
  .about-hero h1 {
    font-size: 45px;
  }
}
@media (max-width: 1320px) {
  .about-hero h1 {
    font-size: 30px;
  }
}
.about-hero p {
  font-size: 20px;
}
@media (max-width: 1800px) {
  .about-hero p {
    font-size: 19px;
  }
}
@media (max-width: 1620px) {
  .about-hero p {
    font-size: 18px;
  }
}
@media (max-width: 1320px) {
  .about-hero p {
    font-size: 16px;
  }
}

.experience {
  padding-top: 250px;
  padding-bottom: 339px;
  font-size: 32px;
  position: relative;
}
@media (max-width: 1024px) {
  .experience {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .experience {
    font-size: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.experience .bg {
  height: 806px;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1024px) {
  .experience .bg {
    top: -15%;
  }
}
.experience .bg svg {
  width: 91vw;
}
.experience .w-60 {
  text-align: center;
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 768px) {
  .experience .w-60 {
    width: 100%;
  }
}
.experience h2 {
  font-size: 73px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .experience h2 {
    font-size: 45px;
  }
}
.main-btn {
  border-radius: 40px !important;
}

.c-btn {
  background: #304E4E;
  color: white;
  border-radius: 40px;
}

.text-block p {
  column-count: 2;
  column-gap: 40px;
  font-size: 23px;
}
@media (max-width: 768px) {
  .text-block p {
    font-size: 20px;
    column-count: 1;
    text-align: justify;
    column-gap: 0;
  }
}
.text-block .wrapper {
  padding: 0 12vw;
}
@media (max-width: 768px) {
  .text-block .wrapper {
    padding: 0;
  }
}

.slide-container {
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  user-select: none;
}
.slide-container::-webkit-scrollbar {
  display: none;
}

.slide-container:active {
  cursor: grabbing;
}

.slide-box-wrapper {
  flex-wrap: nowrap; /* важно за хоризонтален drag */
  width: max-content;
  color: #304E4E;
}

.slide-box {
  width: 420px;
}
@media (max-width: 768px) {
  .slide-box {
    width: 300px;
  }
}
.slide-box h3 {
  border-bottom: 8px solid #304E4E;
  font-size: 45px;
  padding-bottom: 20px;
}
.slide-box p {
  padding-right: 60px;
  padding-top: 15px;
  font-size: 23px;
}
@media (max-width: 768px) {
  .slide-box p {
    font-size: 18px;
  }
}
.slide-box:last-child {
  width: 300px;
}
.slide-box:last-child p {
  padding-right: 0;
}

.partners {
  padding: 50px 0 100px 0;
}
@media (max-width: 1024px) {
  .partners {
    padding-bottom: 40px;
  }
}
@media (max-width: 769px) {
  .partners {
    padding: 0;
  }
}
.partners h2 {
  color: #304E4E;
  font-size: 58px;
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .partners h2 {
    font-size: 45px;
    padding-bottom: 20px;
  }
}
.partners img {
  margin: 0 60px;
}
@media (max-width: 1500px) {
  .partners img {
    margin: 0 30px;
  }
}
@media (max-width: 1024px) {
  .partners img {
    scale: 0.7;
  }
}
@media (max-width: 768px) {
  .partners img {
    scale: 1;
    margin: 0 0 30px 0;
  }
}

.partners-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .partners-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .partners-wrapper div {
    display: flex;
    justify-content: center;
  }
}

.park-wrapper {
  color: #304E4E;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .park-wrapper {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.park-wrapper .row {
  padding-top: 200px;
}
@media (max-width: 1024px) {
  .park-wrapper .row {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .park-wrapper .row {
    padding-top: 100px;
  }
}
.park-wrapper h2 {
  font-size: 58px;
  text-align: center;
  padding-bottom: 13vw;
}
@media (max-width: 1024px) {
  .park-wrapper h2 {
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .park-wrapper h2 {
    font-size: 45px;
  }
}
.park-wrapper h3 {
  font-size: 58px;
  text-align: center;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .park-wrapper h3 {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .reverse {
    flex-direction: column-reverse;
  }
}
.m-img {
  position: absolute;
  top: 30%;
  left: 100px;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .m-img {
    width: 20rem;
    top: 50%;
  }
}
@media (max-width: 768px) {
  .m-img {
    left: unset;
  }
}
.m-img.right {
  right: 30px;
  left: unset;
}
@media (max-width: 768px) {
  .m-img.right {
    right: unset;
  }
}

.park-txt {
  background: #304E4E;
  padding: 4rem;
  color: white;
  border-radius: 40px;
  font-size: 23px;
}
@media (max-width: 1024px) {
  .park-txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .park-txt {
    padding: 30px;
  }
}

/* Overlay */
#site-overlay {
  position: fixed;
  inset: 0;
  background: rgba(110, 193, 170, 0.4705882353);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1040;
}

/* Panel */
.custom-panel-swiper {
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  /* Firefox */
  scrollbar-width: none;
  /* IE / Edge */
  -ms-overflow-style: none;
}

/* Chrome, Safari, Edge */
.custom-panel-swiper::-webkit-scrollbar {
  display: none;
}

#print-panel {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 90%;
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
  transition: 0.35s ease;
  z-index: 1050;
  overflow-y: auto;
}
#print-panel .swiper-wrapper {
  height: unset;
}

#contact-panel {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 90%;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: 0.35s ease;
  z-index: 1050;
  overflow-y: auto;
  color: #304E4E;
}
@media (max-width: 768px) {
  #contact-panel {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 60px !important;
  }
}
#contact-panel h2 {
  font-size: 49px;
  padding-bottom: 90px;
  width: 50%;
}
@media (max-width: 1024px) {
  #contact-panel h2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #contact-panel h2 {
    font-size: 25px;
    padding-bottom: 20px;
  }
}
#contact-panel input {
  height: 80px;
  border-radius: 24px;
  padding: 0px 30px;
  color: #304E4E;
}
@media (max-width: 1800px) {
  #contact-panel input {
    height: 70px;
  }
}
#contact-panel textarea {
  height: 277px;
  border-radius: 24px;
  color: #304E4E;
  padding: 30px;
}
@media (max-width: 1800px) {
  #contact-panel textarea {
    height: 200px;
  }
}
#contact-panel .main-btn {
  background: #304E4E;
  color: white;
  transition: background 0.3s ease-in-out;
}
#contact-panel .main-btn:hover {
  background: #26A386 !important;
  transition: background 0.3s ease-in-out;
}
@media (max-width: 768px) {
  #contact-panel .btm-cutom {
    padding: 0 !important;
    width: 100%;
  }
  #contact-panel .main-btn {
    padding: 20px 20px !important;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

.custom-btns {
  position: absolute;
  top: 370px;
  right: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .custom-btns {
    top: 335px;
    right: 15px;
  }
  .custom-btns svg {
    width: 50px;
  }
}

/* Active states */
#print-panel.active {
  transform: translateX(0);
}

#contact-panel.active {
  transform: translateX(0%);
}

#site-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Close button */
.close-panel {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .close-panel {
    top: 5px;
    right: 10px;
  }
  .close-panel svg {
    width: 30px;
  }
}

.swiper-button-lock {
  display: block !important;
}

.contacts h1 {
  font-size: 73px;
  color: #304E4E;
  position: absolute;
  top: 30px;
}
@media (max-width: 1300px) {
  .contacts h1 {
    font-size: 50px;
    top: 10px;
  }
}
@media (max-width: 1024px) {
  .contacts h1 {
    top: 8px;
    font-size: 30px;
  }
}
.contacts h2 {
  font-size: 62px;
  font-weight: 400;
  color: #304E4E;
}
@media (max-width: 768px) {
  .contacts h2 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .contacts .col-md-6 {
    padding: 0;
  }
}
.contacts .main-btn {
  padding: 25px 120px;
  transition: background 0.3s ease-in-out !important;
}
@media (max-width: 1300px) {
  .contacts .main-btn {
    padding: 25px 60px;
  }
}
@media (max-width: 768px) {
  .contacts .main-btn {
    transition: background 0.3s ease-in-out !important;
    padding: 25px 40px !important;
  }
}

.c-address {
  display: flex;
  flex-wrap: wrap;
}
.c-address p {
  font-size: 20px;
  color: #304E4E;
}
.c-address a {
  font-size: 27px;
  color: #304E4E;
  transition: color 0.3s ease-in-out;
}
.c-address a:hover {
  color: #26A386;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .c-address a {
    font-size: 20px;
  }
}

.c-btn {
  cursor: pointer;
}

input:focus,
textarea:focus {
  box-shadow: 0 0 0 0.25rem rgba(78, 200, 200, 0.25) !important;
}

.slide-container::-webkit-scrollbar {
  display: none; /* за Chrome, Safari и Edge */
}

.slide-container {
  scrollbar-width: none; /* за Firefox */
  -ms-overflow-style: none; /* за IE 10+ */
}

.news-col img {
  width: 300px;
}
@media (max-width: 1330px) {
  .news-col img {
    width: 100%;
  }
}
@media (max-width: 1330px) {
  .news-col {
    padding-bottom: 30px;
  }
  .news-col h3 {
    padding-top: 10px;
  }
}

.map-pin {
  position: absolute;
  right: 45%;
  bottom: 45%;
}
@media (max-width: 768px) {
  .map-pin {
    width: 30px;
    right: 42%;
    bottom: 41%;
  }
}

.sticky-heading {
  position: sticky;
  top: 15vw;
  margin-top: 15vw !important;
  padding-right: 5vw !important;
}
@media (max-width: 1024px) {
  .sticky-heading {
    position: unset;
    top: unset;
    margin-top: unset !important;
    padding-right: unset !important;
  }
}

/*# sourceMappingURL=style.css.map */
