/* .profile-tabs{
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}
.profile-tabs .profile-tabs--item{
    flex: 1;
    background: linear-gradient(0deg, #F9F9F9, #F9F9F9);
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
    color: #787878;
}
.profile-tabs .profile-tabs--item.active{
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    color: #3D86C3;   
}
.profile-content .profile-content--item{
    display: none;
}
.profile-content .profile-content--item.active{
    display: block;
}
.profile-content--image{
    margin-bottom: 16px;
}
.profile-content--link a{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #787878;
}
.profile-char--item {
    display: flex;
    margin-bottom: 8px;
}
.profile-char--name, .profile-char--value{
    margin-right: 8px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}
.profile-char--value{
    color: #3D86C3;
}
.profile-char{
    margin-bottom: 22px;
}
.profile-content--item > div {
    display: flex;
}
.profile-content--left{
    margin-right: 60px;
}
.profile-char2--values{
    width: 100%;
    max-width: 200px;
    border-radius: 100px;
    display: flex;
    border: 2px solid #3D86C3;
    height: 20px;
}
.profile-char2--values > div{
    margin: 2px;
    flex: 1;
}
.profile-char2--values > div:nth-child(1){
    background: #3D86C3;
    opacity: 0.25;
    border-radius: 100px 0 0 100px;
}
.profile-char2--values > div:nth-child(2){
    background: #3D86C3;
    opacity: 0.5;
}
.profile-char2--values > div:nth-child(3){
    background: #3D86C3;
    opacity: 0.75;
}
.profile-char2--values > div:nth-child(4){
    background: #3D86C3;
    border-radius: 0px 100px 100px 0px;
}
.profile-char2--values > div:not(.isvalue){
    background: #fff;;
}
.profile-char2--name{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    color: #333333;
}
.profile-char2--item{
    margin-bottom: 24px;
}
.profile-content--name{
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 10px;
    color: #333333;
}
.profile-content--center{
    width: 33%;
    margin-right: 60px;
}
.profile-content--descr{
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #333333;
}
.profile-content--price{
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 28px;
    color: #3D86C3;
}
.profile-content--right{
    width: 33%;
}
.profile-content--btn{
    width: 100%;
    max-width: 253px;
    margin-bottom: 14px;
}
.profile-content--btn a{
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    padding: 14px 0;
    background: #3D86C3;
    border-radius: 2px;
}
.profile-content--credit a{
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #E36F30;

    display: inline-flex;
    align-items: center;
}
.profile-content--credit a::before{
    content: url("/images/mainpage/check-circle.png");
    margin-right: 8px;
}
.profile-content--textunderim > div{
    background: rgba(227, 111, 48, 0.1);
    border-radius: 2px;
    padding: 12px 0;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #E36F30;
    margin-bottom: 15px;
}
.profile-content--textunderim.flextwo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.profile-content--textunderim.flextwo > div{
    width: calc(50% - 6px);
} */