﻿/* common border radius */
/* disable text selection */
section.gt-block.actions {
  padding: 6rem 0;
}
section.gt-block.actions h1,
section.gt-block.actions h2 {
  padding: 0 0 3rem 0;
  color: #0b1119;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold;
  letter-spacing: -0.02em;
}
section.gt-block.actions h1 small,
section.gt-block.actions h2 small {
  padding: 0 0 1.2rem 0;
  display: block;
  color: #E01021;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: -0.02em;
}
section.gt-block.actions .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.4rem;
  grid-row-gap: 2.6rem;
}
section.gt-block.actions .actions-days-switch {
  padding: 1rem 0;
  color: #0b1119;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
}
section.gt-block.actions .actions-days-switch a {
  color: #0b1119;
  text-decoration: underline;
}
section.gt-block.actions .actions-days-switch a:hover {
  text-decoration: none;
}
section.gt-block.actions article {
  position: relative;
  background: white;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0px 2px 2rem rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 2rem rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 2rem rgba(0, 0, 0, 0.06);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.gt-block.actions article:hover {
  -webkit-box-shadow: 0px 2px 2rem rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 2rem rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 2rem rgba(0, 0, 0, 0.12);
}
section.gt-block.actions article .img {
  height: 16rem;
  padding: 1rem 1.6rem;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section.gt-block.actions article .img span {
  padding: 0.8rem 1.2rem;
  margin: 0 0.8rem 0.8rem 0;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 1.8rem;
  -moz-border-radius: 1.8rem;
  border-radius: 1.8rem;
  background: #E01021;
  color: white;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: bold;
  letter-spacing: -0.02em;
}
section.gt-block.actions article.no-img .img {
  background: url(../images/logo.svg) no-repeat center center;
  background-size: 20rem auto;
}
section.gt-block.actions article .text {
  padding: 1.6rem 1.6rem;
}
section.gt-block.actions article .date {
  padding: 0.8rem 1.2rem;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 1.8rem;
  -moz-border-radius: 1.8rem;
  border-radius: 1.8rem;
  background: #ededed;
  color: #0b1119;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: bold;
  letter-spacing: -0.02em;
}
section.gt-block.actions article .date span {
  font-weight: normal;
}
section.gt-block.actions article h2 {
  padding: 1.6rem 0 0 0;
  color: #0b1119;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.gt-block.actions article:hover h2 {
  color: #e2001a;
}
section.gt-block.actions article a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 8000px;
}
@media screen and (max-width: 1400px) {
  section.gt-block.actions {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 1000px) {
  section.gt-block.actions .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 750px) {
  section.gt-block.actions {
    padding: 4rem 0;
  }
  section.gt-block.actions h1,
  section.gt-block.actions h2 {
    padding: 0 0 4rem 0;
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
  section.gt-block.actions .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  section.gt-block.actions .list {
    grid-template-columns: repeat(1, 1fr);
  }
}