@media screen and (max-width: 767px) {
	.map-hide {
		display: none;
	}
    h2 {
        margin-top: 0 !important;
        width: 75%;
    }
    #office_coments {
        color: red !important;
    }
    #all_city {
        width: 100%;
        display: none;
    }
    .cities__wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .city__box {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 1px solid #986C50;
        border-radius: 8px;
        overflow: hidden;
    }
    .city__box-title {
        padding: 12px 0;
        width: 100%;
        background: linear-gradient(180deg, rgba(152, 108, 80, 1) 0%, rgba(73, 52, 37, 1) 100%);
        text-align: center;
        font-size: 5vw;
        font-weight: bold;
        text-transform: uppercase;
        color: white !important;
    }
    .city__box-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center;
        border-radius: 0 !important;
    }
    .city__box-button {
        padding: 12px 0;
        width: 100%;
        font-size: 5vw;
        font-weight: bold;
        line-height: 1em;
        text-align: center;
        text-transform: uppercase;
        color: white !important;
        background: linear-gradient(180deg, rgba(84, 153, 47, 1) 0%, rgba(105, 192, 59, 1) 100%);
    }
    .poshta-bank-title {
        font-size: 5vw !important;
        font-weight: bold;
        line-height: 1.2em;
        text-decoration: underline;
        text-decoration-color: #e80847;
    }
    .poshta-bank-image img {
        width: 100% !important;
    }
    .table__wrapper {
        margin-left: -16px;
        padding: 0 16px;
        width: 100%;
        overflow: auto;
    }
    table {
        width: 100%;
    }
    #office_table th:nth-child(1) {
        background-color: white;
    }
    #office_table td:nth-child(1) {
        padding: 4px;
        background-color: #f2f2f2;
        border-radius: 12px !important;
        border: 3px solid white;
        font-size: 3.5vw;
        line-height: 1.2em;
    }
    #office_table th:nth-child(2),
    #office_table th:nth-child(3),
    #office_table th:nth-child(4) {
        width: 270px;
        font-size: 3.5vw;
        padding: 4px;
        background-color: #f2f2f2;
        border: 3px solid white;
        border-radius: 12px;
    }
    #office_table td:nth-child(2),
    #office_table td:nth-child(3),
    #office_table td:nth-child(4) {
        border-color: #f2f2f2;
        padding: 6px;
    }
    iframe {
        margin-top: 30px;
        width: 100%;
        height: 300px;
        border-radius: 8px;
    }
}