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}

@font-face {
	font-family: "Yauza TYGRA";
	src: url(/local/templates/more/font/yauzatygra.woff) format("woff");
	src: url(/local/templates/more/font/yauzatygra.woff2) format("woff2");
}

* {
	box-sizing: border-box;
}

html {
	font-size: 16px;
}
body {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.87);
	font-family: 'Arsenal', Arial,  sans-serif;
	font-weight: 400;
	font-size: 16px;
}
p {
	margin: 0;
}
a {
	text-decoration: none;
   cursor: pointer;
}
.container {
	width: 100%;
	max-width: 1640px;
	padding: 0 20px;
	margin: 0 auto;
}
.header {
	height: 80px;
	width: 100%;
	display: flex;
	align-items: center;
}
.header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-tours__left, .header-tours__right {
	width: 200px;
}

.header-tours__right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header-tours__back {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; 
	color: #001F49;
	text-align: center;
}

.header-tours__back img {
	margin-right: 8px;
}

.tours-title {
	display: block;
	text-align: center;
	font-family: Arsenal;
	font-size: 52px;
	font-style: normal;
	font-weight: 400;
	line-height: 64px;
	color: rgba(0, 0, 0, 0.87);
	margin: 120px auto 80px;
}

.about-block {
	display: flex;
	align-items: center;
	margin-bottom: 64px;
}

.about-block__content {
	width: calc(50% - 16px);
	min-height: 660px;
	padding: 148px 164px 148px 136px;
	background: #F7F7F7 url(../img/img-big/about-decor.svg) bottom left / 302px auto no-repeat;
}

.about-block__title {
	font-weight: 400;
	font-size: 64px;
	line-height: 68px;
	color: rgba(0, 0, 0, 0.87);
	margin: 0 0 24px;
}

.about-block__text {
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.60);
	letter-spacing: 0.5px;
	font-feature-settings: 'pnum' on, 'lnum' on;
}

.about-block__img-wrap {
	width: calc(50% + 48px);
	position: relative;
	margin-left: -64px;
}

.about-block__img-wrap::before {
	left: 32px;
	content: "";
	display: block;
	position: absolute;
	top: 32px;
	width: 100%;
	height: 100%;
	border: 2px solid #103D7A;
	box-sizing: border-box;
}

.about-block__img {
	display: block;
	width: 100%;
	height: 532px;
	background: center / cover no-repeat;
	position: relative;
}

.about-block__link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 20px;
	border-radius: 4px;
	background: #001F49;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	color: #fff;
	margin-top: 40px;
	width: fit-content;
}

.about-block__link:hover {
	opacity: 0.72;
}

.about-block__link-img {
	margin-right: 12px;
}

.about-block__link-arrow {
	margin-left: 12px;
}

.tours__container {
	padding-bottom: 64px;
}

.tours__iframe {
	width: 100%;
	height: calc(100vh - 80px);
	/* min-height: 1000px; */
}

.header-tours__menu {
	display: none;
	position: absolute;
	z-index: 100;
	top: 80px;
	left: 0;
	width: 100%;
	height: calc(100vh - 80px);
	background: #fff;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	overflow-y: scroll;
	padding: 16px 0;
}

.header-tours__menu-link {
	width: 100%;
	display: flex;
	align-items: flex-start;
	padding: 16px  40px;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	color: rgba(0, 0, 0, 0.60);
}

.header-tours__menu-link:hover, .header-tours__menu-link.active {
	background: #000A33;
	color: #fff;
}

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

.header-tours__burger {
	display: none;
}

.header-tours__burger-cross {
	display: none;
}

.header.active .header-tours__burger-img {
	display: none;
}

.header.active .header-tours__burger-cross {
	display: block;
}

.header-tours__select {
	width: 200px;
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: rgba(0, 0, 0, 0.60);
	background: #fff;
	border-radius: 2px;
	padding: 16px;
	cursor: pointer;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.13);
}

.header-tours__select-list {
	display: none;
}

.header-tours__select:hover {
	background: #F7F7F7;
}

.header-tours__select.active {
	border-color: #000A33;
}

.header-tours__select.active .header-tours__select-list {
	position: absolute;
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08), 0px 4px 44px 0px rgba(0, 0, 0, 0.08);
	border-radius: 2px;
	padding: 8px 0;
	top: 68px;
	left: 0;
	z-index: 10;
	width: 100%;
}

.header-tours__select-list-item {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: rgba(0, 0, 0, 0.60);
	padding: 12px 20px;
}

.header-tours__select-list-item.active {
	background: #000A33;
	color: #fff;
}

@media (max-width: 1200px) {
	.about-block__content {
		padding-left: 64px;
		padding-right: 128px;
	}
}

@media (max-width: 1024px) {
	.about-block__content {
		padding-left: 32px;
		padding-right: 96px;
	}
}

@media (max-width: 768px) {
	.about-block {
		flex-direction: column-reverse;
		margin-bottom: 48px;
	}
	.about-block__content {
		width: 100%;
		min-height: unset;
		padding: 212px 32px 136px;
		margin-top: -152px;
		background-size: 186px auto;
	}
	
	.about-block__title {
		font-size: 44px;
		line-height: 52px;
	}
	
	.about-block__text {
		font-size: 16px;
		line-height: 24px;
		color: rgba(0, 0, 0, 0.60);
		letter-spacing: 0.5px;
		font-feature-settings: 'pnum' on, 'lnum' on;
	}
	
	.about-block__img-wrap {
		width: calc(100% - 84px);
		margin: 0 52px 0 32px;
	}
	
	.about-block__img-wrap::before {
		top: 20px;
		left: 20px;
	}
	
	.about-block__img {
		height: 352px;
		padding-bottom: 0;
	}
	
	.tours-title {
		margin: 48px auto 32px;
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		line-height: 40px;
	}
	
	.header-tours__left, .header-tours__right {
		width: 72px;
	}
	
	.header-tours__burger {
		display: block;
	}
	
	.header-tours__select {
		display: none;
	}
}

@media (max-width: 480px) {
	.about-block__img {
		height: 162px;
	}
	
	.about-block__link {
		font-size: 22px;
		line-height: 30px;
	}
	
	.header-tours__logo img {
		width: 240px;
		height: auto;
	}
	
	.header-tours__back span {
		display: none;
	}
}