.b-discars__footer {
  margin: 50px auto;
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
  flex-flow: row wrap-reverse;
  align-items: end;
  justify-content: space-between;
  width: 89.6%;
  max-width: 1720px;
}
.b-discars__footer-text {
  color: #868686;
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  /* @media (max-width: $phone) {
				font-size: 12px;
			} */
}
@media (min-width: 1920px) {
  .b-discars__footer-text {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .b-discars__footer-text {
    font-size: 14px;
  }
}
.b-discars__footer-right {
  display: flex;
  flex-flow: column wrap;
  gap: 8px;
}
.b-discars__footer-icons {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  justify-content: end;
}
@media (max-width: 1400px) {
  .b-discars__footer-icons {
    justify-content: start;
  }
}
.b-discars__footer-icons > a {
  transition: 0.3s opacity;
}
.b-discars__footer-icons > a > svg > g > circle {
  fill-opacity: 0.5;
  transition: 0.3s fill-opacity;
}
.b-discars__footer-icons > a > svg > circle {
  fill: #343A3D;
  transition: 0.3s fill;
}
.b-discars__footer-icons > a #d-mail, .b-discars__footer-icons > a #d-telegram {
  transition: 0.3s fill;
}
.b-discars__footer-icons > a:hover > svg > g > circle {
  fill-opacity: 1;
  transition: 0.3s fill-opacity;
}
.b-discars__footer-icons > a:hover #c-pink {
  fill: #965EEB;
  transition: 0.3s fill;
}
.b-discars__footer-icons > a:hover #c-blue {
  fill: #00AAFF;
  transition: 0.3s fill;
}
.b-discars__footer-icons > a:hover #c-red {
  fill: #FF4053;
  transition: 0.3s fill;
}
.b-discars__footer-icons > a:hover #c-green {
  fill: #04E061;
  transition: 0.3s fill;
}
.b-discars__footer-icons > a:hover #d-auto {
  fill: #DB3727;
  transition: 0.3s fill;
}
.b-discars__footer-icons > a:hover #d-drom {
  fill: #ff0001;
  transition: 0.3s fill;
}
.b-discars__footer-icons > a:hover #d-mail {
  fill: #868686;
  transition: 0.3s fill;
}
.b-discars__footer-icons > a:hover #d-telegram {
  fill: #30A3E6;
  transition: 0.3s fill;
}
.b-discars__footer-cancel {
  color: var(--grey, #868686);
  font-family: Geologica;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 816px) {
  .b-discars__footer {
    align-items: flex-start;
  }
}
.b-discars__footer-techart {
  margin: 50px auto;
  margin-top: 0;
  display: flex;
  gap: 10px;
  flex-flow: row wrap;
  align-items: end;
  justify-content: space-between;
  width: 89.6%;
  max-width: 1720px;
  color: #868686;
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.b-discars__footer-techart-col > a {
  text-decoration: underline;
  color: inherit;
}
@media screen and (max-width: 816px) {
  .b-discars__footer-techart-col > a {
    font-size: 14px;
  }
}
