.display__item__menuanother li{
    margin: 0 0 15px !important;
}
.display__item__menuanother 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__menuanother ul > li > a{
    font-size: 14px;
    padding: 0;
}
.display__item__menuanother ul > li > a::before{
    display: none;
}
.display__item__chat{
    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: #2B333C;
}
.display__item__chat__header{
    width: 100%;
    height: auto;
    float: left;
    background-color: #343D48;
    padding: 25px 30px;
    box-sizing: border-box;
    border-radius: 24px 24px 0 0;
}
.display__item__chat__assistent{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.display__item__chat__assistent div:nth-child(1){
    width: 40px;
    height: auto;
}
.display__item__chat__assistent div:nth-child(2){
    width: calc(100% - 60px);
    height: auto;
}
.display__item__chat__assistent div > img{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    object-fit: cover;
    object-position: center;
}
.display__item__chat__assistent div > p{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.display__item__chat__assistent div > span{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #a8adb2;
    margin: 1px 0 0 0;
    padding: 0 0 0 13px;
    box-sizing: border-box;
    position: relative;
}
.display__item__chat__assistent div > span::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: #4ADE80;
    left: 0;
    top: 6.5px;
}
.display__item__chat__main{
    width: 100%;
    height: calc(100% - 188px);
    float: left;
    padding: 25px 30px;
    box-sizing: border-box;
    overflow-y: scroll;
}
.display__item__chat__main::-webkit-scrollbar {
    width: 4px;
}
.display__item__chat__main::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.display__item__chat__main::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__chat__box{
    width: 90%;
    height: auto;
    float: left;
    background-color: #21272E;
    border: solid 1px #39424b;
    padding: 21px 75px;
    box-sizing: border-box;
    border-radius: 15px;
    position: relative;
    margin: 0 0 20px;
}
.display__item__chat__box.chating{
    padding: 21px 0px 21px 75px;
    width: 125px;
}
.display__item__chat__box-user{
    width: 30px;
    height: 30px;
    border-radius: 100px;
    object-position: center;
    object-fit: cover;
    position: absolute;
    left: 15px;
    top: 15px;
}
.display__item__chat__box-message{
    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;
}
.display__item__chat__box-message span{
    width: 5px;
    height: 5px;
    float: left;
    border-radius: 100px;
    background-color: #a8adb2;
    margin: 5px 5px 5px 0;
    animation: bounce 1.2s infinite ease-in-out;
}
.display__item__chat__box-message a{
    color: #4e9eff;
    text-decoration: un;
}
.display__item__chat__box-message span:nth-child(2) {
    animation-delay: 0.2s;
}
.display__item__chat__box-message span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes bounce {
    0%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-6px); /* вверх */
    }
}
.display__item__chat__box-poster{
    width: 70%;
    height: auto;
    float: left;
    border-radius: 10px;
    margin: 20px 0 0 0;
}
.display__item__chat__box-time{
    width: fit-content;
    height: auto;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #a8adb2;
    position: absolute;
    right: 0;
    bottom: 22px;
    padding: 0 20px 0 0;
}
.display__item__chat__footer{
    width: 100%;
    height: auto;
    float: left;
    background-color: #343D48;
    padding: 25px 30px;
    box-sizing: border-box;
    border-radius: 0 0 24px 24px;
}
.display__item__chat__footer form{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__item__chat__footer form > label{
    width: calc(100% - 160px);
    height: auto;
    float: left;
}
.display__item__chat__footer form > label > textarea{
    width: 100%;
    height: 45px;
    float: left;
    padding: 12px 20px;
    border-radius: 12px;
    background-color: #2B333C;
    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;
    box-sizing: border-box;
}
.display__item__chat__footer form > label > textarea::-webkit-scrollbar {
    width: 4px;
}
.display__item__chat__footer form > label > textarea::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.display__item__chat__footer form > label > textarea::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__chat__footer form > label > textarea::placeholder{
    color: #8e99a5;
}
.display__item__chat__footer form > 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;
    box-sizing: border-box;
    align-content: center;
    align-items: center;
}
.display__item__chat__footer form > button > span{
    width: fit-content;
    height: auto;
    font-size: 15px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    position: relative;
    padding: 0 0 0 26px;
}
.display__item__chat__footer form > button > span::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-size: cover;
    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/send.svg");
}
.display__item__howwork{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
}
.display__item__howwork-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    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__howwork p{
    font-size: 14px;
    color: #c9d3e0;
    text-align: center;
    width: 100%;
}
.display__item__howwork__box{
    width: 31%;
    height: auto;
    background-color: #2E3640;
    border: 1px solid #39424B;
    border-radius: 20px;
    margin: 30px 0 0 0;
    padding: 20px 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.display__item__howwork__box-icon{
    width: 70px;
    height: 70px;
    background-color: #2B5278;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 21px;
    border-radius: 100px;
}
.display__item__howwork__box:nth-child(2) .display__item__howwork__box-icon{
    background-image: url("../images/icon/work-1.svg");
}
.display__item__howwork__box:nth-child(3) .display__item__howwork__box-icon{
    background-image: url("../images/icon/work-2.svg");
}
.display__item__howwork__box:nth-child(4) .display__item__howwork__box-icon{
    background-image: url("../images/icon/work-3.svg");
}
.display__item__howwork__box h4{
    width: 100%;
    height: auto;
    min-height: 40px;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    margin: 20px 0 0;
}
.display__item__howwork__box p{
    width: 100%;
    height: auto;
    min-height: 108px;
    float: left;
    text-align: center;
    color: #c9d3e0;
    font-size: 14px;
    line-height: 18px;
    margin: 20px 0 0 0;
}
.display__item__howwork__box span{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #727a83;
    font-size: 13px;
    line-height: 17px;
    margin: 20px 0 0 0;
    font-family: 'Avenir Next Cyr Medium';
}
.display__item__advantages{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #21272E;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
}
.display__item__advantages-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: #4BA0FF;
}
.display__item__advantages__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0 0;
}
.display__item__advantages__item{
    width: 48%;
    height: auto;
}
.display__item__advantages__item-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.display__item__advantages__item ul{
    width: 100%;
    height: auto;
    float: left;
}
.display__item__advantages__item ul > li{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    color: #c9d3e0;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0 0 0;
    padding: 0 0 0 25px;
    box-sizing: border-box;
    position: relative;
}
.display__item__advantages__item:nth-child(1) ul > li::before{
    content: "";
    position: absolute;
    width: 12px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon/check.svg");
    left: 0;
    top: 5px;
}
.display__item__advantages__item:nth-child(2) ul > li::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 2px;
}
.display__item__advantages__item:nth-child(2) ul > li:nth-child(1):before{
    background-image: url("../images/icon/for-1.svg");
}
.display__item__advantages__item:nth-child(2) ul > li:nth-child(2):before{
    background-image: url("../images/icon/for-2.svg");
}
.display__item__advantages__item:nth-child(2) ul > li:nth-child(3):before{
    background-image: url("../images/icon/for-3.svg");
}
.display__item__advantages__item:nth-child(2) ul > li:nth-child(4):before{
    background-image: url("../images/icon/for-4.svg");
}
.display__item__advantages-description{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    color: #c9d3e0;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0 0 0;
}
.display__item__faq{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 30px;
}
.display__item__faq__item{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #363D46;
    border: 1px solid #4B5159;
    box-sizing: border-box;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 0 20px;
}
.display__item__faq__item p{
    width: 100%;
    height: auto;
    float: left;
    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;
    padding: 20px;
    transition: .3s;
    position: relative;
    cursor: pointer;
}
.display__item__faq__item p::before{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon/down.svg");
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.display__item__faq__item.active p{
    background-color: #40474F;
    transition: .3s;
}
.display__item__faq__item.active p::before{
    -webkit-transform: translate(0%, -50%) rotate(180deg) rotate(180deg);
    transform: translate(0%, -50%) rotate(180deg);
    transition: .3s;
}
.display__item__faq__item span{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    color: #c9d3e0;
    font-size: 14px;
    line-height: normal;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}
.display__item__history__block{
    width: 100%;
    height: auto;
    float: left;
    padding: 15.5px 16px 20px;
    box-sizing: border-box;
    border-top: 1px solid #39424b;
    transition: .4s;
}
.display__item__history__block:first-child{
	border-top: unset;
}
.display__item__history__block img{
    width: 100%;
    height: 210px;
    float: left;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
    margin: 0 0 15px;
    background-color: #2a323b;
}
.display__item__history__block p{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    font-family: 'Avenir Next Cyr Medium';
    color: #FFFFFF;
}
.display__item__history__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 0;
}