.balkanskiy_polyostrov {
    max-width: 100%;
    background:#ffffff;
}
.balkanskiy_polyostrov h1 {
    color: #000000;
    text-align: center;
    font-size: 30px;
}
.balkanskiy_polyostrov_content {
    /* background: url('../img/EU/EU_bg.png') no-repeat center top / cover; */
    max-width: 1400px;
    margin: 0 auto;
    color: #000000;
}
.balkanskiy_polyostrov_content ul {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    margin-top: 0;
}
.balkanskiy_polyostrov_content ul h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: -100px;
    z-index: 2;
    background-color: #3739e0;
    padding: 15px;
    border-radius: 25px;
    color: #ffffff;
}
.balkanskiy_polyostrov_content ul img {
    border-radius: 40px;
    z-index: 1;
}
.balkanskiy_polyostrov_content-bottom {
    max-width: 1000px;
    margin: 0 auto;
}
.balkanskiy_polyostrov_content-bottom ul {
    padding: 0;
}
.balkanskiy_polyostrov_content-bottom ul li{
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 15px;
}
.balkanskiy_polyostrov_content-bottom ul li:last-child {
    border-bottom: 0px;
}
.balkanskiy_polyostrov_content-bottom ul li:last-child {
    margin-bottom: 0px;
}
.balkanskiy_polyostrov_content-bottom  h2 {
    margin: 25px 0;
    color: #02059e;
    border-bottom: 2px solid #02059e;
}
.balkanskiy_polyostrov_content-bottom ul li h3 {
    background-color: #d6d6d6;
    margin-right: 10px;
    padding: 5px;
    border-radius: 5px;
}
.balkanskiy_polyostrov p {
    text-align: center;
    color: #000000;
    margin: 15px;
    padding-bottom: 15px;
}