@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__mega{
    width: calc(100% - 310px) !important;
    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.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__menu ul > li.dropdown{
    cursor: pointer;
}
.display__item__menu ul > li.dropdown::before{
    content: "";
    position: absolute;
    right: 0%;
    top: 6.5px;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: 13.9px;
    height: 7px;
    background-image: url("../images/icon/dropdown.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.display__item__menu ul > li.dropdown.active::before{
    transform: translate(0%, 0%) rotate(180deg);
}
.display__item__menu ul > li:last-child{
    margin: 0;
}
.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%);
}
.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 ul:nth-child(1) > li:nth-child(1) a::before{
    background-image: url("../images/icon/menu-10.svg");
}
.display__item__menu ul:nth-child(1) > li:nth-child(2) a::before{
    background-image: url("../images/icon/menu-1.svg");
}
.display__item__menu ul:nth-child(1) > li:nth-child(3) a::before{
    background-image: url("../images/icon/menu-2.svg");
}
.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: 100px -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.7;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    margin: 40px 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__menu-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;
    margin: 90px 0 30px 0;
}
.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: hidden;
}
.display__item__mega .display__item__history{
    padding: 0 50px 0 0;
    box-sizing: border-box;
}
.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__mega .display__item__history-title{
    width: calc(100% - 32px);
    padding: 40px 0 40px 32px;
}
.display__item__history__list{
    width: 100%;
    height: calc(100% - 102px);
    float: left;
    overflow-y: scroll;
}
.display__item__mega .display__item__history__list{
    width: 100%;
    height: calc(100% - 123px);
    float: left;
    padding: 0 27px 0 0;
    box-sizing: border-box;
    overflow-y: scroll;
}
.display__item__history__list::-webkit-scrollbar {
    width: 4px;
}
.display__item__history__list::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.display__item__history__list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__history__box{
    width: 100%;
    height: auto;
    float: left;
    padding: 15.5px 16px 20px;
    box-sizing: border-box;
    border-top: 1px solid #39424b;
    transition: .4s;
}
.display__item__history__box:first-child{
	border-top: unset;
}
.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__player{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}
.display__item__history__player__block:nth-child(1){
    width: 35px;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__item__history__player__block:nth-child(2){
    width: calc(100% - 85px);
    height: auto;
    float: left;
}
.display__item__history__player__block:nth-child(3){
    width: 10px;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.display__item__history__player__block-play{
    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;
}
.display__item__history__player__block-play.active{
    background-image: url("../images/icon/pause.svg");
    background-position: 4px;
}
.display__item__history__player__block-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;
}
.display__item__history__box-poster{
    width: 100%;
    height: 210px;
    float: left;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
    margin: 0 0 15px;
    background-color: #2a323b;
}
.display__item__history__box-title{
    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;
    font-family: 'Avenir Next Cyr Medium';
    color: #FFFFFF;
    margin: 0 0 3px;
}
.display__item__history__box-description{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    box-sizing: border-box;
    transition: .4s;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.display__item__history__box:hover .display__item__history__box-description{
    color: #FFFFFF;
    transition: .4s;
}
.display__item__history__box.active .display__item__history__box-description{
    color: #4e9eff;
    transition: .4s;
}
.display__item__history__box__parametrs{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0 0 0;
    padding: 0 0 0 55px;
    box-sizing: border-box;
}
.display__item__history__box__parametrs p{
    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;
}
.display__item__history__player__block-timer{
    width: fit-content;
    height: auto;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
}
.display__item__history__player__block-parametr{
    width: 4px;
    height: 18px;
    background-image: url("../images/icon/parametr.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    background-color: unset;
    border: unset;
    margin: 7px 0 0 0;
}
.display__item__history__player__block-parametr.active{
    opacity: 0.5;
}
.display__item__history__player__block-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: 0;
    top: 29px;
    display: none;
}
.display__item__history__player__block-dropdown li{
    width: 100%;
    height: auto;
    float: left;
    padding: 14px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #39424b;
}
.display__item__history__player__block-dropdown li:last-child{
    border: unset;
}
.display__item__history__player__block-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;
}
.display__item__history__player__block-dropdown li > a:hover{
    opacity: 0.5;
    transition: .2s;
}
.display__item__history__player__block-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%);
}
.display__item__history__player__block-dropdown li:nth-child(1) a::before{
    background-image: url("../images/icon/edit.svg");
}
.display__item__history__player__block-dropdown li:nth-child(2) a::before{
    background-image: url("../images/icon/delet.svg");
}
.display__item__settings {
    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: 41px 32px;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
}
.display__item__settings::-webkit-scrollbar {
    width: 1px;
}
.display__item__settings::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a00;
}
.display__item__settings::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #61697259;
}
.display__item__settings-title {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    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__settings__list{
    width: 100%;
    max-width: 498px;
    height: auto;
    float: left;
    margin: 8px 0 0 0;
}
.display__item__settings__box{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
}
.display__item__settings__box-title{
    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: #8e99a5;
}
.display__item__settings__box-title span{
    color: #FFFFFF;
    margin: 0 0 0 10px;
}
.display__item__settings__block{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 16px 0 0 0;
}
.display__item__settings__block div:nth-child(1){
    width: 20px;
    height: auto;
}
.display__item__settings__block div:nth-child(2){
    width: calc(100% - 73px);
    height: auto;
}
.display__item__settings__block div:nth-child(3){
    width: 20px;
    height: auto;
}
.display__item__settings__block div 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;
}
.inputRange, .inputInterRange, .inputSpeedRange, .inputTransformRange{
    appearance: none;
    width: 100%;
    height: 2px;
    border-radius: 9999px;
    background: linear-gradient(90deg, #ffffff 0%, #616972 0%);
    cursor: pointer;
}
.inputRange::-webkit-slider-thumb,
.inputInterRange::-webkit-slider-thumb,
.inputSpeedRange::-webkit-slider-thumb,
.inputTransformRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 9999px;
    background: #ffffff;
    box-shadow: none;
}
.inputRange::-moz-range-thumb,
.inputInterRange::-moz-range-thumb,
.inputSpeedRange::-moz-range-thumb,
.inputTransformRange::-moz-range-thumb {
    border: none;
    width: 18px;
    height: 18px;
    border-radius: 9999px;
    background: #ffffff;
    box-shadow: none;
}
.display__item__settings__format{
    width: 100%;
    height: auto;
    float: left;
    margin: 46px 0 0 0;
}
.display__item__settings__format-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;
}
.display__item__settings__format__radios{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 19px 0 0 0;
}
.display__item__settings__format__radio{
    width: fit-content;
    height: auto;
    float: left;
    margin: 0 12px 0 0;
}
.display__item__settings__format__radio input[type='radio'] {
    display: none;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}
