body {
    font-family: 'Druk Cyr';
    background-color: #fff;  
    font-weight: 300;
}

.main {
    font-family: 'Druk Cyr';
    background-color: #fff;  
    font-weight: 300;
}

.scaleing {
    animation: scaleing 5s infinite linear;
}
    
.go-line {
    font-family: sans-serif;
    white-space: nowrap;
    animation: go-line 20s infinite linear; 
    margin: 0;
}    
         
.contakt-grid {
    display: grid;
    grid-template-columns: 50% 25% 25%;
    grid-template-rows: repeat(3, minmax(154px, 305px));
    justify-content: space-between;
    background-color: white;
    color: black;
}
  
.border-work {
    border: 1px solid black;
}
  
.block_map_contakt {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
} 
        
.block_map_contakt_mob {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
    display: none
} 
  
.block_form_contakt {
    display: flex;
    align-items: center;
    grid-column-start: 2;
    grid-column-end: 4;
    padding: 8px;
}

.block_form_contakt-one {
    width: 50%
}

.block_form_contakt-two {
    text-align: center;
}

.block_form_contakt-title {
    font-size: 26px;
    font-weight: 500;
}

.block_form_contakt-desc {
    font-size: 20px;
    font-weight: 200;
}

.block_form_contakt-btn {
    font-size: 50px;
    background: #f40256;
    border: 2px solid black;
    border-radius: 50%;
    height: 70px;
    line-height: 40px;
}
  
.block_info_contakt {
    grid-row-start: 2;
    grid-row-end: 4;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 24px;
    font-weight: 400;
} 

.block_info_contakt-title {
    margin-bottom: 0px;
}

.block_info_contakt-subtitle {
    margin-bottom: 2px;
}

.block_info_contakt-desc {
    font-weight: 200;
    font-size: 20px;
    color: black;
}

.block_info_contakt-description {
    margin-bottom: 22px;
    color: black;
    font-weight: 200;
    font-size: 20px;
}

  
.block_marshrut_contakt {
    text-align: center;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
  
.block_sotrud_contakt {
    background-color: #f40256;;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}      
      
.block_social_contakt {   
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}

.block_social_contakt-img {
    width: 37px;
}
  
.block_sotrud_contakt-mail {
    color: white;
    font-weight: 200;
    font-size: 28px;   
}
  
.footer_menu-new {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    max-width: 220px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 200;
} 

.footer_menu-new_two-block {
    margin-top: 0;
}
  
.image_heart-buybutton {
    width: 0px;
}
        
.block__buytiket-new {
    width: 46%;
}
        
.block__buytiket-new-all {
    background: #f40256;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    height: 150px;
}
        
.block__buytiket-new-all-text {
    color: #fff;
}
        
.footer_menu-new-social {
    display: flex;
    align-items: center;
    max-width: 100px;
    justify-content: center;
    flex-direction: column;
}

.footer_menu-new-social-img {
    width: 37px;
    margin: 7px;
}

.footer_menu-new_link {
    color: white;
}

.footer_menu-new-btn {
    width: 100%;
}

.footer_menu-new-btn_block {
    height: 100px;
    margin: 20px 50px;
    border-radius: 20px;
    border: 3px solid;
    background-color: white;
}

.footer_menu-new-btns {
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 3px solid;
    background-color: white;
    box-shadow: 5px 5px;
    box-shadow: beige;
}

.footer_menu-new-btn-link {
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 94px;
    background: black;
    background-color: black;
    border-radius: 20px;
    font-size: 30px;
    font-weight: 200;
    color: white;
}
  
.footer_new-information {
    font-weight: 200;
}

.block__kak-dobtat {
    height: 600px;
}
        
.anim-a-site:hover {
    transform: scale(1.5);
}
  
.anim-buy-site:hover {
    transform: translate(-10px, -10px);
}      
     
.main_galety-stop {
    width: 50%;  
}
    
.main_image-stop {
    width: 100%;  
}
    
.main_galety-full {
    width: 50%;  
}
        
.page__desc_museum {
    text-align: center;
    color: black;
    font-size: 40px;
    width: 90%;
    margin: 30px auto;
}
    
.main_buy-full {
    width: 50%;  
}

#modal-content {
    display: none;
    position: fixed;
    z-index: 9999999;
    background: #FFF;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 700px;
    width: 100%;
    text-align: center;
    padding: 10px 20px; 
    border: 4px solid #337ab70d;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
}

#modal-close {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    padding: 8px 16px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    background: #000000;
  font-family: Arial,sans-serif;
}

