body {
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;*/
  color: #111827;
  background: radial-gradient(circle at 15% 15%, rgba(187, 247, 208, 0.7), transparent 35%), radial-gradient(circle at 85% 75%, rgba(110, 231, 183, 0.5), transparent 40%), linear-gradient(135deg, #f8fafc, #eef2f7);
  font-weight: 400;
}

p {
  margin-top: 22px;
  margin-bottom: 22px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.container {
  max-width: 1330px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.glass {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: -2;
  filter: url(#glass-distortion);
  -webkit-filter: url(#glass-distortion);
  isolation: isolate;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(3px);
  background: radial-gradient(rgba(16, 185, 129, 0.28), transparent 60%);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.glass:hover::before {
  background: radial-gradient(250px circle at var(--mouse-x) var(--mouse-y), rgba(16, 185, 129, 0.28), transparent 60%);
}

.glass::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.18) 18%, transparent 45%, rgba(16, 185, 129, 0.12) 80%, rgba(255, 255, 255, 0.35));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.75), inset 0 -1px rgba(255, 255, 255, 0.12), inset 0 0 25px rgba(255, 255, 255, 0.1);
}

.glass > * {
  z-index: 2;
}

body #wrapper {
  background: transparent;
  padding: 0;
  position: static;
  min-height: auto;
  z-index: auto;
}

body #wrapper:before,
body #wrapper:after {
  display: none;
}

#vk_community_messages {
  right: 30px !important;
  display: flex !important;
  justify-content: center;
}

@media (max-width: 992px) {
  #vk_community_messages {
    right: 25px !important;
  }
}
body #vk_community_messages iframe {
  position: absolute !important;
}

#vk_community_messages .wcm_button {
  width: 60px !important;
  height: 60px !important;
}

body .online-block {
  display: none;
}

.block {
  padding: 100px 0;
}

.block:nth-child(1) {
  padding-top: 50px;
}

.block:nth-last-child(1) {
  padding-bottom: 50px;
}

.block.hero-block {
  padding-top: 0;
}

