/*
Theme Name: Webkodeks
Theme URI: https://webkodeks.com
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features I need.
Author: Webkodeks.com
Author URI: https://webkodeks.com
Template: Divi

*/

/* YOUR CSS EDITS GO BELOW THIS LINE AND AND CSS RULES YOU MAKE HERE WILL OVERIDE THE MASTER DIVI THEME CSS RULES */


/* HEADER */
#wk-7142-header, #wk-7142-header * { box-sizing:border-box; }
#wk-7142-header img { max-width:100%; height:auto; display:block; }
#wk-7142-header a { text-decoration:none; color:inherit; }
#wk-7142-header button, #wk-7142-header input, #wk-7142-header textarea, #wk-7142-header select { font:inherit; }

#wk-7142-header {
  font-family:'Open Sans' !important;
  position:sticky;
  top:0;
  z-index:999;
  background:#fffdfa;
  color:#272727;
  box-shadow:0 8px 28px rgba(39,39,39,0.08);
}

#wk-7142-header .row {
  width:80%;
  max-width:80%;
  margin:0 auto;
}

#wk-7142-header .wk-row {
  display:grid;
  align-items:center;
}

#wk-7142-header .wk-top-row {
  grid-template-columns:max-content max-content max-content;
  justify-content:flex-start;
  gap:22px;
  min-height:36px;
  padding:7px 0;
  background:#272727;
  box-shadow:0 0 0 100vmax #272727;
  clip-path:inset(0 -100vmax);
}

#wk-7142-header .wk-top-row .wk-col {
  min-width:0;
}

#wk-7142-header .wk-contact-module {
  display:flex;
  align-items:center;
  gap:8px;
  color:#f7f7f7;
  font-size:13px;
  font-weight:600;
  line-height:1.35;
  white-space:nowrap;
}

#wk-7142-header .wk-contact-module a {
  color:#f7f7f7;
  transition:color 180ms ease;
}

#wk-7142-header .wk-contact-module a:hover {
  color:#6aae3f;
}

#wk-7142-header .wk-contact-phone a {
  color:#ffffff;
  font-weight:700;
}

#wk-7142-header .wk-contact-icon {
  font-family:'ETmodules' !important;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:17px;
  height:17px;
  color:#6aae3f;
  font-size:14px;
  flex:0 0 auto;
}

#wk-7142-header .wk-main-row {
  grid-template-columns:minmax(135px, 178px) minmax(0, 1fr) auto;
  gap:28px;
  min-height:76px;
  padding:13px 0;
  background:#fffdfa;
  box-shadow:0 0 0 100vmax #fffdfa;
  clip-path:inset(0 -100vmax);
}

#wk-7142-header .wk-logo-module {
  display:flex;
  align-items:center;
}

#wk-7142-header .wk-logo-link {
  display:inline-flex;
  align-items:center;
}

#wk-7142-header .wk-logo-image {
  width:148px;
  max-height:84px;
  object-fit:contain;
}

#wk-7142-header .wk-menu-col {
  min-width:0;
}

#wk-7142-header .wk-menu-module {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  position:relative;
  min-width:0;
}

#wk-7142-header .wk-menu-toggle {
  position:absolute;
  opacity:0;
  pointer-events:none;
}

#wk-7142-header .wk-menu-trigger {
  display:none;
  width:44px;
  height:44px;
  border:1px solid rgba(106,174,63,0.28);
  border-radius:12px;
  background:#f5faef;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
}

#wk-7142-header .wk-menu-trigger span {
  display:block;
  width:20px;
  height:2px;
  border-radius:999px;
  background:#272727;
}

#wk-7142-header .wk-nav {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:19px;
  min-width:0;
}

#wk-7142-header .wk-nav-link {
  color:#272727;
  font-size:14px;
  font-weight:700;
  line-height:1.2;
  letter-spacing:-0.01em;
  padding:10px 0;
  position:relative;
  white-space:nowrap;
  transition:color 180ms ease;
}

#wk-7142-header .wk-nav-link::after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:4px;
  width:0;
  height:2px;
  margin:0 auto;
  border-radius:999px;
  background:#6aae3f;
  transition:width 180ms ease;
}

#wk-7142-header .wk-nav-link:hover {
  color:#6aae3f;
}

#wk-7142-header .wk-nav-link:hover::after {
  width:100%;
}

#wk-7142-header .wk-button-col {
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

#wk-7142-header .wk-button-module {
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

