@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(100% - 310px);
    height: 100%;
    position: relative;
}
.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 15px 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: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    position: relative;
    transition: .4s;
}
.display__item__menu ul > li > a:hover,
.display__item__menu ul > li > a.active{
    color: #FFFFFF;
    transition: .4s;
}
.shortvoiceovers__item__plan{
    width: calc(100% + 45px);
    height: auto;
    float: left;
    padding: 29px 18px 18px;
    border-radius: 24px;
    background-color: #6c63ff;
    box-sizing: border-box;
    margin: 0 -25px -21px -25px;
    background-image: url("../images/vectory/plan.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.shortvoiceovers__item__plan-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
}
.shortvoiceovers__item__plan-description{
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    margin: 10px 0 0 0;
}
.shortvoiceovers__item__plan__price{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
}
.shortvoiceovers__item__plan__price b{
    width: 100%;
    height: auto;
    float: left; 
    font-size: 38px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.shortvoiceovers__item__plan__price p{
    width: 100%;
    height: auto;
    float: left; 
    font-size: 15px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.shortvoiceovers__item__plan-button{
    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: #6c63ff;
    border-radius: 12px;
    background-color: #FFFFFF;
    margin: 24px 0 0 0;
    padding: 11px 0 12px;
}
.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%;
    height: 100%;
    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;
    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 32px;
	margin: 0;
}
.display__item__section:nth-child(2){
	height: 171px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.display__item__section:nth-child(3){
	height: calc(100% - 327px)
}
.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 textarea{
    width: 100%;
    height: calc(100% - 154px);
    padding: 0;
    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__tone{
    width: 100%;
    height: calc(100% - 55px);
    float: left;
    margin: 20px 0 0;
    border-radius: 24px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.display__item__tone__box{
    width: 100%;
    height: auto;
    float: left;
}
.display__item__tone__box:nth-child(1){
    height: calc(100% - 80px);
    background-color: #2a323b;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: stretch;
    border: solid 1px #39424b;
    box-sizing: border-box;
}
.display__item__tone__box:nth-child(2){
    height: 60px;
}
.display__item__tone__player{
    width: 100%;
    height: auto;
    float: left;
}
.display__item__tone__player__effect{
    width: calc(100% - 64px);
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 32px 0;
    background-color: #2e3640;
    padding: 15px 20px;
    box-sizing: border-box;
    border-radius: 20px;
    border: solid 1px #39424b;
    box-sizing: border-box;
}
.display__item__tone__player__effect 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;
}
.display__item__tone__player__effect__box{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0 0;
}
.pitch-range-wrap {
    position: relative;
    margin: 0 auto;
    float: left;
    width: 100%;
    margin: 0;
}
.pitch-range {
    width: 100%;
}
.pitch-bubble {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #1d2128;
    font-family: FuturaLightC;
    margin: 12px 0 0;
    display: none;
}
.pitch-bubble::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    top: -1px;
    left: 50%;
}
.pitch-range-wrap input[type='range'] {
    -webkit-appearance: none !important;
    background-color: #ffffff;
    height: 4px;
    border-radius: 10px;
}
.pitch-range-wrap input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    box-shadow: 1px 4px 2px 0 rgba(114, 37, 69, 0.22);
    border: solid 3px #fff;
    background-color: #497df5;
    cursor: pointer;
}
.display__item__tone__player__effect__box span{
    width: fit-content;
    height: auto;
    color: #4e9eff;
    font-family: 'Avenir Next Cyr Demi';
    font-size: 14px;
}
.display__item__tone__player__tools{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0 0 0;
}
.display__item__tone__player__tools button{
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 20px;
    background-color: unset;
    border: unset;
    cursor: pointer;
    transition: .2s;
}
.display__item__tone__player__tools button:hover{
    opacity: 0.6;
    transition: .2s;
}
.display__item__tone__player__tools button:nth-child(1){
    background-image: url("../images/icon/pitch-prev.svg");
    background-size: 25px;
}
.display__item__tone__player__tools button:nth-child(2){
    background-image: url("../images/icon/play.svg");
    background-position: center;
}
.display__item__tone__player__tools button:nth-child(2).active{
    background-image: url("../images/icon/pause.svg");
    background-position: center;
    background-size: 32px;
}
.display__item__tone__player__tools button:nth-child(3){
    background-image: url("../images/icon/pitch-next.svg");
    background-size: 25px;
}
.display__item__tone__player-liner{
    width: 100%;
    height: 100px;
    float: left;
    background-color: #2e3640;
    margin: 30px 0 0 0;
    border-top: solid 1px #39424b;
    border-bottom: solid 1px #39424b;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.display__item__tone__player-liner wave{
	width: 100%;
	height: 100px !important;
}
.display__item__tone__box-upload{
    width: 100%;
    height: 60px;
    float: left;
    border-radius: 10px;
    border: dashed 1px #8e99a5;
    background-color: #2a323b;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    transition: .2s;
    position: relative;
}
.display__item__tone__box-upload input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.display__item__tone__box-upload:hover{
    background-color: #2e3640;
    transition: .2s;
}
.display__item__tone__box-upload span{
	width: fit-content;
	height: auto;
	font-size: 15px;
	font-family: 'Avenir Next Cyr Demi';
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	padding: 0 0 0 30px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../images/icon/file.svg");
}
.display__item__tone__result{
    width: 100%;
    height: auto;
    float: left;
    padding: 14px 32px 15px;
    box-sizing: border-box;
    border-top: 1px solid #39424b;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin: 23.5px 0 0 0;
}
.display__item__tone__result div{
    width: fit-content;
    height: auto;
}
.display__item__tone__result-filename{
    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: right;
    color: #8e99a5;
}
.display__item__tone__result-button{
    width: fit-content;
    height: auto;
    padding: 11px 20px 11px 25px;
    border-radius: 12px;
    background-color: #4e9eff;
    border: unset;
    cursor: pointer;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
}
.display__item__tone__result-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 30px;
}
.display__item__tone__result-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/download.svg");
}
.display__item__tools{
    width: calc(100% + 64px);
    height: auto;
    float: left;
    margin: 10px -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='word']{
    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;
}
.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;
    margin: 20px 0 0 0;
}
.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;
}
.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: 35px 0 0 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: 19px;
    border: dashed 1px #8e99a5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.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: 100%;
    height: auto;
    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: #FFFFFF;
    position: relative;
}
.shortvoiceovers__item__tools__upload-title::before{
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.shortvoiceovers__item__tools__upload-title.file{
    padding: 63px 0 0 0;
}
.shortvoiceovers__item__tools__upload-title.upload{
    padding: 62px 0 0 0;
}
.shortvoiceovers__item__tools__upload-title.uploaded{
    padding: 42px 0 0 0;
}
.shortvoiceovers__item__tools__upload-title.file::before{
    width: 24px;
    height: 30px;
    background-image: url("../images/icon/file.svg");
}
.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: wrap;
    justify-content: space-between;
    padding: 0 33px 32px 28px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
}
.shortvoiceovers__item__tools__upload-files div{
    width: min-content;
    height: auto;
    display: flex;
}
.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 0 0 13px;
}
.shortvoiceovers__item__tools__upload-files div > button{
    width: 14px;
    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;
}
.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: 100%;
    float: left;
    border-radius: 24px;
    border: solid 1px #39424b;
    background-color: #313943;
    padding: 59px 0 39px;
}
.shortvoiceovers__item__tools__records__box{
    width: 100%;
    height: auto;
    float: left;
}
.shortvoiceovers__item__tools__records__box:nth-child(2){
    margin: 90px 0 73px;
}
.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: 1.63;
    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: 0 0 23px;
}
.shortvoiceovers__item__tools__records__box-btn{
    width: fit-content;
    height: auto;
    padding: 12px 54px 13px;
    margin: 0 auto 0;
    background-color: #293039;
    border-radius: 12px;
    border: unset;
    cursor: pointer;
    display: block;
}
.shortvoiceovers__item__tools__records__box-btn span{
    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: left;
    color: #FFFFFF;
    padding: 0 0 0 27px;
    position: relative;
}
.shortvoiceovers__item__tools__records__box-btn span::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    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;
}