@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: 320px;
    height: 100%;
}
.display__item:nth-child(2){
    width: calc(73% - 326px);
    height: 100%;
    position: relative;
}
.display__item:nth-child(3){
    width: 25%;
    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__rating{
    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: #303843;
    padding: 25px;
    box-sizing: border-box;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
}
.display__item__rating::-webkit-scrollbar {
    width: 1px;
}
.display__item__rating::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a00;
}
.display__item__rating::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #61697259;
}
.display__item__rating-title{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 15px;
    align-content: center;
    align-items: center;
}
.display__item__rating-title-icon{
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: rgb(249 115 22 / 0.2);
}
.display__item__rating-title-icon i{
    color: #fbbf62;
    font-size: 20px;
}
.display__item__rating-title p{
    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;
}
.display__item__rating__list{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 30px 0 0;
}
.display__item__rating__box{
    width: 100%;
    height: auto;
    float: left;
}
.display__item__rating__box:last-child{
	background-color: rgb(31 41 55 / 0.5);
	padding: 15px 15px 10px;
	box-sizing: border-box;
	border-radius: 10px;
}
.display__item__rating__box-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    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';
}
.display__item__rating__box__recomend{
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0 0 0;
    border-radius: 10px;
    box-sizing: border-box;
}
.display__item__rating__box__recomend li{
    width: calc(100% - 20px);
    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;
    list-style: disc;
    margin: 0 0 9px 20px;
}
.display__partner{
    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: #303843;
    margin: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    overflow-y: auto;
    overflow-x: hidden;
}
.display__partner::-webkit-scrollbar {
    width: 4px;
}
.display__partner::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a00;
}
.display__partner::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #61697259;
}
.display__partner-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__partner-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__item__rating__position{
    width: 100%;
    height: auto;
    float: left;
    background-color: rgb(233 30 99 / 0.1);
    border: 1px solid rgb(233 30 99 / 0.3);
    margin: 20px 0 0 0;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}
