header{
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.2);
}
header .container{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    justify-content: space-between;
}
header .container .leftHead {
    height: 120px;
    min-width: 353px;
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
header .container .rightHead{
    display: flex;
    max-width: 350px;
    height: 120px;
    width: 45%;
    align-items: center;
    justify-content: space-between;
}
header .container .menu{
    width: 48px;
    height: 48px;
    background-image: url('../img/menuIcon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    cursor: pointer;
    transition: 450ms;
}
header .container .menu:hover{
    transform: rotate(45deg);
}
.logo{
    width: 353px;
    height: 60px;
    text-decoration: none;
    display: flex;
    background-image: url(../img/logo.svg);
    background-size: 60px;
    background-position: 0 center;
    padding: 13px 13px 13px 73px;
    color: var(--bmc);
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}
.b{
    min-height:1000px;
    border-radius: 90px 90px;
    background-color: #ffffff;
}
.b .container{
    z-index: 1;
}
.b h2{
    font-weight: 800;
    font-size: 64px;
    line-height: 100%;
    margin: 0 0 20px 0;
}
.b p{
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
}
.b2, .b3, .b4, .b5, .b6, .b7, .b8{
    background-size: cover;
    background-position: center center;
    z-index: 0;
}
.b2, .b4{
    margin-top:-90px;
}
.b3, .b9{
    background-color:var(--bmc2);
    border-radius: 0;
}

.shadow{
    background-color: #272B2F61;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}
.shadow1{
    background-image: url(../img/shadow1.png);
    background-size: contain;
    background-position: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b1{
    background-image: url('../img/blocks/b1.jpg');
    color: var(--bmc);
    border-radius:0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height:100vh;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}
.b1 .container{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.b1 .container h2{
    font-weight: 800;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}
.b1 .container h2 span {
    font-weight: 400;
    font-size: 36px;
    line-height: 193%;
    text-transform: none;
}
.social{
    width: 75px;
    height: 30px;
    display: inline-flex;
}
.social a{
    width: 75px;
    height: 30px;
    display: inline-flex;
    justify-content: space-between;
    flex-direction: row;
}
.social a.in{
    background-image: url('../img/social/inicon.svg');
}
.social a.fb{
    background-image: url('../img/social/fbicon.svg');
}
.searchIcon{
        width: 24px;
        height: 24px;
        text-decoration: none;
        display: block;
        background-image: url('../img/searchIcon.svg');
        background-size: 24px;
        padding:0;
}
.langSelector {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--bmc);
    width: 189px;
}
.langSelector a {
    display: flex;
    background-color: rgba(0, 0, 0, .1);
    text-decoration: none;
    color: var(--bmc);
    padding: 6px 7px;
    border-radius: 5px;
    font-size: 14px;
    transition: 200ms;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    width: 45px;
}
.langSelector a:hover {
    display: flex;
    background-color: rgba(0, 0, 0, .3);
}
.b2{
    padding:170px 0;
    overflow-x: hidden;
}
.b2 h2{
    color:var(--bmc2);
}
.b2 p{
    color:var(--bmc2);
}
.b2 .monumentsWrap{
    height: 560px;
    margin: 60px auto;
    padding: 0 0 0 20%;
}
.b2 .monuments {
    height: 560px;
    /*border: 1px #ccc solid;*/
    /*background-color: #ccc;*/
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    max-width: 1920px;
    min-width: 1744px;
}
.b2 .monuments a.item {
    height: 560px;
    width: 274px;
    border-radius: 30px;
    margin: 0 20px 0 0;
    background-position: center center;
    background-size: cover;
    display: flex;
    text-decoration: none;
    color: var(--bmc);
    align-items: flex-end;
    justify-content: center;
    text-align: left;
    
}
.b2 .monuments a.item .description {
    font-weight: 700;
    font-size: 15px;
    line-height: 120%;
    height: 132px;
    width: 100%;
    padding: 20px 20px 30px 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0) 88%);
    border-radius: 0 0 30px 30px;
}
.b .owl-nav {
    width: 90px;
    height: 40px;
    display: flex;
    position: absolute;
    left: 60%;
    right: auto;
    top: -128px;
    justify-content: space-between;
}
.b .owl-nav .owl-prev, .b .owl-nav .owl-next{
    width: 40px;
    height: 40px;
    
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position: 0 0!important;
}
.b .owl-nav .owl-prev{
    background-image: url('../img/arrowLeftBlack.svg')!important;
}
.b .owl-nav .owl-next{
    background-image: url('../img/arrowRightBlack.svg')!important;
}
.b .owl-nav .owl-prev span, .b .owl-nav .owl-next span{
    display: none;
}
.b3{
    padding:170px 0;
}
.b3 h2, .b3 p{
    color:var(--bmc);
}
.b3 .sko{
    width: 100%;
    height: 316px;
    border-radius: 60px;
    margin-top: 60px;
    color: var(--bmc);
    background-image: url(../img/p1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.b3 .sko .description {
    position: relative;
    width: 548px;
    height: 150px;
    background-image: url('../img/ieg1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 center;
    color: var(--bmc);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    padding: 0 0 0 68px;
    margin: 0 0 0 20px;
    display: flex;
    align-items: center;
}
.b3 .sko .monument{
    width: 487px;
    height: 496px;
    background-image: url('../img/p2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position:0 0;
    position: absolute;
    bottom: 0;
    top:auto;
    right:82px;
    left:auto;
}
.b3 .categories {
    height: 200px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    margin: 66px auto;
}
.b3 .categories a.cat {
    display: flex;
    background-repeat: no-repeat;
    background-size: 88px;
    background-position: 55px center;
    height: 200px;
    width: 488px;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: var(--bmc);
    text-decoration: none;
    padding: 0 0 0 200px;
    text-align: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
}
.b3 .categories a.cat1{
    background-image: url('../img/mainIcon1.svg');
}
.b3 .categories a.cat2{
    background-image: url('../img/mainIcon2.svg');
}
.b4{
    display: flex;
    align-items: center;
    
}
.b4 .attractons{
    width: 1156px;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.b4 .attractons .a {
    display: flex;
    color: var(--bmc);
    width: 372px;
    height: 550px;
    text-align: center;
    text-decoration: none;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    transition: 300ms;

}
.b4 .attractons .a:hover {
    margin-top:-10px
}
.b4 .attractons .a span {
    width: 100%;
    box-sizing: border-box;
    height: 89px;
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding: 3% 6%;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0) 88%);
    border-radius: 0 0 30px 30px;
}
.b4 .attractons .a:hover> span {
    background: linear-gradient(180deg,rgba(25, 36, 236, 0.021) 0%, rgba(25, 36, 236, 0.707) 88%);
    transition: 300ms;
}
.b5 .b5Slider{
    height: 100%;
    width: 100%;
}
.b5 .b5Slider .b5Slide{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 1000px;
}
.b5 .b5Slider .b5Slide .container{
    padding: 171px 0 220px 0;

}
.b5 .b5Wrap{
    width: 100%;
    height: 100%;
    z-index: 9;
}
.b5 .b5Wrap .container {
    padding: 171px 0 220px 0;
    position: absolute;
    left: 50%;
    margin-left: -580px;
}
.b5 .b5Wrap .container h2{
    font-weight: 800;
    font-size: 64px;
    line-height: 140%;
    color:var(--bmc);
}
.b5 .b5Wrap .container p{
    font-weight: 800;
    font-size: 20px;
    line-height: 120%;
    color:var(--bmc);
}
.b5 .b5Slider .b5Slide .container span{
    font-weight: 800;
    font-size: 64px;
    line-height: 100%;
    position: absolute;
    top:600px;
    width:50%;
    color:var(--bmc);
}
.b5 .b5Slider .owl-nav {
    left: 60%;
    right: auto;
    top: 618px;
}
.b5 .b5Slider .owl-prev {
    background-image: url('../img/arrowLeftWhite.svg')!important;
}
.b5 .b5Slider .owl-next {
    background-image: url('../img/arrowRightWhite.svg')!important;
}
.b6{
    padding:170px 0;
}
.b6 .container{

}
.b6 .container h2{
    font-weight: 800;
    font-size: 64px;
    line-height: 100%;
    color: var(--bmc2);
}
.b6 .container .newsWrap {
    margin-top: 60px;
    width: 100%;
    height: 551px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    justify-items: start;
}
.b6 .container .newsWrap .oneNew{
    width: 570px;
    height: 242px;
    display: flex;
    text-decoration: none;
    margin:0 20px 47px 0;
    border-radius: 30px;
    color:var(--bmc2);
}
.b6 .container .newsWrap .oneNew .newPic{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px 0 0 30px;
    width: 315px;
    height: 242px;
}
.b6 .container .newsWrap .oneNew .newBody {
    width: 315px;
    height: 242px;
    position: absolute;
    border-radius: 30px 0 0 30px;
    background-color: var(--bmc);
    box-sizing: border-box;
    padding: 17px 25px;
    z-index: 2;
    right: 0;
    left: auto;
}
.newDate{
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
}
.newTitle{
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 130%;
    margin-top: 10px;
}
.newDescription{
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    margin-top: 27px;
}
.b7 .b7Slider{
    height: 100%;
    width: 100%;
}
.b7 .b7Slider .b7Slide{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 1000px;
}
.b7 .b7Slider .b7Slide .container{
    padding: 171px 0 220px 0;

}
.b7 .b7Wrap{
    width: 100%;
    height: 100%;
    z-index: 9;
}
.b7 .b7Wrap .container {
    padding: 171px 0 220px 0;
    position: absolute;
    left: 50%;
    margin-left: -580px;
}
.b7 .b7Wrap .container h2{
    font-weight: 800;
    font-size: 64px;
    line-height: 140%;
    color:var(--bmc);
}
.b7 .b7Wrap .container p{
    font-weight: 800;
    font-size: 20px;
    line-height: 120%;
    color:var(--bmc);
}
.b7 .b7Slider .b7Slide .container span{
    font-weight: 800;
    font-size: 64px;
    line-height: 100%;
    position: absolute;
    top:600px;
    width:50%;
    color:var(--bmc);
}
.b7 .b7Slider .owl-nav {
    left: 60%;
    right: auto;
    top: 618px;
}
.b7 .b7Slider .owl-prev {
    background-image: url('../img/arrowLeftWhite.svg')!important;
}
.b7 .b7Slider .owl-next {
    background-image: url('../img/arrowRightWhite.svg')!important;
}
.b8{
    padding:170px 0;
    overflow-x: hidden;
}
.b8 h2{
    color:var(--bmc2);
}
.b8 p{
    color:var(--bmc2);
}
.b8 .monumentsWrap2{
    height: 560px;
    margin: 60px auto;
    padding: 0 0 0 20%;
}
.b8 .monuments2 {
    height: 560px;
    /*border: 1px #ccc solid;*/
    /*background-color: #ccc;*/
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    max-width: 1920px;
    min-width: 1744px;
}
.b8 .monuments2 a.item {
    height: 560px;
    width: 274px;
    border-radius: 30px;
    margin: 0 20px 0 0;
    background-position: center center;
    background-size: cover;
    display: flex;
    text-decoration: none;
    color: var(--bmc);
    align-items: flex-end;
    justify-content: center;
    text-align: left;
}
.b8 .monuments2 a.item .description {
    font-weight: 700;
    font-size: 15px;
    line-height: 120%;
    height: 162px;
    width: 100%;
    padding: 50px 20px 30px 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0) 88%);
    border-radius: 0 0 30px 30px;
}
.b9 .container{
    padding:170px 0;
}
.b9 h2{
    font-weight: 800;
    font-size: 64px;
    line-height: 140%;
    color:var(--bmc);
}
.b9 h3{
    font-family: Inter;
    font-size: 40px;
    line-height: 100%;
    color: var(--bmc);
    margin-bottom: 20px;
}
.b9 p{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color:var(--bmc);
}
.b9 .container:first-child .infoBusApp {
    background-image: url('../img/infobusIcon.svg');
    background-repeat: no-repeat;
    background-size: 76px;
    background-position: 0 0;
    height: 180px;
    padding: 10px 20px 10px 105px;
    margin: 60px 0 20px 0;
    display: block;
    text-decoration: none;
    color:var(--bmc);
}
.b9 .container:first-child .gisApp{
    background-image: url('../img/2gisIcon.svg');
    background-repeat: no-repeat;
    background-size: 76px;
    background-position: 0 0;
    height: 272px;
    padding:10px 20px 10px 105px;
    display: block;
    text-decoration: none;
    color:var(--bmc);
}
.b9 span.altApps {
    display: flex;
    height: 58px;
    width: 70%;
    align-items: center;
    margin: 10px 0 40px 105px;
    justify-content: flex-start;
    position: relative;
    top: -53px;
}
.b9 span.altApps a{
    display: block;
    border:0;
    outline:0;
    height: 57px;
    width: 183px;
    margin:0 30px 0 0;
}
.b9 span.altApps img{
    height: 57px;
    width: 183px;
}
.b9 .container:nth-child(2) {
    padding: 0;
    height: 60px;
    bottom: 60px;
    top: auto;
    display: flex;
    justify-content: space-between;
}
/* page */
.page .container {
    padding: 170px 30px;
    margin: 0 auto;
    width: 1260px;
}
.page .container h2, #page_title {
    font-weight: 800;
    font-size: 48px;
    line-height: 140%;
    margin: 25px 0;
    color: var(--mc);
}
.page .container h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    margin: 5px 0 15px 0;
    color: var(--mc);
}
.page .container h4 {
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
    margin: 5px 0 15px 0;
    color: var(--mc);
}
/* навигация */
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    background: #A5A7B0;
    border-radius: 50%;
    position: absolute;
    margin: 3px;
    z-index: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.6);
    box-shadow: none;
}
#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 12px;
    height: 12px;
    margin: 30px 0;
    position: relative;
}
.page-info{
    padding:5px;
    font-size: 12px;
    color:#666;
    text-align: right;
    float: right;
    background-color: rgb(206, 255, 239);
    border-radius: 5px;
    margin:5px;
}
#bread_crumbs a{
    color:darkcyan;
    font-size: 12px;
}
#page_content table {
    width: 100%;
    font-size: 14px;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin-bottom:15px;
}

