.container .big-horizont224, .index-chooser .big-horizont224 {
    margin: 0 !important;
}

div.container .big-horizont224, .section-wrapper .big-horizont224 {
    margin: 15px 0 0 0 !important;
}

.big-horizont224 picture {
    display: block;
    width: 100%;
}

.big-horizont224 {
    border-radius: 5px;
    position: relative;
    margin-top: 15px;
    overflow: hidden;
    color: #ffffff;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.big-horizont224 .big-horizont224__link {
    z-index: 4;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.big-horizont224 .big-horizont224__erid.active .hint {
    display: block !important;
    color: #666666 !important;
    font-size: 10px !important;
    left: 15px !important;
    line-height: 17px !important;
    top: -58px !important;
    right: auto;
}

.big-horizont224 .big-horizont224__erid.active::after {
    content: '\f00d';
}

.big-horizont224 .big-horizont224__erid::after {
    content: "\f142";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    width: 15px;
    border-radius: 100%;
    margin-right: 10px;
    text-align: center;
    height: 15px;
    background: rgba(255, 255, 255, 0.37);
    line-height: 15px;
}

.big-horizont224 .big-horizont224__flex > * {
    position: absolute;
    padding: 10px;
}

.big-horizont224 .big-horizont224__flex {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.76);
}

.big-horizont224 .big-horizont224__info {
    bottom: 0;
    right: 0;
}

.big-horizont224 .big-horizont224__erid {
    z-index: 5;
    left: 0;
    bottom: 0;
    padding: 10px 30px 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
    .big-horizont224 .big-horizont224__erid {
        padding: 0 15px;
        font-size: 9px;
        position: relative;
    }

    html body .page .big-horizont224 .big-horizont224__flex > * {
        padding: 0 10px;
        position: relative;
        height: 20px;
        display: inherit;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .big-horizont224 .big-horizont224__erid::after {
        background: #ffffff;
        line-height: 15px;
        color: inherit;
        width: 15px;
        height: 15px;
        font-size: 7px;
    }

    .big-horizont224 .big-horizont224__flex {
        position: static;
        width: 100%;
        height: 20px;
        color: #999999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #eeeeee;
    }
}