@media (max-width: 992px) {
  .block {
    padding: 30px 0;
  }
  .block:nth-child(1) {
    padding-top: 15px;
  }
  .block:nth-last-child(1) {
    padding-bottom: 15px;
  }
}
.fon-drawing {
  pointer-events: none;
  /*@media (min-width: 768px) {
    .background-pattern::after {
      animation:floatPattern 18s ease-in-out infinite;
    }
  }*/
  /*@media (min-width: 768px) {
    .leaf-one {
      animation: leafMove 20s ease-in-out infinite;
    }
  }*/
  /*@media (min-width: 768px) {
    .leaf-two {
      animation: leafMove 25s ease-in-out infinite reverse;
    }
  }*/
  /*@media (min-width: 768px) {
    .real-leaf {
      animation:leafMotion 18s ease-in-out infinite;
    }
  }*/
  /*@media (min-width: 768px) {
    .leaf-left {
      animation: leafFloat 14s ease-in-out infinite;
    }
  }*/
  /*@media (min-width: 768px) {
    .leaf-right {
      animation: leafFloat 18s ease-in-out infinite reverse;
    }
  }*/
  /*@media (min-width: 768px) {
    .leaf-top-left {
      animation: leafFloat 18s ease-in-out infinite, leafRotate 12s ease-in-out infinite;
    }
  }*/
  /*@media (min-width: 768px) {
    .leaf-top-left-small {
      animation: leafFloat 22s ease-in-out infinite reverse, leafRotate 15s ease-in-out infinite reverse;
    }
  }*/
}
.fon-drawing .light {
  position: absolute;
  border-radius: 50%;
  filter: blur(55px);
  opacity: 0.6;
}
.fon-drawing .light.one {
  width: 300px;
  height: 300px;
  background: #00b537;
  top: 50px;
  left: 100px;
}
.fon-drawing .light.two {
  width: 350px;
  height: 350px;
  background: #34d399;
  right: 100px;
  bottom: 100px;
}
.fon-drawing .background-pattern {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
  background: radial-gradient(ellipse 400px 200px at 15% 80%, rgba(0, 181, 55, 0.12), transparent 70%), radial-gradient(ellipse 500px 250px at 90% 20%, rgba(52, 211, 153, 0.12), transparent 70%);
}
.fon-drawing .background-pattern::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px), linear-gradient(0deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  transform: rotate(-12deg);
  mask-image: radial-gradient(circle at center, black, transparent 70%);
}
.fon-drawing .background-pattern::after {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  top: -180px;
  right: -180px;
  background: radial-gradient(circle, transparent 55%, rgba(0, 181, 55, 0.08) 56%, transparent 57%), radial-gradient(circle, transparent 65%, rgba(16, 185, 129, 0.08) 66%, transparent 67%);
}
@keyframes floatPattern {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-40px, 30px) rotate(8deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.fon-drawing .leaf {
  position: fixed;
  pointer-events: none;
  z-index: -1;
  opacity: 0.55;
  filter: blur(0.2px);
}
.fon-drawing .leaf-one {
  width: 420px;
  height: 220px;
  right: -120px;
  top: 120px;
  background: linear-gradient(135deg, rgba(0, 181, 55, 0.25), rgba(52, 211, 153, 0.05));
  border-radius: 100% 0 100% 0;
  transform: rotate(-25deg);
  filter: blur(0.5px);
  box-shadow: 0 25px 45px rgba(0, 181, 55, 0.16);
}
.fon-drawing .leaf-two {
  width: 300px;
  height: 160px;
  left: -80px;
  bottom: 150px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.25), rgba(255, 255, 255, 0.1));
  border-radius: 0 100% 0 100%;
  transform: rotate(35deg);
}
@keyframes leafMove {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(30px, -25px, 0);
  }
}
.fon-drawing .leaf-three {
  width: 180px;
  height: 90px;
  right: 35%;
  top: 45%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(0, 181, 55, 0.12));
  border-radius: 100% 0 100% 0;
  transform: rotate(20deg);
  opacity: 0.25;
}
.fon-drawing .real-leaf {
  position: fixed;
  width: 220px;
  height: 120px;
  pointer-events: none;
  z-index: 2;
  opacity: 0.18;
  pointer-events: none;
}
@keyframes leafMotion {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-20deg);
  }
  50% {
    transform: translate3d(35px, -30px, 0) rotate(-8deg);
  }
}
@keyframes leafFloat {
  0% {
    transform: translate(0, 0) rotate(-20deg);
  }
  25% {
    transform: translate(20px, -15px) rotate(-15deg);
  }
  50% {
    transform: translate(40px, -35px) rotate(-8deg);
  }
  75% {
    transform: translate(15px, -20px) rotate(-18deg);
  }
  100% {
    transform: translate(0, 0) rotate(-20deg);
  }
}
.fon-drawing .real-leaf::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 181, 55, 0.35), rgba(52, 211, 153, 0.08));
  border-radius: 100% 0 100% 0;
  transform: rotate(-35deg);
  box-shadow: 0 40px 80px rgba(0, 181, 55, 0.18), inset 0 0 40px rgba(255, 255, 255, 0.4);
  opacity: 0.95;
  animation: none;
}
.fon-drawing .real-leaf span {
  position: absolute;
  width: 150px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  top: 60px;
  left: 25px;
  transform: rotate(-35deg);
}
.fon-drawing .real-leaf::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 70px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  top: 35px;
  left: 80px;
  transform: rotate(-35deg);
}
.fon-drawing .leaf-left {
  left: -50px;
  bottom: 120px;
  transform: rotate(25deg);
}
.fon-drawing .leaf-right {
  right: -40px;
  top: 180px;
  transform: rotate(-20deg) scale(0.8);
}
.fon-drawing .leaf-top-left {
  left: -70px;
  top: 30px;
  width: 240px;
  height: 130px;
  transform: rotate(120deg);
  opacity: 0.28;
}
.fon-drawing .leaf-top-left-small {
  left: 120px;
  top: 120px;
  width: 150px;
  height: 80px;
  transform: rotate(145deg) scale(0.7);
  opacity: 0.18;
}
@keyframes leafRotate {
  0%, 100% {
    transform: rotate(-18deg);
  }
  50% {
    transform: rotate(-8deg);
  }
}

