.contact-section {
    padding-top: 100px;
    padding-bottom: 120px;
}

.zag-contact-section {
    color: #272421;
    font-size: 48px;
    font-weight: 400;
    line-height: 100%;
    font-family: 'Bebas Neue Cyrillic', sans-serif;
    text-transform: uppercase;
}

.left-contact-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 58px;
}

.content-contact-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-card-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.zag-contact-card-section {
    color: #272421CC;
    font-size: 16px;
    font-weight: 500;
}

.content-contact-card-section {
    color: #1C1C1C;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    font-family: "JetBrains Mono", monospace;
}

.line-separator-contact-card-section {
    width: 100%;
    position: relative;
}

.line-separator-contact-card-section-item {
    border-bottom: 1px solid #1C1C1C4D;
    width: 97%;
    height: 1px;
    display: block;
    margin: 0 auto;
}

.line-separator-contact-card-section::before {
    content: '';
    position: absolute;
    background-color: #1C1C1C4D;
    width: 6px;
    height: 6px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.line-separator-contact-card-section::after {
    content: '';
    position: absolute;
    background-color: #1C1C1C4D;
    width: 6px;
    height: 6px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.address-content-contact-card-section {
    color: #272421CC;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    font-family: "JetBrains Mono", monospace;
}

.map-contact-section {
    overflow: hidden;
    min-height: 100%;
    height: 100%;
}

.map-contact-section-frame {
    width: 100%;
    height: 100%;
    min-height: 600px;
    border: 0;
    display: block;
}

.legal-ingo-section {
    padding-bottom: 120px;
}

.zag-legal-ingo-section {
    color: #272421;
    font-size: 48px;
    font-weight: 400;
    line-height: 100%;
    font-family: 'Bebas Neue Cyrillic', sans-serif;
    text-transform: uppercase;
}

.row-legal-ingo-section {
    margin-top: 24px;
}

.legal-ingo-table {
    display: flex;
    flex-direction: column;
}

.legal-ingo-table-item {
    background-color: #FFFFFF;
    padding: 16px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.legal-ingo-table-item:nth-child(2n) {
    background-color: #FBFBFB;
}

.zag-legal-ingo-table-item {
    color: #272421CC;
    font-size: 16px;
    font-weight: 400;
}

.content-legal-ingo-table-item {
    color: #272421;
    font-size: 16px;
    font-weight: 400;
}

.ymaps-2-1-79-map-copyrights-promo, .ymaps-2-1-79-copyright__content, .ymaps-2-1-79-copyright__logo-cell {
    display: none!important;
}

@media (max-width: 1250px) {
    .contact-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .legal-ingo-section {
        padding-bottom: 80px;
    }
}

@media (max-width: 1100px) {
    .contact-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .legal-ingo-section {
        padding-bottom: 60px;
    }
    .content-contact-card-section {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .map-contact-section {
        min-height: 400px;
    }
}

@media (max-width: 982px) {
    .zag-contact-section {
        font-size: 32px;
    }
    .zag-legal-ingo-section {
        font-size: 32px;
    }
    .left-contact-section {
        gap: 24px;
    }
    .map-contact-section-frame {
        min-height: 400px;
    }
}

@media (max-width: 700px) {
    .legal-ingo-table-item {
        flex-direction: column;
        align-items: start;
        gap: 0px;
    }
    .content-contact-card-section {
        font-size: 20px;
    }
    .map-contact-section {
        min-height: 230px;
    }
}