.elementor-236 .elementor-element.elementor-element-dcaf624{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-28px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-236 .elementor-element.elementor-element-727d053{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-236 .elementor-element.elementor-element-1fdd3a2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:40px 40px;--row-gap:40px;--column-gap:40px;}.elementor-236 .elementor-element.elementor-element-0a6d68c{--display:flex;}.elementor-236 .elementor-element.elementor-element-0a6d68c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-236 .elementor-element.elementor-element-e5b9c5e{--display:flex;}.elementor-236 .elementor-element.elementor-element-42d8935{column-gap:0px;font-family:"Inter", Sans-serif;font-size:12px;font-weight:400;}.elementor-236 .elementor-element.elementor-element-42d8935 a:hover, .elementor-236 .elementor-element.elementor-element-42d8935 a:focus{color:#AC6523;}.elementor-236 .elementor-element.elementor-element-b6bdce3{border-radius:20px 20px 20px 20px;}.elementor-236 .elementor-element.elementor-element-b6bdce3 iframe{height:679px;}.elementor-236 .elementor-element.elementor-element-383b8ff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-236 .elementor-element.elementor-element-11dd688{margin:-8px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-236 .elementor-element.elementor-element-96e1a33{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-236 .elementor-element.elementor-element-c5b58d2{margin:-19px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(min-width:768px){.elementor-236 .elementor-element.elementor-element-0a6d68c{--width:58.632%;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-236 .elementor-element.elementor-element-b6bdce3 iframe{height:362px;}}/* Start custom CSS for html, class: .elementor-element-b869899 */.kbm-contact-info {
  /* WIDTH HACK */
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;

  padding: 80px 20px;
  background: #f7f5f0;
}

.kbm-contact-info-inner {
  max-width: 1240px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* CARD */
.kbm-info-card {
  min-height: 150px;
  padding: 26px;
  border-radius: 24px;

  background: #fff;
  border: 1px solid #ece7dc;

  text-decoration: none;
  transition: 0.3s ease;
}

/* HOVER */
.kbm-info-card:hover {
  transform: translateY(-6px);
  border-color: #e39a47;
  box-shadow: 0 20px 50px rgba(17,17,17,0.06);
}

/* TEXT */
.kbm-info-card span {
  display: block;
  margin-bottom: 14px;

  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #e39a47;
}

.kbm-info-card strong {
  display: block;
  font-size: 18px;
  color: #111;
  line-height: 1.35;
}

/* MOBILE */
@media (max-width: 1024px) {
  .kbm-contact-info-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .kbm-contact-info {
    padding: 70px 16px;
  }

  .kbm-contact-info-inner {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0a6d68c *//* LIGHT FORM FIX */
.kbm-form-box .fluentform input,
.kbm-form-box .fluentform textarea,
.kbm-form-box .fluentform select {
  background: #ffffff !important;
  color: #111 !important;
  border: 1px solid #e3e3e3 !important;
}

/* placeholder */
.kbm-form-box .fluentform input::placeholder,
.kbm-form-box .fluentform textarea::placeholder {
  color: #888 !important;
}

/* labels */
.kbm-form-box .fluentform label {
  color: #333 !important;
}

/* focus */
.kbm-form-box .fluentform input:focus,
.kbm-form-box .fluentform textarea:focus,
.kbm-form-box .fluentform select:focus {
  border-color: #e39a47 !important;
  box-shadow: 0 0 0 3px rgba(227,154,71,0.15) !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11dd688 */.kbm-team-section {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;

  padding: 120px 20px;
  background: #f7f5f0;
}

.kbm-team-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.kbm-team-header {
  text-align: center;
  margin-bottom: 60px;
}

.kbm-team-header h2 {
  font-size: 42px;
  font-family: "Manrope";
}

/* GRID */
.kbm-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* CARD */
.kbm-person-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;

  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  border: 1px solid #ece7dc;

  transition: 0.4s;
}
.kbm-email {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #666;
  transition: 0.3s;
}

/* при hover скриваме имейла */
.kbm-person-card:hover .kbm-email {
  opacity: 0;
  transform: translateY(-10px);
}
/* GLOW */
.kbm-person-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(227,154,71,0.2), transparent);
  opacity: 0;
  transition: 0.4s;
}

/* CONTENT */
.kbm-person-content {
  padding: 26px;
  position: relative;
  z-index: 2;
}

/* ACTIONS */
.kbm-person-actions {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s;
}

.kbm-person-actions a {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 14px;
  border-radius: 10px;
  background: #e39a47;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

/* HOVER */
.kbm-person-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 70px rgba(0,0,0,0.08);
}

.kbm-person-card:hover::before {
  opacity: 1;
}

.kbm-person-card:hover .kbm-person-actions {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .kbm-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .kbm-team-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c5b58d2 */.kbm-fullwidth-cta {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

/* SECTION */
.kbm-cta-clean {
  position: relative;
  padding: 120px 20px;
  background: #050507;
  color: #fff;
  overflow: hidden;
}

/* subtle glow */
.kbm-cta-clean::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(227,154,71,0.18), transparent 70%);
  top: -200px;
  left: -150px;
  filter: blur(100px);
}

.kbm-cta-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* TEXT */
.kbm-cta-eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  color: #e39a47;
  margin-bottom: 18px;
}

.kbm-cta-clean h2 {
  font-family: "Manrope", sans-serif;
  font-size: 44px;
  margin-bottom: 18px;
}

.kbm-cta-clean p {
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 32px;
}

/* BUTTONS */
.kbm-cta-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.kbm-btn-primary {
  background: #e39a47;
  color: #fff;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}

.kbm-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(227,154,71,0.35);
}

.kbm-btn-secondary {
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.kbm-btn-secondary:hover {
  border-color: #e39a47;
  color: #e39a47;
}
.kbm-cta-clean h2 {
  color: #ffffff !important;
}

.kbm-cta-clean p {
  color: rgba(255,255,255,0.7) !important;
}

/* MOBILE */
@media (max-width: 767px) {
  .kbm-cta-clean {
    padding: 80px 16px;
  }

  .kbm-cta-clean h2 {
    font-size: 30px;
  }

  .kbm-cta-clean p {
    font-size: 16px;
  }

  .kbm-cta-actions {
    flex-direction: column;
  }

  .kbm-cta-actions a {
    width: 100%;
  }
  
}/* End custom CSS */