/*** ugc-popup ***/

.redactor {
    width: 510px;
}

@media (max-width: 1151px) {
    .redactor {
        width: 460px;
        max-width: 95%;
        margin: 0 auto;
    }
}

.ugc-popup__inner {
    width: 418px;
}

.ugc-popup__ugc-block {
    position: relative;
    height: 84px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.msie .ugc-popup__ugc-block {
    background: url('../img/waveform.png') 50% 50% no-repeat;
}

.ugc-popup__wavesurfer {
    position: absolute;
    z-index: 1;
    top: 7px;
    bottom: 7px;
    right: 0;
    left: 0;
    width: 100%;
    height: 70px;
}

.ugc-popup__slider-player {
    position: absolute;
    z-index: 2;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    height: 84px;
}

.ugc-popup__slider-player .noUi-base {
    padding: 0;

    height: 84px;

    background-color: transparent;

    border: none;
}

.ugc-popup__slider-range .noUi-origin {
    height: 84px;
    border-left: 2px solid #3fcdff !important;
}

.ugc-popup__slider-player .noUi-handle {
    background: none !important;
    border: none !important;
}

.ugc-popup__full-length,
.ugc-popup__current-time {
    position: absolute;
    top: 5px;
    z-index: 3;
    font-family: 'Tele2TS-R';
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    color: #8f9399;
}

.ugc-popup__current-time {
    left: 5px;
}

.ugc-popup__full-length {
    right: 5px;
}

.ugc-popup__slider-range {
    position: absolute;
    z-index: 4;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    height: 84px;
}

.ugc-popup__slider-range .noUi-base {
    padding: 0;

    height: 84px;

    background-color: transparent;

    border: none;
}

.ugc-popup__slider-range .noUi-handle {
    z-index: 15;

    top: 0;
    left: 0;

    margin-left: -10px;
    padding: 0 10px;

    width: 21px;
    height: 84px;

    background-color: transparent;

    border: none;
}

.ugc-popup__slider-range .noUi-handle:before,
.ugc-popup__slider-range .noUi-handle:after {
    display: block;
    position: absolute;
    content: '';
    left: 1px;
    width: 0;
    height: 0;
    border-style: solid;
}

.ugc-popup__slider-range .noUi-handle:before {
    top: 0;
    border-width: 9px 8px 0 8px;
    border-color: #3fcdff transparent transparent transparent !important;
}

.ugc-popup__slider-range .noUi-handle:after {
    bottom: 0;
    border-width: 0 8px 9px 8px;
    border-color: transparent transparent #3fcdff transparent !important;
}

.ugc-popup__slider-range .noUi-handle.noUi-active {
    background-color: transparent !important;
}

.ugc-popup__slider-range .noUi-handle.noUi-active .noUi-handle-inner {
    background-color: #000;
}

.ugc-popup__slider-range .noUi-handle.noUi-active:before {
    border-color: #000 transparent transparent transparent;
}

.ugc-popup__slider-range .noUi-handle.noUi-active:after {
    border-color: transparent transparent #000 transparent;
}

.ugc-popup__slider-range .noUi-handle-inner {
    height: 100%;

    background: #3fcdff;
}

.ugc-popup__slider-range .noUi-range {
    position: absolute;
    z-index: -1;

    top: 0;
    bottom: 0;
    left: 0;

    background-color: rgba(0, 0, 0, .6);
}

.ugc-popup__slider-range .noUi-range.noUi-active {
    background-color: rgba(0, 0, 0, .6) !important;
}

.ugc-popup__buttons {
    margin-top: 12px;
    font-size: 0;
}

.ugc-popup__play {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    border: solid 1px #d1dbd6;
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.ugc-popup__play:before {
    content: "\e90d";
    font-family: 'Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 9px;
    left: 11px;
}
.ugc-popup__play.ugc-popup__play_playing:before {
    content: "\e90c";
    left: 10px;
}

.ugc-popup__repeat {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.ugc-popup__repeat:before {
    content: "\e915";
    font-family: 'Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 2px;
    left: 14px;
    font-size: 30px;
}
.ugc-popup__repeat.ugc-popup__repeat_active:before {
    color: #3fcdff;
}

.ugc-popup__ctrl-block {
    *zoom: 1;
}

.ugc-popup__ctrl-block:before,
.ugc-popup__ctrl-block:after {
    display: table;
    line-height: 0;
    content: '';
}

.ugc-popup__ctrl-block:after {
    clear: both;
}


.ugc-popup__submit-block {
    margin-top: 32px;
    text-align: left;
}

.ugc-popup__slider-player .noUi-handle.noUi-handle-lower {
    width: 2px;
    background: #3fcdff !important;
    height: 100%;
    margin-left: 8px;
    margin-top: 4px;
}

/*** end-ugc-popup ***/
