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

.terminal-card {
    position: relative;
    /*padding: 0 15px;*/
    float: left;
    /*display: flex;*/
    /*flex-direction: column;*/
}

.terminal-card .terminal-card__img-wrap {
    font-size: 0;
/*    border-bottom: 4px solid #f68121;    */
/*    border: 4px solid #f68121;           */
    border-radius: 30px 30px 30px 30px;
    margin-bottom: -5px; 
    margin-left: 8px;  
    /* margin-top: 60px;  */
    height: 340px;
    width: 104%;
    display: block;
    background-size: cover;
    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) + 24px);
    color: #000;
    display: block;
    margin-top: -130px;
    margin-left: 30px;
    line-height: 26px;
    position: absolute;
    width: 80%;
}

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

.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 {
    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: 10px;
    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;
    z-index: 5;
}

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

.terminal-card .terminal-card__btn:first-child {
    margin-right: 10px;
    background-color: white;
    border: 1px solid white;
    color: #005092;
    position: absolute;
    margin-top: -55px;
}