@font-face {
	font-family: 'Proxima Nova';
	src: url('../font/ProximaNova-Light.eot');
	src: local('Proxima Nova Light'), local('ProximaNova-Light'),
	url('../font/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
	url('../font/ProximaNova-Light.woff2') format('woff2'),
	url('../font/ProximaNova-Light.woff') format('woff'),
	url('../font/ProximaNova-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../font/ProximaNova-Bold.eot');
	src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
	url('../font/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
	url('../font/ProximaNova-Bold.woff2') format('woff2'),
	url('../font/ProximaNova-Bold.woff') format('woff'),
	url('../font/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../font/ProximaNova-Regular.eot');
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
	url('../font/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
	url('../font/ProximaNova-Regular.woff2') format('woff2'),
	url('../font/ProximaNova-Regular.woff') format('woff'),
	url('../font/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../font/ProximaNova-LightIt.eot');
	src: local('Proxima Nova Light Italic'), local('ProximaNova-LightIt'),
	url('../font/ProximaNova-LightIt.eot?#iefix') format('embedded-opentype'),
	url('../font/ProximaNova-LightIt.woff2') format('woff2'),
	url('../font/ProximaNova-LightIt.woff') format('woff'),
	url('../font/ProximaNova-LightIt.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../font/ProximaNova-Semibold.eot');
	src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
	url('../font/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
	url('../font/ProximaNova-Semibold.woff2') format('woff2'),
	url('../font/ProximaNova-Semibold.woff') format('woff'),
	url('../font/ProximaNova-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Benzin';
	src: url('../font/Benzin-Regular.eot');
	src: local('☞Benzin-Regular'), local('Benzin-Regular'),
	url('../font/Benzin-Regular.eot?#iefix') format('embedded-opentype'),
	url('../font/Benzin-Regular.woff2') format('woff2'),
	url('../font/Benzin-Regular.woff') format('woff'),
	url('../font/Benzin-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Benzin';
	src: url('../font/Benzin-Bold.eot');
	src: local('☞Benzin Bold'), local('Benzin-Bold'),
	url('../font/Benzin-Bold.eot?#iefix') format('embedded-opentype'),
	url('../font/Benzin-Bold.woff2') format('woff2'),
	url('../font/Benzin-Bold.woff') format('woff'),
	url('../font/Benzin-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

body {
	position: relative;
	margin:0;
	font-family: 'Proxima Nova';
  font-optical-sizing: auto;
	overflow-x: hidden;
	cursor: default;
	width: 100%;
	outline: none !important;
	background: #fff;
	color: #000;
}
a{
	text-decoration: none;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
a:active,
a:focus,
a:hover {
	outline: none !important;
}
* {
	scroll-behavior: smooth;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
*:before,
*:after {
	position: absolute;
	content: "";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
  scrollbar-width: thin;
  scrollbar-color: #0b2551 #C0C0C0;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: #0b2551;
}
*::-webkit-scrollbar-thumb {
  background-color: #0b2551;
  border-radius: 5px;
  border: 3px solid #C0C0C0;
}
* {
	-webkit-tap-highlight-color: transparent;
}
button,
input,
textarea,
select {
	outline: none;
	font-family: 'Proxima Nova';
}
button:focus,
input:focus,
textarea:focus,
select:focus {
	outline: none;
}
ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}
p, li {
	position: relative;
	font-size: 1.04vw;
	font-weight: 400;
	line-height: 1.4;
}
img {
	max-width: 100%;
	display: block;
}
.container {
	position: relative;
	width: 100%;
	padding: 0 5.21vw;
}

/* --------------------------------
	
maintenance
	
-------------------------------- */
#maintenance {
	position: relative;
	background: #0082C9;
	color: #fff;
	width: 100%;
}
.maintenance-flex {
	position: relative;
	width: 60%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.mainbg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 42%;
	height: 90%;
	object-position: right bottom;
	object-fit: contain;
}
.maintenance-content h1 {
	font-size: 2.33vw;
	font-family: 'Benzin';
	text-transform: uppercase;
	margin: 0 0 16px 0;
	color: #fff;
}
.maintenancetxt {
	width: 90%;
	margin: 0 0 0 10%;
}
.maintenance-soc {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 0 0 6vw;
	margin: -2.8vw 0 0 0;
}
.qr {
	width: 11.98vw;
	margin: 0 0 1.25vw 0;
}
.maintenance-soc-link {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.33vw;
	font-family: 'Benzin';
}
.maintenance-soc-link img {
	width: 1.67vw;
	margin: 0 0.83vw 0 0;
}
#error-page {
	margin-top: 0;
}
#error-page p, #error-page .wp-die-message {
	font-size: initial;
	line-height: initial;
	margin: 0;
}
body#error-page {
	border: 0;
	color: #fff;
	margin: 0;
	padding: 0;
	max-width: 100%;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
	box-shadow: none;
}
#error-page h1 {
	border-bottom: 0;
	color: #fff;
	padding: 0;
	padding-bottom: 0;
}

/* --------------------------------
	
	burger
	
-------------------------------- */
.burger {
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 48px;
	height: 48px;
	cursor: pointer;
	display: none;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background: #0082C9;
	border-radius: 50%;
	z-index: 999;
  -webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.burger::before, .burger span, .burger::after {
  width: 20px;
  height: 2px;
  display: block;
  background: #fff;
	border-radius: 3px;
}
.burger:before, .burger:after {
  -webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.burger::before {
  top: 14px;
}
.burger span {
	position: relative;
  -webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.burger:after {
	top: auto;
	bottom: 14px;
  -webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}

/* Click */
.burger.cross span {
	opacity: 0;
}
.burger.cross:before, .burger.cross:after {
	top: 50%;
}
.burger.cross:before {
	-webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger.cross:after {
	-webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger:focus {
	outline: none;
}

/* --------------------------------
	
	header
	
-------------------------------- */
header {
	position: absolute;
	width: 100%;
	z-index: 10;
	top: 0;
	left: 0;
}
.header-flex {
	display: flex;
	align-items: center;
	padding: 0.94vw 0;
}
.logo {
	width: 11.46vw;
	margin: 0 5.21vw 0 0;
}
.logo img {
	width: 100%;
}
#menu-header {
	display: flex;
	align-items: center;
}
#menu-header .menu-item {
	margin: 0 3.13vw 0 0;
	font-size: 0.83vw;
	font-family: 'Benzin';
	font-weight: 400;
}
#menu-header .menu-item a {
	color: #000;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
#menu-header .menu-item a:hover {
	color: #0082C9;
}

/* --------------------------------
	
intro
	
-------------------------------- */
#intro {
	position: relative;
	overflow: hidden;
	height: 100vh;
}
.intro-bg {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.intro-flex {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
	height: 100vh;
	width: 65%;
	z-index: 1;
}
.intro-item-img {
	width: 100%;
}
.intro-title {
	margin: 0 0 1.67vw 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.slider-nav {
	display: flex;
	align-items: center;
}
h1 {
	font-family: 'Benzin';
	font-size: 2.08vw;
	text-transform: uppercase;
	font-weight: 700;
	color: #005D9E;
}
.intro-slider {
	position: relative;
	overflow: hidden;
}
.slider-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.17vw;
	height: 4.17vw;
	background: #005D9E;
	border-radius: 50%;
	margin: 0 0 0 8px;
	cursor: pointer;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.slider-btn img {
	width: 1.15vw
}
.intro-item-img {
	width: 100%;
	border-radius: 1.25vw;
}
.slider-btn:hover {
	background: #0082C9;
}
.swiper-button-disabled {
	opacity: 0.2;
	pointer-events: none;
}
.intro-item-content {
	position: relative;
	padding: 0.83vw 0.83vw 0 0.83vw;
	flex-grow: 1;
}
.intro-item-content h3 {
	font-size: 0.73vw;
	font-weight: 700;
	color: #005D9E;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}
.intro-item-content p {
	font-size: 0.83vw;
}
.intro-item-txt {
	width: 75%;
}
.intro-item {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.intro-item-btn {
	position: absolute;
	bottom: 0;
	right: 0.83vw;
	width: 2.60vw;
	opacity: 0;
	visibility: hidden;
	transform: translateX(16px);
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.intro-item:hover .intro-item-btn {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.append-intro {
	display: none;
}
.append-gal {
	display: none;
}
.gal-slider {
	position: relative;
	height: 100%;
}



/* --------------------------------
	
b1
	
-------------------------------- */
#b1 {
	position: relative;
	overflow: hidden;
}
.section {
	padding: 5.73vw 0;
}
.b1-flex {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0 0 5vw 0;
}
.b1-title {
	position: relative;
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.b1-content {
	position: relative;
	width: 55%;
	padding: 0 5.47vw 0 0;
}
.b1-content p {
	margin: 0 0 0.83vw 0;
}
.b1-content p:last-child {
	margin: 0;
}
.b1-title .title {
	padding: 0 0 0 5.21vw;
	text-transform: none;
}
.title {
	font-family: 'Benzin';
	text-transform: uppercase;
	font-size: 1.88vw;
	font-weight: 700;
	color: #005D9E;
	margin: 0 0 3.13vw 0;
}
.b1-grid {
	display: flex;
	justify-content: space-between;
}
.b1-item {
	position: relative;
	width: calc(33.333% - 0.83vw);
	color: #005D9E;
	cursor: pointer;
}
.b1-title-img {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 1.25vw;
}
.b1-item-bg {
	width: 100%;
	border-radius: 1.25vw;
}
.b1-item-btn {
	position: absolute;
  bottom: 1.25vw;
  right: 1.25vw;
  width: 3.65vw;
  opacity: 0;
  visibility: hidden;
  transform: translateX(16px);
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
.b1-item:hover .b1-item-btn {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.b1-item p {
	font-family: 'Benzin';
	font-size: 1.04vw;
	font-weight: 700;
	padding: 0.83vw 1.25vw;
}
.b1-bg {
	width: 100%;
	border-radius: 24px;
}

/* --------------------------------
	
b2
	
-------------------------------- */
#b2 {
	position: relative;
	overflow: hidden;
	padding-bottom: 13.28vw;
}
#b2:before {
	background: url(../img/b2.svg) no-repeat bottom / cover;
	width: 102%;
	height: 28.75vw;
	top: 0;
	left: 0;
}
#b2::after {
	background: url(../img/footer.svg) no-repeat top / cover;
	width: 102%;
	height: 11.35vw;
	bottom: -1px;
	left: 0;
}
.title-group {
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin: 0 0 3.65vw 0;
}
#b2 .title {
	font-size: 1.88vw;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}
.b2-txt {
	text-align: right;
}
.b2-txt span {
	font-weight: 700;
}
.tabs {
	margin: 0 0 4.65vw 0;
	display: flex;
	flex-wrap: wrap;
}
.tab-btn {
	margin: 0 8px 8px 0;
}
.tab-btn a {
	font-family: 'Benzin';
	color: #000;
	font-size: 0.63vw;
	text-transform: uppercase;
	text-align: center;
	display: inline-flex;
	height: 3.02vw;
	border-radius: 0.83vw;
	background: #fff;
	cursor: pointer;
	border: 2px solid #005D9E;
	align-items: center;
	justify-content: center;
	padding: 0 1.25vw;
	-webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
.tab-btn a.active {
	background: #EF7F1A;
	color: #fff;
	border: 2px solid #EF7F1A;
}
#b2-tab-group {
	position: relative;
	width: 62%;
}
.accordion-item {
	position: relative;
	padding: 1.25vw 0;
	border-bottom: 1px dashed rgba(0, 130, 201, 0.3);
}
.accordion-item:last-child {
	border-bottom: 0;
}
.acc-target {
	font-family: 'Benzin';
	position: relative;
	display: flex;
	align-items: center;
	font-size: 1.04vw;
	font-weight: 700;
	color: #005D9E;
	text-transform: uppercase;
	padding: 0 10.42vw 0 0;
	cursor: pointer;
}
.acc-target:after {
	background: url(../img/acc.svg) no-repeat center / contain;
	width: 1.15vw;
	height: 1.15vw;
	right: 0;
	-webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
.open .acc-target:after {
	transform: rotate(90deg);
	opacity: 0.65;
}
.acc-hidden {
	padding: 1.25vw 0 0 0;
	display: none;
}
.b2-bg {
	position: absolute;
	bottom: 0;
	right: 5.21vw;
	width: 28%;
	z-index: 1;
}

/* --------------------------------
	
footer
	
-------------------------------- */
footer {
	position: relative;
	overflow: hidden;
	background: #0082C9;
	color: #fff;
	padding: 0 0 7vw 0;
}
footer .title {
	color: #fff;
}
.footer-grid {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.footer-item span {
	font-size: 1.04vw;
	display: block;
	margin: 0 0 0.2vw 0;
}
.footer-item a {
	font-family: 'Benzin';
	position: relative;
	font-size: 1.25vw;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.footer-item a img {
	width: 2.08vw;
	margin: 0 0.83vw 0 0;
}

/* --------------------------------
	
fixed-nav
	
-------------------------------- */
.fixed-nav {
	position: fixed;
	z-index: 99;
	bottom: 1.04vw;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
.fixed-nav.shrink {
	opacity: 1;
	visibility: visible;
}
.fixed-nav-flex {
	background: rgba(0, 93, 158, 0.13);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 8px;
	padding: 0.63vw 2.60vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	will-change: transform;
	transform: translateY(100%);
	-webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
.shrink .fixed-nav-flex {
	transform: translateY(0%);
}
#menu-fixed {
	display: flex;
	align-items: center;
}
#menu-fixed .menu-item {
	font-family: 'Benzin';
	margin: 0 8px 0 0;
	font-size: 0.83vw;
	font-weight: 400;
}
#menu-fixed .menu-item a {
	background: #fff;
	border-radius: 8px;
	color: #000;
	height: 2.08vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 2.08vw;
	-webkit-transition: 0s ease-out;
  transition: 0s ease-out;
}
#menu-fixed .menu-item a:hover {
	background: rgba(255,255,255,0.65);
}
#menu-fixed .menu-item a.active {
	background: #0077c8;
	color: #fff;
}
.fixed-ico {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #0082C9;
	border-radius: 50%;
	-webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
.fixed-ico:hover {
	background: #005D9E;
}
.fixed-ico img {
	width: 16px;
}

/* --------------------------------
	
	modal-box
	
-------------------------------- */
.modal, .modal-box {
	z-index: 1000;
}
.modal-sandbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
	background: #fff;
  -webkit-transition: 0.25s ease-out 0.25s;
	transition: 0.25s ease-out 0.25s;
}
.modal.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.modal-box {
  display: block;
  width: 100%;
  height: 100%;
}
.modal-body {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: flex-start;
	justify-content: flex-start;
}
.modal_container {
	width: 100%;
	height: 100%;
	position: relative;
	background: #fff;
	opacity: 0;
	-webkit-transition: 0.25s ease-out 0s;
	transition: 0.25s ease-out 0s;
}
.open .modal_container {
	opacity: 1;
}
.close-modal {
	position: absolute;
	top: 1.25vw;
	right: 1.25vw;
	cursor: pointer;
	width: 1.25vw;
	z-index: 9999;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.close-modal:hover {
	opacity: 0.6;
} 
.close-modal img {
	position: relative;
	width: 100%;
  -webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.close-modal:hover img {
	opacity: 0.7;
}
.modal-append-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.modal-append-img {
	width: 60%;
	height: 100%;
	overflow: hidden;
}
.modal-append-img .intro-item-img {
	width: 100%;
	border-radius: 0;
	height: 100%;
	object-fit: cover;
}
.modal-append-txt {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 40%;
	padding: 0 5.21vw;
	max-height: 80vh;
	position: relative;
	overflow: hidden;
}
.modal-date {
	font-family: 'Benzin';
	font-size: 0.63vw;
	font-weight: 700;
	color: rgba(0, 130, 201, 0.3);
	margin: 0 0 1.25vw 0;
}
.modal-title {
	font-family: 'Benzin';
	text-transform: uppercase;
	font-size: 1.25vw;
	font-weight: 700;
	color: #005D9E;
	margin: 0 0 1.25vw 0;
}
.modal-item-txt p {
	margin: 0 0 0.83vw 0;
}
.modal-item-txt p a {
	font-weight: 700;
	color: #005d9e;
}
.modal-item-txt h3, .modal-item-txt h4, .modal-item-txt h5 {
	font-size: 1.25vw;
	text-transform: uppercase;
}
.modal-item-txt h2 {
	font-size: 1.67vw;
	line-height: 1.2;
	margin: 0 0 24px 0;
}
.modal-item-txt ul, .modal-item-txt ol {
	margin: 24px 0;
	padding: 0 0 0 24px;
}
.modal-item-txt ul {
	list-style: disc;
}
.modal-item-txt ol {
	list-style: decimal;
}
.scroll-block {
	position: relative;
	max-height: 80vh;
}
.mCSB_container {
	padding: 0 24px 0 0;
}
blockquote {
	background-color: #ebecec;
	color: #000;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
	margin: 25px 0;
}
.modal-item-txt blockquote p {
	margin: 0;
}
.modal-shema-img {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.modal-shema-img img {
	height: 90vh;
	object-fit: contain;
}




/* --------------------------------
	
gal-page
	
-------------------------------- */
#gal-page {
	position: relative;
	overflow: hidden;
	min-height: 80vh;
	padding-bottom: 7.29vw;
}
#gal-page::after {
	background: url(../img/footer.svg) no-repeat top / cover;
	width: 102%;
	height: 11.35vw;
	bottom: -1px;
	left: 0;
}
.section-top {
	padding-top: 10vw;
}
.intro-item-bg {
	width: 100%;
	border-radius: 0;
	height: 100%;
	object-fit: cover;
}
.contain .intro-item-bg {
	object-fit: contain;
	object-position: left;
}
#gal-page .intro-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-ico {
	position: absolute;
	width: 50px;
	will-change: transform;
	transform: scale(0);
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.intro-item:hover .search-ico {
	transform: scale(1);
}
.gal-slider .slider-btn {
	position: absolute;
	top: 45%;
	z-index: 1;
	margin: 0;
}
.gal-slider .next-button-slide {
	right: 24px;
}
.gal-slider .prev-button-slide {
	left: 24px;
}
.gal-slider .swiper-button-disabled {
	opacity: 0;
}
















/* --------------------------------
	
	адаптив
	
-------------------------------- */

@media (max-width: 1400px) {
.container {
	padding: 0 24px;
}

}

@media (max-width: 1200px) {
* {
		scrollbar-color: rgba(12, 12, 12, 0.2) rgba(12, 12, 12, 0);
	}
	/* для Chrome/Edge/Safari */
	*::-webkit-scrollbar {
		height: auto;
		width: auto;
	}
	*::-webkit-scrollbar-track {
		background: transparent;
	}
	*::-webkit-scrollbar-thumb {
		background-color: transparent;
		border-radius: 5px;
		border: 3px solid rgba(12, 12, 12, 0.2);
	}
	* {
		-webkit-tap-highlight-color: transparent;
	}
h1 {
	font-size: 32px;
}
.maintenance-content h1 {
	font-size: 5.33vw;
}
.maintenancetxt {
	width: 100%;
	margin: 0;
}
.qr {
	display: none;
}
.maintenance-soc {
	align-items: flex-start;
	padding: 0;
	margin: 0;
}
.maintenance-soc-link {
	font-size: 2.33vw;
}
.maintenance-soc-link img {
	width: 24px;
	margin: 0 16px 0 0;
}
.header-flex {
	padding: 16px 0;
	justify-content: space-between;
}
.header-nav {
	display: none;
}
.fixed-nav {
	position: fixed;
	display: flex;
	align-items: normal;
	top: 0;
	flex-direction: column;
	left: 0;
	width: 40%;
	height: 100vh;
	background: rgba(0, 93, 158, 0.13);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
	transform: translateX(-100%);
	visibility: hidden;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
	justify-content: flex-start;
	padding: 24px;
	overflow: auto;
}
.fixed-nav.show {
  transform: translateX(0%);
	visibility: visible;
	opacity: 1;
}
.burger {
	display: flex;
}
.fixed-nav .container {
	padding: 0;
	height: 100%;
}
.fixed-nav-flex {
	background: transparent;
	backdrop-filter: blur(0);
	-webkit-backdrop-filter: blur(0);
	border-radius: 0;
	padding: 0;
	transform: translateY(0%);
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	height: 100%;
}
#menu-fixed {
	align-items: flex-start;
	flex-direction: column;
}
#menu-fixed .menu-item {
	margin: 0 0 8px 0;
	font-size: 16px;
	width: 100%;
}
#menu-fixed .menu-item a {
	border-radius: 8px;
	height: 56px;
	padding: 0 32px;
	width: 100%;
}
.page-nav {
	width: 100%;
}
.fixed-ico {
	width: 48px;
	height: 48px;
}
p, li {
	font-size: 16px;
	line-height: 1.3;
}
.logo {
	width: 140px;
	margin: 0;
}
#menu-header {
	align-items: flex-start;
	flex-direction: column;
}
#menu-header .menu-item {
	margin: 0 0 16px 0;
	font-size: 20px;
}
.intro-title {
	margin: 0 0 24px 0;
}
.slider-btn {
	width: 42px;
	height: 42px;
	background: #0082C9;
}
.slider-btn img {
	width: 12px;
}
.intro-item-content {
	padding: 16px;
}
.intro-item-img {
	border-radius: 16px;
}
.intro-item-content h3 {
	font-size: 12px;
}
.intro-item-content p {
	font-size: 14px;
}
.intro-item-btn {
	bottom: 8px;
	right: 16px;
	width: 32px;
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.b1-flex {
	padding: 0;
	margin: 0 0 70px 0;
	flex-direction: column;
}
.b1-title .title {
	padding: 0;
}
.b1-title {
	width: 100%;
}
.title {
	font-size: 28px;
	margin: 0 0 24px 0;
}
.b1-content {
	width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
}
.b1-item-bg {
	border-radius: 16px;
}
.b1-item-btn {
	bottom: 24px;
	right: 24px;
	width: 42px;
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.b1-item p {
	font-size: 16px;
	padding: 8px 16px;
}
.section {
	padding: 70px 0;
}
#b2 .title {
	font-size: 32px;
}
.title-group {
	margin: 0 0 40px 0;
}
#b2 .title-group {
	padding: 0 24px;
}
.tab-btn {
	margin: 0 8px 0 0;
	flex: 0 0 auto;
}
.tab-btn a {
	font-size: 10px;
	height: 46px;
	border-radius: 8px;
	padding: 0 16px;
}
.tabs {
	margin: 0 0 24px 0;
	flex-wrap: nowrap;
	padding: 0 24px 8px 24px;
	overflow: auto;
}
#b2 .container {
	padding: 0;
}
#b2-tab-group {
	padding: 0 0 0 24px;
}
.acc-target {
	font-size: 16px;
	padding: 0 100px 0 0;
}
.accordion-item {
	padding: 24px 0;
}
.acc-target::after {
	width: 16px;
	height: 16px;
}
.acc-hidden {
	padding: 16px 0 0 0;
}
.close-modal {
	top: 16px;
	right: 16px;
	width: 16px;
}
.modal-date {
	font-size: 10px;
	margin: 70px 0 8px 0;
}
.modal-append-txt {
	padding: 0 24px;
	overflow: auto;
	height: 100%;
}
.modal-title {
	font-size: 18px;
	margin: 0 0 16px 0;
}
.modal-item-txt p {
	font-size: 14px;
	margin: 0 0 16px 0;
}
footer {
	padding: 0 0 100px 0;
}
.section-top {
	padding-top: 140px;
}
#gal-page {
	padding-bottom: 140px;
}
.modal-shema-img img {
	width: 100%;
}
.modal-item-txt h3, .modal-item-txt h4, .modal-item-txt h5 {
	font-size: 18px;
}
.modal-item-txt li {
	font-size: 14px;
	margin: 0 0 12px 0;
}
.mCSB_container {
	padding: 0;
}
.modal-item-txt h2 {
	font-size: 24px;
}
















}

@media (max-width: 991px) {
.maintenance-flex {
	width: 100%;
}
#intro {
	height: auto;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}
.intro-flex {
	padding: 160px 0 40px 0;
	height: auto;
	width: 100%;
}
.intro-bg {
	position: relative;
	height: 100%;
	width: 80%;
}
.b1-grid {
	flex-direction: column;
}
.b1-item {
	width: 100%;
	margin: 0 0 32px 0;
}
.b1-item:last-child {
	margin: 0;
}
.b1-item p {
	padding: 16px;
}
.title-group {
	flex-direction: column;
}
.b2-txt {
	text-align: left;
}
#b2 .title {
	margin: 0 0 24px 0;
}
#b2::before {
	height: 60vw;
}
.b2-bg {
	display: none;
}
#b2-tab-group {
	padding: 0 24px;
	width: 100%;
}
.footer-grid {
	align-items: flex-start;
	flex-direction: column;
}
.footer-item {
	margin: 0 0 24px 0;
}
.footer-item:last-child {
	margin: 0;
}
.footer-item span {
	font-size: 12px;
	margin: 0 0 8px 0;
}
.footer-item a {
	font-size: 18px;
}
.footer-item a img {
	width: 24px;
	margin: 0 16px 0 0;
}
footer {
	padding: 0 0 40px 0;
}
.fixed-nav {
	width: 55%;
}
.modal-append-flex {
	flex-direction: column-reverse;
}
.modal-append-img {
	width: 100%;
}
.modal-append-txt {
	padding: 40px 24px;
	overflow: visible;
	height: 100%;
	width: 100%;
}
.modal-append-flex {
	justify-content: flex-end;
}
.modal-date {
	margin: 0 0 16px 0;
	display: block;
}
.modal_container {
	overflow: auto;
}
.modal-append-txt {
	max-height: 100%;
}
.scroll-block {
	max-height: 100%;
}
.modal-append-flex {
	height: auto;
}
.mCSB_scrollTools {
	display: none !important;
}


























}