.display__item__rating__position-number{
    width: 64px;
    height: 64px;
    color: #e91e5e;
    background-color: rgb(233 30 99 / 0.2);
    font-size: 20px;
    font-family: 'Avenir Next Cyr Demi';
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.display__item__rating__position-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: center;
    color: #FFFFFF;
    margin: 15px 0 0 0;
}
.display__item__rating__position-description {
    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: #d6dde3;
    padding: unset;
    margin: 3px 0 0 0;
    box-sizing: border-box;
    cursor: pointer;
}
.display__item__rating__position ul{
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0 0 0;
}
.display__item__rating__position ul > li{
    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: #8e99a5;
    margin: 0 0 9px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__item__rating__position ul > li > p{
    width: fit-content;
    height: auto;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.display__item__rating__position ul > li:nth-child(1) > p{
    color: #e91e5e;
}
.display__item__rating__position ul > li:nth-child(2) > p{
    color: #d1d5db;
}
.display__item__rating__position ul > li:nth-child(3) > p{
    color: #facc15;
}
.display__item__rating__top{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0 0;
    gap: 10px;
}
.display__item__rating__top__section{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 16px 16px 16px 60px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
}
.display__item__rating__top__section:nth-child(1){
    border: 1px solid rgb(234 179 8 / 0.3);
    background-color: rgb(202 138 4 / 20%);
}
.display__item__rating__top__section:nth-child(2){
    border: 1px solid rgb(107 114 128 / 0.2);
    background-color: rgb(75 85 99 / 0.1);
}
.display__item__rating__top__section:nth-child(3){
    border: 1px solid rgb(249 115 22 / 0.2);
    background-color: rgb(234 88 12 / 0.1);
}
.display__item__rating__top__box{
   width: fit-content;
   height: auto;
   display: flex;
   flex-direction: column;
}
.display__item__rating__top__box:nth-child(2){
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}
.display__item__rating__top__box p{
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Demi';
    color: #ffffff;
    border-radius: 100px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	position: absolute;
	left: 16px;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.display__item__rating__top__box b{
    width: fit-content;
    height: auto;
    font-size: 13px;
    font-family: 'Avenir Next Cyr Demi';
    color: #d1d5db;
}
.user__item__req{
    background-color: #1f293780;
    padding: 15px 15px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 30px;
    width: 100%;
    color: #8e99a5;
}
.user__item__info{
    opacity: 0.7;
    font-size: 13px;
    padding: 15px 15px 10px;
    box-sizing: border-box;
    width: 100%;
    color: #8e99a5;
}

.display__item__rating__top__box span{
    width: fit-content;
    height: auto;
    color: #6b7280;
    font-size: 12px;
    margin: 3px 0 0;
}
.display__item__rating__top__section:nth-child(1) > .display__item__rating__top__box:nth-child(2) > b{
    color: #facc15;
}
.display__item__rating__top__section:nth-child(2) > .display__item__rating__top__box:nth-child(2) > b{
    color: #d1d5db;
}
.display__item__rating__top__section:nth-child(3) > .display__item__rating__top__box:nth-child(2) > b{
    color: #fb923c;
}
.display__item__rating__top__section:nth-child(1) p{
    background-color: #facc15;
}
.display__item__rating__top__section:nth-child(2) p{
    background-color: #d1d5db;
}
.display__item__rating__top__section:nth-child(3) p{
    background-color: #fb923c;
}
.display__partner__analitic{
    width: 100%;
    height: auto;
    float: left;
    padding: 0 32px 0;
    box-sizing: border-box;
    margin: 25px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__partner__analitic__box{
    background: linear-gradient(135deg, #303843 0%, #3a4754 100%);
    border: 1px solid #39424b;
    width: 24%;
    height: auto;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
}
.display__partner__analitic__box-icon{
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.display__partner__analitic__box-icon i{
    font-size: 20px;
}
.display__partner__analitic__box:nth-child(1) .display__partner__analitic__box-icon{
    background-color: rgb(233 30 99 / 0.2);
}
.display__partner__analitic__box:nth-child(2) .display__partner__analitic__box-icon{
    background-color: rgb(34 197 94 / 0.2);
}
.display__partner__analitic__box:nth-child(3) .display__partner__analitic__box-icon{
    background-color: rgb(59 130 246 / 0.2);
}
.display__partner__analitic__box:nth-child(4) .display__partner__analitic__box-icon{
    background-color: rgb(168 85 247 / 0.2);
}
.display__partner__analitic__box:nth-child(1) .display__partner__analitic__box-icon > i{
    color: rgb(233 30 99 / 1);
}
.display__partner__analitic__box:nth-child(2) .display__partner__analitic__box-icon > i{
    color: rgb(34 197 94 / 1);
}
.display__partner__analitic__box:nth-child(3) .display__partner__analitic__box-icon > i{
    color: rgb(59 130 246 / 1);
}
.display__partner__analitic__box:nth-child(4) .display__partner__analitic__box-icon > i{
    color: rgb(168 85 247 / 1);
}
.display__partner__analitic__box b{
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Avenir Next Cyr Bold';
    color: #ffffff;
    line-height: normal;
    font-size: 20px;
    text-align: center;
    margin: 12px 0 0;
}
.display__partner__analitic__box p{
    width: 100%;
    height: auto;
    float: left;
    font-size: 13px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #d6dde3;
    margin: 8px 0 0 0;
}
.display__partner__analitic__box span{
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 14px;
    letter-spacing: normal;
    text-align: center;
    color: #8e99a5;
    margin: 15px 0 0;
}
.tips{
    height: auto;
    float: left;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 14px;
    letter-spacing: normal;
    text-align: center;
    color: #8e99a5;
    margin: 5px 15px 0;
}
.infotips{
    height: auto;
    float: left;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 14px;
    letter-spacing: normal;
    text-align: center;
    color: #22c35c;
    margin: 5px 15px 0;
}
.display__partner__balance{
    width: 100%;
    height: auto;
    float: left;
}
.display__partner__balance-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__partner__balance__total{
    width: 200px;
    height: 55px;
    float: left;
    margin: 15px 15px 0 32px;
    background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%);
    border-radius: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.display__partner__balance__total b{
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Avenir Next Cyr Bold';
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
}
.display__partner__balance__total p{
    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;
}
.display__partner__balance button{
	width: calc(100% - 280px);
	height: 55px;
	float: left;
	background-color: #e91e63;
	margin: 15px 32px 0 0;
	font-size: 15px;
	font-family: 'Avenir Next Cyr Medium';
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	border: unset;
	border-radius: 10px;
	padding: 13px 0 15px;
	cursor: pointer;
	transition: .2s;
}
.display__partner__balance button:hover{
	background-color: #c2185b;
	transition: .2s;
}
.display__partner__url{
    width: 100%;
    height: auto;
    float: left;
}
.display__partner__url-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__partner__url__form{
    width: calc(100% - 64px);
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rgb(75 85 99 / 0.1);
    border: 1px solid rgb(107 114 128 / 0.2);
    box-sizing: border-box;
    margin: 15px 32px 0;
    border-radius: 10px;
    padding: 20px;
}
.display__partner__url__form label{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 10px;
}
.display__partner__url__form label > span{
    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: #d6dde3;
    box-sizing: border-box;
    cursor: pointer;
}
.display__partner__url__form label > input,
.display__partner__url__form label > select{
    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;
    margin: 10px 0 0 0;
}
.display__partner__url__form-copy{
    background-color: #3f4752;
    border: 1px solid #4b5563;
    float: right;
    width: 42px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    transition: .2s;
    margin: 10px 0 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.display__partner__url__form-copy i{
	color: #caced5;
	font-size: 16px;
}
.display__partner__url__form-copy:hover{
    background-color: #2b333c;
    transition: .2s;
}
.display__partner__url__form label:nth-child(3) > input{
    width: calc(100% - 55px);
}
.display__partner__url__form button{
    width: 100%;
    height: 45px;
    float: left;
    background-color: #e91e63;
    margin: 15px 0 0 0;
    font-size: 15px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border: unset;
    border-radius: 10px;
    padding: 13px 0 14px;
    cursor: pointer;
    transition: .2s;
}
.display__partner__referals{
    width: 100%;
    height: auto;
    float: left;
}
.display__partner__referals-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__partner__referals__list{
    width: calc(100% - 64px);
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rgb(75 85 99 / 0.1);
    border: 1px solid rgb(107 114 128 / 0.2);
    box-sizing: border-box;
    margin: 15px 32px 0;
    border-radius: 10px;
}
.display__partner__referals__box{
    width: calc(100% - 30px);
    height: auto;
    float: left;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #4b5563;
    padding: 15px;
    margin: 0 15px;
}
.display__partner__referals__box:last-child{
	border: unset;
}
.display__partner__referals__block{
    width: fit-content;
    height: auto;
    display: flex;
    flex-direction: column;
}
.display__partner__referals__block:nth-child(2){
	display: flex;
	align-items: flex-end;
}
.display__partner__referals__block b{
    width: fit-content;
    height: auto;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Demi';
    color: #d1d5db;
}
.display__partner__referals__block:nth-child(2) b{
	color: #5bc660;
}
.display__partner__referals__block span{
    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;
    margin: 5px 0 0;
}
.display__partner__conditions{
    width: 100%;
    height: auto;
    float: left;
}
.display__partner__conditions-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__partner__conditions__list{
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 32px 25px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}
.display__partner__conditions__box{
    width: calc(50% - 7.5px);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid rgb(107 114 128 / 0.2);
    background-color: rgb(75 85 99 / 0.1);
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
}
.display__partner__conditions__block:nth-child(1){
    width: 32px;
    height: 32px;
    background-color: rgb(233 30 99 / 0.2);
    border-radius: 100px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.display__partner__conditions__block:nth-child(2){
    width: calc(100% - 45px);
    height: auto;
}
.display__partner__conditions__block i{
    color: #e91e63;
    font-size: 16px;
}
.display__partner__conditions__block 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.5;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.display__partner__conditions__block 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: #8e99a5;
    margin: 5px 0 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: #303843;
    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;
    box-sizing: border-box;
    border-top: 1px solid #39424b;
    transition: .4s;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__item__history__box-icon{
    content: "";
    position: absolute;
    border-radius: 10px;
    width: 42px;
    height: 42px;
    left: 20px;
    top: 15.5px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.display__item__history__box-icon i{
	font-size: 20px;
}
.display__item__history__box[data-status='success'] .display__item__history__box-icon{
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
}
.display__item__history__box[data-status='panding'] .display__item__history__box-icon{
    background-color: rgb(249 115 22 / 0.2);
    color: #fbbf62;
    font-size: 14px;
}
.display__item__history__box[data-status='error'] .display__item__history__box-icon{
    background: rgb(255 83 83 / 20%);
    color: #ff4d4d;
    font-size: 14px;
}
.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-id{
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    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';
    padding: 0 0 0 55px;
    box-sizing: border-box;
}
.display__item__history__box-data{
    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: #8e99a5;
    margin: 4px 0 0 0;
    padding: 0 0 0 55px;
    box-sizing: border-box;
}
.display__item__history__box:hover .display__item__history__box-data{
    color: #FFFFFF;
    transition: .4s;
}
.display__item__history__box-summa{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    font-family: 'Avenir Next Cyr Demi';
    margin: 25px 0 0 0;
    box-sizing: border-box;
}
.display__item__history__box-status{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin: 20px 0 0 0;
    box-sizing: border-box;
    padding: 4px 15px 4px;
    border-radius: 100px;
}
.display__item__history__box[data-status='success'] .display__item__history__box-status{
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.3);
}
.display__item__history__box[data-status='panding'] .display__item__history__box-status{
    background: rgba(251, 191, 98, 0.2);
    color: #fbbf62;
    border: 1px solid rgba(251, 191, 98, 0.3);
}
.display__item__history__box[data-status='error'] .display__item__history__box-status{
    background: rgb(255 83 83 / 20%);
    color: #ff4d4d;
    border: 1px solid rgb(241 100 100 / 30%);
}
.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 */

/* MODAL */
.modal{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 10005;
    background-color: rgb(48, 56, 67, 0.6);
}
.modal__row{
    width: 100%;
    max-width: 520px;
    background-color: rgb(48 56 67);
    border: 1px solid rgb(107 114 128 / 0.2);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 30px;
}
.modal__item{
    width: 100%;
    height: auto;
    float: left;
}
.modal__item h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 20px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    box-sizing: border-box;
    margin: 10px 0 0 0;
}
.modal__item-close{
    background-color: #3f4752;
    border: 1px solid #4b5563;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    transition: .2s;
    margin: -33px 0 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.modal__item-close i{
	color: #caced5;
	font-size: 22px;
}
.modal__item-close:hover{
    background-color: #2b333c;
    transition: .2s;
}
.modal__item__form{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0 0;
}
.modal__item__form label{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 20px;
}
.modal__item__form label > span{
    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: #d6dde3;
    box-sizing: border-box;
    cursor: pointer;
}
.modal__item__form label > p{
	width: 100%;
	height: auto;
	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: 8px 0 0 0;
	box-sizing: border-box;
}
.modal__item__form label > input,
.modal__item__form label > select{
    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;
    margin: 10px 0 0 0;
}
.modal__item__form .display__item__rating__box{
    background-color: rgb(31 41 55 / 0.5);
    padding: 15px 15px 10px;
    box-sizing: border-box;
    border-radius: 10px;
}
.modal__item__form button {
    width: 100%;
    height: 45px;
    float: left;
    background-color: #e91e63;
    margin: 15px 0 0 0;
    font-size: 15px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border: unset;
    border-radius: 10px;
    padding: 13px 0 14px;
    cursor: pointer;
    transition: .2s;
}
/* показать модалку */
.modal.active{
  display: flex;
}

/* MODAL */