.block-contact-us {
  background-color: #f4f4f4;
  margin: 0 10px;
  padding: 26px 30px 20px 40px;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.block-contact-us__title {
  margin-bottom: 5px;
  margin-top: 0;
}
.block-contact-us__title a {
  transition: color 0.3s linear;
}
.block-contact-us__title a:hover {
  color: #ff2b1d;
}
.block-contact-us__link {
  font-family: 'DINCondensed', sans-serif;
  font-size: 2rem;
  color: #000;
  letter-spacing: 0.8px;
  line-height: 40px;
  text-transform: uppercase;
}
.block-contact-us__description {
  font-size: 1.4rem;
  line-height: 20px;
  margin-bottom: 20px;
}
.block-contact-us__number {
  font-family: 'DINCondensed', sans-serif;
  font-size: 30px;
  margin-bottom: 15px;
  color: #ed0f00;
  letter-spacing: 0.8px;
  line-height: 24px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.block-contact-us__number a {
  color: #ed0f00;
}
.block-contact-us__number-transcript {
  font-family: 'DINCondensed', sans-serif;
  font-size: 14px;
  color: #999;
  letter-spacing: 10px;
  margin-right: -8px;
  line-height: 24px;
  text-align: right;
}
.block-contact-us__email,
.block-contact-us__chatlive {
  margin-bottom: 10px;
}
.block-contact-us__email a,
.block-contact-us__chatlive a {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 25px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left 1px;
  transition: color 0.3s linear;
}
.block-contact-us__email a:hover,
.block-contact-us__chatlive a:hover {
  color: #ff2b1d;
}
.block-contact-us__email a {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='18' viewBox='0 0 20 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6.1a1.84 1.84 0 0 0-.905-1.607L10 0 .905 4.493C.381 4.823 0 5.438 0 6.1v9.024c0 1.04.857 1.89 1.905 1.89h16.19c1.048 0 1.905-.85 1.905-1.89V6.1zm-10 4.534L2.35 5.672 10 1.89l7.65 3.78L10 10.635z' fill='%23ED0F00' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.block-contact-us__chatlive a {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='18' viewBox='0 0 21 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 7.354c0 2.26-1.067 4.27-2.724 5.556-1.188.922-6.193 4.398-7.815 4.398l.354-2.928H7.026A7.025 7.025 0 0 1 0 7.354v-.328A7.025 7.025 0 0 1 7.026 0h6.948A7.026 7.026 0 0 1 21 7.026v.328zM5.23 6.182a1.16 1.16 0 1 0 0 2.319 1.16 1.16 0 0 0 0-2.319zm5.27 0a1.16 1.16 0 1 0 0 2.319 1.16 1.16 0 0 0 0-2.319zm5.27 0a1.16 1.16 0 1 0 1.16 1.16c-.001-.64-.52-1.16-1.16-1.16z' fill='%23ED0F00' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position: left 5px;
  background-size: 21px auto;
}
@media (max-width: 1600px) {
  .block-contact-us {
    margin: 0 14px 0 0;
  }
}
@media (max-width: 1366px) {
  .block-contact-us {
    margin: 0 9px 0 0;
    padding: 24px 30px 20px 28px;
  }
  .block-contact-us__link {
    font-size: 1.5rem;
    line-height: 18px;
  }
  .block-contact-us__title {
    margin-bottom: 8px;
  }
  .block-contact-us__description {
    margin-bottom: 10px;
  }
  .block-contact-us__number {
    font-size: 2.2rem;
  }
  .block-contact-us__number-transcript {
    font-size: 1rem;
    letter-spacing: 7px;
    margin-right: -7px;
    line-height: 8px;
  }
  .block-contact-us__email,
  .block-contact-us__chatlive {
    margin-bottom: 8px;
  }
  .block-contact-us__email a,
  .block-contact-us__chatlive a {
    font-size: 1.2rem;
    line-height: 17px;
    padding-left: 29px;
    background-size: 15px auto;
  }
}
@media (max-width: 768px) {
  .block-contact-us {
    padding: 0;
    margin: 0;
  }
  .block-contact-us__link {
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    padding: 22px 20px;
    line-height: 1;
    letter-spacing: 0.8px;
    color: #000;
  }
  .block-contact-us__link:hover {
    background-color: #f4f4f4;
  }
  .block-contact-us__link:active {
    background-color: #e6e6e6;
  }
  .block-contact-us__title {
    margin-bottom: 0;
  }
  .block-contact-us__title a:hover {
    color: #000;
  }
  .block-contact-us__description,
  .block-contact-us__number,
  .block-contact-us__email,
  .block-contact-us__chatlive {
    display: none;
  }
}
