@font-face {
    font-family: 'Avenir Next Cyr Regular';
    src: url('../font/AvenirNextCyr-Regular.eot');
    src: url('../font/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/AvenirNextCyr-Regular.woff') format('woff'),
    url('../font/AvenirNextCyr-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: wrap;
}
@font-face {
    font-family: 'Avenir Next Cyr Medium';
    src: url('../font/AvenirNextCyr-Medium.eot');
    src: url('../font/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('../font/AvenirNextCyr-Medium.woff') format('woff'),
    url('../font/AvenirNextCyr-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: wrap;
}
@font-face {
    font-family: 'Avenir Next Cyr Demi';
    src: url('../font/AvenirNextCyr-Demi.eot');
    src: url('../font/AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),
    url('../font/AvenirNextCyr-Demi.woff') format('woff'),
    url('../font/AvenirNextCyr-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: wrap;
}
@font-face {
    font-family: 'Avenir Next Cyr Bold';
    src: url('../font/AvenirNextCyr-Bold.eot');
    src: url('../font/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/AvenirNextCyr-Bold.woff') format('woff'),
    url('../font/AvenirNextCyr-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: wrap;
}
body{
	padding: 0px;
	margin: 0px;
	font-family: 'Avenir Next Cyr Regular';
	background-color: #2b333c;
}

body.hidden{
    overflow: hidden;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: unset;
	cursor: pointer;
}
h1, h2, h3, h4, h5{
	margin: 0px;
    font-weight: unset;
}
p{
    margin: 0px;
}
input, button, textarea, select{
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    font-family: 'Avenir Next Cyr Regular';
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
input[type="radio"]:focus {
    outline: none;
    box-shadow: none;
}
.center{
	width: calc(100% - 32px);
	/* max-width: 1888px; */
	height: auto;
	margin: 0 auto;
}

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

/* DISPLAY */
.display{
    width: 100%;
    height: auto;
    float: left;
    background-color: #2b333c;
    box-sizing: border-box;
}
.display__row{
    width: 100%;
    height: calc(100vh - 111px);
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}
.display__item:nth-child(1){ 
    width: 294px;
    height: 100%;
}
.display__item:nth-child(2){
    width: calc(100% - 310px);
    height: 100%;
    position: relative;
}
.display__item__balance{
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 32px 40px 39px;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.display__item__balance p{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    position: relative;
    padding: 0 0 0 41px;
}
.display__item__balance p::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 19.9px;
    background-image: url("../images/icon/wallet.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.display__item__balance button{
    width: 20px;
    height: 20px;
    float: right;
    background-image: url("../images/icon/add.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: unset;
    border: unset;
    cursor: pointer;
}
.display__item__menu{
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    padding: 34px 32px 34px 38px;
    box-sizing: border-box;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.display__item__menu::-webkit-scrollbar {
    width: 1px;
}
.display__item__menu::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a00;
}
.display__item__menu::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #61697259;
}
.display__item__menu ul{
    width: 100%;
    height: auto; 
    float: left;
}
.display__item__menu ul > li{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 15px 0;
    position: relative;
}
.display__item__menu ul > li > p{
    font-size: 15px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #d6dde3;
    transition: .4s;
    cursor: pointer;
}
.display__item__menu ul > li > a{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    position: relative;
    transition: .4s;
}
.display__item__menu ul > li > a:hover,
.display__item__menu ul > li > a.active{
    color: #FFFFFF;
    transition: .4s;
}
.display__item__menu-anotherli{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 30px 0 !important;
    position: relative;
}
.display__item__menu-anotherli label{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 16px;
    cursor: pointer;
    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-anotherli label:hover,
.display__item__menu-anotherli label.active{
    color: #FFFFFF;
    transition: .4s;
}
.display__item__menu-anotherli label::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 19.9px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border: unset;
    border-radius: unset;
}
.display__item__menu-anotherli label::before{
    background-image: url("../images/icon/menu-3.svg");
}
.display__item__menu-anotherli label:hover::before,
.display__item__menu-anotherli label.active::before{
    filter: invert(54%) sepia(56%) saturate(2673%) hue-rotate(193deg) brightness(104%) contrast(101%);
}
.display__item__menu-cutaudio{
    margin: 0 0 30px 0 !important;
}
.display__item__menu-cutaudio > span{
    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-cutaudio > span::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 19.9px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border: unset;
    border-radius: unset;
}
.display__item__menu-cutaudio > span::before{
    background-image: url("../images/icon/audio-cuter.svg");
}
.display__item__menu-cutaudio > span:hover,
.display__item__menu-cutaudio > span.active{
    color: #FFFFFF;
    transition: .4s;
}
.display__item__menu-cutaudio > span:hover::before,
.display__item__menu-cutaudio > span.active::before{
    filter: invert(54%) sepia(56%) saturate(2673%) hue-rotate(193deg) brightness(104%) contrast(101%);
}
.display__item__menu-cutaudio-toggle{
    cursor: pointer;
}
.display__item__menu-cutaudio-dropdown{
    display: none;
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0 0 0;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    position: relative;
}
.display__item__menu-cutaudio-dropdown::before{
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - 10px);
    background-color: #39424b;
    left: 8px;
    top: 0;
    border-radius: 10px;
}
.display__item__menu-cutaudio.open .display__item__menu-cutaudio-dropdown{
    display: block;
}
.cutaudio-dropdown-item{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 12px 0;
    position: relative;
    padding-left: 20px;
}
.cutaudio-dropdown-item .cutaudio-check{
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    opacity: 0;
    transition: .3s;
    filter: invert(58%) sepia(69%) saturate(456%) hue-rotate(79deg) brightness(91%) contrast(88%);
}
.cutaudio-dropdown-item.completed .cutaudio-check{
    opacity: 1;
}
.cutaudio-dropdown-item:last-child{
    margin: 0;
}
.cutaudio-dropdown-item label{
    width: 100%;
    height: auto;
    float: left;
    font-size: 13px;
    color: #8e99a5;
    margin: 0 0 6px 0;
}
.cutaudio-dropdown-item input[type="file"]{
    width: 100%;
    height: 36px;
    float: left;
    background-color: #2e3640;
    border: 1px solid #39424b;
    border-radius: 8px;
    color: #c7d1db;
    font-size: 13px;
    padding: 8px 12px;
    box-sizing: border-box;
    cursor: pointer;
}
.cutaudio-dropdown-item input[type="file"]::file-selector-button{
    display: none;
}
.cutaudio-dropdown-item .cutaudio-file-name{
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    color: #616972;
    margin: 4px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cutaudio-dropdown-item .cutaudio-file-size{
    width: 100%;
    height: auto;
    float: left;
    font-size: 11px;
    color: #4ade80;
    margin: 2px 0 0 0;
}
.cutaudio-dropdown-item .cutaudio-size-hint{
    font-size: 11px;
    font-weight: normal;
    margin-left: 4px;
}
.cutaudio-dropdown-item input[type="number"]{
    width: 100%;
    height: 36px;
    float: left;
    background-color: #2e3640;
    border: 1px solid #39424b;
    border-radius: 8px;
    color: #c7d1db;
    font-size: 14px;
    padding: 8px 12px;
    box-sizing: border-box;
}
.cutaudio-dropdown-item input[type="number"]:focus{
    border-color: #4f9ef7;
}
.cutaudio-dropdown-item button{
    width: 100%;
    height: 36px;
    float: left;
    background-color: #4f9ef7;
    border: none;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Medium';
    cursor: pointer;
    transition: .3s;
}
.cutaudio-dropdown-item button:hover{
    background-color: #3d8ce5;
}
.cutaudio-dropdown-item button:disabled{
    background-color: #39424b;
    color: #616972;
    cursor: not-allowed;
}

/* ПОПУЛЯРНЫЕ СЕРВИСЫ DROPDOWN */
.display__item__menu-services span.display__item__menu-services-toggle{
    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;
    padding: 0 0 0 41px;
    position: relative;
    transition: .4s;
    cursor: pointer;
}
.display__item__menu-services span.display__item__menu-services-toggle::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 19.9px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border: unset;
    border-radius: unset;
    background-image: url("../images/icon/services.svg");
}
.display__item__menu-services span.display__item__menu-services-toggle:hover,
.display__item__menu-services.open span.display__item__menu-services-toggle{
    color: #FFFFFF;
    transition: .4s;
}
.display__item__menu-services span.display__item__menu-services-toggle:hover::before,
.display__item__menu-services.open span.display__item__menu-services-toggle::before{
    filter: invert(54%) sepia(56%) saturate(2673%) hue-rotate(193deg) brightness(104%) contrast(101%);
}
.display__item__menu-services-dropdown{
    display: none;
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0 0 0;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    position: relative;
}
.display__item__menu-services-dropdown::before{
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - 10px);
    background-color: #39424b;
    left: 8px;
    top: 0;
    border-radius: 10px;
}
.display__item__menu-services.open .display__item__menu-services-dropdown{
    display: block;
}
.display__item__menu-services-dropdown a{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #8e99a5;
    padding: 6px 0;
    transition: .3s;
}
.display__item__menu-services-dropdown a:hover{
    color: #FFFFFF;
}
/* ПОПУЛЯРНЫЕ СЕРВИСЫ DROPDOWN */

.display__item__menu-file{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.shortvoiceovers__item__plan{
    width: calc(100% + 45px);
    height: auto;
    float: left;
    padding: 29px 18px 18px;
    border-radius: 24px;
    background-color: #6c63ff;
    box-sizing: border-box;
    margin: 0 -25px -21px -25px;
    background-image: url("../images/vectory/plan.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.shortvoiceovers__item__plan-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
}
.shortvoiceovers__item__plan-description{
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    margin: 10px 0 0 0;
}
.shortvoiceovers__item__plan__price{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
}
.shortvoiceovers__item__plan__price b{
    width: 100%;
    height: auto;
    float: left; 
    font-size: 38px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.shortvoiceovers__item__plan__price p{
    width: 100%;
    height: auto;
    float: left; 
    font-size: 15px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.shortvoiceovers__item__plan-button{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #6c63ff;
    border-radius: 12px;
    background-color: #FFFFFF;
    margin: 24px 0 0 0;
    padding: 11px 0 12px;
}
.display__item__username{
    width: 100%;
    height: auto;
    float: left;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 36px 24px 44px 11px;
    box-sizing: border-box;
}
.display__item__username-profile{
    width: fit-content;
    height: auto;
    float: left;
    display: flex;
    align-content: center;
    align-items: center;
}
.display__item__username-profile img {
    width: 45px;
    height: 45px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    border-radius: 100px;
    object-fit: none;
    object-position: center;
    margin: 0 14px 0 0;
}
.display__item__username-profile span{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
}
.display__item__username-logout{
    width: fit-content;
    height: auto;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #4e9eff;
}
.display__item__history {
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    overflow-y: scroll;
    overflow-x: hidden;
}
.display__item__history::-webkit-scrollbar {
    width: 4px;
}
.display__item__history::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a00;
}
.display__item__history::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #61697259;
}
.display__item__history__container{
    width: 100%;
    height: auto;
    float: left;
}
.display__item__history-title {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    padding: 40px 32px;
    box-sizing: border-box;
    border-bottom: 1px solid #39424b;
}
.display__item__history__box{
    width: 100%;
    height: auto;
    float: left;
    padding: 15.5px 20px 15.5px 70px;
    box-sizing: border-box;
    border-top: 1px solid #39424b;
    transition: .4s;
    position: relative;
}
.display__item__history__box:hover{
    background-color: #323a45;
    transition: .4s;
}
.display__item__history__box.active{
    background-color: rgb(78, 158, 255, 0.04);
    transition: .4s;
}
.display__item__history__box:first-child {
    border-top: unset;
}
.display__item__history__box-description{
    width: 90%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .4s;
    margin: 0 0 20px;
}
.display__item__history__box:hover .display__item__history__box-description{
    color: #FFFFFF;
    transition: .4s;
}
.display__item__history__box-download {
    width: 35px;
    height: 35px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #48525d;
    border-radius: 100px;
    background-color: #2b333c;
    background-image: url("../images/icon/download.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    box-sizing: border-box;
    cursor: pointer;
    top: 15.5px;
    left: 16px;
    position: absolute;
}
.display__item__history__box-date{
    width: fit-content;
    height: auto;
    width: fit-content;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    float: left;
}
.display__item__history__box-price{
    width: fit-content;
    height: auto;
    width: fit-content;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    float: right;
}
.display__item__section {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    padding: 34px 32px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 10px 0 0 0;
    transition: .3s;
}
.display__item__section.unactive{
    opacity: 0.3;
    transition: .3s;
}
.display__item__section:nth-child(1){
	padding: 20px 32px;
	margin: 0;
}
.display__item__section:nth-child(2){
	height: 171px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.display__item__section:nth-child(3){
	height: calc(100% - 327px)
}
.display__item__section:nth-child(2)::-webkit-scrollbar {
    width: 4px;
}
.display__item__section:nth-child(2)::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a00;
}
.display__item__section:nth-child(2)::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #61697259;
}
.display__item__section-title{
    width: 100%;
    height: auto;
    float: right;
    font-size: 18px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.display__item__section-description{
    width: 100%;
    height: auto;
    float: right;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Regular';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    margin: 5px 0 0 0;
}
.display__item__section textarea{
    width: 100%;
    height: calc(100% - 154px);
    padding: 0;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #c7d1db;
    background-color: unset;
    border: unset;
    resize: unset;
    margin: 20px 0 0 0;
}
.display__item__section textarea::-webkit-scrollbar {
    width: 4px;
}
.display__item__section textarea::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
	margin: 40px 0 0 0;
}
.display__item__section textarea::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__cut__files{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 14px 20px 14px;
    box-sizing: border-box;
    border-bottom: 1px solid #39424b;
    align-items: center;
    justify-content: space-between;
}
.display__item__cut__files__block{
    width: fit-content;
    height: auto;
}
.display__item__cut__files__block-title{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Regular';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
}
.display__item__cut__files__controls{
    width: fit-content;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.display__item__cut__files__controls button{
    width: 35px;
    height: 35px;
    border-radius: 100px;
    background-color: #4f9ef7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    border: unset;
    cursor: pointer;
	transition: .2s;
}
.display__item__cut__files__controls button:hover{
	background-color: #3a93f8;
	transition: .2s;
}
.display__item__cut__files__controls button[data-type="repeat"]{
    background-image: url("../images/icon/repeat.svg");
    background-position: 10.7px center;
}
.display__item__cut__files__controls button[data-type="repeat"].active{
    background-color: #1c76dc;
    transition: .2s;
}
.display__item__cut__files__controls button[data-type="play"]{
    background-image: url("../images/icon/play.svg");
    background-position: 13px center;
}
.display__item__cut__files__controls button[data-type="play"].active{
    background-image: url("../images/icon/pause.svg");
    background-position: center;
}
.display__item__cut__files__controls button[data-type="download"]{
   width: fit-content;
   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: 0 20px 0 38px;
   position: relative;
}
.display__item__cut__files__controls button[data-type="download"]::before{
   content: "";
   position: absolute;
   left: 16px;
   top: 50%;
   transform: translateY(-50%);
   width: 14px;
   height: 14px;
   background-image: url(../images/icon/download.svg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
}
.display__item__cut__files__controls button[data-type="download"].loading{
   pointer-events: none;
   opacity: 0.7;
}
.display__item__cut__files__controls button[data-type="download"].loading::before{
   background-image: none;
   border: 2px solid rgba(255,255,255,0.3);
   border-top-color: #fff;
   border-radius: 50%;
   animation: spin 0.8s linear infinite;
}
@keyframes spin {
   to { transform: translateY(-50%) rotate(360deg); }
}

/* Спиннер для кнопки "Нарезать и скачать" */
.display__item__cut__tools .mobile-only-split button {
   position: relative;
}
.display__item__cut__tools .mobile-only-split button.loading {
   pointer-events: none;
   opacity: 0.7;
   padding-left: 35px;
}
.display__item__cut__tools .mobile-only-split button.loading::before {
   content: "";
   position: absolute;
   left: 12px;
   top: 50%;
   transform: translateY(-50%);
   width: 16px;
   height: 16px;
   border: 2px solid rgba(255,255,255,0.3);
   border-top-color: #fff;
   border-radius: 50%;
   animation: spin 0.8s linear infinite;
}

.display__item__cut__files__controls button[data-type="upload"]{
   width: fit-content;
   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: 0 20px 0 38px;
   position: relative;
}
.display__item__cut__files__controls button[data-type="upload"]::before{
   content: "";
   position: absolute;
   left: 16px;
   top: 50%;
   transform: translateY(-50%);
   width: 14px;
   height: 14px;
   background-image: url(../images/icon/file.svg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
}
.display__item__cut__files__controls button:disabled{
   background-color: #576472;
   cursor: not-allowed;
   opacity: 0.6;
}
.display__item__cut__files__controls button:disabled:hover{
   background-color: #576472;
}
.display__item__cut{
    width: 100%;
    height: 100%;
    float: left;
    margin: 20px 0 0;
    border-radius: 24px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.display__item__cut__box{
    width: 100%;
    height: auto;
    float: left;
}
.display__item__cut__box:nth-child(1){
    height: calc(100% - 80px);
    background-color: #2a323b;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: stretch;
    border: solid 1px #39424b;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.display__item__cut__box:nth-child(2){
    height: 60px;
}
.display__item__cut__timeline{
    width: 100%;
    height: 30px;
    float: left;
    background: #363f4b;
    border-bottom: 1px solid #39424b;
    overflow: hidden;
    position: relative;
    display: flex;
}
.display__item__cut__timeline .timeline-side{
    width: 150px;
    min-width: 150px;
    height: 30px;
    background-color: #363f4b;
    border-right: 1px solid #39424b;
    display: flex;
    align-items: center;
    padding-left: 16px;
    box-sizing: border-box;
}
.display__item__cut__timeline .timeline-side strong{
    font-size: 12px;
    font-family: 'Avenir Next Cyr Regular';
    color: #8b949e;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.display__item__cut__timeline canvas{
    display: block;
    width: calc(100% - 150px);
    height: 100%;
}
.display__item__cut__audio{
	width: 100%;
	height: calc(100% - 195px);
	float: left;
	overflow-x: auto;
}
.display__item__cut__audio::-webkit-scrollbar {
    width: 4px;
}
.display__item__cut__audio::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.display__item__cut__audio::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__cut__audio .track-row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    border-bottom: solid 1px #444f5a;
    background-color: #363f4b;
}
.display__item__cut__audio .track-side{
    width: 150px;
    height: 120px;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
}
.display__item__cut__audio .track-side > strong {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.display__item__cut__audio .track-side > small {
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    font-family: 'Avenir Next Cyr Regular';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    margin: 3px 0 0 0;
}
.display__item__cut__audio .track-side > button{
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background-color: #2a323b;
    border: 1px solid #8f99a65e;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/icon/close.svg");
    position: absolute;
    background-size: 7px;
    right: 10px;
    top: 10px;
    padding: 0;
    cursor: pointer;
}
.display__item__cut__audio .track-side > input{
    width: 100%;
    height: auto;
    float: left;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    outline: none;
    cursor: pointer;
    margin: 12px 0 0;
}
.display__item__cut__audio .track-side > input::-webkit-slider-runnable-track {
    height: 4px;
    background: #2a3344;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.4);
}
.display__item__cut__audio .track-side > input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #509ef7;
    border-radius: 50%;
    margin-top: -6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    border: 2px solid #fff;
    transition: all 0.2s ease;
}
.display__item__cut__audio .track-side > input:hover::-webkit-slider-thumb {
    background: #509ef7;
    transform: scale(1.15);
}
.display__item__cut__audio .track-side > input::-webkit-slider-runnable-track {
    background: linear-gradient(to right, 
      #509ef7 0%, 
      #9fc3ec var(--value, 100%), 
      #2a3344 var(--value, 100%), 
      #2a3344 100%);
    border-radius: 3px;
}
.display__item__cut__audio .track-side > input::-moz-range-track {
    height: 4px;
    background: #2a3344;
    border-radius: 3px;
    border: none;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.4);
}
.display__item__cut__audio .track-side > input::-moz-range-progress {
    height: 4px;
    background: #509ef7;
    border-radius: 3px;
}
.display__item__cut__audio .track-side > input::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #509ef7;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    transition: all 0.2s ease;
}
.display__item__cut__audio .track-side > input:hover::-moz-range-thumb {
    background: #509ef7;
    transform: scale(1.15);
}
.display__item__cut__audio .track-side > input{
    --value: 100%;
}
.display__item__cut__audio .wave-canvas{
    width: calc(100% - 150px);
    height: 120px;
    cursor: cell;
}
.display__item__cut__parametrs{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 10px 20px;
    box-sizing: border-box;
    border-top: 1px solid #39424b;
    justify-content: space-between;
    align-items: center;
}
.display__item__cut__parametrs div,
.display__item__cut__parametrs div > p{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 13px;
    font-family: 'Avenir Next Cyr Regular';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #8e99a5;
    display: flex;
    align-content: center;
    align-items: center;
}
.display__item__cut__parametrs div > input{
	width: fit-content;
	height: auto;
    border: solid 1px #444f5a;
    background-color: #363f4b;
    color: #fff;
    font-size: 12px;
    box-sizing: border-box;
	padding: 3px 5px;
	border-radius: 5px;
}
.display__item__cut__tools{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 10px 20px;
    box-sizing: border-box;
    border-top: 1px solid #39424b;
    gap: 5px;
}
.display__item__cut__tools div{
    width: 16%;
    height: auto;
}
.display__item__cut__tools div > button{
    width: 100%;
    height: 40px;
    border-radius: 100px;
    cursor: pointer;
    border: solid 1px #444f5a;
    background-color: #363f4b;
    color: #fff;
    font-size: 12px;
    box-sizing: border-box;
    transition: .2s;
}
.display__item__cut__tools div > button:hover{
	border: solid 1px #509ef7;
	background-color: #509ef7;
}
.display__item__cut__tools div > button:disabled{
	border: solid 1px #39424b;
	background-color: #2a323b;
	color: #576472;
	cursor: not-allowed;
}
.display__item__cut__tools div > button:disabled:hover{
	border: solid 1px #39424b;
	background-color: #2a323b;
}
.display__item__cut__box-upload{
    width: 100%;
    height: 60px;
    float: left;
    border-radius: 10px;
    border: dashed 1px #8e99a5;
    background-color: #2a323b;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    transition: .2s;
    position: relative;
}
.display__item__cut__box-upload input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.display__item__cut__box-upload:hover{
    background-color: #2e3640;
    transition: .2s;
}
.display__item__cut__box-upload span{
	width: fit-content;
	height: auto;
	font-size: 15px;
	font-family: 'Avenir Next Cyr Demi';
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	padding: 0 0 0 30px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../images/icon/file.svg");
}
.display__item__cut__loader{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(42 50 59 / 90%);
    display: none;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.display__item__cut__loader p{
	width: 100%;
	height: auto;
	float: left;
	font-size: 15px;
	font-family: 'Avenir Next Cyr Demi';
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #FFFFFF;
}
.display__item__settingsbar{
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: row;
    overflow-x: unset;
    margin: 20px 0 0 0;
}
.display__item__settingsbar::-webkit-scrollbar {
    height: 3px;
}
.display__item__settingsbar::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.display__item__settingsbar::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__settingsbar__box{
    width: fit-content;
    height: auto;
    position: relative;
    padding: 0 25px 0 65px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 0 25px 0 0;
    cursor: pointer;
    transition: .4s;
    border-right: 1px solid #3e4852;
}
.display__item__settingsbar__box:last-child{
    padding: 0 0 0 60px;
    margin: 0;
    border-right: unset;
}
.display__item__settingsbar__box.hide{
    opacity: 0.3;
    transition: .4s;
}
.display__item__settingsbar__box:nth-child(3){
    display: none;
}
.display__item__settingsbar__box::before{
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #48525d;
    left: 0;
    top: 0;
    border-radius: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    box-sizing: border-box;
    display: block;
}
.display__item__settingsbar__box:nth-child(1):before{
    background-image: url("../images/icon/set-1.svg");
}
.display__item__settingsbar__box-title{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    position: relative;
}
.display__item__settingsbar__box-title::before{
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #576472;
    right: -19px;
    top: 3px;
    border-radius: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon/dropdown.svg");
    background-size: 9px;
}
.display__item__settingsbar__box-parametr{
    width: 100px;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.59;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    margin: 3px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Скрываем на ПК элементы только для мобилки */
.mobile-only-split{
    display: none !important;
}

/* Модальное окно для результатов нарезки */
.split-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.split-modal.open{
    display: flex;
}
.split-modal-content{
    width: 90%;
    max-width: 400px;
    max-height: 80vh;
    background-color: #2e3640;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    border: 1px solid #39424b;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.split-modal-header{
    width: 100%;
    padding: 16px 20px;
    background-color: #363f4b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #39424b;
}
.split-modal-header strong{
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Avenir Next Cyr Medium';
}
.split-modal-close{
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.split-modal-close img{
    width: 14px;
    height: 14px;
    filter: invert(60%) sepia(10%) saturate(300%) hue-rotate(180deg) brightness(90%) contrast(90%);
    transition: .3s;
}
.split-modal-close:hover img{
    filter: invert(100%);
}
.split-modal-body{
    width: 100%;
    max-height: 60vh;
    overflow-y: auto;
    padding: 16px 20px;
    box-sizing: border-box;
}
.split-modal-body::-webkit-scrollbar {
    width: 4px;
}
.split-modal-body::-webkit-scrollbar-track {
    background-color: #2e3640;
}
.split-modal-body::-webkit-scrollbar-thumb {
    background-color: #616972;
    border-radius: 4px;
}
.split-modal-body a{
    display: block;
    margin: 8px 0;
    color: #3fd4d5;
    font-family: monospace;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 12px 10px 40px;
    background-color: #0d1117;
    border-radius: 8px;
    transition: .3s;
    position: relative;
}
.split-modal-body a::before{
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(../images/icon/download.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(76%) sepia(47%) saturate(522%) hue-rotate(127deg) brightness(93%) contrast(92%);
}
.split-modal-body a:hover{
    background-color: #161b22;
    color: #5fe7e8;
}
.split-modal-body a:hover::before{
    filter: invert(86%) sepia(47%) saturate(522%) hue-rotate(127deg) brightness(100%) contrast(92%);
}
.display__item__faq__item span { 
  display: none;
}
.display__item__faq__item.open span {
  display: block;
}
.display__item__faq__item > p {
  cursor: pointer;
}
.scroll-x{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.scroll-x table{
  width: max-content;    /* таблица по ширине контента */
  min-width: 100%;       /* но не уже контейнера */
  border-collapse: collapse;
}

/* чтобы длинные тексты переносились, а не раздували таблицу */
.compare-table td{
  white-space: normal;
  word-break: break-word;
}
/* 1) Контейнер таблицы не должен расширяться */
.compare-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;         /* прячем “вылезание” */
  box-sizing: border-box;
}
/* 2) Горизонтальный скролл именно у обёртки */
.compare-table-wrap .scroll-x {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
/* 3) Таблица может быть шире контейнера */
.compare-table-wrap .compare-table {
  border-collapse: collapse;
  width: max-content;       /* ширина по содержимому */
  min-width: 100%;          /* но не уже контейнера */
}
/* 4) Чтобы длинные тексты не раздували колонки бесконечно */
.compare-table-wrap .compare-table td,
.compare-table-wrap .compare-table th {
  white-space: normal;      /* перенос строк */
  word-break: break-word;
}