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: 'TT Chocolates';
	src: url('../font/TTCHOCOLATESREGULAR.woff2') format('woff2'),
		 url('../font/TTCHOCOLATESREGULAR.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

* {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

body {
	width: 100%;
	background: #fff;
	font-family: 'TT Chocolates', 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;
}

.glide__arrow {
	border-radius: 32px;
	background: #FFF;
	padding: 14px;
	border: none;
}

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

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

.glide__bullets {
	bottom: -2em;
}

.glide__bullet {
	background: rgba(0, 0, 0, 0.20);
}

.glide__bullet--active {
	background: #163A48;
}

.wrap {
	max-width: 1800px;
	width: 100%;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin: 0 auto;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}

.header__container {
	min-height: 116px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 18px 20px;
}

.header__menu {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: calc(50% - 86px);
}

.header__menu-item {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #fff;
	margin-right: 32px;
}

.header__menu-item:last-child {
	margin-right: 0;
}

.header__menu-item:hover {
	opacity: 0.64;
}


.header__logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: calc(50% - 86px);
}

.header__right-licenses {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #fff;
	margin-right: 24px;
}

.header__right-licenses:hover {
	opacity: 0.64;
}

.header__right-trip {
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 16px 20px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	border-radius: 2px;
	color: #fff;
	margin-right: 24px;
}

.header__right-trip:hover {
	background: #fff;
	border-color: #fff;
	color:  #163A48;
}

.header__right-tel {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #FFF;
	margin-right: 24px;
}

.header__right-tel:hover {
	opacity: 0.64;
}

.header__right-media {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}

.header__right-media:last-child {
	margin-right: 0;
}

.header__right-media:hover {
	opacity: 0.64;
}

.header-mob {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100vh;
}

.header.active .header-mob {
	display: flex;
	
}

.header-mob__filter {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.64);
	backdrop-filter: blur(4px);
	width: 100%;
	height: 100%;
}

.header-mob__left {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	background: #fff;
	padding: 16px 16px 64px;
	height: 100%;
	width: 100%;
	max-width: 316px;
	overflow-y: scroll;
}

.header-mob__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 48px;
}

.header-mob__cross {
	margin-top: -8px;
	margin-right: -8px;
}

.header-mob__menu {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}

.header-mob__item {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.90);
	margin-bottom: 20px;
}

.header-mob__item:last-child {
	margin-bottom: 0;
}

.header-mob__trip {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 16px 32px;
	border: 1px solid rgba(0, 0, 0, 0.20);
	border-radius: 2px;
	color: rgba(0, 0, 0, 0.90);
	margin-bottom: 24px;
}

.header-mob__licenses {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: rgba(0, 0, 0, 0.90);
	margin-bottom: 24px;
}

.header-mob__bottom {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: auto 0 0;
}

.header-mob__link {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.90);
	margin-bottom: 16px;
}

.header-mob__link img  {
	margin-right: 12px;
	margin-top: 2px;
}

.header-mob__media {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 12px;
}

.header-mob__media-item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}

.header-mob__media-item:last-child {
	margin-right: 0;
}

.main {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	height: 80vh;
	min-height: 732px;
	padding: 96px 0 148px 0;
	display: flex;
	flex-direction: column;
	color: #fff;
}

.main__container {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 526px;
}

.main__title {
	font-size: 72px;
	font-weight: 700;
	line-height: 68px;
	letter-spacing: 2.16px;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.main__subtitle {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
	margin-bottom: 12px;
}

.main__text {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	margin-bottom: 48px;
}

.main__link {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #163A48;
	padding: 16px 32px;
	border-radius: 2px;
	background: #fff;
	width: fit-content;
}

.main__link:hover {
	background: #163A48;
	color: #fff;
}

.footer {
	background: #151515;
	padding: 100px 0 124px;
}

.footer__container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.footer__logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer__menu, .footer__contacts {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.footer__menu-item {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 16px;
}

.footer__menu-item:hover {
	opacity: 0.64;
}

.footer__right-licenses {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #fff;
	margin-top: 16px;
}

.footer__right-licenses:hover {
	opacity: 0.64;
}

.footer__contacts {
	max-width: 247px;
}

.footer__contacts-title {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 28px;
}

.footer__contacts-link {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	margin-bottom: 16px;
}

.footer__contacts-link:hover {
	opacity: 0.64;
}

.footer__contacts-link img {
	margin-right: 12px;
	margin-top: 2.6px;
}

.footer__contacts-link_tel {
	font-weight: 700;
	letter-spacing: 0.5px;
}

.footer__media {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 32px;
}

.footer__media-item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}

.footer__media-item:hover {
	opacity: 0.64;
}

.footer__rights {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: rgba(255, 255, 255, 0.60);
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.footer__rights a {
	color: rgba(255, 255, 255, 0.60);
	text-decoration: underline;
}

.footer__rights a:hover {
	text-decoration: none;
}

.blue-background {
	background: #163A48;
}

.blue-background_salmonica {
	padding: 128px 0 0;
	/* position: relative;
	z-index: 2; */
}

.blue-background_salmonica .wrap {
	margin-bottom: -408px;
}

.salmonica-title {
	display: block;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin: 0 auto 20px;
}

.salmonica-text {
	display: block;
	margin: 0 auto 80px;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
	text-align: center;
	max-width: 918px;
}

.salmonica-directions__title {
	display: block;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin: 0 auto 32px;
}

.salmonica-directions__container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 0px;
	
}

.salmonica-directions__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	overflow: hidden;
}

.salmonica-directions__item-img {
	width: 100%;
	height: auto;
}

