.top5-baron-sahl .top5-baron-sahl__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.top5-baron-sahl .top5-baron-sahl__info {
    background: rgba(255, 255, 255, 0.9);
    line-height: 15px;
    font-size: 9px;
    border-radius: 3px;
    padding: 0 10px;
    position: absolute;
    color: #666666;
    right: 5px;
    top: 5px;
}

.top5-baron-sahl .top5-baron-sahl__erir .fas.active .hint {
    display: block !important;
    color: #bababa !important;
    font-size: inherit !important;
    bottom: auto;
    top: -67px !important;
    line-height: 17px !important;
}

.top5-baron-sahl .top5-baron-sahl__erir .fas.active::before {
    content: '\f00d';
}

.top5-baron-sahl .top5-baron-sahl__erir .fas {
    width: 20px;
    border-radius: 100%;
    margin-left: 5px;
    text-align: center;
    height: 20px;
    background: rgba(255, 255, 255, 0.87);
    color: #999999;
    cursor: pointer;
}

.top5-baron-sahl .top5-baron-sahl__erir > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    line-height: 20px;
}

.top5-baron-sahl .top5-baron-sahl__erir {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 20px;
    z-index: 10;
    font-family: 'apercu_pro', sans-serif;
    color: #ffffff;
    cursor: text;
    text-transform: uppercase;
}

.top5-baron-sahl {
    border-radius: 5px;
    height: 300px;
    background: #7c9086 url(https://tophotels.ru/csstx/images/top5/top5-baron.jpg) left/cover no-repeat;
    padding: 0 37px 0 260px;
    color: #ffffff !important;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    margin: 0 0 25px 0;
    flex-direction: column;
}

.top5-baron-sahl > i::before {
    content: '';
    width: 100%;
    height: 50%;
    display: block;
    background: url(https://tophotels.ru/csstx/images/big-horizont/bh166/logo2.png) center bottom/contain no-repeat;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 5px;
    -webkit-animation: logoBH 4s ease infinite;
    animation: logoBH 4s ease infinite;
}

.top5-baron-sahl > i::after {
    content: '';
    width: 100%;
    height: 50%;
    margin-top: 5px;
    display: block;
    background: url(https://tophotels.ru/csstx/images/big-horizont/bh166/logo.png) center top/contain no-repeat;
}

.top5-baron-sahl > i {
    height: 100%;
    width: 130px;
    top: 0;
    z-index: 2;
    display: block;
    position: absolute;
    left: 70px;
}

@-webkit-keyframes logoBH {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes logoBH {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.top5-baron-sahl > p {
    font-size: 20px;
    position: relative;
    z-index: 2;
    margin: 21px 0 7px 0;
    text-transform: uppercase;
    width: 251px;
    font-weight: bold;
    font-style: italic;
}

.top5-baron-sahl > b {
    position: relative;
    z-index: 2;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.top5-baron-sahl > span {
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
    z-index: 1;
}

.top5-baron-sahl button::after {
    content: '\f101';
    margin-left: 10px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}

.top5-baron-sahl:hover button {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.top5-baron-sahl::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.top5-baron-sahl button {
    background: linear-gradient(90deg, #23a6d5, #23d5ab, #36adc1);
    line-height: 40px;
    border-radius: 10px;
    width: 220px;
    border: 3px solid rgba(255, 255, 255, 0.85);
    color: #ffffff;
    font-family: 'apercu_pro', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    z-index: 2;
    position: relative;
    font-size: 14px;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.24);
    background-size: 400% 400%;
    -webkit-animation: gradient 5s ease infinite;
    animation: gradient 5s ease infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.9;
    margin-top: 30px;
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

@media screen and (max-width: 1300px) {
    .top5-baron-sahl::before {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .top5-baron-sahl > b {
        font-size: 32px;
        line-height: 32px;
    }
}

@media screen and (max-width: 1023px) {
    .top5-baron-sahl {
        padding-left: 195px;
    }

    .top5-baron-sahl > b {
        font-size: 30px;
        line-height: 30px;
    }

    .top5-baron-sahl button {
        line-height: 30px;
    }

    .top5-baron-sahl > i {
        left: 45px;
        width: 110px;
    }
}

@media screen and (max-width: 767px) {
    .top5-baron-sahl .top5-baron-sahl__erir {
        color: #eeeeee;
    }

    .top5-baron-sahl .top5-baron-sahl__erir .fas {
        background: #eeeeee;
        color: #999999;
        margin-left: 3px;
        width: 15px;
        height: 15px;
    }

    .top5-baron-sahl .top5-baron-sahl__erir > * {
        font-size: 7px;
        line-height: 15px;
    }

    .top5-baron-sahl .top5-baron-sahl__info {
        font-size: 7px;
        line-height: 13px;
        background: rgba(255, 255, 255, 0.7);
    }

    .top5-baron-sahl {
        padding-left: 148px;
        padding-right: 0;
        height: 180px;
    }

    .top5-baron-sahl > p {
        font-size: 13px;
        margin: 5px 0 5px 0;
        line-height: 20px;
        width: 173px;
    }

    .top5-baron-sahl::before {
        background: rgba(0, 0, 0, 0.5);
    }

    .top5-baron-sahl::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(88deg, rgba(12, 80, 102, 0), transparent);
    }

    .top5-baron-sahl button {
        opacity: 1;
        line-height: 25px;
        font-size: 10px;
        border-width: 2px;
        width: 167px;
        margin-top: 20px;
    }

    .top5-baron-sahl > b {
        font-size: 17px;
        line-height: 27px;
    }

    .top5-baron-sahl > i {
        width: 80px;
        left: 30px;
    }

    .top5-baron-sahl > span {
        font-size: 8px;
    }
}

@media screen and (max-width: 599px) {
    .top5-baron-sahl > i {
        width: 60px;
        left: 20px;
    }

    .top5-baron-sahl {
        justify-content: flex-start;
        padding-left: 102px;
    }

    .top5-baron-sahl button {
        line-height: 20px;
        font-size: 8px;
        width: 125px;
    }

    .top5-baron-sahl > b {
        font-size: 15px;
        line-height: 15px;
    }

    .top5-baron-sahl .top5-baron-sahl__info {
        top: 0;
        right: 0;
        z-index: 1;
        position: relative;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 0 0 3px 3px;
        align-self: flex-start;
        margin-bottom: 20px;
    }

    .top5-baron-sahl > p {
        margin-top: 10px;
    }
}

@media screen and (max-width: 359px) {
    .top5-baron-sahl > b {
        letter-spacing: 0;
    }

    .top5-baron-sahl > i {
        width: 50px;
    }

    .top5-baron-sahl {
        justify-content: flex-start;
        padding-left: 90px;
    }

    .top5-baron-sahl .top5-baron-sahl__erir {
        bottom: 5px;
        right: 5px;
    }
}