20html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}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}


* {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

a {
	cursor: pointer;
	text-decoration: none;
	transition: all .2s cubic-bezier(0.4, 0, 1, 1);
    color: #444444;
}

.white_1 {
	cursor: pointer;
	text-decoration: none;
	transition: all .2s cubic-bezier(0.4, 0, 1, 1);
    color: white;
}

p {
	margin: 0;
}

@font-face {
    font-family: 'gt_walsheim';
    src: url('../fonts/gt-walsheim.woff2') format('woff2'),
         url('../fonts/gt-walsheim.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gt_walsheim_medium';
    src: url('../fonts/gt-walsheim-medium.woff2') format('woff2'),
         url('../fonts/gt-walsheim-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gt_walsheim_bold';
    src: url('../fonts/gt-walsheim-bold.woff2') format('woff2'),
         url('../fonts/gt-walsheim-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'antipasto';
    src: url('../fonts/antipasto.woff2') format('woff2'),
         url('../fonts/antipasto.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'opensansextrabold';
    src: url('../fonts/open-sans-extrabold.woff2') format('woff2'),
         url('../fonts/open-sans-extrabold.woff') format('woff');
    /*font-weight: normal;*/
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'gt_walsheim', 'Arial', sans-serif;
}

.wrap {
	width: 100%;
	max-width: 1240px;
    margin: 0 auto;
	display: flex;
}

header {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: auto;
	background: #76BBE1;
}

header .wrap {
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .logo {
	vertical-align: bottom;
	padding-bottom: 10px;
    padding-top: 10px;
}

header nav {
	width: 700px;
	display: flex;
	justify-content: space-between;
text-transform: uppercase;
}

header nav a {
	font-size: 16px;
	color: #fff;
	transition: none !important;
}

header .menu {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 700px;
}

header .socials {
	display: flex;
	justify-content: space-between;
	align-items: center;

	margin-bottom: 30px;
}

.langlink {
	color: #fff;
	width: 32px !important;
	height: auto !important;
}
.indexnav {
padding-top: 2.3rem;
    position: absolute;
    z-index: 1;
    text-transform: uppercase;
}
.indexnav a {
color:#fff; 
padding-right:20px;
}
.langs {
	display: flex;
	justify-content: space-between;
	width: 70px;
	margin-left: 20px;
}
.soc {
margin-right: 1.5rem;
}
.tel {
	display: flex;
	justify-content: space-between;
	margin-left: 20px;
}
.tel a {
	width: auto!important;
    color: #fff;
	font-size:20px;
    font-family: initial;
    font-weight: 700;
}

.turop {
    margin-left: 45px;
}

header .socials a {
	width: 24px;
	height: 24px;
}

header .socials .ig {
	background: url('../img/ig.svg') no-repeat center center;
}
header .socials .tg {
	background: url('../img/tg.svg') no-repeat center center;
}
header .socials .vk {
	background: url('../img/vk.svg') no-repeat center center;
}
header .socials .fb {
	background: url('../img/fb.svg') no-repeat center center;
}
header .socials .ok {
	background: url('../img/ok.svg') no-repeat center center;
}

header nav a.active, header nav a:hover {
	color: #333;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  background-color: transparent;
  border: 0;
  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;
}

.index_slider .glide__slides {
    margin: 0;
    height: calc(100vh - 88px);
}

.head_fix {
	width: 100%;
	height: 88px;
}

.index_slider .glide__slide {
	background-size: cover !important;
	display: flex;
	flex-direction: column;
    position: relative;
}

.index_slider .glide__arrow {
	top: 80%;
}

.index_slider .glide__slide span {
	font-family: 'antipasto';
	font-size: 100px;
	line-height: 104px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
}

.index_slider .glide__slide p {
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
}

.recomended {
	background: #F3F3F3;
	padding-bottom: 30px;
}

.v-wrap {
	display: flex;
	flex-direction: column;
}

h1 {
	font-family: 'antipasto';
	font-size: 50px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #444444;
	font-feature-settings: 'kern' off;
	width: 100%;
    margin: 35px 0;
}

h2 {
	font-family: 'antipasto';
	font-size: 50px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #444444;
	font-feature-settings: 'kern' off;
	width: 100%;
    margin: 35px 0;
}

.search-page {
	margin: 1%;
}

h3 {
	font-family: 'antipasto';
	font-size: 25px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #444444;
	font-feature-settings: 'kern' off;
	width: 100%;
	margin: 35px 0 20px 0;
	margin-left: 45px;
}

h4 {
	font-family: 'antipasto';
	font-size: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #444444;
	font-feature-settings: 'kern' off;
	width: 100%;
	margin: 35px 0 20px 0;
	margin-left: 45px;
}

.recomended_grid {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.recomended_grid a {
	width: 244px;
	height: 244px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	margin: 0 24px 24px 24px;
}

.recomended_grid .shadow {
	width: 244px;
	height: 244px;
	background: rgba(68, 68, 68, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	background-blend-mode: multiply;
}

.poleznoe_title {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto 24px auto;
    text-align: left;
    font-family: 'gt_walsheim_bold';
    font-size: 28px;
    line-height: 28px;
    font-feature-settings: 'calt' off;
    color: #FF5423;
    margin-left: 12%;
}

.recomended_grid .circle {
	width: 180px;
	height: 180px;
	border-radius: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.2);
	background-blend-mode: overlay;
}

.recomended_grid a:hover .circle {
	background: rgba(255, 84, 35, 0.75);
}

.recomended_grid .circle span {
	font-family: 'gt_walsheim_bold';
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	max-width: 160px;
}

.video {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto 24px auto;
    font-family: 'gt_walsheim_bold';
    font-size: 24px;
    line-height: 28px;
    color: #FF5423;
    margin-left: 600px;
}

.recomended_grid .circle img {
	width: 48px;
	margin-bottom: 10px;
}

.news_items {
	width: 1086px;
	margin: 0 auto 45px auto;
}

.news_items a {
	height: 370px;
	padding: 15px;
	background: #F3F3F3;
	display: flex;
	flex-direction: column;
}

.news_items a .img {
    width: 100%;
    height: 196px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	margin-bottom: 14px;
	flex: none;
}

.news_items a .date {
	font-family: 'gt_walsheim_medium';
	font-size: 16px;
	text-align: center;
	color: #FF5423;
	margin-bottom: 4px;
}

.news_items a p {
	font-family: 'gt_walsheim_medium';
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #444;
	overflow: hidden;
}

.news_items .glide__arrow--left {
    left: -3em;
}

.news_items .glide__arrow--right {
    right: -3em;
}

.tours {
	background: linear-gradient(180deg, #EB5D35 0%, #E57F50 100%);
	padding-bottom: 20px;
}

.tours .wrap {
	max-width: 1150px;
	display: flex;
	flex-direction: column;
}

.tours h2 {
	color: #fff;
}

.tours_grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tours_grid a {
	background: #fff;
	width: 32%;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.tours_grid a .img {
	width: 100%;
	height: 192px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	margin-bottom: 14px;
}

.tours_grid a .name {
	font-family: 'gt_walsheim_bold';
	font-size: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-feature-settings: 'calt' off;
	color: #EB5D35;
	height: 85px;
	padding-top: 2px;
	overflow: hidden;
	margin: 0 10px 6px 10px;
}

.tours_grid a .desc {
	font-size: 16px;
	color: #444;
	height: 40px;
	overflow: hidden;
	margin: 0 10px 5px 10px;
}

.tours_grid a .details {
	display: flex;
	align-items: center;
	height: 14px;
	margin: 0 10px 18px 10px;
}

.tours_grid a .details span {
	font-family: 'gt_walsheim_bold';
	font-size: 16px;
	color: #444;
	padding-left: 20px;
}

.tours_grid a .details .days {
	background: url('../img/days.svg') no-repeat left center;
	width: 100px;
}

.tours_grid a .details .price {
	background: url('../img/price.svg') no-repeat left center;
}
.tours_grid a .details .date {
	background: url('../img/calendar-black.svg') no-repeat left center;
	 margin-left: 10px;
}

.adventures .wrap {
	max-width: 1150px;
	display: flex;
	flex-direction: column;
}

.grid_2cols {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.grid_2cols a {
	background: #fff;
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
	width:50%;
}

.grid_2cols a .img {
	width: 568px;
	height: 360px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	margin-bottom: 10px;
}

.grid_2cols a span {
	font-family: 'gt_walsheim_bold';
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-feature-settings: 'kern' off;
	color: #FF5423;
	margin-bottom: 4px;
}

.grid_2cols a p {
	font-size: 18px;
	line-height: 22px;
	color: #444;
}

.events .wrap {
	max-width: 1150px;
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}

.events_grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.events_grid a {
	background: #fff;
	width: 316px;
	display: flex;
	flex-direction: column;
}

.events_grid a .img {
	width: 316px;
	height: 170px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	margin-bottom: 14px;
}

.events_grid a .date {
	font-family: 'gt_walsheim_medium';
	font-size: 16px;
	color: #444;
	margin-bottom: 6px;
}

.events_grid a .name {
	font-size: 18px;
	line-height: 22px;
	color: #444;
}

.map {
	background: #23533E;
	height: 770px;
}

.map h2 {
	color: #fff;
}

.map_box {
	display: flex;
	padding-bottom: 10px;
}

.map_hidden {
	display: none !important;
}

.karta {
	width: 100%;
    max-width: 1050px;
    margin: 0 auto 24px auto;
    text-align: left;
    font-family: 'gt_walsheim_bold';
    font-size: 24px;
    line-height: 28px;
    font-feature-settings: 'calt' off;
    color: #FF5423;
}

.kartaTwo {
	width: 100%;
    max-width: 1050px;
    margin: 0 auto 24px auto;
    text-align: left;
    font-family: 'gt_walsheim_bold';
    font-size: 20px;
    line-height: 24px;
    font-feature-settings: 'calt' off;
    color: #444;
}

.scrollUp {
	margin-bottom: 10px;
}

.scrollDown {
	margin-top: 10px;
}

.map_left {
	width: 620px;
    height: 441px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: top right !important;
	position: relative;
	margin-top: 100px;
}

.map_left a {
	position: absolute;
}

.map_left a:hover {
	transform: scale(1.2);
}

.map_left .pin_1 {
	left: 85px;
    top: 193px;
}

.map_left .pin_2 {
	left: 137px;
    top: 235px;
}

.map_left .pin_3 {
    left: 199px;
    top: 248px;
}

.map_left .pin_4 {
	left: 251px;
    top: 157px;
}

.map_left .pin_5 {
	left: 318px;
    top: 183px;
}

.map_left .pin_6 {
    left: 286px;
    top: 246px;
}

.map_left .pin_7 {
	left: 388px;
    top: 201px;
}

.pin_7 img {
	width: 80px;
}

.map_left .pin_8 {
    left: 297px;
    top: 271px;
}

.map_left .pin_9 {
	left: 340px;
    top: 311px;
}

.map_left .pin_10 {
    left: 416px;
    top: 300px;
}

.map_left .pin_11 {
	left: 390px;
    top: 358px;
}

.map_left .pin_12 {
	left: 382px;
    top: 410px;
}

.map_left .pin_13 {
    left: 513px;
    top: 327px;
}

.map_left .pin_14 {
	left: 462px;
    top: 360px;
}

.map_left .pin_15 {
	left: 445px;
    top: 376px;
}

.map_encn_fix {
	background-position: bottom center !important;
}

.map_right {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 620px;
}

.map_right .item {
	display: flex;
	flex-direction: column;
	margin: 10px auto;
	cursor: pointer;
}

.map_right .item span {
	background: #34A070;
	text-align: center;
	width: 360px;
	height: 38px;
	font-family: 'gt_walsheim_bold';
	font-size: 22px;
	line-height: 38px;
	text-align: center;
	letter-spacing: 0.05em;
	font-feature-settings: 'kern' off;
	color: #fff;
	transition: all .2s cubic-bezier(0.4, 0, 1, 1);
}

.map_right .item p {
	background: #fff;
	width: 570px;
	padding: 10px;
	display: none;
	font-size: 16px;
	line-height: 20px;
	transition: all .2s cubic-bezier(0.4, 0, 1, 1);
}

.map_right .item p a {
	font-family: 'gt_walsheim_bold';
	font-size: 12px;
	text-transform: uppercase;
	color: #FF5423;
}

.map .wrap {
	display: flex;
	flex-direction: column;
}

.map_right .item.active {
	width: 570px;
}

.map_right .item.active span {
	width: 570px;
	text-align: left;
	background: #FF5423;
	padding-left: 10px;
}

.map_right .item.active p {
	display: block;
}

footer {
	background: #444;
	padding: 20px 0 80px 45px;
}

footer .wrap {
	display: flex;
}

footer .col_big {
	width: 440px;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
}

footer .col {
	width: 260px;
	padding-right: 40px;
	display: flex;
	flex-direction: column;
	padding-top: 5px;
}

footer .col_big img {
	width: 145px;
	margin-bottom: 20px;
}

footer .col_big a {
	width: 92px;
	height: 21px;
	font-family: 'gt_walsheim_bold';
	font-size: 11px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-feature-settings: 'kern' off;
	background: #FF5423;
	color: #fff;
	margin-top: 20px;
}

footer span {
	font-family: 'gt_walsheim_bold';
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
}

footer .col_big p {
	margin-top: 7px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #fff;
}

footer .col a {
	margin-top: 15px;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #fff;
}

.index_slider .text {
    display: flex;
    flex-direction: column;
    max-width: 1150px;
    bottom: 17%;
    position: absolute;
}

#burger {
	display: none;
}

.fullpage-img {
	width: 100%;
	height: calc(100vh - 70px);
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}

.article-wrap {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto 50px auto;
	display: flex;
	flex-direction: column;
}

.article-wrap a {
	color: #FF5423;
}
.article-wrap a:hover {
	text-decoration: underline;
}

.article-wrap h1 {
	width: 100%;
	max-width: 1050px;
	margin: 24px auto 16px auto;
	font-family: 'antipasto';
	font-size: 50px;
	line-height: 45px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #444;
}

.article-wrap .subtitle {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto 14px auto;
	text-align: left;
	font-family: 'gt_walsheim_bold';
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0.05em;
	color: #FF5423;
}

.article-wrap .first-p {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto 8px auto;
	text-align: left;
	font-family: 'gt_walsheim_medium';
	font-size: 20px;
	line-height: 25px;
	font-feature-settings: 'calt' off;
	color: #333;
}

.article-wrap p {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto 24px auto;
	text-align: left;
	font-size: 21px;
	line-height: 29px;
	font-feature-settings: 'calt' off;
	color: #333;
}

.article-wrap .title, .tour_text .title {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto 24px auto;
	text-align: left;
	font-family: 'gt_walsheim_bold';
	font-size: 24px;
	line-height: 50px;
	font-feature-settings: 'calt' off;
	color: #FF5423;
    margin-left: 50px;
}

.tour_text .title {
	display: block;
    color: #333;
    margin-bottom: 6px;
}

.readmore_title {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto 20px auto;
	text-align: left;
	font-family: 'antipasto';
	font-size: 30px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-feature-settings: 'kern' off;
	color: #444;
}

.route_order {
	background: #F0F0F0;
	padding: 16px;
}

.read_more_grid {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
}
@media(max-width:1150px){
	.read_more_grid{
		grid-template-columns: 1fr 1fr;
	}
}
@media(max-width:650px){
	.read_more_grid{
		grid-template-columns: 1fr;
	}
}

.read_more_grid .item {
	width: 364px;
	height: 320px;
	margin-bottom: 20px;
}

.read_more_grid .img {
	width: 100%;
	height: 232px;
	margin-bottom: 14px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}

.read_more_grid span {
	font-family: 'gt_walsheim_medium';
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-feature-settings: 'kern' off;
	color: #FF5423;
}

.read_more_grid p {
	font-size: 19px;
	line-height: 22px;
	color: #444;
}

.article-wrap .ya-share2 {
	width: 100%;
	max-width: 1050px;
	margin: 20px auto;
	text-align: left;
}

.ya-share2__badge {
	background: transparent !important;
	background: #444 !important;
	border-radius: 26px !important;
}

.ya-share2__container_size_m .ya-share2__icon {
    height: 26px !important;
    width: 26px !important;
}

.ya-share2__item:hover .ya-share2__badge {
	background: #ff5423 !important;
}

.ya-share2__item_service_vkontakte .ya-share2__icon {
	background: url('../img/vk2.svg') no-repeat center center !important;
	background-size: 14px !important;
}
.ya-share2__item_service_facebook .ya-share2__icon {
	background: url('../img/fb2.svg') no-repeat center center !important;
	background-size: 8px !important;
}
.ya-share2__item_service_odnoklassniki .ya-share2__icon {
	background: url('../img/ok2.svg') no-repeat center center !important;
	background-size: 10px !important;
}
.ya-share2__item_service_twitter .ya-share2__icon {
	background: url('../img/tw2.svg') no-repeat center center !important;
	background-size: 14px !important;
}
.ya-share2__item_service_viber .ya-share2__icon {
	background: url('../img/vb2.svg') no-repeat center center !important;
	background-size: 14px !important;
}
.ya-share2__item_service_whatsapp .ya-share2__icon {
	background: url('../img/wp2.svg') no-repeat center center !important;
	background-size: 14px !important;
}
.ya-share2__item_service_telegram .ya-share2__icon {
	background: url('../img/tg2.svg') no-repeat center center !important;
	background-size: 14px !important;
}

.breadcrumbs {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1150px;
	margin: 36px auto 0 auto;
}

.breadcrumbs span, .breadcrumbs a {
	font-size: 15px;
	text-transform: uppercase;
	color: #333;
}

.breadcrumbs .bold {
	font-family: 'gt_walsheim_medium';
	color: #999;
}

.breadcrumbs .arrows {
	font-family: 'antipasto';
	margin: 0 7px;
}

.article-wrap img {
	width: 100%;
}

.half_img {
	width: 100%;
	height: 75vh;
	min-height: 250px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}

.news_page {
	display: flex;
	flex-direction: column;
}

.news_page .news_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0;
}

.news_page .news_items a {
	width: 272px;
	margin-bottom: 20px;
}

.news_page, .news_page .news_items {
	width: 1150px;
}

.news_page .news_items a .img {
    width: 100%;
}

.news_page .news_items .big {
	width: 572px;
}

.news_page .news_items .big .img {
	height: 225px;
}

.tours_inside a {
    background: #F3F3F3;
}

.tours_inside a .name {
	font-size: 18px;
	line-height: 22px;
	color: #444;
}

.grid_2cols a .tour_name {
    font-size: 17px;
    line-height: 20px;
    color: #444;
    text-transform: uppercase;
    width: 568px;
}

@media (max-width: 760px) {
.grid_2cols a{
	width:100%;
}
.grid_2cols a .tour_name {
    width: 100%;
}
}

.grid_2cols a .cat {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.grid_2cols a .cat span {
	font-family: 'gt_walsheim_medium';
	font-size: 15px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-feature-settings: 'kern' off;
	color: #FF5423;
}

.grid_2cols a .cat .icon {
	width: 35px;
	height: 35px;
	border-radius: 35px;
	background: #FF5423;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}

.grid_2cols a .cat .icon img {
	width: 20px;
}

.half_img .wrap {
	max-width: 1050px;
	height: 75vh;
    min-height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
    padding-bottom: 70px;
}

.half_img span {
	font-family: 'antipasto';
	font-size: 80px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-feature-settings: 'kern' off;
	color: #fff;
	display: block;
}

.half_img p {
	font-size: 24px;
    line-height: 28px;
    color: #fff;
}

.info_wrap {
	padding-top: 40px;
}

.fake {
	background: transparent !important;
}

.recomend_grid .cat {
	display: flex;
}

.recomend_grid .cat .details {
	display: flex;
	flex-direction: column;
}

.recomend_grid .cat .icon {
    width: 33px;
    height: 33px;
    border-radius: 33px;
    background: #FF5423;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    flex: none;
}

.recomend_grid .cat .icon img {
    width: 20px;
}

.recomend_grid .item {
	height: 310px;
}

.recomend_grid .big {
	width: 758px;
	height: 600px;
	grid-row:1 /3 ;
	grid-column: 1 / 3;
}

.recomend_grid .big .img {
	width: 758px;
	height: 562px;
}
@media(max-width:650px){
	.recomend_grid .big {
	grid-row:1 /1 ;
	grid-column: 1 / 1;
}
}

.recomend_grid .double {
	display: flex;
	flex-direction: column;
}

.recomend_grid {
	padding-bottom: 40px;
}

.tours-page {
	display: flex;
	justify-content: space-between;
}

.tours-filters {
	display: flex;
	flex-direction: column;
	width: 280px;
	margin-bottom: 20px;
}

.tours-list {
	display: flex;
	flex-direction: column;
	width: 868px;
}

.tours-list a {
	display: flex;
	width: 868px;
	height: 268px;
	margin-bottom: 30px;
}

.tours-list a .img {
	width: 434px;
	height: 278px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}

.tours-list a .data {
	width: 434px;
	height: 278px;
	display: flex;
	flex-direction: column;
	background: #F3F3F3;
	padding: 22px 22px 10px 22px;
}

.tours-list .name {
	height: 80px;
	overflow: hidden;
	font-family: 'gt_walsheim_bold';
	font-size: 20px;
	line-height: 20px;
	font-feature-settings: 'calt' off;
	color: #333;
	margin-bottom: 10px;
}

.tours-list .desc {
	font-family: 'gt_walsheim_medium';
	font-style: italic;
	font-size: 15px;
	color: #333;
	margin-bottom: 10px;
}

.tours-list .days, .tours-list .price, .tours-list .date{
	font-family: 'gt_walsheim_medium';
	font-size: 19px;
	color: #333;
	margin-top: 10px;
	padding-left: 20px;
}

.tours-list .days {
	background: url(../img/days_orange.svg) no-repeat left center;
}

.tours-list .price {
	background: url(../img/price_orange.svg) no-repeat left center;
}
.tours-list .date {
	background: url(../img/calendar-icon-orange.svg) no-repeat left center;
}

.search {
	background: #F3F3F3;
	width: 260px;
	height: 77px;
	padding: 17px 12px;
	margin-bottom: 30px;
	position: relative;
}
.search_main {

	height: 23px;
	position: relative;
}

.search_icon_main {
	position: relative;
    z-index: 2;
    right: 33px;
    top: 2px;
    cursor: pointer;
}
.search-form {
	height: 23px;
}
.search_input {
	width: 190px;
	height: 23px;
	line-height: 42px;
	background: #fff;
	border: 1px solid #FF5423;
	border-radius: 11px;
	font-size: 18px;
	color: #333;
	padding: 0 10px;
}
.tours-filters input[type="submit"] {
	width: 126px;
	height: 34px;
	background: #FF5423;
	border-radius: 9px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	font-family: 'gt_walsheim_bold';
	font-size: 18px;
	border: 0;
	cursor: pointer;
}

.search_icon {
	position: absolute;
	z-index: 2;
	right: 20px;
    top: 28px;
	cursor: pointer;
}

.search input {
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: #fff;
	border: 1px solid #FF5423;
	border-radius: 11px;
	font-size: 18px;
	color: #333;
	padding: 0 10px;
}

.search ::-webkit-input-placeholder {
	font-size: 18px;
	color: rgba(68, 68, 68, 0.4);
}
.search ::-moz-placeholder {
	font-size: 18px;
	color: rgba(68, 68, 68, 0.4);
}
.search :-ms-input-placeholder {
	font-size: 18px;
	color: rgba(68, 68, 68, 0.4);
}

.filters {
	background: #F3F3F3;
	width: 260px;
	display: flex;
	flex-direction: column;
	padding: 10px;
}

.filters_list {
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
}

.filter_item {
	display: flex;
	justify-content: space-between;
    align-items: center;
	font-family: 'gt_walsheim_medium';
	font-size: 14px;
	color: #444;
	margin-bottom: 7px;
}

.filter_item .toggler {
	width: 29px;
	height: 17px;
	background: #fff;
	border-radius: 9px;
	flex: none;
	cursor: pointer;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.filter_item .toggler .pin {
	width: 13px;
	height: 13px;
	border-radius: 13px;
	background: #F0F0F0;
	margin-left: 2px;
	margin-top: 2px;
}

.filter_item .toggler.active {
	background: #FF5423;
}

.filter_item .toggler.active .pin {
	background: #fff;
}

.filter_item .toggler.active .pin {
	margin-left: 13px;
}

.filter_name {
	font-family: 'gt_walsheim_medium';
	font-size: 22px;
	letter-spacing: 0.05em;
	color: #444;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.tour-page {
	max-width: 1150px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
}

.tour_sidebar {
	background: #F3F3F3;
	width: 268px;
	border-left: 5px solid #ff5423;
	padding: 16px;
	display: flex;
	flex-direction: column;
    align-items: flex-start;
    align-self: flex-start;
    margin-top: 11px;
}

.filter_item span {
	font-size: 17px;
}

.tour_sidebar .icon_info {
	margin-bottom: 5px;
	width: 26px !important;
}

.article_special {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 24px auto;
}

.article_special .tour_sidebar {
	margin-right: 30px;
}

.article_special p {
	padding-top: 10px;
}

.tour_sidebar span {
	font-size: 14px;
	line-height: 18px;
	font-feature-settings: 'calt' off;
	color: #333;
}

.tour_owner {
	font-family: 'gt_walsheim_bold';
	margin-bottom: 20px;
}

.tour_details {
	width: 860px;
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.tour_details h1 {
	font-family: 'antipasto';
	font-size: 50px;
	line-height: 59px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-feature-settings: 'kern' off;
	color: #444;
    margin: 0 0 20px 0;
}

.routes-heading {
	font-family: 'antipasto';
	font-size: 50px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #444;
	font-feature-settings: 'kern' off;
	width: 100%;
	margin: 35px 0;
}

.tour_details .ya-share2 {
	margin-bottom: 14px;
}

.tag {
	background: #FF5423;
	border-radius: 9px;
	height: 26px;
	line-height: 26px;
	font-family: 'gt_walsheim_medium';
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.03em;
	font-feature-settings: 'kern' off;
	color: #fff;
	margin-bottom: 20px;
	padding: 0 14px;
}

.tour_details .img {
	width: 100%;
	margin-bottom: 20px;
}

.tour_text, .tour_text p {
	font-size: 19px;
	line-height: 24px;
	letter-spacing: 0.05em;
	font-feature-settings: 'calt' off;
	color: #333;
}

.tour_text b {
	font-family: 'gt_walsheim_medium';
}

.tour_text p {
	margin-bottom: 20px;
}

.tags {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.tags a {
	font-family: 'gt_walsheim_medium';
	font-size: 15px;
	letter-spacing: 0.03em;
	font-feature-settings: 'kern' off;
	color: #FF5423;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 15px;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	margin: 0 12px;
}

.tags a.active, .tags a:hover {
	background: #ff5423;
	border: 1px solid #ff5423;
	color: #fff;
}

.sidebar_icon {
	margin-top: 5px;
	padding-left: 20px;
}

.icon_address {
	font-family: 'gt_walsheim_bold';
	background: url('../img/address.svg') no-repeat top left;
}

.icon_phone {
	background: url('../img/phone.svg') no-repeat top left;
}

.icon_email {
	background: url('../img/email.svg') no-repeat top left;
}

.tour_props {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.tour_prop {
	font-size: 20px;
	color: #333;
	height: 47px;
	width: 33%;
	display: flex;
    align-items: flex-end;
}

.icon_ppl {
	padding-left: 90px;
	background: url('../img/ppl.svg') no-repeat top left;
	background-size: contain;
}

.icon_days {
    padding-left: 60px;
	background: url('../img/clock.svg') no-repeat top left;
	background-size: contain;
}

.icon_price {
	padding-left: 70px;
	background: url('../img/cart.svg') no-repeat top left;
	background-size: contain;
}

.tour_text a, .tour_sidebar a {
	color: #FF5423;
}
.tour_text a:hover, .tour_sidebar a:hover {
	text-decoration: underline;
}

.tour_sidebar b {
	font-family: 'gt_walsheim_bold';
}

.lead {
	font-family: 'gt_walsheim_medium';
	font-size: 20px;
	line-height: 25px;
	font-feature-settings: 'calt' off;
	color: #333;
	margin-bottom: 20px;
}

.route_props {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 25px;
}

.route_prop {
	font-family: 'gt_walsheim_medium';
	font-size: 15px;
	color: #333;
	height: 33px;
	display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.icon_ppl_black {
	padding-left: 60px;
	background: url('../img/ppl_black.svg') no-repeat top left;
	background-size: contain;
}

.icon_long {
	padding-left: 60px;
	background: url('../img/long.svg') no-repeat top left;
	background-size: contain;
}

.icon_clock_black {
	padding-left: 60px;
	background: url('../img/clock_black.svg') no-repeat top left;
	background-size: contain; 
}

.event_data {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.event_data .date {
	font-family: 'gt_walsheim_medium';
	font-size: 17px;
	color: #444;
	margin-right: 20px;
}

.event_data .city {
	font-size: 17px;
	color: #444;
	margin-left: 5px;
}

.grid_2cols .event_name {
	font-size: 19px;
	line-height: 22px;
	color: #444;
	margin-top: 10px;
	width: 568px;
}

@media (max-width: 760px) {
.grid_2cols .event_name {
    width: 100%;
}
}

.bigmap {
	width: 760px;
	height: 800px;
}

.bigmap_wrap {
	display: flex;
	justify-content: space-between;
}

.bigmap_list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 390px;
	position: relative;
}

.bigmap_list .item {
	width: 390px;
	height: 110px;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	cursor: pointer;
}

.inside_map_arrow {
	cursor: pointer;
	margin: 0 0 10px 77px;
}

.bigmap_list .item .img {
	width: 180px;
	height: 110px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	flex: none;
}

.bigmap_list .item span {
	font-family: 'gt_walsheim_medium';
	font-size: 18px;
	line-height: 18px;
	color: #444;
	margin-left: 12px;
}

.bigmap_list .item:hover {
	background: #ff5423;
}

.bigmap_list .item:hover span {
	color: #fff;
}

.article-wrap .blue {
	font-family: 'gt_walsheim_medium';
    color: #FF5423;
}

#showmore {
	font-family: 'gt_walsheim_medium';
    font-size: 15px;
    letter-spacing: 0.03em;
    font-feature-settings: 'kern' off;
    color: #FF5423;
    text-align: center;
    border: 1px solid #FF5423;
    border-radius: 15px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    width: 150px;
    margin: 0 auto;
}
#showmore:hover {
    background: #ff5423;
    color: #fff;
}

.hidden {
	display: none !important;
}

.white {
	background: #fff !important;
}

.map_arrow {
	cursor: pointer;
}

.bigmap_window {
	position: absolute;
	z-index: 10;
	width: 390px;
	height: 800px;
	background: #fff;
	display: flex;
	flex-direction: column;
}

.bigmap_window a {
	display: flex;
	flex-direction: column;
	color: #000;
}

.bigmap_window .img {
	width: 390px;
	height: 280px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	position: relative;
	margin-bottom: 20px;
}

.bigmap_window .img img {
	position: absolute;
	top: 14px;
	right: 14px;
	cursor: pointer;
}

.bigmap_window .name {
	font-family: 'antipasto';
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-feature-settings: 'kern' off;
	margin-bottom: 20px;
	padding: 0 20px;
}

.bigmap_window .subtitle {
	font-family: 'gt_walsheim_medium';
	font-size: 15px;
	line-height: 18px;
	color: #444;
	margin-bottom: 20px;
	padding: 0 20px;
}

.bigmap_window p {
	font-size: 14px;
	line-height: 16px;
	color: #444;
	margin-bottom: 36px;
	padding: 0 20px;
}

.bigmap_window .a {
	font-family: 'gt_walsheim_medium';
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-feature-settings: 'kern' off;
	color: #ff5423;
	padding: 0 20px;
}

.ring-wrap {
    left: 250px;
    top: 283px;
    position: relative;
    z-index: 2;
    width: 54px;
    height: 54px;
    border-radius: 54px;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.ring {
    position: absolute;
    opacity: 0;
    z-index: 2;
    animation-iteration-count: infinite !important;
}

.ring1 {
	width: 26px;
    height: 26px;
    top: 14px;
    left: 14px;
    border-radius: 26px;
    border: 4px solid #FF5423;
    animation: ring1 1s ease-in-out;
}

.ring2 {
	width: 42px;
    height: 42px;
    top: 6px;
    left: 6px;
    border-radius: 42px;
    border: 2px solid #FF5423;
    animation: ring2 1s ease-in-out;
}

.ring3 {
	width: 54px;
    height: 54px;
    top: 0px;
    left: 0px;
    border-radius: 54px;
    border: 1px solid #FF5423;
    animation: ring3 1s ease-in-out;
}

.mapmore {
	font-family: 'gt_walsheim_medium';
    font-size: 15px;
    letter-spacing: 0.03em;
    font-feature-settings: 'kern' off;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 15px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    width: 150px;
    margin: 0 auto;
    bottom: -50px;
    left: 235px;
}
.mapmore:hover {
	background: #fff;
	color: #23533E;
}

@keyframes ring1 {
	0% {
		opacity: 0;
	}
	18% {
		opacity: 1;
	}
	95% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes ring2 {
	0% {
		opacity: 0;
	}
	32% {
		opacity: 1;
	}
	95% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes ring3 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	95% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.calendar {
	width: 300px;
}

.calendar .monthes-title {
	font-family: 'gt_walsheim_medium';
	font-size: 24px;
	align-items: center;
	letter-spacing: 0.05em;
	color: #444;
	display: block;
	width: 300px;
	text-align: center;
}

.calendar-monthes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    width: 300px;
    margin: 10px auto 0 auto;
}

.calendar-monthes a {
	font-family: 'gt_walsheim_medium';
	font-size: 14px;
	font-feature-settings: 'kern' off;
	color: #FF5423;
	border: 1px solid rgba(51, 51, 51, 0.4);
	border-radius: 9px;
	padding: 3px 16px;
	width: 30%;
    display: block;
    margin: 0 0 12px 7px;
}
.calendar-monthes .active, .calendar-monthes a:hover {
	background: #FF5423;
	color: #fff;
}

.all_events {
	font-family: 'gt_walsheim_medium';
	font-size: 14px;
	font-feature-settings: 'kern' off;
	color: #FF5423;
	border: 1px solid rgba(51, 51, 51, 0.4);
	border-radius: 9px;
	padding: 3px 16px;
	width: 150px !important;
    display: block !important;
    text-align: center;
    margin: 10px auto;
}
.all_events:hover {
	background: #FF5423;
	color: #fff;
}

.flatpickr-calendar.inline, .flatpickr-rContainer, .flatpickr-days, .dayContainer {
    width: 300px !important;
}

.dayContainer {
	min-width: auto !important;
}

.flatpickr-day.today {
    border-color: #FF5423 !important;
}

.flatpickr-day.selected, .flatpickr-day.today:hover, .flatpickr-day.today:focus {
	background: #FF5423 !important;
	border-color: #FF5423 !important;
}

.flatpickr-calendar {
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.first_one, .first_one .img {
	width: 800px !important;
}

.news_banner {
	padding: 0 !important;
}

.index_banner {
	display: block;
	margin: 40px auto 0 auto;
}

.index_banner img {
	display: block;
	margin: 0 auto;
	width: 100%;
    max-width: 1100px;
}

@media only screen and (max-width:1180px){
	.news_items {
		width: 860px;
	}
}

@media only screen and (max-width:960px){
	.news_items {
		width: 640px;
	}
}

@media only screen and (max-width:768px){
	header .menu {
		display: none;
	}

	header .wrap {
    	padding: 0 20px;
	}
	.index_slider .glide__slides {
	    height: 320px;
	}

	.index_slider .text {
    	width: 100%;
    	max-width: 75vw;
	}

	.index_slider .glide__slide {
		padding: 0 0 50px 50px;
	}

	.index_slider .glide__slide span {
	    font-size: 32px;
	    line-height: 36px;
	    margin-bottom: 10px;
	}

	.index_slider .glide__slide p {
    	font-size: 16px;
    	line-height: 18px;
	}

	.news_items {
    	width: 280px;
	}

	.news_items a .img {
		margin: 0 auto 10px auto;
	}

	.news_items .glide__arrow--right {
	    right: -2.5em;
	}

	.news_items .glide__arrow--left {
    	left: -2.5em;
	}

	.tours_grid {
    	flex-direction: column;
    	align-items: center;
    	padding: 0 20px;
	}

	.grid_2cols {
    	padding: 0 20px;
	}

	.grid_2cols a {
    	width: 100%;
	}

	.grid_2cols a .img {
    	width: 100%;
    	height: 200px;
	}

	.events_grid {
    	flex-direction: column;
    	align-items: center;
	}

	.events_grid a {
    	margin-bottom: 25px;
	}

	h2 {
    	font-size: 36px;
    	margin: 15px 0;
	}
	
	.map_box {
    	flex-direction: column;
	}

	/*.map_left {
    	width: 100%;
    	height: 400px;
	}*/

	.mapmore {
		bottom: -25px;
	    left: calc(50vw + 40px);
	    transform: scale(1.5);
	}

	.map_right {
		width: 100%;
		margin-top: -160px;
	}

	.map_right .item.active {
    	width: 90vw;
	}

	.map_right .item.active span {
    	width: 100%;
	}

	.map_right .item p {
    	width: 100%;
	}

	footer {
    	padding: 20px;
	}

	footer .wrap {
    	flex-direction: column;
	}

	footer .col_big, footer .col {
    	width: 100%;
    	padding-right: 0;
	}

	footer .col {
    	padding-top: 20px;
	}

	#burger {
		display: block;
		width: 24px;
		height: 24px;
		background: url('../img/burger.svg') no-repeat center center;
		background-size: contain;
	}

	.menu.active {
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-end;
		position: fixed;
		left: 0;
		top: 70px;
		width: 100%;
		height: calc(100vh - 70px);
		background: linear-gradient(90deg, #EB5D35 0%, #E57F50 100%);
	}

	header nav {
	    width: 100%;
	    flex-direction: column;
	    align-items: flex-end;
	    padding-right: 20px;
	}

	header nav a {
    	font-size: 18px;
    	margin-bottom: 10px;
	}

	header .socials {
		width: 200px;
    	margin: 20px 20px 0 0;
    	flex-wrap: wrap;
	}

	.fullpage-img {
    	height: 320px;
    }

    .breadcrumbs {
    	display: none;
    }

    .article-wrap {
    	padding: 0 20px;
    	margin: 0 auto 20px auto;
	}

	.article-wrap h1 {
	    font-size: 24px;
	    line-height: 28px;
	}

	.readmore_title {
    	padding-left: 20px;
	}

	.read_more_grid {
    	padding: 0 20px;
	}

	.read_more_grid .item {
    	width: 100%;
    	height: auto;
	}

	.read_more_grid .img {
    	width: 100%;
    	height: 200px;
	}

	.news_page, .news_page .news_items {
    	width: 100%;
	}

	.news_page .news_items {
    	padding: 0 20px;
	}

	.news_page .news_items a, .news_page .news_items a .img {
    	width: 100% !important;
	}

	h3 {
    	text-align: center;
	}

	.tours_grid a, .tours_grid a .img {
		width: 100%;
	}

	.half_img span {
    	font-family: 'antipasto';
    	padding-left: 20px;
    	font-size: 32px;
    	padding-left: 0;
	}

	.half_img p {
    	font-size: 18px;
	    line-height: 20px;
	}

	.half_img {
		height: 320px;
	}

	.half_img .wrap {
    	padding: 0 20px 20px 20px;
    	height: 320px;
	}

	.recomend_grid .big .img {
	    width: 100%;
	    height: 200px;
	}

	.recomend_grid .double {
	    width: 100%;
	}

	.tour-page {
    	flex-direction: column-reverse;
	    padding: 0 20px;
	}

	.tour_details {
    	width: 100%;
	}

	.tour_details h1 {
    	font-size: 32px;
    	line-height: 36px;
	}

	.tour_props {
    	flex-direction: column;
    	margin-bottom: 0;
	}

	.tour_prop {
    	width: 100%;
    	margin-bottom: 20px;
	}

	.tour_sidebar {
	    margin-top: 20px;
    	width: 100%;
	}

	.glide__arrow--left {
    	left: 0.5em;
	}

	.glide__arrow--right {
	    right: 0.5em;
	}

	.news_page .news_items .big .img {
		height: 196px;
	}

	.tours-page {
		flex-direction: column-reverse;
	}

	.tours-list a {
    	flex-direction: column;
    	width: 100%;
    	height: auto;
	}

	.tours-list a .img {
    	width: 100%;
    	height: 220px;
	}

	.tours-list a .data {
	    width: 100%;
	    height: auto;
	    padding: 10px;
	}

	.tours-list {
    	width: 100%;
    	padding: 0 20px;
	}

	.tours-list .name {
	    height: auto;
	    font-size: 24px;
	    line-height: 30px;
	    margin-bottom: 10px;
	}

	.tours-list .desc {
	    font-size: 14px;
	    margin-bottom: 0;
	}

	.tours-list .days, .tours-list .price {
    	font-size: 14px;
	}

	.tours-filters {
	    width: 100%;
	    padding: 0 20px;
	}

	.search {
    	width: 100%;
    	margin-bottom: 20px;
    }
.search_main {
	height: 46px;
}
.search_icon_main {
    right: -74px;
    top: -20px;
}
    .filters {
    	width: 100%;
	}

	.tags {
    	flex-wrap: wrap;
   	    margin-bottom: 15px;
	}

	.tags a {
		margin: 0 5px 10px 5px;
		font-size: 13px;
		padding: 0px 7px;
	}

	.index_slider .glide__arrow img {
		width: 10px;
	}

	.bigmap_wrap {
    	flex-direction: column-reverse;
    }

    .bigmap {
	    width: 100%;
	    height: 240px;
	    margin-bottom: 20px;
	}

	.bigmap_list {
	    width: 100%;
	    padding: 0 20px;
	}

	.bigmap_list .item {
    	width: 100%;
	}

	.bigmap_list .item .img {
    	flex: none;
	}

	/*.map_left {
		background: url('../img/map.png') no-repeat center center;
		background-size: contain;
		position: relative;
	}

	.map_left a {
		display: none;
	}*/

	.map_left {
		height: 475px;
    	transform: scale(0.6);
    	transform-origin: left top;
	}

	.map_right {
		padding-top: 10px;
	}

	.bigmap_window {
    	width: calc(100% - 40px);
	}

	.bigmap_window .img {
	    width: 100%;
	    height: 220px;
	}

	.bigmap_window .name, .bigmap_window .subtitle, .bigmap_window p, .bigmap_window .a {
		padding: 0;
	}

	.map_left {
		margin-top: 0;
	}

	/*.ring-wrap {
		display: none;
	}*/

	.map {
	    height: auto;
	}

	.tours_grid a .name {
	    height: auto;
	    overflow: visible;
	}

	.first_one, .first_one .img {
		width: 100% !important;
	}

	.calendar, .calendar .monthes-title, .calendar-monthes {
    	width: 100%;
	}

	.calendar-monthes a {
		width: auto !important;
		padding: 3px 10px;
	}

	.flatpickr-calendar.inline {
		margin: 0 auto 40px auto;
	}

	.article_special {
    	flex-direction: column-reverse;
	}

	.langs {
	    justify-content: flex-end;
	    width: 100%;
	    margin: 20px 0 0 0;
	}

	.map_encn_fix {
		background-position: center center !important;
	}
	.description_section {
		padding: 0 20px;
	}

}

.partners .wrap, .video-block .wrap {
	display: block;
}

.partners_slider, .video_slider {
	width: 1086px; 
	margin: 0 auto 45px auto;
}

.partners .glide__slides, .video-block .glide__slides {
	align-items: center;
}

.partners_slide, .video_slide {
	text-align: center;
}

.partners .glide__arrow--left, .video-block .glide__arrow--left {
	left: -3em;
}

.partners .glide__arrow--right, .video-block .glide__arrow--right {
	right: -3em;
}

@media (max-width:1180px){
	.partners_slider, .video_slider {
		width: 860px;
	}
}

@media (max-width:960px){
	.partners_slider, .video_slider {
		width: 640px;
	}
}

@media (max-width:768px){
	.partners_slider, .video_slider {
    	width: 280px;
	}

	.partners .glide__arrow--left, .video-block .glide__arrow--left {
		left: -2.5em;
	}

	.partners .glide__arrow--right, .video-block .glide__arrow--right {
		right: -2.5em;
	}
}

.useful__card {
  position: relative;
  
  display: inline-block;

  font-size: 0;
  line-height: 0;
}

.useful__overlay { 
  position: absolute;
  top: 0;
  left: 0;
  
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  
  width: 100%;
  height: 100%;
  padding: 20px;
  
  z-index: 1;

  background-color: rgba(19, 18, 16, 0.48);

  transition: all .4s;
}

.useful__link {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.useful__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.useful__card:hover .useful__overlay {
  padding-bottom: 57%;
  
  background-color: rgba(183, 138, 2, 0.68);
  
  transition: all .4s;
}

.useful__title {
   display: none;
}

.useful__card:hover .useful__title {
  display: block;
}


.useful__download {
  min-width: 100px;
  margin-top: 20px;
  padding: 10px 20px;
  
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  
  background-color: #ff5423;
  border-radius: 5px;
  
  z-index: 2;
}

@media (max-width:375px) {
	header .logo {
		width: 200px;
	}
}

.agencies-list {
    display: flex;
    flex-wrap: wrap;
}

.agency {
    margin-right: 50px;
    width: 500px;
    margin-bottom: 50px;
}

.agency:nth-child(2n) {
    margin-right: 0;
}

img.agency__logo {
    width: 150px;
    height: auto;
}

h3.agency__name {
    text-align: left;
}

.survey-modal {
    max-width: 300px;
	margin-left: 0;
    padding: 50px;
    position: fixed;
	top: 70%;
	left: 0;
	text-align: center;
	background-color: rgb(255, 84, 35);
	transition: all 2s ease-out;
}

.survey-modal--hidden {
	margin-left: -500px;
	transition: all 2s ease-out;
}

.survey-modal__link {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.survey-modal__close {
    height: 25px;
    width: 25px;
    border: none;
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: transparent;
	font-size: 0;
	cursor: pointer;
}

.survey-modal__close::before, .survey-modal__close::after {
    position: absolute;
    content: ' ';
    height: 25px;
    width: 3px;
    background-color: #fff;
    top: 0;
}

.survey-modal__close::before {
    transform: rotate(45deg);
}

.survey-modal__close::after {
    transform: rotate(-45deg);
}

ul {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto 24px auto;
    text-align: left;
    font-size: 21px;
    line-height: 29px;
    font-feature-settings: 'calt' off;
    color: #333;
}

.glav {
    margin: .67em 0;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s cubic-bezier(0.4, 0, 1, 1);
    color: white;
    font-family: 'antipasto';
    font-size: 50px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-feature-settings: 'kern' off;
}
.grid_video{
		display:grid;
		grid-template-columns:1fr 1fr;
		grid-gap:45px;
	}
		.grid-wrapper-video{
		max-width:1160px;
		width:100%;
		margin:0 auto;
		margin-bottom:50px;
	}
	.grid-item{
		width:100%;
		position:relative;
	}
	.grid-item a {
		display: inline-block;
	}
	.grid-item a .video-text{
	font-family: 'antipasto';
    font-size: 53px;
    font-weight: bold;
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    text-shadow: 0px 0px 15px rgb(0 0 0);
	z-index:1;
	}
	.grid-item a img{width: 100%;
    height: 100%;
	object-fit: cover;}
.grid-item a:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: transparent;
    display: block;
    height: 100%;
    width: 100%;
	z-index: 1;
}
.grid-item a:hover:before{
background-color:#EB5D35;
opacity:0.5;
}
@media(max-width:1000px){
.grid-item a .video-text{
		font-size:32px}
}@media(max-width:650px){
.grid_video{
		grid-template-columns:1fr;}
.grid-wrapper-video{
		width:90%}
}
.gallery-grid{
display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    width: 100%;
    height: 100%;
    max-width: 1150px;
    margin: 30px auto;
    grid-gap: 20px;
}
.gallery-item{
	width:100%;
	position:relative;
}
.gallery-item a img {
	object-fit:cover;
	width:100%;
	height:100%;
}
.gallery-item:first-child{
	grid-column: 1 /3;
	grid-row:1 / 3;
}
.photo-count{
	position: absolute;
    font-size: 50px;
    color: white;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0 ,0, 0.6);
    pointer-events: none;
}
.video-js .vjs-control-bar{
	display:none!important;}
.video-js .vjs-big-play-button{
font-size: 5em!important;
    line-height: 3em!important;
    height: 3em!important;
    width: 3em!important;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border-width: 0.06666em!important;
	border-style:solid!important;
	border-color:rgba(255,255,255,0.7)!important;
    background-color: #2B333F;
    background-color: transparent;
    border-radius: 50%!important;
	transition: all 0.4s;}
	.vjs-big-play-button .vjs-icon-placeholder:before{
	color: rgba(255,255,255,0.7);}
.slide-video .text span{
font-family: 'antipasto';
    font-size: 100px;
    line-height: 104px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 1px 3px rgb(0 0 0 / 90%);
}
.slide-video .text p{
font-size: 24px;
    line-height: 28px;
    color: #fff;
    text-shadow: 0px 1px 3px rgb(0 0 0 / 90%);
}

.top-button {
	position: fixed;
	bottom: 20%;
    right: 5%;
    z-index: 2;

	width: 80px;
    height: 80px;
    padding: 0;

    border: none;
    border-radius: 50%;

    background-color: #FF5423;
    background-image: url(https://visitamur.ru/local/templates/v2/img/up.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px 35px;

    font-size: 0;
    line-height: 0;
    color: #fff;
    
    cursor: pointer;
    transition: .5s opacity;
 }

 .top-button__hidden {
 	opacity: 0;
 	transition: .5s opacity;
 }
.description_section {
	padding-bottom: 40px;
	width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}
.tours-list .btn_block {
	margin: 15px 0 15px 0;
}
.btn_link_out {
	color: #ca1f2f;
	font-family: 'opensansextrabold';
	border: 1px solid #ca1f2f;
	border-radius: 6px;
	padding: 7px 7px 7px 42px;
    background-color: #fff;
	cursor: pointer;
}
.btn_link_out::before {
	content: "";
	position: absolute;
	background: url(/local/templates/v2/img/logo_btn_out.png) no-repeat;
	width: 30px;
    height: 30px;
	margin-left: -38px;
    margin-top: -4px;
}
.tour_prop .btn_link_out::before {
	margin-top: -2px;
}
 @media (max-width: 1024px) {
 	.top-button {
 		width: 55px;
    	height: 55px;
    	background-size: 30px 30px;
    	bottom: 10%;
 	}
 }
 @media(max-width:768px){
	.slide-video .text span{
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 10px;
		}
		.slide-video .text p{
			font-size: 16px;
    line-height: 18px;
		}
		.vjs-big-play-centered .vjs-big-play-button{
			display:block!important;
			line-height: 1.5em!important;
			height: 1.5em!important;
			width: 1.5em!important;
		}
 }