html{
    scroll-behavior: smooth;
}

body {
    background-color: #050505 !important;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 1.4em;
    padding: 0;
    margin: 0;
    color:#fff;
}
.container {
    display: block;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 15px;
    /*background: #fff;*/
    /*border: 1px solid #ddd;*/
    border-radius: 3px;
    background-color: #ccc !important;
    background: #050505!important;
}

@font-face {
    font-family: "Amatic";
	src: url(../fonts/AmaticSC-Regular.ttf); 
    font-style: normal;
    font-weight: normal;
}
       
@media (max-width: 1500px){
    .container{
        max-width: 1180px;
    }
 }
 @media (max-width: 1200px){
    .container{
        max-width: 100%;
    }
 }
.container > section {
    height: 100%;
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 2em;
}
.container.top-container{
    background: transparent;
    background-color: transparent!important;
    border: none;
    margin-bottom: -40px;
    margin-top: 0px;
    position: relative;
    padding-top: 0px;
}
h1, h2, h3, h4, h5,h6 {
    color: #494949;
    font-weight: 700;
}
.main-content-block h1,
.main-content-block h2,
.main-content-block h3,
.main-content-block h4,
.main-content-block h5,
.main-content-block h6 {
    text-align: center;
    
}
h1 {
    font-size: 30px;
    color: #137899;
	text-transform:uppercase;
}
h1 span{
    display: block;
}
h2 {
    font-size: 29px;
	text-transform:uppercase;
}
h3 {
    font-size: 24px;
}
 h4{
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
a {
    color: #af272d !important;
    text-decoration: none;
}
ul {
    padding-left: 2em;
}
img {
    max-width: 100%;
}
.mobile-only{
    display:none;
}
.disclaimer {
    max-width: 960px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-size: .85em;
}
.disclaimer p{
    color: #999;
    font-family: "Amatic";
    font-size: 22px;
    transform-origin: 0 0;
    transform: scale(1, 0.7);
}
.main-content-block h1{
    text-transform: uppercase;
    font-family: "Amatic";
    font-weight: 600;
    color: #af272d;
    font-size: 50px;

}
.exit-pano-button-block{
    z-index: 6;
    position: absolute;
    right: 30px;
    top: 30px;
}
.exit-pano-button2{
    background: #00000033;
    border-radius: 18px;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Amatic";
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    transition: all 0.5s;
    text-shadow: 1px 1px 1px #000, 0 0 1em #333333;
    margin-bottom: 10px;
}
.exit-pano-button2.unactive{
    color: #af272d;
}
.exit-pano-button2 a{
    color: #fff!important;
}
.exit-pano-button2 a:hover{
    color: #af272d!important;
}
@media (min-width: 768px) and (max-width: 991px)  {
    .container {
        padding: 0;
        border: 0;
        border-radius: 0;
    }
    .container.top-container{
        padding-top: 10px;
    }
}

@media (max-width: 767px)  {
    body {
        font-size: 16px;
    }
    .container {
        padding: 0;
        margin: 0 0 1em;
        border: 0;
        border-radius: 0;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 19px;
    }
    h3 {
        font-size: 16px;
    }
    .container.top-container {
        margin-top: 0px;
        padding-top: 5px;
        margin-bottom: 20px;
    }
}
.zero {
    padding-top: 20px;
    width: 100%;
    min-height: 1px;
    clear: both;
}
.main-content-block{
    min-height: 700px;
}
.top-container{
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.new-last-news{
    color: #bbb;
    font-family: "Amatic";
    font-size: 14px;
    /* font-stretch: 200%; */
    transform-origin: 0 0;
    transform: scale(1.5, 1); 
    width: 180px;
    transition: all 0.5s;
}
.new-logo{
   display: block;
   width: 180px;
   height: 75px;
   position: relative;
}
.new-logo.unactive{
    display: none;
}
#logo-start{
    cursor:pointer;
}
#logo-open .sublink a{
    position: absolute;
    height: 20px;
    right: 5px;
}
#logo-open .sublink a:first-child{
    width: 80px;
    top: 90px;
}
#logo-open .sublink a:nth-child(2){
    width: 102px;
    top: 122px;
}
#logo-open .sublink a:nth-child(3){
    width: 117px;
    top: 155px;
}
#dop-btn{
    top: 50px;
    position: absolute;
    z-index: 6;
    left: 50px;
    z-index: 6;
    background: #00000033;
    border-radius: 18px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-family: "Amatic";
    font-weight: 600;
    color: #aa2b31;
    font-size: 15px;
    transform: scale(1.5, 1);
    transition: all 0.5s;
    text-shadow: 1px 1px 1px #000, 0 0 1em #333333;
    cursor: pointer;
    display:none;
}
#dop-btn.active{
    display:block;
}
#dop-btn img{
    width: 24px;
}
#dop-btn img.normal{
    display:block;
}
#dop-btn img.hovered{
    display:none;
}

