@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');  

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../image/background_1.jpg);
  background-size: cover;
  overflow-y: auto;
  font-family: 'Playfair Display', sans-serif;
  font-size: 18px;
}

a{
    text-decoration: none;
}

.container {
  width: 80%
}

.container {
    margin: 0 auto;
    height: 100%;
    max-width: 1200px;
    min-width: 320px;

}


@media (min-width: 640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px
    }
}



header,
footer{
    display: block;
}


.header {
    flex-shrink: 0;
    padding: 75px 0 0
}

@media screen and (max-width: 480px) {
    .header {
        padding-top: 50px
    }
}

.header__row {
    left: 0;
    right: 0
}

.header__row--main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 75px;
    background: #2a2a2a;
    z-index: 101
}

@media screen and (max-width: 480px) {
    .header__row--main {
        height: 50px
    }
}

.header__row--sub {
    height: 50px;
    font-size: 16px;
    background: #1A1A1A
}

@media screen and (max-width: 1024px) {
    .header__row--sub {
        height: 0
    }
}

.header__row--sub .header-nav__item {
    margin-left: 30px
}

.header__row--sub .header-nav__item a {
    opacity: .5
}

.header__row--sub .header-nav__item.is-active {
    box-shadow: inset 0 -1px #fff
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-right: 40px;
    padding-left: 40px;
}

@media screen and (max-width: 768px) {
    .header__container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 480px) {
    .header__container {
        padding-left: 10px;
        padding-right: 10px
    }
}

.header__start {
    order: 1;
    height: 100%
}

@media screen and (max-width: 1024px) {
    .header__start {
        order: 1;
        width: 50%
    }
}

.header__logo {
    order: 2;
    flex-shrink: 0;
    font-size: 0;
    display: flex;
    gap:10px;
}