.btn {
  display: inline-flex !important;
  min-width: 47px;
  min-height: 47px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.15));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25), inset 0 0 20px rgba(255, 255, 255, 0.35);
  color: #00b537;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: 400;
  overflow: hidden;
  transition: 0.15s ease;
  font-family: inherit;
  font-size: 1em;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn:active,
.btn:focus,
.btn:hover {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.15));
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25), inset 0 0 20px rgba(255, 255, 255, 0.35);
  color: #00b537;
}

.btn:active,
.btn:focus {
  outline: none;
}

.btn:active {
  transform: scale(0.96);
}

.btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.65), transparent 65%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.btn:hover::before {
  opacity: 1;
}

.btn-big {
  padding: 18px 35px;
}

.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #334155;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.15));
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25), inset 0 0 20px rgba(255, 255, 255, 0.35);
}

.btn-primary {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(135deg, #00b537, #047857) !important;
  color: white !important;
  box-shadow: 0 15px 40px rgba(0, 181, 55, 0.35);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(135deg, rgba(0, 181, 55, 0.25), rgba(255, 255, 255, 0.35));
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 255, 255, 0.25), inset 0 0 20px rgba(255, 255, 255, 0.35);
  outline: none;
}

.btn-secondary-active {
  background: linear-gradient(135deg, #111827, #000000) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35), inset 0 1px rgba(255, 255, 255, 0.08);
  transition: 0.35s ease;
}

.btn-secondary-active::before {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.65), transparent 65%);
}

.btn-secondary-active:not(:disabled):not(.disabled).active:focus,
.btn-secondary-active:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary-active.dropdown-toggle:focus,
.btn-secondary-active:hover,
.btn-secondary-active:focus,
.btn-secondary-active:active {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, #1f2937, #111827) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45), inset 0 1px rgba(255, 255, 255, 0.12);
}

.btn-secondary-active:hover {
  transform: translateY(-3px);
}

.btn-secondary-active:active {
  transform: scale(0.97);
}

.price {
  font-size: 42px;
  font-weight: 800;
  color: #00b537;
  margin: 20px 0;
}

.price-text {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 18px;
  border-radius: 30px;
  background: rgba(0, 181, 55, 0.12);
  color: #047857;
  font-size: 16px;
  font-weight: 700;
}

.scroll-top {
  position: fixed !important;
  right: 23px;
  bottom: 155px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  z-index: 2000;
}

.scroll-top:hover {
  transform: translateY(-5px) scale(1.08);
}

.scroll-top:hover::before {
  opacity: 0;
}

.scroll-top svg {
  width: 28px;
  height: 28px;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 600px) {
  .scroll-top {
    min-width: 50px;
    min-height: 50px;
  }
  .scroll-top svg {
    width: 22px;
    height: 22px;
  }
}
.header-content_box {
  padding: 30px 0;
}

.header .nav {
  padding: 25px 35px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.header .logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header .logo-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
}

.header .logo img {
  height: 2.85em;
  max-width: 100%;
  width: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 181, 55, 0.25));
  transition: 0.4s ease;
}

.header .logo b {
  font-size: 0.55em;
  color: #000000;
  font-weight: 600;
  padding-left: 5em;
  margin-top: -0.3em;
}

.header .menu_desktop,
.header .menu_mobile {
  display: flex;
  gap: 12px;
  align-items: center;
}

.header .menu_mobile {
  display: none;
}

.header-mobile-menu-fon {
  z-index: 999999999;
  background-color: rgba(255, 255, 255, 0.71);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}

.header-mobile-menu-fon.open {
  visibility: visible;
  opacity: 1;
}

