/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  /*margin-bottom: 60px;*/
  font-family: 'Montserrat', sans-serif;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.vs{
  background-color: #e0e0e0;
  height: 21px;
  width: 100%;
}

a{
  color: #989898;
  text-decoration: none;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/* navbar */

body > .container{
  padding: 45px 15px 0;
  margin: 0 auto;
  overflow: hidden;
}

body > .container-screen{
  padding-top: 45px;
  margin: 0 auto;
}

.container-general{
  padding: 0 23px;
  width: 1200px;
  margin: 0 auto;
}

.container{
  padding: 0 30px;
  width: 1200px;
}

.navbar{
  border: none;
  margin-bottom: 0px;
  min-height: 45px;
  /*z-index: 1200;*/
}

.inner-navbar > .container{
  width: auto;
}

.navbar-fixed-bottom, .navbar-fixed-top{
  /*position: relative;*/
}

.navbar-fixed-top{
  z-index: 1201;
}

.container-screen{
  position: relative;
  height: 464px;
  padding: 0px;
}

.container:before{
  display: table;
  content: none;
}

.container:after{
  display: table;
  content: none;
}


.container-inner-navbar{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.container-navbar{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.navbar-inverse{
  background-color: #fff;
  border-color: #fff;
  display: flex;
  flex-direction: row;
}

.container-inner-navbar .navbar-collapse{
  margin-left: 23px;
}

.navbar-collapse{
  height: 45px;
}

.link-vision{
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-left: auto;
}

.nav>li>a, .tikets a{
  font-size: 16px;
  line-height: 17px;
  padding: 14px 7px 14px 7px;
  text-transform: uppercase;
}

.navbar-inverse .navbar-nav>a{
  background-color: transparent;
  color: #989898;
  font-size: 16px;
  text-transform: uppercase;
}

.tikets{
  margin-right: 10px;
}

.tikets a{
  display: block;
  float: right;
  margin-right: 0px;
  text-decoration: none;
}

.inner-navbar-header{
  min-height: auto;
}

.navbar>.container .inner-navbar-header .navbar-brand{
  margin: 0px;
}

.inner-navbar-header .navbar-brand img{
  padding-top: 5px;
  height: 40px;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.tikets a:hover{
  background-color: #9d9d9d;
  color: #fff;
}

.dropdown-menu{
  box-shadow: none;
}

.navbar-header-background{
  align-items: center;
  background-image: url(../images/winterscreen.jpg);
  display: flex;
  flex-direction: row;
  height: 464px;
  justify-content: center;
  width: 100%;
}

.navbar-header-background-video{
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 419px;
  
  min-width: 100%;
  z-index: -1;
  object-fit: cover;
}

.navbar-header-80pobeda{
  align-items: center;
  background-image: url(../images/80pobeda.png);
  display: flex;
  flex-direction: row;
  height: 116px;
  justify-content: center;
  width: 100%;
}



.navbar-header-background-night{
  align-items: center;
  background-image: url(../images/screennight.png);
  display: flex;
  flex-direction: row;
  height: 419px;
  justify-content: center;
  width: 100%;
}

.navbar-header-background-mn{
    align-items: center;
    background-image: url(../images/nightmuseum.jpg);
    display: flex;
    flex-direction: row;
    height: 419px;
    justify-content: flex-end;
    width: 100%;
}
.navbar-brand-nm h1{
    float: none;
    margin-top: 0px;
    padding: 0px;
    height: auto;
}

.navbar-brand-nm{
    margin-top: 200px;
    margin-right: 56px;
}

.navbar-brand-night h1, .navbar-brand-nm h1{
  color: #fff;
}

.navbar-brand-night h1:hover{
  color: #9d9d9d;
}

.navbar-brand-nm h1:hover{
  color: #f3d36e;
}

.navbar-brand-nm:hover{
    text-decoration: none;
}

.navbar-brand-night{
  float: none;
  margin-top: 290px;
  padding: 0px;
  height: auto;
}

.navbar-brand-night:hover{
  text-decoration: none;
}

.navbar-brand{
  float: none;
  margin: 0px;
  padding: 0px;
  height: auto;
}

.navbar-search{
  align-items: center;
  display: flex;
  flex-direction: row;
}

.labelSearch{
  color: #9D9D9D;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  margin-bottom: 0px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 14px;
  padding-top: 14px;
  text-transform: uppercase;
}

.labelSearch:hover{
  background-color: #9d9d9d;
  color: #fff;
}

.labelSearch:active > .wrapperSearch{
  visibility: all;
}

.navbar-search fieldset{
  display: flex;
  flex-direction: row;
}

.wrapperSearch{
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top: 9px;
  margin-left: 7px;
  width: 255px;
}

.panel{
  border: 0px;
  margin-bottom: 0px;
}

.textSearch{
  border:1px solid #9d9d9d;
  border-radius: 5px;
  margin-right: 7px;
}

.textSearch:focus-visible{
  border: 1px solid #fff;
}

.wrapperSearch .button
{
  background-color: #fff;
  border: 1px solid #9d9d9d;
  border-radius: 5px;
}

.wrapperSearch .button:hover{
  color: #fff;
  background-color: #9d9d9d;
}

/* message */

.message{
  position:fixed;
  top: 41px;
  left: 0;
  z-index: 3000;
}

.pop-block {
  display: inline-block;
  position: relative; /* указывать обязательно */
  width: 400px;
  /*height: 300px;  высота всего блока */
  margin: 1%; 
}
    
.close-block {
  display: block;
  position: absolute;
  top: 0px;
  right: -8px;
  width: 16px;
  height: 16px;
  background-image: url(../images/close.png);
  cursor: pointer;
}
    
.pop-block p {
  width: 100%;
  height: auto;
}

#pop-checkbox {
  display: none;
}

#pop-checkbox:checked + .pop-block {
  visibility: hidden; /*чтобы освободить занимаемое место - display: none;*/
  display: none;
}

#pop-checkbox-1 {
  display: none;
}

#pop-checkbox-1:checked + .pop-block {
  visibility: hidden; /*чтобы освободить занимаемое место - display: none;*/
  display: none;
}

