.eventInfoBlock {
  margin: 5vw 0;
}
.eventInfoBlock .col {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.eventInfoBlock .col:first-child {
  padding-right: 8.25vw;
}
.eventInfoBlock .col:last-child {
  padding-left: 0.5vw;
}
.eventInfoBlock .col .subTitle,
.eventInfoBlock .col .textTitle {
  max-width: 37.5vw;
}
.eventInfoBlock .col .subTitle {
  margin-bottom: 1.25vw;
}
.eventInfoBlock .col .textTitle {
  text-transform: inherit;
  max-width: 22.25vw;
  margin-bottom: 1.25vw;
}
.eventInfoBlock .col .link {
  margin-top: 1.875vw;
}
.eventInfoBlock .col .innerCols,
.eventInfoBlock .col .list,
.eventInfoBlock .col .buttons {
  max-width: 30vw;
}
.eventInfoBlock .col .innerCols .innerCol {
  display: inline-block;
  vertical-align: top;
}
.eventInfoBlock .col .innerCols .innerCol:first-child {
  width: 7.75vw;
  color: #AEA391;
}
.eventInfoBlock .col .innerCols .innerCol:last-child {
  width: 22.25vw;
}
.eventInfoBlock .col .innerCols .innerCol.primary p {
  color: #BB8B52;
}
.eventInfoBlock .col .item .smallTitle {
  color: #F4F1E6;
  letter-spacing: 0;
  margin-bottom: 0.625vw;
}
.eventInfoBlock .col .item .smallTitle:last-child {
  margin-bottom: 0;
}
.eventInfoBlock .col .item p {
  opacity: 0.8;
}
.eventInfoBlock .col .divider {
  width: 100%;
  height: 1px;
  background: #653E30;
  display: block;
  margin: 1.25vw 0;
}
.eventInfoBlock .col .divider:last-child {
  margin-bottom: 0;
}
.eventInfoBlock .col .buttons {
  margin-top: 1.25vw;
  text-align: right;
}
.eventInfoBlock .links {
  display: block;
}
.eventInfoBlock .links .button {
  width: 50%;
}
.eventInfoBlock .links .extraText {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 0.375vw;
  color: #F4F1E6;
  word-break: break-word;
  text-align: right;
}
@media all and (max-width: 1080px) {
  .eventInfoBlock {
    margin: 7.407vw 0;
  }
  .eventInfoBlock .col:first-child {
    padding-right: 12.222vw;
  }
  .eventInfoBlock .col:last-child {
    padding-left: 0.741vw;
  }
  .eventInfoBlock .col .subTitle,
  .eventInfoBlock .col .textTitle {
    max-width: 55.554vw;
  }
  .eventInfoBlock .col .subTitle {
    margin-bottom: 1.852vw;
  }
  .eventInfoBlock .col .textTitle {
    max-width: 32.963vw;
    margin-bottom: 1.852vw;
  }
  .eventInfoBlock .col .link {
    margin-top: 2.778vw;
  }
  .eventInfoBlock .col .innerCols,
  .eventInfoBlock .col .list,
  .eventInfoBlock .col .buttons {
    max-width: 44.444vw;
  }
  .eventInfoBlock .col .innerCols .innerCol:first-child {
    width: 11.481vw;
  }
  .eventInfoBlock .col .innerCols .innerCol:last-child {
    width: 32.962vw;
  }
  .eventInfoBlock .col .item .smallTitle {
    margin-bottom: 0.926vw;
  }
  .eventInfoBlock .col .divider {
    margin: 1.852vw 0;
  }
  .eventInfoBlock .col .buttons {
    margin-top: 1.852vw;
  }
  .eventInfoBlock .links .extraText {
    margin-top: 0.556vw;
  }
}
@media all and (max-width: 580px) {
  .eventInfoBlock {
    margin: 22.586vw 0;
  }
  .eventInfoBlock .col {
    display: block;
    width: 100%;
  }
  .eventInfoBlock .col:first-child {
    padding-right: 0;
  }
  .eventInfoBlock .col:last-child {
    margin-top: 5.172vw;
    padding-left: 0;
  }
  .eventInfoBlock .col .subTitle,
  .eventInfoBlock .col .textTitle {
    max-width: 100%;
  }
  .eventInfoBlock .col .subTitle {
    margin-bottom: 3.448vw;
  }
  .eventInfoBlock .col .textTitle {
    max-width: 100%;
    margin-bottom: 3.448vw;
  }
  .eventInfoBlock .col .link {
    margin-top: 5.172vw;
  }
  .eventInfoBlock .col .innerCols,
  .eventInfoBlock .col .list,
  .eventInfoBlock .col .buttons {
    max-width: 100%;
  }
  .eventInfoBlock .col .innerCols .innerCol:first-child {
    width: 20vw;
  }
  .eventInfoBlock .col .innerCols .innerCol:last-child {
    width: 57.241vw;
  }
  .eventInfoBlock .col .item .smallTitle {
    margin-bottom: 1.724vw;
  }
  .eventInfoBlock .col .divider {
    margin: 3.448vw 0;
  }
  .eventInfoBlock .col .buttons {
    margin-top: 3.448vw;
  }
  .eventInfoBlock .links .extraText {
    margin-top: 1.034vw;
  }
}