.header-mobile-menu {
  position: fixed;
  right: 15px;
  top: 50%;
  width: 93%;
  height: 91%;
  border-radius: 30px;
  background: radial-gradient(rgba(16, 185, 129, 0.28), transparent 60%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25), inset 0 0 20px rgba(255, 255, 255, 0.35);
  padding: 100px 30px;
  overflow: hidden;
  overflow-y: auto;
  transform: translateX(110%) translateY(-50%);
  transition: transform 0.3s;
  z-index: 9999999999;
}

.header-mobile-menu.open {
  transform: translateX(0) translateY(-50%);
}

.header-mobile-menu_close {
  position: absolute !important;
  right: 30px;
  top: 30px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 1.1em;
  font-weight: 600;
  color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25), inset 0 0 20px rgba(255, 255, 255, 0.35);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}

.header-mobile-menu_close:before,
.header-mobile-menu_close:after {
  content: "";
  position: absolute;
  width: 55%;
  height: 2px;
  background-color: #000000;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex !important;
  opacity: 1;
}

.header-mobile-menu_close:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.header-mobile-menu_close:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.header-mobile-menu_box-items {
  display: flex;
  flex-flow: column;
}

.header-mobile-menu_box-item {
  padding: 30px 0;
  border-bottom: 1px;
  display: inline-block;
  border-bottom: 1px solid #000000;
  text-align: center;
}

.header-mobile-menu_box-item:nth-last-child(1) {
  border-bottom: 0;
}

.header-mobile-menu_item {
  color: #000000;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 500;
}

@media (min-width: 992px) {
  .header-mobile-menu {
    display: none;
  }
}
@media (max-width: 992px) {
  .header .logo {
    font-size: 0.9em;
  }
  .header .menu_desktop {
    display: none;
  }
  .header .menu_mobile {
    display: flex;
  }
}
#footer {
  height: auto;
  font-size: 1em;
}

.footer {
  margin-top: 120px;
  padding: 70px 0 25px;
  background: radial-gradient(circle at 20% 0%, rgba(0, 181, 55, 0.25), transparent 35%), radial-gradient(circle at 90% 80%, rgba(52, 211, 153, 0.15), transparent 40%), linear-gradient(180deg, #111827, #020617);
  color: white;
  border-radius: 50px 50px 0 0;
  overflow: hidden;
  position: relative;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transform: translateX(-100%);
  animation: footerLight 8s infinite;
}

@keyframes footerLight {
  50% {
    transform: translateX(100%);
  }
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 35px;
  position: relative;
  z-index: 2;
}

.footer-brand img {
  height: 50px;
  /*filter: brightness(0) invert(1);
  margin-left: -10px;
  margin-bottom: -15px;*/
}

.footer-brand p {
  color: #94a3b8;
  font-size: 16px;
  max-width: 350px;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 25px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  color: #94a3b8;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: white;
  transform: translateX(5px);
}

.footer-stat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.footer .stat {
  padding: 15px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
}

.footer .stat strong {
  display: block;
  font-size: 25px;
  color: #00b537;
}

.footer .stat span {
  color: #94a3b8;
  font-size: 13px;
}

.footer-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-social a {
  padding: 10px 18px;
  border-radius: 30px;
  color: white;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: 0.3s;
}

.footer-social a:hover {
  background: #00b537;
  transform: translateY(-3px);
}

.footer-bottom {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: #64748b;
  font-size: 14px;
}

.footer-brand_logo {
  background-color: rgba(255, 255, 255, 0.22);
  padding: 10px 15px 15px 15px;
  border-radius: 20px;
  display: inline-block;
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
#contact-block form {
  padding: 35px;
}

#contact-block input,
#contact-block textarea {
  width: 100%;
  padding: 18px;
  margin: 10px 0;
  border-radius: 20px;
  font-family: inherit;
  font-size: 1em;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(20px);
  outline: none;
}

#contact-block textarea {
  height: 130px;
}

#contact-block .contact-block_btn {
  margin-top: 30px;
}

