/*myge_cms**/
/*                                                                                                                      
                                                                                                                             
   ##################   ##################                                                                          
   ###            ###   ###                   #################    #################    #################           
   ###             #    ###                  ##################    #################    #################           
   ###                  ###                  ###            ###    ##       ##    ##    ##                          
   ###                  ###                  ###                   ###      ##    ##    ###                         
   ######   #########   ###############      ######                #####    ##    ##    #################           
   ######         ###   ######               ######                #####    ##    ##                #####           
   ######         ###   ######               ######                #####    ##    ##                #####           
   ######         ###   ######               ######         ###    #####    ##    ##    #####       #####           
   ##################   #################    ##################    #####    ##    ##    #################           
   #################    ##################    #################    #####    ##    ##    #################           
                                                                                                                             
*/                                                                                                                      
/* DOES NOT USED:*/
:root {
  --background: rgb(255, 255, 255); /* global scope */
  --body-font-color:#000;
  --dashboard-background: #EDEEF0;
  --deeper-main-blue-color: #0071bc;
  --main-blue-color: #0099ff;
  --soft-blue-color: #e9f6ff;
  --neon-blue-color: #00ffdd;
  --deep-blue-color: #0039a6;
  --darkgray-color: #626469;
  --lightgray-color:#bababa;
  --lightblue-color: #e6f3fb;
  --night-color: #141518;
  --global-red: red;
  --global-orange: #ff9900;
  --global-white: white;
  --whitebox-color: white;
  --wifi-signal: #0099ff;
  --static-white: #fff;
  --static-black: #000;
  --status-success-text: #1e7049;
  --status-success-border: #cbf2df;
  --status-success-background: #e4faef;
  --status-warning-text: #de3d3d;
  --status-warning-border: #ffded9;
  --status-warning-background: #ffece9;
  --status-info-text: #256994;
  --status-info-border: #afd9f3;
  --status-info-background: #daf1ff;
  --shadow-around:rgba(34, 60, 80, 0.15);
  --shortIcon-color: #626469;
  --sideMenuPatch: #f2f9fd;
  --sideMenuPatchSvg: #0099ff;
}


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

body{
background-color: white;
padding: 0;
margin: 0;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 18px;
}

html{
    height: 100%;
}

a {
    color: var(--global-red);
}

b{
   color: var(--global-red); 
}

red{
   color: var(--global-red); 
}

blue{
   color: var(--deeper-main-blue-color); 
}

.wrapper_center{
    text-align: center;
    background-color: #fff;
    padding-bottom:60px;
}

.contentWrapper{
    margin: 20px;
}

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

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


/*PAGETOURS BY*/
.blocks{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 40px;
    gap: 5px;
}

.block{
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.block i{
    font-size: 35pt;
}

.block:hover{
    background-color: #0099ff;
}

.evenBlock{
    background-color: rgb(183, 221, 255);  
}
.oddBlock{
    background-color: rgb(255, 147, 147); 
}
/**/

/*ONE TOUR PAGE*/
.DetailsBox{
    border: 1px solid #5d5d5d;
    padding: 0px 15px 15px 15px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.Gray{
    font-size: smaller !important;
    color:#5d5d5d;
}

.qMark{
    color: var(--global-red);
    font-size: 15pt;
    cursor: pointer;
}
.prgClass{
    text-align: left;
    margin: 25px;
}
.tdescClass{
    text-align: justify;
    margin: 25px;
}
/**/

/*SCHEDULE PAGE*/
.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: 0px;
}
.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-bottom: 0;
    margin-right: 20%;
    margin-left: 20%;
}
/**/

/*404*/
.error404{
    text-align: center;
}

.error404 img {
    margin: 10px;
    width: 90%;
}
/**/

/*GUIDS PAGE*/
.img_wrap2 img {
    margin: 10px;
    width: 90%;
}
/**GUIDS PAGE - GUIDE CARD**/
.guide_card{
    margin: auto;
}
.guide_bio{
    margin: 20px;
}
.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{
    font-style: italic;
    margin: 50px;
    text-align: center;
    color: #0071bc;
}

.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%;
}
/****/
/**/

/*MAIN PAGE*/
.main_logo {
    width: 90%;
    margin-top: 50px;
}
.main_pic{
    width: 100%; 
}
.imgSocLogo{
    width:90%;
}
.phoneNumTxt{
    text-align: center;
    font-size: 20px;
}
.contact_tel{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: stretch;
    margin: 10px;
}
.contact_tel a{
    text-decoration: none;
    color:#000;
}

/*ABOUT PAGE*/
.aboutImg{
    display: flex;
    justify-content: center;
}
.aboutImg img{
    width: 200px;
}
/**/

