@font-face {
    font-family: 'Avenir Next Cyr Regular';
    src: url('../font/AvenirNextCyr-Regular.eot');
    src: url('../font/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/AvenirNextCyr-Regular.woff') format('woff'),
    url('../font/AvenirNextCyr-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: wrap;
}
@font-face {
    font-family: 'Avenir Next Cyr Medium';
    src: url('../font/AvenirNextCyr-Medium.eot');
    src: url('../font/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('../font/AvenirNextCyr-Medium.woff') format('woff'),
    url('../font/AvenirNextCyr-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: wrap;
}
@font-face {
    font-family: 'Avenir Next Cyr Demi';
    src: url('../font/AvenirNextCyr-Demi.eot');
    src: url('../font/AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),
    url('../font/AvenirNextCyr-Demi.woff') format('woff'),
    url('../font/AvenirNextCyr-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: wrap;
}
@font-face {
    font-family: 'Avenir Next Cyr Bold';
    src: url('../font/AvenirNextCyr-Bold.eot');
    src: url('../font/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/AvenirNextCyr-Bold.woff') format('woff'),
    url('../font/AvenirNextCyr-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: wrap;
}
body{
	padding: 0px;
	margin: 0px;
	font-family: 'Avenir Next Cyr Regular';
	background-color: #2b333c;
}
body.hidden{
    overflow: hidden;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: unset;
	cursor: pointer;
}
h1, h2, h3, h4, h5{
	margin: 0px;
    font-weight: unset;
}
p{
    margin: 0px;
}
input, button, textarea, select{
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    font-family: 'Avenir Next Cyr Regular';
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
input[type="radio"]:focus {
    outline: none;
    box-shadow: none;
}
.center{
	width: calc(100% - 32px);
	/* max-width: 1888px; */
	height: auto;
	margin: 0 auto;
}

/* HEADER */
header{
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0;
}
.header__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 0 32px 0 25px;
    box-sizing: border-box;
    flex-direction: row;
}
.header__item{
    width: 33%;
    height: auto;
}
.header__item-logo{
    width: fit-content;
    height: auto;
    float: left;
}
.header__item-logo img{
    width: 44px;
    height: 44px;
    float: left;
}
.header__item-title{
    width: 100%;
    height: auto;
    font-size: 20px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    transition: .4s;
}
header.active .header__item-title{
    opacity: 0;
    transition: .4s;
}
.header__item-username{
    width: fit-content;
    height: auto;
    float: right;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.header__item-username span{
    width: fit-content;
    height: auto;
    float: right;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    margin: 0 21px 0 0;
}
.header__item-username img{
    width: 45px;
    height: 45px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    border-radius: 100px;
    object-fit: none;
    object-position: center;
}
.header__item-bar{
    width: 16.8px;
    height: 13.1px;
    float: right;
    background-image: url("../images/icon/bar.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    background-color: unset;
    border: unset;
}
header.active .header__item-bar{
    background-image: url("../images/icon/close.svg");
    width: 14px;
    height: 14px;
}
/* HEADER */

/* DISPLAY */
.display{
    width: 100%;
    height: auto;
    float: left;
    background-color: #2b333c;
    box-sizing: border-box;
}
.display__row{
    width: 100%;
    height: calc(100vh - 111px);
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}
.display__item:nth-child(1){
    width: 294px;
    height: 100%;
}
.display__item:nth-child(2){
    width: calc(73% - 326px);
    height: 100%;
    position: relative;
}
.display__item:nth-child(3){
    width: 27%;
    height: 100%;
}
.display__item__balance{
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 32px 40px 39px;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.display__item__balance p{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    position: relative;
    padding: 0 0 0 41px;
}
.display__item__balance p::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 19.9px;
    background-image: url("../images/icon/wallet.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.display__item__balance button{
    width: 20px;
    height: 20px;
    float: right;
    background-image: url("../images/icon/add.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: unset;
    border: unset;
    cursor: pointer;
}
.display__item__menu{
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    padding: 34px 32px 34px 38px;
    box-sizing: border-box;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.display__item__menu::-webkit-scrollbar {
    width: 1px;
}
.display__item__menu::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a00;
}
.display__item__menu::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #61697259;
}
.display__item__menu ul{
    width: 100%;
    height: auto; 
    float: left;
}
.display__item__menu ul > li{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 44px 0;
    position: relative;
}
.display__item__menu ul > li > p{
    font-size: 15px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #d6dde3;
    transition: .4s;
    cursor: pointer;
}
.display__item__menu ul > li > a{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    padding: 0 0 0 41px;
    position: relative;
    transition: .4s;
}
.display__item__menu ul > li > a:hover,
.display__item__menu ul > li > a.active{
    color: #FFFFFF;
    transition: .4s;
}
.display__item__menu ul > li > a::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 19.9px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border: unset;
    border-radius: unset;
}
.display__item__menu ul > li > a:hover::before,
.display__item__menu ul > li > a.active::before{
    filter: invert(54%) sepia(56%) saturate(2673%) hue-rotate(193deg) brightness(104%) contrast(101%);
}
.display__item__menu a.menu-transcribe::before{
    background-image: url("../images/icon/menu-1.svg");
}
.display__item__menu a.menu-summary::before{
    background-image: url("../images/icon/menu-summary.svg");
}
.display__item__menu ul > li.new::before{
    content: "New";
    position: absolute;
    right: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 14px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #4e9eff;
}
.display__item__username{
    width: 100%;
    height: auto;
    float: left;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 36px 24px 44px 11px;
    box-sizing: border-box;
}
.display__item__username-profile{
    width: fit-content;
    height: auto;
    float: left;
    display: flex;
    align-content: center;
    align-items: center;
}
.display__item__username-profile img {
    width: 45px;
    height: 45px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    border-radius: 100px;
    object-fit: none;
    object-position: center;
    margin: 0 14px 0 0;
}
.display__item__username-profile span{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
}
.display__item__username-logout{
    width: fit-content;
    height: auto;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #4e9eff;
}
.display__item__history {
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    overflow-y: scroll;
    overflow-x: hidden;
}
.display__item__history::-webkit-scrollbar {
    width: 4px;
}
.display__item__history::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a00;
}
.display__item__history::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #61697259;
}
.display__item__history__container{
    width: 100%;
    height: auto;
    float: left;
}
.display__item__history-title {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    padding: 40px 32px;
    box-sizing: border-box;
    border-bottom: 1px solid #39424b;
}
.display__item__history__box{
    width: 100%;
    height: auto;
    float: left;
    padding: 15.5px 20px 15.5px 70px;
    box-sizing: border-box;
    border-top: 1px solid #39424b;
    transition: .4s;
    position: relative;
}
.display__item__history__box:hover{
    background-color: #323a45;
    transition: .4s;
}
.display__item__history__box.active{
    background-color: rgb(78, 158, 255, 0.04);
    transition: .4s;
}
.display__item__history__box:first-child {
    border-top: unset;
}
.display__item__history__box-description{
    width: 90%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .4s;
    margin: 0 0 20px;
}
.display__item__history__box:hover .display__item__history__box-description{
    color: #FFFFFF;
    transition: .4s;
}
.display__item__history__box-download {
    width: 35px;
    height: 35px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #48525d;
    border-radius: 100px;
    background-color: #2b333c;
    background-image: url("../images/icon/download.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    box-sizing: border-box;
    cursor: pointer;
    top: 15.5px;
    left: 16px;
    position: absolute;
}
.display__item__history__box-date{
    width: fit-content;
    height: auto;
    width: fit-content;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    float: left;
}
.display__item__history__box-price{
    width: fit-content;
    height: auto;
    width: fit-content;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    float: right;
}
.display__item__section {
    width: 100%;
    float: left;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 10px 0 0 0;
    transition: .3s;
}
.display__item__section.unactive{
    opacity: 0.3;
    transition: .3s;
}
.display__item__section:nth-child(1){
	padding: 20px;
	margin: 0;
}
.display__item__section:nth-child(2){
	height: 215px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.display__item__section:nth-child(3){
	height: calc(100% - 367px);
}
.display__item__section:nth-child(2)::-webkit-scrollbar {
    width: 4px;
}
.display__item__section:nth-child(2)::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a00;
}
.display__item__section:nth-child(2)::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #61697259;
}
.display__item__section-title{
    width: 100%;
    height: auto;
    float: right;
    font-size: 18px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.display__item__section-title.steptwo-title {
    margin-bottom: 10px;
}
.display__item__section textarea{
    width: 100%;
    height: calc(100% - 170px);
    padding: 0;
    padding-bottom: 30px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #c7d1db;
    background-color: unset;
    border: unset;
    resize: unset;
    margin: 20px 0 0 0;
}
.display__item__section textarea::-webkit-scrollbar {
    width: 4px;
}
.display__item__section textarea::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
	margin: 40px 0 0 0;
}
.display__item__section textarea::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__tools{
    width: calc(100% + 64px);
    height: auto;
    float: left;
    margin: 0px -32px -34px;
}
.display__item__tools__box{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__item__tools__box:nth-child(1){
	padding: 15px 32px;
	box-sizing: border-box;
	border-top: 1px solid #39424b;
}
.display__item__tools__box:nth-child(2){
	padding: 20px 32px;
	box-sizing: border-box;
	background-color: #39424b;
}
.display__item__tools__box p{
    width: fit-content;
    height: auto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8e99a5;
}
.display__item__tools__block{
    width: fit-content;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.display__item__tools__block-btn{
    width: 40px;
    height: 40px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #4f9ef7;
    border-radius: 100px;
    background-color: #4f9ef7;
    background-position: 12px 10px;
    background-repeat: no-repeat;
    background-size: 15px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 0 0 8px;
    display: block;
    transition: .2s;
}
.display__item__tools__block-btn:active{
	background-color: #4f9ef7;
	border: solid 1px #4f9ef7;
}
.display__item__tools__block-btn[data-type='copy']{
    background-image: url("../images/icon/copy.svg");
}
.display__item__tools__block-btn[data-type='txt']{
    background-image: url("../images/icon/txt.svg");
}
.display__item__tools__block-btn[data-type='srt']{
    background-image: url("../images/icon/srt.svg");
}
.display__item__tools__block-btn[data-type='more']{
    background-image: url("../images/icon/more.svg");
    background-position: center;
    background-size: 4px;
}
.display__item__tools__block-btn[data-type='word'],
.display__item__tools__block-btn[data-type='docx']{
    background-image: url("../images/icon/word.svg");
}
.display__item__tools__block-btn.disabled{
    border: solid 1px #48525d;
    background-color: #2b333c;
    opacity: 0.3;
    transition: .2s;
}

/* Export dropdown — 3-колоночный layout */
.export-buttons {
    position: relative;
    align-items: center;
}
.export-more-wrapper {
    position: relative;
    display: inline-block;
}
.export-dropdown {
    display: none;
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 100;
    border-radius: 12px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #39424b;
    background-color: #343d48;
    padding: 8px 4px;
    box-sizing: border-box;
    gap: 0;
    white-space: nowrap;
}
.export-dropdown.show {
    display: flex;
}

/* Колонки */
.export-dropdown .export-col {
    min-width: 130px;
    border-right: 1px solid #39424b;
    padding: 0 4px;
}
.export-dropdown .export-col:last-child {
    border-right: none;
}

/* Заголовок колонки */
.export-dropdown .export-col-header {
    font-size: 11px;
    font-weight: 600;
    color: #8899a6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 12px 8px;
    white-space: nowrap;
}

/* Список в колонке */
.export-dropdown .export-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.export-dropdown .export-col li {
    border-radius: 6px;
}
.export-dropdown .export-col li:hover {
    background-color: #3d4650;
}
.export-dropdown .export-col li > a {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: normal;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}
.export-dropdown .export-col li > a span {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 8px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* Иконки форматов */
.export-dropdown .icon-docx { background-image: url("../images/icon/word.svg"); }
.export-dropdown .icon-pdf { background-image: url("../images/icon/pdf.svg"); }
.export-dropdown .icon-txt { background-image: url("../images/icon/txt.svg"); }
.export-dropdown .icon-srt { background-image: url("../images/icon/srt.svg"); }
.export-dropdown .icon-vtt { background-image: url("../images/icon/vtt.svg"); }
.export-dropdown .icon-ass { background-image: url("../images/icon/ass.svg"); }
.export-dropdown .icon-emo { background-image: url("../images/icon/emo.svg"); }

/* Подписи к пунктам */
.export-dropdown .export-col li > a small {
    display: block;
    width: 100%;
    font-size: 10px;
    color: #6b7d8e;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 1px;
    padding-left: 24px;
    white-space: nowrap;
}
.export-dropdown .export-col li > a {
    flex-wrap: wrap;
}
.export-dropdown .export-col li > a span {
    flex-shrink: 0;
}
/* Export dropdown end */

.display__item__tools__block-play{
    width: fit-content;
    height: auto;
    padding: 11px 20px 11px;
    border-radius: 12px;
    background-color: #4e9eff;
    border: unset;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: .2s;
}
.display__item__tools__block-play > span{
    width: fit-content;
    height: auto;
    font-size: 15px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    position: relative;
    padding: 0 0 0 26px;
}
.display__item__tools__block-play > span::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-image: url("../images/icon/menu-1.svg");
    filter: invert(96%) sepia(0%) saturate(0%) hue-rotate(1deg) brightness(405%) contrast(104%);
}
.display__item__tools__block-play.disabled{
    background-color: #48525d;
    transition: .2s;
}
.display__item__settingsbar{
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: row;
    overflow-x: unset;
}
.display__item__settingsbar::-webkit-scrollbar {
    height: 3px;
}
.display__item__settingsbar::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.display__item__settingsbar::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__settingsbar__box{
    width: fit-content;
    height: auto;
    position: relative;
    padding: 0 25px 0 65px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 0 25px 0 0;
    cursor: pointer;
    transition: .4s;
    border-right: 1px solid #3e4852;
}
.display__item__settingsbar__box:last-child{
    padding: 0 0 0 60px;
    margin: 0;
    border-right: unset;
}
.display__item__settingsbar__box.hide{
    opacity: 0.3;
    transition: .4s;
}
.display__item__settingsbar__box:nth-child(3){
    display: none;
}
.display__item__settingsbar__box::before{
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #48525d;
    left: 0;
    top: 0;
    border-radius: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    box-sizing: border-box;
    display: block;
}
.display__item__settingsbar__box:nth-child(1):before{
    background-image: url("../images/icon/set-1.svg");
}
.display__item__settingsbar__box-title{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    position: relative;
}
.display__item__settingsbar__box-title::before{
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #576472;
    right: -19px;
    top: 3px;
    border-radius: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon/dropdown.svg");
    background-size: 9px;
}
.display__item__settingsbar__box-parametr{
    width: 100px;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.59;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    margin: 3px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* DISPLAY */

/* SHORTS */
.display__item__shortvoiceovers{
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    margin: 20px 0 0 0;
}
.shortvoiceovers__item-title{
    width: 100%;
    height: auto;
    float: right;
    font-size: 18px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.shortvoiceovers__item__tools{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
.shortvoiceovers__item__tools__box{
    width: calc(50% - 50px);
    height: auto;
}
.shortvoiceovers__item__tools__box:nth-child(2){
    width: 100px;
}
.shortvoiceovers__item__tools__upload{
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 10px;
    border: dashed 1px #8e99a5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    padding: 18px 20px 30px;
    align-content: center;
}
.shortvoiceovers__item__tools__upload input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    cursor: pointer;
}
.shortvoiceovers__item__tools__upload-title{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 13px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    position: relative;
}
.shortvoiceovers__item__tools__upload-title::before{
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.shortvoiceovers__item__tools__upload-title.file{
    padding: 0 0 0 40px;
    text-align: left;
}
.shortvoiceovers__item__tools__upload-title.upload{
    padding: 55px 0 0 0;
}
.shortvoiceovers__item__tools__upload-title.uploaded{
    padding: 25px 0 30px 0;
}
.shortvoiceovers__item__tools__upload-title.file::before{
    width: 24px;
    height: 30px;
    background-image: url("../images/icon/file.svg");
    left: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.shortvoiceovers__item__tools__upload-title.upload::before{
    width: 30px;
    height: 30px;
    background-image: url("../images/icon/upload.svg");
}
.shortvoiceovers__item__tools__upload-title.uploaded::before{
    width: 24px;
    height: 19px;
    background-image: url("../images/icon/success.svg");
}
.shortvoiceovers__item__tools__upload-description{
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #a6b5c6;
    margin: 10px 0 0 0;
}
.shortvoiceovers__item__tools__upload-files{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 33px 20px 28px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    flex-direction: row;
}
.shortvoiceovers__item__tools__upload-files div{
    width: auto;
    height: auto;
    display: flex;
    overflow: hidden;
}
.shortvoiceovers__item__tools__upload-files div > p{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.shortvoiceovers__item__tools__upload-files div > span{
    width: fit-content;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #616972;
    margin: 0 13px;
}
.shortvoiceovers__item__tools__upload-files div > button{
    width: 29px;
    height: 16px;
    background-image: url("../images/icon/delet.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: unset;
    background-color: unset;
    cursor: pointer;
}
.shortvoiceovers__item__loader,
.shortvoiceovers__item__result{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(46, 54, 64, 0.94);
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    align-items: center;
    z-index: 100;
    border-radius: 22px;
}
.shortvoiceovers__item__loader__box,
.shortvoiceovers__item__result__box{
    width: 80%;
    max-width: 700px;
    height: auto;
}
.shortvoiceovers__item__result__box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shortvoiceovers__item__loader__box-title,
.shortvoiceovers__item__result__box-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
}
.shortvoiceovers__item__loader__box-precent{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    margin: 12px 0 0 0;
}
.shortvoiceovers__item__loader__box-loader{
    width: 100%;
    height: 2px;
    float: left;
    border-radius: 1px;
    background-color: #616972;
    margin: 40px 0 0 0;
}
.shortvoiceovers__item__loader__box-loader div{
    width: 0%;
    height: 2px;
    float: left;
    border-radius: 1px;
    background-color: #FFFFFF;
    transition: 5s;
}
.shortvoiceovers__item__loader.active .shortvoiceovers__item__loader__box-loader  div{
    width: 100%;
    transition: 5s;
}
.shortvoiceovers__item__result__box-filename{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #a6b5c6;
    margin: 8px 0 0 0;
}
.shortvoiceovers__item__result__box-button{
    width: 45%;
    max-width: 226px;
    height: auto;
    padding: 11px 0 11px;
    border-radius: 12px;
    background-color: #4e9eff;
    border: unset;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 32px auto 0;
}
.shortvoiceovers__item__result__box-button > span{
    width: fit-content;
    height: auto;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    position: relative;
    padding: 0 0 0 26px;
}
.shortvoiceovers__item__result__box-button > span::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-image: url(../images/icon/menu-1.svg);
    filter: invert(96%) sepia(0%) saturate(0%) hue-rotate(1deg) brightness(405%) contrast(104%);
}
.shortvoiceovers__item__tools__box-txt{
    width: 100%;
    height: 100%;
    float: left;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #8e99a5;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}
.shortvoiceovers__item__tools__records{
    width: 100%;
    height: auto;
    float: left;
    border-radius: 10px;
    border: solid 1px #39424b;
    background-color: #313943;
    padding: 13px 0;
}
.shortvoiceovers__item__tools__records__box{
    width: 100%;
    height: auto;
    float: left;
}
.shortvoiceovers__item__tools__records__box:nth-child(2){
    margin: 90px 0 73px;
    display: none;
}
.shortvoiceovers__item__tools__records__box-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
}
.shortvoiceovers__item__tools__records__box-description{
    width: 100%;
    height: auto;
    float: left;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #a6b5c6;
    margin: 5px 0 0 0;
}
.shortvoiceovers__item__tools__records__box-timer{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #8e99a5;
    margin: 12px 0;
}
.shortvoiceovers__item__tools__records__box-btn{
    width: 85%;
    height: auto;
    padding: 10px 0 10px;
    margin: 0 auto 0;
    background-color: #293039;
    border-radius: 10px;
    border: unset;
    cursor: pointer;
    display: block;
}
.shortvoiceovers__item__tools__records__box-btn span{
    width: fit-content;
    height: auto;
    font-size: 13px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    padding: 0 0 0 27px;
    position: relative;
}
.shortvoiceovers__item__tools__records__box-btn span::before{
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    background-color: #ef5d85;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.shortvoiceovers__item__tools__records__box-btn.active span::before{
    border-radius: 100px;
}
.shortvoiceovers__item__tools__records__block{
    width: 100%;
    height: 36px;
    float: left;
    display: none;
}
.shortvoiceovers__item__tools__records__block.active{
    display: block;
}
.shortvoiceovers__item__tools__records__block-starter{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.shortvoiceovers__item__tools__records__block-starter span{
    width: fit-content;
    height: 36px;
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 20px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0 7.5px;
    transition: .2s;
}
.shortvoiceovers__item__tools__records__block-starter span.active{
    font-size: 28px;
    color: #4e9eff;
    transition: .2s;
}
.shortvoiceovers__item__tools__records__block-record{
    width: 100%;
    height: 55px;
    float: left;
}
.shortvoiceovers__item__tools__records__block-record wave{
    height: 100% !important;
    margin: 0;
}
.shortvoiceovers__item__tools__records__block-recordfilename{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.shortvoiceovers__item__recommendation{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 44px 0 0 0;
}
.shortvoiceovers__item__recommendation__box{
    width: fit-content;
    max-width: 32%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 0 0 0 30px;
    box-sizing: border-box;
}
.shortvoiceovers__item__recommendation__box:nth-child(2){
    padding: 0 0 0 35px;
}
.shortvoiceovers__item__recommendation__box::before{
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 5px;
}
.shortvoiceovers__item__recommendation__box:nth-child(1)::before{
    width: 15.5px;
    height: 21.5px;
    background-image: url("../images/icon/recommendation-1.svg");
}
.shortvoiceovers__item__recommendation__box:nth-child(2)::before{
    width: 21.9px;
    height: 18.6px;
    background-image: url("../images/icon/recommendation-2.svg");    
}
.shortvoiceovers__item__recommendation__box:nth-child(3)::before{
    width: 17.5px;
    height: 21.5px;
    background-image: url("../images/icon/recommendation-3.svg");    
}
.shortvoiceovers__item__recommendation__box p{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #bdc9d6;
}
.shortvoiceovers__item__recommendation__box span{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #627386;
    margin: 6px 0 0 0;
}
.shortvoiceovers__item__form{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 11px 0 0 0;
    align-content: flex-start;
    align-items: flex-start;
}
/* .shortvoiceovers__item__form__box:nth-child(1){
    width: calc(50% - 50px);
    margin: 37px 0 0 0;
} */
.shortvoiceovers__item__form__box:nth-child(1){
    width: 100%;
    margin: 37px 0 0 0;
}
.shortvoiceovers__item__form__box:nth-child(2){
    width: calc(50% - 50px);
    margin: 46px 0 0 0;
    display: none;
}
.shortvoiceovers__item__form__box:nth-child(3){
    width: 100%;
    margin: 37px 0 0 0;
}
.shortvoiceovers__item__form__box:nth-child(1) input{
    width: 100%;
    height: auto;
    float: left;
    padding: 12px 20px;
    border-radius: 12px;
    background-color: #3f4752;
    box-sizing: border-box;
    border: unset;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.shortvoiceovers__item__form__box input::placeholder{
    color: #8e99a5;
}
.shortvoiceovers__item__form__box:nth-child(2) input,
.shortvoiceovers__item__form__box:nth-child(3) input{
    display: none;
}
.shortvoiceovers__item__form__box label{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #a6b5c6;
    padding: 0 0 0 33px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}
.shortvoiceovers__item__form__box label::before{
    content: "";
    position: absolute;
    width: 23px;
    height: 22px;
    border-radius: 7px;
    background-color: #3F4754;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
}
.shortvoiceovers__item__form__box input:checked + label::before{
    background-image: url("../images/icon/check.svg");
}
.shortvoiceovers__item__form__box span{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #ef5d85;
    margin: 6px 0 0 30px;
    padding: 0 0 0 23.5px;
    position: relative;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 13px;
    background-image: url("../images/icon/error.svg");
    display: none;
}
.shortvoiceovers__item__form button{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    margin: 40px auto 0;
    border-radius: 12px;
    background-color: #8e99a5;
    padding: 11px 33px 11px;
    border: unset;
    cursor: pointer;
}
.shortvoiceovers__item__form button.active{
    background-color: #4e9eff;
    color: #FFFFFF;
}
.shortvoiceovers__item__voicelist{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    border-bottom: 1px solid #39424b;
    padding: 16px;
    box-sizing: border-box;
}
.shortvoiceovers__item__voicelist:nth-child(2){
    border-top: 1px solid #39424b;
    margin: 0;
}
.shortvoiceovers__item__voicelist.active{
    background-color: rgb(78, 158, 255, 0.04);
}
.shortvoiceovers__item__voicelist__box{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.shortvoiceovers__item__voicelist_section{
    width: fit-content;
    height: auto;
    position: relative;
}
.shortvoiceovers__item__voicelist_section-title{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
}
.shortvoiceovers__item__voicelist_section-date{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #616972;
    margin: 0 0 0 26px;
}
.shortvoiceovers__item__voicelist_section-bar{
    width: 4px;
    height: 18px;
    background-image: url("../images/icon/drop.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    background-color: unset;
    border: unset;
}
.shortvoiceovers__item__voicelist_section-bar.active{
    opacity: 0.5;
}
.shortvoiceovers__item__voicelist_section-dropdown{
    width: 200px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #343d48;
    box-sizing: border-box;
    position: absolute;
    right: 11.5px;
    top: 8px;
    display: none;
    z-index: 3;
}
.shortvoiceovers__item__voicelist_section-dropdown li{
    width: 100%;
    height: auto;
    float: left;
    padding: 14px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #39424b;
}
.shortvoiceovers__item__voicelist_section-dropdown li:last-child{
    border: unset;
}
.shortvoiceovers__item__voicelist_section-dropdown li > a{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    padding: 0 0 0 24px;
    box-sizing: border-box;
    position: relative;
    transition: .2s;
}
.shortvoiceovers__item__voicelist_section-dropdown li > a:hover{
    opacity: 0.5;
    transition: .2s;
}
.shortvoiceovers__item__voicelist_section-dropdown li > a::before{
    content: "";
    position: absolute;
    width: 14px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.shortvoiceovers__item__voicelist_section-dropdown li:nth-child(1) a::before{
    background-image: url("../images/icon/delet.svg");
}
.shortvoiceovers__item__voicelist__player{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 8px 0 0 0;
    align-content: center;
    align-items: center;
}
.shortvoiceovers__item__voicelist__player__block:nth-child(1){
    width: 35px;
    height: auto;
}
.shortvoiceovers__item__voicelist__player__block:nth-child(2){
    width: calc(100% - 107px);
    height: auto;
}
.shortvoiceovers__item__voicelist__player__block:nth-child(3){
    width: 40px;
    height: auto;
}
.shortvoiceovers__item__voicelist__player__block-player{
    width: 100%;
    height: auto;
}
.shortvoiceovers__item__voicelist__player__block-controler{
    width: 35px;
    height: 35px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #48525d;
    border-radius: 100px;
    background-color: #2b333c;
    background-image: url("../images/icon/play.svg");
    background-position: 5px;
    background-repeat: no-repeat;
    background-size: 26px 11px;
    box-sizing: border-box;
    cursor: pointer;
}
.shortvoiceovers__item__voicelist.active .shortvoiceovers__item__voicelist__player__block-controler{
    background-image: url("../images/icon/pause.svg");
    background-position: 4px;
}
.shortvoiceovers__item__voicelist__player__block-timer{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: normal;
    text-align: right;
    color: #8e99a5;
}
/* SHORTS */

/* LANG */
.display__item__content__languages{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(46, 54, 64, 0.94);
    border: solid 1px #39424b;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    padding: 20px 23px 0 16px;
    box-sizing: border-box;
    z-index: 2;
    border-radius: 24px;
}
.display__item__content__languages-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    padding: 0 15px;
    box-sizing: border-box;
}
.display__item__content__languages-close{
    position: absolute;
    right: 25px;
    top: 21px;
    width: 17px;
    height: 17px;
    background-image: url(../images/icon/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #2e3640;
    border: unset;
    cursor: pointer;
}
.display__item__content__languages__list{
    width: 100%;
    height: calc(100% - 63px);
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0 0 0;
    padding: 0 18px 0 0;
    box-sizing: border-box;
    overflow-y: scroll;
    align-content: flex-start;
    align-items: flex-start;
}
.display__item__content__languages__list::-webkit-scrollbar {
    width: 4px;
}
.display__item__content__languages__list::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.display__item__content__languages__list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__content__languages__box{
    width: calc(20% - 6.4px);
    height: auto;
    margin: 0 0 8px;
}
.display__item__content__languages__box.normalize{
    opacity: 0;
}
.display__item__content__languages__box input{
    display: none;
}
.display__item__content__languages__box label{
    width: 100%;
    height: auto;
    float: left;
    font-size: 13px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    border-radius: 12px;
    background-color: #363f4b;
    padding: 9px 15px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #363f4b;
}
.display__item__content__languages__box input[type="radio"]:checked + label {
    border: 1px solid #4e9eff;
    background-color: rgb(78 158 255 / 6%);
}
/* LANG */

/* DISPLAY MODAL */
.display_alert{
    width: fit-content;
    max-width: 300px;
    height: auto;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 10005;
    border: 0.5px solid #147295;
    background-color: #147295;
    border-radius: 10px;
    font-size: 14px;
    color: #d7d7d7;
    padding: 15px 25px 15px 50px;
    background-position: 18px center;
    background-repeat: no-repeat;
    background-size: 19px;
    display: none;
}
.display_alert[data-type='error']{
    background-image: url("../images/icon/error.svg");
}
.display_alert[data-type='success']{
    background-image: url("../images/icon/success.svg");
    border-color: #28a745;
    background-color: #28a745;
}

/* TEXT VIEW SWITCHER */
.text-view-switcher {
    display: flex;
    gap: 4px;
    margin-bottom: 10px;
    background: #293039;
    padding: 3px;
    border-radius: 6px;
    width: fit-content;
}
.text-view-switcher .view-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    border: none;
    background: transparent;
    color: #8b9299;
    font-family: 'Avenir Next Cyr Regular';
    font-size: 12px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.2s ease;
}
.text-view-switcher .view-btn:hover {
    color: #c5c8cc;
    background: rgba(255,255,255,0.05);
}
.text-view-switcher .view-btn.active {
    background: #4e9eff;
    color: #fff;
}
.text-view-switcher .view-btn.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}
.text-view-switcher .view-btn.disabled:hover {
    color: #8b9299;
    background: transparent;
}
.text-view-switcher .view-btn svg {
    flex-shrink: 0;
}

/* Мобильная версия - убираем текст */
@media (max-width: 500px) {
    .text-view-switcher .view-btn span {
        display: none;
    }
    .text-view-switcher .view-btn {
        padding: 10px 14px;
    }
}

/* TEXT VIEW CONTAINER */
.text-view-container {
    width: 100%;
    height: calc(100% - 180px);
    overflow: hidden;
}
.text-view {
    display: none;
    width: 100%;
    height: 100%;
}
.text-view.active {
    display: block;
}
.text-view textarea {
    height: 100% !important;
    min-height: unset !important;
}
.text-view-placeholder {
    color: #6b7280;
    font-style: italic;
    text-align: center;
    padding: 40px 20px;
}

/* SPEAKERS VIEW */
.speakers-view-content {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    min-height: 200px;
    max-height: 400px;
    overflow-y: auto;
    line-height: 1.7;
    font-size: 14px;
    color: #d7d7d7;
}
.speakers-view-content::-webkit-scrollbar {
    width: 4px;
}
.speakers-view-content::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.speakers-view-content::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}

/* Блок спикера (группировка последовательных реплик) */
.speaker-block {
    margin-bottom: 16px;
    margin-right: 10px;
    padding: 12px 16px;
    border-radius: 8px;
    border-left: 3px solid;
    background: rgba(255,255,255,0.03);
    transition: all 0.2s ease;
}

/* Скролл в контенте дикторов */
.speakers-view-content {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    min-height: unset;
    max-height: unset;
}

/* Кликабельный блок (есть аудио для воспроизведения) */
.speaker-block.playable {
    cursor: pointer;
}
.speaker-block.playable:hover {
    background: rgba(255,255,255,0.08);
    transform: translateX(4px);
}

/* Воспроизводится */
.speaker-block.playing {
    background: rgba(78, 158, 255, 0.15);
    box-shadow: 0 0 0 2px rgba(78, 158, 255, 0.4);
}
.speaker-block.playing .speaker-time::before {
    content: "⏸ ";
}

.speaker-block[data-speaker="0"] {
    border-left-color: #4e9eff;
    background: rgba(78, 158, 255, 0.08);
}
.speaker-block[data-speaker="1"] {
    border-left-color: #10b981;
    background: rgba(16, 185, 129, 0.08);
}
.speaker-block[data-speaker="2"] {
    border-left-color: #f59e0b;
    background: rgba(245, 158, 11, 0.08);
}
.speaker-block[data-speaker="3"] {
    border-left-color: #ef4444;
    background: rgba(239, 68, 68, 0.08);
}

/* Overlap - одновременная речь (перебивание) */
.speaker-block.overlap {
    position: relative;
}
.speaker-block.overlap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #f59e0b, #ef4444);
    border-radius: 0 4px 4px 0;
}
.overlap-badge {
    font-size: 12px;
    margin-left: 4px;
    cursor: help;
}

.speaker-header {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.speaker-header .speaker-time {
    font-size: 10px;
    font-weight: 400;
    color: #6b7280;
    text-transform: none;
}

.speaker-content {
    line-height: 1.8;
    color: #e0e0e0;
}

/* Старые стили speaker-segment (fallback) */
.speakers-view-content .speaker-segment {
    margin-bottom: 12px;
    padding: 10px 14px;
    border-radius: 6px;
    border-left: 3px solid;
    background: rgba(255,255,255,0.03);
}
.speakers-view-content .speaker-segment[data-speaker="0"] {
    border-left-color: #4e9eff;
    background: rgba(78, 158, 255, 0.08);
}
.speakers-view-content .speaker-segment[data-speaker="1"] {
    border-left-color: #10b981;
    background: rgba(16, 185, 129, 0.08);
}
.speakers-view-content .speaker-segment[data-speaker="2"] {
    border-left-color: #f59e0b;
    background: rgba(245, 158, 11, 0.08);
}
.speakers-view-content .speaker-segment[data-speaker="3"] {
    border-left-color: #ef4444;
    background: rgba(239, 68, 68, 0.08);
}
.speakers-view-content .speaker-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    opacity: 0.7;
}
.speakers-view-content .speaker-segment[data-speaker="0"] .speaker-label { color: #4e9eff; }
.speakers-view-content .speaker-segment[data-speaker="1"] .speaker-label { color: #10b981; }
.speakers-view-content .speaker-segment[data-speaker="2"] .speaker-label { color: #f59e0b; }
.speakers-view-content .speaker-segment[data-speaker="3"] .speaker-label { color: #ef4444; }

.speakers-view-content .speaker-time {
    font-size: 10px;
    color: #6b7280;
    margin-left: 8px;
}

/* EMOTIONS VIEW */
.emotions-view-content {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    height: 100%;
    min-height: unset;
    max-height: unset;
    overflow-y: auto;
    line-height: 1.8;
    font-size: 14px;
    color: #d7d7d7;
}
.emotions-view-content::-webkit-scrollbar {
    width: 4px;
}
.emotions-view-content::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.emotions-view-content::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.emotions-view-content .emo-segment {
    display: inline;
    padding: 2px 4px;
    border-radius: 3px;
    margin: 0 1px;
}
/* Эмоциональные градации */
.emotions-view-content .emo-segment.emo-strong-negative {
    background: rgba(239, 68, 68, 0.3);
    color: #fca5a5;
}
.emotions-view-content .emo-segment.emo-negative {
    background: rgba(239, 68, 68, 0.15);
    color: #fecaca;
}
.emotions-view-content .emo-segment.emo-anxious {
    background: rgba(245, 158, 11, 0.2);
    color: #fcd34d;
}
.emotions-view-content .emo-segment.emo-excited {
    background: rgba(16, 185, 129, 0.3);
    color: #6ee7b7;
}
.emotions-view-content .emo-segment.emo-confident {
    background: rgba(16, 185, 129, 0.2);
    color: #a7f3d0;
}
.emotions-view-content .emo-segment.emo-positive {
    background: rgba(16, 185, 129, 0.1);
    color: #d1fae5;
}
.emotions-view-content .emo-segment.emo-neutral {
    background: transparent;
}
.emotions-view-content .emo-segment.emo-pause {
    color: #9ca3af;
    font-style: italic;
}
.emotions-view-content .emo-segment.emo-conflict {
    background: rgba(239, 68, 68, 0.25);
    border-bottom: 2px dashed #ef4444;
}

/* Легенда эмоций */
.emotions-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #363f4b;
}
.emotions-legend .legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: #8b9299;
}
.emotions-legend .legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.emotions-legend .legend-dot.emo-positive { background: hsl(145, 60%, 65%); }
.emotions-legend .legend-dot.emo-negative { background: hsl(10, 70%, 65%); }
.emotions-legend .legend-dot.emo-neutral { background: hsl(200, 10%, 85%); }
.emotions-legend .legend-dot.emo-interruption { background: #38bdf8; } /* голубой */

/* Маркер перебивания в тексте */
.emo-interruption-marker {
    display: inline;
    padding: 0 2px;
    margin: 0 1px;
    background: linear-gradient(135deg, #38bdf8, #0ea5e9);
    border-radius: 3px;
    font-size: 12px;
    cursor: help;
}

/* Контейнер для градиентных сегментов */
.emotions-gradient-container {
    font-size: 15px;
    line-height: 2;
    color: #1a1a1a;
}

/* Сегмент */
.emo-seg {
    display: inline;
}

/* Основная часть и хвост с градиентом */
.emo-main,
.emo-tail {
    display: inline;
    padding: 2px 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.emo-main {
    border-radius: 3px 0 0 3px;
}

.emo-tail {
    border-radius: 0 3px 3px 0;
}

/* Маркер пика энергии (громкость) */
.emo-energy-peak-marker {
    display: inline;
    padding: 0 2px;
    margin: 0 1px;
    background: linear-gradient(135deg, #38bdf8, #0ea5e9);
    border-radius: 3px;
    font-size: 12px;
    cursor: help;
    animation: energy-pulse 0.5s ease-in-out;
}

@keyframes energy-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* Точка в легенде для пиков энергии */
.emotions-legend .legend-dot.emo-energy-peak {
    background: linear-gradient(135deg, #38bdf8, #0ea5e9);
}

/* Старые стили fallback */
.emotions-text {
    line-height: 2.2;
}

/* Раскраска слов */
.emo-word {
    display: inline;
    padding: 2px 4px;
    margin: 1px;
    border-radius: 3px;
    cursor: default;
    transition: opacity 0.15s;
}
.emo-word:hover {
    opacity: 0.8;
}
.emo-word.emo-strong-negative {
    background: rgba(239, 68, 68, 0.4);
    color: #fca5a5;
}
.emo-word.emo-negative {
    background: rgba(239, 68, 68, 0.25);
    color: #fecaca;
}
.emo-word.emo-anxious {
    background: rgba(245, 158, 11, 0.25);
    color: #fcd34d;
}
.emo-word.emo-excited {
    background: rgba(16, 185, 129, 0.35);
    color: #6ee7b7;
}
.emo-word.emo-confident {
    background: rgba(16, 185, 129, 0.25);
    color: #a7f3d0;
}
.emo-word.emo-positive {
    background: rgba(16, 185, 129, 0.15);
    color: #d1fae5;
}
.emo-word.emo-neutral {
    background: rgba(107, 114, 128, 0.15);
    color: #d7d7d7;
}

/* Статистика эмоций */
.emotions-summary {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding-top: 12px;
    border-top: 1px solid #363f4b;
    font-size: 12px;
    color: #8b9299;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: help;
}
.emotions-summary-label {
    white-space: nowrap;
}
.emotions-summary-bars {
    display: flex;
    flex: 1;
    height: 10px;
    border-radius: 4px;
    overflow: hidden;
    background: #2a313a;
}
.emotions-summary .emo-bar {
    display: block;
    height: 100%;
    min-width: 2px;
    transition: width 0.3s ease;
}
.emotions-summary .emo-bar.positive { background: #4ade80; } /* зелёный */
.emotions-summary .emo-bar.neutral { background: #9ca3af; }  /* серый */
.emotions-summary .emo-bar.negative { background: #f87171; } /* красный */

.emotions-summary-emotionality {
    font-size: 11px;
    color: #9ca3af;
    min-width: 35px;
    text-align: right;
    cursor: help;
}

/* Легенда спикеров */
.speakers-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #363f4b;
}
.speakers-legend .legend-item {
    font-size: 12px;
    color: #8b9299;
    padding: 4px 10px;
    border-radius: 4px;
    background: rgba(255,255,255,0.05);
}
.speakers-legend .legend-item[data-speaker="0"] { border-left: 3px solid #4e9eff; }
.speakers-legend .legend-item[data-speaker="1"] { border-left: 3px solid #10b981; }
.speakers-legend .legend-item[data-speaker="2"] { border-left: 3px solid #f59e0b; }
.speakers-legend .legend-item[data-speaker="3"] { border-left: 3px solid #ef4444; }