.contact-card {
  padding: 60px 50px;
  text-align: center;
}

.contact-card small {
  display: block;
  margin-bottom: 15px;
  color: #00b537;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
}

.contact-card h2 {
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 1.2;
}

.contact-card h2 span {
  color: #00b537;
}

.contact-description {
  max-width: 760px;
  margin: 0 auto 45px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
}

.contact-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.contact-buttons .btn {
  min-width: 320px;
}

.contact-divider {
  position: relative;
  width: 100%;
  max-width: 420px;
  text-align: center;
}

.contact-divider::before,
.contact-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.contact-divider::before {
  left: 0;
}

.contact-divider::after {
  right: 0;
}

.contact-divider span {
  display: inline-block;
  padding: 0 16px;
  background: #111;
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 992px) {
  .contact-card {
    padding: 40px 25px;
  }
  .contact-card h2 {
    font-size: 34px;
  }
  .contact-buttons .btn {
    width: 100%;
    min-width: 0;
  }
}
.hero-block {
  min-height: 700px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.hero-block .hero-block-left {
  position: relative;
  z-index: 1;
}
.hero-block h1 {
  font-size: 70px;
  line-height: 1;
  letter-spacing: -3px;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 47px;
}
.hero-block p {
  font-size: 22px;
  line-height: 1.6;
  color: #475569;
}
.hero-block .glass-stage {
  position: relative;
  height: 600px;
}
.hero-block .code div {
  margin: 15px 0;
}
.hero-block .floating-card {
  position: absolute;
  padding: 35px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(35px);
  -webkit-backdrop-filter: blur(35px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 40px 100px rgba(15, 23, 42, 0.18);
  transition: transform 0.5s ease;
  will-change: transform;
}
.hero-block .floating-card:hover {
  transform: translateY(-15px) scale(1.03);
}
.hero-block .card-back {
  width: 330px;
  top: 40px;
  right: 20px;
  opacity: 0.7;
  z-index: 1;
  transform: rotate(8deg);
}
.hero-block .card-middle {
  width: 380px;
  top: 150px;
  left: 50px;
  z-index: 3;
  transform: rotate(-5deg);
}
.hero-block .card-front {
  width: 260px;
  bottom: 50px;
  right: 70px;
  z-index: 5;
  transform: rotate(5deg);
}
.hero-block .card-front .icon {
  width: 70px;
  height: 70px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.55);
  font-weight: 700;
}
.hero-block .code-line {
  margin-top: 12px;
  padding: 12px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.3);
  font-family: monospace;
}
.hero-block .hero_btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .hero-block {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-block h1 {
    font-size: 45px;
  }
  .hero-block .glass-stage {
    display: none;
  }
}

.cards-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.cards-block .card {
  padding: 40px;
  min-height: 260px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.cards-block .card:hover {
  transform: translateY(-12px);
  box-shadow: 0 40px 100px rgba(15, 23, 42, 0.18);
}
.cards-block .card h2 {
  font-size: 30px;
}
.cards-block .card p {
  font-size: 1.4em;
}
@media (max-width: 992px) {
  .cards-block {
    grid-template-columns: 1fr;
  }
}

.portfolio-block h2 {
  font-size: 55px;
  margin-bottom: 50px;
}

.portfolio-block .projects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.portfolio-block .project {
  padding: 35px;
  min-height: 500px;
  transition: 0.5s;
}

.portfolio-block .project:hover {
  transform: translateY(-15px);
}

.portfolio-block .browser {
  height: 230px;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8), 0 25px 60px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.portfolio-block .browser-top {
  margin-left: 5px;
}

.portfolio-block .dots {
  height: 55px;
  display: flex;
  align-items: center;
  padding: 0 22px;
  background: rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.portfolio-block .dots span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 10px;
  background: rgba(71, 85, 105, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.7);
  transition: 0.3s ease;
}

.portfolio-block .dots span:nth-child(1) {
  background: #00b537;
}

.portfolio-block .screen {
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  color: #475569;
  background: radial-gradient(circle at 30% 20%, rgba(16, 185, 129, 0.18), transparent 40%), linear-gradient(135deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.12));
}

