* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

body {
	height: 100%;
	font-family: 'Circe', 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
}

:root {
    --font-size--html: 20px;
    --font-size--h1: 64px;
    --font-size--h2: 48px;
    --font-size--h3: 24px;
    --font-size--small: 18px;
    --font-size--hashtags: 16px;
    --font-size--little: 14px;
}

.wrapper {
	min-width: 300px;
	max-width: 100%;
	min-height: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1628px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.section {
	margin: 100px 0;
}

a#specialButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 999;
    background: #ffffff;
    height: 50px;
    border-radius: 20px 0 0 20px;
    vertical-align: middle;
    padding: 5px;
}

/* header */

.header {
    width: 100%;
    position: absolute;
    z-index: 10;
}

.header.black {
    position: relative;
}

.header-top .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 32px;
}

.header-top {
    color: #ffffff;
    background: #CA2A29;
    border-radius: 0 0 24px 24px;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 20px;
    line-height: 29.48px;
}

.header-top-left {
    display: flex;
    flex-wrap: wrap;
    gap: 56px;
}

.lang-select span {
    color: #FFFFFF;
}

.lang-select span.separator-ru,
.lang-select a {
    color: #FFFFFF99;
    text-decoration: none;
}

.lang-mobile {
    display: none;
}

.separator-en, .separator-active-en {
    display: none;
}

.header-date span {
    text-transform: lowercase;
}

.header-weather {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.header-main .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-main-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.header-logo {
    font-size: 0;
    width: 96px;
    height: 96px;
}

.header-logo img {
    width: 100%;
}

.header-user-account {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	gap: 20px;
}

.mobile-user-account {
    display: none;
}

.btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: Unbounded;
    font-weight: 400;
    font-size: var(--font-size--html);
    line-height: 1;
    color: #ffffff;
    padding: 10px;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
    gap: 12px;
}

.btn-default {
	width: fit-content!important;
	padding: 12px 24px;
    border-radius: 12px;
    border-width: 1px;
    background: #CA2A29;
    border: 1px solid #ffffff;
	max-height: 56px;
}

.main.page.location #mse2_mfilter .btn_more,
.main.page #pdopage .btn-more {
    width: fit-content;
    margin-bottom: 60px;
}

.btn-opacity {
    background: none;
}

.header-controls {
    position: relative;
    z-index: 100;
}

/* header end */

/* Menu */

.open-menu span {
    margin-top: 3px;
}

.menu-burger {
    width: 28px;
    height: 28px;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu-burger > div {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 28px;
    height: 2px;
    border-radius: 2px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu-burger > div:before,
.menu-burger > div:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -8px;
    left: 0;
    width: 28px;
    height: 2px;
    border-radius: 2px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-burger > div:after {
    top: 8px;
}

.open-menu.active .menu-burger > div {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    position: fixed;
    width: 28px;
}

.open-menu.active .menu-burger > div {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	background: #ffffff;
	position: fixed;
	width: 28px;
}

.open-menu.active .menu-burger > div:before, 
.open-menu.active .menu-burger > div:after { 
	top: 0; 
	-webkit-transform: rotate(90deg); 
	-ms-transform: rotate(90deg); 
	transform: rotate(90deg);
	background: #ffffff;
	position: fixed;
	width: 28px;
}

.open-menu.active .menu-burger > div:after {
	opacity: 0; 
	position: fixed;
	width: 28px;
}

.menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: none;
	z-index: 99;
}

.menu {
    position: absolute;
    background: #ffffff;
    width: calc(100% - 80px);
    max-width: 1548px;
    min-width: 300px;
    max-height: 750px;
    height: calc(100vh - 195px);
    left: 50%;
    top: 175px;
    transform: translate(-50%, 0);
    z-index: 99999;
    box-sizing: border-box;
    border-radius: 40px;
    overflow: auto;
}

.menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    overflow: auto;
    background: #CA2A29;
}

.menu-item {
    width: 33.3%;
    padding: 80px 48px 65px;
    box-sizing: border-box;
    background: #CA2A29;
}

.menu-item.item_1,
.menu-item.item_2 {
	background: #ffffff;
}

/*.menu-item.item_2 {
    width: 66.7%;
}*/

.menu-item.item_1,
.menu-item.item_2 {
    width: 25%;
}

.menu-item.item_3 {
    width: 50%;
}

.submenu {
    display: flex;
    gap: 40px;
}

/*.submenu ul {
    width: 50%;
}*/

.menu-item-title {
    width: 100%;
    font-family: Unbounded;
    font-weight: 400;
    font-size: var(--font-size--html);
    line-height: 1.3;
    color: #ffffff;
}

.menu-item.item_1 .menu-item-title,
.menu-item.item_2 .menu-item-title {
	color: #0A0A0A;
}

.menu-item-wrapper {
	position: relative;
    height: 100%;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
	gap: 40px;
}

.menu-item-wrapper:before {
    content: '';
    position: absolute;
    top: -30px;
    left: -49px;
    border-left: 1px solid #ffffff;
    height: calc(100% + 48px);
}

.menu-item-wrapper ul {
    list-style: none;
	margin-bottom: -16px;
}

.menu-item-wrapper ul li {
    margin-bottom: 16px;
}

.menu-item.item_1 .menu-item-wrapper ul li a,
.menu-item.item_2 .menu-item-wrapper ul li a {
	color: #131313;
}

.menu-item-wrapper ul li a {
    font-weight: 700;
    font-size: var(--font-size--html);
    line-height: 1.3;
    text-decoration: none;
    color: #ffffff;
}

.close-menu {

}

.no-scroll {
    overflow-y: hidden;
}

/* Menu end */

.main {
	background: #FBFBFB;
	padding-bottom: 815px;
}

.main.page {
	background: #ffffff;
}

/* slider */

.main-slider {
    position: relative;
	min-height: 700px;
	height: 100vh;
}

.main-slider:after {
    content: '';
    display: block;
    padding-top: 57%;
}

.main-slider-block.owl-carousel {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-slider-block.owl-carousel .owl-stage-outer,
.main-slider-block.owl-carousel .owl-stage {
	height: 100%;
}

.load {
	transform: rotate(-90deg);  
	stroke: #CA2A29;
}

.load circle {
	stroke-dasharray: 100; 
}

.main-slider-block.owl-carousel .owl-dots {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	max-width: 1628px;
    margin: -16px -8px;
    padding: 0 40px;
	bottom: 160px;
	left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.main-slider-block.owl-carousel button.owl-dot {
	position: relative;
	background: #FFFFFF99;
    width: 16px;
    height: 16px;
    border-radius: 50%;
	margin: 16px;
	padding: 8px;
}

.main-slider-block.owl-carousel button.owl-dot.active {
	background: #FFFFFF;
}

.main-slider-block.owl-carousel button.owl-dot.active .load-time {
	display: block;
}

.main-slider-block.owl-carousel button.owl-dot .load-time {
	font-size: 0;
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(-1, 1);
    -ms-transform: translate(-50%, -50%) scale(-1, 1);
    -o-transform: translate(-50%, -50%) scale(-1, 1);
    transform: translate(-50%, -50%) scale(-1, 1);
}

.main-slider-block.owl-carousel .owl-item {
	width: 100%;
	height: 100%;
}

.main-slider-item {
    font-size: 0;
	width: 100%;
	height: 100%;
}

.main-slider-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(31, 31, 31, 0.75) 30%, rgba(10, 10, 10, 0.225) 100%);
    left: 0;
    top: 0;
}

