html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}
.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:white;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,0.5);border-radius:4px;box-shadow:0 0.25em 0.5em 0 rgba(0,0,0,0.1);text-shadow:0 0.25em 0.5em rgba(0,0,0,0.1);opacity:1;cursor:pointer;transition:opacity 150ms ease, border 300ms ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:white}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:0.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:rgba(255,255,255,0.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 0.25em 0.5em 0 rgba(0,0,0,0.1);margin:0 0.25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid white;background-color:rgba(255,255,255,0.5)}.glide__bullet--active{background-color:white}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}

@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/gothampro.woff2') format('woff2'),
         url('../fonts/gothampro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/gothampro_bold.woff2') format('woff2'),
         url('../fonts/gothampro_bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/gothampro_medium.woff2') format('woff2'),
         url('../fonts/gothampro_medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

body {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: #f9f9f9;
	/* background: #fff; */
	font-family: 'GothamPro', Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	margin: 0 !important;
}

a {
	text-decoration: none;
	cursor: pointer;
	transition: .3s ease-in-out;
}

p {
	margin: 0;
}

button {
    cursor: pointer;
    background-color: transparent;
    transition: .2s ease-in-out;
    outline: none;
}

h1, h2 {
	margin: 0;
}

.wrap {
	max-width: 1648px;
	width: 100%;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin: 0 auto;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background: #fff;
}

/*header:hover {
	transition: .3s ease-in-out;
	background: #FFFFFF;
}*/

.covid-container {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px 0;
}

header:hover .covid-container {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.covid-container .wrap {
	display: flex;
}

.covid-block {
	display: flex;
	align-items: center;
	margin: auto;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(255, 255, 255, 0.84);
}

.covid-block span {
	margin-right: 4px;
}

.covid-block a {
	color: rgba(255, 255, 255, 0.84);
	text-decoration: underline;
	margin-right: 13px;
	transition: none;
}

.covid-block a:hover {
	text-decoration: none;
}

.covid-block__cross {
	cursor: pointer;
}

.covid-block__cross:hover path {
	stroke-opacity: 1;
}

header:hover .covid-block, header:hover .covid-block a {
	color: rgba(0, 0, 0, 0.6);
	transition: .3s ease-in-out;
}

header:hover .covid-block__cross path {
	stroke: rgba(0, 0, 0, 0.6);
	transition: .3s ease-in-out;
}

.header__container {
	width: 100%;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

header .header__logo path {
	fill: #22B3E3;
}

.header__menu {
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.header__menu-item {
	height: 100px;
	padding: 0 16px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.84);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: none;
	border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.header__menu-item-tourist-name {
/* 	height: 100px; */
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.84);
}

.header__menu-item svg {
	margin-left: 8px;
}

header .header__menu-item, header .header__menu-item-tourist-name {
	color: rgba(0, 0, 0, 0.6);
	transition: .3s ease-in-out;
}

header .header__menu-item path {
	stroke: rgba(0, 0, 0, 0.6);
}

header .header__menu-item:hover {
	background: rgba(0, 0, 0, 0.04);
	border-bottom: 4px solid #22B3E3;
}

header .header__menu-item:hover path {
	stroke-opacity: 1;
}

.header__lang-search {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__lang {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(255, 255, 255, 0.84);
	margin-right: 8px;
	cursor: pointer;
	height: 100px;
	transition: .2s ease-in-out;
	position: relative;
}

.header__lang svg {
	margin-left: 8px;
}

header .header__lang {
	color: rgba(0, 0, 0, 0.6);
}

header .header__lang path {
	stroke: rgba(0, 0, 0, 0.38);
}

.header__lang {
	color: rgba(0, 0, 0, 0.87) !important;
}

.header__lang path {
	stroke: rgba(0, 0, 0, 0.6) !important;
}

.header__lang.active svg {
	transform: rotate(180deg);
}

.header__lang-block {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	min-width: 248px;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08), 0px 4px 44px rgba(0, 0, 0, 0.08);
	border-radius: 2px;
	padding: 12px 0;
	flex-direction: column;
}

.header__lang.active .header__lang-block {
	display: flex;
}

.header__lang-block a {
	width: 100%;
	padding: 14px 0 14px 12px;
	border-left: 4px solid rgba(0, 0, 0, 0);
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
}

.header__lang-block a:hover {
	color: #22B3E3;
	border-color: #22B3E3;
}

.header__lang-block a.active {
	color: #22B3E3;
	border-color: #22B3E3;
}

.header__search {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	cursor: pointer;
}

header .header__search path {
	fill: rgba(0, 0, 0, 0.6);
}

header .header__search:hover {
	background: rgba(0, 0, 0, 0.04);
}

header .header__search:hover path {
	fill: rgba(0, 0, 0, 0.87);
}
.search__popup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: #E5E5E5;
	z-index: 102;
	overflow-y: scroll;
}

.search__popup.active {
	display: block;
}

.search__popup .wrap {
	max-width: 1128px;
}

.search__block {
	background: #FFFFFF;
	border: 2px solid #22B3E3;
	border-radius: 2px;
	width: 100%;
	height: 96px;
	margin: 80px 0 64px;
	display: flex;
	align-items: center;
	padding: 6px 0 6px 0;
}

.search__block-serch {
	width: 94px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}

.search__block-serch:hover path {
	fill-opacity: 0.87;
}

.search__block input {
	outline: none;
	height: 48px;
	width: 100%;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -1px;
	color: rgba(0, 0, 0, 0.87);
	background: transparent;
    border: 0;
    border-radius: 0;
}

.search__block-line {
	background: rgba(0, 0, 0, 0.09);
	width: 1px;
	height: 100%;
	margin: 0 32px 0 0;
}

.search__block-cross {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: calc(100% + 12px);
	margin: -6px 0 -6px auto;
}

.search__block-cross:hover path  {
	stroke-opacity: 0.87;
}

.search__start-block {
	display: none;
}

.search__start-block.active {
	display: block;
}

.search__options-title {
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.38);
	margin-bottom: 24px;
}

.search__options {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.search__options a {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
	text-decoration: underline;
	margin-right: 32px;
	margin-bottom: 16px;
}

.search__options a:hover {
	text-decoration: none;
}

.search__error-block {
	display: none;
	background: #FFFFFF;
	width: 100%;
	padding: 48px 64px;
}

.search__error-block.active {
	display: block;
}

.search__error-block .title {
	display: block;
	font-size: 32px;
	line-height: 40px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 32px;
}

.search__results-block {
	display: none;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 128px;
}

.search__results-block.active {
	display: flex;
}

.search__filter-web {
	background: #FFFFFF;
	padding: 32px 32px 48px;
	width: 30%;
}

.search__filter-checkbox-block {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}

.search__filter-checkbox-block:last-child {
	margin-bottom: 0;
}

.search__filter-checkbox {
	width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search__filter-checkbox img {
	display: none;
}

.search__filter-checkbox-block:hover .search__filter-checkbox {
	border: 1px solid #22B3E3;
}

.search__filter-checkbox-block.active .search__filter-checkbox {
	background: #22B3E3;
}

.search__filter-checkbox-block.active .search__filter-checkbox img {
	display: block;
}

.search__filter-checkbox-number {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
	margin-left: auto;
	margin-right: 0;
	min-width: 40px;
}

.search__results {
	width: 68%;
}

.search__result-block {
	display: none;
	width: 100%;
	background: #FFFFFF;
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 20px;
}

.search__result-block.active {
	display: flex;
}

.search__result-img-block {
	width: 30%;
	height: inherit;
	min-height: 248px;
	overflow: hidden;
	flex: none;
}

.search__result-img {
	background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100%;
    transition: transform 1.2s ease-in-out;
}

.search__result-block:hover .search__result-img {
	transform: scale(1.05);
}

.search__result-text {
	padding: 32px;
	display: flex;
	flex-direction: column;
}

.search__result-section {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.38);
	margin-bottom: 16px;
}

.search__result-title {
	font-size: 20px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 16px;
}

.search__result-date {
	font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: rgba(0, 0, 0, 0.38);
    margin: auto 0 0 0;
}

.search__result-date-blue {
	color: #22B3E3;
}

.search__block input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.38);
}

.main {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	height: 80vh;
	min-height: 732px;
	padding: 100px 0 148px 0;
	display: flex;
	flex-direction: column;
}

.main .wrap {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}

.main__title {
	font-weight: 400;
	font-size: 116px;
	line-height: 116px;
	letter-spacing: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 24px;
}

.main__subtitle {
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
}

.more-details {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	background: #FFFFFF;
	border-radius: 2px;
	border-left: 8px solid #22B3E3;
	width: 100%;
	min-height: 84px;
	margin-top: 100px;
	margin-bottom: 32px;
}

.more-details__title {
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.87);
	height: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 40px;
}

.more-details__link {
	height: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 32px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #22B3E3;
}

.more-details__link img {
	margin-left: 12px;
}

.more-details__link:hover {
	background: rgba(0, 0, 0, 0.04);
}

.classes__container {
	display: none !important;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 2%;
	grid-row-gap: 32px;
	margin-bottom: 128px;
}

.classes__container.active {
	display: grid !important;
}

.classes__block {
	position: relative;
	height: 388px;
	overflow: hidden;
	border-radius: 2px;
    flex: none;
    display: flex;
    align-items: flex-end;
}

.classes__block:first-child {
	grid-area: 1 / 1 / 3 / 3;
	height: 100%;
}

.classes__block-img {
	width: 100%;
    height: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transition: transform 1.2s ease-in-out;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.classes__block:hover .classes__block-img {
	transform: scale(1.1);
}

.classes__block-title {
	position: relative;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	z-index: 2;
	margin: auto auto 32px 28px;
	padding-right: 10px;
}

.developments__container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 2%;
	grid-row-gap: 0px;
	margin-bottom: 128px;
}

.developments-block {
	background: #FFFFFF;
	border-radius: 2px;
	padding: 0 24px 24px 24px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: .8s ease-in-out;
}

.developments-block:hover {
	transform: translateY(-4px);
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08), 0px 4px 44px rgba(0, 0, 0, 0.08);
}

.developments-block__img {
	background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
	width: calc(100% + 48px);
	height: 264px;
	margin: 0 -24px 20px -24px;
}

.developments-block__tag {
	background: linear-gradient(90deg, #0093E9 -12.74%, #80D0C7 116.5%);
	border-radius: 8px;
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: #FFFFFF;
	padding: 8px 12px;
	width: fit-content;
}
 
 .developments-block__tag-blue {
	background: linear-gradient(90deg, #0093E9 -12.74%, #80D0C7 116.5%);
}

.developments-block__tag-orange {
	background: linear-gradient(90deg, #FBAB7E 0%, #F7CE68 99.99%);
}

.developments-block__tag-purple {
	background: linear-gradient(90deg, #784BA0 -42.25%, #FF3CAC 159.13%);
}

.developments-block__tag-green {
	background: linear-gradient(90deg, #F4D03F -66.49%, #16A085 117.51%);
}

.developments-block__title {
	font-size: 20px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 20px;
}

.developments-block__date {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.38);
	margin: auto 0 0 0;
}

.developments-block__date-blue {
	color: #22B3E3;
}

.developments-block.hidden {
	display: none;
}

.developments-block.active {
	display: flex;
}

.travel-ideas__container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 2%;
	grid-row-gap: 0px;
	margin-bottom: 128px;
}

.travel-ideas__block {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: rgba(0, 0, 0, 0.87);
}

.travel-ideas__img-block {
	width: 100%;
    height: 628px;
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 2px;
    flex: none;
    display: flex;
    
}

.travel-ideas__img {
	width: 100%;
    height: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transition: transform 1.2s ease-in-out;
}

.travel-ideas__block:hover .travel-ideas__img {
	transform: scale(1.05);
}

.travel-ideas__block.hidden {
	display: none;
}

.travel-ideas__block.active {
	display: block;
}

.for-tourist__container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 2%;
	grid-row-gap: 0px;
	margin-bottom: 128px;
}

.for-tourist__block {
	background: #FFFFFF;
	border-radius: 2px;
	overflow: hidden;
	transition: .8s ease-in-out;
}

.for-tourist__block:hover {
	transform: translateY(-4px);
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08), 0px 4px 44px rgba(0, 0, 0, 0.08);
}

.for-tourist__block-img {
	width: 100%;
	height: 340px;
	background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.for-tourist__block-name {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	font-size: 24px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	padding: 32px 24px;
}

.for-tourist__block-name img {
	margin-left: 16px;
}

footer {
	background: #121419;
	padding: 116px 0 100px 0;
}

.footer__container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer__message {
	display: flex;
	align-items: stretch;
	margin-top: 47px;
	margin-bottom: 20px;
}

.footer__message a {
	width: 48px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	flex: none;
}

.footer__message a:last-child {
	margin-right: 0;
}

.footer__message img {
	filter: grayscale(100%);
	opacity: 0.7;
}

.footer__message a:hover {
	background: #f5f5f5;
}

.footer__message a:hover img {
	filter: none;
	opacity: 1;
}

.footer__menu {
	display: flex;
	flex-direction: column;
}

.footer__menu a {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 28px;
}

.footer__menu a:hover {
	color: #FFFFFF;
}

.footer__submenu {
	margin-top: -8px;
	display: flex;
	flex-direction: column;
}

.footer__submenu a {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	margin-bottom: 12px;
	text-transform: none;
}

.footer__entity {
	max-width: 280px;
}

.footer__entity:last-child {
	max-width: 248px;
}

.footer__entity-title {
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom: 24px;
}

.footer__entity-addres {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(255, 255, 255, 0.84);
	margin-bottom: 20px;
}

.footer__entity-tel {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.footer__entity-tel a {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(255, 255, 255, 0.84);
}

.footer__entity-mail {
	display: flex;
	flex-direction: column;
}

.footer__entity-mail a {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	text-decoration-line: underline;
	color: #22B3E3;
	text-decoration: underline;
	margin-bottom: 4px;
}

.footer__entity-mail a:hover {
	text-decoration: none;
}

.footer__made-in {
	display: flex;
    justify-content: flex-end;
    align-items: center;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(255, 255, 255, 0.84);
	margin-top: 79px;
	padding-top: 20px;
	border-top: 1px solid  rgba(255, 255, 255, 0.32);
}

.footer__made-in a {
	color: rgba(255, 255, 255, 0.84);
	text-decoration: underline;
}

.footer__made-in a:hover {
	text-decoration: none;
}

.news__background {
	background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    min-height: 516px;
    padding: 100px 0 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.news__background .wrap {
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.news__title {
	font-size: 72px;
	line-height: 80px;
	letter-spacing: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.news__subtitle {
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
	margin-top: -8px;
	margin-bottom: 24px;
}

.breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.breadcrumb img {
	margin: auto 16px;
}

.breadcrumb a {
	font-size: 16px;
	letter-spacing: 0.3px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.6);
}

.breadcrumb a:hover {
	color: #FFFFFF;
}

.breadcrumb .active {
	color: #FFFFFF;
}

.news__container {
	margin: 60px 0 68px 0;
	display: flex;
	justify-content: space-between;
}

.news__container-column {
	width: 32%;
	display: flex;
	flex-direction: column;
}

.news__block {
	width: 100%;
	background: #FFFFFF;
	border-radius: 2px;
	transition: .8s ease-in-out;
	padding: 0 40px 32px 40px;
	margin-bottom: 32px;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
}

.news__block:hover {
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08), 0px 4px 44px rgba(0, 0, 0, 0.08);
	transform: translateY(-4px);
}

.news__block-img {
	width: calc(100% + 80px);
	height: 352px;
	margin: 0 -40px 32px -40px;
	background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.news__block-title {
	font-size: 20px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 16px;
	letter-spacing: normal;
}

.news__block-date {
	font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: rgba(0, 0, 0, 0.38);
    margin-top: 24px;
}

.news__block-date-blue {
	color: #22B3E3;
}

.news__block.hidden {
	display: none;
}

.news__block.active {
	display: flex;
}

.news__show {
	width: fit-content;
	height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 2px;
	margin: 68px auto 128px auto;
	padding-left: 32px;
	padding-right: 32px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #22B3E3;
}

.news__show:hover {
	background: #F5F5F5;
}

.news__show img {
	margin-left: 12px;
}

.tourist__container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 2%;
	grid-row-gap: 32px;
	margin-top: 40px;
	margin-bottom: 126px;
}

.tours-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 2%;
	grid-row-gap: 0;
	margin-bottom: 128px;
}

.tours-block {
	display: flex;
	border-radius: 2px;
	background: #FFFFFF;
	overflow: hidden;
	padding: 0 24px 24px 24px;
	flex-direction: column;
	transition: .8s ease-in-out;
}

.tours-block.hidden {
	display: none;
}

.tours-block.active {
	display: flex;
}



.tours-block:hover {
	transform: translateY(-4px);
    box-shadow: 0px 4px 12px rgb(0 0 0 / 8%), 0px 4px 44px rgb(0 0 0 / 8%);
}

.tours-block__img {
	background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: calc(100% + 48px);
    height: 380px;
    margin: 0 -24px 24px -24px;
}

.tours-block__title {
	font-size: 24px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 32px;
}

.tours-block__time-amount {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
	margin: auto 0 0 0;
}

.tours-block__time-amount div {
	display: flex;
	align-items: center;
	margin-right: 24px;
}

.tours-block__time-amount div:last-child {
	margin-right: 0;
}

.tours-block__time-amount img {
	margin-right: 7px;
}

.tourist-header {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #F5F5F5;
	padding: 40px 0;
	top: 100%;
	height: fit-content;
	min-height: 184px;
}

.header__menu-item-tourist:hover .tourist-header  {
	display: block;
}

.tourist-header .wrap {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.tourist-header__block {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 16px;
	padding: 0 15px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.87);
	max-width: 140px;
}

.tourist-header__block:hover {
	color: #22B3E3 !important;
}

.tourist-header__block:last-child {
	margin-right: 0;
}

.tourist-header__block-img {
	background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 84px;
    height: 72px;
    margin-bottom: 12px;
}

.header__burger {
	display: none;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
}

.mob-more {
	min-height: 64px;
	width: fit-content;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #22B3E3;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 48px auto 64px auto;
	padding: 0 24px;
	background: #FFFFFF;
}

.mob-more:hover {
	background: rgba(0, 0, 0, 0.04);
}

.mob-more img {
	margin-left: 12px;
}

.sustainable-tourism {
	background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
	min-height: 732px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 108px 0;
}

.sustainable-tourism .wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.sustainable-tourism__subtitle {
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	margin-bottom: 32px;
	text-align: center;
}

.sustainable-tourism__title {
	font-size: 72px;
	line-height: 80px;
	text-align: center;
	letter-spacing: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 32px;
	text-align: center;
}

.sustainable-tourism__line {
	background: #FFFFFF;
	width: 100%;
	max-width: 154px;
	height: 8px;
	margin-bottom: 44px;
}

.fifteen-years__block{
    background-size: 100% !important;
	position: relative;
	margin-bottom: 0 !important;
}

.fifteen-years__title {
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 12px;
  text-transform: uppercase;
  color: #2D2D87;
  margin: 24px 0;
}

.fifteen-years__subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  color: #C9140C;
}

.fifteen-years__line {
  background: #2D2D87;
  width: 100%;
  max-width: 154px;
  height: 8px;
  margin-bottom: 44px;
}
.wrap_fifteen-years{
	position: absolute;
}
.fifteen-years__img-banner-desktop{
	display:block !important; 
	width:100%; 
	z-index:-1
}
.fifteen-years__download-widget {
  position: absolute;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87) !important;
  right: 135px;
  bottom: 20px;
}
.fifteen-years__download-widget a {
  color: rgba(0, 0, 0, 0.87);
}
.fifteen-years__container-code{
	display: none;
}
.fifteen-years__block-code-widget {
    /*margin-top: 8px;
	gap: 12px;*/
	
	position: absolute;
    margin: 0 auto;
    height: 225px;
    background: #fff;
	padding: 80px 40px;
	height: auto;
	z-index: 2;
}
.modal-wrapper {
	display: none;
    position:fixed;
    width:100%;
    height:100%;
    justify-content:center;
    align-items:center;
    background:rgba(0,0,0,.7);
    z-index:100;
}

.overlay {
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;
}
.fifteen-years__block-code-widget div{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	gap: 12px;
}

.fifteen-years__block-code-widget span{
	font-style: normal;
	font-weight: 500;
	font-size: 32px !important;
	line-height: 40px;
	color: rgba(0, 0, 0, 0.87) !important;
	margin: 0 auto 32px;
}
.fifteen-years__textarea-code{
    width: 372px;
    height: 100px;
    resize: none;
	background: #fff;
    border: none;
	
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
}
.fifteen-years__close-icon{
	position: absolute;
	
	width: 32px;
	height: 32px;
    cursor: pointer;
	top: 24px;
    right: 24px;
	z-index: 50;
}
.fifteen-years__close-icon:hover path{
	stroke-opacity: 1;
}
.fifteen-years__display-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.fifteen-years__hidden{
	display: none;
}
.fifteen-years__widget{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	cursor: pointer;
}
.fifteen-years__widget img{
	max-width: 115px;
}
.fifteen-years__widget span{
	color: #000;
	font-size: 13px;
}
.fifteen-years__block-code-widget input {
  max-width: 105px;
  background-color: #F5F5F5;
  font-size: 11px;
  border: none;
}

.fifteen-years__icon-copy {
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/2022/img/icon-copy.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  
  margin-top: auto;
  margin-bottom: 5px;
}
.fifteen-years__icon-copy:hover {
  background-image: url("/local/templates/2022/img/icon-copy-hover.svg");
}

.sustainable-tourism__button {
	min-height: 84px;
    width: fit-content;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    background: #22B3E3;
}

.sustainable-tourism__button:hover {
	background: #3DBCE6;
}

.sustainable-tourism__button img {
	margin-left: 12px;
}

.black-background {
	background: #121419;
}

.black-background .more-details {
	background: rgba(255, 255, 255, 0.08);
}

.black-background .more-details__title {
	color: #FFFFFF;
}

.black-background .more-details__link:hover {
	background: rgba(255, 255, 255, 0.18);
}

.impression__background {
	padding-top: 28px;
}

.classes__switch, .to-switch {
	display: flex;
	margin: 0 auto 0 48px;
}

.classes__switch-item, .to-switch__item {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 0.38);
	border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.classes__switch-item:hover, .to-switch__item:hover {
	background: rgba(0, 0, 0, 0.04);
	color: rgba(0, 0, 0, 0.87);
	border-bottom: 4px solid #22B3E3;
}

.classes__switch-item.active, .to-switch__item.active {
	background: rgba(0, 0, 0, 0.04);
	color: rgba(0, 0, 0, 0.87);
	border-bottom: 4px solid #22B3E3;
}

.video-slider {
	margin-bottom: 128px;
}

.video-slide {
	display: flex;
	flex-direction: column;
}

.video-slide iframe  {
	width: 100%;
	height: 448px;
}

.video-slide span {
	display: block;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
}

.glide__arrow {
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08), 0px 4px 44px rgba(0, 0, 0, 0.08);
	border-radius: 72px;
	width: 64px;
	height: 64px;
}

.glide__arrow--left {
	left: -4em;
}

.glide__arrow--right {
	right: -4em;
}

.glide__arrow--left svg {
	transform: rotate(180deg);
}

.classes__switch-mob {
	display: none;
}

.article__background {
	background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    min-height: 864px;
    padding: 100px 0 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.article-title {
	display: block;
	font-size: 72px;
	line-height: 80px;
	letter-spacing: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.article {
	background: #FFFFFF;
	border-radius: 2px;
	width: 100%;
	padding: 80px 64px;
	margin-top: 48px;
	margin-bottom: 128px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
}

.article a {
	color: #22B3E3;
	text-decoration: underline;
}

.article a:hover {
	text-decoration: none;
}

.article p {
	margin-bottom: 32px;
}

.article video {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 80px;
}

.article .video-block {
	max-width: 808px;
	display: flex;
	flex-direction: column;
	margin-bottom: 80px;
}

.article .video-block:last-child {
	margin-bottom: 0;
}

.article .video-block video {
	margin-bottom: 24px;
}

.article .video-block__title {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.87);
}

.article .video-block__subtitle {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.87);
}

.article .main-img-block {
	width: 100%;
	margin: 64px 0;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.32);
}

.article .main-img {
	background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	margin-bottom: 12px;
	width: 100%;
	height: 878px;
	border-radius: 2px;
}

.article .blue {
	background: #D3F0F9;
	display: inline-block;
}

.article__container {
	display: flex;
}

.article__left {
	width: 20%;
	margin-right: 5%;
}

.article__right {
	width: 75%;
}

.article__right_max-width {
	max-width: 808px;
}

.article__title, .article .title, .article__subtitle, .article p, .article .img-block, .article .quote, .article ul, .article-block__go-to-site {
	max-width: 808px;
}

.article .sidebar-block p {
	margin-bottom: 8px;
	margin-left: 16px;
}

.article__title {
	display: block;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -1px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 32px;
}

.article .article__subtitle {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 20px;
}

.article .title {
	display: block;
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -1px;
	color: rgba(0, 0, 0, 0.87);
	margin-top: 64px;
	margin-bottom: 32px;
}

.article .title:first-child {
	margin-top: 0;
}

.article .subtitle {
	display: block;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.87);
	margin-top: 48px;
	margin-bottom: 32px;
}

.article .subtitle:first-child {
	margin-top: 0;
}

.article b {
	color: rgba(0, 0, 0, 0.87);
}

.article .sidebar-title {
	font-size: 18px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 60px;
}

.article .sidebar-title img {
	display: block;
	margin-bottom: 16px;
}

.article .sidebar-block {
	margin-bottom: 60px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
}

.article .sidebar-block .title-block {
	display: flex;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 8px;
}

.article .sidebar-block .title-block img {
	margin-right: 12px;
}

.article .sidebar-block .subtitle {
	margin: 0 0 16px;
	font-style: italic;
	letter-spacing: 0.3px;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.6);
}

.article .quote {
	font-size: 18px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	border-left: 4px solid #22B3E3;
	padding-left: 28px;
	margin: 48px 0 64px 0;
}

.article .quote img {
	display: block;
	margin-bottom: 32px;
}

.article .quote p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 20px;
}

.article .quote .name {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 4px;
}

.article .quote .post {
	display: block;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
}

.article .img-block {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.32);
	margin: 64px 0 80px 0;
}

.article .img-block img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}

.article .img-block2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 32px 0 48px;
}

.article .img-block2 img {
	margin-bottom: 0;
	width: 48%;
}

.article ul {
	list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    margin: 0 0 80px 8px;
}

.article li {
	margin-bottom: 24px;
    margin-left: 20px;
    position: relative;
}

.article li:before {
	content: "";
    width: 8px;
	height: 8px;
    background: #22B3E3;
    border-radius: 100%;
    display: block;
    flex: none;
    position: absolute;
    top: 9px;
    left: -28px;
}

.article li:last-child {
	margin-bottom: 0;
}

.article__share {
	margin-bottom: 48px;
}

.article__share-title {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 24px;
}

.article__share ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
	max-width: 135px;
}

.article__share .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
	margin: 0 12px 0 0;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}

.article__share .ya-share2__link {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.article__share .ya-share2__link:hover {
	background: rgba(0, 0, 0, 0.04);
}

.article__share .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge, .article__share .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__mobile-popup-badge {
	background: transparent;
}

.article__share .ya-share2__item_service_vkontakte .ya-share2__icon {
	background: url('/local/templates/2022/img/share-vk.svg') no-repeat center center !important;
}

.article__share .ya-share2__item_service_odnoklassniki .ya-share2__icon {
	background: url('/local/templates/2022/img/share-ok.svg') no-repeat center center !important;
}

.article__share .ya-share2__item_service_facebook .ya-share2__icon {
	background: url('/local/templates/2022/img/share-fb.svg') no-repeat center center !important;
}

.article__share .ya-share2__item_service_twitter .ya-share2__icon {
	background: url('/local/templates/2022/img/share-tw.svg') no-repeat center center !important;
}

.article__share .ya-share2__item_service_whatsapp .ya-share2__icon {
	background: url('/local/templates/2022/img/share-wp.svg') no-repeat center center !important;
}

.article__share .ya-share2__item_service_telegram .ya-share2__icon {
	background: url('/local/templates/2022/img/share-tg.svg') no-repeat center center !important;
}

.article__share li:before {
	display: none;
}

.article__slider {
	margin-top: 48px;
	margin-bottom: 24px;
}

.article__slider .glide__bullets {
	display: none;
}

.article__slide {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height: inherit;
}

.article__slide img {
	max-width: 100%;
	max-height: 632px;
	margin-left: auto;
	margin-right: auto;
}

.article__slide span {
	margin-top: 12px;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.32);
}

.article__slider .glide__arrow--left {
	left: 1em;
}

.article__slider .glide__arrow--right {
	right: 1em;
}

/*
.article__additional-slider .glide__slides {
	margin: 0px auto;
}
*/

.article__additional-slider {
	margin-bottom: 64px;
	max-width: 590px;
	margin-left: auto;
	margin-right: auto;
}

.article__additional-slide {
	width: 100%;
	height: 80px;
	background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    opacity: 0.6;
    cursor: pointer;
}

.article__additional-slider .glide__slide--active {
	opacity: 1;
}

.article iframe {
	display: block;
	width: 100%;
	height: 620px;
	margin-top: 48px;
	margin-bottom: 64px;
}

.events__container {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 32px;
    margin-top: 32px;
    margin-bottom: 64px;
}

.tours__container {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 32px;
    margin-top: 32px;
    margin-bottom: 64px;
}

.hotels__container {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 32px;
    margin-top: 32px;
    margin-bottom: 64px;
}

.hotels-block {
	background: #FFFFFF;
    padding: 0 24px 24px 24px;
    display: flex;
    flex-direction: column;
    transition: .8s ease-in-out;
}

.hotels-block:hover {
	transform: translateY(-4px);
    box-shadow: 0px 4px 12px rgb(0 0 0 / 8%), 0px 4px 44px rgb(0 0 0 / 8%);
}

.hotels-block__img {
	background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: calc(100% + 48px);
    height: 260px;
    margin: 0 -24px 24px -24px;
}

.hotels-block__title {
	font-size: 18px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 8px;
}

.hotels-block__name-hotel {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.38);
	margin-bottom: 24px;
}

.hotels-block__name-hotel span {
	margin-top: 4px;
}

.hotels-block__star-block {
	display: flex;
	align-items: center;
	margin-right: 8px;
}

.hotels-block__address {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.38);
	margin: auto 0 0;
}

.hotels-block__address img {
	margin-right: 8px;
}

.hotels-block.hidden {
	display: none;
}

.hotels-block.active {
	display: block;
}

.food__container {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 32px;
    margin-top: 32px;
    margin-bottom: 64px;
}

.food-block {
	background: #FFFFFF;
    padding: 0 24px 24px 24px;
    display: flex;
    flex-direction: column;
    transition: .8s ease-in-out;
}

.food-block:hover {
	transform: translateY(-4px);
    box-shadow: 0px 4px 12px rgb(0 0 0 / 8%), 0px 4px 44px rgb(0 0 0 / 8%);
}

.food-block__img {
	background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: calc(100% + 48px);
    height: 260px;
    margin: 0 -24px 24px -24px;
}

.food-block__title {
	font-size: 18px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 11px;
}

.food-block__cuisine {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.38);
	margin-bottom: 25px;
}

.food-block__address {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.38);
	margin: auto 0 0;
}

.food-block__address img {
	margin-right: 8px;
}

.food-block.hidden {
	display: none;
}

.food-block.active {
	display: flex;
}

.more-news__container {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 0px;
    margin-bottom: 128px;
}

