@font-face{
    font-family:igra;
    src:url(../fonts/IgraSans.otf);
}

body{
background-color: white;
padding: 0;
margin: 0;
font-family: igra;
}

html{
    height: 100%;
}

footer{
    background-color: rgb(34, 34, 34);    
    color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: right;
    height: 4.5rem;
}

.footerMenu{
    cursor: pointer;
    font-size: 25pt;
    padding: 15px;
}

/*KILL IT*/
.wrapper_default{
}
.wrapper_center{
    text-align: center;
    background-color: #fff;
    padding-bottom:60px;
}
.slide_wrapper{
    text-align: center;
    display: grid;
}
.UnderRecImg{
    width: 90%;
    margin: auto;
    margin-top: 25px;
}
#map_with_pins{
    position: relative;
    width: fit-content;
    margin: auto;
}
#map_with_pins span{
    cursor: pointer;
}
#map{
    position: relative;
}
#cao {
    position: absolute;
    width: 17%;
    top: 34%;
    left: 44%;
}
#zao {
    position: absolute;
    width: 17%;
    top: 42%;
    left: 26%;
}
#uzao {
    position: absolute;
    width: 17%;
    top: 60%;
    left: 34%;
}
#uao {
    position: absolute;
    width: 17%;
    top: 60%;
    left: 52%;
}
#uvao {
    position: absolute;
    width: 17%;
    top: 49%;
    left: 67%;
}
#vao {
    position: absolute;
    width: 17%;
    top: 28%;
    left: 66%;
}
#sao {
    position: absolute;
    width: 17%;
    top: 18%;
    left: 33%;
}
#svao {
    position: absolute;
    width: 17%;
    top: 13%;
    left: 47%;
}
#szao {
    position: absolute;
    width: 17%;
    top: 25%;
    left: 20%;
}

#mo {
    position: absolute;
    width: 33%;
    top: 69%;
    left: 63%;
}
/**/

/*MAIN PAGE NEW*/
.main_page{
    width: 90%;
    margin: auto;
}
.main_logo{
    width: 100%;
    margin-top: 50px;
}
.main_pic{
    width: 100%; 
    margin-top: 50px;
}
#main_intro div{
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.phoneNumTxt{
    text-align: center;
    font-size: 20px;
}

.imgSocLogo{
    width:100%;
}

/*** SIDE SLIDE MENU *********/
.menu-header{
    padding-bottom: 100px;
    }
    
    .slideout-menu {
      position: fixed;
      top: 0;
      bottom: 0;
      width: 280px;
      min-height: 100vh;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      z-index: 0;
      display: none; 
      background-color: #fff;
    }
    
    .slideout-menu-left {
      left: 0;
    }
    
    .slideout-menu-right {
      right: 0;
    }
    
    .slideout-panel {
        position: relative;
        z-index: 0;
        will-change: transform;
        background-color: antiquewhite;
        background-size: cover; /* A background-color is required */
        text-align:right;
    
    }
    
    .slideout-open,
    .slideout-open body, 
    .slideout-open,
    .slideout-open .slideout-panel {
      overflow: hidden;
    }
    
    .slideout-open .slideout-menu {
      display: block;
    }
    
    .panel {
    background-color: #fff;
    -webkit-box-shadow: 8px -10px 32px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 8px -10px 32px -8px rgba(0,0,0,0.75);
    box-shadow: 8px -10px 32px -8px rgba(0,0,0,0.75);
    height: 100%;
    position: absolute;
    width: 100%;
    text-align: left;
    }
    
    .menu{
    text-align:center;
    }
    
    .mContainer{
    width:100%;
    min-height:100%;
    display: inline-block;
    
    }
/***/
/*SIDE MENU*/
ul.side-menu{
    list-style: none;
    padding:0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    cursor:pointer;
}
ul.side-menu li a{
    text-decoration: none;
}

ul.side-menu li{
  padding: 10px;
  background-color: #fff;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-bottom: 2px;
}