.main-slider-item img {
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider-item-info {
    position: absolute;
    bottom: 244px;
    z-index: 2;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.main-slider-item-title {
    margin-bottom: 52px;
}

.main-slider-item-title h2,
.article-cover-title h1,
.article-block-section h1,
.article-block-section h2,
.tour-cover-title h1,
.tour-block-section h1,
.tour-block-section h2,
.title {
    font-family: Unbounded;
    font-weight: 400;
    font-size: var(--font-size--h1);
    line-height: 1.1;
    color: #ffffff;
}

.article-block-section h1,
.article-block-section h2,
.tour-block-section h1,
.tour-block-section h2,
.title {
    font-size: var(--font-size--h2);
}

.main-slider-item-btn {
    display: flex;
    gap: 24px;
}

.main-slider-block.owl-carousel .btn-default img {
    width: auto;
    height: auto;
    position: relative;
}

/* slider end */

/* map */

.main-map {
    position: relative;
}

img.hand_anim {
    display: none;
}

/*
.main-map:before,
.main-map:after {
    position: absolute;
    content: '';
    background: url(../images/pattern-map.png);
    width: 707px;
    height: 585px;
    left: -366px;
    top: -410px;
    transform: rotate(-45deg);
}

.main-map:after {
	left: auto;
    right: -366px;
    transform: rotate(45deg);
}
*/

.main-map:before,
.main-map:after {
    position: absolute;
    content: '';
    top: -100px;
    left: -55px;
    width: 110px;
    height: 200%;
    background: url(../images/lace.svg);
	background-size: contain;
    opacity: 0.5;
	filter: contrast(0);
}

.main-map:after {
    left: auto;
    right: -55px;
}

.main-map-block {
    position: relative;
}

.main-map-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.map-trees {
    position: absolute;
    top: 0;
    left: 0;
}

.map-point {
	position: absolute;
}

.main-map-block-points {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.map-point-image {
    display: flex;
    align-items: flex-end;
    width: 80px;
    height: 80px;
}

.map-point-title {
    display: flex;
    align-items: center;
    font-size: 0;
}

.map-point-title span {
    font-family: Circe;
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    margin-left: 7px;
	margin-right: 7px;
	color: #3E3E3E;
}

.map-point.vologda .map-point-title span {
    font-size: 24px;
	color: #CA3535;
}

.map-point-title-icon {
    font-size: 0;
    width: 24px;
    height: 24px;
}

.map-point.vologda .map-point-title-icon {
    width: 32px;
    height: 32px;
}

.map-point-title-icon img,
.map-point-image img {
    transition: all 0.5s ease-out;
}

.map-point-title-icon img {
	transform-origin: bottom;
}

.map-point.vologda .map-point-title-icon img {
    transform-origin: center;
}

.map-point-image img {
	transform-origin: left bottom;
}

.map-point:hover .map-point-title-icon img {
	transform: scale(0.8);
}

.map-point:hover .map-point-image img {
	transform: scale(1.25);
}

/* map-point */

.map-point.vytegra {
    top: 13.2%;
    left: 16.7%;
}

.map-point.belozersk {
    left: 19.3%;
    top: 37.75%;
}

.map-point.ustyuzhna {
    top: 64.5%;
    left: 18.9%;
}

.map-point.ferapontov {
    top: 38.4%;
    left: 31.85%;
}

.map-point.ustie {
    top: 49.7%;
    left: 35.4%;
}

.map-point.cherepovets {
    top: 59.35%;
    left: 26.95%;
}

.map-point.kirilov {
    top: 42.45%;
    left: 24.15%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.map-point.vologda {
    top: 58.25%;
    left: 40.35%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.map-point.vologda .map-point-image img,
.map-point.totma .map-point-image img,
.map-point.kirilov .map-point-image img {
    transform-origin: right bottom;
}

.map-point.totma {
    top: 39.3%;
    left: 62.55%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.map-point.ustug {
    top: 21.7%;
    left: 77.45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.map-point.ustug .map-point-image img {
    transform-origin: center bottom;
}

.map-plane {
    position: absolute;
    max-width: 32px;
    width: 1.95vw;
    height: 1.95vw;
    left: 8px;
    bottom: 23px;
}

.map-point.ustug .map-plane {
    left: auto;
    right: 6px;
    bottom: 20px;
}

.map-point.cherepovets .map-plane {
    left: -11px;
    bottom: 21px;
}

/* map-point end */

.nearby-block {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ca2a29;
    padding: 16px 32px;
    border-radius: 24px 0 0 24px;
	color: #ffffff;
	z-index: 2;
}

.nearby-block-title {
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
	margin-bottom: 10px;
}

.nearby-block-route {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 440px;
	gap: 20px;
}

.nearby-block-city {
    font-weight: 400;
    font-size: 20px;
    line-height: 29.48px;
}

.nearby-block-route-option {
    width: 76px;
    text-align: center;
}

.nearby-block-route-line {
	position: relative;
    background: #ffffff;
    height: 1px;
    width: 100%;
    margin: 4px 0;
}

.nearby-block-route-line:after,
.nearby-block-route-line:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    background: #ffffff;
    border-radius: 7px;
    top: -3px;
    left: -4px;
}

.nearby-block-route-line:before {
    right: -4px;
    left: auto;
}

.nearby-block-transport {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF99;
}

/* Анимация */

.nearby-block-route-wrapper {
    display: none;
}

/* Анимация end */

/* map end */

.red-block {
    background: #CA2A29;
    border-radius: 40px;
    padding: 40px 0;
}

.main-places.radius-top-no .red-block {
    border-radius: 0 0 40px 40px;
}

/* places */

.main-places {
    position: relative;
}

.main-places .title-index {
    margin-bottom: 40px;
}

.main-places-wrapper {
    padding-bottom: 432px;
    margin-bottom: -332px;
}

.main.location .main-places-wrapper {
    padding-bottom: 60px;
    margin-bottom: 0;
}

.main-places-tabs {
    margin-bottom: 40px;
}

.main-places-tabs p {
    font-weight: 400;
    font-size: var(--font-size--html);
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 32px;
}

.places-tabs-list-wrapper {
    overflow: auto;
    margin-top: -40px;
    border-radius: 0 0 40px 40px;
    margin-bottom: 64px;
    background: #a63a3a;
}

.main-places-tabs ul.ui-tabs-nav,
.main-places-tabs ul.tabs-nav {
    list-style: none;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #A63A3A;
}

.main-places-tabs ul.ui-tabs-nav li,
.main-places-tabs ul.tabs-nav li {
    display: flex;
    align-items: center;
    flex-grow: 1;
    text-align: center;
}

.main-places-tabs ul.ui-tabs-nav li.ui-tabs-active,
.main-places-tabs ul.ui-tabs-nav li:hover,
.main-places-tabs ul.tabs-nav li.active,
.main-places-tabs ul.tabs-nav li:hover {
    background: #ca2a29;
}

.main-places-tabs ul.ui-tabs-nav li a,
.main-places-tabs ul.tabs-nav li a {
    display: block;
    font-family: Unbounded;
    font-weight: 700;
    font-size: var(--font-size--html);
    line-height: 1.1;
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    height: auto;
    padding: 24px;
    box-sizing: border-box;
}

.tab-item .button-more.btn {
    display: none;
}

.places-list {
    display: flex;
	gap: 64px;
}

.places-item {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    flex-grow: 1;
}

.places-item:after {
    content: '';
    display: block;
    padding-top: 140%;
}

.places-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.favourites-btn {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 64px;
    height: 64px;
    background: #FFFFFF4D;
    backdrop-filter: blur(8px);
    border-radius: 8px;
    padding: 12px;
    z-index: 4;
    box-sizing: border-box;
}

.favourites-btn img {
    position: relative;
    object-fit: none;
}

.places-bg-img {
	position: absolute;
    width: 100%;
    height: 100%;
	/*background: linear-gradient(180deg, rgba(62, 62, 62, 0.2) 0%, rgba(62, 62, 62, 0.8) 100%);*/
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	z-index: 1;
}

.places-item-info {
    position: absolute;
    z-index: 2;
    padding: 32px;
    bottom: 0;
    left: 0;
}

.places-item-info h3 {
    font-family: Unbounded;
    font-weight: 400;
    font-size: var(--font-size--h3);
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 12px;
}

.main-places-tabs .places-item-info p,
.places-item-info p {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    margin: 0;
}

.places-item-info span img {
    width: 28px!important;
    height: 28px;
    position: relative;
}

.places-item-info span {
    display: flex;
    align-items: end;
    gap: 8px;
    color: #ffffff;
    font-family: Unbounded;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-top: 12px;
}

a.link-item {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
}

.places-list.owl-carousel .owl-nav,
.block-list.owl-carousel .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    pointer-events: none;
}

.places-list.owl-carousel .owl-stage-outer,
.block-list.owl-carousel .owl-stage-outer { 
	overflow: visible;
}

.places-list.owl-carousel .owl-item,
.block-list.owl-carousel .owl-item {
   opacity: 0;
   transition: opacity 500ms;
}
.places-list.owl-carousel .owl-item.active,
.block-list.owl-carousel .owl-item.active {
	opacity: 1;
}

.places-list.owl-carousel .owl-nav button.owl-prev,
.places-list.owl-carousel .owl-nav button.owl-next,
.block-list.owl-carousel .owl-nav button.owl-prev,
.block-list.owl-carousel .owl-nav button.owl-next {
    font-size: 0;
    background: none;
    border: none;
    outline: none;
    pointer-events: auto;
    position: absolute;
	right: -112px;
}

.places-list.owl-carousel .owl-nav button.owl-prev,
.block-list.owl-carousel .owl-nav button.owl-prev {
    transform: rotate(180deg);
	left: -112px;
	right: auto;
}

.block-list.owl-carousel .owl-nav button.owl-prev.disabled,
.block-list.owl-carousel .owl-nav button.owl-next.disabled {
    opacity: 0;
	transition: all 0.5s ease-out;
	pointer-events: none;
}

.block-list.owl-carousel .owl-nav button.owl-prev,
.block-list.owl-carousel .owl-nav button.owl-next {
    opacity: 1;
	transition: all 0.5s ease-out;
}

.places-list.owl-carousel .owl-dots,
.block-list.owl-carousel .owl-dots {
    position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.places-list.owl-carousel button.owl-dot,
.block-list.owl-carousel button.owl-dot {
    background: #ffffff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin: 0 8px;
	opacity: 0.5;
}

.block-list.owl-carousel button.owl-dot {
    background: #CA3535;
}

.places-list.owl-carousel button.owl-dot.active,
.block-list.owl-carousel button.owl-dot.active {
	opacity: 1;
}

/* places end */

.pdf_file {
	height: 0px;
	padding-bottom: 79%;
	position: relative;
	background: #313131;
}

.pdf_file object {
	width: 100%;
	height: 100%;
	position: absolute;
}

/* food */

.main-food {
    position: relative;
}

.main-food-wrapper {
    padding: 88px;
    background: #ffffff;
    border-radius: 40px;
    box-shadow: 0px 4px 50px 0px #0000001A;
    box-sizing: border-box;
}

.main-food-wrapper.owl-carousel .owl-stage-outer { 
	overflow: visible;
}

.main-food-wrapper.owl-carousel .owl-item {
   opacity: 0;
   transition: opacity 500ms;
}

.main-food-wrapper.owl-carousel .owl-item.active {
	opacity: 1;
}

.main-food-title {
	position: relative;
    margin-bottom: 92px;
}

.main-food-title:after {
    content: '';
    display: block;
    background: url(../images/bird.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 224px;
    height: 212px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.title-index {
	position: relative;
    z-index: 1;
}

.main-food-title-label {
	position: relative;
    display: flex;
    align-items: center;
    font-family: Unbounded;
    font-weight: 400;
    font-size: var(--font-size--html);
    line-height: 1.2;
    gap: 12px;
    color: #CA3535;
    margin-bottom: 20px;
	z-index: 1;
}

.main-food-title-label img,
.main-food-info img {
    width: auto !important;
}

.main-food-down {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
}

.main-food-image {
    width: calc(100% - 412px);
    font-size: 0;
    overflow: hidden;
    border-radius: 20px;
}

.main-food-image img {
    width: 100%!important;
    height: 100%;
    object-fit: cover;
}

.main-food-info {
    max-width: 348px;
    font-weight: 400;
    font-size: var(--font-size--html);
    line-height: 1.3;
    color: #131313;
}

.main-food-info a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #131313;
    text-decoration: none;
    font-weight: 700;
	margin-top: 36px;
}

/* food end */

.title-index.title-center {
	text-align: center;
}

.main-poster .button-more.btn,
.main-events .button-more.btn {
    width: fit-content;
    margin: 0 auto;
}

.poster-list .block-item-title {
    margin-bottom: 32px;
}

.block-item-down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-weight: 400;
    font-size: var(--font-size--small);
    line-height: 1.2;
    color: #727272;
}

.block-item-down img {
    width: auto!important;
}

.block-item-city,
.block-item-date {
    display: flex;
    align-items: center;
    gap: 8px;
}

.block-list.owl-carousel .owl-stage {
    display: flex;
}

.block-list.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
    /* height: 100%; */
}

/* route */

.main-route .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 120px;
}

.main-route {
	position: relative;
}

.main-route:before,
.main-route:after {
    position: absolute;
    content: '';
    top: 0;
    left: -55px;
    width: 110px;
    height: 100%;
    background: url(../images/lace.svg);
    background-size: contain;
    opacity: 0.5;
}

.main-route:after {
	left: auto;
    right: -55px;
}

.main-route-info {
    max-width: 628px;
}

.main-route-info h2 {
    font-family: Unbounded;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #ffffff;
}

.main-route-info p {
    font-family: Circe;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 64px;
}

.main-route-image {
	position: relative;
    width: calc(100% - 748px);
    font-size: 0;
}

.main-route-image img {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.main-update {
	position: relative;
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    font-size: 0;
    background: #866359;
}

.main-update:after {
    content: '';
    display: block;
    padding-top: 43.7%;
}

.main-update img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.add-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 18px;
    background-color: #CA2A29;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 4;
    top: 20px;
    right: 20px;
}

.add-button.added {
    color: #CA2A29;
    background-color: #ffffff;
}

.add-button:hover {
    background-color: #ffffff;
}

.add-button.added:hover {
    background-color: #CA2A29;
}

.add-button:hover svg,
.add-button.added svg {
    stroke: #CA2A29;
}

.add-button.added:hover svg {
    stroke: #ffffff;
}

.route-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    display: none;
    z-index: 5;
}
 
.add-button svg {
    stroke: #ffffff;
}

.route-info {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
    color: #333;
}

.route-buttons {
    display: flex;
    gap: 10px;
}

.route-button {
    flex: 1;
    padding: 20px;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    font-size: 22px;
    transition: background-color 0.3s ease;
}

.clear-button {
    background-color: #6c757d;
    color: white;
}

.clear-button:hover {
    background-color: #5a6268;
}

.build-button {
    background: #ca2a29;
    color: #ffffff;
    border: 1px solid #ca2a29;
}

.build-button:hover {
    background: #ffffff;
    color: #ca2a29;
    border: 1px solid #ca2a29;
}

@media (max-width: 768px) {
    .places-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .route-buttons {
        flex-direction: column;
    }
}

/* route end */

.title-index h2 {
	color: #3E3E3E;
	font-family: Unbounded;
	font-weight: 400;
	font-size: var(--font-size--h2);
	line-height: 1.2;
}

.block-list {
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0;
    gap: 64px;
}

.popup-content .block-list {
    margin: 0;
}

.block-item {
    width: 100%;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 4px 50px 0px #0000001A;
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-grow: inherit;
}

.poster-block-near-list {
    margin-bottom: 95px;
}

.poster-block-near-list.owl-carousel .owl-stage {
    padding-left: 0!important;
}

.poster-block-near-list.owl-carousel .owl-nav button.owl-next,
.poster-block-near-list.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: none;
    left: -25px;
    pointer-events: auto;
}

.poster-block-near-list.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -25px;
}

.poster-block-near-list.owl-carousel.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 100%;
    height: 50px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    pointer-events: none;
}

