.contacts-page {
    margin: 0;
    min-width: 320px;
    background: linear-gradient(103.34deg, #1d2146 -0.61%, #213da0 96.43%);
}

.contacts-page #contacts {
    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: hidden;
}

.contacts-page #inner-page-section {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: 575px;
    overflow: hidden;
    background: linear-gradient(103.34deg, #1d2146 -0.61%, #213da0 96.43%);
}

.contacts-page #inner-page-section > #inner-page-section-background-elements {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: auto;
    height: auto;
    overflow: hidden;
    pointer-events: none;
}

.contacts-page #inner-page-section > #inner-page-section-background-elements > #background-image-layer-1 {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.72;
}

.contacts-page #inner-page-section > #inner-page-section-background-elements > #whitebyte-item-1,
.contacts-page #inner-page-section > #inner-page-section-background-elements > #whitebyte-item-2 {
    z-index: 1;
}

.contacts-page #inner-page-section > .container {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: min(1640px, calc(100% - 32px));
    max-width: none;
    margin-inline: auto;
    padding: 0;
}

.contacts-page #solution-top-section-content,
.contacts-page #title-wrapper,
.contacts-page #description-wrapper,
.contacts-page #contacts-list-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
}

.contacts-page #contacts-list {
    width: 100%;
    box-sizing: border-box;
}

.contacts-page #contacts-list > .contacts-item {
    min-width: 0;
    box-sizing: border-box;
}

.contacts-page #contacts-map > iframe {
    filter: grayscale(1);
}

.contacts-page footer#main-footer > .container {
    width: min(1640px, calc(100% - 32px));
    max-width: none;
    margin-inline: auto;
}

@media (max-width: 767px) {
    .contacts-page #inner-page-section > .container {
        width: calc(100% - 32px);
    }

    .contacts-page #inner-page-section > #inner-page-section-background-elements > #background-image-layer-1 {
        object-position: 62% center;
        opacity: 0.46;
    }
}
