.greenfooter {
  background-color: var(--color-green);
  color: #fff;
  padding: 93px 0;
  font-size: 18px;
  font-weight: 400;
}
.greenfooter h3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
  color: #fff;
}
.greenfooter p {
  margin-top: 0.5rem;
}
.greenfooter .simple-two--columns {
  display: flex;
}
.greenfooter .simple-two--columns > div {
  flex-basis: 50%;
}
.greenfooter .simple-two--columns h3 {
  margin-bottom: 0;
}
.greenfooter .cold-btn {
  background-color: var(--color-cold);
  color: #fff;
  display: inline-block;
  padding: 19px 39px;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
}
.greenfooter .cold-btn:hover {
  background-color: var(--color-cold2);
}
.greenfooter .flex-vert {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.greenfooter .pl-10p {
  padding-left: 10%;
}
.greenfooter .greenfooter-bottom {
  display: flex;
}
.greenfooter .greenfooter-bottom a {
  margin-right: 64px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.greenfooter .greenfooter-bottom a:hover {
  text-decoration: underline;
}
.greenfooter .greenfooter-bottom a svg, .greenfooter .greenfooter-bottom a img {
  margin-right: 24px;
  width: 56px;
  height: 56px;
}
.greenfooter .greenfooter-bottom-flex {
  justify-content: space-between;
}
.greenfooter .greenfooter-bottom-flex > div {
  display: flex;
  align-items: center;
  flex-basis: 50%;
}
.greenfooter .greenfooter-bottom-flex > div:first-child a {
  display: inline-block;
  margin-left: 12px;
}
.greenfooter .greenfooter-bottom-flex > div a {
  margin-right: 40px;
}
.greenfooter svg.greenfooter-telegram path {
  fill: #fff;
}
.greenfooter .komanda {
  color: #fff;
}
.greenfooter .komanda .komanda-title {
  color: #fff;
  font-size: 22px;
}
.greenfooter .komanda .komanda-name {
  color: #fff;
}
.greenfooter .komanda .komanda-links {
  color: #fff !important;
}
.greenfooter .komanda .komanda-info-bottom {
  margin: 32px 0 -8px 0;
}
.greenfooter .border-circle-white {
  border-radius: 100px;
  border: 1px solid #fff;
  width: 28px;
  min-width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px 0 0;
}
.greenfooter .border-circle-white img, .greenfooter .border-circle-white svg {
  margin: 0 !important;
}
.greenfooter .greenfooter-bottom .border-circle-white {
  width: 56px;
  min-width: 56px;
  height: 56px;
}
.greenfooter .greenfooter-bottom .border-circle-white svg {
  width: 30px;
  height: 30px;
}

@media (max-width: 1280px) {
  .greenfooter .greenfooter-bottom-flex {
    font-size: 14px;
    flex-wrap: wrap;
  }
  .greenfooter .greenfooter-bottom-flex > div {
    flex-basis: 100%;
    margin-bottom: 25px;
  }
  .greenfooter .greenfooter-bottom-flex > div:first-child a {
    margin-bottom: 0;
  }
  .greenfooter .greenfooter-bottom-flex > div:last-child {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .simple-two--columns > div {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .greenfooter h3 {
    font-size: 24px;
  }
  .pl-10p {
    padding-left: 0;
  }
  .greenfooter {
    padding: 40px 0;
  }
  .greenfooter .greenfooter-bottom {
    flex-direction: column;
  }
  .greenfooter .greenfooter-bottom a {
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .greenfooter .greenfooter-bottom a svg, .greenfooter .greenfooter-bottom a img {
    width: 40px;
    height: 40px;
  }
  .greenfooter .greenfooter-bottom-flex > div:first-child {
    display: block;
  }
  .greenfooter .greenfooter-bottom-flex > div:first-child a {
    margin: 0;
  }
  .greenfooter .greenfooter-bottom .border-circle-white {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .greenfooter .greenfooter-bottom .border-circle-white svg {
    width: 20px;
    height: 20px;
  }
}/*# sourceMappingURL=greenfooter.css.map */