#wk-7142-header .wk-header-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:12px 20px;
  border-radius:999px;
  background:#6aae3f;
  color:#ffffff;
  font-size:14px;
  font-weight:800;
  line-height:1.2;
  white-space:nowrap;
  box-shadow:0 10px 22px rgba(106,174,63,0.22);
  transition:background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

#wk-7142-header .wk-header-btn:hover {
  background:#578f34;
  transform:translateY(-1px);
  box-shadow:0 14px 26px rgba(106,174,63,0.28);
}

@media (max-width:1180px) {
  #wk-7142-header .wk-main-row {
    grid-template-columns:142px minmax(0, 1fr) auto;
    gap:18px;
  }

  #wk-7142-header .wk-nav {
    gap:13px;
  }

  #wk-7142-header .wk-nav-link {
    font-size:13px;
  }

  #wk-7142-header .wk-header-btn {
    padding:11px 16px;
    font-size:13px;
  }
}

@media (max-width:980px) {
  #wk-7142-header .row {
    width:88%;
    max-width:88%;
  }

  #wk-7142-header .wk-top-row {
    grid-template-columns:max-content max-content max-content;
    gap:14px;
    overflow:hidden;
  }

  #wk-7142-header .wk-contact-module {
    font-size:12px;
  }

  #wk-7142-header .wk-main-row {
    grid-template-columns:1fr auto;
    gap:14px;
    min-height:68px;
    padding:11px 0;
  }

  #wk-7142-header .wk-logo-image {
    width:136px;
    max-height:50px;
  }

  #wk-7142-header .wk-menu-col {
    grid-column:2;
    grid-row:1;
  }

  #wk-7142-header .wk-button-col {
    grid-column:1 / -1;
    grid-row:2;
    justify-content:flex-start;
    display:none;
  }

  #wk-7142-header .wk-menu-toggle:checked ~ .wk-mobile-cta-col,
  #wk-7142-header .wk-button-col {
    display:flex;
  }

  #wk-7142-header .wk-menu-trigger {
    display:inline-flex;
  }

  #wk-7142-header .wk-nav {
    display:none;
    position:absolute;
    top:calc(100% + 12px);
    right:0;
    width:min(330px, 88vw);
    padding:14px;
    border:1px solid rgba(106,174,63,0.16);
    border-radius:18px;
    background:#fffdfa;
    box-shadow:0 18px 44px rgba(39,39,39,0.14);
    flex-direction:column;
    align-items:stretch;
    gap:2px;
  }

  #wk-7142-header .wk-menu-toggle:checked + .wk-menu-trigger + .wk-nav {
    display:flex;
  }

  #wk-7142-header .wk-nav-link {
    padding:12px 10px;
    border-radius:10px;
    font-size:15px;
  }

  #wk-7142-header .wk-nav-link::after {
    display:none;
  }

  #wk-7142-header .wk-nav-link:hover {
    background:#f1f8ea;
  }

  #wk-7142-header .wk-button-module {
    justify-content:flex-start;
  }

  #wk-7142-header .wk-header-btn {
    min-height:42px;
    padding:11px 18px;
  }
}

@media (max-width:680px) {
  #wk-7142-header .row {
    width:90%;
    max-width:90%;
  }

  #wk-7142-header .wk-top-row {
    grid-template-columns:1fr;
    gap:5px;
    padding:8px 0;
  }

  #wk-7142-header .wk-contact-module {
    white-space:normal;
  }

  #wk-7142-header .wk-top-row .wk-col-1 .wk-contact-module {
    font-size:13px;
  }

  #wk-7142-header .wk-main-row {
    min-height:64px;
  }

  #wk-7142-header .wk-logo-image {
    width:126px;
  }

  #wk-7142-header .wk-header-btn {
    width:100%;
  }
}

#wk-8808-kontakt, #wk-8808-kontakt * { box-sizing:border-box; }
#wk-8808-kontakt img { max-width:100%; height:auto; display:block; }
#wk-8808-kontakt a { text-decoration:none; color:inherit; }
#wk-8808-kontakt button, #wk-8808-kontakt input, #wk-8808-kontakt textarea, #wk-8808-kontakt select { font:inherit; }

