.text-style p{padding-bottom:10px;}.about.about-page {
    text-align: left;
}

.about-page img {
    width: auto;
    height: auto;
}

.about-page ol {
    list-style-type: decimal;
    padding-left: 30px;
}

.about-page ul {
    line-height: 170%;
    font-size: 15px;
}

.about-page .about__quote {
    text-align: center;
}

.about-page .about__quote.about__quote_plain {
    text-align: unset;
    border: unset;
    padding: 0;
}

.about-page .about__quote.about__quote_plain:before,
.about-page .about__quote.about__quote_plain:after {
    content: unset;
}

.about-page .about__quote > *:first-child:before {
    content: '!';
    font-size: 30px;
    font-weight: bold;
    color: var(--color-orange);
    padding-right: 10px;
}

.ul-style li {
    position: relative;
    padding: 0 0 0 25px;
	margin-bottom: 20px;
}

.ul-style.no-mar li {
    margin: 0 0 3px;
}

.ul-style li::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    top: 11px;
    left: 8px;
    background: #003857;
}

.text-style p {
	margin-bottom: 16px;
}

.min-title, p.min-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
}
.about__wrapper>*+* {
    margin: 0 !important;
}