.poster-block-near-list.owl-carousel .owl-stage-outer:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    right: 0;
    pointer-events: none;
}

.main.page.poster .block-item.block-item-near {
    width: 100%;
}

.block-item.block-item-near .block-item-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(31, 31, 31, 0.5) 30%, rgba(10, 10, 10, 0.15) 100%);
    z-index: 1;
}

.block-item.block-item-near .block-item-image:after {
    padding-top: 40%;
}

.block-item.block-item-near img.censorship_img {
    z-index: 2;
}

.block-item.block-item-near .block-item-info {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    height: auto;
    z-index: 2;
}

.block-item.block-item-near .block-item-title h3 {
    font-family: Unbounded;
    font-weight: 400;
    font-size: 38px;
    line-height: 1;
    color: #ffffff;
}

.block-item.block-item-near .block-item-down {
    justify-content: flex-start;
    color: #ffffff;
}

.main.page.poster .block-list {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.main.page.location .block-list {
    gap: 32px;
}

.main.page.poster .block-item,
.main.page.location .block-item {
    width: calc(25% - 24px);
}

.main.page.location .owl-carousel .block-item {
    width: 100%;
}

.block-item-image {
    position: relative;
    font-size: 0;
}

.block-item-image:after {
    content: '';
    display: block;
    padding-top: 87.22%;
}

.block-item-image img {
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

img.censorship_img {
    width: 40px!important;
    height: 40px;
    bottom: 10px;
    right: 10px;
}

.block-item-image .label-wrapper {
    position: absolute;
    padding: 24px;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 16px;
}

.block-item-image .label,
.block-item-image .label-red {
    font-family: Circe;
    font-weight: 400;
    font-size: 20px;
    line-height: 29.48px;
    color: #FFFFFF;
    background: #252525;
    padding: 1px 16px;
    border-radius: 40px;
}

.block-item-image .label-red {
	background: #CA2A29;
}

.block-item-info {
    height: 100%;
    padding: 24px;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.block-item-title h3 {
    font-family: Circe;
    font-weight: 400;
    font-size: var(--font-size--html);
    line-height: 1.3;
}

.block-item-title h3 {
    font-size: var(--font-size--small);
}

.button-more {
	color: #CA3535;
}

/* article / tour */

.article-cover,
.tour-cover {
    position: relative;
    min-height: 100vh;
    height: auto;
    display: flex;
    align-items: flex-end;
}

.article-cover:after,
.tour-cover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(31, 31, 31, 0.75) 30%, rgba(10, 10, 10, 0.225) 100%);
    left: 0;
    top: 0;
}

.article-cover picture,
.article-cover img,
.tour-cover picture,
.tour-cover img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-cover-info,
.tour-cover-info {
    position: relative;
    padding-top: 198px;
    padding-bottom: 80px;
    z-index: 2;
}

.article-cover-title,
.tour-cover-title {
    max-width: 1270px;
}

.article-cover-title,
.title-page {
    margin-bottom: 60px;
}

.article-cover-intro {
    max-width: 800px;
}

.article-cover-intro p {
    color: #ffffff;
    font-weight: 400;
    font-size: var(--font-size--html);
    line-height: 1.2;
}

.article-cover-btn {
    margin-top: 60px;
}

.article-cover-btn img {
    width: auto;
    height: auto;
    position: relative;
}

.article-block-section h1,
.article-block-section h2,
.tour-block-section h1,
.tour-block-section h2,
.title {
    color: #3E3E3E;
    max-width: 1300px;
}

.article-block-info {
    margin-top: 60px;
    margin-bottom: 100px;
}

.article-block-info {
    margin-top: 60px;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
}

.article-block-info-text {
    width: 70%;
}

.article-block-info-text.wdth100 {
    width: 100%;
}

.tour-block-intro,
.article-block-info-text p,
.article-block-info-text ul {
    font-weight: 400;
    font-size: var(--font-size--html);
    line-height: 1.2;
    margin-bottom: 20px;
    color: #3E3E3E;
}

.article-block-info-text ul {
    margin-left: 40px;
}

.article-block-info-text a {
    color: #CA2A29;
    font-weight: 700;
    text-decoration: none;
}

.article-block-info-image {
    border-radius: 20px;
    overflow: hidden;
    width: calc(30% - 100px);
    box-shadow: 0px 4px 50px 0px #0000001A;
}

.article-block-info-image.wdth100 {
    width: 100%;
}

.article-block-info-image.no_shadow {
    box-shadow: none;
}

.article-block-info-image img {
    font-size: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.red_title {
    color: #CA2A29!important;
}

.article-block-player {
    max-width: 1530px;
    margin: 0px auto;
}

.article-block-player > div {
    position: relative;
    padding-bottom: 50%;
    height: 0px;
}

.article-block-player iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/*.tour-block-intro,*/
.tour-block-final,
.tour-block-final p {
    font-family: Unbounded;
    font-weight: 300;
    font-size: var(--font-size--h2);
    line-height: 1.3;
}

.tour-block-intro {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.tour-block-intro:before {
    position: absolute;
    content: '';
    top: 0;
    left: -55px;
    width: 110px;
    height: 100%;
    background: url(../images/lace-red.svg);
    background-size: contain;
    opacity: 1;
}

.tour-block-intro .container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.grey-block-section {
    background: #F5F5F5;
    border-radius: 20px;
    padding: 106px 40px 70px;
    margin-bottom: 130px;
}

.grey-block-section .title {
    margin-bottom: 70px;
}

.list-star-wrapper {
    display: flex;
    gap: 120px;
}

.list-star-wrapper ul {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    display: flex;
    flex-wrap: wrap;
    gap: 66px;
    list-style: none;
}

.list-star-wrapper ul li {
    background: url(../images/icon/location-on.svg) 0 -4px no-repeat;
    padding-left: 40px;
}

.tour-block-final {
    margin-bottom: 200px;
}


.main.page.location .article-cover-title,
.main.page.location .article-cover-intro {
    max-width: 700px;
}

.location-cover-point {
    margin-top: 80px;
    display: flex;
    gap: 80px;
    font-weight: 400;
    font-size: var(--font-size--html);
    line-height: 1;
    color: #ffffff;
}

.location-title {
    max-width: 860px;
    text-align: center;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;
}

.text-left {
    max-width: none;
    text-align: left;
}

/* article / tour end */

.location-excursion-block .main-food-image {
    width: calc(100% - 45% - 64px);
}

.location-excursion-block .main-food-info {
    max-width: 45%;
}

.main-food.location-excursion-block {
    display: block;
    margin-bottom: 100px;
}

/* Popup */

.popup-content .fancybox__content {
    max-width: 800px;
    border-radius: 40px;
}

.popup-content .fancybox__content h2 {
    font-size: var(--font-size--h3);
    margin-bottom: 10px;
}

.popup-content .fancybox__content p,
.popup-content .fancybox__content ul,
.popup-content .fancybox__content ol {
    font-size: var(--font-size--small);
}

.popup-content .fancybox__content ul {
    margin-left: 20px;
}

.scroll-table {
    width: 100%;
    min-width: 300px;
    max-width: none;
    overflow: auto;
}

.scroll-table table {
    min-width: 600px;
}

/* footer */

.footer {
	border-radius: 40px 40px 0 0;
	background: #CA2A29;
	height: auto;
	margin: -815px auto 0;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.footer-menu {
    padding-bottom: 80px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 80px;
}

.footer-menu-list {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 89px;
}

.footer-menu-item-title {
    font-family: Unbounded;
    font-weight: 400;
    font-size: var(--font-size--html);
    line-height: 1.3;
    margin-bottom: 40px;
	color: #ffffff;
}

.footer-menu-item ul {
    list-style: none;
	margin-bottom: -24px;
}

ul.last-block-menu {
    display: flex;
    flex-wrap: wrap;
}

ul.last-block-menu li {
    width: 100%;
}

ul.last-block-menu li.invest {
    order: 1;
}

.footer-menu-item ul li {
    margin-bottom: 24px;
}

.footer-menu-item ul a {
    font-family: Circe;
    font-weight: 700;
    font-size: var(--font-size--html);
    line-height: 1.3;
    color: #ffffff;
    text-decoration: none;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	color: #ffffff;
	font-family: Circe;
	font-weight: 400;
	font-size: var(--font-size--html);
    line-height: 1;
}

.footer-bottom a {
	color: #ffffff;
}

.footer-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 89px;
}

.footer-logo img {
    width: 96px;
}

.footer-social {
    text-align: center;
}

.footer-social a {
    display: inline-block;
	line-height: 0;
    font-size: 0;
    margin: 12px 10px 0 10px;
}

.footer-social a img {
    height: 33px;
}

/* footer end */

/* Breadcrumb */

ul.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 80px;
    font-weight: 400;
    font-size: var(--font-size--html);
    line-height: 1.2;
    color: #FFFFFF;
}

ul.breadcrumb li a {
    text-decoration: none;
    color: #FFFFFF99;
}

ul.breadcrumb li a:hover {
    color: #FFFFFF;
}

/* Breadcrumb end */

/* Location page */

.tour-block.location-point {
    margin-bottom: 48px;
}

.location-photo-gallery {
    margin-top: 48px;
}

.location-photo-gallery .container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.location-photo-gallery .location-photo-gallery-item {
    flex-grow: 1;
    width: 14%;
    border-radius: 16px;
    overflow: hidden;
    font-size: 0;
    position: relative;
}

.location-photo-gallery .location-photo-gallery-item:after {
    content: '';
    display: block;
    padding-top: 64%;
}

.location-photo-gallery .location-photo-gallery-item span {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #25252580;
    left: 0;
    top: 0;
    font-weight: 400;
    font-size: var(--font-size--html);
    line-height: 1.2;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/*.location-photo-gallery .location-photo-gallery-item.third-image span {
    display: none;
}*/

.location-photo-gallery .location-photo-gallery-item.first-image,
.location-photo-gallery .location-photo-gallery-item.second-image,
.location-photo-gallery .location-photo-gallery-item.third-image {
    width: calc(33% - 8px);
}

.location-photo-gallery .location-photo-gallery-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-photo-gallery .location-photo-gallery-item.hidden {
    display: none;
}

.tour-block.location-point .container {
    max-width: 800px;
}

.hashtags {
    margin-top: 70px;
    display: flex;
    gap: 16px;
}

.hashtags span {
    background: #E7E7E7;
    padding: 2px 12px;
    border-radius: 40px;
    font-weight: 400;
    font-size: var(--font-size--hashtags);
    line-height: 20px;
    color: #131313;
}

.location-point .location-title {
    margin-top: 16px;
    margin-bottom: 16px;
}

.conveniences-top {
    display: flex;
    align-items: baseline;
    margin-bottom: var(--font-size--html);
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #131313;
    gap: 16px;
}

.conveniences-top ul {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.conveniences-top ul li {
    font-weight: 400;
    font-size: var(--font-size--html);
    line-height: 1.4;
    color: #252525;
    margin-left: 16px;
}

.conveniences-top ul li:first-child {
    list-style: none;
    margin-left: 0;
}

.rating {
    margin-bottom: 48px;
}

.rating span {
    display: flex;
    align-items: end;
    font-family: Unbounded;
    font-weight: 400;
    font-size: var(--font-size--html);
    line-height: 1;
    color: #252525;
    gap: 8px;
}

.location-contacts-info {
    display: flex;
    gap: 64px;
    margin-bottom: 48px;
}

.location-contacts-info-item {
    max-width: 224px;
    width: 100%;
}

.location-contacts-info-item img {
    margin-bottom: 16px;
}

.location-contacts-info-item p {
    font-weight: 400;
    font-size: var(--font-size--little);
    line-height: 1.4;
}

.location-contacts-info-item a {
    color: #CA3535;
    text-decoration: none;
}

.location-contacts-info-item a:hover {
    text-decoration: underline;
}

.conveniences-detailed {
    margin-bottom: 60px;
}

.conveniences-detailed h3 {
    font-weight: 700;
    font-size: var(--font-size--h3);
    line-height: 1;
    color: #131313;
    margin-bottom: 16px;
}

.conveniences-detailed-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    list-style: none;
}

.conveniences-detailed-list li {
    display: flex;
    align-items: center;
    max-width: 240px;
    width: 100%;
    font-weight: 400;
    font-size: var(--font-size--little);
    line-height: 1.4;
}

.conveniences-detailed-list li img {
    margin-right: 16px;
    width: 24px;
    height: 24px;
}

.location-description h3 {
    font-weight: 700;
    font-size: var(--font-size--h3);
    line-height: 1;
    color: #131313;
    margin-bottom: 16px;
}

.location-description-text {
	overflow: hidden;
	position: relative;
    font-weight: 400;
    font-size: var(--font-size--small);
    line-height: 1.3;
    color: #3E3E3E;
}

.location-description-text p,
.location-description-text ol,
.location-description-text ul {
    margin-bottom: 16px;
}

.location-description-text.hide {
	height: 280px;
}

.location-description-text.hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}

a.location-description_toggle {
    font-family: Unbounded;
    font-weight: 400;
    font-size: var(--font-size--hashtags);
    line-height: 1;
    text-decoration: none;
    color: #CA3535;
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
}

.location-description_toggle img {
    height: 24px;
    width: 24px;
    display: inline-block;
    transform: rotate(90deg);
}

.location-description_toggle.open img {
    transform: rotate(-90deg);
}

.select_city,
.filters_item {
    position: relative;
    padding-bottom: 8px;
    flex: 1 1 100%;
}

.select_city,
.select_city a,
.filters_item,
.filters_item h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #3E3E3E;
    text-decoration: none;
    max-height: 55px;
}

.select_city p,
.filters_item h4 {
    padding: 18px 72px 18px 16px;
    background: #F2F2F2;
    border-radius: 12px;
}

.select_city p:after,
.filters_item h4:after {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/icon/rght.svg);
    background-size: cover;
    right: 20px;
    top: 16px;
    transform: rotate(90deg);
}