#wk-8808-kontakt {
  position:relative;
  overflow:hidden;
  padding:96px 0 100px;
  background:
    radial-gradient(circle at 12% 18%, rgba(106,174,63,0.10) 0, rgba(106,174,63,0) 34%),
    radial-gradient(circle at 88% 78%, rgba(106,174,63,0.08) 0, rgba(106,174,63,0) 32%),
    linear-gradient(180deg, #fbfaf4 0%, #f7f2ea 100%);
  font-family:'Open Sans' !important;
}

#wk-8808-kontakt::before {
  content:"";
  position:absolute;
  right:7%;
  top:70px;
  width:190px;
  height:190px;
  border-radius:46px;
  background:#6aae3f;
  opacity:0.08;
  transform:rotate(10deg);
  pointer-events:none;
}

#wk-8808-kontakt .wk-row {
  position:relative;
  z-index:2;
  width:80%;
  max-width:80%;
  margin:0 auto;
}

#wk-8808-kontakt .wk-8808-row-main {
  display:grid;
  grid-template-columns:minmax(0, 0.96fr) minmax(420px, 1.04fr);
  align-items:start;
  gap:58px;
}

#wk-8808-kontakt .wk-col {
  min-width:0;
}

#wk-8808-kontakt .wk-module {
  width:100%;
}

#wk-8808-kontakt .wk-8808-col-info {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding-top:10px;
}

#wk-8808-kontakt .wk-8808-kicker {
  display:inline-flex;
  align-items:center;
  width:auto;
  margin:0 0 18px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(106,174,63,0.11);
  color:#568f34;
  font-size:13px;
  line-height:1.35;
  font-weight:800;
  letter-spacing:0.08em;
  text-transform:uppercase;
}

#wk-8808-kontakt .wk-8808-title {
  max-width:690px;
  margin:0;
  color:#272727;
  font-size:clamp(34px, 3.7vw, 54px);
  line-height:1.12;
  font-weight:800;
  letter-spacing:-0.035em;
}

#wk-8808-kontakt .wk-8808-description {
  max-width:720px;
  margin:24px 0 0;
  color:#414141;
  font-size:17px;
  line-height:1.78;
  font-weight:400;
}

#wk-8808-kontakt .wk-8808-contact-list {
  display:grid;
  gap:14px;
  margin-top:30px;
}

#wk-8808-kontakt .wk-8808-contact-item {
  display:grid;
  grid-template-columns:auto minmax(0, 1fr);
  align-items:center;
  gap:15px;
  padding:18px 20px;
  border:1px solid rgba(106,174,63,0.16);
  border-radius:20px;
  background:rgba(255,255,255,0.76);
  box-shadow:0 14px 34px rgba(39,39,39,0.045);
}

#wk-8808-kontakt .wk-8808-contact-icon {
  font-family:'ETmodules' !important;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:15px;
  background:rgba(106,174,63,0.12);
  color:#6aae3f;
  border:1px solid rgba(106,174,63,0.18);
}

#wk-8808-kontakt .wk-8808-contact-icon::after {
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  background:#6aae3f;
  box-shadow:0 0 0 6px rgba(106,174,63,0.12);
}

#wk-8808-kontakt .wk-8808-contact-label {
  display:block;
  margin:0 0 4px;
  color:#5b5b5b;
  font-size:13px;
  line-height:1.25;
  font-weight:800;
  letter-spacing:0.04em;
  text-transform:uppercase;
}

#wk-8808-kontakt .wk-8808-contact-value {
  display:block;
  margin:0;
  color:#272727;
  font-size:16px;
  line-height:1.45;
  font-weight:800;
}

#wk-8808-kontakt .wk-8808-phone {
  font-size:22px;
  color:#272727;
}

#wk-8808-kontakt .wk-8808-contact-note {
  display:block;
  margin:4px 0 0;
  color:#646464;
  font-size:14px;
  line-height:1.45;
  font-weight:700;
}

#wk-8808-kontakt .wk-8808-actions {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-top:26px;
}

#wk-8808-kontakt .wk-8808-link-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 22px;
  border-radius:999px;
  font-size:15px;
  line-height:1.2;
  font-weight:800;
  transition:transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

#wk-8808-kontakt .wk-8808-link-btn-call {
  border:1px solid #6aae3f;
  background:#6aae3f;
  color:#ffffff;
  box-shadow:0 16px 34px rgba(106,174,63,0.25);
}

#wk-8808-kontakt .wk-8808-link-btn-email {
  border:1px solid rgba(106,174,63,0.28);
  background:rgba(255,255,255,0.76);
  color:#568f34;
  box-shadow:0 12px 28px rgba(39,39,39,0.055);
}