#modal-close:hover {
    color: #FFF;
}

#modal-close:after,
#modal-close:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #337AB7;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}

#modal-close:before {
    top: -6px;
}

#modal-close:hover:after,
#modal-close:hover:before {
    width: 100%;
    left: 0;
}
    
.image_heart {
    width: 100px;
    height: 100px;
}
    
.quick-links-band {
    padding-inline-start: 0;
    line-height: 1.15;
    max-width: 400px;
    /*padding: 0 1rem;*/
    list-style-type: none;
    font-size: 12px;
    margin: 0px auto 0;
    position: relative;
    z-index: 2;
}
  
.quick-links-band>li {
    /*background-color: rgb(245 0 255);*/
    background-color: #720c3c;
    max-width: 350px;
    background-image: none;
    display: flex;
    align-items: center;
}
  
.quick-links-band__link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    /*color: #006db7;*/
    padding: 1em;
}
  
.quick-links-band__link:hover {
    background: rgba(0,0,0,.05);
}
  
.quick-links-band svg {
    margin-right: 1em;
}
  
.quick-links-band svg {
    width: 3rem;
    height: 3rem;
}
  
.quick-links-band svg:not(:root) {
    overflow: hidden;
    flex: none;
    display: block;
}
  
.quick-links-band__content {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
  
.quick-links-band__content__text {
    color: #FFF;
}
  
.quick-links-band__content__text>span {
    display: block;
    font-size: 1.45em;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    margin-bottom: 4px;
}
  
.quick-links-band__content__arrow {
    color: #d01012;
}
  
.quick-links-band__content__arrow svg {
    height: 1.6em;
    width: 1em;
    margin: 0!important;
}
  
.iTicketMain {
    overflow: hidden;
    flex: none;
    display: block;
    width: 5rem;
    height: 5rem;
    margin-right: 1em;
}
  
.dTickets {
    background-color: #3a2c4a;
}
  
.quick-links-band>li {
    border: 1px solid #720c3c;
}
  
.containerTicket2 {
    background-image: none;
    background-color: #f0f;
}
  
.dCashbox {
    background-color: #8200ff;
    padding-top: 2rem;
}
  
.dCashboxPromo {
    margin-top: 3rem;
}
  
.quick-links-band__content__text .sPrices {
    font-size: 1.5rem;
    display: inline;
}
  
.quick-links-band__content__text .sPriceNew {
    font-size: 1.75rem;
}
  
.main__title_block-new {
    background-color: #fff;
    display: flex; 
    flex-direction: row;
    text-align: right;
    justify-content: space-between; 
    align-content: center;
    align-items: center; 
    padding: 50px 10px;
}

.main__title-new {
    color: black;
    /*font-size: 150px;*/
    font-size: 100px;
    line-height: 100px;
    /*line-height: 160px;*/
} 
    
.main__buyticket-block {
    width: 40%;
    position: relative;
}
   
.sPriceOld {
    position: relative;
}
  
.sPriceOld:before {
    border-bottom: 3px solid orange;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    transform: rotate(-12deg);
    top:0;
    left:-5px;
}
    
.title-disc, .desc-disc {
    font-family: Lato,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}

.main__title-new-page {
    text-align: center;
    font-size: 80px;
}

.information__galeria {
    opacity: 0;
}
  
.information__galeria:hover {
    opacity: 1;
}