.container {
    padding: 56px 20px 29px;
}

.c-title {
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    line-height: 37px;
    letter-spacing: 1px;
    margin: 0 41px 15px 17px;
}

.c-description {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: 18px;
    letter-spacing: 1px;
    margin: 0 41px 34px 17px;
}

.c-map {
    width: 100%;
    background: #D8D8D8;
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    margin-bottom: 27px;
}

.c-map img {
    width: 100%;
}

.c-list {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.c-list-title {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    padding-left: 12px;
}

.c-list-meta {
    width: 32px;
    height: 32px;
    overflow: hidden;
}

.c-list-meta img {
    width: 300%;
}

.c-list-meta.poz-2 img {
    margin-left: -100%;
}

.c-list-meta.poz-3 img {
    margin-left: -200%;
}