.salmonica-directions__item-title {
	position: absolute;
	width: 100%;
	height: 100%;
	top: auto;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 40px;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #fff;
}

.salmonica-directions__item-filter {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.salmonica-directions__item-filter_hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	transition: .2s ease-in-out;
}

.salmonica-directions__item:hover .salmonica-directions__item-filter_hover {
	background: rgba(255, 255, 255, 0.08);
}

.background-main_special {
	padding-top: 572px;
	padding-bottom: 164px;
	/* position: relative;
	z-index: 1; */
	background: #fff;
	overflow: hidden;
	width: 100%;
}

.unique-offers__title {
	display: block;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-align: center;
	color: rgba(0, 0, 0, 0.90);
	margin-bottom: 16px;
}

.unique-offers__subtitle {
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-align: center;
	color: rgba(0, 0, 0, 0.90);
	margin-bottom: 80px;
}

.unique-offers__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 80px;
	grid-row-gap: 100px;
}

.unique-offers__item {
	display: flex;
	flex-direction: column;
}

.unique-offers__item-photo {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 40px;
}

.unique-offers__item-photo-img {
	width: 100%;
	height: auto;
}

.unique-offers__item-photo-filter {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	transition: .2s ease-in-out;
}

.unique-offers__item-photo-tag {
	position: absolute;
	width: 100%;
	height: 100%;
	top: auto;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 24px;
}

.unique-offers__item-photo-season {
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #FFF;
	padding: 8px 12px;
	background: rgba(0, 0, 0, 0.40);
	border-radius: 4px;
}

.unique-offers__item-title {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.90);
	margin-bottom: 20px;
}

.unique-offers__item-tags {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.unique-offers__item-tag {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 8px 12px;
	color: rgba(0, 0, 0, 0.90);
	border: 1px solid rgba(0, 0, 0, 0.20);
	margin-right: 8px;
	margin-bottom: 8px;
}

.unique-offers__item-tag:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.unique-offers__item:hover .unique-offers__item-photo-filter {
	background: rgba(255, 255, 255, 0.08);
}

.unique-offers__container .unique-offers__item:first-child {
	grid-area: 1 / 1 / 3 / 2;
}

.background-gray {
	background: #F2F3F3;
}

.background-gray_main {
	padding: 164px 0;
}

.vip-travel__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 80px;
	grid-row-gap: 80px;
}

.vip-travel__container .unique-offers__item:last-child {
	grid-area: 1 / 2 / 3 / 3;
}

.exclusive-expeditions__title {
	margin-top: 164px;
}

.exclusive-expeditions__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(5, 1fr);
	grid-column-gap: 80px;
	grid-row-gap: 100px;
	margin-bottom: 164px;
}

.exclusive-expeditions__container .unique-offers__item:nth-child(4n + 1) {
	grid-area: 1 / 1 / 4 / 2;
}

.exclusive-expeditions__container .unique-offers__item:nth-child(4n + 2) {
	grid-area: 4 / 1 / 6 / 2;
}

.exclusive-expeditions__container .unique-offers__item:nth-child(4n + 3) {
	grid-area: 1 / 2 / 3 / 3;
}

.exclusive-expeditions__container .unique-offers__item:nth-child(4n + 4) {
	grid-area: 3 / 2 / 6 / 3;
}

/* .exclusive-expeditions__container2 {
	grid-template-rows: repeat(3, 1fr);
}

.exclusive-expeditions__container2 .unique-offers__item:nth-child(4n + 2) {
	grid-area: 1 / 2 / 3 / 3;
}

.exclusive-expeditions__container2 .unique-offers__item:nth-child(4n + 3), .exclusive-expeditions__container2 .unique-offers__item:nth-child(4n + 4) {
	grid-area: auto;
} */

.caring-nature__background {
	position: relative;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	padding: 300px 0;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 164px;
	overflow: hidden;
}

.caring-nature__filter {
	background: rgba(0, 0, 0, 0.40);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.caring-nature__title {
	position: relative;
	z-index: 2;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin-bottom: 16px;
}

.caring-nature__subtitle {
	position: relative;
	z-index: 2;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	color: #fff;
	margin-bottom: 48px;
}

.caring-nature__link {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #163A48;
	padding: 16px 32px;
	border-radius: 2px;
	background: #fff;
	width: 100%;
	max-width: 280px;
}

.caring-nature__link:hover {
	color: #fff;
	background: #163A48;
}

.faq__title {
	display: block;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-align: center;
	color: rgba(0, 0, 0, 0.90);
	margin: 0 auto 48px;
}

.faq {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 872px;
	margin: 0 auto 164px;
}

.faq-block {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.faq-block__question {
	width: 100%;
	padding: 20px 0;
	cursor: pointer;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.5px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.90);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.faq-block__question-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
	border-radius: 32px;
	border: 1px solid rgba(0, 0, 0, 0.20);
	transition: .3s ease-in-out;
}

.faq-block__question:hover .faq-block__question-arrow {
	border-color: #163A48;
	background: #163A48;
}

.faq-block__question:hover .faq-block__question-arrow path {
	stroke: #fff;
	stroke-opacity: 1;
}

.faq-block__answer {
	display: none;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: rgba(0, 0, 0, 0.90);
}

.faq-block.active .faq-block__answer {
	display: block;
	margin-bottom: 32px;
}

.faq-block.active .faq-block__question-arrow svg {
	transform: rotate(180deg);
}

.purchase-licenses__title {
	display: block;
	padding-top: 148px;
	margin: 0 auto 48px;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-align: center;
	color: rgba(0, 0, 0, 0.90);
}

.purchase-licenses {
	width: 100%;
	max-width: 1219px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 auto;
	padding-bottom: 164px;
}

.purchase-licenses__text {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: rgba(0, 0, 0, 0.90);
}

.purchase-licenses__link {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #163A48;
	padding: 16px 32px;
	border-radius: 2px;
	background: #FFF;
	width: 100%;
	max-width: 280px;
	margin-left: 67px;
}

.purchase-licenses__link:hover {
	color: #fff;
	background: #163A48;
}

.header__menu-burger {
	display: none;
}

.salmonica-directions__item-img_mob {
	display: none;
}

.blue-background_form {
	padding: 148px 0 164px;
}

.main-form__title {
	display: block;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin: 0 auto 8px;
}

.main-form__subtitle {
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	color: #fff;
	margin: 0 auto 48px;
}

.main-form__form {
	margin: 0 auto;
	width: 100%;
	max-width: 872px;
}

.main-form__form input[type="text"], .main-form__form input[type="tel"], .main-form__form input[type="mail"] {
	outline: none;
	height: 52px;
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #FFF;
	background: transparent;
	width: 100%;
	padding: 16px 0 12px 0;
	border: none;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.32);	
}

