@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: #2A323B;
    box-sizing: border-box;
}
.display__row{
    width: 100%;
    height: calc(100vh - 111px);
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}
.display__item:nth-child(1){
    width: 294px;
    height: 100%;
}
.display__item:nth-child(2){
    width: calc(73% - 326px);
    height: 100%;
    position: relative;
}
.display__item:nth-child(3){
    width: 27%;
    height: 100%;
}
.display__item__mega{
    width: calc(100% - 310px) !important;
    height: 100%;
}
.display__item-subject{
    width: 100%;
    height: auto;
    float: left;
    color: #9ca3af;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
    font-family: 'Avenir Next Cyr Regular';
}
.display__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Avenir Next Cyr Medium';
    margin: 8px 0 0 0;
}
.display__item-botconnect{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Avenir Next Cyr Medium';
    border-radius: 100px;
    margin: 24px 16px 0 0;
    padding: 8.5px 15.5px 8.5px 52.77px;
    background-color: #4e9eff;
    background-image: url("../images/icon/tg.svg");
    background-position: 23.88px center;
    background-size: auto;
    background-repeat: no-repeat;
}
.display__item-botconnectinfo{
    width: fit-content;
    height: auto;
    float: left;
    color: #6b7280;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 38px 0 0 0;
}
.display__assistant{
    width: 100%;
    height: auto;
    float: left;
    background-color: #2E3640;
    border-radius: 24px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
    margin: 56px 0 0 0;
    border: 1px solid #39424b;
    box-sizing: border-box;
    padding: 25px;
}
.display__assistant__bot{
    width: fit-content;
    height: auto;
    float: left;
    background-image: url("../images/icon/assistant.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px;
    padding: 0 0 0 52px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}
.display__assistant__bot p{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-family: 'Avenir Next Cyr Medium';
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.display__assistant__bot span{
    width: fit-content;
    height: auto;
    float: left;
    color: #9ca3af;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Avenir Next Cyr Regular';
    padding: 0 0 0 16px;
    position: relative;
}
.display__assistant__bot span::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #ef4444;
    border-radius: 100px;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.display__assistant-remove{
    width: 40px;
    height: 40px;
    float: right;
    border-radius: 100px;
    background-image: url("../images/icon/remove.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    background-color: #39424b;
    cursor: pointer;
    border: unset;
}
.display__assistant__tg{
    width: 100%;
    height: auto;
    float: left;
    padding: 100px 0;
    background-color: #262b33;
    border-radius: 20px;
    margin: 16px 0 0 0;
}
.display__assistant__tg p{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Avenir Next Cyr Regular';
    text-align: center;
    color: #9CA3AF;
    padding: 152px 0 0 0;
    position: relative;
}
.display__assistant__tg p::before{
    content: "";
    position: absolute;
    background-color: #39424b;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    background-image: url("../images/icon/telegram.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.display__faq{
    width: 100%;
    height: auto;
    float: left;
    padding: 56px 0;
}
.display__faq-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.display__faq__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 16px;
    margin: 24px 0 0 0;
}
.display__faq__item{
    width: calc(50% - 8px);
    height: auto;
    padding: 17px;
    box-sizing: border-box;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
    background-color: #2e3640;
    border-radius: 20px;
    border: 1px solid #39424b;
}
.display__faq__item p{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Avenir Next Cyr Medium';
}
.display__faq__item span{
    width: 100%;
    height: auto;
    float: left;
    color: #9ca3af;
    text-align: left;
    font-size: 13.5px;
    line-height: 20px;
    font-family: 'Avenir Next Cyr Regular';
}
.display__panel{
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    overflow: hidden;
    padding: 17px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    overflow-y: scroll;
}
.display__panel::-webkit-scrollbar {
    width: 4px;
}
.display__panel::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.display__panel::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__panel__box{
    width: 100%;
    height: auto;
    float: left;
    background-color: #2e3640;
    border-radius: 20px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
    border: 1px solid #39424b;
    box-sizing: border-box;
    margin: 0 0 17px;
    padding: 17px;
    box-sizing: border-box;
}
.display__panel__box-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Avenir Next Cyr Medium';
}
.display__panel__analitic{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 16px 0 0 0;
}
.display__panel__analitic div{
    width: calc(33.3% - 11px);
    height: 124px;
    border-radius: 20px;
    padding: 16px 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.display__panel__analitic div:nth-child(1){
    background-color: #3b82f6;
}
.display__panel__analitic div:nth-child(2){
    background-color: #8b5cf6;
}
.display__panel__analitic div:nth-child(3){
    background-color: #eab308;
}
.display__panel__analitic div > p{
    width: 100%;
    height: auto;
    float: left;
    color: #e5e7eb;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Avenir Next Cyr Demi';
}
.display__panel__analitic div > b{
    width: 100%;
    height: auto;
    float: left;
    color: #e5e7eb;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Avenir Next Cyr Regular';
}
.display__panel__box-pricing{
    width: 100%;
    height: auto;
    float: left;
    color: #9ca3af;
    text-align: left;
    font-family: 'Avenir Next Cyr Regular';
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 0 0 23px;
    box-sizing: border-box;
    margin: 16px 0 0 0;
    background-image: url("../images/icon/cash.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
}
.display__panel__box ul{
    width: 100%;
    height: auto;
    float: left;
}
.display__panel__box ul > li{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 12px 0 0;
    position: relative;
    cursor: pointer;
}
.display__panel__box ul > li > p{
    width: fit-content;
    height: auto;
    color: #9ca3af;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Avenir Next Cyr Regular';
}
.display__panel__box ul > li > b{
    width: fit-content;
    height: auto;
    color: #d1d5db;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Avenir Next Cyr Regular';
}
.display__panel__box ul > li > input{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.display__panel__box ul > li > label{
    width: 100%;
    height: auto;
    float: left;
    color: #9ca3af;
    text-align: left;
    font-family: 'Avenir Next Cyr Regular';
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 0 28px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.display__panel__box ul > li > label::before{
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    border: 2px solid #9ca3af;
    box-sizing: border-box;
}
.display__panel__box ul > li > label::after{
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: #6366f1;
    opacity: 0;
}
.display__panel__box ul > li > input:checked+label{
    color: #ffffff;
}
.display__panel__box ul > li > input:checked+label::before{
    border: 2px solid #6366f1;
}
.display__panel__box ul > li > input:checked+label::after{
    opacity: 1;
}
.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;
}