.select_city:hover p:after,
.filters_item:hover h4:after {
    transform: rotate(-90deg);
}

.select_city a,
.filter_list label {
    display: block;
    padding: 10px 16px;
}

.select_city a:hover,
.filter_list label:hover {
    background: #d8d8d8;
}

.select_city ul,
.filter_list {
    list-style: none;
    position: absolute;
    display: none;
    background: #F2F2F2;
    top: 63px;
    z-index: 10;
    width: 100%;
    border-radius: 12px;
    overflow: auto;
    max-height: 400px;
}

.select_city:hover ul,
.filters_item:hover .filter_list {
    display: block;
}

.filters form, .filters_list {
    display: flex;
    width: 100%;
}

.filters_list {
    gap: 16px;
}

.filters .btn,
.article-calendar .btn {
    background: #CA2A29;
    border: none;
    outline: none;
    border-radius: 12px;
    height: 55px;
    padding: 0 20px;
    margin-left: 16px;
}

.filter-results {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #3E3E3E;
    text-decoration: none;
}

.filter-results #mse2_selected {
    background: none;
}

.filter-results strong {
    margin-right: 6px;
}

.filter-results a {
    text-decoration: none;
    position: relative;
    margin-right: 10px;
}

.filter-results .mse2_selected_link em {
    font-style: normal;
    background: #ca2a29;
    padding: 2px 8px;
    border-radius: 8px;
    color: #ffffff!important;
}

