img.brand__logo[src*=".svg"] {
    height: 2.5rem;
}

@media (min-width: 600px) {
    img.brand__logo[src*=".svg"] {
        height: 3.125rem;
    }
}

@media (min-width: 1200px) {
    img.brand__logo[src*=".svg"] {
        height: 4.375rem
    }
}

.list-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.list-center ul, .list-center ol {
    text-align: left;
}

.footer .footer__copy .inline-block {
    margin-right: 13px;
}

.footer .footer__copy .inline-block:last-child {
    margin-right: 0;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-24by9 {
    padding-bottom: 37.5% !important;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25% !important;
}

.embed-responsive-4by3 {
    padding-bottom: 75% !important;
}

@media (min-width:600px) {
    .embed-responsive-24by9-s {
        padding-bottom: 37.5% !important;
    }
}

.video-block, .gallery-block, .social-network-block {
    background-color: #f6f6f6;
}

.social-network-block h4 {
    overflow-wrap: break-word;
    margin-top: 1em;
    margin-bottom: .5em;
    font-weight: 700;
}

.social-network-block svg {
    display: inline-block;
}

.social-network-block a:link, a:hover {
    text-decoration: none;
}

.video-block__placeholder, .gallery-block__placeholder {
    background-color: #e9e9e9;
}

.gallery-block__placeholder {
    margin: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