.header__logo input{
  padding: 15px;
  width: 300px;
  border-radius: 10px;
  color: #333;
  background-color: #f7f7f7;
  outline:none;
}

 .header__logo input:focus {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

input::placeholder {
  font-family: 'Playfair Display';  
  opacity: 0.5;
}


.header__logo button{
  padding: 7px 14px;
  border-radius:10px;
  border-color:#333;
}

.header__logo button:hover{
  cursor: pointer;
}


@media screen and (max-width: 1024px) {
    .header__logo {
        order: 2;
        margin: 0 auto;
        padding: 0 10px
    }
}

.header__logo img {
    max-width: 100%
}

@media screen and (max-width: 480px) {
    .header__logo {
        width: 96px
    }
}


.header__button {
    font-size: 12px;
    height: 100%;
    padding: 0 40px;
    line-height: 120%;
    margin-left: 20px
}

@media screen and (max-width: 768px) {
    .header__button {
        background: none !important;
        color: #f33;
        padding: 0
    }

    .header__button br {
        content: ""
    }

    .header__button br:after {
        content: " "
    }

    .header__button:hover {
        color: #fff !important;
        background: none !important
    }
}

@media screen and (max-width: 480px) {
    .header__button {
        font-size: 8px;
        margin-left: 10px;
    }
}

.header__burger {
    background: url(https://iremember.ru/local/templates/iremember/images/icons/burger.svg) no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 20px;
    height: 100%;
    cursor: pointer;
    display: none;
    flex-shrink: 0
}

@media screen and (max-width: 1024px) {
    .header__burger {
        display: block
    }
}

@media screen and (max-width: 480px) {
    .header__burger {
        width: 15px
    }
}

.header__close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 20px;
    background: url(https://iremember.ru/local/templates/iremember/images/icons/close-red.svg) no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 20px;
    height: 75px;
    cursor: pointer;
    display: none;
    flex-shrink: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden
}

@media screen and (max-width: 1024px) {
    .header__close {
        display: block
    }
}

@media screen and (max-width: 480px) {
    .header__close {
        height: 50px;
        width: 15px;
        margin: 0 10px
    }
}

.header-nav {
    display: flex;
    height: 100%
}

@media screen and (max-width: 1024px) {
    .header-nav {
        position: fixed;
        z-index: 1;
        overflow-y: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #1A1A1A;
        flex-direction: column;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        -webkit-overflow-scrolling: touch
    }
}

.header-nav__item {
    list-style-type: none;
    margin-left: 40px;
    position: relative;
    transition: all .2s ease
}

@media screen and (max-width: 1024px) {
    .header-nav__item {
        margin: 20px 0;
        margin-left: 20px !important;
        padding-left: 20px
    }
}

@media screen and (max-width: 480px) {
    .header-nav__item {
        margin-left: 0 !important;
        padding-left: 20px
    }
}

.header-nav__item:first-of-type {
    margin-left: 0
}

.header-nav__item a {
    color: #fff;
    opacity: .7;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    height: 100%
}

.header-nav__item a:hover {
    opacity: 1
}

.header-nav__item.is-active {
    box-shadow: inset 0 -4px #f33
}

@media screen and (max-width: 1024px) {
    .header-nav__item.is-active {
        box-shadow: none;
        border-left: 4px solid #FF3333
    }
}

.header-nav__item.is-active a {
    opacity: 1
}


.header-search {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding-right: 40px;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 480px) {
    .header-search {
        padding-right: 0
    }
}

.header-search input {
    font-size: 18px;
    width: 100%;
    height: 100%;
    background: none;
    color: #111;
    padding: 0 20px;
    border: none
}

@media screen and (max-width: 480px) {
    .header-search input {
        font-size: 14px
    }
}

.header-search button {
    opacity: .5;
    transition: all .2s ease
}

.header-search button:hover {
    opacity: 1
}

.header.is-static {
    position: relative
}

.header.is-static .header__row {
    position: absolute
}

.header.is-static .header__row--sub {
    position: relative
}

.header.is-mobile-menu-open {
    position: static;
    z-index: 103
}

.header.is-mobile-menu-open .header__close,
.header.is-mobile-menu-open .header-nav,
.header.is-mobile-menu-open .header-nav-dropdown {
    visibility: visible;
    opacity: 1;
    transition: all .2s ease
}

.header__select{
  order:3;
}

.custom-select{
  background-color: white;
  border: thin solid #242424;
  border-radius: 10px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.4em 3em 0.4em 0.6em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, black 50%),
    linear-gradient(135deg, black 50%, transparent 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}


.custom-select:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}


.container__marker {
  width: 1200px;
  height: 850px;
  border: 2px solid;
  position: relative;
  background-image: url(../image/bobr_oblast.png);
  background-size: cover;
  filter: drop-shadow(8px 8px 10px gray);
  filter: contrast(100%);
  filter: blur(-45px);
}
svg{
  cursor: pointer;
}
.circle{
  height: 20px;
  width: 20px;
  background: red;
  border-radius: 50%;
  border: 3px solid;
} 
.borki {
  position: absolute;
  top: 195px;
  right: 155px;
  z-index: 10;
}

.chigirinka {
  position: absolute;
  top: 230px;
  right: 100px;
}

.kozulichi {
  position: absolute;
  top: 310px;
  right: 265px;
}

.kirovsk {
  position: absolute;
  top: 307px;
  right: 232px;
}

.lub {
  position: absolute;
  top: 315px;
  right: 310px;
}

.kostr {
  position: absolute;
  top: 300px;
  right: 280px;
}

.zbyshin {
  position: absolute;
  top: 165px;
  right: 130px;
}

.usakino {
  position: absolute;
  top: 110px;
  right: 242px;
}

.dolgoe {
  position: absolute;
  top: 115px;
  right: 165px;
}

.bacevichi {
  position: absolute;
  top: 237px;
  right: 310px;
}

.dubno {
  position: absolute;
  top: 70px;
  right: 175px;
}

.lutino {
  position: absolute;
  top: 240px;
  right: 350px;
}

.vyazen {
  position: absolute;
  top: 110px;
  right: 263px;
}

.klichev {
  position: absolute;
  top: 195px;
  right: 280px;
}

.bozok {
  position: absolute;
  top: 170px;
  right: 445px;
}

.bric {
  position: absolute;
  top: 300px;
  right: 455px;
}

.bric2 {
  position: absolute;
  top: 255px;
  right: 465px;
}

.lapichi {
  position: absolute;
  top: 230px;
  right: 555px;
}

.grodzyanka {
  position: absolute;
  top: 155px;
  right: 475px;
}

.makovye{
  position: absolute;
  top: 155px;
  right: 460px;
}

.lochin {
  position: absolute;
  top: 155px;
  right: 530px;
}

.makovye {
  position: absolute;
  top: 155px;
  right: 5;
}

.osovok {
  position: absolute;
  top: 190px;
  right: 425px;
}

.pogoreloe {
  position: absolute;
  top: 180px;
  right: 495px;
}

.svisloch {
  position: absolute;
  top: 220px;
  right: 405px;
}

.elizovo {
  position: absolute;
  top: 240px;
  right: 400px;
}

.storonka {
  position: absolute;
  top: 390px;
  right: 455px;
}

.tarasovichi {
  position: absolute;
  top: 390px;
  right: 435px;
}

.jasen {
  position: absolute;
  top: 350px;
  right: 415px;
}

.osipovichi {
  position: absolute;
  top: 300px;
  right: 515px;
}

.daraganovo {
  position: absolute;
  top: 350px;
  right: 555px;
}

.kamenka {
  position: absolute;
  top: 450px;
  right: 425px;
}

.bobr {
  position: absolute;
  top: 388px;
  right: 312px;
}



.pankratovichi {
  position: absolute;
  top: 500px;
  right: 250px;
}

.prud {
  position: absolute;
  top: 500px;
  right: 365px;
}

.malimony {
  position: absolute;
  top: 540px;
  right: 275px;
}

.ola {
  position: absolute;
  top: 660px;
  right: 135px;
}

.hutor {
  position: absolute;
  top: 730px;
  right: 125px;
}

.vezny {
  position: absolute;
  top: 660px;
  right: 280px;
}

.nikolaev {
  position: absolute;
  top: 660px;
  right: 255px;
}

.pech {
  position: absolute;
  top: 690px;
  right: 135px;
}

.ostrov {
  position: absolute;
  top: 660px;
  right: 175px;
}

.rudnya {
  position: absolute;
  top: 630px;
  right: 255px;
}

.rakov {
  position: absolute;
  top: 660px;
  right: 235px;
}

.vyskoiy {
  position: absolute;
  top: 580px;
  right: 255px;
}

.parichi {
  position: absolute;
  top: 595px;
  right: 245px;
}

.bobrovichi {
  position: absolute;
  top: 630px;
  right: 505px;
}

.zholv {
  position: absolute;
  top: 490px;
  right: 445px;
}

.zaelica {
  position: absolute;
  top: 630px;
  right: 535px;
}

.zamost {
  position: absolute;
  top: 600px;
  right: 455px;
}

.zelenkov {
  position: absolute;
  top: 580px;
  right: 405px;
}

.cholop {
  position: absolute;
  top: 620px;
  right: 445px;
}

.glusk {
  position: absolute;
  top: 530px;
  right: 497px;
}

.albinsk {
  position: absolute;
  top: 670px;
  right: 555px;
}

.bulkov {
  position: absolute;
  top: 645px;
  right: 415px;
}

.goroh {
  position: absolute;
  top: 700px;
  right: 305px;
}

.zatish {
  position: absolute;
  top: 710px;
  right: 495px;
}

.ivan {
  position: absolute;
  top: 690px;
  right: 345px;
}

.karpilovka {
  position: absolute;
  top: 690px;
  right: 425px;
}

.kovali {
  position: absolute;
  top: 710px;
  right: 425px;
}

.smuga {
  position: absolute;
  top: 680px;
  right: 445px;
}

.kurin {
  position: absolute;
  top: 700px;
  right: 445px;
}

.lavs {
  position: absolute;
  top: 700px;
  right: 445px;
}

.lomovichi {
  position: absolute;
  top: 710px;
  right: 405px;
}

.lyuban {
  position: absolute;
  top: 720px;
  right: 375px;
}

.lyask {
  position: absolute;
  top: 670px;
  right: 525px;
}

.mikul {
  position: absolute;
  top: 700px;
  right: 325px;
}

.porech {
  position: absolute;
  top: 710px;
  right: 475px;
}

.protasy {
  position: absolute;
  top: 600px;
  right: 360px;
}

.pruzh {
  position: absolute;
  top: 720px;
  right: 305px;
}

.rudn {
  position: absolute;
  top: 690px;
  right: 405px;
}

.selische {
  position: absolute;
  top: 720px;
  right: 445px;
}

.choromcy {
  position: absolute;
  top: 660px;
  right: 515px;
}

.shkava {
  position: absolute;
  top: 660px;
  right: 385px;
}

.perekalle {
  position: absolute;
  top: 620px;
  right: 425px;
}

.osovo {
  position: absolute;
  top: 530px;
  right: 695px;
}

.pastovichi {
  position: absolute;
  top: 440px;
  right: 565px;
}

.osovost {
  position: absolute;
  top: 440px;
  right: 650px;
}

.stardorogi {
  position: absolute;
  top: 450px;
  right: 640px;
}

.zagalye {
  position: absolute;
  top: 670px;
  right: 635px;
}

.osovets {
  position: absolute;
  top: 570px;
  right: 695px;
}

.plastok {
  position: absolute;
  top: 600px;
  right: 695px;
}

.starosek {
  position: absolute;
  top: 680px;
  right: 645px;
}

.luban {
  position: absolute;
  top: 600px;
  right: 740px;
}

.urechye {
  position: absolute;
  top: 520px;
  right: 775px;
}

.anan {
  position: absolute;
  top: 670px;
  right: 815px;
}

.domanovichi {
  position: absolute;
  top: 760px;
  right: 815px;
}

.zabrodye {
  position: absolute;
  top: 780px;
  right: 785px;
}

.zaglin {
  position: absolute;
  top: 670px;
  right: 915px;
}

.kopacevichi {
  position: absolute;
  top: 670px;
  right: 945px;
}

.kocheva {
  position: absolute;
  top: 780px;
  right: 815px;
}

.newvel {
  position: absolute;
  top: 670px;
  right: 975px;
}

.pisarev {
  position: absolute;
  top: 800px;
  right: 795px;
}

.chodyka {
  position: absolute;
  top: 750px;
  right: 835px;
}

.suhmil {
  position: absolute;
  top: 650px;
  right: 855px;
}

.rog {
  position: absolute;
  top: 800px;
  right: 765px;
}

.starobin {
  position: absolute;
  top: 640px;
  right: 930px;
}
.lyuban2 {
  position: absolute;
  top: 600px;
  right: 1155px;
}

.starchicy {
  position: absolute;
  top: 570px;
  right: 985px;
}

.rassvet {
  position: absolute;
  top: 550px;
  right: 985px;
}

.krasslob {
  position: absolute;
  top: 570px;
  right: 1025px;
}

.pogost {
  position: absolute;
  top: 575px;
  right: 850px;
}

.gondarevo {
  position: absolute;
  top: 420px;
  right: 775px;
}

.slutsk {
  position: absolute;
  top: 470px;
  right: 890px;
}

.lewische {
  position: absolute;
  top: 400px;
  right: 755px;
}

.starevo {
  position: absolute;
  top: 430px;
  right: 755px;
}

.krasstor {
  position: absolute;
  top: 420px;
  right: 735px;
}

.adamovo {
  position: absolute;
  top: 360px;
  right: 855px;
}

.gresk {
  position: absolute;
  top: 390px;
  right: 920px;
}

.zhbrod {
  position: absolute;
  top: 360px;
  right: 805px;
}

.perehody {
  position: absolute;
  top: 380px;
  right: 805px;
}

.prussy{
  position: absolute;
  top: 410px;
  left: 75px;
}

.grozovo{
  position: absolute;
  top: 380px;
  left: 205px;
}

.zhavolki{
  position: absolute;
  top: 370px;
  left: 85px;
}

.kolodez{
  position: absolute;
  top: 370px;
  left: 105px;
}

.masevichi{
  position: absolute;
  top: 350px;
  left: 125px;
}

.pesochnoe{
  position: absolute;
  top: 285px;
  left: 125px;
}

.timkovichi{
  position: absolute;
  top: 440px;
  left: 85px;
}

.kopyl{
  position: absolute;
  top: 390px;
  left: 125px;
}

img {
  width: 100%;
  height: auto;
  filter: grayscale(50%) contrast(120%);
}



/*.container__img svg{
    width: 100%;
    height: 800px;
} */

.modal {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  transition: transform .5s ease-in;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0);
}