#dop-btn:hover img.normal{
    display:none;
}
#dop-btn:hover img.hovered{
    display:block;
}
.sub-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.item-cat,
a.item-cat{
    color: #bbb !important;
    font-family: "Amatic";
    font-size: 22px;
    transition: all 0.5s;
    cursor: pointer;
    text-decoration: none;
}
.item-cat.active,
a.item-cat.active{
    color: #fff !important;
    text-decoration: none;
}
a.item-cat:hover{
    text-decoration: none;
}
.item-cat.unactive{
    color: #666!important;
    cursor:default;
}
.item-cat:hover{
    color:#af272d;
}
.row-panos{
    display: none;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 60px;
    margin-bottom: 60px;
}
.row-panos.active{
    display: flex;
}
.row-panos.notop.active{
    margin-top: 0;
    margin-bottom: 0;
    display: block;
}
.row-panos .item-pano {
    width: calc(33.3333% - 15px);
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
}
.row-panos .item-pano .item-text{
    color: #fff;
    font-family: "Amatic";
    /* font-stretch: 200%; */
    transform-origin: 0 0;
    transition: all 0.5s;
    font-size: 30px;
    transform: scale(1, 0.75);
    font-weight: 600;
}
.row-panos .item-pano:hover .item-text{
    color: #af272d;
}
.row-panos .item-pano .item-img{
    width: 300px;
    height: 300px;
    border: 5px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 auto 40px;
    position: relative;
    overflow: hidden;
}
.row-panos .item-pano .item-img img{
    width: 290px;
    height: 290px;
    border-radius: 50%;
    margin: auto;
}
.new-block{
    position: absolute;
    bottom: 0;
    background: #922025;
    color: #fff;
    height: 50px;
    width: 100%;
    overflow: hidden;
    border-top: 3px #fff solid;
    display: none;
    transition:all 0.5s;
    text-transform: uppercase;
    font-family: "Amatic";
    font-weight: 600;
    font-size: 24px;
}
.new-block span{
    margin: auto;
}



