.map {
    position: relative;
    text-align: center;
    max-width: 600px;
    max-height: 600px;
    z-index: 9;
}
.map__wrapper {
    width: 100%;
    height: 100%;
}
.map svg {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}
.plat {
    fill: none;
    stroke: black;
    stroke-width: 7px;
    cursor: pointer;
    pointer-events: all;
}

.plat_K1 {
    fill: #61c661;
    stroke: black;
    stroke-width: 7px;
    cursor: pointer;
    pointer-events: all;
    opacity: 0.8;
}

.plat_K2 {
    fill: #f7aa48;
    stroke: black;
    stroke-width: 7px;
    cursor: pointer;
    pointer-events: all;
    opacity: 0.8;
}

.plat_booked {
    fill: yellow;
    stroke: black;
    stroke-width: 7px;
    cursor: pointer;
    pointer-events: all;
}

.plat_office {
    fill: white;
    stroke: black;
    stroke-width: 7px;
    cursor: pointer;
    pointer-events: all;
}

.plat_purchased {
    fill: red;
    stroke: black;
    stroke-width: 7px;
    cursor: pointer;
    pointer-events: all;
}

.plat:hover {
    stroke: red;
    stroke-width: 20px;
}

.tooltip {
    border-radius: 5px;
    padding: 5px;
    font-weight: 500;
    background: #fff;
    color: #000;
    font-size: 14px;
    position: absolute;
}
.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: 1010;
}
.info__bg.active {
    pointer-events: all;
    opacity: 1;
    transition: 0.3s all;
}
.info {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    margin-top: 3%;
    margin-bottom: 3%;
    padding: 25px;
    height: 75%;
    width: 60%;
    z-index: 1010;
    overflow: auto;
}
@media (max-width: 575px) {
    .info {
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 20px;
        margin-top: 3%;
        margin-bottom: 3%;
        padding: 25px;
        height: 75%;
        width: 90%;
        z-index: 1010;
        overflow: auto;
    }
  }

.photogalery {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    width: 80%;
    height: 80%;
    z-index: 1010;
    margin-top: 5%;
    overflow-y: scroll;
}

.margins {
    margin: 5px;
}
.paddings {
    padding: 10px;
}

#back_to_info {
    border-radius: 15px;
}

#json {
    display: none;
}
.info button {
    height: 100%;
    width: 100%;
    background-color: #f7aa48;
    color: white;
    border: none;
}

.info button:hover {
    background-color: #f4961a; 
    color: white;
    cursor: pointer;
}

.margin_30 {
    margin-bottom: 30px;
}

.borders_radius_20 {
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.borders_radius {
	border-radius: 100px; /* Радиус скругления */
    border: 1px solid black; /* Параметры рамки */
}

@font-face {
    font-family: 'PTSansPro';
    src: url(fonts/PTSansPro-Light.ttf) format('truetype'); /* Путь к файлу со шрифтом */
}

.pt-sans-pro-light.u-custom-font {
    font-family: 'PTSansPro';
    font-weight: 300;
    font-style: normal;
}
.pt-sans-pro-bold.u-custom-font {
    font-family: 'PTSansPro';
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url(fonts/Raleway.ttf) format('truetype'); /* Путь к файлу со шрифтом */
}

.pt-raleway.u-custom-font {
    font-family: 'Raleway';
    font-weight: 300;
    font-style: normal;
}
.pt-raleway-bold.u-custom-font {
    font-family: 'Raleway';
    font-weight: bold;
    font-style: normal;
}
/*.photogalery [class^=col-md-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid lightgrey;
}  */

@media (max-width: 575px) {
    #carousel-a962 {
        display: none !important;
        visibility: hidden;
   }
}
@media (min-width: 576px) {
    #carousel_4b81 {
      display: none !important;
      visibility: hidden;
    }
  }

.up_z {
    z-index: 1006;
}

.rectangle {
    margin-top: -70px;
    height: 100px;
    width: 100%;
}

.per-white{
    background: #F2F2F2;
}

.white{
    background: #FFFFFF;
}

.rectangle_z {
    margin-top: -70px;
    height: 100px;
    width: 100%;
    z-index: 1011;
}