#wk-8808-kontakt .wk-8808-link-btn:hover {
  transform:translateY(-2px);
}

#wk-8808-kontakt .wk-8808-link-btn-call:hover {
  background:#5d9d36;
  border-color:#5d9d36;
  color:#ffffff;
  box-shadow:0 18px 38px rgba(106,174,63,0.31);
}

#wk-8808-kontakt .wk-8808-link-btn-email:hover {
  background:#ffffff;
  border-color:rgba(106,174,63,0.42);
  color:#272727;
}

#wk-8808-kontakt .wk-8808-form-card {
  position:relative;
  padding:34px;
  border:1px solid rgba(106,174,63,0.16);
  border-radius:30px;
  background:#ffffff;
  box-shadow:0 26px 70px rgba(39,39,39,0.11);
}

#wk-8808-kontakt .wk-8808-form-card::before {
  content:"";
  position:absolute;
  right:22px;
  top:22px;
  width:76px;
  height:76px;
  border-radius:24px;
  background:#6aae3f;
  opacity:0.10;
  pointer-events:none;
}

#wk-8808-kontakt .wk-8808-form-title {
  position:relative;
  z-index:2;
  margin:0;
  color:#272727;
  font-size:24px;
  line-height:1.25;
  font-weight:800;
  letter-spacing:-0.02em;
}

#wk-8808-kontakt .wk-8808-form-intro {
  position:relative;
  z-index:2;
  max-width:520px;
  margin:10px 0 0;
  color:#555555;
  font-size:15px;
  line-height:1.65;
  font-weight:400;
}

#wk-8808-kontakt .wk-8808-form {
  position:relative;
  z-index:2;
  display:grid;
  gap:15px;
  margin-top:24px;
}

#wk-8808-kontakt .wk-8808-field {
  display:grid;
  gap:7px;
}

#wk-8808-kontakt .wk-8808-label {
  color:#272727;
  font-size:13px;
  line-height:1.3;
  font-weight:800;
}

#wk-8808-kontakt .wk-8808-input,
#wk-8808-kontakt .wk-8808-textarea {
  width:100%;
  border:1px solid rgba(39,39,39,0.12);
  border-radius:16px;
  background:#fbfaf6;
  color:#272727;
  font-size:15px;
  line-height:1.4;
  font-weight:400;
  outline:none;
  transition:border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

#wk-8808-kontakt .wk-8808-input {
  min-height:52px;
  padding:13px 15px;
}

#wk-8808-kontakt .wk-8808-textarea {
  min-height:138px;
  resize:vertical;
  padding:14px 15px;
}

#wk-8808-kontakt .wk-8808-input:focus,
#wk-8808-kontakt .wk-8808-textarea:focus {
  border-color:rgba(106,174,63,0.55);
  background:#ffffff;
  box-shadow:0 0 0 4px rgba(106,174,63,0.10);
}

#wk-8808-kontakt .wk-8808-submit {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:54px;
  margin-top:4px;
  padding:15px 24px;
  border:1px solid #6aae3f;
  border-radius:999px;
  background:#6aae3f;
  color:#ffffff;
  font-size:15px;
  line-height:1.2;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 16px 34px rgba(106,174,63,0.25);
  transition:transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

#wk-8808-kontakt .wk-8808-submit:hover {
  transform:translateY(-2px);
  background:#5d9d36;
  border-color:#5d9d36;
  color:#ffffff;
  box-shadow:0 18px 38px rgba(106,174,63,0.31);
}

#wk-8808-kontakt .wk-8808-form-note {
  margin:2px 0 0;
  color:#666666;
  font-size:13px;
  line-height:1.55;
  font-weight:400;
}

@media (max-width:1100px) {
  #wk-8808-kontakt {
    padding:82px 0 82px;
  }

  #wk-8808-kontakt .wk-row {
    width:86%;
    max-width:86%;
  }

  #wk-8808-kontakt .wk-8808-row-main {
    grid-template-columns:1fr;
    gap:38px;
  }

  #wk-8808-kontakt .wk-8808-col-form {
    max-width:760px;
  }
}

