﻿.offers-wrapper {
    height: 100%;
    display: table;
}

.offers-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.offers-list li {
    margin: 0;
    padding: 1em;
}
.offers-list li a {
    display: inline-block;
    font-weight: normal;
    width: 90%;
}
.offers-list li a:visited {
    text-decoration: none;
    font-weight: normal;
    color: #fff;
}
.offers-list li span {
    right: 0;
    margin-right: 0.5em;
    position: absolute;
    clear: left;
    margin-top: -0.2em;
    font-size: 2.5vw;
}

@media (max-width: 1600px) {
    .offers-sublist {
        font-size: 1.5vw;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 1600px) {
    .offers-sublist {
        font-size: 1vw;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
}

.offers-sublist li {
    margin: 0;
    padding: 0.5em;
}
.offers-sublist li span {
    right: 0;
    margin-right: 0.5em;
    position: absolute;
    clear: left;
/*    margin-top: 0.1em;*/
    font-size: 1.7vw;
}


.mobile-offers-list {
    background-color: #E7807B;
    font-size: 5vw;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    top: 0;
    margin-top: 24vw;
    position: fixed;
    width: 100%;
    overflow: scroll;
}
.mobile-offers-list li {
    margin: 0;
    padding: 1em;
}
.mobile-offers-list li a {
    display: inline-block;
    font-weight: normal;
    width: 90%;
}
.mobile-offers-list li a:visited {
    text-decoration: none;
    font-weight: normal;
    color: #fff;
}
.mobile-offers-list li span {
    right: 0;
    margin-right: 0.5em;
    position: absolute;
    clear: left;
    font-size: 6vw;
}
.mobile-offers-sublist {
    font-size: 4.5vw;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.mobile-offers-sublist li {
    margin: 0;
    padding: 0.5em;
}
.mobile-offers-sublist li span {
    right: 0;
    margin-right: 0.5em;
    position: absolute;
    clear: left;
    margin-top: 0.1em;
    font-size: 6vw;
}