.more-news__background {
	background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    min-height: 624px;
    padding: 140px 0 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.more-news__title {
	display: block;
	font-weight: 400;
	font-size: 48px;
	line-height: 56px;
	letter-spacing: -0.5px;
	color: #FFFFFF;
	margin-bottom: 24px;
}

.more-news__date {
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	margin-bottom: 24px;
}

.more-news__blue-date {
	color: #22B3E3;
}

.video-slide__img-block {
	width: 100%;
	height: 448px;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	
}

.video-slide__img-block img {
	position: relative;
	z-index: 1;
}

.video-slide__img {
	background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: .8s ease-in-out;	
}

.video-slide:hover .video-slide__img {
	filter: brightness(50%);
}

.header-block {
	height: 100px;
}

.video-title {
	display: block;
	font-size: 72px;
	line-height: 80px;
	letter-spacing: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 172px;
	margin-bottom: 20px;
}

.video-container {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-column-gap: 2%;
	grid-row-gap: 64px;
	margin-top: 80px;
	margin-bottom: 80px;
}

.video-block {
	display: flex;
    flex-direction: column;
}

.video-block span {
	display: block;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.video-block__img-block {
	width: 100%;
    height: 344px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.video-block__img-block img {
	position: relative;
    z-index: 1;
}

.video-block__img {
	background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: .8s ease-in-out;
}

.video-block:hover .video-block__img {
	filter: brightness(50%);
}

.video-block:nth-child(5n + 1) {
	grid-area: auto / 1 / auto / 4;
}

.video-block:nth-child(5n + 1) .video-block__img-block, .video-block:nth-child(5n + 2) .video-block__img-block {
	height: 448px;
}

.video-block:nth-child(5n + 2) {
	grid-area: auto / 4 / auto / 7;
}

.video-block:nth-child(5n + 3) {
	grid-area: auto / 1 / auto / 3;
}

.video-block:nth-child(5n + 4) {
	grid-area: auto / 3 / auto / 5;
}

.video-block:nth-child(5n + 5) {
	grid-area: auto / 5 / auto / 7;
}

.video-block.hidden {
	display: none;
}

.video-block.active {
	display: flex;
}

.video__title {
	display: block;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 100px;
	margin-bottom: 20px;
}

.video__share {
	margin: 48px 0;
}

.video__share-title {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.84);
	margin-bottom: 24px;
}

.video__share .ya-share2__link {
	margin: 0 12px 0 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
	border-radius: 2px;
    flex: none;
}

.video__share .ya-share2__link:hover {
	background: #f7f7f7;
}

.video__share .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge, .video__share .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__mobile-popup-badge {
	background: transparent;
}

.video__share .ya-share2__item_service_vkontakte .ya-share2__icon {
	background: url(/local/templates/2022/img/share-vk.svg) no-repeat center center !important;
}

.video__share .ya-share2__item_service_facebook .ya-share2__icon {
    background: url(/local/templates/2022/img/share-fb.svg) no-repeat center center !important;
}

.video__share .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background: url(/local/templates/2022/img/share-ok.svg) no-repeat center center !important;
}

.video__share .ya-share2__item_service_telegram .ya-share2__icon {
    background: url(/local/templates/2022/img/share-tg.svg) no-repeat center center !important;
}

.video__share .ya-share2__item_service_twitter .ya-share2__icon {
    background: url(/local/templates/2022/img/share-tw.svg) no-repeat center center !important;
}

.video__share .ya-share2__item_service_whatsapp .ya-share2__icon {
    background: url(/local/templates/2022/img/share-wp.svg) no-repeat center center !important;
}

.video__text {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	margin-bottom: 80px;
	max-width: 948px;
}

.video__text p {
	margin-bottom: 32px;
}

.video__iframe {
	width: 100%;
	height: 905px;
	margin-bottom: 28px;
}

.activities-background {
	background-position: center center !important;
}

.amazing-kamchatka__container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2%;
    grid-row-gap: 32px;
    margin-bottom: 128px;
}

.amazing-kamchatka__block {
	position: relative;
    height: 388px;
    overflow: hidden;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
}

.amazing-kamchatka__block:nth-child(5n) {
	grid-area: 1 / 3 / 3 / 5;
    height: 100%;
}

.amazing-kamchatka__img {
	width: 100%;
    height: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.8s ease-in-out;
}

.amazing-kamchatka__filter {
	width: 100%;
    height: 100%;
	background: rgba(0, 6, 15, 0.46);
	z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.8s ease-in-out;
}

.amazing-kamchatka__title {
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
}

.amazing-kamchatka__block:hover .amazing-kamchatka__filter {
	background: linear-gradient(360deg, rgba(0, 6, 15, 0.36) 0%, rgba(0, 6, 15, 0.292) 100%);
}

.amazing-kamchatka__block:hover .amazing-kamchatka__img {
	transform: scale(1.1);
}

.travel-ideas-container {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2%;
    grid-row-gap: 64px;
    margin-bottom: 64px;
}

.main-map__block {
	position: relative;
}

.main-map__block .wrap {
	position: relative;
}

.main-map {
	width: 100%;
	height: 100vh;
	min-height: 1092px;
}

.main-map__block .more-details {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: calc(100% - 40px);
	margin-left: 20px;
}

.map-slider {
	position: absolute;
	left: 0;
	bottom: 45px;
	z-index: 2;
}

.map-slider .glide__slides {
	padding-bottom: 35px;
}

.map-slide {
	height: inherit;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08), 0px 4px 44px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	overflow: hidden;
}

.map-slide__img {
	width: 100%;
	height: 212px;
	background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 16px;
}

.map-slide__tag-block {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.map-slide__tag {
	background: linear-gradient(90deg, #0093E9 -12.74%, #80D0C7 116.5%);
    border-radius: 8px;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    padding: 8px 12px;
    width: fit-content;
    margin-right: 8px;
}

.map-slide__tag:last-child {
	 margin-right: 0;
}

.map-slide__tag-blue {
	background: linear-gradient(90deg, #0093E9 -12.74%, #80D0C7 116.5%);
}

.map-slide__tag-orange {
	background: linear-gradient(90deg, #FBAB7E 0%, #F7CE68 99.99%);
}

.map-slide__tag-purple {
	background: linear-gradient(90deg, #784BA0 -42.25%, #FF3CAC 159.13%);
}

.map-slide__tag-green {
	background: linear-gradient(90deg, #F4D03F -66.49%, #16A085 117.51%);
}

.map-slide__title {
	display: block;
	padding: 20px 24px 20px 24px;
	font-size: 18px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	min-height: 88px;
}

.map-slider .glide__slide--active {
	background: #22B3E3;
}

.map-slider .glide__slide--active .map-slide__title {
	color: #fff;
}

.map-slider .glide__arrow--right {
	right: 9%;
}

.map-slider .glide__arrow--left {
	left: 9%;
}

.tour-view__background {
	min-height: 624px;
}

.tour-view__title {
	font-size: 48px;
	line-height: 56px;
	letter-spacing: 5px;
	margin-bottom: 24px;
}

.tour-view__info {
	display: flex;
	background: #FFFFFF;
	border-radius: 2px;
	border-left: 8px solid #22B3E3;
	padding: 40px 48px 40px 40px;
	margin-top: 48px;
	margin-bottom: 32px;
}

.tour-view__go-to-site {
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #22B3E3;
	background: #F9F9F9;
	padding: 20px 32px;
	min-height: 84px;
	border-radius: 2px;
	margin: auto 0 auto auto;
	flex: none;
}

.tour-view__go-to-site:hover {
	background: rgba(0, 0, 0, 0.06);
}

.tour-view__go-to-site img {
	margin-left: 12px;
}

.article .tour-view__go-to-site {
	margin: 64px auto 80px;
	text-decoration: none;
}

.tour-view__info-block {
	margin-right: 12px;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 360px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
}

.tour-view__info-text {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.tour-view__info-text img {
	margin-right: 12px;
}

.tour-view__info-complexity {
	margin-bottom: 32px;
}

.tour-view__info-company {
	margin-bottom: 4px;
}

.tour-view__info-company-registr {
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.38);
}

.filter-block {
	background: #FFFFFF;
	border-radius: 2px;
	width: 100%;
	border-left: 8px solid #22B3E3;
	padding: 24px 40px;
	margin: 64px 0 32px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.filter-block__select {
	width: 248px;
	min-height: 48px;
	display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.38);
	background: rgba(0, 0, 0, 0.04);
	border-radius: 2px;
	margin-right: 32px;
	padding: 10px 14px 10px 10px;
	cursor: pointer;
    position: relative;
    border: 2px solid transparent;
}

.filter-block__select:last-child {
	margin-right: 0;
}

.filter-block__select:hover {
	background: rgba(0, 0, 0, 0.08);
}

.filter-block__select.active {
	background: #FFFFFF;
	border: 2px solid #22B3E3;
	color: rgba(0, 0, 0, 0.87);
}

.filter-block__select.active svg {
	transform: rotate(180deg);
}

.filter-block__select.active path {
	stroke: #22B3E3;
	stroke-opacity: 1;
}

.filter-block__select.fixed {
	background: #FFFFFF;
	border: 2px solid #22B3E3;
	color: rgba(0, 0, 0, 0.87);
}

.filter-block__select.fixed path {
	stroke: #22B3E3;
	stroke-opacity: 1;
}

.filter-block__select-list {
	display: none;
}

.filter-block__select.active .filter-block__select-list {
	position: absolute;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08), 0px 4px 44px rgba(0, 0, 0, 0.08);
	border-radius: 2px;
	padding: 0.7em 0;
	top: 56px;
	left: 0;
    z-index: 10;
    width: 100%;
}

.filter-block__select-list-item {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
	padding: 14px 16px;
}

.filter-block__select-list-item:hover {
	background: rgba(0, 0, 0, 0.04);
}

.filter-block__select-list-item.hidden {
	display: none;
}

.filter-block__clear-filter {
	display: flex;
	align-items: center;
	margin: auto 0 auto auto;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
}

.filter-block__clear-filter svg {
	margin-left: 12px;
	flex: none;
}

.filter-block__clear-filter:hover {
	color: #22B3E3;
}

.filter-block__clear-filter:hover path {
	stroke: #22B3E3;
	stroke-opacity: 1;
}

.filter-block__input-container {
	display: flex;
	align-items: center;
	margin: auto auto auto 0;
	flex-wrap: wrap;
}

.filter-block__input-block {
	min-width: 129px;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	position: relative;
	margin-right: 32px;
}

.filter-block__input-container input[type=checkbox] {
	display: none;
}

.filter-block__input-block:before {
	content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    margin-right: 16px;
    flex-shrink: 0;
    margin-top: 2px;
    transition: border-color .2s cubic-bezier(0.4, 0, 1, 1);
}

.filter-block__input-block:hover:before {
	border: 1px solid #22B3E3;
}

.checkbox:checked+.filter-block__input-block:before {
    border-color: #22B3E3;
    background: #22B3E3;
}

.checkbox:checked+.filter-block__input-block:after {
	content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/icon-checkbox.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: 5px;
    left: 1px;
    position: absolute;
}


.filter-block__calendar {
	background: rgba(0, 0, 0, 0.04);
	border-radius: 2px;
	display: flex;
	align-items: center;
	padding: 8px 12px;
	margin-right: 24px;
}

.filter-block__calendar-line {
	height: 32px;
	width: 1px;
	background: rgba(0, 0, 0, 0.09);
	margin: 0 12px 0 11px;
}

.filter-block__calendar input {
	outline: none;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.8);
	background: transparent;
	border: 0;
	border-radius: 0;
	width: 188px;
}

.filter-block__calendar input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.38);
}

.business-container {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 32px;
    margin-top: 40px;
    margin-bottom: 126px;
}

.business-block {
	background: #FFFFFF;
    border-radius: 2px;
    overflow: hidden;
    transition: .8s ease-in-out;
}

.business-block:hover {
	transform: translateY(-4px);
    box-shadow: 0px 4px 12px rgb(0 0 0 / 8%), 0px 4px 44px rgb(0 0 0 / 8%);
}

.business-block__img {
	width: 100%;
    height: 340px;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.business-block__block-name {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 24px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.87);
    padding: 32px 24px;
}

.business-block__block-name img {
	margin-left: 16px;
}

.registru-container {
	display: flex;
	flex-direction: column;
	margin: 80px auto 115px;
	max-width: 1088px;
}

.registry-block {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08), 0px 4px 44px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 26px 24px 26px 32px;
	text-decoration: none !important;
}

.registry-block:hover {
	background: #F5F5F5;
}

.registry-block__name {
	font-size: 20px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
}

.registry-block__href-block {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.38);
}

.registry-block__href-block img {
	margin-left: 12px;
}

.filter-block__range-block {
	margin-right: 56px;
}

.filter-block__range {
	margin-bottom: 26px;
}

.filter-block__range.noUi-horizontal {
	height: 4px;
	border: none;
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.04);
	box-shadow: none;
}

.filter-block__range .noUi-connect {
	background: #22B3E3;
}

.filter-block__range-block .noUi-horizontal .noUi-handle {
	width: 24px;
	height: 24px;
	top: 2px;
    transform: translateY(-50%);
    border: 2px solid #22B3E3;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: none;
}

.filter-block__range .noUi-handle:after, .filter-block__range .noUi-handle:before {
	display: none;
}

.filter-block__range-input-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.filter-block__range-input {
	display: flex;
	align-items: center;
	margin-right: 24px;
}

.filter-block__range-input:last-child {
	margin-right: 0;
}

.filter-block__range-input span {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.38);
	margin-right: 12px;
}

.filter-block__range-input-gray {
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.04);
	border-radius: 2px;
	padding: 8px;
}

.filter-block__range-input-gray input {
	outline: none;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
    border: 0;
    border-radius: 0;
    width: 92px;
}

.filter-block__range-input-line {
	background: rgba(0, 0, 0, 0.09);
	width: 1px;
	height: 24px;
	margin: 0 12px 0 7px;
}

.map_baloon {
    background: #fff;
    padding: 0.5em;
    font-size: 1em;
    letter-spacing: -0.02em;
    color: #222;
    max-width: 240px;
}

.hotels__link {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 24px;
}

.tour-view__info .hotels-block__address {
	margin-bottom: 24px;
}

.hotels__link:last-child, .tour-view__info .hotels-block__address:last-child {
	margin-bottom: 0;
}

.hotels__link:hover {
	color: #22B3E3;
}

.hotels__link img {
	margin-right: 12px;
}

.hotels__info-block {
	flex-direction: row;
	align-items: flex-start;
}

.hotels__info-block .hotels__link {
	margin-bottom: 4px;
}

.hotels__info-block img {
	margin-right: 12px;
}

.tour-view__info .hotels-block__name-hotel, .tour-view__info .hotels-block__address {
	color: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
}

.food-hotel-map {
	width: 100%;
	max-width: 808px;
	height: 460px;
}

.hotels-container {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2%;
/*     margin-bottom: 128px; */
}

.news__right {
	max-width: 808px;
}

.white-background {
	background: #FFFFFF;
}

.faq-wrap {
	max-width: 1410px;
}

.faq__title {
	display: block;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.87);
	margin: 128px 0 48px;
}

.faq__conteiner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 128px;
}

.faq__left {
	width: 60%;
	max-width: 668px;
}

.faq__img {
	background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
	width: 37%;
	max-width: 388px;
	height: 388px;
}

.faq-block {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.faq-block__question {
	width: 100%;
	padding: 24px 0;
	cursor: pointer;
	font-size: 20px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.faq-block__question svg {
	flex: none;
}

.faq-block__question:hover path {
	stroke: #22B3E3;
	stroke-opacity: 1;
}

.faq-block__answer {
	display: none;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
}

.faq-block__answer p {
	margin-bottom: 16px;
}

.faq-block__answer a {
	color: #22B3E3;
	text-decoration: underline;
}

.faq-block__answer a:hover {
	text-decoration: none;
}

.faq-block__answer img {
	width: 100%;
	height: auto;
	margin-bottom: 24px;
}

.faq-block__answer iframe {
	width: 100%;
	height: 372px;
	margin-bottom: 16px;
}

.faq-block__answer .blue {
	background: #D3F0F9;
    display: inline-block;
}

.faq-block.active {
	border-color: #22B3E3;
}

.faq-block.active .faq-block__question svg {
	transform: rotate(180deg);
}

.faq-block.active .faq-block__answer {
	display: block;
	margin: 20px 0 16px;
}

.faq__link {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #22B3E3;
	margin-top: 80px;
	width: fit-content;
}

.faq__link svg {
	margin-left: 12px;
}

.faq__link:hover {
	color: #4EC2E9;
}

.faq__link:hover path {
	stroke: #4EC2E9;
}

.faq-view__container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 80px;
	margin-bottom: 228px;
}

.faq-view__left {
	width: 60%;
	max-width: 668px;
}

.faq-view__tel {
	background: #F9F9F9;
	width: 37%;
	max-width: 528px;
	padding: 80px 20px;
	font-size: 24px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	display: flex;
	align-items: center;
	justify-content: center;
}

.faq-view__tel-block {
	max-width: 284px;
	display: flex;
	align-items: flex-start;
}

.faq-view__tel-block img {
	width: 40px;
	height: auto;
	margin-right: 24px;
}

.faq-more__container {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 0px;
    margin-bottom: 128px;
}

.faq-more__block {
	background: #FFFFFF;
	border-radius: 2px;
	transition: .8s ease-in-out;
	overflow: hidden;
}

.faq-more__block:hover {
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08), 0px 4px 44px rgba(0, 0, 0, 0.08);
	transform: translateY(-4px);
}

.faq-more__block-img {
	width: 100%;
    height: 340px;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.faq-more__block-name {
	display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.87);
    padding: 32px 24px;
}

.security-container {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	width: calc(100% + 24px);
	margin-left: -12px;
	margin-right: -12px;
}

.security-block {
	margin: 0 12px 24px;
	background: #F9F9F9;
	padding: 12px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
}

.security-block__img {
	display: block;
	margin-bottom: 16px;
}

.security-block a {
	text-decoration: underline;
	color: rgba(0, 0, 0, 0.87);
}

.security-block a:hover {
	text-decoration: none;
}

.security-block p {
	margin-bottom: 0;
}

.security-block ul {
	margin: 8px 0 8px 8px;
}

.security-block li {
	margin-bottom: 2px;
    margin-left: 12px;
}

.security-block li:before {
	background: rgba(0, 0, 0, 0.87);
	left: -20px;
	top: 6px;
}

.security-block__tel {
	display: flex;
	align-items: center;
}

.security-block__tel p {
	display: inline;
	white-space: nowrap;
}

.security-container-first .security-block:nth-child(1n) {
	width: calc(20% - 24px);
}

.security-container-first .security-block:nth-child(2n) {
	width: calc(30% - 24px);
}

.security-container-first .security-block:nth-child(3n) {
	width: calc(50% - 24px);
}

.security-container-first .security-block:nth-child(4n) {
	/* width: calc(29% - 24px); */
	width: calc(40% - 24px);
}

.security-container-first .security-block:nth-child(5n) {
	/* width: calc(41% - 24px); */
	width: calc(60% - 24px);
}
.security-container-first .security-block:nth-child(6n) {
	/* width: calc(30% - 24px); */
	width: 100%;
}

.security-container-second .security-block {
	display: flex;
	align-items: flex-start;
}

.security-container-second .security-block__img {
	margin-bottom: 0;
	margin-right: 16px;
}

.security-container-second .security-block:first-child, .security-container-second .security-block:last-child {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: normal;
}

.security-container-second .security-block:nth-child(1n) {
	width: 100%;
	align-items: center;
}

.security-container-second .security-block:nth-child(2n), .security-container-second .security-block:nth-child(4n) {
	width: calc(55% - 24px);
}

.security-container-second .security-block:nth-child(3n), .security-container-second .security-block:nth-child(5n) {
	width: calc(45% - 24px);
}

.security-block__big-text {
	display: block;
	font-size: 48px;
	line-height: 56px;
	letter-spacing: normal;
}

.security-block__link {
	display: block;
	color: #22B3E3;
	font-weight: 700;
	font-size: 23px;
	line-height: 28px;
	text-decoration: none !important;
	margin: 20px 0 30px;
}

.bear-container {
	display: flex;
	align-items: flex-start;
	font-size: 18px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.6);
	letter-spacing: normal;
	margin-bottom: 24px;
}

.bear-container img {
	margin-right: 20px;
}

.bear-container__big-text {
	display: block;
	font-size: 24px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
}

.bear-container-first {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.bear-container-first .security-block {
	margin: 0;
}

.bear-container-first .security-block {
	width: 25%;
}

.bear-container-first .security-block img {
	max-width: 100%;
}

.bear-container-first .security-block:first-child {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: normal;
}

.bear-container-first .security-block:nth-child(2n), .bear-container-first .security-block:nth-child(4n) {
	width: 23%;
}

.bear-container-second .security-block:nth-child(1n), .bear-container-second .security-block:nth-child(2n) {
	width: calc(27.5% - 24px);
}

.bear-container-second .security-block:nth-child(3n), .bear-container-second .security-block:nth-child(5n) {
	width: calc(40% - 24px);
}

.bear-container-second .security-block:nth-child(4n) {
	width: calc(55% - 24px);
}

.memo-container {
	width: calc(100% + 12px);
    margin-left: -6px;
    margin-right: -6px;
}

.memo-container .security-block {
	margin: 0 6px 12px;
}

.memo-container .security-block__tel {
	display: block;
}

.memo-container .security-block__tel div:first-child {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.memo-container .security-block__tel div:first-child img {
	margin-right: 4px;
}

.memo-container .security-block__tel div:last-child {
	padding-left: 24px;
}

.memo-container .security-block__tel div:last-child p {
	margin-bottom: 8px;
}

.memo-container .security-block:nth-child(1n) {
	width: calc(25% - 12px);
}

.memo-container .security-block:nth-child(2n) {
	width: calc(50% - 12px);
}

.memo-container .security-block:nth-child(3n) {
	width: calc(25% - 12px);
}

.memo-container .security-block:nth-child(4n) {
	width: calc(25% - 12px);
}

.memo-container .security-block:nth-child(5n) {
	width: calc(20% - 12px);
}

.memo-container .security-block:nth-child(7n) {
	width: calc(25% - 12px);
}

.memo-container .security-block:nth-child(8n) {
	width: calc(20% - 12px);
}

.memo-container .security-block:nth-child(9n) {
	width: calc(28% - 12px);
}

.memo-container .security-block:nth-child(10n) {
	width: calc(27% - 12px);
}

.memo-container__big-block {
	width: 55%;
	height: inherit;
	margin-bottom: 12px;
	overflow: hidden;
}

.memo-container__big-block .security-block:last-child {
	width: calc(100% - 12px);
	height: 100%;
}

.memo-container__small-block {
	display: flex;
}

.memo-container__small-block .security-block:first-child {
	width: calc(55% - 12px);
	height: inherit;
}

.memo-container__small-block .security-block:last-child {
	width: calc(45% - 12px);
	height: inherit;
}

.to__switch {
	margin-left: 40px;
}

.to-container {
	display: none;
}

.to-container.active {
	display: block;
	margin-left: 140px;
	max-width: 808px;
	margin-top: 80px;
	margin-bottom: 228px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
}

.to-container ul {
	list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    margin: 32px 0 32px 8px;
}

.to-container ul:last-child {
	margin-bottom: 0;
}

.to-container li {
	margin-bottom: 16px;
    margin-left: 20px;
    position: relative;
}

.to-container li:before {
	content: "";
    width: 8px;
    height: 8px;
    background: #22B3E3;
    border-radius: 100%;
    display: block;
    flex: none;
    position: absolute;
    top: 9px;
    left: -28px;
}

.to-container .title {
	display: block;
	font-size: 24px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 48px;
}

.to-container p {
	margin-bottom: 24px;
}

.to-container a {
	color: #22B3E3;
	text-decoration: underline;
}

.to-container a:hover {
	text-decoration: none;
}

.to-container__faq {
	max-width: 668px;
}

.business__container {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 32px;
    margin-bottom: 128px;
}

.to__phone {
	display: flex;
	align-items: flex-start;
}

.to__phone img {
	margin-right: 12px;
}

.tourist-header__link {
	display: block;
	min-height: 84px;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 32px;
	font-size: 18px;
	line-height: 28px;
	color: #22B3E3;
	margin: 20px auto 0 auto;
	border-radius: 2px;
}

.tourist-header__link img {
	margin-left: 12px;
}

.tourist-header__link:hover {
	background: rgba(0, 0, 0, 0.04);
}

.clusters-container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
    overflow: hidden;
}

.clusters-text {
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	padding-top: 220px;
	margin-right: 25px;
}

.clusters__title {
	font-size: 42px;
	line-height: 48px;
	letter-spacing: 7.0888px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 20px;
}

.clusters-breadcrumb a {
	color: rgba(0, 0, 0, 0.38);
}

.clusters-breadcrumb .active, .clusters-breadcrumb a:hover {
	color: rgba(0, 0, 0, 0.87);
}

.clusters__subtitle {
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: rgba(0, 0, 0, 0.87);
	margin: 64px 0 32px;
	
}

.bronevik-block {
	background: #FFFFFF;
	width: 100%;
	padding: 64px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 100px;
}


.affiliate-search-bvk {
	max-width: 1368px !important;
	margin: 0 auto 40px !important;
	width: 100% !important;
}

.search-body-main-page {
	box-shadow: none !important;
}

.search-body-main-page .search-body_main {
	border: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.form-group-bvk_label, .datepicker-bvk_label {
	font-family: 'GothamPro', Arial, sans-serif !important;
	font-size: 16px !important;
	line-height: 24px !important;
	letter-spacing: 0.3px !important;
	color: rgba(0, 0, 0, 0.87) !important;
	margin-bottom: 16px !important;
}

.affiliate-search-bvk input[type=text] {
	border: 1px solid rgba(0, 0, 0, 0.2) !important;
	font-family: 'GothamPro', Arial, sans-serif !important;
	font-size: 16px !important;
	line-height: 24px !important;
	letter-spacing: 0.3px !important;
	color: rgba(0, 0, 0, 0.87) !important;
}

.dropdown-bvk_toggle, .trip-type_item {
	font-family: 'GothamPro', Arial, sans-serif !important;
	font-size: 16px !important;
	line-height: 24px !important;
	letter-spacing: 0.3px !important;
	color: rgba(0, 0, 0, 0.87) !important;
}

.search-body_search-btn {
	padding-top: 40px !important;
}

.btn-bvk {
	font-family: 'GothamPro', Arial, sans-serif !important;
	font-size: 16px !important;
	line-height: 24px !important;
	letter-spacing: 0.3px !important;
}

.form-radio-bvk {
	color: rgba(0, 0, 0, 0.6) !important;
}

.trip-type_item {
	margin-right: 12px !important;
}

.form-radio-bvk:not(:last-child) {
	margin-right: 32px !important;
}

.search-body_main {
	padding: 32px 40px !important;
}

.children-bvk_action .btn-bvk-add.btn-bvk-secondary {
	font-size: 12px !important;
	line-height: 14px !important;
}

.dropdown-bvk_menu {
	box-shadow: none !important;
}

.btn-bvk-add.btn-bvk-secondary .btn-bvk_icon {
	background-image: url('/local/templates/2022/img/icon-add2.svg') !important;
}

.tour-view__star-block {
	margin-top: 10px;
	display: flex;
    align-items: center;
    font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.38);
}

.tour-view__star-block span {
	margin-left: 10px;
}

.rating__title {
	display: block;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 16px;
}

.rating__subtitle {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.38);
	margin-bottom: 64px;
}

.rating__container {
	display: flex;
	justify-content: space-between;
}

.rating__number {
	display: block;
	font-weight: 400;
	font-size: 48px;
	line-height: 56px;
	letter-spacing: -0.5px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 8px;
}

.rating__number-reviews {
	display: block;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.38);
	margin-bottom: 38px;
}

.rating__star-block {
	display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.rating__estimate {
	display: block;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	text-decoration: underline;
	color: rgba(0, 0, 0, 0.6) !important;
}

.rating__estimate:hover {
	text-decoration: none;
}

.rating__percent {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.rating__percent-points {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.6);
	margin-right: 12px;
	min-width: 84px;
}

.rating__percent-line {
	background: rgba(0, 0, 0, 0.04);
	border-radius: 2px;
/* 	overflow: hidden; */
	width: 372px;
	height: 4px;
	margin-right: 12px;
}

.rating__percent-line-blue {
	height: 100%;
	background: #22B3E3;
	max-width: 100%;
}

.rating__feedback {
	margin: 48px auto;
    text-decoration: none !important;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #22B3E3;
    background: #F9F9F9;
    padding: 20px 32px;
    min-height: 84px;
    border-radius: 2px;
}

.rating__feedback:hover {
	background: rgba(0, 0, 0, 0.06);
}

.rating__feedback img {
	margin-left: 12px;
}

.rating__popup-filter {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
    z-index: 100;
	background: rgba(0, 0, 0, 0.7);
	overflow-y: scroll;
}

.rating__popup-filter.active {
	display: flex;
    align-items: flex-start;
    justify-content: center;
}

.rating__popup-block {
	padding: 40px;
}

.feedback {
	width: 100%;
	max-width: 632px;
	background: #FFFFFF;
	padding: 80px;
	position: relative;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: auto;
}

.feedback.active {
	display: flex;
}

.feedback__title {
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -1px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 16px;
}

.feedback__subtitle {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: rgba(0, 0, 0, 0.38);
	margin-bottom: 40px;
}

.feedback__form {
	width: 100%;
}

.feedback__form input[type="text"], .feedback__form input[type="mail"] {
	outline: none;
    height: 64px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.04);
	border-radius: 2px;
    width: 100%;
    padding: 0 12px;
    border: none;
    margin-bottom: 24px;
}

.feedback__textarea {
	display: block;
	resize: none;
	height: 128px;
	border: none;
	padding: 12px;
	background: rgba(0, 0, 0, 0.04);
	border-radius: 2px;
	outline: none;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 40px;
}

.feedback__form input[type="text"]::-webkit-input-placeholder, .feedback__form input[type="mail"]::-webkit-input-placeholder, .feedback__textarea::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.38);
}

.feedback__submit-block {
	margin: 0 auto;
	width: fit-content;
	position: relative;
}

.feedback__submit-block img {
	position: absolute;
	top: 30px;
	right: 32px;
	z-index: 1;
}

.feedback__form input[type="submit"] {
	background: #22B3E3;
	padding: 30px 60px 26px 32px;
	border: none;
	width: fit-content;
	margin: 0 auto;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
}

.feedback__form label {
	position: relative;
	display: flex;
	height: fit-content;
}

.feedback__form .text-error {
	position: absolute;
    display: none;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #D2232A;
    bottom: 10px;
    left: 0;
    z-index: 1;
}

.feedback__submit-block:hover input[type="submit"]:hover {
	background: #3DBCE6;
}

.feedback__cross {
	position: absolute;
	top: 27px;
	right: 27px;
}

.estimate {
	display: none;
	width: 100%;
	max-width: 632px;
	background: #FFFFFF;
	padding: 80px;
	position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.estimate.active {
	display: flex;
}

.estimate__cross {
	display: flex;
	position: absolute;
    top: 27px;
    right: 27px;
}

.estimate__stars {
	display: flex;
	align-items: center;
}

.estimate__star {
	margin: 0 7px;
}

.estimate__star-full {
	display: none;
}

.estimate__title {
	font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 46px;
}

.estimate__subtitle {
	display: none;
	font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 26px;
}

.estimate__button {
	min-height: 84px;
    width: fit-content;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    background: #22B3E3;
    margin-top: 48px;
}

.estimate__button:hover {
	background: #3DBCE6;
}

.estimate__button img {
	margin-left: 12px;
}

.clusters-block {
	display: flex;
	align-items: flex-start;
	margin-bottom: 32px;
	max-width: 666px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.6);
}

.clusters-block__border {
	width: 64px;
	height: 40px;
	margin-right: 20px;
	border: 4px solid #E76EA1;
	background: rgba(231, 110, 161, 0.3);
	flex: none;
}

.clusters-block__border-grey {
	border-color: #515151;
	background: rgba(81, 81, 81, 0.3);
}

.clusters-block__border-green {
	border-color: #265917;
	background: rgba(38, 89, 23, 0.3);
}

.clusters-block__border-purpure {
	border-color: #AA65CE;
	background: rgba(170, 101, 206, 0.3);
}

.clusters-block__border-yellow {
	border-color: #F2B50C;
	background: rgba(242, 181, 12, 0.3);
}

.clusters-block__light-blue {
	border-color: #009EE3;
	background: rgba(0, 158, 227, 0.3);
}

.clusters-block__border-brown {
	border-color: #A0501A;
	background: rgba(160, 80, 26, 0.3);
}

.clusters-block__border-blue {
	border-color: #4246B1;
	background: rgba(66, 70, 177, 0.3);
}

.clusters-block__border-light-blue {
	background: rgba(0, 158, 227, 0.3);
	border-color: #009EE3;
}

.sustainable-tours {
	display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    min-height: 84px;
    margin-top: 48px;
    margin-bottom: 32px;
}

