

/* Start:/local/templates/galaxystore/components/galaxystore/promo.tags/.default/style.css?1755635032607*/
.line-picker {
    display: flex;
    margin-left: 10px;
    margin-top: 32px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    justify-content: flex-start;
    gap: 10px;
}
.line-picker__btn {
    background: #f2f2f2;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
    white-space: nowrap;
    color: #000000;
}
.line-picker__btn.is-active {
    background: #1428a0;
    color: #fff;
}
@media (max-width: 767px) {
    .line-picker {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: nowrap;
        margin-top: 21px;
    }
}
/* End */


/* Start:/local/templates/galaxystore/css/actions/actions.css?17459282961061*/
.actions-card__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 25px;
    border-radius: 3px;
    padding-bottom: 64%;
    display: block;
    position: relative;
    overflow: hidden
  }
.actions-card__picture img{
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
    }
.actions-card__title {
    margin-bottom: 11px;
}
.actions-card__text {
    margin-bottom: 10px;
}
.actions {
  padding-bottom: 55px;
}
.actions__title {
    margin-bottom: 17px;
}
.actions .row {
    margin: -15px -15px -20px;
}
.actions .col {
    margin: 15px 0 20px;
}
@media (min-width: 768px) {
    .actions-card__image.gm-main {
        padding-bottom: 36%
    }
    .actions {
        padding-bottom: 75px
    }
    .actions .row {
        margin: -15px -15px -40px
    }
    .actions .col {
        margin: 15px 0 40px
    }
}

/* End */
/* /local/templates/galaxystore/components/galaxystore/promo.tags/.default/style.css?1755635032607 */
/* /local/templates/galaxystore/css/actions/actions.css?17459282961061 */