ul.side-menu li:hover{
background-color: #000;
color: #fff;
}
.copyright{
    font-size: 8pt;
}
.modx_cr{
    font-size: 6pt;    
}

.sidemenu_arrow{
    position: absolute;
    color: rgba(0, 0, 0, 0.24);
    right: 25px;
    top: 65%;
    font-size: 40px;
    z-index: 1;
}
.sidemenu_logo{
    width: 50%;
    padding: 20px;
}


#MenuLeftTopBtn {
    cursor: pointer;
    position: fixed;
    background-color: #fff;
    padding: 5px 7px 5px 7px;
    color: #878787;
    font-size: 15pt;
    right: 0px;
    z-index: 1;
}


/*BUTTONS*/
.clearfix { clear: both; }



.OneExkIntroCss{
    background-color: #fff;
    color: #000;
    display: block;
    cursor: pointer;
    text-align: left;    
}

.btnOneExk{
    display: block;
    margin: 25px 0px 25px 0px;
    text-align: end;
}

.red h3{
    margin: 10px 15px 0px 15px;
    text-align: center;
    color: #ce2121;
}

.blue h3{
    margin: 10px 15px 0px 15px;
    text-align: center;
    color: #0071bc;
}

.green h3{
    margin: 10px 15px 0px 15px;
    text-align: center;
    color: #1a9541;
}


.OneExkIntroCss img{
    width: 125px;
    float: left;
    margin: 15px 15px 5px 15px;
}

.introtext_css{
    position: relative;
}
.introtext_css span{
    display: block;
    margin-bottom: 20px;
}

.red.odd_css{
    background-color: #fff;
    color: #000;
}
.red.odd_css:hover{
    background-color: #eec200;
    color: #000;
}
.red.even_css{
    background-color: #fbebd1;
    color: #000;
}

.red.even_css:hover{
    background-color: #eec200;
    color: #000;
}

.blue.odd_css{
    background-color: #fff;
    color: #000;
}
.blue.odd_css:hover{
    background-color: #d7d7d7;
}
.blue.even_css{
    background-color: #def2ff;
}

.blue.even_css:hover{
    background-color: #d7d7d7;
}


.green.odd_css{
    background-color: #fff;
    color: #000;
}
.green.odd_css:hover{
    background-color: #d7d7d7;
}
.green.even_css{
    background-color: #deffef;
}

.green.even_css:hover{
    background-color: #d7d7d7;
}


.specialForOneExk{
    display: grid;
    /*justify-content: center;*/
    padding-bottom: 150px;
    background: white;
}


.BtnContainer{    
    padding-bottom: 100px;
    display: inline-block;
}
.BtnContainer span{
    display: block;
}