.portfolio-block .store-preview {
  width: 90%;
  height: 140px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.7);
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(15, 23, 42, 0.12);
}

.portfolio-block .store-top {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
}

.portfolio-block .store-header {
  height: 25px;
  display: flex;
  gap: 6px;
  align-items: center;
  padding-left: 12px;
  background: rgba(255, 255, 255, 0.4);
}

.portfolio-block .store-header span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00b537;
}

.portfolio-block .store-content {
  display: flex;
  gap: 15px;
  padding: 15px;
}

.portfolio .product-image {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  background: linear-gradient(135deg, #d1fae5, #6ee7b7);
}

.portfolio-block .product-info {
  flex: 1;
}

.portfolio-block .product-info div {
  height: 7px;
  margin-bottom: 8px;
  border-radius: 10px;
  background: rgba(71, 85, 105, 0.25);
}

.portfolio-block .product-info div:nth-child(1) {
  width: 80%;
}

.portfolio-block .product-info div:nth-child(2) {
  width: 60%;
}

.portfolio-block .product-info div:nth-child(3) {
  width: 45%;
}

.portfolio-block .product-info button {
  width: 70px;
  height: 18px;
  border: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #00b537, #047857);
}

.portfolio-block .module-preview {
  width: 90%;
  height: 140px;
  border-radius: 20px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 15px 30px rgba(15, 23, 42, 0.12);
}

.portfolio-block .module-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 15px;
}

.portfolio-block .module-title span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00b537;
}

.portfolio-block .module-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.portfolio-block .module-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: rgba(16, 185, 129, 0.15);
  font-size: 22px;
}

.portfolio-block .module-lines {
  flex: 1;
}

.portfolio-block .module-lines div {
  height: 7px;
  margin-bottom: 8px;
  border-radius: 10px;
  background: rgba(71, 85, 105, 0.25);
}

.portfolio-block .module-lines div:nth-child(1) {
  width: 90%;
}

.portfolio-block .module-lines div:nth-child(2) {
  width: 65%;
}

.portfolio-block .module-lines div:nth-child(3) {
  width: 45%;
}

.portfolio-block .module-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-size: 12px;
  color: #64748b;
}

.portfolio-block .module-footer button {
  width: 32px;
  height: 16px;
  border: 0;
  border-radius: 20px;
  background: #00b537;
  position: relative;
}

.portfolio-block .module-footer button::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: 2px;
  top: 2px;
  border-radius: 50%;
  background: white;
}

.portfolio-block .project h3 {
  font-size: 32px;
  margin-top: 35px;
}

.portfolio-block .tags span {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.4);
  margin-right: 8px;
}

@media (max-width: 992px) {
  .portfolio-block .projects {
    grid-template-columns: 1fr;
  }
}
.about-block .about-wrapper {
  min-height: 520px;
  padding: 60px;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 70px;
  align-items: center;
}
.about-block .about-visual {
  position: relative;
  height: 350px;
}
.about-block .about-circle {
  position: absolute;
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(0, 181, 55, 0.35), rgba(255, 255, 255, 0.35));
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 40px 100px rgba(0, 181, 55, 0.25), inset 0 0 40px rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
}
.about-block .about-circle > span {
  font-size: 0.8em;
}
.about-block .about-floating {
  position: absolute;
  padding: 14px 25px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(15px);
  font-weight: 700;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
  animation: float 6s ease-in-out infinite;
}
.about-block .about-floating.one {
  top: 40px;
  right: 30px;
}
.about-block .about-floating.left-one {
  top: 60px;
  left: 30px;
}
.about-block .about-floating.two {
  bottom: 80px;
  left: 20px;
  animation-delay: 1s;
}
.about-block .about-floating.right-two {
  top: 130px;
  right: -30px;
  animation-delay: 1s;
}
.about-block .about-floating.three {
  bottom: 20px;
  right: 50px;
  animation-delay: 2s;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.about-block .about-content small {
  color: #00b537;
  font-weight: 700;
  letter-spacing: 2px;
}
.about-block .about-content h2 {
  font-size: 48px;
  line-height: 1.1;
  margin: 20px 0;
}
.about-block .about-content h2 span {
  color: #00b537;
}
.about-block .about-content p {
  font-size: 19px;
  margin-bottom: 18px;
}
.about-block .about-skills {
  margin-top: 30px;
}
.about-block .about-skills span {
  display: inline-block;
  padding: 12px 22px;
  margin: 5px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.4);
  font-weight: 600;
}
@media (max-width: 992px) {
  .about-block .about-wrapper {
    grid-template-columns: 1fr;
    padding: 35px;
  }
  .about-block .about-visual {
    height: 280px;
  }
  .about-block .about-content h2 {
    font-size: 36px;
  }
}