.filter-results .mse2_selected_link sup {
    color: #3e3e3e;
    background: #ffffff;
    position: absolute;
    right: -10px;
    top: -10px;
    line-height: 1;
    height: 15px;
    width: 15px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #ca2a29;
}

/* Location end */

/* map adaptive */

/* PhotoBank */

.gallery-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.gallery-item {
    width: calc(25% - 24px);
    position: relative;
    font-size: 0;
    border-radius: 24px;
    overflow: hidden;
}

.gallery-item:after {
    content: '';
    display: block;
    padding-top: 62%;
}

.gallery-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

/* PhotoBank end */

/* Search */

.search-form {
    width: 100%;
    flex-wrap: nowrap;
}

.header-search {
    position: relative;
}

.header.black .header-search .btn {
    color: #000000;
}

.header.black .header-search button.btn {
    color: #ffffff;
}

.header-search .header-button {
    position: relative;
    z-index: 2;
}

.header-search .search-inner {
    min-width: 500px;
    position: absolute;
    top: 0;
    right: 0;
}

.header-search .search-inner .block-list {
    display: flex;
    margin: 0;
    margin-top: 60px;
    gap: 20px;
}

.main.page.location .search-form {
    gap: 20px;
}

.search-form input {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    outline: none;
    border: 1px solid #ddd;
    padding: 4px 20px;
    box-sizing: border-box;
}

.block-list.search-result.rows a {
    color: #ca2a29;
}

.main.page.poster .block-list.content-search,
.block-list.content-search {
    display: block;
}

.block-list.search-result.rows a:hover {
    opacity: 0.5;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
    overflow: hidden;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    border-radius: 12px;
    z-index: 1;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
}

.ui-menu .ui-menu-item-wrapper:hover {
    background: #ddd;
}

.ui-menu .ui-menu-item-wrapper .mse2-row {
    position: relative;
    padding: 8px;
    display: flex;
}

.ui-menu .ui-menu-item-wrapper a {
    display: inline-block;
    color: #000000;
    text-decoration: none;
    width: calc(100% - 18px);
    padding: 8px 0 8px 4px;
    margin: -8px 0;
    box-sizing: border-box;
}

.block-list .sticky-pagination {
    display: none;
}

/* Search end */

/* Calendar */

.article-block .tour-block-intro {
    font-family: Unbounded;
    font-weight: 300;
    font-size: 48px;
    line-height: 63px;
}

.article-block h2 {
    font-family: Unbounded;
    font-weight: 400;
    font-size: 48px;
    line-height: 63px;
    margin-bottom: 30px;
}

.article-block #mse2_results {
    margin-top: 40px;
}

.article-block .article-calendar .btn {
    margin-left: 0;
    margin-bottom: 80px !important;
}

#mse2_resource\|unpub_date {
    display: none;
}

.article-calendar .col-md-3 br,
.article-calendar .col-md-3 .form-group,
.article-calendar .col-md-9 h3,
.article-calendar .col-md-9 .row,
.article-calendar .col-md-9 div#mse2_selected_wrapper {
    display: none!important;
}

.article-calendar .block-item-title h3 {
    display: block!important;
}

.calendar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.calendar-container { 
    max-width: 100%;
    margin-bottom: 20px;
}

.calendar-header {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-bottom: 12px;
    font-size: 0.875rem;
    color: #999;
    user-select: none;
    min-height: 24px;
}

.custom-month-select {
    position: relative;
    min-width: 220px;
    max-height: 260px;
    font-size: 0.9rem;
    background: #fff;
    border: 1px solid #1d1d1d;
    border-radius: 12px;
    cursor: pointer;
    user-select: none;
    transition: border-color 0.2s;
    padding: 0;
    outline: none;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.custom-month-select:focus {
    border-color: #000;
}

.custom-month-select.open {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-color: #000;
}
  
.custom-month-selected {
    padding: 0 20px;
    font-weight: 700;
    font-size: 1rem;
    flex: 1 1 auto;
    color: #222;
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
  
.custom-month-arrow {
    width: 32px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
  
.custom-month-arrow:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: solid #222;
    border-width: 0 2px 2px 0;
    padding: 0;
    transform: rotate(45deg);
    margin-left: 2px;
    margin-right: 20px;
    transition: transform 0.2s;
}

.custom-month-select.open .custom-month-arrow:after {
    transform: rotate(-135deg);
}

.custom-month-dropdown {
    display: none;
    position: absolute;
    top: 46px;
    left: -1px;
    right: 0;
    background: #fff;
    border: 1px solid #1d1d1d;
    border-top: 0;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    z-index: 100;
    min-width: 220px;
    max-height: 260px;
    overflow-y: auto;
    padding: 8px 0;
}

.custom-month-select.open .custom-month-dropdown {
    display: block;
}

.custom-month-option {
    padding: 12px 24px;
    font-size: 1.05rem;
    cursor: pointer;
    color: #222;
    background: none;
    border: none;
    text-align: left;
    width: 100%;
    transition: background 0.15s, color 0.15s;
    outline: none;
    box-sizing: border-box;
}

.custom-month-option.selected {
    font-weight: 700;
    color: #bbb;
    background: none;
    cursor: default;
}

.custom-month-option:not(.selected):hover {
    background: #ffd5d5;
    color: #111;
}

.custom-month-dropdown::-webkit-scrollbar {
    width: 6px;
    background: #fff;
}

.custom-month-dropdown::-webkit-scrollbar-thumb {
    background: #a80403;
    border-radius: 4px;
}

.custom-month-dropdown {
    scrollbar-width: thin;
    scrollbar-color: #ca2a29 #fff;
}

.calendar-scroll-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.circle-button,
.slider-circle-button {
    flex: 0 0 auto;
    position: relative;
    width: 50px;
    height: 50px;
    background: #ca2a29;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    margin: 0 8px;
    transition: background-color 0.3s, filter 0.3s;
    z-index: 2;
}

.slider-circle-button {
    margin: 0;
}

.circle-button:active:not(.disabled),
.slider-circle-button:active:not(.disabled) {
    background-color: #a80403;
}

.circle-button.disabled,
.slider-circle-button.disabled {
    background: #ccc;
    cursor: default;
    box-shadow: none;
    filter: grayscale(1);
}

.circle-left::before,
.circle-right::before,
.slider-circle-left::before,
.slider-circle-right::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 2px;
    width: 8px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 0 2px 2px;
    border-radius: 2px;
    background: none;
    transform: translate(-50%, -50%) rotate(45deg);
    pointer-events: none;
}

.circle-right::before,
.slider-circle-right::before {
    transform: translate(-50%, -50%) rotate(-135deg);
    left: calc(50% - 2px);
    margin: 0 2px 0 0;
}

.calendar-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex: 1 1 auto;
    -ms-overflow-style: none;
    touch-action: pan-x;
}

.calendar-scroll::-webkit-scrollbar {
    display: none;
}

.calendar-days {
    display: flex;
    user-select: none;
    padding-bottom: 8px;
}

.month-block {
    display: flex;
    gap: 0;
    margin-right: 28px;
}

.month-block:first-child {
    margin-left: 0;
}

.day-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    width: 56px;
    min-width: 56px;
    justify-content: flex-start;
}

.month-section {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: max-content;
}

.month-header {
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
    width: 28px;
    height: 32px;
    line-height: 32px;
    padding-left: 16px;
    font-size: 0.75rem;
    color: #999;
    white-space: nowrap;
    user-select: none;
    box-sizing: border-box;
}

.day {
    width: 56px;
    padding: 8px 0 12px;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    color: #111;
}