.BtnContainerGuides{  
    display: flex;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.BtnContainerGuides span{
    display: block;
    margin: 5px;
    width: 135px;
}


.BtnContainerGuides img{
    display: block;
    margin: auto;
    width:  100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.BtnContainerConf{  
    display: flex;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.BtnContainerConf span{
    display: block;
    margin: 5px;
    width: 115px;
}


.BtnContainerConf img{
    display: block;
    margin: auto;
    width:  100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.quote{
    background-color: #eff0f1;
    border-radius: 10px;
    padding: 14px;
    text-align: left;
}

.whiteBlueBtn {
    background: #ffffff;
    color: #0071bc;
    padding: 14px;
    border: 1px solid;
    margin: 12px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
  .whiteBlueBtn:hover {
    background: #0071bc;
    color: #ffffff;
}
.whiteBtn {
    background: #ffffff;
    color: #1a1a1a;
    padding: 14px;
    border: 1px solid;
    margin: 12px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
  .whiteBtn:hover {
    background: #1a1a1a;
    color: #ffffff;
}
.redBtn {
    background: #ce2121;
    color: #ffffff;
    padding: 14px;
    margin: 12px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
  .redBtn:hover {
    background: #ffffff;
    color: #ce2121;
}

.blueBtn {
    background: #0071bc;
    color: #ffffff;
    padding: 14px;
    margin: 12px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
  .blueBtn:hover {
    background: #ffffff;
    color: #0071bc;
  }

  .greenBtn {
    background: #1a9541;
    color: #ffffff;
    padding: 14px;
    margin: 12px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
  .greenBtn:hover {
    background: #ffffff;
    color: #1a9541;
  }
 /**/ 

/*MODAL*/
/* Modal Content */
.info_window {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 40px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}


.modal-content {
    background-color: #fff;
    color:#1c2027;
    font-size: 12pt;
    text-align:center;
    margin: auto;
    padding: 20px;
    border: 6px solid #ce2121;
    width: 70%;
    border-radius: 10px;
}


.gal_info_window {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 33%; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.8); 
}

.gal_modal-content {
    text-align:center;
    margin: auto;
    width: 95%;
}

.gal_modal-content .msg img{
    width: 100%;
}

/* The Close Button fo modal window */
.close {
    position:relative;
    right:0px;
    color: #ce2121;
    font-size: 26pt;
    font-weight: bold;
    width: fit-content;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color:#ce2121;
    text-decoration: none;   
}

.show{
display:block;
}

.hide{
display:none;
}

.SchedModal p{
    margin: 0;
}

/**/

/*MAIN PAGE*/
.grid_wrapper {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }
.grid {
    display: grid;
    grid-template-rows: 200px 200px 200px;
    grid-template-columns: 200px 200px 200px;
    grid-gap: 15px;
    margin-top: 30px;
}
/*@media (max-device-width: 500px) { .grid_wrapper { margin-top: 0px; scale: 50%; } }*/
  
.cell {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #AAA;
  }
.cell img{
    width: -webkit-fill-available;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/**/
/*SUBMIT*/
label{
    display: block;
}
.scheduleWrapper{}

.scheduleItems{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.scheduleBtns{
        display: inline-grid;
}
.scheduleBtns span{
    padding: 12px;
    margin: 8px;
}

.scheduleImg img{
width: 170px;
border-radius: 10%;
}

.scheduleItems h2, h3, h4{
    margin: 15px;
}
.oddSchedule{
    background-color: #ededed;
}
.scheduleItems span{
    display: inline-block;
}
.scheduleDateHeader h3{
    font-size: 18pt;
    margin-bottom: 2px;
}
.scheduleDateHeader hr{
    border: 2px solid red;
    margin-top: 0;
    margin-right: 20%;
    margin-left: 20%;
}
.hrnew1{
    border: 1px solid;
    margin-left: 40%;
    margin-right: 40%;
}

#modalError{
    color:#ce2121;
    font-size: 8pt;
    margin: 7px;
}
#regBtn{
    margin: 30px;
    display: inline-block;
}
input[type=text] {
    border: 2px solid red;
    border-radius: 6px;
    margin: 5px;
    font-size: 12pt;
    padding: 11px;
  }
input[type=email] {
    border: 2px solid red;
    border-radius: 6px;
    margin: 5px;
    font-size: 12pt;
    padding: 11px;
}  
input[type=tel] {
  border: 2px solid red;
  border-radius: 6px;
  margin: 5px;
  font-size: 12pt;
  padding: 11px;
}

input[type=checkbox] {
    transform: scale(1.5);
    margin: 15px;
}
input[type=checkbox]:checked{
    accent-color: #ce2121;
}


.btnWrapper{
  display: inline-block;
}
.contentWrapper{
    margin: 20px;
}

.MemoryList{
    text-align:center;
    margin:20px;
}
.MemoryList li{
    margin: 10px;
}
.MemoryList ul{
    padding: 0;
}
.MemoryList img{
    width: 100px;
    margin: auto;
}

.ListOfAcitons li{
    margin: 10px;
}

a{
  color:#ce2121;
}

/*GUIDE CARD*/
.guide_card{
    margin: auto;
}
.guide_card img{
    text-align: center;
}
.guide_card h2, .guide_card h3{
    text-align: center;
    color:#ce2121;
}

.img_wrap img{
    border-radius: 50%;
    width: 50%;
}

.img_wrap2{
    text-align: center;
    padding-bottom: 40px;
}

.guide_slogan{
    text-align: center;
    font-style: italic;
    color:#0071bc;
}

/*TOUR CARD*/
.tour_card{
    margin: auto;
}
.tour_card img{
    border-radius: 8%;
    width: 60%;
}
.tour_card b{
    color:#ce2121;
}

.tour_card h1{
    margin:50px
}

.tour_card h2{
    text-align: center;
}

.additional_fotos_for_tour{
    text-align: center;
}
.additional_fotos_for_tour img{
    margin:5px;
    border-radius: 0;
    width: 100px;
}

.img_wrap{
    text-align: center;
}
.img_wrap2{
    text-align: center;
    padding-bottom: 40px;
}

.tour_slogan{
    text-align: center;
    font-style: italic;
    color:#ce2121;
}
.exkBtn a{
    color:#fff;
}
.exkBtn a:hover{
    color:#ce2121;
}

/**/
.contact_tel{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: stretch;
}
.contact_tel img{
    margin: 10px;
}
.contact_tel a{
    text-decoration: none;
    color:#000;
}

.gallery{
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    width: 90%;
    margin: auto;
    padding-bottom: 150px;
}
.gallery img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.dataBtnsCont a{
    text-decoration: none;
}

.dataBtnsCont{
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

.dataBtn{
    border: 2px solid black;
    border-radius: 15px;
    width: max-content;
    padding: 3px;
    display: flex;
    /* align-content: center; */
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 3px;
}

.dataBtn:hover .Day {
    background: #ce2121;
}

.dataBtn:hover .FullDate {
    background: #d6d6d6;
}

.Day{
    border-radius: 15px;
    background-color: #0071bc;
    color: #fff;
    padding: 10px;
    margin-right: 10px;
    font-size: 1em;
}
.FullDate{
    border-radius: 5px;
    padding: 5px;
    margin-right: 5px;
}

/**/
/* SLIDER */
        /* Основной контейнер слайдера */
        .slider {
            width: 100%;
            margin: 0 auto;
            overflow: hidden;
            position: relative;
        }

        /* Контейнер всех слайдов */
        .slides {
            display: flex; /* Размещаем слайды в одну линию */
            transition: transform 0.5s ease-in-out; /* Анимация плавного смещения */
        }

        /* Каждый отдельный слайд */
        .slide {
            position: relative;
            width: 100%;
            flex-shrink: 0;
            display: flex;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
        }

        /* Стили для изображений */
        .slide img {
            width: 300px;
            height: 300px;
            object-fit: cover;
            margin-left: auto;
            margin-right: auto;
            margin-right: auto;
        }

        /* Кнопки «Назад» и «Вперёд» */
        .prev, .next {
            position: absolute; /* Позволяет располагать кнопки поверх слайдов */
            top: 50%; /* Размещаем по вертикали по центру */
            transform: translateY(-50%); /* Сдвигаем кнопки вверх на половину их высоты */
            background: rgba(0, 0, 0, 0.5); /* Полупрозрачный фон кнопок */
            color: white; /* Белый цвет текста */
            border: none; /* Убираем границы */
            padding: 10px; /* Отступы внутри кнопки */
            cursor: pointer; /* Изменяем курсор на указатель */
            font-size: 18px; /* Размер шрифта */
            font-weight: bold; /* Делаем текст жирным */
            z-index: 2; /* Размещаем кнопки выше всех элементов */
            border-radius: 20px;
        }

        /* Позиционируем кнопку «Назад» слева */
        .prev {
            left: 10px;
        }

        /* Позиционируем кнопку «Вперёд» справа */
        .next {
            right: 10px;
        }
/***/
/**/