

/* Start:/bitrix/templates/movicom/template_styles.css?17580274411145*/
.ps-photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}

.ps-photo img {
    width: 190px !important;
    height: 109px !important;
    object-fit: fill;
    margin-bottom: 35px !important;
}

.ps-photo.service img {
    object-fit: contain;
    width: 125px !important;
    height: 95px !important;
}

.company-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-basis: 32%
}

.company-logo:after {
    flex-basis: 32%;
    content: '';

}

.company-logo img {
    width: 188px;
    height: 160px;
    object-fit: fill;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .company-logo {
        justify-content: center;
    }
}

.main .table-row .table-cell {
    vertical-align: top;
}

.entry .entry-media figure img {
    height: 555px !important;
    object-fit: cover;
}

@media screen and (min-width: 1024px) {
    .entry.entry-grid .entry-content > p:last-of-type {
        min-height: 62px;
    }
}

/*Footer logo */
.logo_footer{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
/* End */
/* /bitrix/templates/movicom/template_styles.css?17580274411145 */