@media (max-width:767px) {
  #wk-8808-kontakt {
    padding:62px 0 66px;
  }

  #wk-8808-kontakt::before {
    display:none;
  }

  #wk-8808-kontakt .wk-row {
    width:90%;
    max-width:90%;
  }

  #wk-8808-kontakt .wk-8808-row-main {
    gap:30px;
  }

  #wk-8808-kontakt .wk-8808-col-info {
    padding-top:0;
  }

  #wk-8808-kontakt .wk-8808-kicker {
    margin-bottom:15px;
    font-size:12px;
  }

  #wk-8808-kontakt .wk-8808-title {
    font-size:clamp(30px, 9vw, 40px);
    line-height:1.14;
  }

  #wk-8808-kontakt .wk-8808-description {
    margin-top:18px;
    font-size:16px;
    line-height:1.7;
  }

  #wk-8808-kontakt .wk-8808-contact-list {
    margin-top:24px;
    gap:12px;
  }

  #wk-8808-kontakt .wk-8808-contact-item {
    grid-template-columns:1fr;
    gap:12px;
    padding:18px;
    border-radius:18px;
  }

  #wk-8808-kontakt .wk-8808-phone {
    font-size:20px;
  }

  #wk-8808-kontakt .wk-8808-actions {
    width:100%;
    flex-direction:column;
    align-items:stretch;
    gap:10px;
    margin-top:22px;
  }

  #wk-8808-kontakt .wk-8808-link-btn {
    width:100%;
  }

  #wk-8808-kontakt .wk-8808-form-card {
    padding:26px 20px;
    border-radius:22px;
  }

  #wk-8808-kontakt .wk-8808-form-card::before {
    display:none;
  }

  #wk-8808-kontakt .wk-8808-form-title {
    font-size:22px;
  }

  #wk-8808-kontakt .wk-8808-form {
    gap:14px;
    margin-top:22px;
  }

  #wk-8808-kontakt .wk-8808-input {
    min-height:52px;
  }

  #wk-8808-kontakt .wk-8808-textarea {
    min-height:132px;
  }
}

/* FOOTER */
#wk-1047-footer, #wk-1047-footer * { box-sizing:border-box; }
#wk-1047-footer img { max-width:100%; height:auto; display:block; }
#wk-1047-footer a { text-decoration:none; color:inherit; }
#wk-1047-footer button, #wk-1047-footer input, #wk-1047-footer textarea, #wk-1047-footer select { font:inherit; }

#wk-1047-footer {
  font-family:'Open Sans' !important;
  background:#272727;
  color:#f3f1ec;
  padding:70px 0 0;
  position:relative;
  overflow:hidden;
}

#wk-1047-footer::before {
  content:"";
  position:absolute;
  top:-90px;
  right:-90px;
  width:240px;
  height:240px;
  border-radius:999px;
  background:rgba(106,174,63,0.08);
  pointer-events:none;
}

#wk-1047-footer .wk-row {
  width:80%;
  max-width:80%;
  margin:0 auto;
  position:relative;
  z-index:1;
}

#wk-1047-footer .wk-footer-main-row {
  display:grid;
  grid-template-columns:1.25fr 1fr 0.78fr;
  gap:48px;
  align-items:start;
  padding-bottom:54px;
}

#wk-1047-footer .wk-footer-bottom-row {
  border-top:1px solid rgba(106,174,63,0.34);
  padding:18px 0;
}

#wk-1047-footer .wk-col {
  min-width:0;
}

#wk-1047-footer .wk-module {
  width:100%;
}

#wk-1047-footer .wk-footer-title {
  font-size:30px;
  line-height:1.2;
  font-weight:700;
  color:#ffffff;
  margin:0 0 18px;
  letter-spacing:-0.02em;
}

#wk-1047-footer .wk-footer-title::after {
  content:"";
  display:block;
  width:58px;
  height:3px;
  background:#6aae3f;
  border-radius:999px;
  margin-top:16px;
}

#wk-1047-footer .wk-footer-intro {
  font-size:16px;
  line-height:1.75;
  font-weight:400;
  color:#ddd8cf;
  margin:0 0 24px;
  max-width:560px;
}

#wk-1047-footer .wk-footer-heading {
  font-size:16px;
  line-height:1.3;
  font-weight:700;
  color:#ffffff;
  margin:0 0 18px;
  padding-left:14px;
  position:relative;
}

#wk-1047-footer .wk-footer-heading::before {
  content:"";
  position:absolute;
  left:0;
  top:0.25em;
  width:3px;
  height:1.1em;
  border-radius:999px;
  background:#6aae3f;
}

#wk-1047-footer .wk-footer-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 22px;
  border:1px solid rgba(106,174,63,0.9);
  border-radius:999px;
  background:#6aae3f;
  color:#182114;
  font-size:15px;
  line-height:1.2;
  font-weight:700;
  transition:background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