.main-form__form input[type=radio] {
	display: none;
}

.main-form__form input[type="text"]:hover, .main-form__form input[type="tel"]:hover, .main-form__form input[type="mail"]:hover {
	border-color: #FFF;
}

.main-form__textarea {
	margin: 64px auto;
	display: block;
	resize: none;
	height: 168px;
	border: none;
	padding: 12px 20px;
	outline: none;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	align-items: center;
	color: rgba(0, 0, 0, 0.90);
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 0;
}

.main-form__textarea::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.40);
}

.main-form__form input[type="text"]::-webkit-input-placeholder, .main-form__form input[type="tel"]::-webkit-input-placeholder, .main-form__form input[type="mail"]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.60);
}

.main-form__button-block {
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 64px auto 32px;
}

.main-form__button-block button {
	display: block;
	background: transparent;
	border-radius: 2px;
	padding: 16px 32px;
	border: none;
	width: fit-content;
	margin: 0 auto;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.20);
	width: 100%;
	max-width: 280px;
}

.main-form__button-block button:hover {
	background: #FFF;
	color: #163A48;
}

.main-form__container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;	
	margin-bottom: 24px;
}

.main-form__label {
	display: block;
}

.main-form__container .main-form__label {
	width: calc(33% - 26px);
}

.main-form__label_tel {
	margin-bottom: 12px;
}

.text-error {
	display: none;
	color: red;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin-top: 4px;
}

.error .text-error {
	display: block;
}

.main-form__radio-block {
	display: block;
	margin-bottom: 24px;
}

.main-form__radio {
	display: flex;
	align-items: center;
	user-select: none;
	cursor: pointer;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: rgba(255, 255, 255, 0.80);
	position: relative;
}

.main-form__radio:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 3px;
	margin-right: 16px;
	cursor: pointer;
	flex-shrink: 0;
	margin-top: 2px;
	transition: border-color .2s cubic-bezier(0.4, 0, 1, 1);
}

.main-form__radio-block:hover .main-form__radio:before {
	border-color: rgba(255, 255, 255, 0.80);
}