/*GALLERY PAGE*/
.gallery{
    display: flex;
    grid-template-columns: auto auto auto;
    justify-content: center;
    width: 100%;
    margin: auto;
    padding-bottom: 25px;
    flex-wrap: wrap;
    flex-direction: row;
}
.gallery img {
    object-fit: cover;
    width: 150px;
    height: 150px;
    cursor: pointer;
}
.croppedImg4x3 {
  width: 400px;         /* Define your desired cropped width */
  height: 300px;        /* Define your desired cropped height */
  object-fit: cover;    /* Crops the edges to fit the box without distortion */
  object-position: center; /* Focuses the crop on the center (can change to top, left, etc.) */
}
/**/

/*IMPORTANT PAGE*/
.certificate{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.certificate img{
    width: 90%;
}

.MemoryList{
    text-align:center;
    margin:20px;
}
.MemoryList li{
    margin: 10px;
    display: flex;
    width: 400px;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    padding: 10px;
}
.MemoryList ul{
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.MemoryList img{
    width: 100px;
    margin: auto;
}
.btnWrapper{
  display: inline-block;
}
.btnWrapper a{
    display: block;
}
/**/

/*FAMILY TREE PAGE*/
.quote{
    background-color: #eff0f1;
    border-radius: 10px;
    padding: 14px;
    text-align: left;
}
.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%;
}
/**/

/*CONTACTS PAGE*/
.contactsFlex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/**/

/*BUTTONS*/
.blueBtn {
    background: #0071bc;
    color: #ffffff;
    padding: 14px;
    margin: 12px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    overflow-wrap: break-word;
}
.blueBtn:hover {
  background: #ffffff;
  color: #0071bc;
}

.whiteBlueBtn {
    background: #ffffff;
    color: #0071bc;
    padding: 14px;
    border: 1px solid;
    margin: 12px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    overflow-wrap: break-word;
  }
  .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;
    overflow-wrap: break-word;
  }
  .whiteBtn:hover {
    background: #1a1a1a;
    color: #ffffff;
}
.redBtn {
    background: #ce2121;
    color: #ffffff;
    padding: 14px;
    margin: 12px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    overflow-wrap: break-word;
}
.redBtn:hover {
    background: #ffffff;
    color: #ce2121;
}
/**/

/*MODAL*/
/* Modal Content */
.shadow {
    margin: 0px;
    padding: 0px;
  &.top {
    box-shadow: 0px 12px 15px -15px rgb(34 60 80 / 25%);
  }
  &.bottom {
    box-shadow: 0px 12px 15px -15px rgb(34 60 80 / 15%);
  }
  &.left {
    box-shadow: 0px 12px 15px -15px rgb(34 60 80 / 25%);
  }
  &.right {
    box-shadow: 0px 24px 30px -5px rgb(34 60 80 / 25%);
    }  
}

.shadow-around{
    box-shadow: 0px 2px 10px 0px var(--lightgray-color);
}

.glow-around{
    box-shadow: 0px 4px 16px 0px var(--glow-box);
}


.glass-card {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all  0.5s ease-in-out;
    background: rgb(191 234 254 / 17%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(21px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgb(0 55 255 / 10%), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 40px 20px rgb(155 177 186 / 63%);
    position: fixed;
    overflow: hidden;
    top: 0;
    z-index: -1;
}

.glass-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.glass-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}

.mw_modal-content {
    background-color: var(--global-white);
    /*display: none;*/
    position: relative;
    z-index: 1000;    
    margin: auto;
    padding: 20px;
    border-radius: 8px;
    
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

/* The Close Button fo modal window */
.mw_close {
    color: var(--lightgray-color);
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 10px;
}

.mw_close:hover,
.mw_close:focus {
    color: var(--main-blue-color);
    text-decoration: none;
}

.mw_show{
display:block;
}

.mw_hide{
display:none;
}
/*ACHTUNG ACHTUNG! МОДАЛЬНОЕ ОКНО ДЛЯ ГАЛЕРЕИ!*/
/**/
    /***/
        /*HERE HERE HERE*/
            /*HERE HERE HERE*/
        /*HERE HERE HERE*/
    /***/
/**/


/*SIDE MENU*/
/*** SIDE SLIDE MENU *********/
#MenuLeftTopBtn {
    cursor: pointer;
    position: fixed;
    padding: 5px 7px 5px 7px;
    color: #878787;
    font-size: 11pt;
    right: 0px;
    z-index: 1;
    border-radius: 0px 0px 0px 10px;
}
#MenuLeftTopBtn:hover{
    background-color: #000;
    color: #fff;
}

.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;
}

.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: 11pt;
    right: 0px;
    z-index: 1;
}
