.b-action-tabs {
  width: 100%;
}
.b-action-tabs__item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 300px;
  margin: 0 0 0 -0.25em;
  padding: 0;
  background-color: #6EBB25;
}
.b-action-tabs__item--active {
  margin-bottom: 500px;
}
.b-action-tabs__content {
  position: absolute;
  top: auto;
  left: 0;
  height: 500px;
  width: 100%;
}

.l-action-card {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: #6EBB25;
  cursor: pointer;
  background: linear-gradient(to top, #476f24, #6EBB25);
}
.l-action-card:hover, .l-action-card:active, .l-action-card:focus {
  color: #fff;
}
.l-action-card:hover:hover .l-action-card__shade, .l-action-card:active:hover .l-action-card__shade, .l-action-card:focus:hover .l-action-card__shade {
  top: 0;
}
.l-action-card__icon {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  font-size: 40px;
  text-align: center;
  width: 100%;
}
.l-action-card__h {
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  z-index: 1;
}
.l-action-card__shade {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  transition: top 0.3s ease;
}
.l-action-card__shade-icon {
  line-height: 270px;
}
.l-action-card--active::after {
  width: 30px;
  height: 30px;
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  background-color: #fff;
  transform: rotate(45deg);
}
.l-action-card--active:hover, .l-action-card--active:active, .l-action-card--active:focus {
  color: #fff;
}
.l-action-card--active:hover:hover .l-action-card__shade, .l-action-card--active:active:hover .l-action-card__shade, .l-action-card--active:focus:hover .l-action-card__shade {
  top: -100%;
}

.b-action-video {
  position: relative;
  padding: 60px 180px;
  height: inherit;
}
.b-action-video__btn-l, .b-action-video__btn-r {
  display: block;
  position: absolute;
  height: inherit;
  width: 60px;
  top: 0;
  cursor: pointer;
  color: #c0c1c2;
  transition: background 0.3s ease, color 0.3s ease;
}
.b-action-video__btn-l:hover, .b-action-video__btn-l:focus, .b-action-video__btn-l:active, .b-action-video__btn-r:hover, .b-action-video__btn-r:focus, .b-action-video__btn-r:active {
  background-color: #e3e4e8;
}
.b-action-video__btn-l:hover i, .b-action-video__btn-l:focus i, .b-action-video__btn-l:active i, .b-action-video__btn-r:hover i, .b-action-video__btn-r:focus i, .b-action-video__btn-r:active i {
  color: #2e3436;
}
.b-action-video__btn-l {
  left: 0;
}
.b-action-video__btn-r {
  right: 0;
}
.b-action-video__btn-icon {
  position: relative;
  line-height: 100%;
  text-align: center;
  color: #c0c1c2;
  height: 100%;
}
.b-action-video__btn-wrap {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%;
  text-align: center;
}
.b-action-video__btn-close {
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  right: 0;
  width: 60px;
  height: 55px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  color: #c0c1c2;
}
.b-action-video__btn-close:hover, .b-action-video__btn-close:focus, .b-action-video__btn-close:active {
  background-color: #e3e4e8;
}
.b-action-video__btn-close:hover i, .b-action-video__btn-close:focus i, .b-action-video__btn-close:active i {
  color: #2e3436;
}
.b-action-video__h {
  font-size: 36px;
  text-transform: uppercase;
  margin-top: 0;
}
.b-action-video__info {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
}

@media (max-width: 599px) {
  .b-action-tabs__item {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .b-action-tabs__item {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .b-action-tabs__item {
    width: 33.33333%;
  }
}
@media (max-width: 768px) {
  .b-action-tabs__item--active {
    margin-bottom: 250px;
  }
  .b-action-tabs__content {
    height: 250px;
  }
}
@media (max-width: 970px) {
  .b-action-video {
    padding: 20px 60px;
  }
}
/*# sourceMappingURL=action.css.map */
