h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 21px;
}
.content-block {
    display: flex;
    justify-content: space-between;
}
.section-main {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-family: Segoe UI;
    color: black;
    padding-bottom: 3%;
}
.main-text {
    vertical-align: text-top;
    display: inline-block;
    width: 47%;
}
.main-text span {
    font-size: 16px;
}
.main-text p{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    padding-top: 2%;
    padding-bottom: 2%;
}
main span {
    display: block;
    padding-bottom: 3%;
    font-weight: bold;
    font-style: normal;
    font-size: 26px;
    line-height: 35px;
}
section {
    font-family: Segoe UI;
    font-size: 16px;
    font-weight: 400;
}
.partners {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.partners-discr {
    padding-bottom: 3%;
}
.partners-block {
    max-width: 383px;
    display: inline-block;
    vertical-align: text-top;
}
.partners-text {
    min-width: 1200px;
    font-family: Segoe UI;
    font-size: 16px;
    font-weight: 400;
    color: black;
}
.partners-text {
    padding-top: 0;
    display: inline-block;
    min-width: 300px;
    padding-right: 25px;
    max-width: 300px;
    padding-bottom: 30px;
    vertical-align: text-top;
}
.partners-text span{
    padding-bottom: 0px;
    padding-top: 15px;
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.main-text li {
    padding-bottom: 2.5%;
    list-style-type: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
}
.main-text li:before {
    color: red;
    content:"●";
    padding-right: 15px;
}
a {
    color: red;
}
.breadcrumbs{
    width: 100% !important;
    padding-left: 0!important;
}
@media only screen and (max-width: 540px) {
    .content-block {
        display: block;
    }
    .main-text {
        width: 100%;
    }
}