.gallery-wrapper {
  padding: 40px;
}

.gallery-wrapper h2 {
  margin-bottom: 30px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 20px;
}

.gallery-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: 0.4s ease;
}

.gallery-item img:hover {
  transform: scale(1.05);
}

@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.prestashop-block small {
  color: #00b537;
  font-weight: 700;
  letter-spacing: 2px;
}

.prestashop-wrapper {
  padding: 40px;
}

.prestashop-header {
  max-width: 800px;
  margin-bottom: 40px;
}

.prestashop-header span {
  display: block;
  color: #00b537;
}

.prestashop-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.prestashop-image {
  overflow: hidden;
}

.prestashop-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.prestashop-image h3 {
  margin: 20px 20px 10px;
}

.prestashop-image p {
  margin: 0 20px 20px;
}

@media (max-width: 992px) {
  .prestashop-gallery {
    grid-template-columns: 1fr;
  }
}
.partners-block .partners-wrapper {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr;
  gap: 60px;
  padding: 60px;
  align-items: center;
}
.partners-block .partners-left small {
  color: #00b537;
  font-weight: 700;
  letter-spacing: 2px;
}
.partners-block .partners-left h2 {
  font-size: 48px;
  margin: 20px 0;
}
.partners-block .partners-left h2 span {
  color: #00b537;
}
.partners-block .partners-tags {
  margin-top: 35px;
}
.partners-block .partners-tags span {
  display: inline-block;
  margin: 6px;
  padding: 12px 22px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.partners-block .partner-card {
  padding: 40px;
  border-radius: 35px;
}
.partners-block .partner-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00b537;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 50px rgba(0, 181, 55, 0.18), inset 0 0 25px rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}
.partners-block .partner-icon svg {
  width: 46px;
  height: 46px;
}
.partners-block .partner-card h3 {
  margin-bottom: 25px;
  font-size: 28px;
}
.partners-block .partner-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.partners-block .partner-card li {
  margin: 16px 0;
  color: #475569;
}
.partners-block .partners-action {
  margin-top: 40px;
}
.partners-block .partners_btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .partners-block .partners-wrapper {
    grid-template-columns: 1fr;
    padding: 35px;
  }
  .partners-block .partners-left h2 {
    font-size: 36px;
  }
}

