.hurry {
  padding-top: 66px;
  padding-bottom: 68px;
  font-family: "montserratsemibold", Arial, sans-serif;
  background: #161616;
  color: #fff; }
  .hurry__text {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 20px; }
  .hurry__video {
    height: 186px;
    width: 100%;
    margin-bottom: 34px; }
  .hurry__timer-block {
    margin-bottom: 34px; }
  .hurry__timer-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px; }
    .hurry__timer-row:last-child {
      margin-bottom: 0; }
  .hurry__timer-item {
    width: 64px;
    text-align: center;
    line-height: 1;
    font-family: "montserratsemibold", Arial, sans-serif; }
    .hurry__timer-item-value {
      font-size: 40px; }
    .hurry__timer-item-label {
      font-size: 18px;
      text-transform: lowercase; }
  .hurry__timer-separator {
    width: 15px; }
  .hurry__timer-title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px;
    text-align: center; }

@media (min-width: 576px) {
  .hurry__video {
    height: 40.465vw; } }

@media (min-width: 992px) {
  .hurry__text {
    height: 83px;
    margin-bottom: 34px; }
  .hurry__timer-block {
    height: 83px;
    align-self: flex-end;
    position: relative;
    padding-left: 69px; }
    .hurry__timer-block:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 9px;
      display: block;
      transform: rotate(19deg);
      width: 2px;
      background: #30d1ff; }
  .hurry__video {
    max-height: 386px;
    margin-bottom: 0; } }

@media (min-width: 1200px) {
  .hurry {
    padding-top: 28px;
    padding-bottom: 137px; }
    .hurry__text {
      height: 106px;
      display: flex;
      align-items: center;
      font-size: 18px;
      line-height: 1.2;
      margin-bottom: 52px; }
    .hurry__timer-block {
      height: 106px;
      margin-bottom: 52px; }
    .hurry__timer-title {
      margin-bottom: 8px; }
    .hurry__timer-item {
      width: 100px;
      text-align: center; }
      .hurry__timer-item-value {
        font-size: 60px;
        line-height: 1; }
    .hurry__timer-separator {
      width: 16px;
      font-size: 60px; } }
