.terminals-slider__head {
    margin-top: 60px;
    text-align: center;
    color: #014282;
}

.terminal-card {
    position: relative;
    padding: 0 15px;
}

.terminal-card .terminal-card__img-wrap {
    font-size: 0;
  /*  border-bottom: 4px solid #f68121;  */
    margin-bottom: 20px;
    height: 275px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.terminal-card .terminal-card__name {
    margin-top: 35px;
    font-weight: 700;
    height: 48px;
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 15) + 15px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 15) + 15px);
    color: #000;
    display: block;
}

.terminal-card .terminal-card__perks {
    margin-top: 10px;
}

.terminal-card .terminal-card__perk {
    margin-bottom: 10px;
}

.terminal-card .terminal-card__perk:last-child {
    margin-bottom: 0;
}

.terminal-card .terminal-card__price {
    margin-top: 15px;
    font-weight: 700;
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (24 - 18) + 18px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (24 - 18) + 18px);
}

.terminal-card .terminal-card__btns-wrap {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.terminal-card .terminal-card__btn {
    max-width: 112px;
}

.terminal-card .terminal-card__btn:first-child {
    margin-right: 10px;
}

.terminal-card .terminal-card-desc {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: auto;
    justify-content: space-between;
    float: left;
}

@media (max-width: 960px){
    .terminals-slider__head {
        margin-top: 40px;
    }
}