.pricing-block h2 {
  font-size: 52px;
  text-align: center;
  margin-bottom: 20px;
}
.pricing-block .pricing-description {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}
.pricing-block .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.pricing-block .price-card {
  padding: 40px;
  text-align: center;
  transition: 0.35s;
}
.pricing-block .price-card:hover {
  transform: translateY(-10px);
}
.pricing-block .price-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  color: #00b537;
  background: rgba(0, 181, 55, 0.12);
  border: 1px solid rgba(0, 181, 55, 0.18);
  box-shadow: 0 15px 35px rgba(0, 181, 55, 0.15), inset 0 0 25px rgba(255, 255, 255, 0.45);
}
.pricing-block .price-icon svg {
  width: 38px;
  height: 38px;
}
.pricing-block .pricing-note {
  margin-top: 40px;
  padding: 35px;
  border-radius: 35px;
}
.pricing-block .note-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.pricing-block .note-header strong {
  font-size: 24px;
}
.pricing-block .pricing-note p {
  font-size: 17px;
  line-height: 1.6;
  color: #475569;
}
.pricing-block .pricing-note-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(0, 181, 55, 0.12);
  color: #00b537;
}
.pricing-block .pricing-note-icon svg {
  width: 30px;
  height: 30px;
}
.pricing-block .pricing-note-content h3 {
  margin: 0 0 12px;
  font-size: 22px;
}
.pricing-block .pricing-note-content p {
  margin: 0;
  color: #64748b;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .pricing-block .pricing-grid {
    grid-template-columns: 1fr;
  }
  .pricing-block h2 {
    font-size: 38px;
  }
}

.work-format-block h2 {
  font-size: 55px;
  margin-bottom: 50px;
}
.work-format-block .work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.work-format-block .work-card {
  padding: 40px;
  min-height: 330px;
  transition: 0.4s ease;
}
.work-format-block .work-card:hover {
  transform: translateY(-10px);
}
.work-format-block .work-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background: linear-gradient(135deg, rgba(0, 181, 55, 0.25), rgba(255, 255, 255, 0.5));
  color: #00b537;
  margin-bottom: 25px;
}
.work-format-block .work-icon svg {
  width: 38px;
  height: 38px;
}
.work-format-block .work-card h3 {
  font-size: 28px;
}
.work-format-block .work-card p {
  font-size: 18px;
}
@media (max-width: 992px) {
  .work-format-block h2 {
    font-size: 40px;
  }
  .work-format-block .work-grid {
    grid-template-columns: 1fr;
  }
}

.website_btn {
  margin-top: 30px;
}

.website-card {
  padding: 50px;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.website-card::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  right: -120px;
  top: -120px;
  background: radial-gradient(circle, rgba(0, 181, 55, 0.25), transparent 70%);
  filter: blur(20px);
}

.website-icon {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(0, 181, 55, 0.35), rgba(255, 255, 255, 0.4));
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 30px 60px rgba(0, 181, 55, 0.25);
}

.website-icon svg {
  width: 45px;
  height: 45px;
  color: #00b537;
}

.website-content {
  position: relative;
  z-index: 2;
}

.website-content small {
  color: #00b537;
  font-weight: 700;
  letter-spacing: 2px;
}

.website-content h2 {
  font-size: 40px;
  margin: 15px 0;
}

.website-content h2 span {
  color: #00b537;
}

.website-content p {
  max-width: 700px;
  font-size: 18px;
}

@media (max-width: 992px) {
  .website-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .website-content h2 {
    font-size: 32px;
  }
}
.availability-block .availability-highlight {
  position: relative;
  padding: 60px;
  text-align: center;
  overflow: hidden;
  border: 1px solid rgba(0, 181, 55, 0.35);
  box-shadow: 0 30px 100px rgba(0, 181, 55, 0.18);
  animation: onlinePulse 2s infinite;
}
.availability-block .availability-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 25px;
  border-radius: 50px;
  background: rgba(0, 181, 55, 0.12);
  color: #047857;
  font-weight: 700;
  margin-bottom: 25px;
}
.availability-block .availability-status span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00b537;
  animation: onlinePulse 2s infinite;
}
@keyframes onlinePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 181, 55, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 181, 55, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 181, 55, 0);
  }
}
.availability-block .availability-highlight h2 {
  position: relative;
  font-size: 42px;
  line-height: 1.2;
  margin: 20px 0;
}
.availability-block .availability-highlight h2 strong {
  color: #00b537;
}
.availability-block .availability-highlight p {
  position: relative;
  max-width: 750px;
  margin: 15px auto;
  font-size: 19px;
}
.availability-block .availability_btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .availability-block .availability-highlight {
    padding: 35px 20px;
  }
  .availability-block .availability-highlight h2 {
    font-size: 30px;
  }
}

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