.popup-holder .popup-close {
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
}
.copy {
  position: absolute;
  bottom: 0;
  left: 100%;
  margin-left: -40px;
  background: red;
  line-height: 0;
  width: 78px;
  height: 18px;
}
.copy__container {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.copy__container .wrapper {
  position: relative;
}
.copy img {
  height: 100%;
}
@media screen and (max-width: 1150px) {
  .copy {
    margin-left: 0;
    left: auto;
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .copy {
    display: none;
  }
}
footer {
  margin-top: auto;
  background: #fff;
  padding: 1.5em 0;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 20px;
  font-size: 1em;
  line-height: 1.2;
}
.footer__company {
  min-width: 300px;
}
.footer__links div {
  margin-bottom: 6px;
}
.footer__links div > span {
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 1px solid #000;
  transition: border 0.1s ease-in;
}
.footer__links div > span:hover {
  border-bottom: 1px solid transparent;
}
.locked {
  overflow: hidden;
  touch-action: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.locked::-webkit-scrollbar {
  display: none;
}
.popup__text-title {
  padding-right: 20px;
}
.popup__text {
  height: 58vh;
  padding-right: 20px;
  overflow-y: auto;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #dddddd;
  border-radius: 12px;
}
::-webkit-scrollbar-thumb {
  background-color: #b4b4b4ad;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #b4b4b4ad;
}
