

/* Start:/local/templates/new_topshouse/components/bitrix/news.list/photogalery/style.css?17523703401476*/

.map-connected-list-panel {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.page-wrapper {
    width: 100%;
    /*max-width: 1180px;*/
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 0 20px;*/
    position: relative;
}
.map-connected-list-panel {
    padding-top: 50px;
    box-sizing: border-box;
}

.mcl-unit {
    width: calc(33.3333% - 20px);
    margin-right: 20px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-decoration: none;
}

.mcl-pic-wrap {
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 12px;
}

.mcl-pic-wrap > img {
    max-width: 100%;
}

.mcl-unit-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.mcl-title {
    transition: 0.2s;
}

.how-we-do-section .mcl-pic-wrap > img {
    transition: all .2s ease-in-out;
}

.mcl-buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.mcl-buttons button {
    font-size: 12px;
    font-weight: bold;
    border: 0;
    flex: 1;
    padding: 10px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .page-wrapper {
        padding-left: 9px;
        padding-right: 9px;
    }
}
@media screen and (max-width: 480px) {
    .mcl-unit {
        width: 100%;
        margin-right: 0 !important;
    }
}

/* End */
/* /local/templates/new_topshouse/components/bitrix/news.list/photogalery/style.css?17523703401476 */