.sustainable-tours__title {
	font-size: 32px;
    line-height: 40px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.87);
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sustainable-tours__link {
	height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #22B3E3;
    text-decoration: none !important;
}

.sustainable-tours__link:hover {
	background: rgba(0, 0, 0, 0.04);
}

.sustainable-tours__link img {
	margin-left: 12px;
}

.tours-slider .glide__track {
	padding: 0 10px;
	margin-left: -20px;
}

.tours-slider .glide__slides {
	padding: 20px 0;
}

.tours-slider .tours-block {
	box-shadow: 0px 1px 4px rgb(0 0 0 / 8%), 0px 4px 10px rgb(0 0 0 / 8%);
	text-decoration: none !important;
	height: inherit;
}

.tours-slider .tours-block__img {
	height: 244px;
}

.tours-slider .glide__arrow--left {
	left: 0;
}

.tours-slider .glide__arrow--right {
	right: 1em;
}

.tours-slider .glide__bullets {
	display: none;
}

.special-tourism {
	background-position: center center !important;
	margin-bottom: 128px;
}

.footer-contacts__pers-date {
	display: block;
	margin-top: 20px;
    font-size: 11px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.65) !important;
}

.special-tours-block__wrap {
	max-width: 1688px;
	padding: 0 20px;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.special-tours-block__container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 64px;
	margin-bottom: 16px;
}

.special-tours-block__container .special-tours-block {
	width: 49%;
	margin-bottom: 0;
	display: flex;
}

.special-tours-block__container .special-tours-block__text {
	padding: 64px 209px 48px 64px;
	height: inherit;
}

.special-tours-block__container .special-tours-blocks__logo3 {
	width: 209px;
	height: 118px;
}

.special-tours-block__container .special-tours-blocks__link {
	margin: auto auto 0 0;
}

.special-tours-main__block {
	max-width: 860px;
	padding: 188px 0 80px 0;
	box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.special-tours-main__logo, .special-main__logo10 {
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 124px;
	height: 132px;
}

.special-tours-blocks__container {
	padding: 64px 20px 48px 20px;
	box-sizing: border-box;
	max-width: 1268px;
}

.special-tours-blocks {
	width: 100%;
	background: #F9F9F9;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 80px;
	box-sizing: border-box;
}

.special-tours-blocks__left {
	padding: 0 0 80px 100px;
	font-family: 'GothamPro', Arial, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	box-sizing: border-box;
}

.special-tours-blocks__logo {
	margin-bottom: 28px;
}

.special-tours-blocks__logo3 {
	width: 236px;
	height: 132px;
}

.special-tours-blocks__logo4 {
	width: 204px;
	height: 128px;
}

.special-tours-blocks__title {
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -1px;
	margin-bottom: 32px;
	box-sizing: border-box;
}

.special-tours-blocks__text {
	margin-bottom: 16px;
	box-sizing: border-box;
	max-width: 375px;
}

.special-tours-blocks__note {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 68px;
	box-sizing: border-box;
}

.special-tours-blocks__img {
	width: 60%;
	background-position: top left !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-left: -20%;
    box-sizing: border-box;
}

.special-tours-blocks__link {
	background: #22B3E3;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 84px;
	padding: 20px 32px;
	width: fit-content;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #FFFFFF;
	box-sizing: border-box;
}

.special-tours-blocks__link svg {
	margin-left: 12px;
}

.special-tours-blocks__link:hover {
	background: #3DBCE6;
}

.special-tours-block {
	background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-bottom: 64px;
    position: relative;
}

.special-tours-block__logo {
	position: absolute;
	top: 0;
	right: 0;
}

.special-tours-blocks-title {
	text-align: center;
	display: block;
	font-size: 40px;
	line-height: 48px;
	font-family: 'GothamPro', Arial, sans-serif;
    font-weight: 400;
    font-size: 40px;
	line-height: 48px;
	letter-spacing: -1px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 80px;
}

.special-tours-block__text {
	padding: 64px 236px 48px 100px;
	font-family: 'GothamPro', Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.special-tours-block__title {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 24px;
}

.special-tours-block__note {
	font-size: 18px;
	line-height: 24px;
	margin-top: 12px;
	margin-bottom: 32px;
}

.special-tours-main {
	background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    flex-direction: column;
    width: 100%;
/*     height: 80vh; */
    min-height: 576px;
    box-sizing: border-box;
    font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	text-align: center;
	font-family: 'GothamPro', Arial, sans-serif;
}

.special-tours-main .wrap {
	max-width: 900px;
	padding: 130px 20px 80px 20px;
	margin: auto auto 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.special-tours-main__title {
	font-size: 56px;
	line-height: 56px;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.special-tours-main__subtitle {
	margin-bottom: 16px;
}

.special-tours-main__note {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	margin-bottom: 48px;
}

.special-tours-main__hoop {
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -1px;
}

.special-tours-blocks__img-mob {
	display: none;
}

.souvenir__container {
	margin-top: 48px;
	margin-bottom: 48px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
/*     grid-template-rows: 1fr; */
    grid-column-gap: 2%;
    grid-row-gap: 96px;
    margin-bottom: 48px;
}

.souvenir__block {
	display: flex;
	flex-direction: column;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
}

.souvenir__img {
	width: 100%;
    height: 528px;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-bottom: 12px;
}

.souvenir__name {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 4px;
}

.souvenir__registry-block {
	max-width: 666px;
	justify-content: flex-start;
	padding-left: 24px;
}

.registry-block_exhibition-page{
	max-width: 450px;
}

.souvenir__registry-block .registry-block__name {
	display: block;
	margin-bottom: 4px;
}

.souvenir__registry-block .registry-block__icon {
	margin-right: 24px;
}

.souvenir__registry-block .registry-block__weight {
	font-weight: 400;
	font-size: 14;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
}

.souvenir__registry-block .registry-block__weight span {
	color: rgba(0, 0, 0, 0.32);
}

.souvenir__registry-block .registry-block__href-block {
	margin: auto 0 auto auto;
}

.clusters-block__icon {
	width: 60px;
	height: 60px;
	margin-right: 20px;
}

.clusters-map__block {
	position: relative;
	margin-right: -149px;
}

.clusters-map {
	width: 944px;
	height: auto;
}

.clusters-slider {
	margin: 80px 0 88px 0;
}

.clusters-slider .glide__slide--active {
    background: #22B3E3;
}

.clusters-slider .glide__slide--active .map-slide__title {
    color: #fff;
}

.clusters-slider .glide__arrow--left {
    left: 9%;
}

.clusters-slider .glide__arrow--right {
    right: 9%;
}

.clusters-slider .glide__slides {
	padding-bottom: 40px;
}

.clusters-zone {
	position: absolute;
	z-index: 4;
	display: flex;
}

.clusters-zone.active {
	z-index: 7;
}

.clusters-zone:hover.active {
	z-index: 7;
}

.clusters-zone .clusters-zone__img {
	z-index: 0;
}

.clusters-zone__point {
	display: none;
	position: absolute;
	bottom: 54%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    flex-direction: column;
}

.clusters-zone:hover .clusters-zone__img path {
	stroke-width: 6;
}

.clusters-zone:hover .clusters-zone__point {
	display: block;
	cursor: pointer;
}

.clusters-zone__text {
/* 	display: flex; */
	display: none;
	flex-wrap: wrap;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08), 0px 4px 44px rgba(0, 0, 0, 0.08);
	max-width: 456px;
    width: max-content;
	bottom: 99px;
    left: -150px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
	padding: 8px 8px 16px 16px;
	
}

.clusters-zone__cross {
	width: 100%;
	cursor: pointer;
	display: flex;
	justify-content: flex-end;
}

.clusters-zone__text-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.clusters-zone__text-block a {
	margin-left: 8px;
	margin-right: 24px;
	display: flex;
}

.clusters-zone__text-buble {
	position: absolute;
	border: 20px solid transparent;
	border-top: 20px solid #fff;
	width: 24px;
	height: 24px;
	top: 123%;
    left: 133px;
    transform: translate(50%, -50%);
}

.clusters-zone__pink {
	top: 272px;
	right: 397px;
}

.clusters-zone__pink .clusters-zone__point {
	bottom: 58%;
    left: 60%;
}

.clusters-zone__purple {
	top: 543px;
	right: 527px;
}

.clusters-zone__purple .clusters-zone__point {
	bottom: 74%;
    left: 35%;
}

.clusters-zone__yellow {
	top: 974px;
	right: 772px;
}

.clusters-zone__blue {
	top: 847px;
	right: 738px;
}

.clusters-zone__blue:hover {
	z-index: 5;
}

.clusters-zone__blue .clusters-zone__point {
	bottom: 45%;
    left: 51%;
}

.clusters-zone__blue2 {
	z-index: 5;
	top: 876px;
	right: 717px;
}

.clusters-zone__blue2 .clusters-zone__point {
	bottom: 58%;
    left: 60%;
}

.clusters-zone__brown {
	top: 817px;
	right: 716px;
}

.clusters-zone__brown .clusters-zone__point {
    bottom: 20%;
    left: 48%;
}

.clusters-zone__gray {
	top: 807px;
	right: 646px;
	z-index: 3;
}

.clusters-zone__gray .clusters-zone__point {
	bottom: 73%;
    left: 84%;
}

.clusters-zone__green {
	top: 657px;
	right: 275px;
}

.clusters-zone__green .clusters-zone__point {
	bottom: 70%;
    left: 17%;
}

.clusters-zone__green2 {
	top: 794px;
	right: 670px;
}

.clusters-zone__green2 .clusters-zone__point {
	bottom: 54%;
    left: 50%;
}

.clusters-zone__green3 {
	top: 496px;
	right: 661px;
}

.clusters-zone__green3 .clusters-zone__point {
	bottom: 48%;
    left: 64%;
}

.clusters-zone__green4 {
	top: 767px;
	right: 746px;
}

.clusters-zone__green4 .clusters-zone__point {
	bottom: 30%;
    left: 47%;
}

.clusters-zone__green5 {
	top: 909px;
	right: 726px;
	z-index: 5;
}

.clusters-zone__green5 .clusters-zone__point {
	bottom: 55%;
    left: 60%;
}

.clusters-zone__name {
	position: absolute;
	top: 660px;
	right: 287px;
	z-index: 2;
}

.clusters-zone__point.active {
	cursor: default !important;
	display: block !important;
}

.clusters-zone__point.active .clusters-zone__text {
	display: flex;
}

.clusters-map__names {
	position: absolute;
	top: 258px;
	right: 430px;
	z-index: 6;
}

.clusters-map__names2 {
	top: 278px;
	right: 603px;
}

.clusters-map__names3 {
	top: 410px;
	right: 664px;
}

.clusters-map__names4 {
	top: 547px;
	right: 560px;
}

.clusters-map__names5 {
	top: 549px;
	right: 406px;
}

.clusters-map__names6 {
	top: 566px;
	right: 677px;
}

.clusters-map__names7 {
	top: 660px;
	right: 287px;
}

.clusters-map__names8 {
	top: 704px;
	right: 655px;
}

.clusters-map__names9 {
	top: 757px;
	right: 788px;
}

.clusters-map__names10 {
	top: 856px;
	right: 503px;
}

.clusters-map__names11 {
	top: 833px;
	right: 665px;
}

.clusters-icon {
	position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 709px;
    right: 720px;
    width: 33px;
	height: 33px;
}

.clusters-icon.active {
	 z-index: 7;
}

.clusters-icon>img {
	width: 25px;
	height: 25px;
}

.clusters-icon .clusters-zone__point {
	bottom: 55%;
    left: 50%;
}

.clusters-icon:hover .clusters-zone__point {
	display: flex;
    cursor: pointer;
}

.clusters-icon:hover>img {
	width: 33px;
	height: 33px;
}

.cluster-view__main-container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 80px;
}

.cluster-view__main-text {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
	padding-top: 64px;
	padding-left: 20px;
	margin-right: 172px;
	max-width: 688px;
}

.cluster-view__main-text p {
	margin-bottom: 32px;
}

.cluster-view__main-text ul {
	list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    margin: 0 0 0 8px;
}

.cluster-view__main-text li {
	margin-bottom: 32px;
    margin-left: 20px;
    position: relative;
}

.cluster-view__main-text li:before {
	content: "";
    width: 14px;
    height: 14px;
    background: #22B3E3;
    border-radius: 100%;
    display: block;
    flex: none;
    position: absolute;
    top: 6px;
    left: -28px;
}

.cluster-view__text-container {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2%;
    grid-row-gap: 32px;
    margin-bottom: 64px;
}

.cluster-view__text-container__title {
	display: block;
	font-size: 32px;
	line-height: 40px;
	color: rgba(0, 0, 0, 0.87);
}

.cluster-view__li-title {
	display: block;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.87);
}

.cluster-view__map {
	position: relative;
	max-width: 808px;
	width: 50%;
	flex: none;
}

.cluster-view__map-img {
	width: 100%;
	height: auto;
}

.cluster-view__map-pin {
	position: absolute;
	bottom: 35%;
    left: 27%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
}

.cluster-view__map-pin img {
	cursor: pointer;
}

.cluster-view__map-pin:hover img {
	width: 36px;
	height: 36px;
}

.clusters-pin__text {
	display: none;
    flex-wrap: wrap;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 8%), 0px 4px 44px rgb(0 0 0 / 8%);
    max-width: 456px;
    width: max-content;
    bottom: 43px;
    left: -105px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: rgba(0, 0, 0, 0.6);
    padding: 8px 8px 16px 16px;
}

.cluster-view__map-pin.active .clusters-pin__text {
	display: flex;
}

.clusters-pin__cross {
	width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
}

.clusters-pin__text-block {
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.clusters-pin__text .clusters-zone__text-buble {
	position: absolute;
    z-index: 2;
    border: 20px solid transparent;
    border-top: 20px solid #fff;
    width: 24px;
    height: 24px;
    top: 123%;
    left: 82px;
    transform: translate(50%, -50%);
}

.cluster-view__map-pin2 {
	bottom: 32%;
    left: 24%;
}

.cluster-view__map-pin3 {
	bottom: 29%;
    left: 26%;
}

.cluster-view__map-pin4 {
	bottom: 16%;
    left: 13%;
}

.cluster-view__map-pin4 .clusters-pin__text {
	left: -53px;
}

.cluster-view__map-pin4 .clusters-zone__text-buble {
	left: 30px;
}

.cluster-view__map-pin5 {
	bottom: 15%;
    left: 16%;
}

.cluster-view__map-pin5 .clusters-pin__text {
	left: -53px;
}

.cluster-view__map-pin5 .clusters-zone__text-buble {
	left: 30px;
}

.cluster-view__map-pin6 {
	bottom: 12%;
    left: 20%;
}

.cluster-view__map-pin6 .clusters-pin__text {
	left: -53px;
}

.cluster-view__map-pin6 .clusters-zone__text-buble {
	left: 30px;
}

.cluster-view__map-pin7 {
	bottom: 11%;
    left: 12%;
}

.cluster-view__map-pin7 .clusters-pin__text {
	left: -53px;
}

.cluster-view__map-pin7 .clusters-zone__text-buble {
	left: 30px;
}

.cluster-view__map-pin8 {
	bottom: 84%;
    left: 52%;
}

.cluster-view__map-pin9 {
	bottom: 80%;
    left: 50%;
}

.cluster-view__map-pin9 .clusters-pin__text {
	left: -166px;
}

.cluster-view__map-pin9 .clusters-zone__text-buble {
	left: 144px;
}

.cluster-view__map-pin10 {
	bottom: 64%;
    left: 48%;
}

.cluster-view__map-pin11 {
	bottom: 63%;
    left: 52%;
}

.cluster-view__map-pin12 {
	bottom: 60%;
    left: 47%;
}

.cluster-view__map-pin13 {
	bottom: 59%;
    left: 51%;
}

.cluster-view__map-pin14 {
	bottom: 55%;
    left: 43%;
}

.cluster-view__map-pin15 {
	bottom: 52%;
    left: 41%;
}

.cluster-view__map-pin16 {
	bottom: 50%;
    left: 35%;
}

.cluster-view__map-pin17 {
	bottom: 43%;
    left: 37%;
}

.cluster-view__subtitle {
	display: block;
	margin-bottom: 64px;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: rgba(0, 0, 0, 0.87);
}

.cluster-view__container {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 2%;
    margin-bottom: 128px;
}

.cluster-view__block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
}

.cluster-view__block-img {
	width: 100%;
    height: 424px;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-top: 24px;
}

.ozerki__background {
	background-position: center center !important;
}

.zapovednaya__background {
	background-position: right center !important;
}

.cluster-mob__map {
	display: none;
}

.volkano-day__container {
	display: flex;
	align-items: stretch;
}

.volkano-day__container .sustainable-tourism__button {
	margin: 0 20px;
}

.sustainable-tourism__study-subtitle {
	max-width: 767px;
	font-size: 18px;
}

.sustainable-tourism__study-title {
	max-width: 1123px;
	font-size: 42px;
	line-height: 48px;
	letter-spacing: 7px;
	margin-bottom: 24px;
}

.tour-operators__container {
	margin: 48px 0 128px 0;
    display: flex;
    justify-content: space-between;
}

.tour-operators__container-column {
	width: 32%;
    display: flex;
    flex-direction: column;
}

.tour-operators__block {
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08), 0px 4px 44px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	padding: 16px 20px;
	width: 100%;
	margin-bottom: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tour-operators__block:hover {
	background: #F5F5F5;
}

.tour-operators__block:active {
	background: #EBEBEB;
}

.tour-operators-popup {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    padding: 40px 20px;
    overflow-y: scroll;
    display: none;
}

.tour-operators-popup.active {
	display: flex;
}

.tour-operators-popup__block {
	background: #FFFFFF;
    padding: 80px;
    width: 100%;
    max-width: 808px;
    margin: auto;
    position: relative;
    font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
	display: none;
}

.tour-operators-popup__block.active {
	display: block;
}

.tour-operators-popup__block a {
	color: rgba(0, 0, 0, 0.6);
	text-decoration: underline;
}

.tour-operators-popup__block a:hover {
	text-decoration: none;
}

.tour-operators-popup__block p {
	margin-bottom: 20px;
}

.tour-operators-popup__block b {
	color: rgba(0, 0, 0, 0.87);
}

.tour-operators-popup__cross {
	position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
}

.tour-operators-popup__cross:hover path {
	stroke-opacity: 0.87;
}

.tour-operators-popup__title {
	display: block;
	text-align: center;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 32px;
}

.tour-operators-popup__contact {
	display: flex;
	align-items: flex-start;
    margin-bottom: 16px;
}

.tour-operators-popup__contact img {
	margin-right: 16px;
}

.filter-block__input-close {
	display: none;
	background: rgba(0, 0, 0, 0.04);
	padding: 8px 12px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
	margin: 6px 20px 6px 0;
}

.filter-block__input-close.active {
	display: block;
}

.filter-block__input-close svg {
	margin-left: 12px;
	cursor: pointer;
}

.filter-block__input-close svg:hover path {
	stroke-opacity: 0.87;
}

.filter-block__tour-operators {
	flex-wrap: nowrap;
	align-items: flex-start;
}

.filter-block__tour-operators .filter-block__clear-filter {
	margin: 0 0 auto auto;
}

.filter-block__tour-operators .filter-block__input-container {
	margin: 0 !important;
}

.filter-block__select-touroperators {
	flex: none;
	width: 256px;
}

.filter-block__select-touroperators .tour-operators__input-block {
	margin-right: 0;
	padding: 14px 16px;
	align-items: flex-start;
}

.filter-block__select-touroperators .tour-operators__input-block.active:before {
	border-color: #22B3E3;
    background: #22B3E3;
}

.filter-block__select-touroperators .tour-operators__input-block.active:after {
	content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/icon-checkbox.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: 17px;
    left: 17px;
    position: absolute;
}

.museum__background {
	/* background-position: 60% center !important; */
	background-position: center center !important;
}

.museum__container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 2%;
	grid-row-gap: 32px;
	margin-top: 80px;
	margin-bottom: 64px;
}

.museum-block {
	background: #FFFFFF;
	padding: 0 24px 24px 24px;
	display: flex;
	flex-direction: column;
	transition: .8s ease-in-out;
}

.museum-block:hover {
	transform: translateY(-4px);
	box-shadow: 0px 4px 12px rgb(0 0 0 / 8%), 0px 4px 44px rgb(0 0 0 / 8%);
}

.museum-block.hidden {
	display: none;
}

.museum-block__img {
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	width: calc(100% + 48px);
	height: 260px;
	margin: 0 -24px 24px -24px;
}

.museum-block__title {
	font-size: 18px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 8px;
}

.museum-block__subtitle {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.38);
	margin-bottom: 32px;
}

.museum-block__addres {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.38);
	margin: auto 0 0;
}

.museum-block__addres img {
	margin-right: 8px;
}

.museum-view__container {
	margin-top: 0 !important;
	margin-bottom: 128px;
}

.mob {
	display: none;
}
.fifteen-years__block img {
  display: none;
}

.modal-wrapper_security {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100; */
}

.security-block-main-page {
  /* width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
  padding-top: 200px;
  padding-bottom: 200px; */
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  padding: 40px 20px;
  overflow-y: scroll;
  display: none !important;
}
.security-block-main-page li, .security-block-main-page p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: rgba(0, 0, 0, 0.6);
}
.security-block-main-page h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  color: rgba(0, 0, 0, 0.87);
   text-align:  center;
   margin-bottom: 40px;
}
.security-block-main-page a {
  color: #22B3E3;
  text-decoration: underline;
}
.security-block-main-page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 0;
}
.security-block-main-page ul li::marker {
  color: #22B3E3;
  font-size: 22px;
}

.security-block-main-page__wrapper {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px; */
  display: block;
  max-width: 1088px;
  width: 100%;
  padding: 80px 140px;
  background-color: #fff;
  /* margin: 62% auto 0; */
  margin: auto;
}
.security-block-main-page__wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.security-block-main-page__important {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 40px;
  gap: 16px;
  background: #F9F9F9;
}
.security-block-main-page__important h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
}

.security-block-main-page__consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  margin-top: 16px;
  position: relative;
  margin-bottom: 1rem;
}
.security-block-main-page__consent p {
	color: #000;
}
.security-block-main-page__consent input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.security-block-main-page__consent label {
  padding-left: 25px;
  font-size: 1rem;
  color: #444;
  cursor: pointer;
}
.security-block-main-page__consent label:hover::before {
  border: 1px solid #22B3E3;
}
.security-block-main-page__consent label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  -webkit-transition: background-color 0.1s linear, border 0.1s linear;
  transition: background-color 0.1s linear, border 0.1s linear;
}
.security-block-main-page__consent label:after {
  content: url("/local/templates/2022/img/check-mark.svg");
  display: block;
  width: 17px;
  height: 16px;
  background-size: 12px 12px;
  background-color: 3FA6F6;
  opacity: 0;
  position: absolute;
  top: -2px;
  left: 4px;
  z-index: 2;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  border-radius: 2px;
}
.security-block-main-page__consent input:checked + label:before {
  background-color: #22B3E3;
    border: 1px solid #22B3E3;
}
.security-block-main-page__consent input:checked + label:after {
  opacity: 1;
}

.security-block-main-page__button {
  margin: 0 auto;
}
.security-block-main-page strong, .security-block-main-page b {
  color: #000;
}
.security-block-main-page__wrapper li {
  word-wrap: break-word;
}
.security-block-main-page__wrapper li span {
  	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;	
}
/* @media screen and (-webkit-min-device-pixel-ratio:0) {
	.security-block-main-page__wrapper {
		display: -webkit-box;
	}
} */


.security-block-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding: 23px 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  min-height: 68px;
}

.security-block-line__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-animation: scroll 350s linear infinite;
          animation: scroll 350s linear infinite;
  margin-left: 5px;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
}

.security-block-line__one-read-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
.security-block-line__one-read-information div {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
}
.security-block-line__one-read-information img {
  width: 30px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.sustainable-tourism_hiking-mountains{
	margin-bottom:28px;
}
.hiking-mountains__avalanche-safety{
	  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding-top: 32px;
}
.hiking-mountains__avalanche-safety h2{
	text-transform: uppercase;
}
.hiking-mountains__img-avalanche{
	max-width: 984px;
}

.partner-sign {
	flex-direction: row;
	align-items: flex-start;
}
.partner-sign img {
	max-width: 100%;
	width: 138px;
	margin-right: 16px;
}
.discover-about {
	padding: 40px 40px 48px;
	background: #F9F9F9;
	margin-bottom: 80px;
}
.discover-about__title {
	font-size: 32px;
	line-height: 40px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 20px;
	max-width: 768px;
}
.discover-about__text {
	margin-bottom: 48px;
}
.discover-about__text p {
	max-width: 768px;
	margin-bottom: 16px;
}
.discover-about__text p:last-child {
	margin-bottom: 0;
}
.discover-about__text b {
	color: rgba(0, 0, 0, 0.6);
}
.discover-about__img-desktop {
	width: 100%;
}
.discover-about__img-mob {
	display: none;
}
.discover-questions {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 32px;
	margin-bottom: 80px;
}
.discover-question {
	background: #F9F9F9;
	border-radius: 4px;
	padding: 32px 40px 40px 32px;
}
.discover-question img {
	display: block;
	width: 120px;
	max-width: 100%;
	margin-bottom: 20px;
}
.discover-question__title {
	font-size: 24px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 16px;
}
.discover-question p {
	margin-bottom: 0;
}
.discover-promo {
	display: flex;
	align-items: flex-start;
	background: #F9F9F9;
	border-radius: 4px;
	padding: 32px 100px 40px 32px;
	margin-bottom: 80px;
}
.discover-promo img {
	width: 120px;
	max-width: 30%;
	margin-right: 32px;
}
.discover-promo__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.discover-promo__content p {
	max-width: 758px;
	margin-bottom: 24px;
}
.discover-promo__time, .partner-card__tag {
	background: #22B3E3;
	border-radius: 8px;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	padding: 8px 12px;
}
.discover-partners {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 32px;
	margin-bottom: 80px;
}
.partner-card {
	min-height: 332px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	padding: 20px 20px 24px;
	overflow: hidden;
}
.article .partner-card {
	text-decoration: none;
}
.partner-card__img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	transition: transform 1.2s ease-in-out;
}
.partner-card__tag {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	position: relative;
	align-self: flex-end;
}
.partner-card__title {
	position: relative;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.partner-card:hover .partner-card__img {
	transform: scale(1.075);
}
.discover-address {
	display: flex;
	align-items: center;
	padding: 40px 48px 40px 40px;
	background: #F9F9F9;
	margin-bottom: 80px;
}
.discover-address img {
	width: 384px;
	max-width: 50%;
	margin-left: 80px;
}
.discover-address__text {
	color: rgba(0, 0, 0, 0.87);
	font-weight: 500;
}
.discover-address__text p {
	margin-bottom: 24px;
}
.discover-address__text p:last-child {
	margin-bottom: 0;
}
.discover-steps {
	display: flex;
	margin-bottom: 80px;
}
.discover-step {
	padding: 32px 20px 24px;
	background: #F9F9F9;
	border-radius: 4px;	
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 30%;
	width: calc((100% - 128px) / 3);
}
.discover-step  img {
	display: block;
	max-width: 100%;
	margin-bottom: 24px;
}
.discover-step__title {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.87);
	font-weight: 500;
}
.discover-steps__arrow {
	width: 48px;
	margin: 0 8px;
}
.discover-faq {
	max-width: 808px;
}
.discover-faq .faq-block__question {
	font-size: 18px;
}
.more-partners-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 32px;
	margin-bottom: 128px;
}
.more-food-container {
	margin-bottom: 128px;
}

.article__block {
	width: 100%;
	padding: 32px 40px;
	background: #F9F9F9;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	max-width: 808px;
}

.article__block img {
	margin-right: 24px;
}

.article__block-logo {
	width: 264px;
	height: 86px;
	margin: 0 0 0 24px !important;
}

.article__block-title {
	display: block;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 12px;
}

.article__download-container {
	margin: 40px 0 48px;
	max-width: 605px;
}

.article__download-block {
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08), 0px 4px 44px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	margin-bottom: 16px;
	width: 100%;
	padding: 26px 20px 26px 24px;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6) !important;
	text-decoration: none !important;
}

.article__download-block:hover {
	background: #F5F5F5;
}

.article__download-block:active {
	background: #EBEBEB;
}

.article__download-title {
	display: block;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 4px;
}

.article__download-block img {
	margin-right: 24px;
}

.article__download-size {
	color: rgba(0, 0, 0, 0.5) !important;
}

.article__download-logo {
	margin: auto 0 auto auto !important;
	padding-left: 8px;
}

.volcano-tourism__title {
	font-size: 64px;
	line-height: 72px;
	letter-spacing: 12px;
}

.volcano-tourism__subtitle {
	display: block;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	margin-bottom: 32px;
}

.volcano-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 80px 0;
}

.volcano-container__img {
	width: 420px;
	height: auto;
	flex: none;
	margin-left: 40px;
}

.error__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 443px;
	margin: 220px auto 240px;
}

.error__number {
	display: block;
	font-weight: 400;
	font-size: 164px;
	line-height: 164px;
	margin-bottom: 16px;
	color: rgba(0, 0, 0, 0.2);
}

.error__title {
	display: block;
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -1px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 16px;
}

.error__text {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 48px;
}

.error__button {
	min-height: 84px;
	width: fit-content;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff !important;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 32px;
	background: #22B3E3;
}

.error__button img {
	margin-left: 12px;
}

.uk-tab>.uk-active>a {
	border-bottom: 4px solid #22B3E3 !important;
	border-color: #22B3E3 !important;
}

.partners__container {
	margin-top: 64px;
}

.partners__container .tour-operators__container-column {
	width: 49%;
}

.partners__container .tour-operators__block {
	text-overflow: revert;
	white-space: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
}

.partners__popup .tour-operators-popup__title {
	font-size: 24px;
	line-height: 28px;
}

.footer__app-title {
	display: block;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 12px;
}

.footer__app-block {
	background: #FFFFFF;
	border-radius: 2px;
	padding: 12px 30px 12px 12px;
	display: flex;
	align-items: flex-start;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 48px;
}

.footer__app-block img {
	margin-right: 16px;
}

.footer__app-block-title {
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.87);
}

.winner-block {
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: flex-start;
	margin-bottom: 24px;
}

.winner-block__img {
	margin-top: 6px;
	margin-right: 24px;
}

.winner-block__title {
	display: block;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 8px;
}

.passports__background {
	background-position: center center !important;
} 

.passports-switch {
	display: flex;
	align-items: stretch;
	background: #fff;
	margin: 64px 0 32px;
}

.passports-switch__item {
	height: 100%;
	min-height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 0.38);
	border-bottom: 4px solid rgba(0, 0, 0, 0);
	background: #fff;
}

.passports-switch__item:hover, .passports-switch__item.active {
	background: rgba(0, 0, 0, 0.04);
	color: rgba(0, 0, 0, 0.87);
	border-bottom: 4px solid #22B3E3;
}

.passports-block {
	display: none;
	background: #fff;
	width: 100%;
	padding: 80px 140px 128px;
	margin-bottom: 128px;
}

.passports-block.active {
	display: block;
}

.passports-disclaimer__title {
	max-width: 808px;
	display: flex;
	align-items: flex-start;
	font-size: 18px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 12px;
}

.passports-disclaimer__title img {
	margin-top: 2px;
	margin-right: 8px;
}

.passports-disclaimer__text {
	max-width: 808px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.38);
	margin-bottom: 40px;
}

.passports-block__title {
	display: block;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -1px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 24px;
}

.passports-block__subtitle {
	display: block;
	font-size: 24px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 20px;
}

.passports-download__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 32px;
	grid-row-gap: 16px;
	margin-bottom: 80px;
}

.passports-download__container:last-child {
	margin-bottom: 0;
}

.passports-download__block {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 26px 20px 25px 24px;
	border-radius: 4px;
	box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.08), 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}

.passports-download__block img {
	flex: none;
}

.passports-download__block img:first-child {
	margin-right: 24px;
}

.passports-download__block img:last-child {
	margin: auto 0 auto auto;
}

.passports-download__text {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-right: 9px;
	font-size: 20px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
}

.passports-download__file {
	margin-top: 4px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.60);
}

.passports-download__file_size {
	opacity: 0.7;
}

.article__attention {
	width: 100%;
	padding: 32px 40px;
	background: #F9F9F9;
	margin-bottom: 64px;
}