/*.new-block.new-block-12-23,
.new-block.new-block-01-24,
.new-block.new-block-02-24,
.new-block.new-block-03-24,
.new-block.new-block-04-24,
.new-block.new-block-05-24,
.new-block.new-block-06-24,
.new-block.new-block-07-24,
.new-block.new-block-08-24,
.new-block.new-block-09-24,
.new-block.new-block-10-24,
.new-block.new-block-11-24,
.new-block.new-block-12-24,
.new-block.new-block-01-25,
.new-block.new-block-02-25,
.new-block.new-block-03-25,
.new-block.new-block-04-25,
.new-block.new-block-05-25,
.new-block.new-block-06-25,
.new-block.new-block-07-25,*/
.new-block.new-block-08-25,
.new-block.new-block-09-25,
.new-block.new-block-10-25,
.new-block.new-block-11-25,
.new-block.new-block-12-25,
.new-block.new-block-01-26,
.new-block.new-block-02-26,
.new-block.new-block-03-26,
.new-block.new-block-04-26,
.new-block.new-block-05-26,
.new-block.new-block-06-26{
    display: flex;
}
.fixed-block{
    position: absolute;
    top: 0;
    background: #922025;
    color: #fff;
    height: 50px;
    width: 100%;
    overflow: hidden;
    border-bottom: 3px #fff solid;
    display: flex;
    transition:all 0.5s;
    text-transform: uppercase;
    font-family: "Amatic";
    font-weight: 600;
    font-size: 24px;
}
.fixed-block span{
    margin: auto;
}
.rare-block{
    position: absolute;
    right: 0;
    background: #922025;
    color: #fff;
    width: 50px;
    height: 100%;
    overflow: hidden;
    border-left: 3px #fff solid;
    display: flex;
    transition: all 0.5s;
    text-transform: uppercase;
    font-family: "Amatic";
    font-weight: 600;
    font-size: 18px;
    top: 0;
}
.rare-block span{
    margin: auto;
    transform: rotate(90deg);
}
.row-panos .item-pano:hover .new-block,
.row-panos .item-pano:hover .fixed-block,
.row-panos .item-pano:hover .rare-block{
    background: #fff;
    color: #922025;
    font-weight: 900;
}
h1.top-header{
    text-transform: uppercase;
    font-family: "Amatic";
    font-weight: 600;
    color: #af272d;
    font-size: 32px;
    cursor: default;
}
.main-menu{
    width: 100%;
    height: fit-content;
}
.main-menu ul{
    margin-top: 50px;
    margin-bottom: 50px;
    height: calc(100vh - 300px);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
}
.main-menu ul li{
    width: 100%;
    display: flex;
}
.main-menu ul li a {
    margin: auto;
    text-transform: uppercase;
    font-family: "Amatic";
    font-weight: 600;
    color: #fff!important;
    font-size: 35px;
    transition: all 0.5s;
}
.main-menu ul li a:hover {
    color: #af272d!important;
    text-decoration: none;
    
}
.main-menu ul li a.unactive{
    color: #555!important;
    cursor: default;
}
.main-menu ul li a.unactive:hover{
    color: #555!important;
}
.top-container a{
    text-transform: uppercase;
    font-family: "Amatic";
    font-weight: 600;
    color: #fff!important;
    font-size: 32px;
}
.top-container a:hover {
    color: #fff!important;
    text-decoration: none;
    
}
.main-content-block h1{
    margin-top: 100px;
}
.sub-sub-row{
    min-height: 32px;
    box-sizing: border-box;
    display:none;
}
.sub-sub-row.active{
    display:flex;
}
#upbutton {
    background: url(../img/up3.svg) no-repeat scroll;
    background-size: contain;
    height: 60px;
    width: 60px;
    bottom: 30px;
    right: 15px !important;
    cursor: pointer;
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
    opacity: 0.85 !important;
    transition: all .5s;
}
#upbutton:hover {
    opacity: 1 !important;
}
#exit-pano-button a{
    color: #fff!important;
}
#exit-pano-button a:hover {
    text-decoration: none;
    color: #aa2b31!important;
}
.tour-block{
    position: absolute;
    z-index: 6;
    left: 50px;
    z-index: 6;
    background: #00000033;
    border-radius: 18px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-family: "Amatic";
    font-weight: 600;
    color: #aa2b31;
    font-size: 15px;
    transform: scale(1.5, 1);
    transition: all 0.5s;
    text-shadow: 1px 1px 1px #000, 0 0 1em #333333;
    top: 50px;
    display:none;
    position: relative;
    width: fit-content;
    padding-top: 35px;
}
.tour-block .title{
    display: block;
    text-align: center;
}
.tour-block .btn2.unactive{
    color: #999;
    cursor: default;
}
.tour-block a{
    color: #fff!important;
    text-decoration: none;
    font-size: 13px;
}
.tour-block a:hover{
    color: #aa2b31!important;
    text-decoration: none!important;
}
.tour-block .row-btns{
   text-align: center; 
}
.tour-block .sub-tour-block-2{
   margin-top: 20px;
}
.tour-block.active{
    display:block;
}
#dop-btn-close{
    text-align: right;
    font-size: 21px;
    transform: scale(2, 1);
    position: absolute;
    top: 5px;
    right: 25px;
    cursor: pointer;
    color:#fff;
    width: 30px;
    padding-right: 5px;
}
#dop-btn-close:hover{
    color:#aa2b31;
}
#exit-pano-button{
	top: 50px;
    position: fixed;
    right: 50px;
    z-index: 6;
    background: #00000033;
    border-radius: 18px;
    padding: 5px 20px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Amatic";
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    /* transform-origin: 0 0; */
    transform: scale(1.5, 1);
    transition: all 0.5s;
    text-shadow: 1px 1px 1px #000, 0 0 1em #333333;
}
#exit-pano-button:hover{
    color:#af272d;
}
@media (max-width: 600px){
     .main {
        width: 100vw;
        height: 100%;
        background-size: contain;
    }
    .h1,
    h1 {
        font-size: 28px!important;
    }
    .h2,
    h2 {
        font-size: 21px!important;
    }
    .h3,
    h3 {
        font-size: 17px!important;
        font-weight: 600;
    }
    .desctop-only{
        display:none;
    }
    .mobile-only{
        display:block;
    }
    .new-last-news {
        width: 75px;
        font-size: 12px;
    }
    .new-logo {
        width: 150px;
        height: 70px;
    }
    #logo-open .sublink a:first-child {
        width: 67px;
        top: 73px;
    }
    #logo-open .sublink a:nth-child(2) {
        width: 83px;
        top: 100px;
    }
    #logo-open .sublink a:nth-child(3) {
        width: 97px;
        top: 129px;
    }
    h1.top-header {
        font-size: 28px;
    }
    .main-menu ul li a {
        font-size: 28px;
    }
    .disclaimer p {
        font-size: 18px;
    }
    .row-panos .item-pano {
        width: 100%;
    }
    .item-cat {
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }
    #exit-pano-button {
        font-size: 12px;
        top: 10px;
        right: 30px;
        padding: 5px 10px;
    }
    #dop-btn {
        top: 10px;
        left: 20px;
        padding: 5px 10px;
    }
    #dop-btn img {
        width: 16px;
    }
    .tour-block {
        font-size: 12px;
        left: 40px;
        padding: 5px 10px;
        padding-top: 25px;
        top: 10px;
    }
    .main {
       width: 100%;
    }
    #dop-btn-close {
        font-size: 15px;
        top: 5px;
        right: 15px;
    }
    .tour-block .sub-tour-block-2 {
        margin-top: 10px;
    }
    
}
@media (max-width: 400px){
    .container > section {
        height: auto;
    }
    .main-content-block {
        min-height: calc(100vh - 200px);
    }
    h1.top-header {
        text-align: center;
    }
}
@media (min-width: 1201px){
    .container {
        width: 1196px!important;
    }
}