/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 2 version
*/

.big-horizont {
    position: relative;
    margin: 15px 25px 0 25px;
    border-radius: 5px;
    overflow: hidden;
}

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

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

.big-horizont picture {
    display: block;
}

.big-horizont .big-horizont__flex {
    background: #eeeeee;
    border-radius: 0 0 5px 5px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    color: #999999;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 3;
    height: 25px;
}

.big-horizont .big-horizont__erid.active .fas .hint {
    display: block !important;
    color: #999999 !important;
    font-size: inherit !important;
    left: auto !important;
    right: 0 !important;
    line-height: 17px !important;
    top: -64px !important;
}

.big-horizont .big-horizont__link {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.big-horizont .big-horizont__erid.active .fas::before {
    content: '\f00d';
}

.big-horizont .big-horizont__erid .fas {
    width: 20px;
    border-radius: 100%;
    margin-left: 5px;
    text-align: center;
    height: 20px;
    background: #ffffff;
    color: #999999;
}

.big-horizont .big-horizont__erid > * {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
}

.big-horizont img {
    width: 100%;
}

.big-horizont .big-horizont__erid {
    position: relative;
    cursor: pointer;
}

@media screen and (min-width: 1500px) {
    .index-chooser__bh .big-horizont img {
        height: 215px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 767px) {
    .big-horizont .big-horizont__flex {
        font-size: 7px;
        padding: 0 10px;
        height: 18px;
    }

    .big-horizont .big-horizont__erid .fas {
        width: 15px;
        height: 15px;
        font-size: 8px;
    }

    .big-horizont .big-horizont__erid > * {
        line-height: 15px;
    }
}