
.tabs{
    margin-bottom: 20px;
    margin-bottom: 20px;
    background: #1952B0;
    border-radius: 15px;
    padding: 10px 20px 10px 20px;
}

.tabs a{
    color: #fff;
    margin-top: 10px;
    display: block;
}

.tabs:last-child{
    margin-bottom: 0;
}


.tabs-header {
    cursor: pointer;
    background: #1952B0 url(/media/img/down-white.svg) no-repeat center right;
    background-size: 16px;
    margin: 0;
    border: 1px solid #1952B0;
    cursor: pointer;
    border-radius: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
}

.tabs-header.active{
    background: #1952B0 url(/media/img/up-white.svg) no-repeat center right;
    background-size: 16px;
}

ul.points{
    list-style: none;
    padding-bottom: 10px;
}

ul.points li{
    margin-bottom:5px;
    display: flex;
}

ul.points li::before{
    position: relative;
    content: "\25CF";
    color: #000;
    font-weight: bold;
    display: inline-block;
    font-size:12px;
    line-height: 24px;
    margin-right:15px;
    top: -2px;
}

.document{
    background: url(/media/img/document.svg) no-repeat top left;
    background-size: 16px;
    padding-left: 24px;
    display: block;
    align-items: center;
    margin-top: 20px;
}

.contact a {
    display: block;
    color: #000000;
}