.messageBlock{
  /*background-color: #39a845; green*/
  /*background-color: #7f0f0e;*/
  text-align: center;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
}

.mbColorRed{
    background-color: #7f0f0e;
}

.mbColorGreen{
    background-color: #39a845;
}

.messageBlock a{
    color: #fff;
}

/* content */

.container-content{
  position: relative;
  margin: 20px auto;
  width: 1200px;
}

.breadcrumb{
  background-color: #fff;
  margin-top: 30px;
}

.breadcrumb a:hover{
  color: #000;
}

.wrapperContent .table{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.wrapperContent .table .item{
  height: 382px;
}

.wrapperContent .table .item-1, .wrapperContent .table .item-4{
  background-color: #f5f5f5;
}

.wrapperContent .table .item-1{
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.wrapperContent .item-1 .title a{
  color: #000;
}

.wrapperContent .table .item-1 .col{
  padding: 0 15px;
  position: relative;
  width: 30%;
}

.wrapperContent .table .item-1 .col .menu ul{
  list-style-type: none;
  padding-left: 0px;
  text-align: center;
  text-transform: lowercase;
}

.wrapperContent .picture{
  height: 55%;
  padding-top: 53px;
}

.wrapperContent .wrapperPic{
  border-radius: 80px;
  height: 161px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 161px;
}

.wrapperContent .wrapperPic .imgPos-1{
  display: block;
  position: absolute;
  left: -48px;
  top: -32px;
}

.wrapperContent .wrapperPic .imgPos-2{
  display: block;
  position: absolute;
  left: -68px;
  top: -112px;
}

.wrapperContent .wrapperPic .imgPos-3{
  display: block;
  position: absolute;
  left: -38px;
  top: 0px;
}

.wrapperContent .menu{
  padding-top: 24px;
}

.wrapperContent .menu .title{
  color: #000;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.wrapperContent .menu a:hover{
  color: #000;
  text-decoration: underline;
}


body > .mt-0{
  margin-top: 0px;
}

.wrapperEvents, .wrapperMemoryDay, .wrapperVideo{
  height: 382px;
  position: relative;
  overflow: hidden;
}

.wrapperEvents a:hover, .wrapperMemoryDay a:hover, .wrapperVideo a:hover{
  color: #000;
}

.agelimit{
  padding-top: 10px;
  padding-left: 10px;
}

.eventPicture, .memoryDayPicture, .videoPicture{
  z-index: 1000;
}

.memoryDayPicture, .videoPicture{
  background-size: cover;
  height: 382px;
  overflow: hidden;
  text-align: right;
}

.memoryDayPicture{
  position: relative;
  width: 360px;
  float: right;
}

.memoryDayPicture img{
  width: 100%;
  /*height: 110%;
  width: auto;
  max-width: 100%;*/
}

.videoPicture img{
  height: 100%;
  width: auto;
  max-width: 100%;
}

.gradientEvents{
  display: flex;
  background: linear-gradient(286deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 57%, 
    rgba(255,255,255,0) 57%, rgba(255,255,255,0) 84.5%, rgba(255,255,255,1) 84.5%, rgba(255,255,255,1) 100%);
  flex-direction: row;
  height: 382px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1100;
}

.gradientMemoryDay{
  display: flex;
  background: linear-gradient(254deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(245,245,245,1) 50%, rgba(245,245,245,1) 100%);
  flex-direction: row;
  height: 382px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1100;
}

.gradientMemoryDay .small{
    text-transform: none!important;
}

.gradientVideo{
  display: flex;
  background: linear-gradient(254deg, rgba(83,83,83,0.8) 0%, rgba(83,83,83,0.8) 50%, rgba(245,245,245,0) 50%, rgba(245,245,245,0) 100%);
  flex-direction: row;
  height: 382px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1100;
}

.gradientEvents:hover{
  background: linear-gradient(286deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 57%, 
    rgba(255,255,255,0.5) 57%, rgba(255,255,255,0.5) 84.5%, rgba(255,255,255,1) 84.5%, rgba(255,255,255,1) 100%);
}

.gradientMemoryDay:hover{
  background: linear-gradient(254deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 50%, rgba(245,245,245,1) 50%, rgba(245,245,245,1) 100%);
}

.gradientVideo:hover{
  background: linear-gradient(254deg, rgba(83,83,83,0.8) 0%, rgba(83,83,83,0.8) 50%, rgba(245,245,245,0.5) 50%, rgba(245,245,245,0.5) 100%);
}

.gradientEvents .col, .gradientMemoryDay .col, .gradientVideo .col{
  width: 50%;
}

.gradientEvents .parentstitle{
  /*color: #989898;*/
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;

}

.gradientEvents .longtitle{
  color: #989898;
  font-size: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}

.gradientMemoryDay .col{
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gradientMemoryDay .publishDate{
  color: #000;
  font-size: 14px;
  margin-top: 10px;
  text-transform: none;

}

.gradientMemoryDay .longtitle{
  
  font-size: 19px;
  padding-left: 38px;
  padding-right: 28px;
  
  text-transform: uppercase;
}

.gradientVideo .col{
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.gradientVideo .longtitle{
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 29px;
  text-align: center;
  text-transform: uppercase;
}

.gradientEvents .publishDate{
  color: #000;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 19px;
}

.gradientEvents .discription{
  /*color: #989898;*/
  padding-top: 17px;
  padding-left: 10px;
  padding-right: 30px;
  text-align: justify;
}

.gradientEvents .discription .button{
  font-weight: bold;
  padding-top: 10px;
}

.col-md-2{
  width: 100%;
}

.sidebar-nav ul{
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 0px;
  list-style-type: none;
  padding-left: 0px;
  width: 100%;
}

.sidebar-nav a{
  display: block;
  border: 1px solid #9d9d9d;
  border-radius: 5px;
  padding: 20px 5px;
  text-align: center ;
  text-decoration: none;
}

.sidebar-nav a:hover{
  color: #fff;
  background-color: #989898;
}

.content{
  overflow: hidden;
  position: relative;
  text-align: justify;
}

.content a:hover{
  color: #000;
}

.content img{
  margin: 10px;
}

.back{
  float: right;
  margin-top: 40px;
}

.back a{
  margin-left: 20px;
}

.back a:hover{
  color: #000;
}

.scrollup{
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  bottom: 50px;
  right: 100px;
  display: none;
  text-indent: -9999px;
  background: url(../images/icon_top.png) no-repeat;
  z-index: 9999;
}

/* contact */

.wrapperContact .address{
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
}

.wrapperContact .address .col{
  text-align: left;
}

.text-uc{
  font-weight: bold;
  text-transform: uppercase;
}

.wrapperMaps{
  margin-bottom: 40px;
  width: 100%;
}

.ajax_form{
  display: grid;
  grid-column-gap: 20px; ;
  grid-template-columns: repeat(2, 1fr);
}

.contactForm{
  margin: 0 auto;
  width: 100%;
}

.control-label{
  color: #9d9d9d;
  font-weight: normal;
}

.containerForm{
  width: 100%;
}

.containerForm textarea{
  height: 187px;
}

.btn-primary{
  background-color: #9d9d9d;
  border-color: #9d9d9d;
}

.btn-primary:hover{
  background-color: #fff;
  border-color: #9d9d9d;
  color: #9d9d9d;
}

.btn-default:hover{
  background-color: #9d9d9d;
  color: #fff;
}

/* gallery */

.wrapperGallery{
   /* display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(3, 1fr);*/
}

.galleriffic{
  display: flex;
  flex-direction: column;
}

.gal_main, .slideshow-container, .advance-link, .image-caption, .navigation{
  width: 100%!important;
}

.image-wrapper{
  position: relative!important;
  margin: 0 auto;
}

.advance-link img{
  text-align: center;
}

.controls{
  margin-bottom: 20px;
}

.image-caption{
  margin-top: 30px;
}

.image-title{
  display: none;
}


/* excebition */

.wrapperexcebition{
  overflow: hidden;
  position: relative;
}

.dateExc{
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}

/* pay */

.iconCard{
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.iconCard .mir{
  width: 100px;
  height: 50px;
}

.iconCard .visa{
  width: 100px;
}

.iconCard .mc{
  width: 100px;
  height: 61px;
}

/* editions memoryday*/

.wrapperEditions{
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.wrapperInnerMemoryDay, .wrapperNews{
  display: grid;
  grid-row-gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}

.itemEditions, .itemMemoryDay, .itemNews{
  display: flex;
  flex-direction: row;
}

.imageEditions {
  background-color: #e3e3e3;
  border: 1px solid #9d9d9d;
  border-radius: 10px;
  padding: 10px;
}

.imageEditions img{
  border: 3px solid #fff;
  border-radius: 10px;
  height: 300px;
  margin: 0px;
  width: auto;
}

.imgWrapper img{
  height: 300px;
  margin: 0px;
  width: auto;
}

.infoEditions, .infoMemoryday, .infoNews{
  padding-left: 20px;
}

.infoEditions h3, .infoMemoryday h3, .infoNews h3{
  margin-top: 0px;
  text-align: left;
}

.linkMemoryDay, .linkNews{
  padding-top: 20px;
}

.linkMemoryDay a:hover, .linkNews a: hover{
  color: #000;
}

/* video */

.wrapperInnerVideo{
  display: grid;
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.titleVideo{
  height: 100px;
  padding-bottom: 20px;
}

.titleVideo h3{
  margin-bottom: 20px;
}

/* docs */

.wrapperDocs{
  border: 1px solid #9d9d9d;
  border-bottom: none;
  display: flex;
  flex-direction: column;
}

.wrapperDocsItem{
  display: flex;
  flex-direction: row;
}

.wrapperDocsItem .col{
  padding: 15px;
}

.wrapperDocsItem .colTitle{
  border-right: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
  width: 70%;
}

.wrapperDocsItem .colLink{
  border-bottom: 1px solid #9d9d9d;
  text-align: center;
  width: 30%;
}



/* footer */

.container .text-muted {
  font-size: 16px;
  line-height: 17px;
  margin: 0;
  text-align: center;
}

.container-full{
  background-color: #e0e0e0;
  height: auto;
  width: 100%;
}

#footer{
  background-color: transparent;
  height: auto;
  position: relative;
  top: 100%;
}

#footer > .navbar{
  min-height: 41px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /*overflow: hidden;*/
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

#footer > .navbar ul{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#footer > .navbar ul li{
  display: inline-block;
}

#footer > .navbar ul li a{
  color: #989898;
  font-size: 16px;
  line-height: 17px;
  padding: 12px 7px 12px 7px;
  text-decoration: none;
  text-transform: uppercase;
}

#footer > .navbar ul li a:hover{
  background-color: #9d9d9d;
  color: #fff;
}

#footer > .navbar > .container{
  padding-left: 23px;
  padding-right: 23px;
}

.container-partner{
  min-height: 206px;
}

.container-partner .table{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
 /* height: 150px;*/
}

.container-partner .link{
  display: block;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 150px;
}

.container-contact{
  height: 266px;
  position: relative;
  width: 100%;
}

.innerFooterContact{
  background-image: url(../images/footerscreen.png);
  display: flex;
  flex-direction: row;
  height: 266px;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1060;
}

.innerFooterContact .col-1{
  display: flex;
  flex-direction: column;
  width: 116%;
}

.innerFooterContact .row-1{
  height: 35%;
  width: 100%;
}

.innerFooterContact .title > h1{
  color: #989898;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0.7px;
  margin-top: 9px;
  text-transform: uppercase;
}

.bigsize{
  color: #000;
  font-size: 29.33px;
  letter-spacing: normal;
}

.innerFooterContact .row-2{
  display: flex;
  flex-direction: row;
  height: 65%;
  width: 100%;
}

.innerFooterContact .col-2-1{
  width: 55%;
}

.address{
  color: #989898;
}

.address a{
  color: #000;
}

.innerFooterContact .col-2-2{
  width: 45%;
}

.workinghours{
  color: #989898;
}

.blacktext{
  color: #000;
}

.innerFooterContact .col-2{
  width: 34%;
}

.backline{
  background: linear-gradient(90deg, rgba(239,239,239,1) 20%, rgba(224,224,224,1) 80%);
  bottom: 0;
  height: 61px;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.social{
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 74px;
  justify-content: center;
}

.socialIcon{
  margin: 0 10px;
}

.copyright{
  padding-bottom: 17px;
}

.copyright a:hover{
  color: #000;
}

code {
  font-size: 80%;
}

.item-2 .gradientEvents #138{
    font-size: 22px;
}