#page_content thead tr {
    background-color: #58c2de;
    color: #fff;
    text-align: center;
}

#page_content tbody tr:nth-child(odd) {
    background-color: rgba(153,255,143,.2);
}

#page_content tbody tr:nth-child(even) {
    background-color: #fff;
}

#page_content td {
    border: 1px solid #ccc;
    padding: 7px 10px;
    border-collapse: collapse;
}
#page_content img{
    margin:5px;
    border-radius:5px;
}
#page_content p{
    margin-bottom: 15px;
    line-height: 120%;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
    background:#515255;
}
#fp-nav ul li a.active, .fp-slidesNav ul li a.active {
    border: 1px #fff solid;
    padding: 5px;
    border-radius: 20px;
}
 #fp-nav ul li a.active > .fp-tooltip {
    left: 30px;
    top: 5px;
}
#fp-nav ul li .fp-tooltip {
    top: 3px;
}
/* newsItem */
#newsList{
    list-style:none;
}
#newsList li {
    margin: 10px 0 20px 0;
    font-size: 20px;
    padding: 3px;
}
#newsList li a{
    color:var(--bmc2);
    font-size: 20px;
}
#newsList .newsDate {
    width: 109px;
    background-color: #ccc;
    border-radius: 6px;
    padding: 5px 12px;
    font-variant: diagonal-fractions;
    display: inline-flex;
    height: fit-content;
    align-items: center;
    justify-content: center;
}