.article__attention-title {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 12px;
}

.article__attention p:last-child {
	margin-bottom: 0;
}

.article__button {
	min-height: 64px;
	width: fit-content;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff !important;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
	background: #22B3E3;
	margin-bottom: 48px;
}

.article__button:hover {
	background: #3DBCE6;
}

.article__button img {
	margin-left: 12px;
}

.banner-vistavka {
	width: 100%;
	height: auto;
}

.tour__container {
	
}

.tour-block {
	background: #FFFFFF;
	width: 100%;
	border-radius: 2px;
	overflow: hidden;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	transition: .8s ease-in-out;
}

.tour-block__img-link {
	height: inherit;
	min-height: 200px;
	width: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}

.tour-block__img {
	width: 100%;
	height: 100%;
	min-height: 200px;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.tour-block__text {
	padding: 40px 0 40px 40px;
	margin: 0 auto 0 0;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(0,0,0,0.6);
}

.tour-block__text p {
	margin-bottom: 10px;
}

.tour-block__text a {
	color: #22b3e3;
	text-decoration: underline;
	cursor: pointer;
}

.tour-block__text a:hover {
	color: #4ec2e9 !important;
}

.tour-block__title {
	display: block;
	color: #07385c !important;
	font-size: 20px;
	line-height: 24px;
	font-family: GothamPro;
	font-weight: 400;
	margin-bottom: 10px;
	text-decoration: none !important;
}

.tour-block__black {
	color: rgba(0,0,0,.87);
}

.tour-block__characteristics {
	padding: 40px;
	flex: none;
}

.tour-block__duration {
	display: flex;
	flex-direction: column;
	color: rgba(0,0,0,.6);
	font-family: GothamPro;
	font-size: 16px;
	line-height: 1.5;
	margin: 20px 0;
}

.tour-block__prise {
	color: #22b3e3;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
}

.tour-block__link {
	display: block;
	cursor: pointer;
	background: #22b3e3;
	color: #fff;
	border: 1px solid transparent;
	padding: 0 24px;
	ont-size: 16px;
	line-height: 46px;
	text-align: center;
	ont-family: GothamPro;
	font-weight: 400;
	letter-spacing: .3px;
	height: 48px;
}

.tour-block__link:hover {
	background-color: #4ec2e9;
}

.fly_index-link {
	display: block;
	margin: 0 auto 128px auto;
}

.fly_index {
	display: block;
	width: 100%;
	max-width: 1648px;
}

.fly_index-link {
	margin: 0 auto 64px auto;
}

.fly_index_mob {
	display: none;
	width: 100%;
}

.national-route__logo {
	display: block;
	max-width: 100%;
	margin-bottom: 48px;
}

.national-route__background {
	min-height: 864px;
	background-position: center center !important;
}

.national-route__subtitle {
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 24px;
	max-width: 808px;
}

.national-route__title2 {
	display: block;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 48px;
	max-width: 808px;
}

.national-route__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 2px;
	margin-bottom: 104px;
}
.route-block {
	margin: 100px 0;
}
.route-block__title {
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -1px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 40px;
}
.route-block__activity-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 64px 32px;
}
.activity-card__img {
	width: 100%;
	height: 272px;
	background: center / cover no-repeat;
	margin-bottom: 24px;
}
.activity-card__title {
	font-size: 20px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
}
.route-block__hotels-cards, .route-block__food-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 32px;
}
.route-block__hotels-cards .hotels-block, .route-block__food-cards .food-block {
	color: unset;
	text-decoration: none;
	box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.08), 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}
.route-block__shopping-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.shopping-card {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 32px;
	min-height: 424px;
	position: relative;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}
.article .shopping-card {
	color: #fff;
	text-decoration: none;
}
.shopping-card__img {
	position: absolute;
	top: 0;
	left: 0;
	/* width: 100%; */
	width: 101%;
	height: 100%;
	background: center / cover no-repeat;
	transition: transform 1s ease-in-out;
}
.shopping-card:hover .shopping-card__img {
	transform: scale(1.1);
}
.shopping-card__title {
	position: relative;
	font-size: 32px;
	line-height: 40px; 
}
.shopping-card__subtitle {
	position: relative;
	font-size: 18px;
	line-height: 28px;
}
.route-list {
	max-width: 808px;
	margin: 100px 0;
}
.route-list__title {
	font-size: 24px;
	line-height: 28px; 
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 32px;
}
.route-promo {
	width: 100%;
	background-color: #F9F9F9;
	border-radius: 4px;
	padding: 64px;
	display: flex;
	align-items: center;
	margin-bottom: 48px;
}
.route-promo__img {
	width: 120px;
	max-width: 30%;
    margin-right: 64px;
}
.route-promo__content {
	max-width: 792px;
}
.route-promo__title {
	font-size: 24px;
	line-height: 28px; 
	color: rgba(0, 0, 0, 0.87);
}
.route-promo__button, .toperator-card__button {
	min-height: 64px;
    padding: 0 24px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
	text-align: center;
	color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #22B3E3;
	transition: background .3s ease-in-out;
}
.route-promo__button {
	margin-top: 24px;
}
.article .route-promo__button, .article .toperator-card__button  {
	color: #fff;
    text-decoration: none;
}
.route-promo__button img, .toperator-card__button img {
	margin-left: 12px;
}
.route-promo__button:hover, .toperator-card__button:hover {
    background: #3DBCE6;
}
.route-map {
	display: flex;
	width: 100%;
	min-height: 1000px;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.08), 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}
.route-map__tabs-links {
	width: 108px;
	background-color: #F9F9F9;
}
.route-map__tabs-link {
	position: relative;
	width: 100%;
	min-height: 100px;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	letter-spacing: 0.3px;
	text-align: center;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.87);
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
}
.route-map__tabs-link::after {
	content: "";
	display: block;
	width: 88px;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.09);
	position: absolute;
	bottom: 0;
	left: 10px;
}
.route-map__tabs-link:hover {
	background-color: #fff;
}
.route-map__tabs-link.active {
	background-color: #22B3E3;
	color: #fff;
	pointer-events: none;
}
.route-map__tabs-link.active::after {
	display: none;
}
.route-map__tabs-body {
	display: none;
	width: calc(100% - 108px);
}
.route-map__tabs-body.active {
	display: block;
}
.route-map__full.active {
	display: flex;
	flex-direction: column;
}
.route-map__full {
	padding: 0;
}
.route-map__full-map {
	display: block;
	width: 100%;
	margin-top: auto;
}
.route-day__title, .route-map__full-title {
	display: block;
	font-size: 32px;
	line-height: 40px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 16px;
}
.route-map__full-title {
	margin: 48px 48px 16px;
}
.route-day {
	padding: 48px;
}
.route-day__section {
	margin-bottom: 48px;
}
.route-day__section:last-child {
	margin: 0;
}
.route-day__section-title {
	font-size: 16px;
	line-height: 20px; 
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 16px;
}
.route-day__schedule {
	margin-bottom: 20px;
}
.route-day__schedule-item {
	display: flex;
	padding: 16px 0 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.87);
}
.route-day__schedule-item:last-child {
	border: none;
}
.route-day__schedule-time {
	width: 108px;
	flex-shrink: 0;
	font-weight: 700;
	margin-right: 16px;
}
.route-day__note {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.60);
}
.route-day__optional {
	margin-top: 32px;
}
.route-day__optional-title {
	font-size: 16px;
	line-height: 20px; 
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 20px;
}
.route-day__optional-list, .route-acc__item ul {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.87);
	margin: 0;
	padding: 0;
}
.route-day__optional-list, .article .route-day__optional-list {
	margin: 0;
	max-width: 100%;
}
.route-acc__item ul, .article .route-acc__item ul {
	margin: 0 0 24px;
}
.route-day__optional-list li, .route-acc__item ul li {
	margin: 0;
	padding-left: 25px;
	position: relative;
}
.route-day__optional-list li::before, .route-acc__item ul li::before {
	content: "";
	display: block;
    width: 5px;
	height: 5px;
    background-color: rgba(0, 0, 0, 0.87);
    border-radius: 100%;
    flex-shrink: 0;
    position: absolute;
    top: 8px;
    left: 10px;
}
.route-desc {
	width: 100%;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.08), 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
	padding: 80px 64px 64px;
	margin: 100px 0;
}
.route-desc__section {
	margin-bottom: 80px;
}
.route-desc__section:last-child {
	margin-bottom: 0;
}
.route-desc__acc-body {
	display: none;
}
.route-desc__head {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 32px 0;
	margin-right: -24px;
}
.route-desc__prices {
	display: flex;
	align-items: flex-start;
}
.route-desc__price {
	margin-right: 48px;
}
.route-desc__price:last-child {
	margin: 0;
}
.route-desc__section-title {
	font-size: 24px;
	line-height: 28px; 
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 32px;
}
.route-desc__price-title {
	font-size: 18px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.60);
	margin-bottom: 8px;
}
.route-desc__price-number {
	font-size: 48px;
	line-height: 56px;
	letter-spacing: -0.5px;
	color: rgba(0, 0, 0, 0.87);
}
.route-desc__button {
    min-height: 64px;
	padding: 0 24px;
	font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
	text-align: center;
    text-transform: uppercase;
    color: #22B3E3;
	border-radius: 2px;
	align-self: flex-end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	background: none;
	cursor: pointer;
	text-decoration: none;
    outline: none;
    border: none;
	transition: background .3s ease-in-out;
}
.route-desc__button img {
	margin-left: 12px;
}
.route-desc__button:hover {
    background: #F5F5F5;
}
.route-desc__button.active img {
	transform: rotate(180deg);
}
.route-acc {
	display: none;
}
.route-acc.active {
	display: block;
}
.route-acc__item {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.87);
	padding: 32px 0 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.route-acc__item p {
	margin-bottom: 16px;
}
.article .route-acc__item > * {
	max-width: 100%;
}
.route-acc__item > *:last-child, .article .route-acc__item > *:last-child {
	margin-bottom: 0;
}
.rout-acc__item-title {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 24px;
}
.route-desc__toperators {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 32px;
}
.toperator-card {
	width: 100%;
	padding: 64px 32px;
	text-align: center;
	background-color: #F9F9F9;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.09);
}
.toperator-card__logo {
	display: block;
	width: 304px;
	max-width: 100%;
	margin: 0 auto 12px;
}
.toperator-card__title {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.60);
}
.toperator-card__button {
	margin-top: 40px;
}
.route-banner, .dv-banner {
    width: 100%;
    min-height: 732px;
    display: flex;
    align-items: center;
    padding: 80px 0;
}
.route-banner {
	background: center / cover no-repeat;
}
.dv-banner {
	background: #4859FF;
}
.route-banner .wrap, .dv-banner .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.route-banner__img, .dv-banner__img {
	display: block;
	max-width: 100%;
}
.dv-banner__img {
	margin-bottom: 36px;
}
.route-banner__button, .dv-banner__button {
	min-height: 84px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
	text-align: center;
    text-transform: uppercase;
    color: #fff;
	transition: opacity .3s ease-in-out;
}
.route-banner__button {
	margin-top: 24px;
}
.dv-banner__button {
	margin-top: 8px;
}
.route-banner__button img, .dv-banner__button img {
	margin-left: 12px;
}
.route-banner__button:hover, .dv-banner__button:hover {
	opacity: 0.64;
}
.dv-banner__title {
	font-family: "Oswald", Arial, sans-serif;
	font-weight: 600;
	font-size: 56px;
	line-height: 72px;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

.beringia-main {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	height: 80vh;
	min-height: 732px;
	padding: 100px 0 132px 0;
	display: flex;
	flex-direction: column;
}

.beringia-main .wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.beringia-main__links {
	width: fit-content;
	display: flex;
	align-items: stretch;
	margin: 0 0 0 auto;
}

.beringia-main__link {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(18, 20, 25, 0.48);
}

.beringia-main__link:hover {
	background: rgba(18, 20, 25, 0.80);
}

.beringia-main__link_broadcast {
	background: #fff;
	color: rgba(0, 0, 0, 0.87);
	box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.08), 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
	margin-right: 16px;
}

.beringia-main__link_broadcast:hover {
	background: #EBEBEB;
}

.beringia-main__link-pin {
	width: 12px;
	height: 12px;
	background: #F44336;
	border-radius: 100%;
	margin-right: 12px;
}

.beringia-main__container {
	margin: auto auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-size: 18px;
	line-height: 28px; 
	color: #FFF;
}

.beringia-main__logo {
	margin-bottom: 24px;
}

.beringia-main__subtitle {
	font-size: 18px;
	line-height: 28px;
	margin-top: 92px;
	max-width: 697px;
	font-weight: 500;
}

.beringia-block {
	border-radius: 2px;
	background: #fff;
	padding: 80px 100px 100px 100px;
	width: 100%;
	margin-top: -80px;
}

.beringia-await__title {
	display: block;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: -1px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 36px;
}

.beringia-await__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 32px;
	grid-row-gap: 32px;
}

.beringia-await {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
	min-height: 540px;
	padding: 48px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.beringia-await__filter {
	background: linear-gradient(0deg, rgba(0, 6, 15, 0.40) 0%, rgba(0, 6, 15, 0.24) 100%);
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.beringia-await__img {
	display: none;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	height: 212px;
	margin-bottom: 24px;
}

.beringia-await__block-title {
	position: relative;
	z-index: 1;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #fff;
	max-width: 400px;
}

.beringia-await__text {
	display: none;
	position: relative;
	z-index: 1;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: #fff;
	margin-top: 24px;
}

.beringia-await:hover .beringia-await__filter {
	background: linear-gradient(0deg, rgba(0, 6, 15, 0.80) 0%, rgba(0, 6, 15, 0.56) 100%);
}

.beringia-await:hover .beringia-await__text {
	display: block;
}

.beringia-title {
	display: block;
	font-size: 32px;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
	color: rgba(0, 0, 0, 0.87);
	text-align: center;
	margin-top: 164px;
	margin-bottom: 48px;
}

.beringia-top__container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.beringia-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 56px;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	border-radius: 2px;
	background: #fff;
	width: calc(20% - 25.6px);
}

.beringia-top__img {
	margin-bottom: 24px;
}

.beringia-travels__container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 32px;
	grid-row-gap: 0;
	/* margin-bottom: 164px; */
}

.beringia-travels {
	background: #FFFFFF;
	border-radius: 2px;
	overflow: hidden;
	transition: .8s ease-in-out;
}

.beringia-travels:hover {
	transform: translateY(-24px);
	box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.08), 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}

.beringia-travels__img {
	width: 100%;
	height: 340px;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.beringia-travels__name {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	font-size: 20px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	padding: 32px 24px;
}

.beringia-travels__name img {
	margin-left: 16px;
}

.beringia-slider__container {
	width: 100%;
	min-height: 864px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.beringia-slider__more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 60px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}

.beringia-slider__more-link {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 28px; 
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	margin: auto 0 0 auto;
}

.beringia-slider__more-link img {
	margin-left: 12px;
}

.beringia-slider__title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}

.beringia-slider__title .more-details {
	margin-bottom: 0;
}

.beringia-slider {
	/* position: absolute;
	top: 0;
	left: 0;
	z-index: 1; */
	width: 100%;
	height: 100%;
}

.beringia-slider .glide__slides {
	display: flex;
}

.beringia-slide {
	height: auto;
	min-height: 864px;
	display: flex;
	position: relative;
}

.beringia-slide__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: center / cover no-repeat;
}

.beringia-slide__wrap {
	position: relative;
	width: 100%;
	display: flex;
	padding: 248px 0 224px;
	box-sizing: border-box;
}

.beringia-slide__block {
	display: flex;
	flex-direction: column;
	margin: auto auto 0 0;
	max-width: 1088px;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: #fff;
}

.beringia-slide__date {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 24px;
}

.beringia-slide__date_blue {
	color: #22B3E3;
}

.beringia-slide__title {
	font-size: 48px;
	line-height: 56px;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.beringia-slide__text {
	width: 666px;
	display: flex;
	flex-direction: column;
}

.beringia-slide__link {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 40px;
}

.beringia-slide__link svg {
	margin-left: 12px;
}

.beringia-news__title {
	font-size: 42px;
	line-height: 48px;
	letter-spacing: 7.089px;
}

.beringia-slider .glide__bullets {
	display: none;
	position: static;
	padding: 0 20px;
	margin-top: 20px;
	transform: none;
}

.beringia-slider .glide__bullet {
	width: 8px;
	height: 8px;
	background-color: rgba(0, 0, 0, 0.04);
	box-shadow: none;
	border: none;
	margin: 0 6px;
}

.beringia-slider .glide__bullet.glide__bullet--active {
	background-color: #22B3E3;
}

.beringia-slider .glide__bullet:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.beringia-img-slider__container {
	position: absolute;
	bottom: 80px;
	left: 0;
	z-index: 1;
	width: 100%;

}

.beringia-img-slider {
	max-width: 1320px;
	padding: 0 84px;
}

.beringia-img-slider .glide__arrow--left {
	left: 0;
}

.beringia-img-slider .glide__arrow--right {
	right: 0;
}

.beringia-img-slider .glide__arrow--left img {
	transform: rotate(180deg);
}

.beringia-img-slide {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: #fff;
}

.beringia-img-slide__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	opacity: 0.4;
}

.beringia-img-slide__text {
	position: relative;
	z-index: 2;
}

.beringia-img-slider .glide__slide--active .beringia-img-slide__text {
	display: none;
}

.beringia-img-slider .glide__slide--active .beringia-img-slide__img {
	opacity: 1;
}

.beringia-details {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	background: #FFFFFF;
	border-radius: 2px;
	width: 100%;
	min-height: 64px;
	margin-top: -20px;
	margin-bottom: 32px;
}

.beringia-details__title {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2px;
	font-weight: 500;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.87);
	height: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 12px;
}

.beringia-details__title div {
	width: 12px;
	height: 12px;
	background: #F44336;
	border-radius: 100%;
	margin-right: 14px;
}

.news-slider__container {
	width: 100%;
	margin-bottom: 128px;
}

.news-slider .glide__arrow--left img {
	transform: rotate(180deg);
}

.beringia__banner {
	width: 100%;
	padding: 200px 0 160px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.beringia__banner .wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.beringia__logo {
	margin-bottom: 40px;
}

.beringia__subtitle {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	max-width: 697px;
}

.beringia-live__title {
	display: block;
	font-size: 72px;
	font-style: normal;
	font-weight: 400;
	line-height: 80px;
	letter-spacing: 12px;
	text-transform: uppercase;
	margin: 272px 0 20px;
	color: rgba(0, 0, 0, 0.87);
}

.beringia-live__subtitle {
	display: block;
	margin: 80px 0 32px;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	color: rgba(0, 0, 0, 0.87);
}

.beringia-live__broadcast {
	width: 100%;
	height: 768px;
	margin-bottom: 20px;
}

.beringia-live__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 32px;
	grid-row-gap: 80px;
	margin-bottom: 128px;
}

.beringia-live__container iframe {
	width: 100%;
	height: 376px;
}

.options-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	width: 100%;
	max-width: 1088px;
	margin: 64px 0;
}

.options-filter__container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	background: #FFFFFF;
	border-radius: 2px;
	border-left: 8px solid #22B3E3;
	width: 100%;
	margin-bottom: 32px;
	padding: 32px 40px 40px 40px;
}

.options-filter__title {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.38);
	margin-bottom: 12px;
}

.options-filter {
	display: flex;
	flex-wrap: wrap;
}

.options-filter__item {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.04);
	padding: 10px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.60);
	margin-right: 8px;
	margin-bottom: 8px;
}

.options-filter__item img {
	margin-left: 14px;
	display: none;
}

.options-filter__item:hover {
	background: rgba(0, 0, 0, 0.08);
}

.options-filter__item.active {
	background: #22B3E3;
	color: #fff;
}

.options-filter__item.active img {
	display: block;
}

.options-filter__clear {
	display: flex;
	align-items: center;
	flex: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.60);
	margin-left: 31px;
	opacity: 0.8;
}

.options-filter__clear img {
	margin-left: 12px;
}

.options-filter__clear:hover {
	opacity: 1;
}

.options-block__container {
	margin-bottom: 96px;
}

.options-block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 48px 64px 64px 40px;
	border-radius: 2px;
	background: #fff;
	margin-bottom: 32px;
}

.options-block.hidden {
	display: none;
}

.options-block__title-block {
	width: 23%;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.60);
	flex: none;
}

.options-block__date {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.38);
	margin-bottom: 12px;
}

.options-block__date .blue {
	color: #22B3E3;
}

.options-block__title {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 24px;
}

.options-block__text {
	width: 43%;
	display: flex;
	flex-direction: column;
	margin: 0 48px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.87);
}

.options-block__subtitle {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.38);
	margin: 24px 0 8px;
}

.options-block__subtitle:first-child {
	margin-top: 0;
}

.options-block__map {
	width: 34%;
	height: 336px;
}

.registry-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	width: 100%;
	margin: 48px 0;
	max-width: 1544px;
}

.registry-text a {
	color: #22b3e3;
	text-decoration: underline;
	cursor: pointer;
}

.registry-text a:hover {
	text-decoration: none;
}

.beringia-event {
	display: flex;
	align-items: center;
	min-height: 532px;
	background-color: #fff;
	margin-bottom: 32px;
}
.beringia-event__img {
	align-self: stretch;
	width: 50%;
	padding: 32px;
	font-size: 100px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.5px;
	background: center / cover no-repeat;
}
.beringia-event__content {
	width: 50%;
	padding: 48px 114px 48px 48px;
}
.beringia-event__text-content {
	padding-left: 32px;
}
.beringia-event__date {
	font-size: 18px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 24px;
}
.beringia-event__date span {
	color: #22B3E3;
}
.beringia-event__title {
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -1px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 32px;
}
.beringia-event__text {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.87);
}
.beringia-event__button {
	min-height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #22B3E3;
	margin-top: 32px;
}
.beringia-event__button img {
	margin-left: 12px;
}
.beringia-event__button:hover {
    background: rgba(0, 0, 0, 0.04);
}
.beringia-event:nth-child(even) {
	flex-direction: row-reverse;
}
.beringia-event:nth-child(even) .beringia-event__content {
	padding: 49px 92px 48px 70px;
}
.beringia-banner {
	width: 100%;
	min-height: 554px;
	padding: 48px 70px;
	background: center / cover no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.beringia-banner__img {
	display: block;
	width: 162px;
	max-width: 100%;
	margin-bottom: 32px;
}
.beringia-banner__title {
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
.beringia-banner__button {
	margin-top: 32px;
}

.registry__background {
	background-position: center center !important;
}

.registry__block {
	background: transparent !important;
	padding: 0;
}

.registry-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 32px;
	grid-row-gap: 32px;
}

.registryG-block {
	padding: 48px;
	border-radius: 4px;
	background: #FFF;
	display: flex;
	align-items: flex-start;
}

.registryG-block.hidden {
	display: none;
}

.registryG-block__img {
	margin-right: 32px;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	flex: none;
}

.registryG-block__name {
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 16px;
}

.registryG-block__number {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.60);
	margin-bottom: 8px;
}

.registryG-block__link {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.60);
	text-decoration: underline;
}

.registryG-block__link:hover {
	text-decoration: none;
}

.registryG-block__link img {
	margin-right: 16px;
}

.registryG-block__link_tel {
	text-decoration: none;
	margin-bottom: 8px;
	margin-top: 16px;
}

.passports-block.tours-tab {
	background: none;
	padding: 0;
}
.tours-tab .filter-block {
	margin: 0;
}
.fishing-page {
	padding: 48px 0 128px;
}
.fishing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2%;
    grid-row-gap: 32px;
}
.fishing-card {
	background-color: #fff;
	overflow: hidden;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	padding: 0 32px 32px;
}
.fishing-card__slider {
	width: 100%;
	width: calc(100% + 64px);
	overflow: hidden;
	margin: 0 -32px 32px;
}
.fishing-card__slider-item {
	height: 300px;
	background: center / cover no-repeat;
}
.fishing-card__slider .glide__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	padding: 0;
	background-color: #fff;
	box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.08), 0 2px 6px 0 rgba(0, 0, 0, 0.08);
	transition: background-color .3s ease-in-out;
	border: none;
}
.fishing-card__slider .glide__arrow--left {
	left: 16px;
}
.fishing-card__slider .glide__arrow--right {
	right: 16px;
}
.fishing-card__slider .glide__arrow:hover {
	background-color: #f5f5f5;
}
.fishing-card__content {
	margin-bottom: 48px;
}
.fishing-card__title {
	font-size: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 14px;
}
.fishing-card__info {
	display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: rgba(0, 0, 0, 0.6);
	margin-bottom: 14px;
}
.fishing-card__info-item {
	display: flex;
	align-items: flex-start;
	margin-right: 24px;
}
.fishing-card__info-item:last-child {
	flex: 1;
	margin: 0;
}
.fishing-card__info-item img {
	margin-right: 12px;
}
.fishing-card__options, .fishing-info__options-list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
    color: rgba(0, 0, 0, 0.38);
}
.fishing-card__options span, .fishing-info__options-list span {
	display: flex;
	align-items: flex-start;
}
.fishing-card__options span::after, .fishing-info__options-list span::after {
	content: "·";
	display: block;
	font-weight: 700;
	margin: 0 6px;
}
.fishing-card__options span:last-child::after, .fishing-info__options-list span:last-child::after {
	display: none;
}
.fishing-card__button {
	display: flex;
    align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 64px;
	padding: 0 24px;
	border: 2px solid #22B3E3;
	border-radius: 2px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
	text-align: center;
    text-transform: uppercase;
    color: #22B3E3;
	margin-top: auto;
}
.fishing-card__button svg {
	margin-left: 12px;
}
.fishing-card__button svg path {
	transition: stroke .3s ease-in-out;
}
.fishing-card__button:hover {
	color: #fff;
	background-color: #22B3E3;
}
.fishing-card__button:hover svg path {
	stroke: #fff;
}
.more-fishing-container {
	margin-bottom: 128px;
}
.fishing-info__data {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.fishing-info__data-item {
	display: flex;
	align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
	margin: 0 24px 20px 0;
}
a.fishing-info__data-item:hover {
	color: #22B3E3;
}
.fishing-info__data-item img, .fishing-info__options img {
	margin-right: 12px;
}
.fishing-info__options {
	display: flex;
	align-items: flex-start;
}
.fishing-info__options-list {
	align-self: center;
}

.booktours-button {
	margin: 40px auto 40px auto;
}

.cruises__container, .cruises-more__container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 2%;
	grid-row-gap: 32px;
	margin-top: 48px;
	margin-bottom: 128px;
}

.cruises-block {
	background: #fff;
	border-radius: 4px;
	padding: 0 32px 32px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.cruises__slider {
	width: calc(100% + 64px);
	margin-left: -32px;
	margin-bottom: 32px;
}

.cruises__slide {
	width: 100%;
	height: 300px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
 }
 
 .cruises__slider .glide__arrow {
	 width: 32px;
	 height: 32px;
	 border-radius: 100%;
	 padding: 10px;
	 display: flex !important;
	 align-items: center;
	 justify-content: center;
	 
 }
 
 .cruises__slider  .glide__arrow--left {
	 left: 1em;
 }
 
 .glide__arrow--right {
	 right: 1em;
 }
 
.cruises-block__title {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 48px;
 }
 
 .cruises-block__more {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	height: 64px;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #22B3E3;
	border-radius: 2px;
	border: 2px solid #22B3E3;
 }
 
.cruises-block__more:hover {
	background: #22B3E3;
	color: #fff;
}
 
.cruises-block__more:hover path {
	stroke: #fff;
}

.cruises-block__more svg {
 margin-left: 12px;
}

.cruise__info-block {
	width: fit-content;
	margin-right: 48px;
}

.volkano-banner {
	width: 100%;
	padding: 208px 0;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.volkano-banner .wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.volkano-banner__date {
	display: block;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	color: #fff;
	margin-bottom: 32px;
}

.volkano-banner__title {
	display: block;
	font-size: 72px;
	font-style: normal;
	font-weight: 400;
	line-height: 80px; /* 111.111% */
	letter-spacing: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin-bottom: 16px;
}

.volkano-banner__subtitle {
	display: block;
	font-size: 24px;
	font-style: normal;
	text-align: center;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
	margin-bottom: 48px;
}

.routes-video__title {
	display: block;
	font-size: 32px;
	font-weight: 400;
	line-height: 40px;
	color: rgba(0, 0, 0, 0.87);
	margin: 80px 0 32px;
}

.routes-video {
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}

.bad-weather__title {
	display: block;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	color: rgba(0, 0, 0, 0.87);
	margin-top: 128px;
	margin-bottom: 40px;
}

.bad-weather__title:first-child {
	margin-top: 0;
}

.bad-weather__chapter {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 2%;
	grid-row-gap: 32px;
}

.bad-weather__button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #22B3E3;
	border-radius: 2px;
	border: 2px solid #22B3E3;
	width: fit-content;
	padding: 20px 24px 16px;
	margin: 56px auto 0;
}

.bad-weather__button svg {
	margin-left: 12px;
}

.bad-weather__button:hover {
	background: #22B3E3;
	color: #fff;
}

.bad-weather__button:hover path {
	stroke: #fff;
}

.master-class {
	border-radius: 2px;
	background: #F9F9F9;
	padding: 0 24px 48px 24px;
	display: flex;
	flex-direction: column;	
}

.master-class__img {
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	width: calc(100% + 48px);
	height: 260px;
	margin: 0 -24px 32px -24px;
}

.master-class__text {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 24px;
}

.master-class__info {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
}

.master-class__info img {
	margin-right: 12px;
}

.master-class__info a {
	display: block;
	color: #3DBCE6;
	text-decoration: underline;
}

.master-class__info a:hover {
	text-decoration: none;
}

.bad-weather__small {
	max-width: 808px;
}

.bad-weather__subtitle {
	display: block;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 48px;
}

.bad-weather__img {
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	width: 100%;
	height: 514px;
	border-radius: 2px;
	margin-bottom: 64px;
}

.bad-weather__ul-title {
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 32px;
}

.bad-weather__info-container {
	margin-bottom: 80px;
}

.bad-weather__info {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
}

.bad-weather__info img {
	margin-right: 12px;
}

.bad-weather__info a {
	display: block;
	color: #3DBCE6;
	text-decoration: underline;
}

.bad-weather__info a:hover {
	text-decoration: none;
}

.bad-weather__img-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 2%;
	grid-row-gap: 32px;
	margin-bottom: 64px;
}

.bad-weather__img-container .bad-weather__img {
	margin-bottom: 0;
	height: 388px;
}

.ski_baloon {
	display: flex;
	flex-direction: column;
	padding-bottom: 32px;
}

.ski_baloon__title {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 16px;
}

.ski_baloon__info-container {
	background: #F9F9F9;
	width: 100%;
	padding: 24px 16px;
	margin-bottom: 24px;
}

.ski_baloon__info {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
}

.ski_baloon__info img {
	margin-right: 8px;
	margin-top: -2px;
}

.ski_baloon__info-title {
	color: rgba(0, 0, 0, 0.87);
}

.ski_baloon__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 24px;
}

.ski_baloon__link {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 2px;
	background: #22B3E3;
	width: 100%;
	padding: 16px 24px 12px;
}

.ski_baloon__link img {
	margin-left: 12px;
}

.ski-map .ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
	margin-right: 0;
	padding: 32px 32px 0;
}

.fly-kamchatka {
	padding: 220px 0 264px;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.fly-kamchatka__container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 64px;
	color: #fff;
}

.fly-kamchatka__title {
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 56px;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-right: 32px;
}

.fly-kamchatka__text {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	width: 100%;
	max-width: 808px;
}

.fly-kamchatka__subtitle {
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: normal;
	margin-bottom: 12px;
}

.fly-kamchatka__slider, .fly-kamchatka__slider2 {
	margin-bottom: 64px;
}

.fly-kamchatka__slider .glide__arrow--right, .fly-kamchatka__slider2 .glide__arrow--right {
	right: -4em;
}

.fly-kamchatka__slider .glide__arrow, .fly-kamchatka__slider2 .glide__arrow {
	width: 40px;
	height: 40px;
}

.fly-kamchatka__slider .glide__bullets, .fly-kamchatka__slider2 .glide__bullets {
	display: none;
}

.fly-kamchatka__slide {
	background: #FFFFFF;
	border-radius: 2px;
	padding: 0 24px 24px 24px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: .8s ease-in-out;
	height: auto;
}

