.footer__block1 {
  position: relative;
  display: flex;
  width: 1920px;
  height: 398px;
  /* background-color: white; */
  margin: auto;
  padding-top: 88px;
  border-bottom: 1px solid #1b1c1c;
}
.footer__logo {
  padding-left: 223px;
  /* background-color: red; */
}
.footer__pdoducts {
  padding-left: 171px;
  /* background-color: green; */
}
.footer__pdoducts h6,
.footer__company h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 32px;
}
.footer__company {
  position: relative;
  padding-left: 89px;
  /* background-color: yellow; */
}
.footer__company li,
.footer__pdoducts li {
  color: #7f8589;
  font-size: 15px;
  font-weight: 400;
  line-height: 125%;
  margin-top: 16px;
}
.footer__company a,
.footer__pdoducts a {
  color: #7f8589;
}
.footer__company strong a {
  color: #fff;
}
.accent {
  position: absolute;
  bottom: 74px;
  display: flex;
  height: 102px;
  width: 210px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__img {
  position: absolute;
  bottom: 10px;
  width: 32px;
  height: 32px;
}
.footer__img-logo {
  width: 73px;
  height: 29px;
}
.footer__tel {
  padding-left: 210px;
  /* background-color: pink; */
}
.tel {
  padding-left: 0;
}
.footer__tel a {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  
}
.footer__tel h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 125%; /* 18.75px */
  padding-top: 66px;
}
.footer__line {
  position: relative;
  width: 352px;
  height: 40px;
  border-bottom: 1px solid #2b3032;
  padding-top: 24px;
}
.footer__line a,
.footer__line p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  bottom: 18px;
  left: 48px;
}
.footer__line a:hover,
.footer__tel a:hover,
.footer__block2 a:hover,
.footer__company strong a:hover,
.footer__company a:hover,
.footer__pdoducts a:hover {
  color: #ff3e41;
}
.footer__block2 {
  display: flex;
  justify-content: space-between;
}
address {
  color: #7f8589;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
  width: 272px;
  padding-top: 16px;
}
.copyright {
  padding-left: 303px;
  color: #7f8589;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 31px;
  padding-top: 32px;
}
.confidentiality {
  padding-right: 303px;
  color: #7f8589;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 31px;
  padding-top: 32px;
}
.footer__up-img {
  top: 790px;
  left: 80px;
  width: 56px;
  height: 56px;
  rotate: 180deg;
  margin-left: 80px;
  margin-top: 100px;
}
.footer__up-content {
  position: absolute;
  top: 130px;
  left: 100px;
  transform: rotate(180deg);
  writing-mode: tb-rl;
  color: #cbcecf;
  font-size: 13px;
  font-weight: 700;
  line-height: 135%; /* 17.55px */
  letter-spacing: 2.47px;
  text-transform: uppercase;
}
.footer__up-content:hover {
  opacity: 0.5;
  cursor: pointer;
}