.logo-block {
    position: relative;
}

.hdr-slogan {
    width: 100%;
    color: #3e3e3e;
    position: absolute;
    bottom: -10px;
    left: 15%;
    text-align: center;
}

.hdr-slogan h6 {
    font-size: 100%;
    font-weight: bold;
}

.auto-block-block {
    position: relative;
    min-height: 320px;
}

.full-price {
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    background-color: #FFF;
    padding: 0 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

.price_green_strip {
    background-image: url(../images/green_strip.png);
    height: 29px;
    background-position: right;
    text-align: center;
}

.price_green_strip span {
    font-size: 2.0rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.yel-price,
.yel-price span {
    color: #ffb800 !important;
}

.btn-str,
.btn-str:focus {
    font-size: 15px;
    padding: 5px 15px 7px;
    margin-right: 8px;
    font-weight: 700;
    color: #ffa900;
    text-transform: uppercase;
    text-decoration: underline;
}

.btn-str:hover {
    color: #DBA110;
}

.short-abs {
    position: absolute;
    /* width: 104%; */
    z-index: 100;
    width: 100vw;
    margin-left: 24px;
}

.autopark-in .autopark-currency {
    padding: 0;
    text-align: right;
}

.autopark-in .container {
    padding-top: 20px;
}

.autopark-in .price_green_strip {
    margin: 10px auto;
}

.autopark-in .auto-block-characteristics-title {
    padding-bottom: 10px;
}

.autopark-in .auto-block-block {
    margin-bottom: 1px !important;
    padding-bottom: 1px !important;
}

.autopark-in .auto-block-latest-booking-btn a {
    width: 100%;
    display: inline-block;
}

.class-auto,
.class-auto:hover,
.class-auto:focus {
    text-decoration: underline;
    color: #000;
}

.class-active {
    color: #ffa900;
}

.header-address-block {
	position: absolute;

	/* width: 20%; */
	text-align: right;
	top: 49px;
	font-size: 1.5rem;
    z-index: 10;
}
.header-viber a{
    text-decoration: none;
    }

@media (min-width: 1200px) {
    .header-address-block {
        right: -36px;
    }
}
@media (max-width: 1200px) {

    .short-abs {
        margin-left: 0px;
        width: 91vW;
    }
    .header-address-block {
        top:20px;
    }
}

@media (max-width: 992px) {
    .header-address-block {
        top:0px;
    }
    .hdr-slogan {
        bottom: -22px;
        left: 2%;
    }

    .hdr-slogan h6 {
        font-size: 85%;
    }

    .short-abs {
        margin-left: 17px;
        width: 91vW;
    }
}

@media (max-width: 767px) {
    .hdr-slogan h6 {
        display: none;
    }
    .header-address-block {
        display:none;
    }
}

@media (max-width: 767px) {
    .hdr-slogan h6 {
        display: none;
    }
}

@media (max-width: 465px) {
    .short-abs {
        margin-left: 0px;
        width: 76vW;

    }
}
