.bg {
    background-color:  #fff;
    color: #000 !important;
}
img {
    max-width: 100%;
}
/*Ссылки контента*/
.TL-bg1 a {
    background-color: #198754;
    background-size: 100px;
    border-radius: 4px;
    color: var(--color-white);
    font-weight: var(--font-weight-bold);
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    padding: 0 8px;
    text-transform: uppercase;

}
.TL-bg a {
    border: medium none;
    color: #fff !important;
    background-color: #198754 !important;
    text-decoration: none !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
    display: inline-block;
    padding: 6px 12px !important;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);

}
.TL-bg a:hover {
    border: medium none;
    color: #fff !important;
    background-color: #196c42 !important;
    text-decoration: none !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5;
    border-radius: 3px;
    display: inline-block;
    padding: 6px 12px !important;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.i {
    margin-bottom: 5px !important;
}

/* Дополнительные стили для видео контейнера */
        #video-container {
            position: relative;
            padding-bottom: 56.25%; /* Задаем соотношение сторон 16:9 (высота/ширина) */
            padding-top: 25px;
            height: 0;
            overflow: hidden;
        }
        #video-container video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }   
.honeypot {
    display: none;
  }
