/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}


/* Common */



img {
	vertical-align: top;
}

img, svg {
	max-width: 100%;
	height: auto;
}

address {
  font-style: normal;
}

/* Form */

input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
	display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}


body {
    font-family: 'MyriadPro';
    font-weight: normal;
	font-style: normal;
}
.main {
    min-height: 700px;
}

.top_banner {
    background-color: #b2b2b2;
}
.top_banner p {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #fff;
    padding: 10px;
    margin: 0;
}
.logo {
    padding: 0;
}
.logo img {
    object-fit: cover;
}
.middle {
    background-color: #3c3c3b;
    color: #fff;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.middle h1 {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 3rem;
}
.menu {
    background: #b2b2b2 url(../images/sound.png) no-repeat;
    background-size: 50% Auto;
    background-position: 0 100%;
    font-family: "Calibri";
	font-size: 1.1rem;
	font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0.1em;
}
ul {
    padding: 30px;
    list-style-type: ">";
    list-style-position: outside;
}
ul li {
    text-transform: uppercase;
    padding: 10px 5px;
	
}
ul li::marker {
	font-weight: bold;
    padding: 0 5px;
}
ul li a {
    color: #000;
}
ul li a:hover {
    color: #000;
}
.rekl{
    padding: 60px;
        
}
.rekl h1 {
    font-size: 3rem;
    color: #fff;
} 
.main_wrap_index {
    background: #000 url(../images/body.jpg) no-repeat;
    background-size: cover;
}
.main_wrap_index p {
    color: #fff;
    padding: 120px 50px 0;
    font-size: 2.5rem;
}
.main_wrap_index a {
    color: #fff;
}
.main_wrap_index span {
    font-style: italic;
}
footer {
    letter-spacing: 0.1em;
    background-color: #3c3c3b;
    color: #fff;
}
address {
    text-transform: uppercase;
    padding: 20px;
}
.copyright {
    padding: 20px;
}
.table {
    color: #000;
    font-size: 1.2rem;
    font-family: "Calibri";
}


/*-----------------------------------------------------------------
#map
------------------------------------------------------------------*/
.map_wrap {
    position: relative;
}
.map {
    position: relative;
}
.map img {
    width: 100%;
    height: auto;
}
.map svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map svg path {
    fill: none; 
    pointer-events: all; 
    cursor: pointer; 
}
.map svg path:hover {
    fill: #3c3c3b;
    animation: hoverElement 2s linear infinite; 
}
.map_tooltip {
    font-size: 1.6rem;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1000;
    position: absolute;
    top: 0px;
    left: 0px;
}

@keyframes hoverElement { 
    0% {
        stroke: #000000;
    }
    50% {
        stroke: #ff205e;
    }
    100% {
        stroke: #000000; 
    }
}
.info__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: 0.3s all;
    pointer-events: none;
    z-index: 10;
}
.info__bg.active {
    pointer-events: all;
    opacity: 1;
    transition: 0.3s all;
}
.info__photo {
    width: 100%;
}
.info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    min-width: 500px;
    width: 40%;
}





@font-face {
	font-family: "Calibri";
	src: url("../fonts/calibri/calibri.eot"); /* IE9 Compat Modes */
	src: url("../fonts/calibri/calibri.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("../fonts/calibri/calibri.otf") format("opentype"), /* Open Type Font */
		url("../fonts/calibri/calibri.svg") format("svg"), /* Legacy iOS */
		url("../fonts/calibri/calibri.ttf") format("truetype"), /* Safari, Android, iOS */
		url("../fonts/calibri/calibri.woff") format("woff"), /* Modern Browsers */
		url("../fonts/calibri/calibri.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro';
	src: url('../fonts/MyriadPro/MyriadPro-Regular.eot');
	src: url('../fonts/MyriadPro/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro/MyriadPro-Regular.woff') format('woff'),
		url('../fonts/MyriadPro/MyriadPro-Regular.ttf')  format('truetype'),
		url('../fonts/MyriadPro/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-It';
	src: url('../fonts/MyriadPro/MyriadPro-It.eot');
	src: url('../fonts/MyriadPro/MyriadPro-It.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro/MyriadPro-It.woff') format('woff'),
		url('../fonts/MyriadPro/MyriadPro-It.ttf')  format('truetype'),
		url('../fonts/MyriadPro/MyriadPro-It.svg#MyriadPro-It') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'MyriadPro';
	src: url('../fonts/MyriadPro/MyriadPro-Bold.eot');
	src: url('../fonts/MyriadPro/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro/MyriadPro-Bold.woff') format('woff'),
		url('../fonts/MyriadPro/MyriadPro-Bold.ttf')  format('truetype'),
		url('../fonts/MyriadPro/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}