.choise:checked + .main-form__radio:before {
	background-image: url(../img/icon-checkbox.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.main-form__personal-data {
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.16px;
	text-align: center;
	color: rgba(255, 255, 255, 0.80);
	margin: 0 auto;
}

.main-form__personal-data a {
	color: #fff;
	text-decoration: underline;
}

.main-form__personal-data a:hover {
	text-decoration: none;
}

.main-form__popup-background {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 30;
}

.main-form__popup-background.active {
	display: flex;
}

.main-form__popup-filter {
	background: rgba(0, 0, 0, 0.64);
	width: 100%;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	backdrop-filter: blur(4px);
}

.main-form__popup-block {
	display: flex;
	flex-direction: column;
	padding: 48px 44px 100px;
}

.main-form__popup {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 8px;
	width: 100%;
	max-height: 100%;
	max-width: 576px;
	margin: auto;
	padding: 8px;
}

.main-form__popup-cross {
	margin: 0 0 auto auto;
}

.main-form__popup-title {
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color: rgba(0, 0, 0, 0.90);
	margin-bottom: 24px;
}

.main-form__popup-subtitle {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	color: rgba(0, 0, 0, 0.90);
	margin-bottom: 48px;
}

.main-form__popup-button {
	display: flex;
	padding: 16px 32px;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	background: #163A48;
	width: 100%;
	max-width: 280px;
	ont-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFF;
	margin: 0 auto;
}

.breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 198px;
	margin-bottom: 20px;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: #fff;
}

.breadcrumb a {
	color: #fff;
}

.breadcrumb a:hover {
	opacity: 0.64;
}

.breadcrumb__hyphen {
	margin: 0 8px;
}

.directions-container {
	display: flex;
	align-items: flex-start;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: #FFF;
	padding-bottom: 128px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.directions-container__title {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	width: calc(50% - 8px);
	margin-right: 16px;
	flex: none;
}

.directions-more {
	padding: 80px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	display: flex;
	align-items: center;
}

.directions-more__imgs {
	display: flex;
	width: 60%;
}

.directions-more__img-block {
	display: flex;
	flex-direction: column;
	margin-left: 16px;
	justify-content: space-between;
}

.directions-more__img-block2 {
	margin-left: 0;
	margin-right: 16px;
}

.directions-more__img {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	overflow: hidden;
}

.directions-more__img img {
	width: 100%;
}

.directions-more__text-block {
	width: 40%;
	padding: 0 64px;
	display: flex;
	flex-direction: column;
	color: #fff;
}

.directions-more__title {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.directions-more__subtitle {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.directions-more__text {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 48px;
}

.directions-more__link {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 16px 32px;
	width: 100%;
	max-width: 216px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	border-radius: 2px;
	color: #FFF;
}

.directions-more__link:hover {
	background: #FFF;
	color: #163A48;
}

.header__logo_black {
	display: none;
}

.black-breadcrumb a {
	color: rgba(0, 0, 0, 0.90);
}

.black-breadcrumb path {
	fill: black;
	fill-opacity: 0.9;
	stroke: black;
	stroke-opacity: 0.9;
}

.directions-container_black {
	color: rgba(0, 0, 0, 0.90);
	border-color: rgba(0, 0, 0, 0.12);
	margin-bottom: 100px;
}

.direction__title {
	display: block;
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.90);
	margin: 100px 0 48px;
}

.direction__container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 48px;
	margin-bottom: 127px;
}

.direction-item {
	background: #F2F3F3;
	border-radius: 8px;
	overflow: hidden;
	padding: 0 20px 20px 20px;
	display: flex;
	flex-direction: column;
}

.direction-item__photo {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-bottom: 20px;
}

.direction-item__photo-img {
	width: 100%;
	height: auto;
}

.direction-item__photo-filter {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.direction-item__photo-filter_hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	transition: .2s ease-in-out;
}

.direction-item:hover .direction-item__photo-filter_hover {
	background: rgba(255, 255, 255, 0.08);
}

.direction-item__photo-tag {
	position: absolute;
	width: 100%;
	height: 100%;
	top: auto;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 12px;
}

.direction-item__photo-season {
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #FFF;
	padding: 8px 12px;
	background: rgba(0, 0, 0, 0.40);
	border-radius: 4px;
}

.direction-item__title {
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: rgba(0, 0, 0, 0.90);
}

.direction-item__date {
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	margin-bottom: 48px;
	color: rgba(0, 0, 0, 0.90);
}

.direction-item__numbers {
	margin: auto 0 0 0; 
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.direction-item__number {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 24px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: rgba(0, 0, 0, 0.60);
}

.direction-item__number img {
	margin-right: 8px;
}

.direction-line {
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.12);
}

.direction-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 280px;
	padding: 16px 32px;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.90);
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.20);
	margin: -63px auto 164px;
}

.direction-link:hover {
	color: #fff;
	background: #163A48;
}

.directions-other__title {
	display: block;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	padding-top: 148px;
	margin-bottom: 48px;
}

.directions-other__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	padding-bottom: 164px;
}

.directions-other__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	overflow: hidden;
}

.directions-other__item-img {
	width: 100%;
	height: auto;
}

.directions-other__item-filter {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.directions-other__item-filter_hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	transition: .2s ease-in-out;
}

.directions-other__item:hover .directions-other__item-filter_hover {
	background: rgba(255, 255, 255, 0.08);
}

.directions-other__item-title {
	position: absolute;
	width: 100%;
	height: 100%;
	top: auto;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 40px;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #fff;
}

.tour-background {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	min-height: 800px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.tour-background__filter {
	background: rgba(0, 0, 0, 0.12);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.view-breadcrumb {
	padding-top: 80px;
}

.tour-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.tour {
	width: calc(60% - 32px);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: rgba(0, 0, 0, 0.90);
	margin-bottom: 164px;
}

.tour p {
	margin-bottom: 24px;
	width: 100%;
	max-width: 872px;
}

.tour ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0;
	margin: 0 0 100px 6px;
	max-width: 872px;
}

.tour li {
	margin-bottom: 16px;
	margin-left: 16px;
	position: relative;
}

.tour li:last-child {
	margin-bottom: 0;
}

.tour li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #163A48;
	border-radius: 100%;
	display: block;
	flex: none;
	position: absolute;
	top: 9px;
	left: -23px;
}

.tour .title {
	display: block;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.90);
	margin-bottom: 48px;
	margin-top: 100px;
}

.tour li .title {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: rgba(0, 0, 0, 0.90);
	margin-bottom: 8px;
	text-transform: none;
}

.tour .title:first-child {
	margin-top: 0;
}

.tour .subtitle {
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.90);
	margin-top: 64px;
	margin-bottom: 24px;
}

.tour__title {
	display: block;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.90);
	margin-bottom: 40px;
}

.tour__subtitle {
	display: block;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: rgba(0, 0, 0, 0.90);
	margin-bottom: 24px;
}

.tour-price {
	width: calc(40% - 32px);
	background: #F2F3F3;
	border-radius: 8px;
	padding: 48px 40px 64px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: rgba(0, 0, 0, 0.60);
	margin-bottom: 164px;
}


.tour-price p {
	margin-bottom: 20px;
	width: 100%;
	max-width: 872px;
}

.tour-price__number {
	display: block;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: rgba(0, 0, 0, 0.90);
}

.tour-price__number-person {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: rgba(0, 0, 0, 0.60);
	text-transform: none;
}

.tour-price__title {
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: normal; 
	color: rgba(0, 0, 0, 0.90);
	padding-bottom: 32px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	margin-bottom: 32px;
}

.tour-price__programs {
	display: flex;
	flex-direction: column;
	margin: 32px 0;
}

.tour-price__program {
	display: flex;
	align-items: flex-start;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.90);
	margin-bottom: 16px;
}

