.timer-block-title {
  font-size: 45px;
  line-height: normal;
  padding: 0 0 20px;
  color: #fff;
  text-align: center;
  font-weight: 800; }

.timer-block-text {
  font-size: 16px;
  padding: 0 0 25px;
  color: #fff;
  text-align: center; }

.timer-block-btn {
  padding: 20px 0 0;
  text-align: center; }
  .timer-block-btn a {
    display: inline-block;
    vertical-align: top;
    padding: 25px 40px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    text-decoration: none;
    background: #000;
    border-radius: 200px;
    color: #fff;
    font-weight: 700; }
    .timer-block-btn a:hover {
      color: #fedf3b;
      box-shadow: 8px 8px 20px 0px rgba(254, 223, 59, 0.26); }

.timer-block__date {
  text-align: center;
  padding: 0 0 10px;
  display: flex;
  justify-content: center; }
  .timer-block__date .number {
    display: block;
    position: relative;
    background: #050505;
    height: 80px;
    width: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 40px;
    border-radius: 10px;
    font-weight: 500; }
    .timer-block__date .number ins {
      position: relative;
      text-decoration: none; }
    .timer-block__date .number:before {
      display: block;
      content: '';
      background-color: rgba(255, 255, 255, 0.2);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 50%;
      border-radius: 10px 10px 0 0; }
  .timer-block__date .delim {
    padding: 0 5px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    color: #fff;
    font-weight: bold; }
  .timer-block__date .elem em {
    font-style: normal;
    font-size: 12px;
    color: #fff; }

@media (max-width: 991px) {
  .timer-block-title {
    font-size: 35px; } }

@media (max-width: 479px) {
  .timer-block-title {
    font-size: 25px;
    padding: 0 0 10px; }

  .timer-block-text {
    padding: 0 0 15px; } }

@media (max-width: 420px) {
  .timer-block__date .number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 35px; }

  .timer-block__date .delim {
    line-height: 60px;
    font-size: 35px; } }

@media (max-width: 340px) {
  .timer-block__date .number {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 27px; }

  .timer-block__date .delim {
    line-height: 56px;
    font-size: 27px; } }
