﻿
.footer-block {
    background-color: #000000;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    padding: 3% 0% 1% 0%;
}

.footer-block-item {
    display: flex;
    flex-direction: column;
    /*    justify-content: start;*/
    /*    align-items: baseline;*/
}

.footer-block-item-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.footer-block-logo_img {
    height: 150px;
    width: auto;
}

.footer-block__img {
    height: 30px;
    margin: 0px 0px 1em 0px;
}

.footer-block-item-a__text {
    color: white;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0px 1em 0px;
}

.footer-block-item-h2__text {
    color: white;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.link_button_a {
    cursor: pointer;
/*    text-decoration: underline;*/
}

/*============================*/