.day.disabled {
    color: #bbb;
    cursor: default;
}

.day .date {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 4px;
    letter-spacing: -.04em;
}

.day .weekday {
    font-size: 0.75rem;
    line-height: 1;
    color: #666;
    text-transform: uppercase;
}

.day.saturday .weekday, .day.sunday .weekday {
    color: #e04f4f;
}

.day.saturday {
    color: #2a2a2a;
}

.day.selected-start,
.day.selected-end {
    background-color: #ca2a29;
    color: #ffffff;
}

.day.selected-start {
    border-radius: 12px 0 0 12px;
}

.day.selected-end {
    border-radius: 0 12px 12px 0;
}

.day.selected-start.single-selected {
    border-radius: 12px;
}

.day.in-range {
    background-color: #ffd5d5;
    color: #111;
    border-radius: 0;
}

.calendar-scroll-wrapper:after,.calendar-scroll-wrapper:before {
    position: absolute;
    top: 0px;
    right: 52px;
    bottom: 0;
    z-index: 1;
    width: 100px;
    background: linear-gradient(270deg,#fff .67%,rgba(239,243,245,0) 99.99%,hsla(0,0%,100%,0));
    opacity: 1;
    transition: .2s ease-out;
    content: "";
    pointer-events: none
}

.calendar-scroll-wrapper:before {
    left: 52px;
    right: auto;
    width: 75px;
    transform: rotate(180deg);
}

.calendar-start .calendar-scroll-wrapper:before {
    opacity: 0;
}

.calendar-scroll.dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.calendar-scroll {
    cursor: grab;
    cursor: -webkit-grab;
}

@media (hover: hover) {
    
    .day:hover:not(.selected-start):not(.selected-end):not(.in-range):not(.disabled) {
        background-color: #f0f4f5;
    }
    
    .day.in-range:hover {
        background-color: #ffd5d5;
    }
    
    .day.selected-start:hover, .day.selected-end:hover {
        background-color: #ca2a29;
    }
  
}
@media (max-width: 767px) {
    
    h1 {
        font-size: 28px;
        line-height: 28px;
        letter-spacing: -.84px;
    }
    
    .calendar {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    
    .circle-button {
        display: none;
    }
    
    .calendar-scroll-wrapper:after {
        right: 0;
    }
    
    .calendar-scroll-wrapper:before {
        left: 0;
    }
    
    .day {
        width: 36px;
    }
    
    .day-wrapper {
        width: 36px;
        min-width: 36px;
    }
    
    .month-header {
        padding-left: 5px;
    }
  
}

/* Calendar end */

/* Route */

.places-grid {
    margin-top: 100px;
}

.add-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 18px;
    background-color: #CA2A29;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 4;
    top: 20px;
    right: 20px;
}

.add-button.added {
    color: #CA2A29;
    background-color: #ffffff;
}

.add-button:hover {
    background-color: #ffffff;
}

.add-button.added:hover {
    background-color: #CA2A29;
}

.add-button:hover svg,
.add-button.added svg {
    stroke: #CA2A29;
}

.add-button.added:hover svg {
    stroke: #ffffff;
}

.route-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    display: none;
    z-index: 5;
}
 
.add-button svg {
    stroke: #ffffff;
}

.route-info {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
    color: #333;
}

.route-buttons {
    display: flex;
    gap: 10px;
}

.route-button {
    flex: 1;
    padding: 20px;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    font-size: 22px;
    transition: background-color 0.3s ease;
}

.clear-button {
    background-color: #6c757d;
    color: white;
}

.clear-button:hover {
    background-color: #5a6268;
}

.build-button {
    background: #ca2a29;
    color: #ffffff;
    border: 1px solid #ca2a29;
}

.build-button:hover {
    background: #ffffff;
    color: #ca2a29;
    border: 1px solid #ca2a29;
}

.places-grid .name_parent-grandparents {
    display: none;
}

@media (max-width: 768px) {
    .places-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .route-buttons {
        flex-direction: column;
    }
}
    
/* Route end */

@media (max-width: 1639px) {

    .map-point-image {
        width: 5.49vw;
        height: 5.49vw;
    }
    
    .map-point-title span {
        font-size: 1.22vw;
        margin-left: 0.43vw;
        margin-right: 0.43vw;
    }
    
    .map-point.vologda .map-point-title span {
        font-size: 1.46vw;
    }
    
    .map-point-title-icon {
        width: 1.46vw;
        height: 1.46vw;
    }
    
    .map-point.vologda .map-point-title-icon {
        width: 1.95vw;
        height: 1.95vw;
    }
    
    .map-point.vytegra {
        top: 6.5vw;
        left: 15.7vw;
    }
    
    .map-point.belozersk {
        left: 18.1vw;
        top: 19.8vw;
    }
    
    .map-point.ustyuzhna {
        top: 34.35vw;
        left: 17.75vw;
    }
    
    .map-point.ferapontov {
        top: 20.15vw;
        left: 30vw;
    }
    
    .map-point.ustie {
        top: 26.3vw;
        left: 33.25vw;
    }
    
    .map-point.cherepovets {
        top: 31.55vw;
        left: 25.35vw;
    }
    
    .map-point.kirilov {
        top: 22.35vw;
        left: 22.7vw;
    }
    
    .map-point.vologda {
        top: 31vw;
        left: 37.9vw;
    }
    
    .map-point.totma {
        top: 20.63vw;
        left: 58.8vw;
    }
    
    .map-point.ustug {
        top: 11.1vw;
        left: auto;
        right: 10.8vw;
    }
    
    .map-plane {
        position: absolute;
        max-width: 32px;
        width: 1.95vw;
        height: 1.95vw;
        left: 0.5vw;
        bottom: 1.4vw;
    }
    
    .map-point.ustug .map-plane {
        left: auto;
        right: 0.4vw;
        bottom: 1.25vw;
    }
    
    .map-point.cherepovets .map-plane {
        left: -0.7vw;
        bottom: 1.3vw;
    }

}

/* map adaptive end */