.tour-price__program img {
	margin-top: 2px;
	margin-right: 14px;
}

.tour-price__program:last-child {
	margin-bottom: 0;
}

.tour-price__link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 32px;
	border-radius: 2px;
	background: #163A48;
	width: 100%;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFF;
	margin-top: 40px;
}

.tour-price__link:hover {
	background: #336578;
}

.tour__slider {
	margin: 80px 0 156px;
}

.tour__slide {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 8px;
}

.tour__slide img {
	width: 100%;
	height: auto;
}

.tour__number {
	margin: 100px 0;
}

.tour__number p {
	margin-bottom: 16px;
}

.tour__number p:last-child {
	margin-bottom: 0;
}

.tour__gray {
	width: 100%;
	padding: 32px 40px;
	border-radius: 8px;
	background: #F2F3F3;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.90);
	margin: 100px 0; 
}

.tour__text-img {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 64px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	margin: 128px 0;
}

.tour__text-img .title {
	margin-bottom: 40px;
}

.tour__text-img_text {
	width: calc(60% - 40px);
}

.tour__text-img_img {
	width: calc(40% - 40px);
	overflow: hidden;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tour__text-img_img img {
	width: 100%;
	height: auto;
}

.tour__blue {
	display: flex;
	align-items: flex-start;
	width: 100%;
	padding: 32px 40px;
	border-radius: 8px;
	background: #163A48;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: #FFF;
	margin: 128px 0; 
}

.tour__blue img {
	margin-right: 20px;
}

.tour-calendar {
	display: flex;
	flex-direction: column;
	margin-bottom: 128px;
}

.tour-calendar__item {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	padding: 20px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	ont-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: rgba(0, 0, 0, 0.90);
}

.tour-calendar__item-date {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-align: right;
	margin-left: 20px;
}

.tour-principle {
	display: flex;
	flex-direction: column;
	margin-bottom: 100px;
}

.tour-principle:last-child {
	margin-bottom: 0;
}

.tour-principle__item {
	display: flex;
	align-items: flex-start;
	padding: 32px 40px;
	border-radius: 8px;
	background: #F2F3F3;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.90);
	margin-bottom: 12px;
}

.tour-principle__item-number {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #163A48;
	margin-right: 28px;
}

.tour-form__block {
	margin: 88px auto 80px;
	width: 100%;
	max-width: 872px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.tour-form__left {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	color: #FFF;
}

.tour-form__number {
	display: block;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: #FFF;
}

.tour-form__number-person {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: rgba(255, 255, 255, 0.80);
	text-transform: none;
}

.tour-form__right {
	display: flex;
	flex-direction: column;
	padding-left: 32px;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.tour-form__title {
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 40px;
}

.tour-form__subtitle {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #FFF;
	margin-bottom: 12px;
}

.tour-form__subtitle2 {
	margin-bottom: 40px;
}

.tour-form__right ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0;
	margin: 0 0 40px 6px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #FFF;
}

.tour-form__right ul:last-child {
	margin-bottom: 0;
}

.tour-form__right li {
	margin-bottom: 4px;
	margin-left: 16px;
	position: relative;
}

.tour-form__right li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #FFF;
	border-radius: 100%;
	display: block;
	flex: none;
	position: absolute;
	top: 9px;
	left: -23px;
}

.tour-view__title {
	display: block;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.90);
	margin: 128px 0 48px;
}

.tour-price_mob {
	display: none;
}

.about__title {
	display: block;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.90);
	margin-bottom: 48px;
}

.about__text {
	width: 100%;
	max-width: 872px;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.90);
	margin-bottom: 80px;
}

.about__wrap {
	max-width: 1208px;
}

.about__img {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 128px;
}

.about__img img {
	width: 100%;
	height: auto;
}

.about__text2 {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: rgba(0, 0, 0, 0.90);
	margin: 128px auto;
	width: 100%;
	max-width: 872px;
}

.about__slider {
	margin-bottom: 156px;
}

.about__slide {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 8px;
}

.about__slide img {
	width: 100%;
	height: auto;
}

.about-contacts {
	padding: 64px 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 148px;
}

.about-contacts__block {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 332px;
}

.about-contacts__title {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	color: rgba(0, 0, 0, 0.90);
	margin-bottom: 48px;
}

.about-contacts__link {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.90);
	margin-bottom: 16px;
}

.about-contacts__link img {
	margin-right: 12px;
	margin-top: 2px;
}

.about-contacts__link:hover {
	opacity: 0.64;
}

.about-contacts__media {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 40px;
}

.about-contacts__media-item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}

.about-contacts__media-item:hover path {
	fill: #163A48;
}

.about-contacts__map {
	width: 60%;
	height: 428px;
	border-radius: 8px;
	margin-left: 20px;
}

.select_options {
	display: block;
	color: rgba(0, 0, 0, 0.90);
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 48px;
	text-align: center;
}

.directions-order {
	border-bottom: 0;
	margin-bottom: 0;
}

