.block__footer {
    background: gray;
}

.footer__title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

h2.footer__title {
    font-weight: bold;
    font-size: 22px;
}

.footer__info {
}

.footer__info .box {
}

.footer__end {
    background: #ccc;
}

.footer__end .box {
    padding: 10px 0;
}

.footer__company {
    width: calc(350/var(--ctn-per));
}

.company__content {
}

.footer__policy {
    width: calc(180/var(--ctn-per));
}

.footer__policy ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__policy ul li {
}

.footer__policy ul li a {
    color: inherit;
}

.footer__newsletter {
    width: calc(300/var(--ctn-per));
}

.footer__facebook {
    width: calc(250/var(--ctn-per));
}

.footer__copyright {
}

.footer__copyright p {
}

.footer__copyright p b {
}

.footer__count {
}

.footer__count span {
}

.footer__map {
}

.footer__map iframe {
    width: 100% !important;
}