@media (max-width: 1601px) {
    
    .header-top-left {
        gap: 30px;
    }
    
    .header-top {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    
    .header-weather {
        gap: 10px;
    }
    
    .header-logo {
        width: 86px;
        height: 86px;
    }
    
    .open-menu span {
        margin-top: 2px;
    }
    
    .btn {
        font-size: 16px;
        line-height: 1;
    }
    
    .btn-default {
        padding: 8px 20px;
        max-height: 46px;
    }
    
    .main-slider-item-info {
        bottom: 140px;
    }
    
    .main-slider-item-title h2,
    .article-cover-title h1,
    .article-block-section h1,
    .article-block-section h2,
    .tour-cover-title h1,
    .tour-block-section h1,
    .tour-block-section h2 {
        font-size: 50px;
    }
    
    .article-block-section h1,
    .article-block-section h2,
    .tour-block-section h1,
    .tour-block-section h2,
    /*.tour-block-intro,*/
    .tour-block-final,
    .title {
        font-size: 38px;
    }
    
    .main-slider-block.owl-carousel .owl-dots {
        bottom: 60px;
    }
    
    .menu {
        top: 138px;
    }
    
    .menu-item-wrapper {
        gap: 30px;
    }
    
    .menu-item-title {
        font-size: 20px;
        line-height: 1.3;
    }
    
    .menu-item-wrapper ul {
        margin-bottom: -10px;
    }
    
    .menu-item-wrapper ul li {
        margin-bottom: 10px;
    }
    
    .menu-item-wrapper ul li a {
        font-size: 18px;
    }
    
    .section {
        margin: 80px 0;
    }
    
    .title-index h2,
    .main-route-info h2 {
        font-size: 42px;
    }
    
    .nearby-block-route {
        min-width: 340px;
        gap: 16px;
    }
    
    .nearby-block-title {
        font-size: 22px;
        line-height: 1.3;
    }
    
    .nearby-block-city,
    .nearby-block-transport {
        font-size: 16px;
        line-height: 1.3;
    }
    
    .places-tabs-list-wrapper {
        margin-bottom: 40px;
    }
    
    .main-places-tabs ul.ui-tabs-nav li a,
    .main-places-tabs ul.tabs-nav li a {
        font-size: 16px;
        padding: 20px;
    }
    
    .main-places-tabs p {
        margin-bottom: 28px;
    }
    
    .places-item-info h3 {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 8px;
    }
    
    .main-places-tabs p,
    .main-places-tabs .places-item-info p {
        font-size: 20px;
        line-height: 1.3;
    }
    
    .main-food-wrapper {
        padding: 60px;
    }
    
    .main-food-title {
        margin-bottom: 60px;
    }
    
    .main-food-info {
        font-size: 26px;
        line-height: 1.3;
    }
    
    .block-list {
        margin: 60px 0 80px;
    }
    
    .main.page.poster .block-list {
        gap: 32px;
    }
    
    .main.page.poster .block-item,
    .main.page.location .block-item {
        width: calc(33.3% - 22px);
    }
    
    .block-item-image .label, .block-item-image .label-red {
        font-size: 16px;
        line-height: 1.3;
        padding: 1px 8px;
    }
    
    .block-item-title h3 {
        font-size: 20px;
        line-height: 1.4;
    }
    
    .block-item-down {
        font-size: 16px;
        line-height: 1.4;
    }
    
    .main-route .container {
        flex-wrap: nowrap;
        gap: 60px;
    }
    
    .main-route-info {
        max-width: 50%;
    }
    
    .main-route-info p {
        line-height: 1.4;
        margin-bottom: 32px;
    }
    
    .main-route-image {
        width: 100%;
    }
    
    .main-map:before,
    .main-map:after,
    .main-route:before,
    .main-route:after {
        left: -35px;
        width: 70px;
    }
    
    .main-map:after,
    .main-route:after {
        left: auto;
        right: -35px;
    }
    
    .main {
        padding-bottom: 630px;
    }
    
    .tour-block-intro:before {
        left: -40px;
        width: 70px;
    }
    
    .footer {
        height: auto;
        margin: -630px auto 0;
        padding: 60px 0;
    }
    
    .footer-menu {
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
    
    .footer-menu-list {
        column-gap: 60px;
    }
    
    .footer-menu-item-title {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 30px;
    }
    
    .footer-menu-item ul {
        margin-bottom: -16px;
    }
    
    .footer-menu-item ul li {
        margin-bottom: 16px;
    }
    
    .footer-menu-item ul a {
        font-size: 18px;
        line-height: 1.3;
    }
    
    .footer-logo {
        gap: 30px;
    }
    
    .footer-logo img {
        width: 86px;
    }
    
    .footer-bottom {
        font-size: 18px;
        line-height: 1.4;
    }
    
    .footer-social a {
        margin: 0px 6px;
    }
    
}

@media (max-width: 1601px) {
    
    .article-block-info {
        gap: 40px;
    }
    
    .article-block-info-text {
        width: 50%;
    }
    
    .article-block-info-image {
        width: calc(50% - 40px);
    }
    
}

@media (max-width: 1199px) {
    
    .filters form, .filters_list {
        flex-wrap: wrap;
    }
    
    .select_city, .filters_item {
        flex-basis: 40%;
    }
    
    .d-flex.justify-content-between {
        width: calc(50% - 8px);
    }
    
    .filters .btn,
    .article-calendar .btn {
        margin-left: auto;
        margin-top: 8px;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    
    .gallery-item {
        width: calc(33.56% - 24px);
    }
    
    .article-block .tour-block-intro {
        font-size: 28px;
        line-height: 1.4;
        padding: 0;
    }
    
    .poster-block-near-list.owl-carousel .owl-stage-outer:after {
        display: none;
    }
    
    .block-item.block-item-near .block-item-title h3 {
        font-size: 24px;
    }
    
}

@media (max-width: 999px) {
    
    /* map adaptive */
    
    .main-map-block-wrapper {
        position: relative;
        overflow: auto;
    }
    
    img.hand_anim {
        display: block;
        position: absolute;
        right: 40px;
        width: 60px;
        margin-top: 40px;
        z-index: 2;
    }
    
    .main-places-tabs img.hand_anim {
        display: none;
    }
    
    .main-map-block {
        min-width: 900px;
    }
    
    .map-point-image {
        width: 53px;
        height: 53px;
    }
    
    .map-point-title span {
        font-size: 11px;
        margin-left: 4px;
        margin-right: 4px;
    }
    
    .location-photo-gallery .location-photo-gallery-item span,
    .map-point.vologda .map-point-title span,
    .hashtags span,
    .conveniences-top,
    .conveniences-top ul li,
    .location-description-text p,
    .location-description-text ol,
    .location-description-text ul,
    a.location-description_toggle {
        font-size: 14px;
    }
    
    a.location-description_toggle {
        gap: 6px;
    }
    
    .location-description_toggle img {
        height: 18px;
        width: 18px;
    }
    
    .location-contacts-info {
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .map-point-title-icon {
        width: 14px;
        height: 14px;
    }
    
    .map-point.vologda .map-point-title-icon,
    .map-plane {
        width: 19px;
        height: 19px;
    }
    
    .map-plane {
        left: 6px;
        bottom: 12px;
    }
    
    .map-point.ustug .map-plane {
        right: 4px;
        bottom: 10px;
    }
    
    .map-point.cherepovets .map-plane {
        left: -7px;
        bottom: 11px;
    }
    
    .map-point.vytegra {
        top: 11.75%;
        left: 16.7%;
    }
    
    .map-point.belozersk {
        left: 19.55%;
        top: 36.3%;
    }
    
    .map-point.ustyuzhna {
        top: 63.1%;
        left: 18.9%;
    }
    
    .map-point.ferapontov {
        top: 37.2%;
        left: 31.9%;
    }
    
    .map-point.ustie {
        top: 48.2%;
        left: 35.6%;
    }
    
    .map-point.cherepovets {
        top: 58.1%;
        left: 26.9%;
    }
    
    .map-point.kirilov {
        top: 40.9%;
        left: 24.4%;
    }
    
    .map-point.vologda {
        top: 56.85%;
        left: 40.3%;
    }
    
    .map-point.totma {
        top: 37.8%;
        left: 62.5%;
    }
    
    .map-point.ustug {
        top: 20.35%;
        left: auto;
        right: 11.5%;
    }
    
    /* map adaptive end */
    
    .section {
        margin: 60px 0;
    }
    
    .header-top {
        font-size: 12px;
    }
    
    .header-top-left {
        gap: 16px;
    }
    
    .header-weather {
        gap: 6px;
    }
    
    .header-logo {
        width: 70px;
        height: 70px;
    }
    
    .btn {
        font-size: 12px;
        gap: 6px;
    }
    
    .menu-burger {
        width: 20px;
        height: 20px;
    }
    
    .menu-burger > div,
    .menu-burger > div:before,
    .menu-burger > div:after,
    .open-menu.active .menu-burger > div,
    .open-menu.active .menu-burger > div:before,
    .open-menu.active .menu-burger > div:after {
        width: 20px;
    }
    
    .menu {
        top: 128px;
        max-height: 450px;
        height: calc(100vh - 128px);
    }
    
    .menu-item {
        width: 25%;
        padding: 50px 20px 40px;
    }
    
    .menu-item-wrapper:before {
        top: -20px;
        left: -21px;
        height: calc(100% + 30px);
    }
    
    .menu-item-title {
        font-size: 18px;
    }
    
    .menu-item-wrapper ul li a {
        font-size: 16px;
    }
    
    .btn-default {
        padding: 6px 14px;
        max-height: 36px;
    }
    
    .header-user-account img,
    .btn.btn-default img,
    .main-slider-block.owl-carousel .btn-default img {
        width: 20px;
    }
    
    .main-slider-item-title h2,
    .article-cover-title h1,
    .article-block-section h1,
    .article-block-section h2,
    .tour-cover-title h1,
    .tour-block-section h1,
    .tour-block-section h2 {
        font-size: 40px;
    }
    
    .article-block-section h1,
    .article-block-section h2,
    .tour-block-section h1,
    .tour-block-section h2,
    /*.tour-block-intro,*/
    .tour-block-final,
    .title {
        font-size: 32px;
    }
    
    .main-slider-item-title {
        margin-bottom: 30px;
    }
    
    .main-slider-item-info {
        bottom: 90px;
    }
    
    .main-slider-block.owl-carousel button.owl-dot {
        width: 10px;
        height: 10px;
        margin: 10px;
        padding: 4px;
    }
    
    .load-time svg {
        transform: rotate(-90deg) scale(0.7);
    }
    
    .main-slider-block.owl-carousel .owl-dots {
        bottom: 44px;
        margin: -10px -4px;
    }
    
    .title-index h2, .main-route-info h2 {
        font-size: 26px;
    }
    
    .main-map .container {
        padding-bottom: 70px;
    }
    
    .nearby-block-title {
        font-size: 18px;
    }
    
    .nearby-block {
        right: auto;
        left: 50%;
        padding: 16px;
        border-radius: 24px;
        text-align: center;
        box-sizing: border-box;
        width: calc(100% - 62px);
        max-width: 400px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    
    .nearby-block-route {
        min-width: auto;
        justify-content: center;
    }
    
    .nearby-block-city, .nearby-block-transport {
        font-size: 14px;
    }
    
    .main-places-tabs ul.ui-tabs-nav li a,
    .main-places-tabs ul.tabs-nav li a {
        font-size: 14px;
        padding: 16px 10px;
    }
    
    .places-tabs-list-wrapper {
        margin-bottom: 20px;
    }
    
    .main-places-tabs p, .main-places-tabs .places-item-info p {
        font-size: 16px;
        line-height: 1.3;
    }

    .main-places-tabs p {
        margin-bottom: 20px;
    }
    
    .places-item-info h3 {
        font-size: 16px;
        margin-bottom: 4px;
    }
    
    .favourites-btn {
        width: 46px;
        height: 46px;
        padding: 10px;
    }
    
    .favourites-btn img {
        object-fit: contain;
    }
    
    .places-list.owl-carousel button.owl-dot, .block-list.owl-carousel button.owl-dot {
        width: 10px;
        height: 10px;
        margin: 0 6px;
    }
    
    .places-list.owl-carousel .owl-dots, .block-list.owl-carousel .owl-dots {
        bottom: -50px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    
    .main-places-wrapper {
        padding-bottom: 300px;
        margin-bottom: -240px;
    }
    
    .main-food-wrapper {
        padding: 40px;
    }
    
    .main-food-title-label {
        font-size: 16px;
        line-height: 1.3;
        gap: 6px;
        margin-bottom: 6px;
    }
    
    .main-food-title-label img {
        height: 20px!important;
    }
    
    .main-food-title {
        position: relative;
        margin-bottom: 30px;
    }
    
    .main-food-title:after {
        width: 112px;
        height: 106px;
    }
    
    .main-food-info {
        font-size: 16px;
    }
    
    .main-food-info a {
        gap: 6px;
        margin-top: 14px;
    }
    
    a.button-more.btn img,
    .main-food-info a img {
        width: 20px;
    }
    
    .block-list {
        margin: 30px 0 60px;
    }
    
    .block-item-image .label, .block-item-image .label-red {
        font-size: 14px;
    }
    
    .block-item-title h3 {
        font-size: 18px;
    }
    
    .block-item-title p {
        font-size: 16px;
    }
    
    .block-item-down {
        font-size: 14px;
        line-height: 1;
    }
    
    .main-route .container {
        gap: 40px;
    }

    .main-route-info p,
    .article-cover-intro p,
    .article-block-info-text p,
    .article-block-info-text ul,
    .location-cover-point,
    .tour-block-intro,
    .list-star-wrapper ul {
        font-size: 18px;
    }
    
    .main-route-info p {
        margin-bottom: 24px;
    }
    
    .article-block-info {
        gap: 40px;
    }
    
    .article-block-info-text,
    .article-block-info-image {
        width: 100%;
    }
    
    .main.page.poster .block-list {
        gap: 32px;
    }
    
    .main.page.location .block-list {
        gap: 36px;
    }
    
    .main.page.location .search-form {
        gap: 10px;
    }
    
    .main.page.poster .block-item,
    .main.page.location .block-item {
        width: calc(50% - 18px);
    }
    
    .location-excursion-block .main-food-down {
        gap: 20px;
    }
    
    .location-excursion-block .main-food-image,
    .location-excursion-block .main-food-info {
        width: 100%;
        max-width: 100%;
    }
    
    .location-cover-point {
        margin-top: 40px;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .tour-block-intro {
        margin-bottom: 40px;
        font-size: 24px;
    }
        
    .tour-block-intro .container {
        margin-top: 60px;
        margin-bottom: 60px;
        padding: 0 40px;
    }
    
    .list-star-wrapper {
        flex-wrap: wrap;
        gap: 40px;
    }
    
    .list-star-wrapper ul {
        gap: 40px;
    }
    
    .conveniences-top ul {
        gap: 5px 12px;
    }
    
    .location-photo-gallery .location-photo-gallery-item.first-image {
        width: 100%;
    }
    
    .location-photo-gallery .location-photo-gallery-item.second-image,
    .location-photo-gallery .location-photo-gallery-item.third-image {
        width: calc(50% - 8px);
    }
    
    .article-block h2 {
        font-size: 22px;
        line-height: 1;
        margin-bottom: 20px;
    }
    
    .gallery-item {
        width: calc(50% - 16px);
    }
    
    .footer {
        height: auto;
    }

    .footer-menu-list {
        column-gap: 30px;
    }
    
    .footer-menu-item-title {
        font-size: 18px;
    }
    
    .footer-menu-item ul a {
        font-size: 16px;
    }
    
}

@media (max-width: 849px) {
    
    .header-wrapper {
        padding: 25px 0;
    }
    
    .header-top {
        display: none;
    }
    
    .header-logo {
        width: 54px;
        height: 54px;
    }
    
    .header-controls .btn-default span {
        display: none;
    }
    
    .header-controls .btn-default {
        padding: 9px 12px;
        max-height: none;
    }
    
    .lang-mobile {
        display: block;
    }
    
    .menu {
        top: 0;
        max-height: none;
        height: 100%;
        width: 100%;
        border-radius: 0;
    }
    
    .menu-wrapper {
        display: block;
        background: #ca2a29;
        gap: 20px;
    }
    
    .menu-item-wrapper {
        height: auto;
        display: block;
    }
    
    .menu-item-wrapper:before {
        content: none;
    }
    
    .menu-item-wrapper ul {
        margin-top: 20px;
        margin-left: 24px;
        margin-bottom: 0;
    }
    
    .menu-item-wrapper .inner {
        display: none;
    }
    
    .submenu ul {
        width: calc(100% - 20px);
        box-sizing: border-box;
    }
    
    .menu-item,
    .menu-item.item_1,
    .menu-item.item_2,
    .menu-item.item_3 {
        width: 100%;
        padding: 0 30px 36px;
    }
    
    .menu-item,
    .menu-item.item_1,
    .menu-item.item_2 {
        position: relative;
        background: none;
    }
    
    .menu-item.item_1 {
        /* margin-top: 16px; */
        margin-top: 110px;
    }
    
    .menu-item.item_1 .menu-item-title,
    .menu-item.item_1 .menu-item-wrapper ul li a,
    .menu-item.item_2 .menu-item-title,
    .menu-item.item_2 .menu-item-wrapper ul li a{
        color: #ffffff;
    }
    
    .menu-item-title {
        font-size: 22px;
        max-width: auto;
    }
    
    .menu-item-title span:after {
        content: '';
        background: url('../images/icon/arrow-menu.svg');
        background-size: cover;
        display: inline-block;
        margin-left: 8px;
        width: 8px;
        height: 10px;
        transition: all 0.5s ease-out;
    }
    
    .menu-item-title.active span:after {
        transform: rotate(90deg);
    }
    
    .menu-item-title br {
        display: none;
    }
    
    .header-main-left {
        width: 100%;
        justify-content: space-between;
    }
    
    .mobile-user-account {
        display: block;
        padding: 31px 20px;
    }
    
    .header-user-account img {
        width: 26px;
    }
    
    .btn {
        gap: 9px;
    }
    
    .header-main-right {
        display: none;
    }

    .container {
        padding: 0 20px;
    }
    
    .red-block {
        border-radius: 20px;
    }
    
    .title-index h2, .main-route-info h2 {
        font-size: 22px;
    }
    
    .title-index h2 br, .main-route-info h2 br {
        display: none;
    }
    
    ul.breadcrumb {
        gap: 16px;
    }
    
    .places-tabs-list-wrapper {
        border-radius: 0 0 20px 20px;
    }
    
    .main-places-tabs ul.ui-tabs-nav li,
    .main-places-tabs ul.tabs-nav li{
        width: fit-content;
        white-space: nowrap;
    }
    
    .main-places-tabs ul.ui-tabs-nav li a,
    .main-places-tabs ul.tabs-nav li a {
        padding: 16px;
    }
    
    .main-places-tabs img.hand_anim {
        display: block;
        right: 20px;
        margin-top: 36px;
        opacity: 0.5;
        pointer-events: none;
    }
        
    .tab-item .button-more.btn {
        color: #ffffff;
        display: flex;
        width: fit-content;
        margin: 0 auto;
        margin-top: 70px;
    }
    
    .main-places-wrapper {
        padding-bottom: 30px;
        margin-bottom: 0;
    }
    
    .main-places-tabs {
        margin-bottom: 0;
    }
    
    .main-food {
        display: none;
    }
    
    .main-route .container {
        flex-wrap: wrap;
        gap: 40px;
        padding: 0 40px;
    }
    
    .main-route-info {
        max-width: 100%;
    }
    
    .block-list.owl-carousel .owl-item {
        display: block;
    }
    
    .main {
        padding-bottom: 230px;
    }
    
    .article-cover-info, .tour-cover-info {
        padding-top: 100px;
        padding-bottom: 40px;
    }
    
    .location-photo-gallery {
        margin-top: 10px;
    }
    
    .hashtags {
        margin-top: 40px;
    }
    
    .location-photo-gallery .location-photo-gallery-item.third-image span {
        display: flex;
    }
    
    .location-photo-gallery .location-photo-gallery-item.other-image,
    .location-photo-gallery .location-photo-gallery-item.other-image_all {
        display: none;
    }
    
    .footer {
        height: 230px;
        margin: -230px auto 0;
        padding: 20px 0;
        box-sizing: border-box;
    }
    
    .footer-menu {
        display: none;
    }
    
    .footer-bottom {
        font-size: 14px;
        line-height: 1.3;
    }
    
    .footer-bottom div {
        width: 100%;
    }
    
    .footer-logo {
        margin-bottom: 15px;
    }
    
    .footer-logo img {
        width: 54px;
    }
    
    .footer-logo span {
        width: calc(100% - 84px);
    }
    
    .footer-hot-line,
    .footer-social {
        width: calc(100% - 84px);
        margin-left: 84px;
    }
    
    .footer-hot-line {
        margin-bottom: 28px;
    }
    
    .footer-social {
        text-align: left;
    }
    
}

@media (max-width: 700px) {

    .main.page.poster .block-item,
    .main.page.location .block-item {
        width: 100%;
    }
    
    .pdf_file {
        padding-bottom: 150%;
    }
    
    .filters_list {
        gap: 0;
    }
    
    .select_city, .filters_item {
        flex-basis: 100%;
    }
    
    .gallery-item {
        width: 100%;
    }
    
    .block-item.block-item-near .block-item-image:after {
        padding-top: 100%;
    }
    
    .poster-block-near-list.owl-carousel.owl-theme .owl-nav {
        display: none;
    }
    
    .block-item-info {
        padding: 10px;
        gap: 10px;
    }
    
    img.censorship_img {
        bottom: auto;
        top: 10px;
    }
    
    .popup-content .fancybox__content {
        max-width: 100%;
    }
    
}