@media (max-width: 767px) {
.maintenance-content h1 {
	font-size: 8vw;
}
.maintenance-soc-link {
	font-size: 4.5vw;
}
.mainbg {
	position: relative;
	width: 100%;
	height: auto;
}
.maintenance-flex {
	width: 100%;
	height: auto;
	padding: 100px 0 40px 0;
}
.maintenance-soc-link img {
	width: 48px;
}
.container {
	padding: 0 16px;
}
.logo {
	width: 120px;
}
h1 {
	font-size: 7.4vw;
}
.intro-title {
	flex-direction: column;
	align-items: flex-start;
}
.intro-title h1 {
	margin: 0 0 16px 0;
}
.slider-btn {
	margin: 0 8px 0 0;
}
.b1-flex {
	padding: 0;
}
.title {
	font-size: 24px;
}
.b1-content p {
	margin: 0 0 12px 0;
}
#b2::before {
	height: 460px;
}
#b2 .title-group {
	padding: 0 16px;
}
#b2 .title {
	font-size: 24px;
}
.tabs {
	padding: 0 16px 8px 16px;
}
#b2-tab-group {
	padding: 0 16px;
}
.acc-target {
	padding: 0 50px 0 0;
}
#b2 {
	padding-bottom: 140px;
}
#b2::after {
	height: 100px;
}
.footer-item a {
	font-size: 4.1vw;
}
footer .title {
	margin: 0 0 36px 0;
}
footer {
	padding: 0 0 70px 0;
}
.burger {
	bottom: 16px;
	right: 16px;
}
.fixed-nav {
	width: 80%;
	padding: 16px;
}
.modal-append-txt {
	padding: 40px 16px;
}
.section-top {
	padding-top: 110px;
}
#gal-page::after {
	height: 100px;
}
.intro-slider {
	overflow: visible;
}
.gal-slider {
	height: auto;
}
.modal-append-flex {
	height: auto;
}
.b1-bg {
	border-radius: 16px;
}




















}