.special-offer68 {
    height: 180px;
    border: 2px solid #e03a3a;
    font-family: 'apercu_pro', sans-serif;
    color: #383838 !important;
    border-radius: 5px;
    background-color: #ffffff;
    position: relative;
    display: block;
    padding: 9px 10px 10px 485px;
    overflow: hidden;
    margin-top: 15px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.hotel-catalog-wrap .special-offer68 {
    margin: 0 0 20px 0;
}

.special-offer68 .special-offer68__link {
    z-index: 4;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.special-offer68 > span {
    font-size: 9px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    color: #666666;
}

.special-offer68 > b {
    font-size: 26px;
    display: block;
    margin-bottom: 5px;
}

.special-offer68::before {
    content: "";
    position: absolute;
    background: url(https://tophotels.ru/csstx/images/special-offer/specioal-offer-ico0.png) top/contain no-repeat;
    right: 40px;
    top: -1px;
    height: 100%;
    z-index: 5;
    width: 65px;
}

.special-offer68::after {
    content: '';
    width: 455px;
    height: 158px;
    border-radius: 5px;
    position: absolute;
    left: 10px;
    top: 10px;
    background: url(https://tophotels.ru/csstx/images/special-offer/so45.jpg) center /cover no-repeat;
}

.special-offer68:hover button {
    background: #ce3535;
}

.special-offer68 button {
    font-size: 13px;
    background: #e03a3a;
    color: #ffffff;
    font-family: 'apercu_pro', sans-serif;
    border-radius: 5px;
    line-height: 30px;
    font-weight: bold;
    width: 250px;
    border: none;
    margin: 5px 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.index-chooser .special-offer68 {
    margin: 0;
}

.special-offer68 .special-offer68__erid.active .hint {
    display: block !important;
    color: #666666 !important;
    font-size: 10px !important;
    bottom: 35px;
    top: auto !important;
    line-height: 17px !important;
}

.special-offer68 .special-offer68__erid.active::after {
    content: '\f00d';
}

.special-offer68 .special-offer68__erid::after {

    content: "\f142";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    margin-left: 10px;
    text-align: center;
    height: 20px;
    background: #cacaca;
    color: #ffffff;
    cursor: pointer;
}

.special-offer68 > p {
    position: relative;
    padding-left: 24px;
    font-size: 18px;
    display: block;
    margin-bottom: 13px;
    line-height: 18px;
}

.special-offer68 > b span {
    display: block;
    font-size: 13px;
}

.special-offer68 > p::before {
    content: '—';
    position: absolute;
    left: 0;
    top: 0;
}

.special-offer68 br {
    display: none;
}

.special-offer68 .special-offer68__erid {
    position: absolute;
    right: 2px;
    bottom: 2px;
    padding: 10px;
    font-size: 10px;
    line-height: 20px;
    z-index: 10;
    color: #999999;
    cursor: pointer;
}

@media screen and (min-width: 1501px) {
    .index-chooser .special-offer68 > span {
        display: block;
        margin-top: 10px;
        font-size: 10px;
    }

    .index-chooser .special-offer68 {
        height: 240px;
        padding: 8px 0 10px 455px;
    }

    .index-chooser .special-offer68 > p {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .index-chooser .special-offer68 br {
        display: block;
    }

    .index-chooser .special-offer68::after {
        height: 216px;
        width: 415px;
        border-radius: 5px;
    }
}


@media screen and (max-width: 1304px) {
    .special-offer68 {
        padding-left: 350px;
    }

    .special-offer68::after {
        width: 320px;
    }

    .special-offer68::before {
        right: 20px;
        width: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .special-offer68::before {
        right: 15px;
        width: 45px;
    }

    .special-offer68 > span {
        width: 210px;
    }

    .special-offer68 button {
        width: 230px;
    }

    .special-offer68 > b {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .special-offer68 .special-offer68__erid::after {
        margin-left: 3px;
        width: 15px;
        height: 15px;
    }

    .special-offer68 .special-offer68__erid {
        font-size: 9px;
        line-height: 15px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 767px) {
    .special-offer68 .special-offer68__erid {
        right: auto;
        left: 7px;
        bottom: auto;
        top: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ffffff;
    }

    .special-offer68 .special-offer68__erid.active .hint {
        bottom: -57px;
        left: 9px;
        right: auto;
    }

    .special-offer68 .special-offer68__erid::after {
        margin: 0 5px 0 0;
        width: 15px;
        height: 15px;
        background: rgba(255, 255, 255, 0.3);
    }
}

@media screen and (max-width: 1023px) {
    .special-offer68::before {
        right: 5px;
        width: 35px;
    }

    .special-offer68 br {
        display: block;
    }

    .special-offer68 button {
        line-height: 25px;
        font-size: 10px;
        width: 210px;
    }

    .special-offer68::after {
        width: 268px;
    }

    .special-offer68 > span {
        width: 190px;
        font-size: 8px;
    }

    .special-offer68 > b {
        font-size: 20px;
    }

    .special-offer68 > b span {
        font-size: 12px;
    }

    .special-offer68 > p {
        font-size: 17px;
        margin-bottom: 5px;
        line-height: 21px;
    }

    .special-offer68 {
        padding-left: 295px;
    }
}

@media screen and (max-width: 767px) {
    .special-offer68 {
        padding: 5px 5px 0 15px;
        height: 180px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .special-offer68 button {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin: auto 0 -1px 0;
        border-radius: 5px 5px 0 0;
        background: #e03a3a;
        font-weight: bold;
    }

    .special-offer68::before {
        width: 40px;
    }

    .special-offer68::after {
        display: none;
    }

    .special-offer68 > p {
        padding-left: 18px;
        font-size: 14px;
        margin: 0;
    }

    .special-offer68 > b span {
        font-size: 10px;
        margin-bottom: 2px;
    }

    .special-offer68 > b {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 19px;
    }

    .special-offer68 .special-offer68__erid {
        padding: 7px 10px;
        font-size: 7px;
    }
}


@media screen and (max-width: 414px) {
    .special-offer68 > b {
        font-size: 15px;
    }

    .special-offer68::before {
        width: 25px;
    }
}

@media screen and (max-width: 374px) {
    .special-offer68::before {
        right: 0;
    }
}

@media screen and (max-width: 359px) {
    .special-offer68 > p {
        font-size: 12px;
        margin-bottom: 2px;
        line-height: 19px;
    }

    .special-offer68 > b {
        font-size: 13px;
    }

    .special-offer68 {
        padding: 8px 5px 0 10px;
    }

    .special-offer68 button {
        width: 180px;
    }
}