.fly-kamchatka__link {
	padding: 30px 32px 26px 32px;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.08);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #22B3E3;
}

.fly-kamchatka__link img {
	margin-left: 12px;
}

.fly-kamchatka__link:hover {
	background: #F5F5F5;
}

.fly-kamchatka__slide2 {
	background: #FFFFFF;
	padding: 0 24px 24px 24px;
	display: flex;
	flex-direction: column;
	transition: .8s ease-in-out;
	height: auto;
	
}

@media (max-width:3400px){
	.fifteen-years__download-widget{
	    right: -575px;
		bottom: -380px;
	}
}

@media (max-width:2800px){
	.fifteen-years__download-widget{
		right: -350px;
		bottom: -300px;
	}
}

@media (max-width:2400px){
	.fifteen-years__download-widget{
		right: -185px;
		bottom: -210px;
	}
}

@media (max-width:1920px){
	.fifteen-years__download-widget{
		right: 15px;
		bottom: -130px;
	}
}

.tour-block {
	margin-bottom: 20px;
}

.gastrokamp-banner {
	display: flex;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	padding: 48px 72px 48px 80px;
	margin: 48px 0;
}

.gastrokamp-banner__block {
	margin: 40px auto 40px 0;
}

.gastrokamp-banner__title {
	display: block;
	font-size: 56px;
	font-weight: 400;
	line-height: 64px;
	letter-spacing: -0.5px;
	color: #fff;
	margin-bottom: 48px;
}

.gastrokamp-banner__more {
	min-height: 84px;
	width: fit-content;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff !important;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 32px;
	background: #22B3E3;
}

.gastrokamp-banner__more:hover {
	background: #3DBCE6;
}

.gastrokamp-banner__more img {
	margin-left: 12px;
}

.gastrokamp-banner__block-logo {
	display: flex;
}

.gastrokamp-banner__logo {
	width: 340px;
	height: 340px;
}

.gastrokamp__background {
	background-position: center top !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	padding-top: 272px;
}

.gastrokamp__block-logo {
	display: flex;
	justify-content: space-between;
	margin: 100px auto 64px;
	width: 100%;
	max-width: 808px;
}

.gastrokamp__logo {
	width: 388px;
	height: 388px;
}

.gastrokamp__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: #FFF;
	text-align: center;
	max-width: 808px;
	margin: 0 auto 128px;
}

.gastrokamp__black {
	background: #121419;
}

.gastrokamp__black .more-details {
	background: rgba(255, 255, 255, 0.08);
}

.gastrokamp__black .more-details__title {
	color: #FFF;
}

.food-block__img-container {
	display: flex;
	justify-content: flex-end;
	padding: 14px 14px 0;
}

.food-block__img-container img {
	width: 80px;
	height: 80px;
	margin-right: 6px;
}

.food-block__img-container img:last-child {
	margin-right: 0;
}

.breadcrumb-dishes__container {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-column-gap: 2%;
	grid-row-gap: 100px;
	margin-bottom: 128px;
}

.breadcrumb-dishes {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(255, 255, 255, 0.84);
}

.breadcrumb-dishes__photo {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	height: 604px;
	margin-bottom: 40px;
}

.breadcrumb-dishes__title {
	font-size: 26px;
	font-weight: 700;
	line-height: 32px;
	color: #fff;
	margin-bottom: 12px;
}

.breadcrumb-dishes__author {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(255, 255, 255, 0.60);
	margin: 24px 0 8px;
}

.breadcrumb-dishes__name {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(255, 255, 255, 0.60);
	display: flex;
	align-items: center;
}

.breadcrumb-dishes__name img {
	margin-right: 8px;
	width: 20px;
	height: 20px;
}

.breadcrumb-dishes:nth-child(5n + 1) {
	grid-area: auto / 1 / auto / 4;
}

.breadcrumb-dishes:nth-child(5n + 2) {
	grid-area: auto / 4 / auto / 7;
}

.breadcrumb-dishes:nth-child(5n + 3) {
	grid-area: auto / 1 / auto / 3;
}

.breadcrumb-dishes:nth-child(5n + 4) {
	grid-area: auto / 3 / auto / 5;
}

.breadcrumb-dishes:nth-child(5n + 5) {
	grid-area: auto / 5 / auto / 7;
}

.breadcrumb-dishes:nth-child(5n + 3) .breadcrumb-dishes__photo, .breadcrumb-dishes:nth-child(5n + 4) .breadcrumb-dishes__photo, .breadcrumb-dishes:nth-child(5n + 5) .breadcrumb-dishes__photo {
	height: 395px;
}

.breadcrumb-dishes:nth-child(5n + 3) .breadcrumb-dishes__title, .breadcrumb-dishes:nth-child(5n + 4) .breadcrumb-dishes__title, .breadcrumb-dishes:nth-child(5n + 5) .breadcrumb-dishes__title {
	text-transform: uppercase;
}

.contest-header {
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.23);
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent !important;
}

.contest-header__wrap {
	display: flex;
	align-items: center;
}

.contest-header__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 80px;
}

.contest-header__menu {
	display: flex;
	align-items: center;
}

.contest-header__menu a {
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	margin-right: 48px;
}

.contest-main__photo {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	min-height: 100vh;
	padding: 165px 0 180px 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.contest-main__logo {
	display: block;
	margin-bottom: 16px;
	width: 280px;
	height: 84px;
}

.contest-main__subtitle {
	display: block;
	font-family: Manrope, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	color: #fff;
	max-width: 384px;
	margin-bottom: 32px;
}

.contest-main__line {
	display: block;
	max-width: 350px;
	height: 2px;
	border-radius: 8px;
	background: #37A5B4;
	margin-bottom: 40px;
}

.contest-main__title {
	display: block;
	font-family: Manrope, sans-serif;
	font-size: 51px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	color: #fff;
	margin-bottom: 14px;
	max-width: 936px;
}

.contest-main__number {
	display: block;
	font-size: 184px;
	font-weight: 700;
	line-height: 184px;
	letter-spacing: -14.72px;
	text-transform: uppercase;
	margin-bottom: 80px;
	color: #fff;
}

.contest-main__button {
	display: block;
	font-family: Manrope, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	color: #fff;
	padding: 18px 56px;
	border-radius: 400px;
	background: #37A5B4;
	width: fit-content;
}

.contest-main__button:hover {
	background: #fff;
	color: #2E3542;
}

.contest-header_white {
	border-color: rgba(55, 165, 180, 0.23);
}

.contest-header_white .contest-header__menu a {
	color: #37A5B4;
}

.contest-about {
	display: flex;
	justify-content: space-between;
	padding: 164px 0 180px;
}

.contest-about__left {
	width: 100%;
	max-width: 824px;
}

.contest-about__logo {
	display: block;
	margin-bottom: 24px;
}

.contest-about__container {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 48px;
}

.contest-about__container-block {
	width: calc(33% - 10px);
	border-radius: 24px;
	background: #F2FEFF;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 40px 32px 32px 32px;
	flex: none !important;
}

.contest-about__container-number {
	margin-bottom: 16px;
}
.contest-about__container-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #2E3542;
	font-family: Manrope, sans-serif;
	margin-bottom: 48px;
}

.contest-about__container-icon {
	margin: auto 0 0 0;
}

.contest-about__img {
	width: 840px;
	height: 853px;
	margin-left: 0;
}

.contest-about__text {
	width: 100%;
	display: block;
	font-family: Manrope, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #2E3542;
	margin-bottom: 80px;
}

.contest-about__links {
	display: flex;
	align-items: stretch;
	width: 100%;
}

.contest-about__button {
	font-family: Manrope, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	color: #37A5B4;
	display: flex;
	padding: 18px 56px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 400px;
	border: 2px solid #37A5B4;
	margin-right: 16px;
}

.contest-about__button:last-child {
	margin-right: 0;
}

.banner-contest {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	padding: 100px 0 128px 0;
	
}

.banner-contest__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.banner-contest__logo {
	margin-bottom: 16px;
}

.banner-contest__subtitle {
	display: block;
	font-family: Manrope, sans-serif;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	color: #fff;
	max-width: 384px;
	margin-bottom: 24px;
}

.banner-contest__line {
	display: block;
	width: 100%;
	max-width: 350px;
	height: 2px;
	border-radius: 8px;
	background: #37A5B4;
	margin-bottom: 32px;
}

.banner-contest__title {
	display: block;
	font-family: Manrope, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	color: #fff;
	text-align: center;
	margin-bottom: 14px;
	max-width: 676px;
}

.banner-contest__number {
	display: block;
	text-align: center;
	font-size: 104px;
	font-weight: 700;
	line-height: 104px;
	letter-spacing: -8.32px;
	text-transform: uppercase;
	margin-bottom: 32px;
	color: #fff;
}

.banner-contest__button {
	min-height: 84px;
	width: fit-content;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff !important;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 32px;
	background: #22B3E3;
}

.banner-contest__button img {
	margin-left: 12px;
}

.routes-map__block {
	position: relative;
}

.routes-map {
	width: 100%;
	height: 100vh;
	min-height: 1080px;
}

.routes-slider {
	position: absolute;
	left: 0;
	bottom: 45px;
	z-index: 2;
}

.routes-slide {
	height: inherit;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08), 0px 4px 44px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	overflow: hidden;
}

.routes-slide__img {
	width: 100%;
	height: 212px;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	padding: 16px;
}

.routes-slide__title {
	display: block;
	padding: 20px 24px 20px 24px;
	font-size: 18px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	min-height: 88px;
}

.routes-slider .glide__slide--active {
	background: #22B3E3;
}

.routes-slider .glide__slide--active .routes-slide__title {
	color: #fff;
}

.routes-slider .glide__arrow--left {
	left: 9%;
}

.routes-slider .glide__arrow--right {
	right: 9%;
}

.routes-map .ymaps-2-1-79-balloon {
	border: none !important;
	border-radius: 2px;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08), 0px 4px 44px 0px rgba(0, 0, 0, 0.08);
	background: #fff;
}

.routes-map .ymaps-2-1-79-balloon__content {
	padding: 0;
}

.routes-map .ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
	margin-right: 0;
}

.routes-map_baloon {
	padding: 12px;
}

.routes-map_baloon__title {
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; 
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 16px;
}

.routes-map_baloon__districts {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 24px;
}

.routes-map_baloon__district {
	display: flex;
	flex-direction: column;
	padding: 8px;
	background: #F9F9F9;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.87);
	width: calc(50% - 4px);
}

.routes-map_baloon__district-title {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.38);
	margin-bottom: 4px;
}

.routes-map_baloon__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 24px;
}

.routes-map_baloon__link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 12px 12px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #22B3E3;
	color: #fff;
}

.routes-map_baloon__link:hover {
	background: #3DBCE6;
}

.routes-map_baloon__link img {
	margin-left: 12px;
}

.route__background {
	background-position: left center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	min-height: 624px;
	padding: 320px 0 80px 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.route__title {
	font-size: 48px;
	line-height: 56px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 24px;
}

.route__districts {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 24px;
}

.route__district {
	background: rgba(0, 0, 0, 0.60);
	border-radius: 2px;
	padding: 24px 32px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: #fff;
	width: calc(50% - 12px);
	display: flex;
	flex-direction: column;
}

.route__district-title {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(255, 255, 255, 0.60);
	margin-bottom: 4px;
}

.route-info {
	border-radius: 2px;
	background: #F9F9F9;
	padding: 40px 40px 40px 48px;
	display: flex;
	justify-content: space-between;
	margin: 48px 0 64px;
}

.route-info__block {
	width: calc(50% - 16px);
	display: flex;
	flex-direction: column;
}

.route-info__item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.60);
}

.route-info__item:last-child {
	margin-bottom: 0;
}

.route-info__item img {
	margin-right: 12px;
}

.route-description__container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 64px;
}

.route-description__left {
	width: calc(50% - 16px);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.60);
}

.route-description__left .title {
	display: block;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 32px;
	margin-top: 48px;
}

.route-description__left .title:first-child {
	margin-top: 0;
}

.route-description__left p {
	margin-bottom: 32px;
}

.route-description__left p:last-child {
	margin-bottom: 0;
}

.route-description__right {
	width: calc(50% - 16px);
	padding: 48px 48px 64px 48px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08), 0px 4px 44px 0px rgba(0, 0, 0, 0.08);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.87);
}

.route-description__right .title {
	display: block;
	font-size: 24px;
	font-style: normal;
	letter-spacing: normal;
	font-weight: 400;
	line-height: 28px; 
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 24px;
}

.route-description__right ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0;
	margin: 0 0 0 8px;
}

.route-description__right li {
	margin-bottom: 24px;
	margin-left: 20px;
	position: relative;
}

.route-description__right li:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #22B3E3;
	border-radius: 100%;
	display: block;
	flex: none;
	position: absolute;
	top: 9px;
	left: -28px;
}

.route-description__right li:last-child {
	margin-bottom: 0;
}

.contest-about__text-img {
	display: none;
}

.route-safety {
	display: flex;
	flex-direction: column;
	background: #F9F9F9;
	border-radius: 2px;
	border-left: 8px solid #22B3E3;
	overflow: hidden;
	padding: 48px 48px 80px 40px;
	margin-bottom: 64px;
}

.route-safety__title {
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 28px;
}

.route-safety__mes-container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 48px;
}

.route-safety__mes {
	width: calc(50% - 16px);
	background: #fff;
	border-radius: 2px;
	padding: 32px 32px 48px 48px;
	display: flex;
	align-items: flex-start;
}

.route-safety__mes-icon {
	margin-right: 48px;
}

.route-safety__mes-title {
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 4px;
}

.route-safety__mes-subtitle {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	margin-bottom: 8px;
	margin-top: 12px;
	color: rgba(0, 0, 0, 0.60);
}

.route-safety__mes-tel {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 20px;
}

.route-safety__mes-big-tel {
	display: block;
	font-size: 48px;
	font-weight: 400;
	line-height: 56px;
	letter-spacing: -0.5px;
	color: rgba(0, 0, 0, 0.87);
}

.route-safety__mes-link {
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #22B3E3;
	display: flex;
	align-items: center;
}

.route-safety__mes-link img {
	margin-left: 12px;
}

.route-safety__difficulties-container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.route-safety__difficulties-block {
	width: calc(50% - 16px);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.60);
}

.route-safety__difficulties-title {
	display: block;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; 
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 32px;
}

.route-safety__difficulties-block p {
	margin-bottom: 32px;
} 

.route-safety__difficulties-block ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0;
	margin: 0 0 0 8px;
	color: rgba(0, 0, 0, 0.87);
}

.route-safety__difficulties-block li {
	margin-bottom: 16px;
	margin-left: 20px;
	position: relative;
}

.route-safety__difficulties-block li:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #22B3E3;
	border-radius: 100%;
	display: block;
	flex: none;
	position: absolute;
	top: 9px;
	left: -28px;
}

.route-safety__difficulties-item {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.60);
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
}

.route-safety__difficulties-item img {
	margin-right: 12px;
}

.route-safety__visiting {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 48px 48px 64px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.09);
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08), 0px 4px 44px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 72px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.60);
}

.route-safety__visiting p {
	margin-bottom: 24px;
}

.route-safety__visiting-title {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.87);
}

.route-safety__visiting-title img {
	margin-right: 20px;
}

.route-safety__visiting-narrow {
	max-width: 760px;
	width: 100%;
}

.route-safety__visiting-subtitle {
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	letter-spacing: normal;
	margin-bottom: 24px;
}

.route-safety__visiting-title2 {
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	letter-spacing: normal;
	margin: 48px 0 32px;
}

.route-safety__visiting-wide {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.route-safety__visiting-wide b {
	color: rgba(0, 0, 0, 0.87);
}

.route-safety__visiting-wide_half {
	width: calc(50% - 86px);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.60);
}

.route-safety__visiting-wide_half p {
	margin-bottom: 20px;
}

.route-safety__visiting-subtitle2 {
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 24px;
}

.route-safety__visiting-subtitle2 a {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.3px;
	text-decoration-line: underline;
	color: #22B3E3;
	text-decoration: underline;
}

.route-safety__visiting-subtitle2 a:hover {
	text-decoration: none;
}

.route-safety__visiting-download {
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08), 0px 4px 44px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	margin-bottom: 16px;
	width: 100%;
	padding: 26px 20px 26px 24px;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6) !important;
	text-decoration: none !important;
	margin-bottom: 28px;
}

.route-safety__visiting-download img {
	margin-right: 24px;
}

.route-safety__visiting-download:hover {
	background: #F5F5F5;
}

.route-safety__visiting-download-title {
	display: block;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 4px;
}

.route-safety__visiting-download-size {
	color: rgba(0, 0, 0, 0.5) !important;
}

.route-safety__download-logo {
	margin: auto 0 auto auto !important;
	padding-left: 8px;
}

.route-safety__document-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.route-safety__document {
	
}

.route-safety__document {
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08), 0px 4px 44px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	margin-bottom: 16px;
	width: calc(50% - 16px);
	padding: 26px 20px 26px 24px;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6) !important;
	text-decoration: none !important;
	margin-bottom: 20px;
}

.route-safety__document img {
	margin-right: 24px;
}

.route-safety__document:hover {
	background: #F5F5F5;
}

.route-safety__document-title {
	display: block;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 4px;
}

.route-safety__document-size {
	color: rgba(0, 0, 0, 0.5) !important;
}

.route-safety__document-logo {
	margin: auto 0 auto auto !important;
	padding-left: 8px;
}

.route-safety__document-text {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.60);
	margin-bottom: 132px;
}

.route-map1 {
	width: 100%;
	height: 640px;
}

.route-map1 .ymaps-2-1-79-balloon {
	border: none !important;
	border-radius: 2px;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08), 0px 4px 44px 0px rgba(0, 0, 0, 0.08);
	background: #fff;
	padding: 0 !important;
}

.route-map1 .ymaps-2-1-79-balloon__content {
	padding: 0;
}

.route-map1 .ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
	margin-right: 0;
}

.route-map1 .ymaps-2-1-79-balloon__layout {
	border-radius: 2px;
}

.route-map_baloon {
	padding: 32px 24px 0 24px;
	border-radius: 2px;
}

.route-map_baloon__title {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 16px;
}

.route-map_baloon__number {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.60);
}

.route-map_baloon__text {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 24px;
}

.route-map_baloon__img {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: calc(100% + 48px);
	margin-left: -24px;
	height: 218px;
	padding: 12px;
}

.route-map_baloon__button {
	width: 32px;
	height: 32px;
	border-radius: 36px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08), 0px 2px 22px 0px rgba(0, 0, 0, 0.08);
	margin: 0 0 auto auto;
	cursor: pointer;
}

.route-map_baloon__button:hover {
	background: rgba(255, 255, 255, 0.84);
}

.route-map_baloon_vyshka {
	padding: 6px 24px 6px 10px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08), 0px 4px 44px 0px rgba(0, 0, 0, 0.08);
}

.route-map_baloon_vyshka .route-map_baloon__title {
	margin-bottom: 0;
	/* font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.3px;
	font-weight: 400px; */
}

.route-map_baloon_vyshka .route-map_baloon__number {
	/* font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.3px;
	font-weight: 400px; */
}

.route-slide {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	height: 218px;
}

.route__popup {
	display: flex;
	/* align-items: center; */
	align-items: flex-start;
	padding-top: 100px;
	justify-content: center;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 30;
	background: rgba(0, 0, 0, 0.70);
	pointer-events: none;
	opacity: 0;
	overflow-y: scroll;
}

.route__popup.active {
	opacity: 1;
	pointer-events: auto;
}

.route__slider {
	margin-bottom: 56px;
}

.route__slide {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height: inherit;
}

.route__slide img {
	max-width: 100%;
	max-height: 632px;
	margin-left: auto;
	margin-right: auto;
}

.route__slider .glide__arrow--left {
	left: 1em;
}

.route__slider .glide__arrow--right {
	right: 1em;
}

.route__additional-slider {
	margin-bottom: 64px;
	max-width: 590px;
	margin-left: auto;
	margin-right: auto;
}

.route__additional-slide {
	width: 100%;
	height: 80px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	opacity: 0.6;
	cursor: pointer;
}

.route__additional-slider .glide__slide--active {
	opacity: 1;
}

.route__popup-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.route__popup-cross {
	position: absolute;
	top: 0;
	right: -56px;
	opacity: 0.6;
	z-index: 5;
}

.route__popup-cross:hover {
	opacity: 1;
}

.volcano__logo {
	margin-bottom: 12px;
}

.volcano__title {
	font-size: 72px;
	font-style: normal;
	font-weight: 400;
	line-height: 80px;
	letter-spacing: 12px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 4px;
}

.volcano__subtitle {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; 
	color: #fff;
	margin-bottom: 20px;
}

.volcano__nav {
	width: 100%;
	overflow-y: scroll;
	margin-top: 64px;
}

.volcano__nav nav {
	border-radius: 2px;
	overflow: hidden;
	min-width: 100%;
	background: #fff;
	border-left: 8px solid #22B3E3;
	padding-left: 24px;
	display: flex;
	align-items: stretch;
	width: fit-content;
}

.volcano__nav a {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 0.3px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: rgba(0, 0, 0, 0.87);
	padding: 28px 16px;
}

.volcano-left__text {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.38);
	margin-bottom: 48px;
}

.volcano-left__button {
	margin-bottom: 20px;
}

.volcano-title {
	display: block;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 40px;
}

.volcano-organizers {
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.09);
	padding: 48px;
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 80px;
}

.volcano-organizers__text {
	margin-right: 24px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
}

.volcano-organizers__logos {
	display: flex;
	align-items: center;
	
}

.volcano-organizers__logos img {
	margin-left: 23px;
}

.volcano-participant__subtitle, .volcano-participant__text {
	margin-bottom: 24px !important;
}

.volcano-participant__request {
	display: flex;
	align-items: flex-start;
	margin-bottom: 24px;
}

.volcano-sb {
	font-weight: 500;
	color: rgba(0, 0, 0, 0.87);
}

.volcano-participant__request img {
	margin-right: 12px;
}

.volcano-attention {
	width: 100%;
	padding: 48px 48px 64px;
	background: #F9F9F9;
	border-radius: 4px;
	margin: 80px 0;
}

.volcano-attention img {
	margin-right: 12px;
}

.volcano-attention__title {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
}

.volcano-program {
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08), 0px 4px 44px 0px rgba(0, 0, 0, 0.08);
	padding: 48px 48px 64px 48px;
	width: 100%;
	margin: 80px 0;
}

.volcano-program p {
	margin-bottom: 24px;
}

.volcano-program p:last-child {
	margin-bottom: 0;
}

.volcano-program__title {
	margin-bottom: 12px;
	display: block;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.87);
}

.volcano-program__subtitle {
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	letter-spacing: 0.3px;
	margin-bottom: 32px;
}

.volcano-program__time {
	display: block;
	margin-bottom: 4px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: #22B3E3;
}

.volcano-program__line {
	width: 100%;
	height: 1px;
	background: #22B3E3;
	margin: 48px 0;
}

.volcano-contest__subtitle {
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 18px;
}

.volcano-text, .volcano-ul  {
	margin-bottom: 24px !important;
}

.volcano-ul li {
	margin-bottom: 16px;
}

.volcano-attention__container {
	display: flex;
	align-items: flex-start;
	margin-bottom: 24px;
}

.volcano-attention__container img {
	margin-left: 40px;
	margin-right: 0;
}

.volcano-registration__text {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.38);
	margin-bottom: 80px;
}

.volcano-registration__button {
	margin-bottom: 20px;
}

.volcano-main {
	width: 100%;
	/* padding: 376px 0 0 0; */
	height: 80vh;
	min-height: 732px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	display: flex;
	flex-direction: column;
	padding-bottom: 80px;
}

.volcano-main .wrap {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}

.volcano-main__tag {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 28px;
}

.volcano-main__title {
	font-size: 72px;
	font-style: normal;
	font-weight: 400;
	line-height: 80px;
	letter-spacing: 12px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 12px;
}

.volcano-main__subtitle {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	color: #fff;
	margin-bottom: 40px;
}

.volcano-main__button {
	min-height: 64px;
}

.bad-weather {
	background: #FFFFFF;
	border-radius: 2px;
	width: 100%;
	padding: 80px 64px;
	margin-top: 48px;
	margin-bottom: 128px;
}

.bad-weather__container {
	display: flex;
}

.bad-weather__left {
	width: 20%;
	margin-right: 5%;
}

.bad-weather__right {
	width: 75%;
}

.ski__background {
	background-position: left center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	min-height: 80vh;
	padding: 372px 0 316px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ski__title {
	display: block;
	font-size: 72px;
	font-style: normal;
	font-weight: 400;
	line-height: 80px;
	letter-spacing: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	max-width: 996px;
	margin: 0 auto 40px;
}

.ski__subtitle {
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	color: #FFF;
	margin: 0 auto 80px;
}

.ski-links {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.ski-link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 408px;
	margin-right: 32px;
	padding: 30px 32px 26px;
	background: #FFF;
	border-left: 8px solid #22B3E3;
	border-radius: 2px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #22B3E3;
}

.ski-link img {
	margin-left: 12px;
}

.ski-link:last-child {
	margin-right: 0;
}

.ski-link:hover {
	background: #F9F9F9;
}

.ski-about {
	padding-bottom: 128px;
}

.ski-about__text {
	max-width: 808px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 80px;
}

.ski-about__duration {
	border-radius: 4px;
	background: #F9F9F9;
	padding: 40px 48px;
	max-width: 976px;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 48px;
}

.ski-about__subtitle {
	display: block;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 32px;
	max-width: 976px;
}

.ski-about__amount {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 80px;
	max-width: 976px;
}

.ski-about__amount-block {
	border-radius: 2px;
	background: #FFF;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08), 0px 4px 44px 0px rgba(0, 0, 0, 0.08);
	width: calc(33% - 21px);
	padding: 64px 56px 52px;font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ski-about__amount-number {
	font-size: 116px;
	font-style: normal;
	font-weight: 400;
	line-height: 116px;
	letter-spacing: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #22B3E3;
	margin-bottom: 24px;
}

.ski-about__links {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.ski-about__link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 408px;
	margin-right: 32px;
	padding: 30px 32px 26px;
	background: #FFF;
	border-left: 8px solid #22B3E3;
	border-radius: 2px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #22B3E3;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08), 0px 4px 44px 0px rgba(0, 0, 0, 0.08);
}

.ski-about__link img {
	margin-left: 12px;
}

.ski-about__link:hover {
	background: #F9F9F9;
}

.ski-about__link:last-child {
	margin-right: 0;
}

.ski-resort__container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 2%;
	grid-row-gap: 32px;
	margin-top: 64px;
	margin-bottom: 126px;
}

.ski-resort__block {
	display: flex;
	flex-direction: column;
	padding: 0 32px 32px;
	border-radius: 4px;
	background: #FFF;
	overflow: hidden;
}

.ski-resort__block-img {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: calc(100% + 64px);
	height: 300px;
	margin-left: -32px;
	margin-bottom: 32px;
}

.ski-resort__block-title {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 14px;
	color: rgba(0, 0, 0, 0.87);
}

.ski-resort__block-info {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
}

.ski-resort__block-info img {
	margin-right: 8px;
	margin-top: -2px;
}

.ski-resort__block-info-title {
	color: rgba(0, 0, 0, 0.87);
}

.ski-resort__block-link {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #22B3E3;
	border-radius: 2px;
	border: 2px solid #22B3E3;
	width: 100%;
	padding: 20px 24px 16px;
	margin: 48px 0 0;
}

.ski-resort__block-link svg {
	margin-left: 12px;
}

.ski-resort__block-link:hover {
	background: #22B3E3;
	color: #fff;
}

.ski-resort__block-link:hover path {
	stroke: #fff;
}

.ski-view__text {
	max-width: 808px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	margin: 80px auto;
}

.ski-view__info-container {
	border-radius: 2px;
	background: #F9F9F9;
	padding: 40px 48px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.ski-view__info-block {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.ski-view__info {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.6);
}

.ski-view__info img {
	margin-right: 8px;
	margin-top: -2px;
}

.ski-view__info-title {
	color: rgba(0, 0, 0, 0.87);
}

.ski-view__map {
	width: 100%;
	height: 640px;
	margin-bottom: 80px;
}

.ski-view__wrap {
	max-width: 1128px;
}

.ski-view__title {
	display: block;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: -1px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 40px;
}

.ski-view__wrap ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0 0 0 8px;
	margin: 0 auto 64px auto;
	max-width: 807px;
}

.ski-view__wrap li {
	margin-bottom: 24px;
	margin-left: 20px;
	position: relative;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.60);
}

.ski-view__wrap li .ski-view__title {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 8px;
}

.ski-view__wrap li:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #22B3E3;
	border-radius: 100%;
	display: block;
	flex: none;
	position: absolute;
	top: 9px;
	left: -28px;
}

.ski-view__wrap li a {
	text-decoration: underline;
	color: #22B3E3;
}

.ski-view__wrap li a:hover {
	text-decoration: none;
}

.ski-view__img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 80px;
}

.ski-view__wrap .quote {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	border-left: 4px solid #22B3E3;
	padding-left: 28px;
	margin: 48px auto 32px;
	width: 100%;
	max-width: 807px;
}

.ski-view__wrap .quote-title {
	display: block;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 16px;
}

.ski-view__background {
	background-position: center center !important;
}

.ski-view__background .news__title {
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 56px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.ski-map__block {
	position: relative;
}

.ski-map {
	width: 100%;
	height: 100vh;
	min-height: 1092px;
}

.route-map-wrap {
	border-radius: 2px;
	background: #fff;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08), 0px 4px 44px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 64px;
}

.route-map-wrap .items {
	padding: 40px 60px 40px 24px;
	display: flex;
	justify-content: space-between;
}

.route-map-wrap .items .item {
	padding: 16px 24px;
	border-left: 4px solid #fff;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.87);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.route-map-wrap .items .item span {
	font-weight: 400;
}

.route-map-wrap .items .item:hover, .route-map-wrap .items .item.active {
	border-left: 4px solid #22B3E3;
	background: #F9F9F9;
}

.route-map-wrap .left {
	display: flex;
	flex-direction: column;
	margin-right: 60px;
	width: 45%;
}

.route-map-wrap .right {
    display: flex;
    width: calc(55% - 60px);
}

.route-map-wrap .right-info {
	display: none;
	flex-direction: column;
	width: 100%;
}

.route-map-wrap .right-info.active {
	display: flex;
}

.route-map-wrap .right-info .name {
	margin-bottom: 16px;
	color:rgba(0, 0, 0, 0.87);
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}

.route-map-wrap .right-info .name span {
	font-weight: 400;
}

.route-map-wrap .right-info p {
	margin-bottom: 32px;
	color: rgba(0, 0, 0, 0.87);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
}

.route-map-wrap .route__slider {
/*	width: 750px;*/
}

.route-map-wrap .glide__arrow {
    border-radius: 32px;
    width: 32px;
    height: 32px;
    padding: 7px 9px;
}

.route-map-wrap .glide__arrow svg {
	width: 8px;
}

.popup-icon {
	border-radius: 32px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
	right: 16px;
	top: 16px;
	cursor: pointer;
	z-index: 2;
	background: #fff;
}

.memorable-event {
	background: #FFFFFF;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08), 0px 4px 44px 0px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: .8s ease-in-out;
	display: flex;
	flex-direction: column;
}

.memorable-event:hover {
	transform: translateY(-4px);
}

.memorable-event__img {
	width: 100%;
	height: 260px;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.memorable-event__name {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	padding: 24px;
}

.story__left {
	width: 20%;
	margin-right: 3%;
}

.story__right {
	width: 77%;
}

.story-block {
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08), 0px 4px 44px 0px rgba(0, 0, 0, 0.08);
}

.story-virtual {
	margin-top: 48px;
	border-radius: 2px;
	background: #F9F9F9;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}

.story-virtual__img {
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	width: 364px;
	min-height: 312px;
	flex: none;
}

.story-virtual__block {
	padding: 48px 64px 64px 48px;
	display: flex;
	flex-direction: column;
}

.story-virtual__title {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 24px;
}

.story-virtual__text {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.60);
	margin-bottom: 48px;
}

.story-virtual__link {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #22B3E3;
	width: fit-content;
}

.story-virtual__link svg {
	margin-left: 8px;
}

.story-virtual__link:hover {
	color: #4EC2E9;
}

.story-virtual__link:hover path {
	stroke: #4EC2E9;
}

.article__link {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	text-decoration-line: underline;
	margin-bottom: 12px;
	color: #3DBCE6;
}

.article__link img {
	margin-right: 12px;
}

.story-article .subtitle {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	color:  rgba(0, 0, 0, 0.87);
	margin: 80px 0 24px;
}

.story-article ul, .story-article p {
	margin-bottom: 24px;
}

.volcano-organizers__flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.volcano-organizers__flex span {
	margin-right: 24px;
}

.volcano-organizers__flex-img {
	display: flex;
	align-items: center;
}

.volcano-organizers__flex-img img {
	margin-left: 24px;
}

.article .volcano-ul {
	margin-bottom: 24px;
}

.article .img-block_vulkan {
	margin-top: 24px;
}

.article__download-container_volcano {
	max-width: 100%;
}

.article .volcano_title {
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: normal;
	margin-top: 80px;
	margin-bottom: 48px;
}

.project-partners.article {
	background: transparent;
	padding: 0;
	margin-top: 80px;
}

.project-partners.article .article__right {
	width: 100%;
}

.project-partners.article .title {
	margin-bottom: 48px;
}

.project-partners.article .subtitle {
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 24px;
}

.project-partners__container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 32px;
	margin-bottom: 80px;
}