.order-cat_name {
	display: block;
	margin: 128px 0 64px 0;
	color: rgba(0, 0, 0, 0.90);
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.flex {
	display: flex;
}

.flex .wrap {
	padding-bottom: 64px;
}

.order-cat__wrap {
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 0px;
}

.order-cat__item {
	/* width: 32.7%; */
	margin-bottom: 64px;
}

.unique-offers__item-like {
	cursor: pointer;
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 2;
}

.order-cat__wrap .unique-offers__item-tag {
	border-radius: 4px;
	cursor: pointer;
}

.order-cat__wrap .unique-offers__item-tag.active {
	background: #163A48;
	color: #fff;
}

.order-cat__wrap .unique-offers__item-tag img {
	margin-right: 8px;
}

.order_window {
	display: none;
	background: #fff;
	padding: 24px 0;
	position: fixed;
	bottom: 0;
	letter-spacing: 0;
	width: 100%;
}

.order_window.active{
	display: flex;
}

.order_window .wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.order_window .total {
	margin-right: 32px;
	color: rgba(0, 0, 0, 0.90);
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
}

.order_window a {
	cursor: pointer;
	border-radius: 2px;
	background: #163A48;
	padding: 16px 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.order_window a span {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-right: 12px;
}

.nature-img {
	width: 100%;
}

.faq.wide {
	max-width: 100%;
}

.options-title-form {
	display: block;
	margin: 64px 0 24px 0;
	color: rgba(0, 0, 0, 0.90);
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.options-link-form {
	display: block;
	margin-top: 24px;
	color: #163A48;
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: url('../img/icon_back.svg') no-repeat left center;
	padding-left: 28px;
}

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

.option-item {
	border-radius: 4px;
	background: #F2F3F3;
	margin: 0 8px 8px 0;
	padding: 8px 12px;
	display: flex;
	align-items: center;
}

.option-item span {
	margin: 0 8px;
}

.icon-remove {
	cursor: pointer;
}

.nature__wrap {
	display: flex;
	max-width: 1168px;
	margin: 128px auto;
}

.min-wrap {
	max-width: 1168px;
}

.nature__wrap span {
	width: 444px;
	flex: none;
	color: rgba(0, 0, 0, 0.90);
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.about__text3 {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: rgba(0, 0, 0, 0.90);
	margin: 0 auto;
	width: 100%;
	max-width: 872px;
}

.about__text3 p {
	margin-bottom: 24px;
}

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

.facts .fact {
	width: 20%;
	display: flex;
	flex-direction: column;
}

.facts .fact__number {
	color: rgba(0, 0, 0, 0.90);
	font-size: 100px;
	font-weight: 400;
	line-height: 100px;
	letter-spacing: 1.5px;
	margin-bottom: 16px;
	display: flex;
	align-items: flex-end;
}

.fact__kg {
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: 1px;
	margin-bottom: 7px;
	margin-left: 8px;
}

.facts .fact p {
	color: rgba(0, 0, 0, 0.90);
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.5px;
}

.facts_weight {
	margin-bottom: 128px;
}

.princip {
	display: block;
	margin-bottom: 64px;
	color: rgba(0, 0, 0, 0.90);
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.pripcip_item {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	padding: 32px 40px;
	border-radius: 8px;
	background: #F2F3F3;
}

.pripcip_item span {
	margin-right: 28px;
	color: #163A48;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.fishing-base__selector {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	grid-column-gap: 8px;
	margin-bottom: 64px;
	max-width: 872px;
}

.fishing-base__selector-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 14px 32px;
	border-radius: 2px;
	background: #F2F3F3;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.60);
}

.fishing-base__selector-item.active, .fishing-base__selector-item:hover {
	background: #163A48;
	color: #FFF;
}

.fishing-base__block {
	display: none;
	width: 100%;
}

.fishing-base__block.active {
	display: block;
}

.lang {
	position: relative;
	display: flex;
	flex-direction: column;
	width: fit-content;
	margin: 0 0 168px auto;
}

.lang__title {
	display: flex;
	align-items: center;
	padding: 8px 16px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #FFF;
	border-radius: 2px;
	width: 100%;
	min-width: 142px;
	height: 40px;
}

.lang__title-flag {
	margin-right: 6px;
}

.lang__title-arrow {
	margin-left: 12px;
}

.lang__title:hover {
	background: #fff;
	color: rgba(0, 0, 0, 0.90);
}

.lang__title:hover svg path {
	stroke: rgba(0, 0, 0, 0.90);
}

.lang__container {
	display: none;
}

.lang__block {
	display: flex;
	align-items: center;
	padding: 12px 20px;
	min-width: 142px;
	width: 100%;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: rgba(0, 0, 0, 0.90);
}

.lang__block .lang__block-flag {
	margin-right: 6px;
}

.lang__block:hover {
	font-weight: 700;
	color: #336578;
}

.lang__block.active {
	font-weight: 700;
	color: #336578;
}

.lang.active .lang__title {
	background: #fff;
	color: rgba(0, 0, 0, 0.90);
}

.lang.active .lang__title svg path {
	stroke: rgba(0, 0, 0, 0.90);
}

.lang.active .lang__container {
	position: absolute;
	top: 48px;
	left: 0;
	display: flex;
	flex-direction: column;
	border-radius: 2px;
	background: #FFF;
	padding: 8px 0;
	width: 100%;
	margin-top: 8px;
}

.review-slider__review-slide {
	display: flex;
	align-items: flex-start;
	padding: 48px 48px 64px 48px;
	border-radius: 4px;
	background: #F2F3F3;
}

.review-slider__img {
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	margin-right: 24px;
	flex: none;
}

.review-slider {
	width: 150%;
	margin-bottom: 164px;
}

.review-slider .glide__arrows {
	display: flex;
	position: absolute;
	top: -56px;
	right: 33%;
	width: 154px;
}

.review-slider .glide__arrow {
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.20);
}

.review-slider .glide__arrow:hover {
	background: #163A48;
	border-color: #163A48;
}

.review-slider .glide__arrow:hover path {
	stroke: white;
	stroke-opacity: 1;
}

.review-slider__text-block {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: rgba(0, 0, 0, 0.90);
}

.review-slider__name {
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.5px;
	margin-top: 24px;
}

.review-slider__post {
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 0.5px;
	color: rgba(0, 0, 0, 0.60);
	margin-top: 8px;
}

.review-slider__img_mob {
	display: none;
}

.tours-background {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	height: 600px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.tours-background__filter {
	background: rgba(0, 0, 0, 0.12);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.lang-mob {
	display: none;
}

@media (max-width:1600px){
	.header__menu-item {
		display: none;
	}
	
	.header__menu-burger {
		display: block;
	}
	
	.header__right-licenses {
		display: none;
	}
	
	.header__right-trip {
		display: none;
	}
	
	.header__right-tel {
		display: none;
	}
}

@media (max-width:1200px){
	.direction__container {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width:900px){
	.directions-more__img-block {
		display: none;
	}
	
	.directions-more__imgs {
		width: 50%;
	}
	
	.directions-more__text-block {
		width: 50%;
		padding: 0 0 0 40px;
	}
	
	.directions-more__text-block2 {
		padding: 0 40px 0 0 ;
	}
}

@media (max-width:768px){
	.main {
		height: auto;
		min-height: 0;
		padding: 396px 0 48px 0;
	}
	
	.main__title {
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 36px;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin-bottom: 24px;
	}
	
	.main__subtitle {
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		margin-bottom: 12px;
	}
	
	.main__text {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		margin-bottom: 32px;
	}
	
	.salmonica-directions__item_mob .salmonica-directions__item-img {
		display: none;
	}
	
	.salmonica-directions__item_mob .salmonica-directions__item-img_mob {
		display: block;
	}
	
	.salmonica-directions__container {
		display: flex;
		flex-wrap: wrap;
	}
	
	.salmonica-directions__item {
		width: calc(50% - 8px);
		margin-bottom: 16px;
	}
	
	.salmonica-directions__item_mob {
		width: 100%;
		margin-bottom: 0;
	}
	
	.blue-background_salmonica .wrap {
		margin-bottom: -208px;
	}
	
	.background-main_special {
		padding-top: 288px;
		padding-bottom: 80px;
	}
	
	.blue-background_salmonica {
		padding-top: 80px;
	}
	
	.salmonica-title {
		text-align: start;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	
	.unique-offers__title {
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: 40px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	
	.unique-offers__subtitle {
		margin-bottom: 48px;
	}
	
	.unique-offers__container {
		grid-column-gap: 32px;
		grid-row-gap: 64px;
	}
	
	.unique-offers__item-photo {
		margin-bottom: 32px;
	}
	
	.unique-offers__item-photo-tag {
		padding: 12px;
	}
	
	.unique-offers__item-photo-season {
		padding: 6px 10px;
	}
	
	.unique-offers__item-title {
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: 0.5px;
		text-transform: uppercase;
	}
	
	.unique-offers__item-tag {
		padding: 6px 10px;
	}
	
	.background-gray_main {
		padding: 80px 0;
	}
	
	.vip-travel__container {
		grid-column-gap: 32px;
		grid-row-gap: 64px;
	}
	
	.exclusive-expeditions__title {
		margin-top: 80px;
	}
	
	.exclusive-expeditions__container {
		grid-column-gap: 32px;
		grid-row-gap: 64px;
		margin-bottom: 80px;
	}
	
	.caring-nature__background {
		margin-bottom: 80px;
		padding: 216px 0;
	}
	
	.caring-nature__title {
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: 40px;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin-bottom: 12px;
	}
	
	.caring-nature__subtitle {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		max-width: 318px;
	}
	
	.faq__title {
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: 40px;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin-bottom: 24px;
	}
	
	.faq {
		margin-bottom: 80px;
	}
	
	.purchase-licenses__title {
		padding-top: 80px;
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: 40px;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin-bottom: 12px;
	}
	
	.purchase-licenses {
		flex-direction: column;
		align-items: center;
		padding-bottom: 80px;
	}
	
	.purchase-licenses__text {
		margin-bottom: 32px;
		text-align: center;
	}
	
	.purchase-licenses__link {
		margin-left: 0;
	}
	
	.footer {
		padding: 80px 0;
	}
	
	.footer__logo {
		width: 100%;
		margin-bottom: 48px;
	}
	
	.footer__container {
		margin-bottom: 64px;
	}
	
	.footer__rights {
		flex-direction: column;
		align-items: flex-start;
	}

	.blue-background_form {
		padding: 80px 0;
	}
	
	.main-form__title {
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: 40px;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin-bottom: 12px;
	}
	
	.main-form__subtitle {
		margin-bottom: 32px;
	}
	
	.main-form__container, .main-form__radio-block {
		margin-bottom: 16px;
	}
	
	.main-form__textarea {
		margin: 48px auto;
	}
	
	.main-form__button-block {
		margin: 48px auto 32px;
	}
	
	.main-form__container .main-form__label {
		width: calc(33% - 21px);
	}
	
	.breadcrumb {
		padding-top: 160px;
	}
	
	.directions-container {
		flex-direction: column;
		padding-bottom: 80px;
	}
	
	.directions-container__title {
		font-size: 36px;
		font-weight: 700;
		line-height: 40px;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin-bottom: 24px;
		margin-right: 0;
		width: 100%;
	}
	
	.directions-more__title {
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
		letter-spacing: 1px;
	}
	
	.directions-container_black {
		margin-bottom: 80px;
	}
	
	.direction__title {
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin: 80px 0 40px;
	}
	
	.direction__container {
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 32px;
		margin-bottom: 80px;
	}
	
	.direction-item__date {
		margin-bottom: 20px;
	}
	
	.direction-link {
		margin: -31px auto 80px;
	}
	
	.directions-other__title {
		padding-top: 80px;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 36px;
		letter-spacing: 1px;
	}
	
	.directions-other__container {
		padding-bottom: 80px;
	}
	
	.directions-other__item-title {
		padding: 24px;
	}
	
	.tour-price {
		display: none;
	}
	
	.tour {
		width: 100%;
	}
	
	.tour-price_mob {
		display: block;
		width: 100%;
		margin-bottom: 64px;
	}
	
	.about-contacts__map {
		height: 348px;
	}

	.order-cat__wrap {
		flex-direction: column;
		display: flex;
		flex-wrap: wrap;
	}

	.order-cat__item {
		width: 100%;
	}

	.nature__wrap {
		flex-direction: column;
		margin: 80px auto;
	}

	.nature__wrap span {
		width: 100%;
		margin-bottom: 24px;
	}

	.facts {
		flex-wrap: wrap;
	}

	.facts .fact {
		width: 50%;
		margin-bottom: 32px;
	}
	
	.facts_weight {
		margin-bottom: 80px;
		justify-content: flex-start;
	}
	
	.facts_weight .fact {
		width: 33%;
	}
	
	.review-slider {
		width: 100%;
		margin-bottom: 148px;
	}
	
	.review-slider .glide__arrows {
		top: auto;
		bottom: -46px;
		right: calc(50% - 77px);
	}
	
	.review-slider__review-slide {
		padding: 48px 32px;
	}
	
	.review-slider__img {
		display: none;
	}
	
	.review-slider__text-block {
		/* flex-direction: column-reverse; */
	}
	
	.review-slider__img_mob {
		display: block;
	}
	
	.review-slider__man {
		display: flex;
		align-items: center;
		margin-top: 24px;
	}
	
	.review-slider__name {
		margin-top: 0;
	}
	
	.lang {
		display: none;
	}
	
	.tours-background {
		height: 300px;
	}
	
	.view-breadcrumb {
		padding-top: 48px;
	}
	
	.lang-mob {
		display: block;
		width: 100%;
		margin: 0 0 40px;
	}
	
	.lang-mob .lang__title {
		color: rgba(0, 0, 0, 0.90);
	}
	
	.lang-mob .lang__title-arrow {
		margin-left: auto;
		margin-right: 0;
	}
	
	.lang-mob .lang__title-arrow path {
		stroke: black;
		stroke-opacity: 0.9;
	}
	
	.lang-mob.active .lang__container {
		position: static;
	}
}

@media (max-width:580px){
	.directions-more {
		flex-direction: column-reverse;
	}
	
	.directions-more__text-block {
		width: 100%;
		padding: 0;
		margin-bottom: 80px;
	}
	
	.directions-more__imgs {
		width: 100%;
	}
	
	.directions-more2 {
		flex-direction: column;
	}
	
	.directions-more__link {
		max-width: 100%;
	}
	
	.directions-other__container {
		grid-template-columns: 1fr;
	}
	
	.direction__container {
		grid-template-columns: 1fr;
		grid-row-gap: 16px;
	}
	
	.about-contacts {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.about-contacts__block {
		margin-bottom: 48px;
	}
	
	.about-contacts__map {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width:520px){
	.header__logo img {
		width: 140px;
		height: 60px;
	}
	
	.main {
		padding: 128px 0 48px;
	}
	
	.main__title {
		text-align: center;
		margin-bottom: 228px;
	}
	
	.main__subtitle {
		text-align: center;
	}
	
	.main__text {
		text-align: center;
	}
	
	.main__link {
		margin: 0 auto;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.salmonica-text {
		margin-bottom: 48px;
	}
	
	.salmonica-directions__title {
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: 0.5px;
		text-transform: uppercase;
	}
	
	.salmonica-directions__container {
		flex-direction: column;
	}
	
	.salmonica-directions__item {
		width: 100%;
	}
	
	.salmonica-directions__item-title {
		padding: 24px;
	}
	
	.salmonica-directions__item_mob .salmonica-directions__item-img {
		display: block;
	}
	
	.salmonica-directions__item_mob .salmonica-directions__item-img_mob {
		display: none;
	}
	
	.unique-offers__container, .vip-travel__container, .exclusive-expeditions__container {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}
	
	.vip-travel__container .unique-offers__item:last-child, .exclusive-expeditions__container .unique-offers__item {
		grid-area: auto !important;
	}
	
	.caring-nature__background {
		padding: 196px 0;
	}
	
	.caring-nature__subtitle {
		margin-bottom: 24px;
	}
	
	.main-form__container {
		flex-direction: column;
		margin-bottom: 0;
	}
	
	.main-form__container .main-form__label {
		width: 100%;
		margin-bottom: 16px;
	}
	
	.main-form__textarea {
		height: 216px;
	}
	
	.direction__title {
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 28px;
		letter-spacing: 0.5px;
	}

	.direction-link {
		max-width: 100%;
	}

	.order_window .wrap {
		flex-direction: column;
	}

	.order_window {
		padding: 16px;
	}

	.order_window .total {
		margin-right: 0;
		margin-bottom: 8px;
	}

	.facts .fact {
		width: 100%;
		text-align: center;
	}
	
	.facts_weight .fact {
		width: 50%;
		text-align: left;
	}
	
	.review-slider__review-slide {
		padding: 48px 16px;
	}
	
	.review-slider__man {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.review-slider__img {
		margin-right: 0;
		margin-bottom: 12px;
	}
}