.container-footer {
    margin-top: 20px;
}
.footer {
    max-width: 1600px;
    margin: 0 auto;
}
/* Преимущества BanStroyKz */
.bs-advantages-block {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: start;
    align-items: center;
    background-color: #ed6e41;
    /*border-bottom: #c9c9c9 1px solid;*/
    border-radius: 7px;
    color: white;
}

.bs-advantage-item {
    display: flex;
    align-items: center;
    padding: 10px 25px;
    width: 250px;
    margin: auto;
}

.bs-advantage-item-container {
    display: flex;
    flex-direction: column;
    /* Расположение элементов вертикально */
    align-items: flex-start;
    /* Выравнивание по центру по горизонтали */
    font-size: 16px;
    /* Выравнивание текста по центру */
}
.bs-advantage-item-container-img-h4 {
    display: flex;
    width: auto;
    /* Ширина блоков (можете изменить по своему усмотрению) */
    margin: 1px;
    /* Отступы между блоками */
}
.bs-advantage-item img {
    max-width: 37px;
    /* Ширина изображения */
    height: auto;
    /* Сохранение пропорций изображения */
    margin: 0px 10px 0px 0px;
    /* Расстояние между изображением и текстом */
}
.bs-advantage-item-container-img-h4 h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
}
.bs-advantage-item-container-span {
    font-size: 13px;
    margin-left: 1px;
}
/* advantage BanStroyKz END */
.footer-container-company {
    width: 100%;
    display: flex;
}
.footer-container-company svg {
    margin: 0 auto;
}
.footer-container-company img {
    margin: 30px 0 0 0;
}
.footer-main {
    display: flex;
    flex-wrap: wrap;
    background-color: #e4e4e4;
    border-radius: 7px;
    margin-top: 25px;
    padding-bottom: 20px;
}
.footer-bs img {
    max-width: 90%;
    width: 400px;
}
.company-page {
    width: 300px;
    display: flex;
    margin: 0 auto;
}

.foo-link-category{
    color: black;
    text-decoration: none;
}

.foo-link-category:hover{
    text-decoration: underline #ed6e41;
}

.footer-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.c1 {
    width: 300px;
    height: auto;
    font-size: 16px;
    padding-top: 5%;
    /* background-color: blueviolet; */
    /* border-right: 1px solid #c9c9c9; */
}
.c1 span{
   font-weight: bold;
}

.c1 ul {
    list-style: none;
    padding: 0;
}
.c1 ul li {
    margin-bottom: 15px;
    margin-left: 10px;
    font-weight: 500;
}
.c1 ul li a {
    text-decoration: none;
    color: #3c3835;
}
.c1 ul li a:hover {
    text-decoration: underline #ed6e41;
    color: #ed6e41;
}
.adres {
    color: #2274A5;
}
.footer-copyright {

    font-size: 16px;
    display: flex;
    padding: 15px;
    margin-bottom: 20px;

}

.foo-icon{
    height: 20px;
    margin-right: 5px;
}

.bank-logo-eb{
    width: 120px;
}

.bank-logo-kaspi{
    width: 100px;
}
.bank-logo-halyk{
    width: 75px;
}
.bank-logo-home{
    width: 150px;
}

.bottom-line{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px;
}

.bank-bs{
    display: flex;
    gap: 25px;
    align-items: center;
    padding: 0 15px;
    flex-wrap: wrap;
}

.bank-bs-item{
    display: flex;
}
