
header .rav .languages .lauges .language{
    width: 5em;
}
header .rav .languages .lauges .language .latem a{
    padding: 0 .5em;
}





.Profile .proam .pkl{width: 50%;}
.Profile .proam .pkr{width: 50%;}
.Profile .proam .pkr .kom{width: 100%;}
/*  */
.Profile .row{ display: flex; }
.Profile .lf{ width: 50%; }
.Profile .rg{ width: 50%; }
.Profile .row-1 .lf{ padding-right: .5rem; }
.Profile .row-1 .rg img{ width: 100%; }
.Profile .row-2 .lf img{ width: 100%; }
.Profile .cnt{ color: #333; line-height: 1.5; min-height: 100%; }
.Profile .desc{ background-color: #39b54a; color: #fff; padding: 0.35rem 0.4rem; line-height: 1.5; min-height: 100%; }
@media (max-width: 900px) {
    .Profile .row{ flex-wrap: wrap; }
    .Profile .lf{ width: 100%; }
    .Profile .rg{ width: 100%; }
    .Profile .row-1 .lf{ padding-right: 0; }
    .Profile .row-2 .lf{ order: 2; }
    .Profile .row-2 .rg{ order: 1; }
}




