.tabcal-box_2 {
  width: 90%;
  margin: 0 auto 0;
  padding: 1rem;
  line-height: 1.6;
  position: relative;
  z-index: 10;
}
.tabcal__head {
  order: -2;
  padding: 1rem;
  color: #085aae;
}
.tabcal__bordered-center {
  border-left: 6px solid #085aae;
  padding-left: 1rem;
}
.tabcal__subtitle {
  margin: 0;
  bottom: -3px;
  font-size: 1.3rem;
  line-height: 2.125rem;
  text-transform: uppercase;
}

.tabcal {
  display: flex;
  flex-wrap: wrap;
}

.block {
  width: 130px;
  height: 130px;
  margin: 5px;
  border: 1px solid #085aae;
  background-color: #f3f8fb;
  color: #dd3704;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2rem;
  transition: all 0.5s;
}
.block_1 {
  width: 130px;
  height: 130px;
  margin: 5px;
  border: 1px solid #085aae;
  background-color: #f3f8fb;
  color: #085aae;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2rem;
}
.block_2 {
  width: 130px;
  height: 130px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.block .cont {
  opacity: 1;
  position: absolute;
}
.block:hover .cont {
  opacity: 0;
}

.block .block__hidden {
  opacity: 0;
}
.block:hover .block__hidden {
  opacity: 1;
}
d {
  font-size: 2rem;
  font-weight: bold;
}
b,
i {
  display: block;
  justify-content: center;
  font-size: 0.8rem;
}
.block .block__hidden {
  font-size: 0.8rem;
  line-height: 1.125rem;
}

.block:hover .block__hidden {
  font-size: 1rem;
}
.block:hover {
  transform: scale(1.5);
}
