.modal-gallery__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    justify-content: center;
    padding-bottom: 90px;
}

.modal-gallery__image {
    width: auto;
    max-width: 100%;
    max-height: 85vh;
    margin-bottom: 0;
}

.modal-gallery__image:last-child {
    margin-bottom: 0;
}

.screenshot .image-wrapper:after {
    content: none;
}

.main > .container, #header .container  {
    max-width: none;
    justify-content: center;
}

section {
    max-width: 1740px;
}

#header .container .row {
    max-width: 1800px;
}

.page-head {
    max-width: none;
}

.page-head .container {
    max-width: 1920px;
}