.header__additional{
    width: 229px;
    float: left;
    margin-top: 20px;
    margin-left: 30px;
}
@media (max-width: 995px) {
    .header__additional{
        margin: 0;
    }
    .header__additional img{
        width: 229px;
    }
}
@media (max-width: 628px) {
    .wrapper.relative.clearfix{
        flex-direction: column;
        align-items: initial !important;
    }
    .header__additional{
        margin-top: 20px;
    }
}

.detail_text table, .click_punkt table {
    width:520px!important;
    font-size:11px;
}

.detail_text table  td, .click_punkt table  td{
    text-align:right;
    padding-right: 10px;
    padding: 5px 5px 5px 0;
    max-width: 100px;
    height:auto!important;
    word-wrap:break-word;
}

.detail_text table  th:hover, .detail_text > table  tr:hover, .click_punkt table  th:hover, .click_punkt > table  tr:hover{
    background:#f5f5f5;
}

.detail_text table  > thead th, .detail_text > table  > tfoot th, .click_punkt table  > thead th, .click_punkt > table  > tfoot th{
    text-align:right!important;
    font-weight:bold;
}

.detail_text table  th, .click_punkt table  th{
    width:200px;
    padding:5px 5px 5px 10px;
    text-align:right!important;
    font-weight:normal;
    /* padding-right: 10px!important; */
}

.detail_text table  tr > th:first-child, .click_punkt table  tr > th:first-child{
    text-align:left!important;
    padding-right: 0!important;
}

.detail_text table  tr, .click_punkt table  tr{
    text-align:center;
    border-bottom:1px solid #5e5e5e;
}

.detail_text table p, .click_punkt table p{
    margin-left:0!important;
    font-size:11px;
    margin-bottom:0!important;
}

/***************/
.detail_text ul{
    margin-left:0px;
    line-height: 1.4;
    list-style: disc;
}

.faq > ul{
    list-style: none;
}

.faq > ul li{
    margin-bottom: 15px;
}

.faq > ul li {
    min-height: 50px;
    position: relative;
}
.faq.list_click ul li{
    min-height: 1px;
}
.faq ul li p{
    margin-bottom: 0px;
}
.faq ul li .title_click {
    width: 525px;
    font-size: 14px;
    color: #5e5e5e;
    background: #e6f4fe;
    padding: 7px 0 7px 10px;
    cursor: pointer;
    position: relative;
}
.faq ul li .title_click:before {
    display: block;
    content: ' ';
    width: 25px;
    height: 100%;
    background: #0078dc;
    position: absolute;
    right: -25px;
    top: 0;
    margin-left: 0;
}
.faq ul li .title_click:after {
    content: ' ';
    position: absolute;
    margin: auto;
    right: -17px;
    top: 0;
    bottom: 0;
    margin-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #ffffff;
}

.faq ul li .active_electro:after {
    content: ' ';
    position: absolute;
    margin: auto;
    right: -17px;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
}

.detail_text li{
    text-align:left!important;
}

.detail_text ol{
    margin:0 0 20px 0px;
    line-height: 1.4;
    padding-left:10px;
}

.detail_text > p{
    margin-left:0px!important;
}


#wa_center .person_ul li > a{
    color:#0078dc;
    font-weight: bold;
}