.display__item__settings__format__radio label{
    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: center;
    color: #FFFFFF;
    border-radius: 12px;
    background-color: #363f4b;
    padding: 9px 16px;
    cursor: pointer;
    border: 1px solid #363f4b;
    box-sizing: border-box;
}
.display__item__settings__format__radio span{
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    margin: 4px 0;
    text-align: center;
}
.display__item__settings__format__radio input[name='type'] + label{
    padding: 9px 15px 6px;
    position: relative;
}
.display__item__settings__format__radio input[name='type'] + label > p{
    width: fit-content;
    height: auto;
    position: relative;
    padding: 0 0 0 20px;
}
.display__item__settings__format__radio input[name='type'] + label > p::before{
    content: "";
    position: absolute;
    width: 18px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.display__item__settings__format__radio input[name='type'] + label[data-size='16:9'] > p::before{
    background-image: url("../images/icon/size16-9.svg");
}
.display__item__settings__format__radio input[name='type'] + label[data-size='9:16'] > p::before{
    background-image: url("../images/icon/size9-16.svg");
}
.display__item__settings__format__radio input[name='type'] + label[data-size='1:1'] > p::before{
    background-image: url("../images/icon/size1-1.svg");
}
.display__item__settings__format__radio input[name='type'] + label[data-size='4:3'] > p::before{
    background-image: url("../images/icon/size3-4.svg");
}
.display__item__settings__format__radio input[name='type'] + label[data-size='3:4'] > p::before{
    background-image: url("../images/icon/size4-3.svg");
}
.display__item__settings__format__radio input[name='type'] + label[data-size='21:9'] > p::before{
    background-image: url("../images/icon/size16-9.svg");
}
.display__item__settings__format__radio input:checked + label {
    border: 1px solid #4e9eff;
}
.display__item__settings__format__radio input:disabled + label{
    opacity: 0.3;
    border-color: #2b333c;
}
.display__item__settings__box-button, .display__item__settings__box-reset{
    width: 100%;
    max-width: 150px;
    height: auto;
    float: left;
    padding: 11px 0 11px;
    border-radius: 12px;
    background-color: #4e9eff;
    border: unset;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    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;
    margin: 20px 0 0 0;
}
.display__item__settings__box-reset{
    max-width: 210px;
    margin: 20px 0 0 20px;
    background-color: #39424b;
    color: #e3e3e3;
}
.display__item__settings__rule{
    width: 100%;
    max-width: 498px;
    height: auto;
    float: left;
    margin: 38px 0 0 0;
}
.display__item__settings__rule-title{
    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: left;
    color: #8e99a5;
}
.display__item__settings__rule-status{
    width: fit-content;
    height: auto;
    float: right;
    font-size: 16px;
    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__settings__rule__list{
    width: 100%;
    height: auto;
    float: left;
    margin: 7px 0 0 0;
}
.display__item__settings__rule__box{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 12px 0 0 0;
}
.display__item__settings__rule__block:nth-child(1),
.display__item__settings__rule__block:nth-child(3){
    width: calc(50% - 36px);
}
.display__item__settings__rule__block:nth-child(2),
.display__item__settings__rule__block:nth-child(4){
    width: 36px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #8e99a5;
    font-family: 'Avenir Next Cyr Medium';
}
.display__item__settings__rule__block 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;
}
.display__item__settings__rule__block-remove{
    width: 14px;
    height: 16px;
    background-image: url("../images/icon/delet.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    border: unset;
    background-color: unset;
    cursor: pointer;
}
.display__item__settings__rule-add{
    width: calc(100% - 36px);
    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: 15px 0 0 0;
    border-radius: 12px;
    background-color: #4e9eff;
    padding: 10px 0 11px;
    border: unset;
    cursor: pointer;
}
.display__item__settingsbar{
    width: 100%;
    height: auto;
    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: 29px 30px 27px 37px;
    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{
    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:before{
    background-image: url("../images/icon/set-7.svg");
    cursor: pointer;
    background-size: 15px;
}
.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;
}
.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: 5px 0 0 0;
    white-space: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.display__item__settingsbar__box__voice{
    width: 33px;
    height: auto;
    padding: 0 14px 0 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 8px 0 0 0;
}
.display__item__settingsbar__box__voice.women::before{
    content: "";
    position: absolute;
    right: 0;
    top: -3px;
    width: 9px;
    height: 12.9px;
    background-image: url("../images/icon/women.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.display__item__settingsbar__box__voice.men::before{
    content: "";
    position: absolute;
    right: 0;
    top: -5px;
    width: 10px;
    height: 11px;
    background-image: url("../images/icon/men.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.display__item__settingsbar__box__voice div{
    width: 5px;
    height: 5px;
    border-radius: 1px;
    background-color: #687686;
}
.display__item__settingsbar__box__voice div.active{
    background-color: #4e9eff;
}
.display__item__content{
    width: 100%;
    height: calc(100% - 180px);
    float: left;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.display__item__content__textarea{
    width: 100%;
    height: 88px;
    float: left;
    padding: 25px 39px 0 32px;
    box-sizing: border-box;
}
.display__item__content__textarea-close{
    position: absolute;
    right: 32px;
    top: 32px;
    width: 17.5px;
    height: 17.5px;
    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__textarea textarea{
    width: 100%;
    height: 45px;
    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;
}
.display__item__content__textarea textarea::-webkit-scrollbar {
    width: 4px;
}
.display__item__content__textarea textarea::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
	margin: 40px 0 0 0;
}
.display__item__content__textarea textarea::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__content__information{
    width: 100%;
    height: auto;
    float: left;
    padding: 16px 32px;
    box-sizing: border-box;
    border-top: 1px solid #39424b;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    background-color: #2c333b;
}
.display__item__content__information__box{
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.display__item__content__information__box:nth-child(1){
    width: 69%;
    height: auto;
}
.display__item__content__information__box:nth-child(2){
    width: fit-content;
    height: auto;
}
.display__item__content__information__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;
    text-align: right;
    color: #8e99a5;
}
.display__item__content__information__box .char-count{
    text-align: left;
}
.display__item__content__information__box button{
    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;
}
.display__item__content__information__box button > 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__content__information__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%);
}
.display__item__content__playeer{
    width: 100%;
    height: auto;
    float: left;
    padding: 25px 30px 25px 32px;
    border-radius: 0 0 23px 23px;
    background-color: #343d48;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.display__item__content__playeer__box:nth-child(1){
    width: 102px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__item__content__playeer__box:nth-child(2){
    width: calc(100% - 232px);
}
.display__item__content__playeer__box:nth-child(3){
    width: 65px;
}
.display__item__content__playeer__box-play{
    width: 45px;
    height: 45px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #48525d;
    border-radius: 100px;
    background-color: #343d48;
    background-image: url("../images/icon/play.svg");
    background-position: 8px;
    background-repeat: no-repeat;
    background-size: 30px 13px;
    box-sizing: border-box;
    cursor: pointer;
}
.display__item__content__playeer__box-play.active{
    background-position: 7px;
    background-image: url("../images/icon/pause.svg");
}
.display__item__content__playeer__box-download{
    width: 45px;
    height: 45px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #48525d;
    border-radius: 100px;
    background-color: #343d48;
    background-image: url("../images/icon/download.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    box-sizing: border-box;
    cursor: pointer;
}
.display__item__content__playeer-timer{
    width: 100%;
    height: auto;
    float: right;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: #8e99a5;
    white-space: nowrap;
}
.display__item__content__value{
    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: flex-start;
}
.display__item__content__value__box{
    width: 80%;
    max-width: 660px;
    height: auto;
    padding: 16px 43px 48px 16px;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #313943;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__item__content__value-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: none;
}
.display__item__content__value-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: none;
}
.display__item__content__value__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: left;
    color: #8e99a5;
    padding: 0 16px;
    box-sizing: border-box;
}
.display__item__content__value__box-title span{
    color: #FFFFFF;
    margin: 0 0 0 14px;
}
.display__item__content__value__block{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 16px 0 0 0;
}
.display__item__content__value__block div:nth-child(1){
    width: 20px;
    height: auto;
}
.display__item__content__value__block div:nth-child(2){
    width: calc(100% - 73px);
    height: auto;
}
.display__item__content__value__block div:nth-child(3){
    width: 20px;
    height: auto;
}
.display__item__content__value__block div 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__content__languages{
    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: flex-start;
    padding: 20px 23px 0 16px;
    box-sizing: border-box;
    z-index: 2;
}
.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%);
}
.display__item__content__loader{
    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: 3;
}
.display__item__content__loader__box{
    width: 80%;
    max-width: 700px;
    height: auto;
}
.display__item__content__loader__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;
}
.display__item__content__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;
}
.display__item__content__loader__box-loader{
    width: 100%;
    height: 2px;
    float: left;
    border-radius: 1px;
    background-color: #616972;
    margin: 40px 0 0 0;
}
.display__item__content__loader__box-loader div{
    width: 0%;
    height: 2px;
    float: left;
    border-radius: 1px;
    background-color: #FFFFFF;
}
.display__item__content__voice {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    padding: 20px 24px 30px 16px;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #313943;
    box-sizing: border-box;
    z-index: 3;
}
.display__item__content__voice-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__voice-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__voice__list{
    width: 100%;
    height: calc(100% - 24px);
    float: left;
    padding: 0 28px 0 0;
    margin: 15px 0 0 0;
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}
.display__item__content__voice__list::-webkit-scrollbar {
    width: 4px;
}
.display__item__content__voice__list::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.display__item__content__voice__list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__content__voice__box{
    width: calc(50% - 7.5px);
    height: auto;
    border-radius: 16px;
    border: solid 1px #444f5a;
    background-color: #363f4b;
    box-sizing: border-box;
    padding: 11px;
    margin: 0 0 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    transition: .4s;
}
.display__item__content__voice__box.normalize{
    opacity: 0;
}
.display__item__content__voice__box:hover,
.display__item__content__voice__box.active{
	border-color: #4e9eff;
	background-color: rgb(78 158 255 0.6);
	transition: .4s;
}
.display__item__content__voice__box__top{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.display__item__content__voice__box-title{
    width: calc(100% - 25px);
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.display__item__content__voice__box-play{
    width: 16px;
    height: 15.3px;
    background-image: url("../images/icon/play.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: unset;
    background-color: unset;
    cursor: pointer;
}
.display__item__content__voice__box-play.active{
    background-image: url("../images/icon/pause.svg");
}
.display__item__content__voice__box-favorite{
    width: 16px;
    height: 15.3px;
    background-image: url("../images/icon/favorite.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: unset;
    background-color: unset;
    cursor: pointer;
    position: absolute;
    right: 11px;
    display: none;
}
.display__item__content__voice__box-favorite.active{
    background-image: url("../images/icon/favorite-active.svg");
}
.display__item__content__voice__box-price{
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    color: #8e99a5;
    padding: 2px 11px 0 24.5px;
    box-sizing: border-box;
    margin: 3px 0 0 0;
}
.display__item__content__voice__box__bottom{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 0 0 0 24.4px;
	box-sizing: border-box;
	margin: 7px 0 0 0;
}
.display__item__content__voice__box__bottom-class{
    width: fit-content;
    height: auto;
    font-size: 10px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    padding: 0 0 0 18px;
    position: relative;
}
.display__item__content__voice__box__bottom-class.top{
    color: #f5cc19;
}
.display__item__content__voice__box__bottom-class.pop{
    color: #3fdede;
}
.display__item__content__voice__box__bottom-class.hit{
    color: #ef5d85;
}
.display__item__content__voice__box__bottom-class.women::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 9px;
    height: 12.9px;
    background-image: url("../images/icon/women.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.display__item__content__voice__box__bottom-class.men::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 10px;
    height: 11px;
    background-image: url("../images/icon/men.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.display__item__content__voice__box__bottom-param{
    width: 33px;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__item__content__voice__box__bottom-param div{
    width: 5px;
    height: 5px;
    border-radius: 1px;
    background-color: #687686;
}
.display__item__content__voice__box__bottom-param div.active{
    background-color: #4e9eff;
}
.display__item__content__settings {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    padding: 20px 24px 30px 16px;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #313943;
    box-sizing: border-box;
	overflow-y: scroll;
    z-index: 3;
}
.display__item__content__settings::-webkit-scrollbar {
    width: 4px;
}
.display__item__content__settings::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.display__item__content__settings::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__content__settings-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__settings-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__settings__list{
    width: 100%;
    height: auto;
    float: left;
    margin: 8px 0 0 0;
    padding: 0 15px;
}
.display__item__content__settings-save{
    width: 100%;
    max-width: 226px;
    height: auto;
    padding: 11px 0 11px;
    border-radius: 12px;
    background-color: #4e9eff;
    border: unset;
    cursor: pointer;
    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;
    position: absolute;
    left: 24px;
    bottom: 30px;
}
.display__item__content__emotions{
    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: flex-start;
    padding: 20px 23px 0 16px;
    box-sizing: border-box;
}
.display__item__content__emotions-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__emotions-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__emotions__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__emotions__list::-webkit-scrollbar {
    width: 4px;
}
.display__item__content__emotions__list::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.display__item__content__emotions__list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__content__emotions__box{
    width: calc(33.3% - 6.4px);
    height: auto;
    margin: 0 0 8px;
}
.display__item__content__emotions__box input{
    display: none;
}
.display__item__content__emotions__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: center;
    color: #FFFFFF;
    border-radius: 12px;
    background-color: #363f4b;
    padding: 9px 15px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #363f4b;
}
.display__item__content__emotions__box input:checked + label {
    border: 1px solid #4e9eff;
    background-color: rgb(78 158 255 / 6%);
}
.display__item__bottom{
    width: 100%;
    height: auto;
    float: left;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    margin: 15px 0 0;
    position: relative;
    overflow: hidden;
}
/* DISPLAY */

/* SHORTS */
.display__item__shortvoiceovers{
    width: 100%;
    height: 100%;
    float: left;
    padding: 32px;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
}
.display__item__shortvoiceovers::-webkit-scrollbar {
    width: 4px;
}
.display__item__shortvoiceovers::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a00;
}
.display__item__shortvoiceovers::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #61697259;
}
.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: calc(100% - 60px);
    min-height: 200px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 35px 0 0 0;
    position: relative;
}
.shortvoiceovers__item__tools__box{
    width: 100%;
    height: 100%;
}
.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: 16px;
    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: 14px;
    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: 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;
    white-space: nowrap;
}
.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__tools-poster{
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 17px;
    display: flex;
    background-color: #2c333b;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.shortvoiceovers__item__tools__result{
    width: fit-content;
    max-width: 100%;
    height: 100%;
    position: relative;
}
.shortvoiceovers__item__tools-poster img{
    width: fit-content;
    max-width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
    object-position: center;
    border-radius: 19px;
    margin: 0 auto;
}
.shortvoiceovers__item__tools-poster_remove{
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background-color: #2b333ce3;
    background-image: url("../images/icon/delet.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    border: unset;
    opacity: .5;
    transition: .2s;
}
.shortvoiceovers__item__tools-poster_crop{
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background-color: #2b333ce3;
    background-image: url("../images/icon/crop.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 10px;
    border: unset;
    opacity: .5;
    transition: .2s;
}
.shortvoiceovers__item__tools-poster_remove:hover,
.shortvoiceovers__item__tools-poster_crop:hover{
    opacity: 1;
    transition: .2s;
}
.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;
}
.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: 16px;
    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: 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: 16px;
    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: 14px;
    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__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: 16px;
    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 */

/* 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 #39424b;
    background-color: #2b333c;
    border-radius: 10px;
    font-size: 14px;
    color: #949597;
    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 MODAL */

/* CROP MODAL */
.modal{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #2b333cb0;
    z-index: 100007;
    display: none;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.modal__row{
    width: 100%;
    max-width: 800px;
    float: left;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
}
.modal__item{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
}
.modal__item-title{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 18px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.modal__item-close{
    width: 15px;
    height: 15px;
    float: right;
    background-image: url("../images/icon/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #2e3640;
    border: unset;
    cursor: pointer;
    margin: 3px 0 0;
    padding: 0;
}
.modal__item-video-close{
    width: 30px;
    height: 30px;
    background-size: 10px;
    position: absolute;
    border-radius: 100px;
    right: 40px;
    top: 40px;
    background-color: #2b333cb2;
    z-index: 1;
    transition: .2s;
}
.modal__item-video-close:hover{
    background-color: #2e3640;
    transition: .2s;
}
.modal__item__poster,
.modal__item__video{
    width: 100%;
    height: auto;
    float: left;
    margin: 30px 0 0 0;
}
.modal__item__video{
    margin: 0;
}
.modal__item__poster img,
.modal__item__video video{
    width: 100%;
    height: 350px;
    float: left;
    object-fit: cover;
    object-position: center;
    border-radius: 19px;
}
.modal__item__poster img{
    object-fit: scale-down;
}
.modal__item__video video{
    object-fit: contain;
    background-color: #35404d;
}
.modal__item__poster {
    height: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative; /* Добавляем для корректного позиционирования Cropper */
    background-color: #f5f5f5; /* Фон на случай прозрачных изображений */
}

.modal__item__poster img {
    max-width: none; /* Убираем ограничения для работы Cropper */
    max-height: none;
    width: 100%;
    height: 100%;
    object-fit: contain; /* Обеспечиваем правильное масштабирование */
    display: block;
}



.modal__zoom{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 0 0;
}
.modal__zoom__box{
    width: 300px;
    height: auto;
    position: relative;
}
.modal__zoom__box::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon/zoom-minus.svg");
    left: -25px;
    top: 75%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.modal__zoom__box::after{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon/zoom-plus.svg");
    right: -30px;
    top: 75%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.modal__tools{
    border-radius: 19px;
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0 0;
    align-content: center;
    align-items: center;
    background-color: #2d343e;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    padding: 20px;
    box-sizing: border-box;
}
.modal__tools__box{
    width: fit-content;
    height: auto;
}
.modal__tools__box button{
    width: fit-content;
    height: auto;
    padding: 11px 40px 11px;
    border-radius: 12px;
    background-color: #4e9eff;
    border: unset;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.modal__tools__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;
}
.modal__tools__box__radios{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.modal__tools__box__radio{
    width: fit-content;
    height: auto;
    float: left;
    margin: 0 12px 0 0;
}
.modal__tools__box__radio input[type='radio'] {
    display: none;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}
.modal__tools__box__radio label{
    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: #FFFFFF;
    border-radius: 12px;
    background-color: #363f4b;
    padding: 9px 13px 9px 30px;
    cursor: pointer;
    border: 1px solid #363f4b;
    box-sizing: border-box;
    position: relative;
}
.modal__tools__box__radio input:checked + label {
    border: 1px solid #4e9eff;
}
.modal__tools__box__radio input:disabled + label{
    opacity: 0.3;
    border-color: #2b333c;
}
.modal__tools__box__radio label::before{
    content: "";
    position: absolute;
    width: 18px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 7px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.modal__tools__box__radio label[data-size='16:9']::before{
    background-image: url("../images/icon/size16-9.svg");
}
.modal__tools__box__radio label[data-size='9:16']::before{
    background-image: url("../images/icon/size9-16.svg");
}
.modal__tools__box__radio label[data-size='1:1']::before{
    background-image: url("../images/icon/size1-1.svg");
}
.modal__tools__box__radio label[data-size='4:3']::before{
    background-image: url("../images/icon/size3-4.svg");
}
.modal__tools__box__radio label[data-size='3:4']::before{
    background-image: url("../images/icon/size4-3.svg");
}
.modal__tools__box__radio label[data-size='21:9']::before{
    background-image: url("../images/icon/size16-9.svg");
}
/* CROP MODAL */

/* MODAL */
.modal__4k{
    border-radius: 19px;
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0 0;
    align-content: center;
    align-items: center;
    background-color: #353f4c;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    padding: 20px;
    box-sizing: border-box;
}
.modal__4k__box{
    width: fit-content;
    height: auto;
}
.modal__4k__box p{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    position: relative;
}
.modal__4k__box span{
    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: #a6b5c6;
    margin: 7px 0 0 0;
}
.modal__4k__box button{
    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;
}
.modal__4k__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;
    margin: 0;
    white-space: nowrap;
}
.modal__4k__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/hd.svg");
}
.modal__download{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0 0;
    align-content: center;
    align-items: center;
}
.modal__download__box{
    width: fit-content;
    height: auto;
}
.modal__download__box p{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    position: relative;
}
.modal__download__box span{
    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: #a6b5c6;
    margin: 7px 0 0 0;
}
.modal__download__box a{
    width: 35px;
    height: 35px;
    display: block;
    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;
}
/* MODAL */

/* BLOCKED */
.page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    z-index: 9999;
    display: none;
    cursor: not-allowed;
    z-index: 100005;
}
/* BLOCKED */