#wk-1047-footer .wk-footer-button:hover,
#wk-1047-footer .wk-footer-button:focus {
  background:transparent;
  color:#ffffff;
  border-color:#6aae3f;
  transform:translateY(-1px);
}

#wk-1047-footer .wk-contact-list {
  display:flex;
  flex-direction:column;
  gap:15px;
}

#wk-1047-footer .wk-contact-item {
  padding:0 0 15px;
  border-bottom:1px solid rgba(255,255,255,0.09);
}

#wk-1047-footer .wk-contact-item:last-child {
  border-bottom:0;
  padding-bottom:0;
}

#wk-1047-footer .wk-contact-label {
  display:block;
  font-size:13px;
  line-height:1.35;
  font-weight:700;
  color:#a9d98b;
  margin:0 0 4px;
}

#wk-1047-footer .wk-contact-link,
#wk-1047-footer .wk-contact-text {
  display:inline-block;
  font-size:16px;
  line-height:1.55;
  font-weight:600;
  color:#f6f3ed;
}

#wk-1047-footer .wk-contact-phone {
  font-size:19px;
  line-height:1.45;
  font-weight:800;
  color:#ffffff;
}

#wk-1047-footer .wk-contact-link:hover,
#wk-1047-footer .wk-contact-link:focus {
  color:#6aae3f;
}

#wk-1047-footer .wk-footer-menu {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:11px;
  margin:0 0 30px;
}

#wk-1047-footer .wk-footer-menu a {
  display:inline-flex;
  align-items:center;
  font-size:15px;
  line-height:1.35;
  font-weight:600;
  color:#eeeae3;
  transition:color 180ms ease, padding-left 180ms ease;
}

#wk-1047-footer .wk-footer-menu a:hover,
#wk-1047-footer .wk-footer-menu a:focus {
  color:#6aae3f;
  padding-left:4px;
}

#wk-1047-footer .wk-footer-menu .wk-footer-cta-link {
  color:#a9d98b;
  font-weight:800;
}

#wk-1047-footer .wk-accommodation-list {
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:9px;
}

#wk-1047-footer .wk-accommodation-list li {
  font-size:15px;
  line-height:1.45;
  font-weight:500;
  color:#ddd8cf;
  padding-left:15px;
  position:relative;
}

#wk-1047-footer .wk-accommodation-list li::before {
  content:"";
  position:absolute;
  left:0;
  top:0.68em;
  width:5px;
  height:5px;
  border-radius:999px;
  background:#6aae3f;
}

#wk-1047-footer .wk-copyright {
  font-size:14px;
  line-height:1.5;
  font-weight:500;
  color:#cfc9bf;
  margin:0;
}

@media (max-width:980px) {
  #wk-1047-footer {
    padding-top:56px;
  }

  #wk-1047-footer .wk-row {
    width:86%;
    max-width:86%;
  }

  #wk-1047-footer .wk-footer-main-row {
    grid-template-columns:1fr;
    gap:36px;
    padding-bottom:42px;
  }

  #wk-1047-footer .wk-footer-title {
    font-size:27px;
  }

  #wk-1047-footer .wk-footer-intro {
    max-width:none;
  }
}

@media (max-width:640px) {
  #wk-1047-footer {
    padding-top:46px;
  }

  #wk-1047-footer .wk-row {
    width:88%;
    max-width:88%;
  }

  #wk-1047-footer .wk-footer-main-row {
    gap:32px;
  }

  #wk-1047-footer .wk-footer-title {
    font-size:25px;
    margin-bottom:16px;
  }

  #wk-1047-footer .wk-footer-intro {
    font-size:15px;
    line-height:1.7;
    margin-bottom:22px;
  }

  #wk-1047-footer .wk-footer-button {
    width:100%;
    min-height:52px;
    font-size:16px;
  }

  #wk-1047-footer .wk-contact-list {
    gap:17px;
  }

  #wk-1047-footer .wk-contact-phone {
    font-size:20px;
  }

  #wk-1047-footer .wk-contact-link,
  #wk-1047-footer .wk-contact-text {
    font-size:16px;
  }

  #wk-1047-footer .wk-footer-menu a {
    font-size:16px;
    padding:3px 0;
  }

  #wk-1047-footer .wk-footer-bottom-row {
    padding:17px 0;
  }
}