body {
  background-color: #f2f5f8
}

.actions .tab.active {
        font-size: 2.9rem;
    }

    .tab {
        max-height: 2.4rem;
        font-size: 25px;
    }

.tab.active {
      color: #47c162 !important;
}

.tab.active,
.tab:hover {
  color: #47c162de;
}

.header:not(.bg-white) {
  background-color: transparent
}
.tabs-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.actions-container {
  padding-right: 0
}
.actions-box {
  display: -ms-grid;
  display: grid
}
.action,
.action .img-box picture,
.action .right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}
.action {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  background-color: #fff;
  overflow: hidden
}
.action .left-side {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #0b605b;
  color: #fff
}
.action .img-box picture {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%
}
.action-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2
}
.action-price {
  margin-top: 1rem
}
.action-price span {
  font-family: "Roboto Condensed";
  font-size: 1.4rem
}
.action .right-side {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4rem 5.5rem 3rem 7.5rem;
  color: #000
}
.action .right-side h3 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 600
}
.action .right-side .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.6
}
.action-callback {
  width: 100%;
  height: 4.5rem;
  margin-right: 0;
  margin-left: 0;
  -webkit-border-radius: 2.3rem;
  border-radius: 2.3rem;
  background-color: #46c162;
  color: #fff;
  font-family: 'Roboto Mono',monospace;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.action-callback:hover {
  -webkit-transform: translateY(.2rem);
  -ms-transform: translateY(.2rem);
  transform: translateY(.2rem)
}
@media screen and (max-width:720px) {
  .actions-container {
    padding: 11rem var(--container-indent) 0
  }
  .actions-container h1 {
    padding-bottom: var(--indent-yellow);
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #455975
  }
  .actions-box {
    grid-gap: 3rem
  }
  .action .left-side {
    width: 33.4rem
  }
  .action .img-box {
    min-height: 27rem
  }
  .action-info {
    margin-top: 25px;
    padding: 0 4rem 4rem
  }
  .action-price,
  .action-title {
    font-size: 2rem
  }
  .action .right-side .text,
  .action-price span {
    font-size: 1.8rem
  }
  .action .right-side h3 {
    font-size: 2.1rem
  }
  .action-callback {
    height: 5.6rem;
    margin-top: 2rem
  }
  .actions .tabs-header {
    position: static;
  }
  .actions .tab {
    opacity: 1;
    visibility: visible;
  }
  .actions .tabs-header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3.5rem 6.5rem;
    max-height: none;
    background: 0;
    padding: 0;
  }
  .actions .tab.active {
    font-size: 4.8rem;
  }
  .actions .tab:not(:first-child) {
    margin-top: 0;
  }
  .actions .tabs-body {
    margin-top: 4rem;
    padding: 0;
  }
}
@media screen and (min-width:721px) {
  .tabs-header {
    min-height: 3rem;
    margin-bottom: 4rem
  }
  .actions-container h1 {
    display: none
  }
  .actions-box {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(3,1fr)
  }
  .action .img-box {
    min-height: 23.5rem
  }
  .action-info {
    margin-top: 1rem;
    padding: 0 3rem 3rem
  }
  .action-callback {
    margin-top: 2rem
  }
  .actions .tabs-header {
    min-height: 2.6rem;
    -ms-align-items: flex-end;
    align-items: baseline;
  }
  .actions {
    padding-top: 5.5rem;
  }
  .actions .tab.active {
    font-size: 2.5rem;
  }
  .action .right-side  {
    flex: 1 1 auto;
  }
}
@media screen and (min-width:721px) and (max-width:1440px) {
  .actions-box {
    grid-gap: 5rem 6rem
  }
  .action .left-side {
    width: 27rem
  }
  .action-callback {
   max-width: 22.9rem
  }
  .actions .tab + .tab {
    margin-left: 3.5rem;
  }
}
@media screen and (min-width: 1441px) {
  .actions-box {
    grid-gap: 3rem; /* общий отступ между карточками */
  }
}
  .action .left-side {
    width: 37.5rem
  }
  .action-callback {
    max-width: 29.5rem
  }
  .actions .tab + .tab {
    margin-left: 8rem;
  }
}

.actions .tab {
  color: #717171;
}
.actions .tab.active {
  font-weight: 700;
}

@media screen and (max-width: 720px) {
    .actions .tab.active {
        font-size: 2.8rem;
    }
}


@media screen and (max-width: 720px) {
    .actions .tabs-header {
        display: grid
;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: inherit;
        max-height: none;
        background: 0;
        padding: 0;
    }

.actions .tab + .tab {
    margin-left: 0rem;
}

.tab active {
      color: #47c162 !important;
}
}