.show {
  transform: scale(1);
}

.hide {
  transform: scale(0);
}

.modal__container {
  display: flex;
  height: 100%;
  width: 70%;
  gap: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.modal__container .modal__image {
  flex: 2;
  height: 100%;
  /* background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; */
}

.modal__container .modal__image img {
  width: 100%;
  height: 100%;
}

.modal__container .modal__info {
  flex: 3;
}

.modal__container .modal__info .modal__info-title h1 {
  text-align: center;
}

.modal__container .modal__info .modal__info-description p {
  line-height: 25px;
  text-align: justify;
}



.modal__container .modal__info .modal__info-button {
  display: block;
  margin-top: 20px;
  border: 2px solid;
  width: 100%;
  text-decoration: none;
  font-size: 20px;
  color: #000;
  text-align: center;
  transition: all .5s ease-in;
  cursor: pointer;
  border-radius: 5px;
}

.modal__container .modal__info .modal__info-button:hover {
  background: gray;

}



.modal .modal__close i {
  font-size: 40px;
  position: absolute;
  top: 15px;
  left: 1110px;
  opacity: 0.5;
  transition: opacity .5s ease-in;
}

.modal .modal__close i:hover {
  cursor: pointer;
  opacity: 1;
}

/* TOOLTIP */

[data-tooltip]{
  --arrow-size:10px;
  cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  will-change: transform;
  z-index: 500;
}

[data-tooltip]:before {
  content: attr(data-tooltip);
  padding: 5px 10px;
  min-width: 50px;
  max-width: 100px;
  left: 50%;
  bottom: 18px; /*calc(-100% + var(--arrow-size)); */
  width: max-content;
  width: -moz-max-content;
  border-radius: 6px;
  font-size: 14px;
  background-color: rgba(59, 72, 80, 0.9);
  background-image: linear-gradient(30deg,
    rgba(59, 72, 80, 0.44),
    rgba(59, 68, 75, 0.44),
    rgba(60, 82, 88, 0.44));
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
  transform: translate(-50%,  calc(0px - var(--arrow-size))) scale(0.5);
}

[data-tooltip]:after {
  content: '';
  left: 50%;
  bottom: 18px; /*calc(-100% + var(--arrow-size)); */
  border-style: solid;
  border-width: var(--arrow-size) var(--arrow-size) 0px var(--arrow-size); 
  border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
  transition-duration: 0s;
  transform-origin: top;
  transform: translateX(-50%) scaleY(0);
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

[data-tooltip]:hover:before {
  transition-delay: 0.3s;
  transform: translate(-50%, calc(0px - var(--arrow-size))) scale(1);
}

[data-tooltip]:hover:after {
  transition-delay: 0.5s; 
  transition-duration: 0.2s;
  transform: translateX(-50%) scaleY(1.5);
} 



.footer {
  margin-top: 5px;
  width: 100%;
  /* margin: auto 0 0; */
  background: #242424;
  color: #ffffff80;
  font-size: 12px;
  line-height: 5%;
  flex: 1 0 auto
}

.footer a {
  color: #ffffff80;
  transition: all .2s ease
}

.footer a:hover {
  color: #fff
}

.footer__container {
  padding: 10px
}

@media screen and (max-width: 768px) {
  .footer__container {
      padding: 40px 10px
  }
}

.footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media screen and (max-width: 768px) {
  .footer__row {
      flex-direction: column
  }
}

.footer__row--social {
  margin: 40px 0 0
}

.footer__row--about {
  margin: 30px 0 0
}

@media screen and (max-width: 768px) {
  .footer__row--about {
      margin-top: 40px;
      text-align: center
  }
}

.footer__logo {
  font-size: 0
}

.footer__about {
  width: 400px
}

@media screen and (max-width: 768px) {
  .footer__about {
      width: auto
  }
}

.footer__contact {
  text-align: right
}

@media screen and (max-width: 768px) {
  .footer__contact {
      margin-top: 20px;
      text-align: center
  }
}

.footer-nav {
  font-size: 14px;
  display: flex
}

@media screen and (max-width: 768px) {
  .footer-nav {
      margin-top: 40px
  }
}

.footer-nav__item {
  list-style-type: none;
  margin-left: 30px;
  transition: all .2s ease
}

@media screen and (max-width: 768px) {
  .footer-nav__item {
      margin: 0 10px !important
  }
}

.footer-nav__item:first-of-type {
  margin-left: 0
}

.footer-social {
  display: flex;
  align-items: center
}

.footer-social__item {
  list-style-type: none;
  transition: all .2s ease;
  opacity: .5;
  margin-left: 20px
}

@media screen and (max-width: 768px) {
  .footer-social__item {
      margin: 0 10px !important
  }
}

.footer-social__item:first-of-type {
  margin-left: 0
}

.footer-social__item:hover {
  opacity: 1
}
