

/* Start:/local/templates/default/css/service.css?17861042753309*/
.content-styles_lg {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
}
.content-styles_lg p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
}
.content-styles_lg strong {
    font-weight: bold;
    color: #000000;
}
.content-styles_lg h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.33;
    color: #000000;
    margin: 0 0 16px;
}
.content-styles_lg h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.33;
    color: #000000;
    margin: 0 0 16px;
}
.content-styles_lg h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33;
    color: #000000;
    margin: 0 0 16px;
}
.content-styles_lg * + h2 {
    margin-top: 40px;
}
.content-styles_lg * + h3 {
    margin-top: 40px;
}
.content-styles_lg a {
    color: #007CBA;
    font-weight: 500;
    border-bottom: 1px solid rgba(0,124,186,0.5);
    transition: color 0.3s ease, border-color 0.3s ease;
}
.content-styles_lg a:focus {
    color: #007CBA;
}
.content-styles_lg a:hover {
    color: #007CBA;
    border-color: transparent;
}
.content-styles_lg blockquote {
    border-color: #F7B500;
    font-weight: 500;
    color: #000;
}

.competition-block {
    overflow: hidden;
    margin-top: 40px;
}
.competition-block__title {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.competition-block__list {
    display: flex;
    flex-wrap: wrap;
    margin: 16px -12px 16px;
    counter-reset: listIndex;
}
.competition-block__list-item {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding: 0 12px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #444444;
    padding-top: 40px;
    position: relative;
    margin-bottom: 40px;
}
.competition-block__list-item:before {
    counter-increment: listIndex;
    content: counter(listIndex);
    position: absolute;
    left: 12px;
    top: 0;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    background: #F7B500;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
.competition-block__list_vertical {
    margin-top: 24px;
}
.competition-block__list_vertical .competition-block__list-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-top: 0;
    padding-left: 52px;
    margin-bottom: 24px;
}
.competition-block__list_vertical .competition-block__list-item:last-child {
    margin-bottom: 0;
}
.competition-block__list_blue .competition-block__list-item:before {
    background: #007CBA;
}
.competition-block_lines {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 2px solid #F7B500;
    border-bottom: 2px solid #F7B500;
    padding: 40px 0 0px;
}
.competition-block_lines .competition-block__list-item {
    margin-bottom: 20px;
}
.competition-block_lines_blue {
    margin-top: 45px;
    margin-bottom: 35px;
    border-top: 2px solid #007CBA;
    border-bottom: 2px solid #007CBA;
    padding: 35px 0;
}

@media screen and (max-width: 1023px) {
    .competition-block__list-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0;
        padding-left: 52px;
        margin-bottom: 24px;
    }
}

/* End */
/* /local/templates/default/css/service.css?17861042753309 */
