.line_info {
    width: 100%;
    height: 25px;
    position: relative;
}
.line_info_val {
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
}
.bigButton {
  margin: 4px 0px;
  border: 2px solid #eaeaea;
  border-radius: 3px;
  padding: 1.5% 1.5% 1.5% 1.5%;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}

.addressType_desc, .carType_desc {
    width: calc(100% - 67px);
}
.client_promo {
    border-radius: 2px;
    border: 1px solid #006F5F !important;
    display: inline-block !important;
    padding: 5px 10px !important;
    color: black !important;
    width: 230px;
    text-align: center;
    display: table;
    margin: 0 auto !important;
    text-transform: uppercase;
}
.step.step_promocode {
    text-align: center;
}
.tg_alert {
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    color: #9b9aa2;
    font-size: 19px;
    font-weight: bold;
    background-image: url("../podkomi/include/images/wallpaper2.jpg");
    background-position: center;
    background-size: cover;
    cursor: pointer;
}
.tg_alert:hover span {
    color: #6e6e73;
}
.tg_alert span {
    margin: 0 20px;
}
.tg_alert img {
    height: 40px;
}
.address_button.blacklist {
    cursor: not-allowed;
    background-color: #eaeaea;
}

.promoTabs {
    display: inline-flex;
    text-align: center;
}
.promoTabs span {
    padding-top: 5px;
}
.promoTab:not(.active) {
    padding: 5px;
    border-bottom: 1px #000 dashed;
    margin: 0 10px;
    cursor: pointer;
}
.promoTab.active {
    padding: 5px;
    margin: 0 10px;
    border: none;
    background-color: #d4eeea;
    font-weight: bold;
    color: #006f5f;
}
.reg_inner {
    margin-bottom: 40px;
}
.reg_inner input[type="date"], input[type="text"], input[type="number"], input[type="password"] {
    width: 50%;
    text-align: center;
}

.btn.greenborder {
    border-color: #006F5F;
}

@media (max-width: 760px) {
    .tg_alert {
        font-size: 14px;
        padding: 5px;
    }
    .tg_alert img {
        height: 30px;
    }
    .promoTabs {
        margin-top: 40px;
    }
}