/*СТИЛИ БЛОКОВ*/

div[class*="__image"], div[class*="__img"], div[class*="__blockimg"], div[class*="-bgimg"]{
    border-radius: 20px;
}
div[class*="__img_circle"]{
    border-radius: 500px;
}

.uc-cover .t-cover .t-cover__filter{
    background-color: rgb(0, 0, 0, 0) !important;
    opacity: 0.7 !important;
    
    /*background: rgb(0,1,4);*/
    background: -moz-linear-gradient(90deg, rgba(0,1,4,0.8995973389355743) 50%, rgba(158,82,179,0) 75%, rgba(255,255,255,0) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgba(0,1,4,0.8995973389355743) 50%, rgba(158,82,179,0) 75%, rgba(255,255,255,0) 100%) !important;
    background: linear-gradient(90deg, rgba(0,1,4,0.8995973389355743) 50%, rgba(158,82,179,0) 75%, rgba(255,255,255,0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000104",endColorstr="#ffffff",GradientType=1) !important;
    
    /*background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), rgb(0, 0, 0, 1)) !important;*/
};
}

/*ПЛЕЕР С ПЛЕЙЛИСТОМ*/

.pPlist {
    margin-left: auto  !important;
    margin-right: auto  !important;
    margin-top: 2em  !important;
    margin-bottom: auto  !important;
    width: 80%;
    max-width: 40em;

    /*padding: 5px;*/

    /*border-radius: 20px;*/

    /*background: #ffffff;*/

    /*-webkit-box-shadow: 0px 5px 15px rgba(152, 51, 230, 0.4);*/
    /*box-shadow: 0px 10px 50px rgba(152, 51, 230, 0.51);*/
}

.pPlistTitleBlock {
    padding: 10px;
    background-color: #cb33e6;
    border: 1px solid #ccc;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.pPlistTitleBlock p {
	line-height: 1em;
}

      
      
.pPlistPlayList {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: auto;

    list-style: none;
    padding-left: 20px;
    margin: 0px;
    border-radius: 20px;

}


.pPlistItem,
.pPlistItemPlayed {
    cursor: pointer;
    /*    display: block;*/
    font-family: Roboto;
    /*    font-style: normal;*/
    /*    font-weight: normal;*/
    font-size: 1em;
    /*    line-height: 3em;*/
    color: #ffffff;
    border: 1px solid #ccc;
    padding: 10px 10px 10px 50px;
    /*    border-radius: 0.1em;*/

    list-style: none;
    /* Убираем исходные маркеры */
    background: url(https://static.tildacdn.com/tild6334-6261-4066-b961-326265313764/Button_PLAY.svg) no-repeat;
    /* Параметры фона */
    background-size: 1.5em;
    background-position: 10px 10px;
    background-color: #9833e6;
    background-position-y: center;

}

.pPlistItem p {
	line-height: 1,2em;
}


.pPlistItem:hover {
    list-style: none;
    /* Убираем исходные маркеры */
    background: url(https://static.tildacdn.com/tild6334-6261-4066-b961-326265313764/Button_PLAY.svg) no-repeat;
    /* Параметры фона */
    background-size: 1.5em;
    background-position: 15px 10px;
    background-color: #001f65;   
    background-position-y: center;
}


.pPlistItemPlayed {
    background: url(https://static.tildacdn.com/tild3466-3332-4131-b333-326537313733/Button_PAUSE.svg) no-repeat;
    /* Параметры фона */
    background-size: 1.5em;
    background-position: 20px 10px;
    background-color: #30216c;
    background-position-y: center;
    font-weight: bolder;
}


.pPlistItemPlayed:hover {
    background: url(https://static.tildacdn.com/tild3466-3332-4131-b333-326537313733/Button_PAUSE.svg) no-repeat;
    /* Параметры фона */
    background-size: 1.5em;
    background-position: 20px 10px;
    background-color: #080029;
    background-position-y: center;
}

.pPlistTitle {
    /*    padding-bottom: 10px;*/
    color: aliceblue;
    padding-bottom: 10px;
    font-size: 1.2em
}

.pPlistDiscription {
    /*    padding-left: 20px;*/
    float: left;
    text-align: start;
    color: aliceblue;
    font-size: 0.8em
    /*    padding-bottom: 10px;*/
}

.pPlistCurrentTime {
    color: aliceblue;
    text-align: end;
    font-size: 0.5em;
}


.pPlistTimeLine {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;

    background-color: #ffba00;
    border-radius: 20px;
    opacity: 1;
    /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s;
    /* 0.2 seconds transition on hover */
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    
}

.pPlistTimeLine::-webkit-slider-thumb {
    /*    background: #ffffff url(https://static.tildacdn.com/tild3534-3365-4338-a337-363164383139/Button_HEADPHONES.svg) no-repeat center center;*/
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    /*    background-size: 1em;*/
    width: 1em;
    height: 1em;
    border-radius: 10px;
    cursor: move;
}



.pPlistFooter {
    background-color: #6071cb;
    /*    padding-bottom: 20px;*/
    /*        cursor: pointer;*/
    /*    display: block;*/
    /*    font-family: Roboto;*/
    /*    font-style: normal;*/
    /*    font-weight: normal;*/
    /*    font-size: 1em;*/
    /*    line-height: 3em;*/
    /*    color: #ffffff;*/
    border: 1px solid #ccc;
    padding: 0px 0px 10px 0px;
    /*    border-radius: 0.1em;*/

    list-style: none;
    /* Убираем исходные маркеры */
    /*    background: url(https://static.tildacdn.com/tild6334-6261-4066-b961-326265313764/Button_PLAY.svg) no-repeat;*/
    /* Параметры фона */
    background-size: 1.5em;
    background-position: 10px 10px;
    background-color: #9833e6;
    background-position-y: center;

    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.pPlistComments {
    display: block;
}

/*КОНЕЦ ПЛЕЕРА С ПЛЕЙЛИСТОМ*/




/*ФУТЕР С ВИДЖЕТАМИ*/
.widgetFotter {
    z-index: 1000;
    position: fixed;
    /* Фиксированное положение */
    left: 0;
    bottom: 0;
    /* Левый нижний угол */
    padding-top: 0.5em;
    padding-bottom: 0.2em;
    /* Поля вокруг текста */
    background: #051329;
    /* Цвет фона */
    color: #fff;
    /* Цвет текста */
    width: 100%;
    
    /* Ширина слоя */
    display: grid;
    /*    grid-template-columns:1fr;*/
    /*    grid-template-areas: ". . .";*/
}

.widgetcontainer {
    /*    display: block;*/
    margin: auto;
    max-width: calc(80vh);
	max-height: calc(7vh);
	min-height: calc(7vh);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1em 1em;
    grid-template-areas:
        ". . . . . . ";
}

.widgetIcon {
    /*    display: block;*/
    /*    width: 3em;*/
    /*    height: 3em;*/
    /*    width: 80%;*/
    width: 100%;
    height: 100%;
    max-height: calc(7vh);
    min-height: calc(7vh);
    /*    margin-left: auto;*/
    /*    margin-right: auto;*/
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;

}


.widgetIcon:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-animation: stopAnim 0s infinite;
    animation: shake-lr 0s infinite;
}




.widgetFotterTitle {
    margin: auto;
}




.widgetIcon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #ff00e2;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-weight: bold;
    letter-spacing: -1px;
}

.widgetIcon .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.widgetIcon:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}




@-webkit-keyframes stopAnim {}

@keyframes stopAnim {}

.shake-lr {
    -webkit-animation: shake-lr 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) both infinite;
    animation: shake-lr 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) both infinite;
}

@-webkit-keyframes shake-lr {

    0%,
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    5% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }

    10%,
    20%,
    30% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    15%,
    25%,
    35% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    40% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

    45% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
}

@keyframes shake-lr {

    0%,
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;

    }

    5% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);

    }

    10%,
    20%,
    30% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    15%,
    25%,
    35% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    40% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);

    }

    45% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
}


/*КОНЕЦ ФУТЕРА С ВИДЖЕТАМИ*/