

/* Start:/local/templates/new/components/bitrix/news.detail/contacts/style.css?17359852831396*/
/*div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}*/
.map-section {
    position: relative;
    height: 500px;
}

.map-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 1000;
    width: 300px;
    text-align: left;
}

.hidden {
    display: none !important;
}

h4 {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

input.input, .input-surname {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.button-group {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

button.button {
    padding: 10px 20px;
    background-color: #FFC107;
    color: #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    transition: background-color 0.2s;
}

button.button:hover {
    background-color: #FFA000;
}

button.button-close {
    background-color: #F44336;
    color: #fff;
    flex-shrink: 0;
    width: auto;
}

button.button-close:hover {
    background-color: #D32F2F;
}
/* End */
/* /local/templates/new/components/bitrix/news.detail/contacts/style.css?17359852831396 */