.project-partners__block {
	border-radius: 2px;
	background: #fff;
	padding: 0 24px 24px;
}

.project-partners__block:hover {
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08), 0 4px 44px 0 rgba(0, 0, 0, 0.08);
}

.project-partners__img {
	width: calc(100% + 48px);
	margin-left: -24px;
	margin-bottom: 20px;
	display: flex;
}

.project-partners__img img {
	width: 100%;
	height: auto;
}

.project-partners__title {
	display: block;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 4px;
}

.project-partners__text {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 16px;
}

.project-partners__discount {
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	color: #F44336;
	margin-bottom: 4px;
}

.project-partners.article .project-partners__tel, .project-partners__dir {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.60);
	margin-top: 16px;
	text-decoration: none;
}

.project-partners__dir {
	align-items: flex-start;
}

.project-partners.article .project-partners__tel:hover {
	color: #22B3E3;
}

.project-partners.article .project-partners__web {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	text-decoration: underline;
	color: #22B3E3;
	margin-top: 4px;
}

.project-partners.article .project-partners__web:hover {
	text-decoration: none;
}

.project-partners__tel img, .project-partners__web img, .project-partners__dir img {
	margin-right: 6px;
}

.project-partners.article .project-partners__block ul {
	margin: 0;
	list-style: disc;
}

.project-partners.article .project-partners__block li {
	margin-bottom: 0;
}

.travel-ideas__container2 {
	grid-template-columns: repeat(4, 1fr);
}

.travel-ideas__container2 .travel-ideas__img-block {
	height: 462px;
}

.project-partners.article .project-partners__block li:before {
	display: none;
}

.tours-popup {
	display: none;
}

.tours-popup.active {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.70);
	padding: 20px;
}

.tours-popup__block {
	width: 100%;
	max-width: 600px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	padding-bottom: 80px;
}

.tours-popup__cross {
	display: flex;
	margin: 0 0 0 auto;
	opacity: 0.38;
}

.tours-popup__cross:hover {
	opacity: 0.87;
}

.tours-popup__title {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 32px;
	padding: 0 20px;
}

.tours-popup__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 14px 62px 10px;
	border-radius: 2px;
	background: #22B3E3;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: #FFF;
}

.tours-popup__link:hover {
	background: #3DBCE6;
}

.gastrofest-background {
	background: #121419;
	width: 100%;
}

.gastrofest-main__background {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	min-height: 600px;
	padding: 228px 0 104px 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.gastrofest-main__wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.gastrofest-main__left {
	display: flex;
	flex-direction: column;
}

.gastrofest-main__title {
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: -0.5px;
	color: #FFF;
	margin-bottom: 12px;
}

.gastrofest-main__name {
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 56px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}

.gastrofest-main__date {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
	margin-bottom: 32px;
}

.gastrofest-main__right {
	display: flex;
}

.gastrofest-main__logo {
	width: 300px;
	height: auto;
}

.gastrofest-more__button {
	display: flex;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #22B3E3;
	width: fit-content;
	margin-bottom: 40px;
}

.gastrofest-more__button img {
	margin: 4px 0 auto 12px;
}

.gastrofest-more__button.active img {
	transform: rotate(180deg);
}

.gastrofest-more {
	display: none;
	width: 100%;
	max-width: 948px;
}

.gastrofest-more.active {
	display: block;
}

.gastrofest-more ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0;
	margin: 24px 0 40px 8px;
	ont-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: #FFF;
}

.gastrofest-more li {
	margin-bottom: 16px;
	margin-left: 20px;
	position: relative;
}

.gastrofest-more li:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #22B3E3;
	border-radius: 100%;
	display: block;
	flex: none;
	position: absolute;
	top: 9px;
	left: -28px;
}

.gastrofest-more__title {
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 40px;
}

.gastrofest-more__subtitle {
	display: block;
	margin-bottom: 16px;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	color: #FFF;
}

.gastrofest-more__organizers-container {
	display: flex;
	grid-gap: 48px;
	margin-bottom: 40px;
}

.gastrofest-more__organizers {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: #FFF;
}

.gastrofest-more__organizers img {
	margin-bottom: 24px;
	width: fit-content;
}

.gastrofest-more__organizers span {
	max-width: 445px;
}

.gastrofest-more__organizers1 img {
	margin: 18px 0 42px;
}

.gastrofest-more__open-container {
	display: flex;
	grid-gap: 32px;
	margin: 24px 0;
}

.gastrofest-more__open {
	display: flex;
	align-items: flex-start;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: #FFF;
}

.gastrofest-more__open img {
	width: 24px;
	height: 24px;
	margin-right: 12px;
}

.gastrofest-more__open:first-child span {
	white-space: nowrap;
}

.gastrofest-more__text {
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: #fff;
	margin-bottom: 128px;
}

.gastrofest-partner {
	background: linear-gradient(270deg, rgba(8, 9, 13, 0.00) 0%, rgba(8, 9, 13, 0.60) 100%), url('/local/templates/2022/img/gastrofest-partner.jpg');
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	min-height: 500px;
	padding: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 8px;
	margin-bottom: 128px;
}

.gastrofest-partner__text {
	max-width: 736px;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	color: #FFF;
	margin-bottom: 32px;
}

.gastrofest-partner__link {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #22B3E3;
	display: flex;
	align-items: center;
}

.gastrofest-partner__link img {
	margin-left: 12px;
}

.gastrofest-background .more-details {
	background: rgba(255, 255, 255, 0.08);
	margin-bottom: 64px;
}

.gastrofest-background .more-details__title {
	color: #FFFFFF;
}

.gastrofest-part {
	display: flex;
	justify-content: space-between;
	margin-bottom: 128px;
}

.gastrofest-part__left {
	display: flex;
	flex-direction: column;
}

.gastrofest-part__block {
	display: flex;
	align-items: center;
	height: 92px;
	margin-bottom: 64px;
}

.gastrofest-part__block-number {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 92px;
	border-radius: 300px;
	border: 3px solid #22B3E3;
	margin-right: 30px;
	flex: none;
	font-size: 42px;
	line-height: 48px;
	/* letter-spacing: 7.089px; */
	text-transform: uppercase;
	color: #22B3E3;
	text-align: center;
	z-index: 2;
}

.gastrofest-part__block-line {
	position: absolute;
	bottom: -68px;
	background: #22B3E3;
	width: 3px;
	height: 66px;
	z-index: 0;
}

.gastrofest-part__block:last-child {
	align-items: flex-start;
}

.gastrofest-part__block:last-child .gastrofest-part__block-line {
	display: none;
}

.gastrofest-part__block-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #FFF;
	display: flex;
	flex-direction: column;
	max-width: 860px;
}

.gastrofest-part__block-link {
	color: #22B3E3;
	margin-top: 8px;
	width: fit-content;
	text-decoration: underline;
}

.gastrofest-part__block-link:hover {
	text-decoration: none;
}

.gastrofest-part__block-open {
	display: flex;
	align-items: flex-end;
}

.gastrofest-part__block-arrow {
	width: 24px;
	height: 24px;
	margin-left: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}

.gastrofest-part__block-arrow.active {
	transform: rotate(180deg);
}

.gastrofest-part__block-map {
	display: flex;
	align-items: flex-start;
	margin-top: 12px;
}

.gastrofest-part__block-map:last-child {
	margin-top: 8px;
}

.gastrofest-part__block-map img {
	width: 16px;
	height: 16px;
	margin: 4px 8px 0 0;
}

.gastrofest-part__block-close {
	display: none;
}

.gastrofest-part__block-close.active {
	display: block;
}

.gastrofest-part__right {
	display: flex;
	grid-gap: 14px;
	margin-left: 10px;
}

.gastrofest-part__right img {
	width: 276px;
	height: auto;
}

.gastrofest-book {
	background: url('/local/templates/2022/img/gastrofest-book1.jpg');
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 440px;
	padding: 60px 0 60px 100px;
	border-radius: 8px;
}

.gastrofest-book__left {
	display: flex;
	flex-direction: column;
}

.gastrofest-book__title {
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: -1px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 16px;
}

.gastrofest-book__text {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 48px;
}

.gastrofest-book__about {
	min-height: 64px;
	width: fit-content;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff !important;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 37px;
	background: #22B3E3;
}

.gastrofest-book__about img {
	margin-left: 12px;
}

.gastrofest-book__about:hover {
	background: #3DBCE6;
}

.gastrofest-book__right {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
}

.gastrofest-book__right_web {
	width: 685px;
	height: auto;
}

.gastrofest-book__right_mob {
	display: none;
}

.gastrofest-owners {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 56px;
}

.gastrofest-owners__left {
	display: flex;
	flex-direction: column;
}

.gastrofest-owners__block {
	display: flex;
	align-items: center;
	height: 92px;
	margin-bottom: 64px;
}

.gastrofest-owners__block-number {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 92px;
	border-radius: 300px;
	border: 3px solid #22B3E3;
	margin-right: 30px;
	flex: none;
	font-size: 42px;
	line-height: 48px;
	/* letter-spacing: 7.089px; */
	text-transform: uppercase;
	color: #22B3E3;
	text-align: center;
}

.gastrofest-owners__block-line {
	position: absolute;
	bottom: -68px;
	background: #22B3E3;
	width: 3px;
	height: 66px;
}

.gastrofest-owners__block-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #FFF;
	display: flex;
	flex-direction: column;
	max-width: 684px;
}

.gastrofest-owners__block:last-child .gastrofest-owners__block-line {
	display: none;
}

.gastrofest-owners__right {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	overflow: hidden;
	flex: none;
	margin-left: 20px;
}

.gastrofest-owners__right img {
	width: 510px;
	height: auto;
}

.gastrofest-owners__link {
	min-height: 64px;
	width: fit-content;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(255, 255, 255) !important;
	padding: 0px 37px;
	background: rgb(34, 179, 227);
	text-decoration: none !important;
}

.gastrofest-owners__link:hover {
	background: rgb(61, 188, 230);
}

.gastrofest-owners__link img {
	margin-left: 12px;
}

.gastrofest-partner__more-details {
	margin-bottom: 32px;
}

.gastrofest-partner__container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 2%;
	grid-row-gap: 32px;
	margin-top: 32px;
	margin-bottom: 128px;
}

.gastrofest-owners__link_mob {
	display: none;
}

.gastrofest-banner {
	background: url('/local/templates/2022/img/gastrofest-banner.jpg');
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 48px;
	margin-bottom: 48px;
	padding: 50px 80px 98px;
}

.gastrofest-banner__left {
	display: flex;
	flex-direction: column;
}

.gastrofest-banner__title {
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -0.5px;
	color: #FFF;
	margin-bottom: 12px;
}

.gastrofest-banner__name {
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 56px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 40px;
}

.gastrofest-banner__link {
	min-height: 64px;
	width: fit-content;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff !important;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 37px;
	background: #22B3E3;
}

.gastrofest-banner__link img {
	margin-left: 12px;
}

.gastrofest-banner__right {
	display: flex;
}

.gastrofest-banner__logo {
	width: 300px;
	height: auto;
}

@media (max-width:480px){
	.tour-block__img-link {
	    width: 100%;
	    height: 200px;
	    flex-direction: column;
	}

	.tour-block {
    	flex-direction: column;
	}

	.tour-block__text {
    	padding: 20px 0;
	}

	.tour-block__characteristics {
    	padding: 0 0 20px 0;
	}

	.route-map-wrap .items {
    	flex-direction: column;
	}

	.route-map-wrap .left, .route-map-wrap .right {
		width: 100%;
	}

	.route-map-wrap .items {
    	padding: 16px;
	}

	.route-map-wrap .left {
    	margin-right: 0;
    	margin-bottom: 20px;
	}

	.route-map-wrap .items .item {
	    padding: 10px;
	    font-size: 14px;
	    line-height: 18px;
	}
}

@media (max-width:2086px){
	.volcano-main {
		min-height: 670px;
	}
}

@media (max-width:1900px){
	.volcano-main {
		min-height: 620px;
	}
}

	
@media (max-width:1820px){
	.glide__arrow--left {
		left: 1em;
	}
	
	.glide__arrow--right {
		right: 1em;
	}
	
	.clusters-zone__green .clusters-zone__text {
		left: -277px;
	}
	
	.clusters-zone__green .clusters-zone__text-buble {
		left: 260px;
	}
	.fifteen-years__download-widget {
		bottom: -115px;
	    right: 60px;
	}
	
	.volcano-main {
		min-height: 580px;
	}
	
	.fly-kamchatka__slider .glide__arrow--right, .fly-kamchatka__slider2 .glide__arrow--right {
		right: 1em;
	}
}

@media (max-width:1720px){
	.main-map__block .more-details {
		width: calc(100% - 70px);
		margin-left: 50px;
	}
	
	.clusters-container {
		justify-content: space-between;
	}
	
	.clusters-zone__pink .clusters-zone__text {
		left: -205px;
	}
	
	.clusters-zone__pink .clusters-zone__text-buble {
		left: 188px;
	}
	.fifteen-years__download-widget {
		right: 100px;
		bottom: -100px;
	}
	
	.volcano-main {
		min-height: 560px;
	}
	
	.route__popup-cross {
		right: 0;
		top: -56px;
	}
}

