﻿.layoutFooter {
    width: 100%;
    padding-bottom: 10px;
    padding: 0px 50px 10px 50px;
}

@media screen and (max-width: 1023px) {
    .layoutFooter {
        margin-top: 40px;
    }
}

.layoutFooter-address {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

@media screen and (max-width: 1023px) {
    .layoutFooter-address {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

.title {
    font-size: 12px;
    font-weight: 400 !important;
    color: #495057 !important;
    text-decoration: none;
}

.title a {
    font-size: 12px;
    color: #495057 !important;
    font-weight: 400 !important;
    text-decoration: none;
}

.layoutFooter-phones-info {
    display: flex;
    gap: 5px;
    margin-bottom: 2px;
    color: #495057;
}

.phone-title {
    color: #495057;
    font-size: 14px;
}

.phone-number {
    color: #495057;
    font-size: 14px;
}


.layoutFooter-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.layoutFooter-info span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #495057;
    border-top: 1px solid #495057;
    margin-top: 5px;
    width: 150px;
}

.layoutFooter-info a {
    display: block;
    text-align: center
}

.layoutFooter-info-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 5px;
}

.layoutFooter-info-image {
    width: 150px !important;
}
