#content.services_page {
    min-height: calc(100vh - 4.75rem);
}

.services_page #services {
    padding-top: 0;
    min-height: calc(100vh - 4.75rem);
}

.services_page .section_header {
    background-image: url(/images/fotoalbum.jpg);
    padding-top: 9.625rem;
    max-width: 100vw;
    display: flex;
    justify-content: space-evenly;
}

.services_page .services_content {
    padding-top: 2.8125rem;
}

.service_header_button .button_secondary {
    color: #fff;
    box-shadow: inset 0 0 0 2px #fff;
    background-color: rgba(0,0,0,.2);
}

.service_header_button .button_secondary:hover {
    color: rgba(0,0,0,.8);
    background-color: #fff;
}

.service_block {
    width: 100%;
    padding: 1rem 2rem;
    box-shadow: 0 12px 16px -12px #030353;
    text-align: center;
    margin-bottom: 1.5rem;
}

.service_block.contacts_block span {
    color: red;
    font-weight: bold;
    font-size: 18px;
}

.service_block.article_block {
    text-align: start;
}

.service_block.article_block ul {
    margin: 10px 0 10px 30px;
    list-style: disc;
}

.service_block.article_block:after {
    clear: both;
}

.service_footer_block {
    width: 100%;
}

.service_footer_link {
    text-align: center;
    color: rgba(0,0,0,.8);
    font-weight: bold;
    padding-bottom: 1rem;
}

.service_footer_link a {
    text-decoration: underline;
    cursor: pointer;
     color: #3066be;
}

.service_footer_images {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 100vw;
    overflow: auto;
}