@media (max-width:1600px){
	.tours-slider .tours-block__time-amount {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.footer__menu {
		max-width: 190px;
	}
	.fifteen-years__download-widget {
		right: 120px;
		bottom: -80px;
	}
	/* .security-block-main-page__wrapper{
		margin-top: 115%;
	} */
	.route-map {
		min-height: 880px;
	}
	
	.volcano-main {
		min-height: 520px;
	}
}

@media (max-width:1520px){
	.filter-block__range-block {
		width: 100%;
		margin-bottom: 32px;
	}
	
	.filter-block__range.noUi-horizontal, .filter-block__range-input-block {
		max-width: 456px;
	}
	.fifteen-years__download-widget {
		right: 115px;
		bottom: -70px;
	}
}

@media (max-width:1480px){
	.footer__logo-block {
/*		width: 100%;*/
		margin-bottom: 64px;
	}
	
	.footer__message {
		margin-top: 34px;
	}
	
	.cluster-view__main-text {
		margin-right: 60px;
	}
	.fifteen-years__download-widget {
		right: 110px;
		bottom: -60px;
	}
}

@media (max-width:1400px){
	
/*
	.filter-block__calendar {
		margin-right: 0;
	}
*/
	
	.filter-block__input-block {
		min-width: 0;
	}
	
	.filter-block__input-container label:last-child .filter-block__input-block {
		margin-right: 0;
	}
	
	.contest-about__img {
		width: 532px;
		height: 572px;
	}
}

@media (max-width:1340px){
	.ski-link {
		margin-right: 14px;
		min-width: 0;
	}
}

@media (max-width:1280px){
	.fifteen-years__download-widget {
		right: 85px;
		bottom: -30px;
	}
	/* .security-block-main-page__wrapper {
		margin-top: 145%;
	} */
	
	.passports-switch__container {
		overflow-x: scroll;
		width: 100%;
	}
	
	.passports-switch__item {
		white-space: nowrap;
	}
	
	.passports-block {
		padding: 48px 20px;
	}

	.tours-tab {
		padding: 0;
	}
	
	.contest-about__img {
		width: 432px;
		height: 472px;
	}
	
	.contest-about__button {
		padding: 18px 32px;
	}
	
	.ski-about .bad-weather__left {
		display: none;
	}
	
	.ski-about .bad-weather__right {
		width: 100%;
	}
	
	.ski-about__links {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.ski-about__link {
		margin-right: 0;
		margin-bottom: 8px;
	}
	
	.ski-about__amount {
		flex-direction: column;
	}
	
	.ski-about__amount-block {
		width: 100%;
		margin-bottom: 32px;
	}
	
	.gastrofest-banner {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	
	.gastrofest-banner__right {
		margin-bottom: 48px;
	}
}

@media (max-width:1220px){
	.header__container {
		min-height: 64px;
	}
	
	.header__menu {
		display: none;
		position: fixed;
		z-index: 100;
	    top: 64px;
	    left: 0;
	    width: 100%;
	    height: calc(100vh - 64px);
	    background: #fff;
	    flex-direction: column;
	    align-items: flex-start;
	    justify-content: flex-start;
	    overflow-y: scroll;
	}
	
	.header__menu-item-tourist:hover .tourist-header {
		display: none;
	}
	
	.header__menu-item-tourist {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.header__menu-item-tourist.active {
		background: #F5F5F5;
	}
	
	.header__menu-item-tourist.active svg {
		transform: rotate(180deg);
	}
	
	.header__menu-item-tourist.active .tourist-header {
		display: block;
	}
	
	.tourist-header {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		padding: 0;
	}
	
	.tourist-header .wrap {
		justify-content: space-between;
		flex-wrap: wrap;
		background: #F5F5F5;
		width: calc(100% + 40px);
		margin-left: -20px;
		padding: 48px 0 32px 0;
	}
	
	.tourist-header__block {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 32px;
		width: 50%;
	}
	
	.tourist-header__link {
		margin: 0 0 64px;
	}
	
	.header__menu.small {
		top: 64px;
		height: calc(100vh - 64px);
	}
	
	.header__menu-item {
		width: 100%;
		border-bottom: none !important;
		height: auto;
		padding: 20px;
		font-size: 20px;
		line-height: 32px;
		letter-spacing: 2px;
		color: rgba(0, 0, 0, 0.6) !important;
		justify-content: flex-start;
	}
	
	.header__menu-item-tourist {
		position: relative;
	}
	
	.header__menu-item-tourist-name {
		height: auto;
		color: rgba(0, 0, 0, 0.6);
	}
	
	.header__menu-item-tourist-name path {
		stroke: rgba(0, 0, 0, 0.6);
	}
	
	.header__lang-search {
		margin: auto 0 auto auto;
	}
	
	.header__lang {
		height: 64px;
	}
	
	.header__burger {
		display: flex;
	}
	
	.header__cross-icon {
		display: none;
	}
	
	header:hover .header__burger-icon path {
		fill: rgba(0, 0, 0, 0.6);
	}
	
	.header__logo svg {
		height: 40px;
		width: auto;
	}
	
	header.active {
		position: fixed;
		transition: none;
		background: #FFFFFF;
		z-index: 100;
	}
	
	header.active .covid-container {
	    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
	
	header.active .covid-block, header.active .covid-block a {
	    color: rgba(0, 0, 0, 0.6);
	    transition: .3s ease-in-out;
	}
	
	header.active .header__logo path {
	    fill: #22B3E3;
	}
	
	header.active .header__lang {
	    color: rgba(0, 0, 0, 0.6);
	}
	
	header.active .header__lang path {
	    stroke: rgba(0, 0, 0, 0.38);
	}
	
	header.active .header__search path {
	    fill: rgba(0, 0, 0, 0.6);
	}
	
	header.active .header__burger-icon {
		display: none;
	}
	
	header.active .header__cross-icon {
		display: block;
	}
	
	header.active .header__menu {
		display: flex;
	}
	
	.header-block {
		height: 64px;
	}
	
	.contest-main__number {
		font-size: 112px;
		line-height: 112px;
		letter-spacing: -5.12px;
	}
}

@media (max-width:1210px){
	.filter-block__calendar {
		margin-right: 0;
	}
	
	.filter-block__input-container {
		width: 100%;
		margin: 20px 0 0;
	}
	
	.clusters-container {
		flex-direction: column;
	}
	
	.clusters-map__block {
		margin: 0 0 0 auto;
	}
}

@media (max-width:1200px){
	.tourist__container {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.classes__switch-web {
		display: none;
	}
	
	.classes__switch-mob {
		display: flex;
	}
	
	.classes__switch {
		width: calc(100% + 40px);
		background: #fff;
		margin-left: -20px;
		height: 64px;
		overflow: hidden;
		margin: -20px -20px 32px -20px;
	}
	
	.classes__switch-item {
		padding: 0 20px;
		background: #FFFFFF;
	}
	
	.filter-block__input-container {
		margin: 20px 0 0;
	}
	
	.special-tours-block__container .special-tours-block {
	    flex-direction: column;
    }
    
    .special-tours-block__logo {
	    position: static;
	    margin-left: 14px;
	}
	
	.museum-view__info {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.museum-view__info .tour-view__go-to-site {
		margin: 32px auto 0 auto;
		min-height: 64px;
		padding: 15px 24px;
	}

	.article iframe {
		height: 400px;
	}

	.route-block__hotels-cards, .route-block__food-cards, .route-block__activity-cards {
		grid-template-columns: repeat(2, 1fr);
	}
	.route-map {
		min-height: 700px;
	}
	.route-desc__toperators {
		grid-template-columns: 1fr;
	}
	.route-desc__head {
		margin-right: 0;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: unset;
	}
	.route-desc__prices {
		flex-direction: column;
		margin-bottom: 28px;
	}
	.route-desc__price {
		margin: 0 0 32px;
	}
	.route-desc__button {
		align-self: flex-start;
	}
	
	.registry-container {
		grid-template-columns: 1fr;
	}
	
	.gastrokamp-banner {
		flex-direction: column-reverse;
	}
	
	.gastrofest-main__wrap {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	
	.gastrofest-main__right {
		margin-bottom: 48px;
	}
	
	.gastrofest-book__right_web {
		display: none;
	}
	
	.gastrofest-book__right_mob {
		display: block;
		width: 336px;
		height: auto;
	}
	
	.gastrofest-part__right {
		display: none;
	}
	
	.gastrofest-owners__right img {
		width: 450px;
		height: auto;
	}
}

@media (max-width:1070px){
	.filter-block__clear-filter {
		margin: 16px auto auto 0;
	}
	
	.filter-block__select {
		margin-bottom: 16px;
	}
	
	.contest-about__left {
		max-width: 100%;
	}
	
	.contest-about__img {
		display: none;
	}
	
	.contest-about__text-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 64px;
	}
	
	.contest-about__text {
		margin-bottom: 0;
	}
	
	.contest-about__text-img {
		display: block;
		width: 240px;
		height: 256px;
		margin-left: 16px;
	}
	
	.volcano-container {
		flex-direction: column;
		align-items: center;
	}
	
	.volcano-container__img {
		margin-left: 0;
		margin-top: 20px;
	}
	
	.bad-weather {
		width: calc(100% + 40px);
		margin-left: -20px;
		padding: 40px 20px 80px;
		margin-bottom: 64px;
	}
}

@media (max-width:1024px){
	.classes__block {
		height: 320px;
	}
	
	.classes__block-title {
		margin: auto auto 32px 20px;
	}
	
	.developments__container, .for-tourist__container, .events__container, .food__container, .hotels__container {
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 32px;
	}
	
	.travel-ideas__img-block {
		height: 480px;
	}
	
	.video-slide__img-block {
		height: 350px;
	}
	
	.tours-block__img {
		height: 280px;
	}
	
	.tours-block__time-amount {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.map-slide__img {
		height: 186px;
	}
	
	.for-tourist__block-img {
		height: 270px;
	}
	
	.fifteen-years__title {
		font-size: 32px;
		line-height: 40px;
		letter-spacing: 5.0888px;
	}

	.fifteen-years__subtitle {
		font-size: 40px;
		line-height: 48px;
		letter-spacing: -1px;
	}
	.fifteen-years__download-widget {
		right: 55px;
		bottom: -45px;
	}
	.fifteen-years__button{
		min-height: 50px;
	}
	/* .security-block-main-page__wrapper{
		margin-top: 190%;
	} */
	.security-block-main-page{
		padding-top: 0;
		padding-bottom: 0;
	}

	.discover-questions, .discover-partners {
		grid-template-columns: 1fr;
	}
	.discover-promo {
		flex-direction: column;
	}
	.discover-promo img {
		margin: 0 0 20px;
	}
	.discover-steps {
		flex-direction: column;
		align-items: center;
	}
	.discover-step {
		width: 100%;
	}
	.discover-steps__arrow {
		transform: rotate(90deg);
		margin: 8px 0;
	}
	.discover-address {
		flex-direction: column;
		align-items: flex-start;
	}
	.discover-address img {
		max-width: 100%;
		margin: 32px 0 0;
	}
	.fishing-card__info {
		flex-direction: column;
	}
	.fishing-card__info-item {
		margin-bottom: 8px;
	}
	
	.fly-kamchatka__slider, .fly-kamchatka__slider2 {
		margin-bottom: 80px;
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.fly-kamchatka__slider .glide__arrows, .fly-kamchatka__slider2 .glide__arrows {
		display: none;
	}
	
	.fly-kamchatka__slider .glide__bullets, .fly-kamchatka__slider2 .glide__bullets {
		display: inline-flex;
		bottom: -2em;
	}
	
	.fly-kamchatka__slider .glide__bullet, .fly-kamchatka__slider2 .glide__bullet {
		background-color: rgba(255, 255, 255, 0.3);
	}
	
	.fly-kamchatka__slider .glide__bullet--active, .fly-kamchatka__slider2 .glide__bullet--active {
		background-color: #22B3E3;
	}
}

@media (max-width:1020px){
	.main {
		height: auto;
		min-height: 436px;
		padding: 64px 0 60px 0;
		justify-content: flex-end;
	}
	
	.main__title {
		font-size: 38px;
		line-height: 48px;
		letter-spacing: 7px;
	}
	
	.main__subtitle {
		font-size: 18px;
		line-height: 28px;
	}
	
	.rating__percent-line {
		width: 243px;
	}
	
	.museum__container {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.gastrofest-partner__container {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:912px){
	.fifteen-years__download-widget {
		right: 50px;
		bottom: -30px;
	}
	.security-block-main-page__wrapper {
		width: 100%;
		/* margin-top: 150%; */
	}
	
	.sustainable-tourism_hiking-mountains .sustainable-tourism__title {
		font-size: 64px;
		line-height: 72px;
		letter-spacing: 12px
	}
}

@media (max-width:820px){
	.fifteen-years__download-widget {
		right: 40px;
		bottom: -15px;
	}
	/* .security-block-main-page__wrapper {
		margin-top: 225%;
	} */
}

@media (max-width:808px){
	.search-bvk.adapted.affiliate-search-bvk.affiliate-search-bvk.search-1024 .tab-hotel .search-body_item.search-body_object-search {
		width: 40% !important;
	}
	
	.search-bvk.adapted.affiliate-search-bvk.affiliate-search-bvk.search-1024 .tab-hotel .search-body_item.search-body_date-period {
		width: 31% !important;
	}
	
	.search-bvk.adapted.affiliate-search-bvk.affiliate-search-bvk.search-1024 .tab-hotel .search-body_item.search-body_guests {
		width: 29% !important;
	}
}

@media (max-width:768px){
	.mob {
		display: block;
	}
	
	.news__background {
		min-height: 332px;
		padding: 64px 0 48px 0;
	}
	
	.news__title {
		font-size: 32px;
		line-height: 40px;
		letter-spacing: 5px;
		margin-bottom: 8px;
	}
	
	.news__container {
		margin: 48px 0;
	}
	
	.news__block {
		padding: 0 20px 20px 20px;
		margin-bottom: 20px;
	}
	
	.news__block-title {
		font-size: 18px;
		line-height: 24px;
	}
	
	.news__block-img {
		width: calc(100% + 40px);
		height: 220px;
		margin: 0 -20px 24px -20px;
	}
	
	.news__block-date {
		margin-top: 20px;
	}
	
	.news__show {
		margin: 48px auto 64px auto;
		height: 64px;
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.tourist__container {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 32px;
		margin-bottom: 60px;
	}
	
	.for-tourist__block-name {
		font-size: 20px;
		line-height: 24px;
		padding: 24px;
	}
	
	.for-tourist__block-img {
		height: 280px;
	}
	
	.web {
		display: none;
	}
	
	.footer__container {
		flex-direction: column;
	}
	
	.footer__entity {
		margin-top: 48px;
	}
	
	.footer__submenu {
		margin-bottom: 16px;
	}
	
	.footer__made-in {
		margin-top: 64px;
	}
	
	footer {
		padding: 64px 0 80px 0;
	}
	
	.more-details {
		min-height: 64px;
		border-left: 4px solid #22B3E3;
		margin-top: 48px;
		margin-bottom: 32px;
	}
	
	.more-details__title {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 3px;
		padding: 22px 0 18px 16px;
	}
	
	.more-details__link {
		display: none;
	}
	
	.classes__container {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(5, 1fr);
		grid-row-gap: 16px;
		margin-bottom: 48px;
	}
	
	.classes__block:first-child {
		grid-area: 1 / 1 / 2 / 2;
	}
	
	.classes__block {
		height: 320px;
	}
	
	.classes__block-title {
		font-size: 20px;
		line-height: 24px;
	}
	
	.mob-more {
		display: flex;
	}
	
	.developments__container, .travel-ideas__container, .for-tourist__container, .tours-container {
		grid-template-columns: 1fr;
		grid-row-gap: 32px;
		margin-bottom: 48px;
	}
	
	.developments-block {
		padding: 0 20px 20px 20px;
	}
	
	.developments-block__img {
		height: 216px;
		width: calc(100% + 40px);
		margin: 0 -20px 20px -20px;
	}
	
	.developments-block__tag {
		padding: 6px 10px;
	}
	
	.developments-block__title {
		font-size: 18px;
		line-height: 24px;
	}
	
	.travel-ideas__img-block {
		height: 380px;
	}
	
	.tours-block {
		padding: 0 20px 20px 20px;
	}
	
	.tours-block__img {
		height: 232px;
		width: calc(100% + 48px);
		margin: 0 -20px 20px -20px;
	}
	
	.tours-block__title {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	
	.sustainable-tourism {
		min-height: 100px;
	}
	
	.sustainable-tourism__subtitle {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 24px;
	}
	
	.sustainable-tourism__title {
		font-size: 26px !important;
	    line-height: 32px !important;
	    letter-spacing: 5px !important;
	    margin-bottom: 24px;
	}
	
	.sustainable-tourism__line {
		height: 4px;
		margin-bottom: 32px;
	}
	
	.sustainable-tourism__button {
		min-height: 64px;
		padding: 0 24px;
	}
	
	.header__lang-block {
		right: -100%;
	}
	
	.video-slider {
		margin-bottom: 48px;
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.video-slide iframe {
		height: 200px;
	}
	
	.video-slide span {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.3px;
	}
	
	.video-slide__img-block {
		height: 168px;
	}
	
	.video-slide__img-block img {
		width: 80px;
		height: 80px;
	}
	
	.glide__arrows {
		display: none;
	}
	
	.article__background {
		min-height: 484px;
		padding: 64px 0 48px 0;
	}
	
	.article-title {
		font-size: 32px;
		line-height: 40px;
		letter-spacing: 5px;
		margin-bottom: 8px;
	}
	
	.article__container {
		flex-direction: column;
	}
	
	.article {
		border-radius: 0;
		width: calc(100% + 40px);
		padding: 40px 20px;
		margin: 40px -20px 64px -20px;
	}
	
	.article__left {
		width: 100%;
		margin-right: 0;
	}
	
	.article__right {
		width: 100%;
	}
	
	.article__share ul {
		max-width: 100%;
	}
	
	.article__title {
		font-size: 32px;
		line-height: 40px;
		letter-spacing: 1px;
	}
	
	.article .main-img-block {
		margin: 64px 0 48px;
	}
	
	.article .main-img {
		width: calc(100% + 40px);
		margin-left: -20px;
		height: 204px;
	}
	
	.article .sidebar-title, .article .sidebar-block {
		margin-bottom: 40px;
	}
	
	.article .sidebar-block:last-child {
		margin-bottom: 64px;
	}
	
	.article .quote {
		margin: 40px 0 64px;
	}
	
	.article .img-block {
		margin: 48px 0 40px;
	}
	
	.article .img-block img {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.article ul {
		margin: 0 0 64px 8px;
	}
	
	.article__additional-slider {
		display: none;
	}
	
	.article__slider {
		margin-top: 40px;
		margin-bottom: 76px;
	}
	
	.article__slider .glide__bullets {
		display: inline-flex;
		bottom: -2em;
	}
	
	.article__slider .glide__bullet {
		background: rgba(0, 0, 0, 0.04);
		box-shadow: none;
	}
	
	.article__slider .glide__bullet:hover, .article__slider .glide__bullet:focus {
		border: none;
	}
	
	.article__slider .glide__bullet--active {
		background: #22B3E3;
	}
	
	.events__container {
		grid-template-columns: 1fr;
		margin-bottom: 48px;
	}
	
	.tours__container {
		grid-template-columns: 1fr;
		margin-bottom: 48px;
	}
	
	.hotels__container {
		grid-template-columns: 1fr;
		margin-bottom: 48px;
	}
	
	.hotels-block {
		padding: 0 20px 20px 20px;
	}
	
	.hotels-block__img {
		width: calc(100% + 40px);
		height: 212px;
		margin: 0 -20px 20px -20px;
	}
	
	.hotels-block__name-hotel {
		margin-bottom: 20px;
	}
	
	.food__container {
		grid-template-columns: 1fr;
		margin-bottom: 48px;
	}
	
	.food-block {
		padding: 0 20px 20px 20px;
	}
	
	.food-block__img {
		width: calc(100% + 40px);
		height: 212px;
		margin: 0 -20px 20px -20px;
	}
	
	.food-block__cuisine {
		margin-bottom: 21px;
	}
	
	.more-news__container {
		grid-template-columns: 1fr;
		margin-bottom: 48px;
	}
	
	.more-news__background {
		min-height: 400px;
		padding: 105px 0 48px 0;
	}
	
	.more-news__title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 16px;
	}
	
	.more-news__date {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.3px;
		margin-bottom: 16px;
	}
	
	.article__share .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
		margin-right: 4px;
	}
	
	.video-title {
		font-size: 32px;
		line-height: 40px;
		letter-spacing: 5px;
		margin-top: 64px;
		margin-bottom: 12px;
	}
	
	.video-container {
		grid-template-columns: 1fr;
		grid-row-gap: 40px;
		margin-top: 48px;
		margin-bottom: 48px;
	}
	
	.video-block {
		grid-area: auto !important;
	}
	
	.video-block__img-block {
		height: 180px !important;
		margin-bottom: 16px;
	}
	
	.video-block__img-block img {
		width: 80px;
		height: 80px;
	}
	
	.video__title {
		font-size: 32px;
		line-height: 40px;
		letter-spacing: 5px;
		margin-top: 48px;
		margin-bottom: 12px;
	}
	
	.video__share {
		margin: 32px 0 40px;
	}
	
	.video__share .ya-share2__link {
		margin-right: 4px;
	}
	
	.video__text {
		margin-bottom: 48px;
	}
	
	.video__text p {
		margin-bottom: 24px;
	}
	
	.video__iframe {
		width: calc(100% + 40px);
		margin: 0 -20px 0 -20px;
		height: 207px;
	}
	
	.activities-background {
		background-position: 65% center !important;
	}
	
	.travel-ideas-container {
		grid-template-columns: 1fr;
		grid-row-gap: 32px;
		margin-bottom: 48px;
	}
	
	.amazing-kamchatka__container {
		grid-template-columns: 1fr;
		grid-row-gap: 16px;
		margin-bottom: 64px;
	}
	
	.amazing-kamchatka__block {
		min-height: 320px;
		height: auto;
	}
	
	.amazing-kamchatka__block:nth-child(5n) {
		grid-area: auto;
		height: 320px;
	}
	
	.main-map__block {
		margin-bottom: 25%;
	}
	
	.main-map {
		height: 530px;
		min-height: 530px;
	}
	
	.map-slider {
		bottom: -25%;
	}
	
	.map-slide__img {
		height: 152px;
	}
	
	.map-slide__title {
		padding: 16px 16px 24px 16px;
		min-height: 0;
	}
	
	.tour-view__info {
		flex-direction: column;
		align-items: flex-start;
		padding: 40px 14px 40px 16px;
		border-left-width: 4px;
	}
	
	.tour-view__info-complexity {
		margin-bottom: 24px;
	}
	
	.tour-view__go-to-site {
		margin: 32px auto 0 auto;
		min-height: 64px;
		padding: 15px 24px;
	}
	
	.tour-view__background {
		min-height: 400px;
	}
	
	.tour-view__title {
		font-size: 18px;
		line-height: 22px;
		letter-spacing: 3px;
		margin-bottom: 16px;
	}
	
	.article .tour-view__go-to-site {
		margin: 40px auto 8px auto;
	}
	
	.article .title {
		font-size: 32px;
		line-height: 40px;
		letter-spacing: normal;
		margin-top: 48px;
	}
	
	.article .subtitle {
		margin-top: 40px;
	}
	
	.business-container {
		grid-template-columns: repeat(1, 1fr);
	    margin-top: 32px;
	    margin-bottom: 60px;
	}
	
	.business-block__img {
		height: 280px;
	}
	
	.business-block__block-name {
		font-size: 20px;
	    line-height: 24px;
	    padding: 24px;
	}
	
	.registru-container {
		margin: 48px auto 52px;
	}
	
	.registry-block {
		flex-direction: column;
		align-items: flex-start;
		padding: 24px 20px;
	}
	
	.registry-block__href-block {
		margin: 4px 0 0 auto;
	}
	
	.filter-block {
		flex-direction: column;
		align-items: flex-start;
		padding: 32px 20px 40px 16px;
	}
	
	.filter-block__select {
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
	}
	
	.filter-block__input-block {
		margin-bottom: 8px;
	}
	
	.filter-block__calendar, .filter-block__calendar input {
		width: 100%;
	}
	
	.filter-block__range-input-block {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.filter-block__range-input {
		margin-right: 0;
		margin-bottom: 16px;
	}
	
	.filter-block__range-input-gray input {
		width: 100%;
	}
	
	.tour-view__info .hotels-block__address {
		margin-bottom: 24px !important;
	}
	
	.hotels__info-block {
		margin-bottom: 24px;
	}
	
	.food-hotel-map {
		height: 182px;
	}
	
	.hotels-container {
		grid-template-columns: 1fr;
		margin-bottom: 48px;
		grid-row-gap: 32px;
	}
	
	.search__filter-mob {
		width: 100%;
	    min-height: 48px;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    font-size: 16px;
	    line-height: 24px;
	    letter-spacing: 0.3px;
	    color: rgba(0, 0, 0, 0.6);
	    background: rgba(0, 0, 0, 0.04);
	    border-radius: 2px;
	    margin-bottom: 20px;
	    padding: 10px 14px 10px 10px;
	    cursor: pointer;
	    position: relative;
	    border: 2px solid transparent;
	}
	
	.search__filter-mob-list {
		display: none;
	}
	
	.search__filter-mob.active {
		background: #FFFFFF;
	    border: 2px solid #22B3E3;
	    color: rgba(0, 0, 0, 0.87);
	}
	
	.search__filter-mob.active svg {
		transform: rotate(180deg);
	}
	
	.search__filter-mob.active path {
		stroke: #22B3E3;
	    stroke-opacity: 1;
	}
	
	.search__filter-mob.active .search__filter-mob-list {
		position: absolute;
	    display: flex;
	    flex-direction: column;
	    background: #FFFFFF;
	    box-shadow: 0px 4px 12px rgb(0 0 0 / 8%), 0px 4px 44px rgb(0 0 0 / 8%);
	    border-radius: 2px;
	    padding: 0.7em 0;
	    top: 56px;
	    left: 0;
	    z-index: 10;
	    width: 100%;
	}
	
	.search__filter-mob-list-item {
		font-size: 14px;
	    line-height: 20px;
	    letter-spacing: 0.3px;
	    color: rgba(0, 0, 0, 0.6);
	    padding: 14px 16px;
	}
	
	.search__block {
		margin: 48px 0;
		height: 48px;
	}
	
	.search__block-serch {
		width: 48px;
	}
	
	.search__block-serch svg {
		width: 21px;
		height: auto;
	}
	
	.search__block-line {
		margin-right: 12px;
	}
	
	.search__block input {
		height: 24px;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.3px;
	}
	
	.search__block-cross {
		width: 46px;
		flex: none;
	}
	
	.search__block-cross svg {
		width: 16px;
		height: auto;
	}
	
	.search__options-title {
		font-size: 18px;
	}
	
	.search__options a {
		margin-right: 16px;
	}
	
	.search__error-block {
		padding: 32px 20px;
	}
	
	.search__error-block .title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 22px;
	}
	
	.search__results-block {
		flex-direction: column;
		padding-bottom: 48px;
	}
	
	.search__results {
		width: 100%;
	}
	
	.search__result-block {
		flex-direction: column;
	}
	
	.search__result-img-block {
		width: 100%;
		height: 224px;
	}
	
	.search__result-text {
		padding: 20px;
	}
	
	.search__result-section {
		margin-bottom: 12px;
	}
	
	.search__result-title {
		margin-bottom: 0;
	}
	
	.search__result-date {
		margin-top: 20px;
	}
	
	.faq__title {
		font-size: 32px;
		line-height: 40px;
		letter-spacing: 4px;
		margin: 48px 0 32px;
	}
	
	.faq__conteiner {
		flex-direction: column-reverse;
		margin-bottom: 48px;
	}
	
	.faq__img {
		width: 100%;
		max-width: 100vw;
		height: 320px;
		margin-bottom: 40px;
	}
	
	.faq__left {
		width: 100%;
		max-width: 100vw;
	}
	
	.faq-block__question {
		padding: 20px 0;
		font-size: 18px;
	}
	
	.faq__link {
		margin: 48px auto 0;
	}
	
	.faq-view__container {
		flex-direction: column-reverse;
		margin-top: 48px;
		margin-bottom: 112px;
	}
	
	.faq-view__tel {
		width: 100%;
		max-width: 100vw;
		padding: 32px 40px;
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 72px;
	}
	
	.faq-view__tel-block img {
		margin-right: 14px;
	}
	
	.faq-view__left {
		width: 100%;
		max-width: 100vw;
	}
	
	.faq-more__container {
		grid-template-columns: repeat(1, 1fr);
		margin-bottom: 64px;
		grid-row-gap: 32px;
	}
	
	.security-block {
		display: block !important;
		width: calc(100% - 24px) !important;
		margin-bottom: 16px !important;
	}
	
	.security-block__img {
		margin-bottom: 16px !important;
		margin-right: 0 !important;
	}
	
	.security-container-second .security-block:first-child, .security-container-second .security-block:last-child {
		font-size: 14px;
	    line-height: 20px;
	    letter-spacing: 0.3px;
	}
	
	.security-block__big-text {
		font-size: 24px;
		line-height: 28px;
	}
	
	.bear-container {
		flex-direction: column;
	}
	
	.bear-container img {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.bear-container-first {
		flex-direction: column;
	}
	
	.bear-container-first .security-block {
		width: 100% !important;
	}
	
	.security__title {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 4px;
	}
	
	.memo-container .security-block {
		margin-bottom: 12px !important;
	}
	
	.memo-container__big-block {
		width: 100%;
	}
	
	.memo-container__small-block {
		flex-direction: column;
	}
	
	.to-switch.mob {
		display: flex;
		width: calc(100% + 20px);
		height: 64px;
		margin: 48px auto 32px -20px;
		background: #fff;
	}
	
	.to-switch__item {
		padding: 0 4.5%;
		background: #fff;
	}
	
	.to-container.active {
		margin: 48px 0 111px;
	}
	
	.business__container {
		grid-template-columns: repeat(1, 1fr);
	    margin-bottom: 64px
	}
	
	.search-body_trip-type {
		flex-direction: column !important;
		align-items: flex-start !important
	}
	
	.trip-type_item {
		margin-bottom: 10px !important;
	}
	
	.search-body_main {
		padding: 32px 20px !important;
	}
	
	.bronevik-block {
		width: calc(100% + 40px);
	    margin-left: -20px;
	    margin-right: -20px;
	    margin-bottom: 48px;
	}
	
	.bronevik-block .sustainable-tourism__button {
		font-size: 14px;
		line-height: 18px;
	}
	
	.rating__container {
		flex-direction: column;
	}
	
	.rating__left {
		display: flex;
		margin-bottom: 40px;
	}
	
	.rating__number-block {
		margin-right: 41px;
	}
	
	.rating__right {
		width: 100%;
	}
	
	.rating__percent-line {
		width: calc(100% - 145px);
	}
	
	.rating__title {
		margin-top: 48px;
	}
	
	.feedback {
		padding: 88px 25px 64px;
	}
	
	.estimate {
		min-height: 100vh;
		padding: 104px 20px 20px;
		justify-content: flex-start;
	}
	
	.estimate__star {
		margin: 0 5px;
	}
	
	.article .img-block2 {
		flex-direction: column;
	}
	
	.article .img-block2 img {
		margin-bottom: 32px;
	}
	
	.article .img-block2 img:last-child {
		margin-bottom: 0;
	}
	
	.sustainable-tours__link.web {
		display: none;
	}
	
	.tours-slider .glide__bullets {
		display: flex;
	}
	
	.tours-slider .glide__track {
		padding: 0 20px;
	    margin-left: -20px;
	    margin-right: -20px;
	}
	
	.tours-slider .glide__bullets {
		bottom: -1em;
	}
	
	.tours-slider .glide__bullet {
		box-shadow: none;
		width: 8px;
		height: 8px;
		background: rgba(0, 0, 0, 0.04);
	}
	
	.tours-slider .glide__bullet--active {
		background: #22B3E3;
	}
	
	.sustainable-tours__link {
		display: flex;
		margin-top: 70px;
		margin-bottom: 64px;
	}
	
	.special-tours-wrap {
	    width: 100%;
    }
    
    .special-tours-main {
	    min-height: 0;
	    font-size: 20px;
		line-height: 24px;
    }
    
    .special-tours-main .wrap {
	    padding-top: 164px;
    }
    
    .special-tours-main__title {
	    font-size: 24px;
		line-height: 28px;
		letter-spacing: 4px;
		margin-bottom: 24px;
    }
    
    .special-tours-main__note {
	    margin-bottom: 40px;
    }
    
    .special-tours-blocks__container {
	    padding: 48px 20px 32px;
    }
    
    .special-tours-block__container {
	    flex-direction: column;
    }
    
    .special-tours-block__container .special-tours-block {
	    flex-direction: column;
	    width: 100%;
	    margin-bottom: 32px;
    }
    
    .special-tours-block__container .special-tours-block__text {
	    padding: 52px 20px 40px 20px;
    }
    
    .special-tours-main__block {
	    padding: 164px 0 40px;
	    
    }
    
    .special-tours-main__logo {
	    position: static;
	    display: block;
	    margin-left: 0;
	    margin-right: auto;
    }
    
    .special-tours-blocks {
	    flex-direction: column;
	    margin-bottom: 32px;
    }
    
    .special-tours-blocks__left {
	    padding: 0 20px 40px 20px;
	    font-size: 20px;
		line-height: 24px;
    }
    
    .special-tours-blocks__title {
	    font-size: 32px;
		line-height: 40px;
		letter-spacing: normal;
		margin-bottom: 24px;
    }
    
    .special-tours-blocks__note {
	    font-size: 18px;
		line-height: 24px;
		margin-bottom: 32px;
    }
    
    .special-tours-blocks__img {
	    display: none;
    }
    
    .special-tours-blocks__img-mob {
	    display: block;
	    width: 100%;
	    height: 320px;
	    background-position: top right !important;
	    background-size: cover !important;
	    background-repeat: no-repeat !important;
    }
    
     .special-tours-block {
	     margin-bottom: 32px;
     }
    
    .special-tours-block__logo {
	    position: static;
	    margin-left: 14px;
    }
    
    .special-tours-block__text {
	    padding: 32px 20px 40px 20px;
	    font-size: 20px;
		line-height: 24px;
    }
    
    .special-tours-block__title {
	    font-size: 32px;
		line-height: 40px;
    }
    
    .special-tours-blocks-title {
	    font-size: 32px;
		line-height: 40px;
		margin-bottom: 48px;
    }
    
    .souvenir__container {
	    grid-template-columns: 1fr;
	    grid-row-gap: 32px;
	    margin: 40px 0;
    }
    
    .souvenir__img {
	    height: 320px;
    }
    
    .souvenir__registry-block {
	    flex-direction: row;
	    padding: 26px 12px;
    }
    
	.souvenir__registry-block .registry-block__icon {
		margin-right: 8px;
	}
	
	.cluster-view__main-container {
		flex-direction: column;
		overflow: hidden;
	}
	
	.cluster-view__main-text {
		margin-right: 0;
		margin-bottom: 48px;
		padding: 48px 20px 0;
	}
	
	.cluster-view__map {
		width: calc(100% + 40px);
		margin-right: -40px;
	}
	
	.cluster-view__container {
	    grid-template-columns: 1fr;
	    grid-row-gap: 32px;
	    margin-bottom: 64px;
	}
	
	.cluster-view__text-container {
		grid-template-columns: 1fr;
	    grid-row-gap: 32px;
	}
	
	.cluster-view__subtitle {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 40px;
	}
	
	.clusters-block, .clusters-map__block {
		display: none;
	}
	
	.cluster-mob__map {
		display: flex;
		position: relative;
		width: 100%;
		height: fit-content;
	}
	
	.cluster-mob__map-img {
		width: 100%;
		height: auto;
	}
	
	.clusters-zone__mob-point {
		position: absolute;
	    bottom: 84%;
		left: 78%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	
	.clusters-zone__mob-point>img {
		width: 32px;
		height: 58px;
	}
	
	.clusters-zone__mob-point.active {
		z-index: 3;
	}
	
	.clusters-zone__mob-point.active .clusters-zone__text {
		display: block;
	}
	
	.clusters-zone__mob-point .clusters-zone__text {
		max-width: 320px;
		bottom: 73px;
		left: -250px;
	}
	
	.clusters-zone__mob-point .clusters-zone__text-buble {
		left: 226px;
	}
	
	.clusters-zone__mob-point1 {
		bottom: 57%;
		left: 30%;
	}
	
	.clusters-zone__mob-point1 .clusters-zone__text {
		left: -95px;
	}
	
	.clusters-zone__mob-point1 .clusters-zone__text-buble {
		left: 70px;
	}
	
	.clusters-zone__mob-point2 {
		bottom: 52%;
		left: 45%;
	}
	
	.clusters-zone__mob-point2 .clusters-zone__text {
		left: -148px;
	}
	
	.clusters-zone__mob-point2 .clusters-zone__text-buble {
		left: 123px;
	}
	
	.clusters-zone__mob-point3 {
		bottom: 38%;
		left: 24%;
	}
	
	.clusters-zone__mob-point3 .clusters-zone__text {
		left: -77px;
	}
	
	.clusters-zone__mob-point3 .clusters-zone__text-buble {
		left: 52px;
	}
	
	.clusters-zone__mob-point4 {
		bottom: 28%;
		left: 30%;
	}
	
	.clusters-zone__mob-point4 .clusters-zone__text {
		left: -92px;
	}
	
	.clusters-zone__mob-point4 .clusters-zone__text-buble {
		left: 68px;
	}
	
	.clusters-zone__mob-point5 {
		bottom: 43%;
		left: 79%;
	}
	
	.clusters-zone__mob-point5 .clusters-zone__text {
		left: -250px;
	}
	
	.clusters-zone__mob-point5 .clusters-zone__text-buble {
		left: 226px;
	}
	
	.clusters-zone__mob-point6 {
		bottom: 30%;
		left: 11%;
	}
	
	.clusters-zone__mob-point6 .clusters-zone__text {
		left: -34px;
	}
	
	.clusters-zone__mob-point6 .clusters-zone__text-buble {
		left: 9px;
	}
	
	.clusters-zone__mob-point7 {
		bottom: 12%;
		left: 20%;
	}
	
	.clusters-zone__mob-point7 .clusters-zone__text {
		left: -66px;
	}
	
	.clusters-zone__mob-point7 .clusters-zone__text-buble {
		left: 42px;
	}
	
	.clusters-zone__mob-point8 {
		bottom: 26%;
		left: 25%;
	}
	
	.clusters-zone__mob-point8 .clusters-zone__text {
		left: -78px;
	}
	
	.clusters-zone__mob-point8 .clusters-zone__text-buble {
		left: 53px;
	}
	
	.clusters-zone__mob-point9 {
		bottom: 23%;
		left: 22%;
	}
	
	.clusters-zone__mob-point9 .clusters-zone__text {
		left: -66px;
	}
	
	.clusters-zone__mob-point9 .clusters-zone__text-buble {
		left: 42px;
	}
	
	.clusters-zone__mob-point10 {
		bottom: 17%;
		left: 23%;
	}
	
	.clusters-zone__mob-point10 .clusters-zone__text {
		left: -66px;
	}
	
	.clusters-zone__mob-point10 .clusters-zone__text-buble {
		left: 42px;
	}
	
	.clusters-zone__mob-point11 {
		bottom: 26%;
		left: 37%;
	}
	
	.clusters-zone__mob-point11 .clusters-zone__text {
		left: -118px;
	}
	
	.clusters-zone__mob-point11 .clusters-zone__text-buble {
		left: 94px;
	}
	
	.clusters-zone__mob-point12 {
		bottom: 7%;
		left: 12%;
	}
	
	.clusters-zone__mob-point12 .clusters-zone__text {
		left: -34px;
	}
	
	.clusters-zone__mob-point12 .clusters-zone__text-buble {
		left: 10px;
		top: 117%;
	}
	
	.clusters-text {
		padding: 128px 20px 0;
		margin: 0;
		width: 100%;
	}
	
	.clusters__title {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 4px;
		margin-bottom: 12px;
	}
	
	.clusters__subtitle {
		margin: 64px 0 20px;
		font-size: 24px;
		line-height: 28px;
	}
	
	.volkano-day__container {
		flex-direction: column;
	}
	
	.volkano-day__container .sustainable-tourism__button {
		margin: 0 0 12px;
		width: 100%;
		padding: 20px;
	}
	.fifteen-years__block {
		background: #fff !important;
		flex-direction: column;
		padding: 0 0 24px;
		margin-bottom: 64px;
	}
	.fifteen-years__block img {
		display: block;
		width: 100%;
	}
	.fifteen-years__download-widget{
		position: static;
		margin-top: 16px;
	}
	.fifteen-years__line{
		height: 4px;
		margin-bottom: 32px;
	}
	.fifteen-years__title{
		margin: 16px 0 24px;
	}
	.fifteen-years__img-banner-desktop{
		display: none !important;
	}
	.wrap_fifteen-years {
		position: static;
	}
	.fifteen-years__widget{
		max-width: 168px;
	}
	.fifteen-years__widget img {
		max-width: 168px;
	}
	.fifteen-years__widget span{
		margin: 0 auto;
		font-size: 18px;
	}
	
	.filter-block__tour-operators .filter-block__clear-filter {
		margin: 32px auto 0 0;
	}
	
	.filter-block__input-container {
		overflow-x: hidden;
	}
	
	.filter-block__input-close.active {
		display: flex;
		align-items: center;
		max-width: 100%;
	}
	
	.filter-block__tour-operators .filter-block__input-close span {
		width: calc(100% - 24px);
		white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	
	.tour-operators__container {
		flex-direction: column;
		margin: 48px 0;
	}
	
	.tour-operators__container-column {
		width: 100%;
	}
	
	.tour-operators__more {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 20px 0 16px;
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: #22B3E3;
		margin-bottom: 64px;
	}
	
	.tour-operators__more img {
		margin-left: 12px;
	}
	
	.tour-operators__title {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 4px;
	}
	
	.tour-operators__container-column {
		display: none;
	}
	
	.tour-operators__container-column.active {
		display: flex;
	}
	
	.tour-operators-popup {
		padding: 0;
	}
	
	.tour-operators-popup__block {
		padding: 80px 20px 64px;
	}
	.security-block-main-page__wrapper{
		padding-left:20px;
		padding-right:20px;
		/* margin-top: 205%; */
	}
	.security-block-main-page h2{
		font-size: 32px;
		line-height: 40px;
	}
	
	.museum-block {
		padding: 0 20px 20px 20px;
	}
	
	.museum-block__img {
		width: calc(100% + 40px);
		height: 212px;
		margin: 0 -20px 20px -20px;
	}
	
	.museum-block__subtitle {
		margin-bottom: 21px;
	}
	.hiking-mountains__avalanche-safety{
	  gap: 24px;
	  padding-top: 24px;
	}
	.hiking-mountains__img-avalanche{
		max-height: 452px;
	}

	.article iframe {
		margin-top: 40px;
		margin-bottom: 48px;
	}
	.partner-sign {
		margin-top: 24px;
		flex-direction: column;
	}
	.partner-sign img {
		margin-right: 0;
		margin-bottom: 12px;
	}
	.article .discover-title {
		font-size: 24px;
		line-height: 28px;
	}
	.discover-about, .discover-promo, .discover-address {
		width: calc(100% + 40px);
    	margin-left: -20px;
		margin-right: -20px;
	}
	.discover-about {
		padding: 32px 20px 48px;
	}
	.discover-about__title {
		font-size: 24px;
		line-height: 28px;
	}
	.discover-about__text {
		margin-bottom: 32px;
	}
	.discover-about, .discover-questions, .discover-promo, .discover-partners, .discover-address, .discover-steps {
		margin-bottom: 64px;
	}
	.discover-questions, .discover-partners {
		grid-gap: 20px;
	}
	.discover-question, .discover-promo {
		padding: 32px 20px 40px;
	}
	.partner-card {
		padding: 16px 16px 20px;
	}
	.partner-card__tag {
		font-size: 14px;
		line-height: 20px;
	}
	.partner-card__title {
		font-size: 18px;
	}
	.discover-address {
		padding: 32px 20px;
	}
	.more-partners-container {
		grid-template-columns: 1fr;
		margin-bottom: 48px;
		grid-gap: 20px;
	}
	
	.article__block {
		padding: 16px 20px;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.article__block img {
		margin-right: 0;
		width: 24px;
		height: 24px;
		margin-bottom: 16px;
	}
	
	.article__block-title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 8px;
	}
	
	.article__block-logo {
		width: 100% !important;
		height: auto !important;
		margin: 24px 0 0 !important;
	}
	
	.article__download-block img {
		margin-right: 8px;
	}
	
	.volcano-tourism__subtitle {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 24px;
	}
	
	.partners__container .tour-operators__container-column {
		width: 100%;
	}
	
	.partners__popup {
		background: #fff;
	}
	
	.partners__popup .tour-operators-popup__block {
		margin-top: 0;
	}
	
	.winner-block {
		flex-direction: column;
	}
	
	.winner-block__img {
		margin-right: 0;
		margin-bottom: 12px;
		width: 24px;
		height: 24px;
	}
	
	.winner-block__title {
		font-size: 20px;
		line-height: 24px;
	}
	
	.security-block__link {
		font-size: 18px;
		line-height: 22px;
	}
	
	.passports-switch {
		margin-top: 48px;
	}
	
	.passports-disclaimer__text {
		margin-bottom: 24px;
	}
	
	.passports-block__title {
		font-size: 32px;
		line-height: 40px;
	}
	
	.passports-download__container {
		grid-template-columns: 1fr;
		margin-bottom: 48px;
	}
	
	.passports-block {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-bottom: 64px;
	}
	
	.passports-switch__item {
		min-height: 64px;
		padding: 0 16px;
	}
	
	.passports-download__block {
		padding: 26px 12px;
		align-items: flex-start;
	}
	
	.passports-download__block img:first-child {
		margin-right: 8px;
	}

	.national-route__background {
		min-height: 484px;
	}
	.national-route__logo {
		width: 420px;
		margin-bottom: 24px;
	}
	.national-route__subtitle {
		margin-bottom: 20px;
	}
	.national-route__title2 {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 40px;
	}
	.national-route__img {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-bottom: 64px;
	}
	.route-block, .route-list {
		margin: 64px 0;
	}
	.route-block__title {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 32px;
	}
	.route-list__title {
		font-size: 20px;
		line-height: 24px;
	}
	.route-block__hotels-cards, .route-block__food-cards {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
	}
	.route-block__activity-cards {
		grid-template-columns: 1fr;
		grid-row-gap: 48px;
	}
	.activity-card__img {
		width: calc(100% + 40px);
		height: 252px;
		margin-left: -20px;
		margin-bottom: 16px;
	}
	.activity-card__title {
		font-size: 16px;
		line-height: 20px;
	}
	.route-block__shopping-cards {
		grid-template-columns: 1fr;
	}
	.shopping-card {
		width: calc(100% + 40px);
		min-height: 249px;
		margin-left: -20px;
		padding: 32px 20px;
	}
	.shopping-card:hover .shopping-card__img {
		transform: none;
	}
	.shopping-card__title {
		font-size: 24px;
		line-height: 28px;
	}
	.shopping-card__subtitle {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.3px;
	}
	.route-promo {
		padding: 64px 20px;
		flex-direction: column;
		align-items: center;
		margin-bottom: 24px;
	}
	.route-promo__content {
		display: flex;
		flex-direction: column;
	}
	.route-promo__button {
		margin-top: 32px;
		align-self: center;
	}
	.route-promo__img {
		max-width: 100%;
		margin: 0 0 48px;
	}
	.route-map {
		width: calc(100% + 40px);
		margin-left: -20px;
		min-height: unset;
		display: block;
		border-radius: 0;
	}
	.route-map__tabs-links {
		width: 100%;
		display: flex;
		overflow-y: auto;
	}
	.route-map__tabs-link {
		width: auto;
		min-height: unset;
		padding: 10px 16px;
		white-space: nowrap;
	}
	.route-map__tabs-link::after {
		width: 1px;
		height: calc(100% - 16px);
		right: 0;
		left: auto;
		top: 8px;
	}
	.route-map__tabs-body {
		width: 100%;
	}
	.route-day__title, .route-map__full-title {
		font-size: 20px;
		line-height: 24px;
	}
	.route-map__full-title {
		margin: 20px 20px 8px;
	}
	.route-day {
		padding: 32px 20px;
	}
	.route-day__schedule {
		margin-bottom: 16px;
	}
	.route-day__schedule-item {
		padding: 16px 0;
		display: block;
	}
	.route-day__schedule-time {
		width: 100%;
		margin: 0 0 8px;
	}
	.route-day__section {
		margin-bottom: 40px;
	}
	.route-desc {
		padding: 32px 20px;
		margin: 64px -20px;
		width: calc(100% + 40px);
	}
	.route-desc__section {
		margin-bottom: 48px;
	}
	.route-desc__section-title {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 24px;
	}
	.route-desc__price {
		margin: 0 0 20px;
	}
	.route-desc__price-title {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.3px;
		margin-bottom: 4px;
	}
	.route-desc__price-number {
		font-size: 32px;
		line-height: 40px;
	}
	.route-desc__button {
		padding: 0;
	}
	.route-desc__button:hover {
		background: none;
	}
	.route-acc__item {
		padding: 32px 0;
	}
	.toperator-card {
		padding: 48px 16px 40px;
	}
	.toperator-card__button {
		min-height: 52px;
		font-size: 14px;
		line-height: 20px;
		padding: 0 16px;
		margin-top: 32px;
	}
	.toperator-card__button img {
		margin-left: 4px;
	}
	.route-banner, .dv-banner {
		min-height: 512px;
		padding: 64px 0;
	}
	.dv-banner {
		align-items: flex-end;
	}
	.route-banner__img {
		width: 420px;
	}
	.dv-banner__img {
		width: 300px;
		margin-bottom: 20px;
	}
	.route-banner__button, .dv-banner__button {
		min-height: 64px;
		padding: 0 24px;
	}
	.route-banner__button {
		margin-top: 16px;
	}
	.dv-banner__button {
		margin-top: 20px;
	}
	.dv-banner__title {
		font-size: 24px;
		line-height: 32px;
	}
	
	.beringia-main__logo {
		width: 500px;
	}
	
	.beringia-block {
		padding: 48px 20px 64px;
	}
	
	.beringia-await__container {
		grid-column-gap: 16px;
		grid-row-gap: 16px;
	}
	
	.beringia-await {
		padding: 24px;
	}
	
	.beringia-top {
		width: calc(20% - 6px);
		padding: 20px 10px;
		font-size: 16px;
		line-height: 20px;
	}
	
	.beringia-top__img {
		width: 100%;
		margin-bottom: 16px;
	}
	
	.beringia-travels__container {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 16px;
		grid-row-gap: 16px;
	}

	.beringia-slide {
		display: block;
	}
	
	.beringia-slide__block {
		background: #fff;
		padding: 32px 20px 20px 20px;
		color: rgba(0, 0, 0, 0.60);
		margin-top: -32px;
	}
	
	.beringia-slide__date {
		color: rgba(0, 0, 0, 0.38);
		margin-bottom: 12px;
	}
	
	.beringia-slide__title {
		color: rgba(0, 0, 0, 0.87);
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
		letter-spacing: normal;
		text-transform: math-auto;
	}
	
	.beringia-slide__text {
		width: 100%;
	}
	
	.beringia-slide__link {
		color: #22B3E3;
		padding: 20px 24px 16px;
		margin-top: 0;
	}
	
	.beringia-slide__link path {
		stroke: #22B3E3;
	}
	
	.beringia-slide__img {
		position: static;
		height: 364px;
	}

	.beringia-slide__wrap {
		padding: 0;
	}
	
	.beringia-slider__container, .beringia-slide {
		min-height: unset;
		height: auto;
	}

	.beringia-slider .glide__bullets {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.beringia-slider__more {
		min-height: unset;
	}

	.beringia-slider__more span {
		font-size: 14px;
		line-height: 20px;
		margin-top: 12px;
	}

	.beringia-slider__title .more-details {
		margin-top: 24px;
	}
	
	.beringia__banner {
		padding: 136px 0;
	}
	
	.beringia__logo {
		width: 264px;
		height: auto;
		margin-bottom: 24px;
	}
	
	.beringia__subtitle {
		font-size: 14px;
		line-height: 16px;
	}
	
	.beringia-live__title {
		margin: 80px 0 12px;
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 4px;
	}
	
	.beringia-live__broadcast {
		height: 202px;
		margin-top: 48px;
		margin-bottom: 0;
	}
	
	.beringia-live__container {
		grid-template-columns: 1fr;
		grid-row-gap: 40px;
		margin-top: 48px;
		margin-bottom: 64px;
	}
	
	.beringia-live__container iframe {
		height: 202px;
	}
	
	.options-text {
		font-size: 16px;
		line-height: 24px;
		margin: 48px 0;
	}
	
	.options-block__container {
		margin-bottom: 64px;
	}
	
	.options-block {
		flex-direction: column;
		padding: 32px 20px 20px 20px;
		margin-bottom: 20px;
	}
	
	.options-block__title-block {
		width: 100%;
		margin-bottom: 32px;
	}
	
	.options-block__date {
		margin-bottom: 8px;
	}
	
	.options-block__title {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}
	
	.options-block__text {
		width: 100%;
		margin: 0 0 32px;
	}
	
	.options-block__subtitle {
		margin: 20px 0 4px;
	}
	
	.options-block__map {
		width: 100%;
		height: 201px;
	}
	
	.beringia-slider__more-link, .beringia-img-slider__container, .beringia-live__subtitle, .options-filter__container {
		display: none;
	}

	.beringia-event {
		display: block;
		min-height: unset;
		margin-bottom: 20px;
	}
	.beringia-event__img {
		width: 100%;
		min-height: 200px;
		letter-spacing: -0.2px;
		font-size: 40px;
		padding: 20px;
	}
	.beringia-event__content, .beringia-event:nth-child(even) .beringia-event__content {
		width: 100%;
		padding: 24px 20px 32px 0;
	}
	.beringia-event__text-content {
		padding-left: 20px;
	}
	.beringia-event__date {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.3px;
		margin-bottom: 16px;
	}
	.beringia-event__title {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 16px;
	}
	.beringia-event__text {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.3px;
	}
	.beringia-event__button {
		padding: 0 24px;
		margin-top: 16px;
	}
	.beringia-banner {
		min-height: 524px;
		padding: 48px 20px;
		width: calc(100% + 40px);
    	margin-left: -20px;
	}
	.beringia-banner__img {
		width: 98px;
		margin-bottom: 24px;
	}
	.beringia-banner__title {
		font-size: 24px;
		line-height: 28px;
	}
	.beringia-banner__button {
		margin-top: 24px;
	}
	
	.registry-container {
		grid-row-gap: 20px;
	}
	
	.registryG-block {
		flex-direction: column;
		padding: 32px 20px 48px;
	}
	
	.registryG-block__img {
		margin-right: 0;
		margin-bottom: 16px;
	}

	.passports-block.tours-tab {
		width: 100%;
		margin-left: 0;
	}

	.fishing-background {
		min-height: 400px;
	}
	.fishing-title {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 4px;
		margin-bottom: 12px;
	}
	.fishing-page {
		padding: 48px 0 64px;
	}
	.fishing-grid {
		grid-template-columns: 1fr;
	}
	.fishing-card {
		padding: 0 16px 20px;
	}
	.fishing-card__slider .glide__arrows {
		display: block;
	}
	.fishing-card__slider-item {
		height: 182px;
	}
	.fishing-card__slider {
		width: calc(100% + 32px);
		margin: 0 -16px 20px;
	}
	.fishing-card__slider .glide__arrow--left {
		left: 8px;
	}
	.fishing-card__slider .glide__arrow--right {
		right: 8px;
	}
	.fishing-card__content {
		margin-bottom: 32px;
	}
	.fishing-card__title {
		font-size: 18px;
	}
	.more-fishing-container {
		margin-bottom: 48px;
	}
	.fishing-info__data {
		flex-direction: column;
	}
	.fishing-info__data-item {
		margin: 0 0 24px;
	}
	a.fishing-info__data-item span {
		overflow: hidden;
	    text-overflow: ellipsis;
	    max-width: 250px;
	    white-space: nowrap;
	}
	
	.cruises__container {
		grid-template-columns: 1fr;
	}
	
	.cruises__slider .glide__arrows {
		display: block;
	}
	
	.cruises-more__container {
		grid-template-columns: 1fr;
		margin-bottom: 48px;
	}
	
	.gastrokamp-banner__logo {
		width: 168px;
		height: 168px;
	}
	
	.gastrokamp__background {
		padding-top: 144px;
	}
	
	.gastrokamp__block-logo {
		margin: 48px auto;
	}
	
	.gastrokamp__logo {
		width: 168px;
		height: 168px;
	}
	
	.gastrokamp__text {
		margin: 0 auto;
	}
	
	.breadcrumb-dishes__container {
		display: flex;
		flex-direction: column;
		grid-row-gap: 48px;
		margin-bottom: 64px;
	}
	
	.breadcrumb-dishes__title {
		text-transform: uppercase;
	}
	
	.contest-header__wrap {
		justify-content: space-between;
	}
	
	.contest-header__logo {
		margin-right: 20px;
	}
	
	.contest-header__menu a {
		margin-right: 16px;
	}
	
	.contest-header__menu a:last-child {
		margin-right: 0;
	}
	
	.contest-main__photo {
		padding: 200px 0;
	}
	
	.contest-main__logo {
		width: 188px;
		height: 56px;
		margin-bottom: 12px;
	}
	
	.contest-main__subtitle {
		font-size: 14px;
		line-height: 20px;
		max-width: 252px;
		margin-bottom: 24px;
	}
	
	.contest-main__line {
		max-width: 252px;
		margin-bottom: 32px;
	}
	
	.contest-main__title {
		font-size: 18px;
		line-height: 24px;
		max-width: 330px;
		margin-bottom: 12px;
	}
	
	.contest-main__number {
		font-size: 64px;
		line-height: 64px;
		letter-spacing: -5.12px;
		margin-bottom: 48px;
	}
	
	.contest-main__button {
		font-size: 16px;
		line-height: 24px;
		padding: 12px 40px;
	}
	
	.contest-about {
		padding: 104px 0 208px;
	}
	
	.contest-about__logo {
		margin-bottom: 16px;
		width: 188px;
		height: 56px;
	}
	
	.contest-about__container {
		margin-bottom: 24px;
	}
	
	.contest-about__container-block {
		width: calc(33% - 8px);
		padding: 24px;
	}
	
	.contest-about__container-block .contest-about__container-number {
		width: 70px;
		height: 56px;
	}
	
	.contest-about__container-block:first-child .contest-about__container-number {
		width: 40px;
	}
	
	.contest-about__container-block:last-child .contest-about__container-number {
		width: 69px;
	}
	
	.contest-about__container-text {
		margin-top: 8px;
		margin-bottom: 32px;
		font-size: 16px;
		line-height: 20px;
	}
	
	.contest-about__container-icon {
		width: 64px;
		height: 64px;
	}
	
	.contest-about__links {
		justify-content: space-between;
	}
	
	.contest-about__button {
		width: calc(50% - 8px);
		margin-right: 0;
		padding: 12px 32px;
		font-size: 16px;
		line-height: 24px;
	}
	
	.banner-contest__title {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}
	
	.banner-contest__number {
		font-size: 64px;
		line-height: 64px;
		letter-spacing: -5.12px;
		margin-bottom: 48px;
	}
	
	.route__districts {
		flex-direction: column;
	}
	
	.route__district {
		width: 100%;
		margin-bottom: 4px;
	}
	
	.route-safety__mes-container {
		flex-direction: column;
	}
	
	.route-safety__mes {
		width: 100%;
		margin-bottom: 48px;
	}
	
	.route-safety__mes:last-child {
		margin-bottom: 0;
	}
	
	.route-safety__difficulties-container {
		flex-direction: column;
	}
	
	.route-safety__difficulties-block {
		width: 100%;
	}
	
	.route-safety__difficulties-block {
		margin-bottom: 48px;
	}
	
	.route-safety__difficulties-block:last-child {
		margin-bottom: 0;
	}
	
	.route-info {
		flex-direction: column;
	}
	
	.route-info__block {
		width: 100%;
	}
	
	.route-description__container {
		flex-direction: column;
	}
	
	.route-description__left {
		width: 100%;
		margin-bottom: 48px;
	}
	
	.route-description__right {
		width: 100%;
	}
	
	.route-safety__visiting-wide {
		flex-direction: column;
	}
	
	.route-safety__visiting-wide_half {
		width: 100%;
		margin-bottom: 48px;
	}
	
	.route-safety__visiting-wide_half:last-child {
		margin-bottom: 0;
	}
	
	.route-safety__document-container {
		flex-direction: column;
	}
	
	.route-safety__document {
		width: 100%;
		margin-bottom: 16px;
	}
	
	.volcano__logo {
		width: 84px;
		height: 80px;
	}
	
	.volcano__title {
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		line-height: 40px;
		letter-spacing: 4px;
		text-transform: uppercase;
		margin-bottom: 4px;
	}
	
	.volcano__subtitle {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: 0.3px;
		margin-bottom: 12px;
	}
	
	.volcano__nav {
		margin-top: 48px;
		margin-bottom: -8px;
	}
	
	.volcano__nav nav {
		border-left: 4px solid #22B3E3;
		padding-left: 16px;
	}
	
	.volcano__nav a {
		padding: 20px 16px;
	}
	
	.volcano-title {
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px; 
		margin-bottom: 32px;
	}
	
	.volcano-organizers {
		padding: 48px 20px;
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-bottom: 64px;
	}
	
	.volcano-organizers__logos {
		margin-bottom: 24px;
	}
	
	.volcano-organizers__logos img {
		margin-left: 0;
		margin-right: 24px;
	}
	
	.volcano-attention {
		padding: 48px 20px;
		margin: 64px 0;
	}
	
	.volcano-program {
		padding: 48px 20px 64px 20px;
		margin: 64px 0;
	}
	
	.volcano-attention__container {
		flex-direction: column;
	}
	
	.volcano-attention__container img {
		margin-left: 0;
		margin-top: 24px;
	}
	
	.volcano-registration__text {
		margin-bottom: 64px;
	}
	
	.volkano-banner {
		padding: 160px 0;
	}
	
	.volkano-banner__date {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		margin-bottom: 16px;
	}
	
	.volkano-banner__title {
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		line-height: 40px;
		letter-spacing: 4px;
		text-transform: uppercase;
		margin-bottom: 4px;
	}
	
	.volkano-banner__subtitle {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		margin-bottom: 32px;
	}
	
	.volcano-main {
		background-position: left center !important;
		height: auto;
		min-height: 436px;
		padding: 188px 0 124px 0;
		justify-content: flex-end;
	}
	
	.volcano-main__tag {
		margin-bottom: 12px;
	}
	
	.volcano-main__title {
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		line-height: 40px; /* 125% */
		letter-spacing: 5.089px;
		text-transform: uppercase;
		margin-bottom: 4px;
	}
	
	.volcano-main__subtitle {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 150% */
		letter-spacing: 0.3px;
		margin-bottom: 32px;
	}
	
	.route-safety__document-text {
		margin-bottom: 64px;
	}
	
	.volcano-container {
		margin: 64px 0;
	}
	
	.routes-video__title {
		font-size: 24px;
		line-height: 28px;
		margin: 48px 0 24px;
	}
	
	.routes-video {
		margin-bottom: 48px;
	}
	
	.bad-weather__container {
		flex-direction: column;
	}
	
	.bad-weather__left {
		width: 100%;
		margin-right: 0;
	}
	
	.bad-weather__title {
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		margin-bottom: 24px;
	}
	
	.bad-weather__chapter {
		grid-template-columns: 1fr;
	}
	
	.bad-weather__img-container {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
	}
	
	.ski__title {
		font-size: 30px;
		font-style: normal;
		font-weight: 400;
		line-height: 36px;
		letter-spacing: 5.089px;
		margin-bottom: 16px;
	}
	
	.ski__subtitle {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		margin-bottom: 64px;
	}
	
	.ski-links {
		flex-direction: column;
	}
	
	.ski-link {
		width: 100%;
		margin-bottom: 8px;
		margin-right: 0;
	}
	
	.ski__background {
		padding: 200px 0 64px 0;
		justify-content: flex-end;
	}
	
	.ski-resort__container {
		grid-template-columns: 1fr;
	}
	
	.ski-view__background .news__title {
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		letter-spacing: 4px;
	}
	
	.ski-view__text {
		margin: 48px auto 64px;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0.3px;
	}
	
	.ski-view__info-container {
		flex-direction: column;
	}
	
	.ski-view__info-block {
		width: 100%;
	}
	
	.ski-resort__container_view {
		margin-bottom: 48px;
	}
	
	.ski-map__block .map-slider {
		bottom: 45px;
	}
	
	.ski-map {
		height: 704px;
		min-height: 704px;
	}
	
	.story__right {
		width: 100%;
	}
	
	.story-virtual {
		flex-direction: column;
	}
	
	.story-virtual__img {
		width: 100%;
	}
	
	.fly-kamchatka {
		padding: 100px 0 100px;
	}
	
	.fly-kamchatka__container {
		flex-direction: column;
		margin-bottom: 48px;
	}
	
	.fly-kamchatka__title {
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		line-height: 40px;
		letter-spacing: 4px;
		text-transform: uppercase;
		margin-bottom: 24px;
	}
	
	.fly-kamchatka__slide {
		padding: 0 20px 20px 20px;
	}
	
	.project-partners__container {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.project-partners.article {
		padding: 0 20px;
	}
	
	.gastrofest-main__background {
		padding: 112px 0 80px 0;
	}
	
	.gastrofest-main__logo {
		width: 50%;
		height: auto;
	}
	
	.gastrofest-main__title {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: -0.5px;
		margin-bottom: 12px;
	}
	
	.gastrofest-main__name {
		font-size: 29px;
		line-height: 38px;
		letter-spacing: 1px;
		margin-bottom: 12px;
	}
	
	.gastrofest-main__date {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 24px;
	}
	
	.gastrofest-more__button {
		margin-top: 16px;
	}
	
	.gastrofest-more__organizers-container {
		margin-top: 24px;
		flex-direction: column;
		grid-gap: 32px;
	}
	
	.gastrofest-more__organizers1 img {
		margin: 0 0 24px;
	}
	
	.gastrofest-more__open-container {
		flex-direction: column;
	}
	
	.gastrofest-more__text {
		margin-bottom: 80px;
	}
	
	.gastrofest-partner {
		padding: 100px 20px;
		min-height: 0;
		margin-bottom: 80px;
	}
	
	.gastrofest-partner__text {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 24px;
	}
	
	.gastrofest-background .more-details {
		margin-bottom: 48px;
	}
	
	.gastrofest-part__block, .gastrofest-owners__block {
		flex-direction: column;
		align-items: center;
		height: auto;
		text-align: center;
		margin-bottom: 80px;
	}
	
	.gastrofest-part__block-number, .gastrofest-owners__block-number {
		margin-right: 0;
		margin-bottom: 24px;
	}
	
	.gastrofest-part__block-line, .gastrofest-owners__block-line {
		bottom: auto;
		top: -85px;
	}
	
	.gastrofest-part__block:first-child .gastrofest-part__block-line, .gastrofest-owners__block:first-child .gastrofest-owners__block-line {
		display: none;
	}
	
	.gastrofest-part__block-link {
		margin: 8px auto 0;
	}
	
	.gastrofest-part__block:last-child, .gastrofest-owners__block:last-child {
		align-items: center;
	}
	
	.gastrofest-part__block:last-child .gastrofest-part__block-line, .gastrofest-owners__block:last-child .gastrofest-owners__block-line {
		display: block;
	}
	
	.gastrofest-part__block-map {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.3px;
		color:  rgba(255, 255, 255, 0.84);
	}
	
	.gastrofest-part {
		margin-bottom: 0;
	}
	
	.gastrofest-book {
		flex-direction: column;
		padding: 80px 20px;
	}
	
	.gastrofest-book__right {
		margin-right: -20px;
		margin-left: auto;
		margin-top: 30px;
	}
	
	.gastrofest-book__right_mob {
		width: 100%;
	}
	
	.gastrofest-owners {
		display: flex;
		flex-direction: column;
	}
	
	.gastrofest-owners__block:last-child {
		margin-bottom: 48px;
	}
	
	.gastrofest-owners__right {
		margin-left: 0;
	}
	
	.gastrofest-owners__right img {
		width: 100%;
	}
	
	.gastrofest-owners__link_mob {
		display: flex;
	}
	
	.gastrofest-owners__link_web {
		display: none;
	}
	
	.gastrofest-owners__link {
		width: 100%;
	}
	
	.gastrofest-partner__container {
		grid-template-columns: 1fr;
		margin-bottom: 64px;
	}
	
	.gastrofest-banner {
		background: url('/local/templates/2022/img/gastrofest-banner2.jpg');
		padding: 48px 20px 64px;
		margin-bottom: 30px;
		overflow: hidden;
	}
	
	.gastrofest-banner__logo {
		width: 50%;
	}
	
	.gastrofest-banner__right {
		margin-left: -8px;
		width: calc(100% + 16px);
	}
	
	.gastrofest-banner__title {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: -0.5px;
		margin-bottom: 12px;
	}
	
	.gastrofest-banner__name {
		font-size: 29px;
		line-height: 38px;
		letter-spacing: 1px;
		margin-bottom: 32px;
	}
	
	.gastrofest-banner__link {
		width: 100%;
	}
}

@media (max-width:540px){
	/* .security-block-main-page__wrapper {
		position: absolute;
		top: -155%;
	} */
	.security-block-main-page {
		position: fixed;
		z-index: 10;
		top: 0;
	}
	.security-block-main-page__important {
		width: 108%;
		margin-left: -20px;
	}
	.security-block-main-page ul{
		padding-left: 20px;
	}
	.security-block-main-page__consent label:before{
		top: 10px;
	}
	.security-block-main-page__consent label:after{
		top: 5px;
	}
	.sustainable-tourism_hiking-mountains{
		background-position-x: 40%!important;
	}
	.sustainable-tourism__title_hiking-mountains{
		font-size: 32px;
		line-height: 40px;
	}
	.security-block-line__one-read-information {
		height: fit-content;
	}	
	.security-block-line__one-read-information div {
		font-size: 18px;
		line-height: 24px;
	}	
	.security-block-line__track {
		-webkit-animation: scroll 150s linear infinite;
        animation: scroll 150s linear infinite;
		top: 0;
		bottom: 0;
		margin: auto;
		height: fit-content;
	}
	.security-block-line {
		min-height: 48px;
	}
	
	.museum__container {
		grid-template-columns: 1fr;
		margin-top: 48px;
		margin-bottom: 48px;
	}

	.article iframe {
		height: 200px;
	}
	.discover-about__img-desktop {
		display: none;
	}
	.discover-about__img-mob {
		display: block;
		width: 100%;
		margin-bottom: 24px;
	}
	.discover-about__img-mob:last-child {
		margin-bottom: 0;
	}
	
	.error__container {
		margin: 128px auto 80px;
	}
	
	.error__number {
		font-size: 88px;
		line-height: 88px;
	}
	
	.error__title {
		font-size: 24px;
		line-height: 28px;
	}
	
	.error__button {
		min-height: 64px;
		padding: 0 24px;
	}

	.route-promo__button {
		width: 100%;
	}
	
	.beringia-main {
		padding: 64px 0;
		height: auto;
		min-height: 484px;
	}
	
	.beringia-main .wrap {
		min-height: 356px;
	}
	
	.beringia-main__links {
		margin-top: 16px;
		flex-direction: column;
		align-items: flex-start;
		margin: 0;
	}
	
	.beringia-main__link {
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 2px;
		padding: 8px 12px;
	}
	
	.beringia-main__link_broadcast {
		margin-right: 0;
		margin-bottom: 8px;
	}
	
	.beringia-main__link-pin {
		width: 6px;
		height: 6px;
	}
	
	.beringia-main__container {
		font-size: 14px;
		line-height: 16px;
	}
	
	.beringia-main__logo {
		width: 264px;
		margin-bottom: 16px;
	}
	
	.beringia-block {
		margin-top: -40px;
	}
	
	.beringia-main__subtitle {
		font-size: 14px;
		line-height: 16px;
		margin-top: 24px;
	}
	
	.beringia-await__title {
		font-size: 24px;
		line-height: 28px; 
		margin-bottom: 32px;
	}
	
	.beringia-await__container {
		grid-template-columns: 1fr;
		grid-row-gap: 48px;
	}
	
	.beringia-await {
		background: transparent !important;
		min-height: 0;
		padding: 0;
	}
	
	.beringia-await__filter {
		display: none;
	}
	
	.beringia-await__img {
		display: block;
	}
	
	.beringia-await__block-title {
		color: rgba(0, 0, 0, 0.87);
		font-size: 18px;
		line-height: 24px;
	}
	
	.beringia-await__text {
		display: block;
		color: rgba(0, 0, 0, 0.60);
		margin-top: 13px;
	}
	
	.beringia-title {
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		margin: 64px auto 32px auto;
	}
	
	.beringia-top__container {
		flex-direction: column;
	}
	
	.beringia-top {
		width: 100%;
		padding: 40px 64px;
		min-height: 304px;
		margin-bottom: 32px;
	}
	
	.beringia-top:last-child {
		margin-bottom: 0;
	}
	
	.beringia-top__img {
		width: auto;
		margin-bottom: 24px;
	}
	
	.beringia-travels__container {
		grid-template-columns: 1fr;
		grid-row-gap: 32px;
		/* margin-bottom: 64px; */
	}
	
	.beringia-travels__img {
		height: 280px;
	}
	
	.beringia-travels__name {
		padding: 24px;
		font-size: 18px;
	}
	
	.registry__background .news__title {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 4px;
	}
	
	.cruises__container {
		margin-bottom: 64px;
	}
	
	.cruises-block {
		padding: 0 16px 20px;
	}
	
	.cruises__slider {
		width: calc(100% + 32px);
		margin-left: -16px;
		margin-bottom: 20px;
	}
	
	.cruises__slide {
		height: 182px;
	}
	
	.cruises-block__title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 32px;
	}
	
	.gastrokamp-banner {
		padding: 48px 20px 64px;
	}
	
	.gastrokamp-banner__block {
		margin: 32px 0 0;
	}
	
	.gastrokamp-banner__title {
		font-size: 40px;
		font-weight: 400;
		line-height: 48px;
		letter-spacing: -1px;
		color: #fff;
		margin-bottom: 32px;
	}
	
	.gastrokamp-banner__more {
		width: 100%;
	}
	
	.contest-header__logo {
		width: 112px;
		height: 32px;
	}
	
	.contest-header__menu a {
		font-size: 13px;
		line-height: 16px;
		letter-spacing: 1px;
	}
	
	.contest-main__photo {
		padding: 104px 0 94px;
	}
	
	.contest-about {
		padding: 104px 0 80px;
	}
	
	.contest-about__container {
		flex-direction: column;
	}
	
	.contest-about__container-block {
		width: 100%;
		margin-bottom: 12px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	
	.contest-about__container-text, .contest-about__container-icon {
		margin: 0;
	}
	
	.contest-about__container-number {
		margin-bottom: 8px;
	}
	
	.contest-about__text-container {
		flex-direction: column-reverse;
		margin-bottom: 48px;
	}
	
	.contest-about__text-img {
		margin-left: 0;
		margin-bottom: 24px;
	}
	
	.contest-about__links {
		flex-direction: column;
	}
	
	.contest-about__button {
		width: 100%;
		margin-bottom: 16px;
	}
	
	.banner-contest {
		padding: 79px 0;
	}
	
	.banner-contest__logo {
		width: 188px;
		height: 56px;
		margin-bottom: 12px;
	}
	
	.banner-contest__subtitle {
		font-size: 14px;
		line-height: 20px;
		max-width: 252px;
		margin-bottom: 24px;
	}
	
	.banner-contest__line {
		max-width: 252px;
		margin-bottom: 32px;
	}
	
	.banner-contest__number {
		margin-bottom: 32px;
	}
	
	.banner-contest__button {
		min-height: 64px;
		padding: 0 24px;
	}
	
	.routes__title {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 4px;
	}
	
	.routes-map {
		min-height: 704px;
	}
	
	.route__background {
		min-height: 624px;
		padding: 64px 0 48px 0;
	}
	
	.route__title {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 4px;
	}
	
	.route-map1 {
		height: 640px;
	}
	
	.route-info {
		padding: 32px 20px 32px 20px;
	}
	
	.route-description__right {
		padding: 32px 20px 48px 20px;
	}
	
	.route-safety {
		padding: 48px 20px 64px 20px;
	}
	
	.route-safety__title {
		margin-bottom: 24px;
	}
	
	.route-safety__mes {
		flex-direction: column;
		padding: 20px 15px 32px 20px;
	}
	
	.route-safety__mes-icon {
		margin-right: 0;
		margin-bottom: 16px;
	}
	
	.route-safety__mes-link {
		font-size: 14px;
		line-height: 28px;
		letter-spacing: 2px;
	}
	
	.route-safety__visiting {
		padding: 48px 20px;
	}
	
	.route-safety__visiting-title {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.route-safety__visiting-title img {
		margin-right: 0;
		margin-bottom: 12px;
	}
	
	.route-safety__visiting-wide_half {
		
	}
	
	.volcano-container__img {
		width: 100%;
		height: auto;
	}
	
	.bad-weather__right {
		width: 100%;
	}
	
	.bad-weather__chapter {
		grid-row-gap: 20px;
	}
	
	.bad-weather__button {
		margin-top: 48px;
	}
	
	.bad-weather__title {
		margin-top: 80px;
	}
	
	.master-class__img {
		height: 320px;
	}
	
	.bad-weather__subtitle {
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		margin-bottom: 40px;
	}
	
	.bad-weather__img {
		height: 256px;
		margin-bottom: 48px;
	}
	
	.bad-weather__ul-title {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		margin-bottom: 24px;
	}
	
	.bad-weather__info-container {
		margin-bottom: 64px;
	}
	
	.bad-weather__img-container .bad-weather__img {
		height: 204px;
	}
	
	.ski-link {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		letter-spacing: 2px;
		text-transform: uppercase;
		padding: 16px 32px 12px 32px;
	}
	
	.bad-weather {
		padding-bottom: 64px;
	}
	
	.ski-about__text {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0.3px;
		margin-bottom: 48px;
	}
	
	.ski-about__duration {
		padding: 24px;
		margin-bottom: 64px;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
	}
	
	.ski-about__subtitle {
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		margin-bottom: 32px;
	}
	
	.ski-about__amount {
		margin-bottom: 64px;
	}
	
	.ski-about__link {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		letter-spacing: 2px;
		text-transform: uppercase;
		padding: 16px 32px 12px 32px;
		min-width: 100%;
	}
	
	.ski-resort__container {
		margin: 48px 0 64px;
	}
	
	.ski-resort__block {
		padding: 0 16px 20px;
	}
	
	.ski-resort__block-img {
		width: calc(100% + 32px);
		margin-left: -16px;
		margin-bottom: 20px;
		height: 182px;
	}
	
	.ski-resort__block-title {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		margin-bottom: 14px;
	}
	
	.ski-resort__block-info {
		margin-bottom: 8px;
	}
	
	.ski-resort__block-link {
		margin: 32px 0 0;
	}
	
	.ski-view__info-container {
		padding: 32px 20px;
		margin-bottom: 64px;
	}
	
	.ski-view__map {
		margin-bottom: 64px;
	}
	
	.ski-view__title {
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px; 
		margin-bottom: 32px;
	}
	
	.ski-view__img {
		margin-bottom: 52px;
	}
	
	.ski-view__wrap ul {
		margin-bottom: 64px;
	}
	
	.ski-view__wrap li {
		margin-bottom: 16px;
	}
	
	.ski-view__wrap .quote-title {
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; 
	}
	
	.story-virtual__img {
		min-height: 0;
		height: 276px;
	}
	
	.story-virtual__block {
		padding: 24px 20px 32px;
	}
	
	.story-virtual__title {
		margin-bottom: 16px;
	}
	
	.story-virtual__text {
		margin-bottom: 24px;
	}

	.fly_index {
		display: none;
	}

	.fly_index_mob {
		display: block;
	}
	
	.volcano-organizers__flex span {
		margin-right: 0;
	}
	
	.volcano-organizers__flex-img img {
		margin-left: 0;
		margin-right: 24px;
	}
	
	.volcano-organizers__flex-img {
		margin-bottom: 24px;
	}
	
	.project-partners__container {
		grid-template-columns: 1fr;
		grid-gap: 16px;
	}
	
	.tours-popup__block {
		padding-bottom: 100px;
	}
	
	.tours-popup__cross {
		margin-bottom: 20px;
	}
	
	.tours-popup__title {
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		margin-bottom: 24px;
	}
}

@media (max-width:480px){
	.volcano-main__title {
		font-size: 20px;
		line-height: 28px;
	}
}

@media (max-width:430px){
	.story__title {
		font-size: 26px;
		line-height: 36px;
	}
}

@media (max-width:414px){
	.fifteen-years__block-code-widget{
		width: 90%;
	}
	.fifteen-years__textarea-code {
		width: 100%;
		height: 150px;
	}
	.fifteen-years__block-code-widget {
		position: absolute;
		margin: 0 auto;
		height: 100% !important;
		width: 100%
	}
	.fifteen-years__block-code-widget div {
		flex-direction: column;
	}
	.fifteen-years__icon-copy {
		width: 35px;
		height: 35px;
	}

	.security-block-main-page__important {
		width: 111%;
		margin-left: -22px;
	}
	/* .security-block-main-page__wrapper {
		top: -100%;
	} */
}

@media (max-width:393px){
	.security-block-main-page__wrapper {
		top: -122%;
	}
	.security-block-main-page__consent label:after {
		top: 7px;
	}
	
	.gastrokamp-banner__logo {
		width: 140px;
		height: 140px;
	}
}

@media (max-width:375px){
	.article__button {
		width: 100%;
	}
	
	.article__attention {
		padding: 24px 20px;
		margin-bottom: 20px;
	}

	.security-block-main-page__important {
		width: 113%;
		margin-left: -24px;
	}
}

@media (max-width:370px){
	.classes__switch-item {
		padding: 0 12px;
	}
}


