html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.header {
    height: 65px;
    background-color: #0F2D3F;
}

.header_logo {
    height: 65px;
    margin-left: 44px;
}

.map {
    position: absolute;
    top: 65px;
    bottom: 0;
    left: 0;
    right: 0;
}

#popup-fade {
	display: none;
}

#popup-fade:before {
	content: '';
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}

#popup {
	position: fixed;
	overflow: scroll;
	top: 85px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	z-index: 10000;
	opacity: 1;
}

#popup-close {
	position: fixed;
	font-size: 34px;
	top: 99px;
	right: 34px;
    height: 20px;
    width: 20px;
    text-align: center;
	text-decoration: none;
	color: #888;
	line-height: 14px;
	display: block;
	border-radius: 50%;
}

#photo-fade {
	display: none;
}

#photo-fade:before {
	content: '';
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	z-index: 40000;
}

#photo {
	position: fixed;
	overflow: scroll;
	top: 85px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	padding: 20px;
	border-radius: 4px;
	z-index: 44444;
	opacity: 1;
	text-align: center;
}

#photo_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#photo-close {
	position: fixed;
	font-size: 34px;
	top: 95px;
	right: 30px;
    height: 20px;
    width: 20px;
    text-align: center;
	text-decoration: none;
	color: #888;
	line-height: 14px;
	display: block;
	border-radius: 50%;
}

.photo-file {
    height: auto;
    width: auto;
    max-height: 100%;
}

.place_region, .place_year, .place_persons {
    margin-bottom: 14px;
}

.baloon-title {
    font-family: "Inter", sans-serif !important;
    font-size: 17px !important;
    font-optical-sizing: auto !important;
    font-style: normal !important;
    line-height: 2 !important;
    font-weight: 400 !important;
    padding-right: 14px;
}

.baloon-link {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    font-optical-sizing: auto !important;
    font-weight: 300 !important;
    font-style: normal !important;
    line-height: 2 !important;
    color: #000;
}

.carousel-item iframe {
    width: 100%;
    height: 100%;
}

.carousel-item-inner {
    padding: 0 4px;
}

#comments-list {
    margin-bottom: 24px;
}

.comments-block, .comments-input, .comments-textarea {
    background-color: #f2f2f2;
    padding: 12px;
    border-radius: 7px;
    margin-bottom: 10px;
    border: none;
    outline: none;
    font-family: "Inter", sans-serif !important;
    width: 50%;
    max-width: 800px;
    min-width: 400px;
}

.comments-block-name {
    font-size: 18px;
    margin-bottom: 8px;
}

.comments-label {
    display: block;
}
