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

/* DISPLAY */
.display{
    width: 100%;
    height: auto;
    float: left;
    background-color: #2b333c;
    box-sizing: border-box;
}
.display__row{
    width: 100%;
    height: calc(100vh - 111px);
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}
.display__item:nth-child(1){
    width: 294px;
    height: 100%;
}
.display__item:nth-child(2){
    width: calc(73% - 326px);
    height: 100%;
    position: relative;
}
.display__item:nth-child(3){
    width: 27%;
    height: 100%;
}
.display__item__balance{
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 32px 40px 39px;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.display__item__balance p{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    position: relative;
    padding: 0 0 0 41px;
}
.display__item__balance p::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 19.9px;
    background-image: url("../images/icon/wallet.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.display__item__balance button{
    width: 20px;
    height: 20px;
    float: right;
    background-image: url("../images/icon/add.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: unset;
    border: unset;
    cursor: pointer;
}
.display__item__menu{
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    padding: 34px 32px 34px 38px;
    box-sizing: border-box;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.display__item__menu::-webkit-scrollbar {
    width: 1px;
}
.display__item__menu::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a00;
}
.display__item__menu::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #61697259;
}
.display__item__menu ul{
    width: 100%;
    height: auto;
    float: left;
}
.display__item__menu ul > li{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 44px 0;
    position: relative;
}
.display__item__menu ul > li.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 > a{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    padding: 0 0 0 41px;
    position: relative;
    transition: .4s;
}
.display__item__menu ul > li > a:hover,
.display__item__menu ul > li > a.active{
    color: #FFFFFF;
    transition: .4s;
}
.display__item__menu ul > li > a::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 19.9px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border: unset;
    border-radius: unset;
}
.display__item__menu ul > li > a:hover::before,
.display__item__menu ul > li > a.active::before{
    filter: invert(54%) sepia(56%) saturate(2673%) hue-rotate(193deg) brightness(104%) contrast(101%);
}
.display__item__menu ul:nth-child(1) > li:nth-child(1) a::before{
    background-image: url("../images/icon/menu-3.svg");
}
.display__item__menu ul:nth-child(1) > li:nth-child(2) a::before{
    background-image: url("../images/icon/menu-6.svg");
}
.display__item__menu-file{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.display__imagetotext{
    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;
    margin: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: stretch;
}
.display__imagetotext-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: 25px 32px 0;
    box-sizing: border-box;
}
.display__imagetotext-description{
    width: 100%;
    height: auto;
    float: left;
    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;
    padding: 0 32px 0;
    margin: 5px 0 0 0;
    box-sizing: border-box;
    cursor: pointer;
}
.display__imagetotext__tools{
    width: 100%;
    height: calc(100% - 192px);
    padding: 0 32px;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: scroll;
    margin: 20px 0;
}
.display__imagetotext__tools::-webkit-scrollbar {
    width: 4px;
}
.display__imagetotext__tools::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a00;
}
.display__imagetotext__tools::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #61697259;
}
.display__imagetotext__tools__upload{
    width: 100%;
    height: 190px;
    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;
}
.display__imagetotext__tools__upload input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 10005;
}
.display__imagetotext__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;
}
.display__imagetotext__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%);
}
.display__imagetotext__tools__upload-title.file{
    padding: 40px 0 0 0;
}
.display__imagetotext__tools__upload-title.upload{
    padding: 62px 0 0 0;
}
.display__imagetotext__tools__upload-title.uploaded{
    padding: 42px 0 0 0;
}
.display__imagetotext__tools__upload-title.file::before{
    width: 24px;
    height: 30px;
    background-image: url("../images/icon/file.svg");
}
.display__imagetotext__tools__upload-title.upload::before{
    width: 30px;
    height: 30px;
    background-image: url("../images/icon/upload.svg");
}
.display__imagetotext__tools__upload-title.uploaded::before{
    width: 24px;
    height: 19px;
    background-image: url("../images/icon/success.svg");
}
.display__imagetotext__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;
}
.display__imagetotext__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;
}
.display__imagetotext__tools__upload-files div{
    width: min-content;
    height: auto;
    display: flex;
}
.display__imagetotext__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;
}
.display__imagetotext__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;
}
.display__imagetotext__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;
}
.display__imagetotext__tools__files{
    width: 100%;
    height: auto;
    float: left;
    gap: 2.9%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 20px 0 0;
}
.display__imagetotext__tools__files div{
    width: 90px;
    height: 90px;
    position: relative;
}
.display__imagetotext__tools__files div > img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.display__imagetotext__tools__files div > button{
    width: 17px;
    height: 17px;
    border: unset;
    border-radius: 100px;
    position: absolute;
    right: 6px;
    top: 6px;
    background-color: rgb(57 66 75 / 40%);
    background-image: url("../images/icon/close.svg");
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 9px;
}
.display__imagetotext__tools__form{
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0;
}
.display__imagetotext__tools__form label{
    width: 100%;
    height: auto;
    float: left;
}
.display__imagetotext__tools__form label > input,
.display__imagetotext__tools__form label > textarea{
    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;
    resize: unset;
}
.display__imagetotext__tools__form label > textarea{
    height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}
.display__imagetotext__tools__form label > textarea::-webkit-scrollbar {
    width: 4px;
}
.display__imagetotext__tools__form label > textarea::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a00;
}
.display__imagetotext__tools__form label > textarea::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #61697259;
}
.display__imagetotext__tools__form label > input::placeholder,
.display__imagetotext__tools__form label > textarea::placeholder{
    color: #8e99a5;
}
.display__imagetotext__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__imagetotext__information__block{
    width: fit-content;
    height: auto;
}
.display__imagetotext__information__block 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__imagetotext__information__block a{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #2196f3;
    text-decoration: underline;
    margin: 4px 0 0 0;
}
.display__imagetotext__information__block 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__imagetotext__information__block 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__imagetotext__information__block 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__imagetotext__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__imagetotext__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__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: auto;
    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-prompt {
    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: #ffffff;
    font-family: 'Avenir Next Cyr Medium';
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .4s;
}
.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: 5px 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;
}
.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__history__box-parametr{
    width: 4px;
    height: 18px;
    background-image: url("https://apihost.ru/images/icon/revoice/parametr.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    background-color: unset;
    border: unset;
    right: 13px;
    top: 19px;
    position: absolute;
}
.display__item__history__box-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__box-dropdown li{
    width: 100%;
    height: auto;
    float: left;
    padding: 14px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #39424b;
}
.display__item__history__box-dropdown li:last-child{
    border: unset;
}
.display__item__history__box-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;
}
.display__item__history__box-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__box-dropdown li:nth-child(1) a::before{
    background-image: url("https://apihost.ru/images/icon/revoice/edit.svg");
}

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