.cmpt_footer {
  background-color: var(--pg-bg-lines-color);
  background-image: image-set(var(--pg-bg-lines-url));
  background-position: right top;
  background-repeat: no-repeat;
  /*background: color.$main;
  background: linear-gradient(90, rgb(0, 85, 150) 0%, rgb(0, 96, 162) 67%, rgb(0, 116, 182) 100%);*/
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 64px;
}

.cmpt_footer_box__title {
  color: hsla(0deg, 0%, 100%, 0.5);
  font-size: 1.25em;
  margin-bottom: 1em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--pg-font-family-title);
}

.cmpt_footer_links {
  list-style-type: none;
  padding-left: 0;
}
.cmpt_footer_links__link {
  color: hsl(0deg, 0%, 100%);
  text-decoration: underline;
  font-family: var(--pg-font-family-normal);
  line-height: 2em;
  font-size: 0.875em;
}
.cmpt_footer_links__link:hover {
  color: hsl(0deg, 0%, 100%);
}

.cmpt_footer_icon {
  position: relative;
  margin-left: 2.5em;
}
.cmpt_footer_icon::before {
  width: 1.7em;
  height: 1.7em;
  display: block;
  opacity: 0.5;
  color: hsl(0deg, 0%, 100%);
  position: absolute;
  left: -2.5em;
  top: 0.1em;
}
.cmpt_footer_icon--facebook::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5V334.2H141.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287V510.1C413.8 494.8 512 386.9 512 256h0z'/%3E%3C/svg%3E");
}
.cmpt_footer_icon--phone::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M375.8 275.2c-16.4-7-35.4-2.4-46.7 11.4l-33.2 40.6c-46-26.7-84.4-65.1-111.1-111.1L225.3 183c13.8-11.3 18.5-30.3 11.4-46.7l-48-112C181.2 6.7 162.3-3.1 143.6 .9l-112 24C13.2 28.8 0 45.1 0 64v0C0 295.2 175.2 485.6 400.1 509.5c9.8 1 19.6 1.8 29.6 2.2c0 0 0 0 0 0c0 0 .1 0 .1 0c6.1 .2 12.1 .4 18.2 .4l0 0c18.9 0 35.2-13.2 39.1-31.6l24-112c4-18.7-5.8-37.6-23.4-45.1l-112-48zM441.5 464C225.8 460.5 51.5 286.2 48.1 70.5l99.2-21.3 43 100.4L154.4 179c-18.2 14.9-22.9 40.8-11.1 61.2c30.9 53.3 75.3 97.7 128.6 128.6c20.4 11.8 46.3 7.1 61.2-11.1l29.4-35.9 100.4 43L441.5 464zM48 64v0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0s0 0 0 0'/%3E%3C/svg%3E");
}
.cmpt_footer_icon__title {
  color: hsl(0deg, 0%, 100%);
  font-size: 1.25em;
  margin-bottom: 1em;
  font-weight: 700;
  font-family: var(--pg-font-family-title);
  display: block;
}
.cmpt_footer_icon__title:hover {
  color: hsl(0deg, 0%, 100%);
}

.cmpt_footer_text {
  line-height: 1.31em;
  font-size: 0.875em;
  color: hsla(0deg, 0%, 100%, 0.5);
}
.cmpt_footer_text--smaller {
  font-size: 0.775em;
}
.cmpt_footer_text__strong {
  font-weight: 700;
  color: hsl(0deg, 0%, 100%);
}
.cmpt_footer_text__link {
  color: hsla(0deg, 0%, 100%, 0.5);
}
.cmpt_footer_text__link:hover {
  color: hsl(0deg, 0%, 100%);
}

.cmpt_footer_btn_info {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  border-top: 1px solid hsla(204deg, 54%, 72%, 0.122);
  padding: 40px 0;
}
.cmpt_footer_logo {
  width: 7em;
}