

/* Start:/bitrix/templates/main/style/fancybox/jquery.fancybox.css?16013152704821*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Montserrat", Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, #fancybox-loading:after {
	border-radius: 50%;
	width: 3em;
	height: 3em;
}

#fancybox-loading {
	border: 0.7em solid rgba(255, 255, 255, 0.3); border-left-color: #fff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loader 1.1s infinite linear;
	animation: loader 1.1s infinite linear;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 8060;
	margin: -35px 0 0 -35px;
	font-size: 10px;
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

a.fancybox-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 8040;
	background: #0091c9;
	border: 1px solid #fff;
	text-decoration: none !important;
}

.fancybox-close::before {
	content: '×';
	color: #fff;
	font-size: 43px;
	font-weight: 300;
	line-height: 0;
	position: absolute;
	top: 23px;
	left: 12px;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/main/style/fancybox/blank.gif');
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -18px;
	border: 1px solid #fff;
	z-index: 8040;
	visibility: hidden;
	background: #0091c9;
	color: #fff;
}

.fancybox-prev span {
	left: -1px;
}

.fancybox-next span {
	right: -1px;
}

.fancybox-nav span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

.fancybox-next span::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -8px 0 0 -11px;
}

.fancybox-prev span::before {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	margin: -8px 0 0 -6px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-lock {
    width: auto;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-title {
	visibility: hidden;
	font: 400 15px/1.2 'Montserrat', Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding: 7px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.fancybox-margin {margin: 0 !important;}
/* End */


/* Start:/bitrix/templates/main/style/swiper.css?160131527013678*/
/**
 * Swiper 5.3.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/bitrix/templates/main/style/hires.css?160131527023360*/
@media (min-width: 2200px) {  /*[][][][][][][][][][][][][][][][][][][][][][][][][][][][] 2200*/
	:root {
		--res_factor: 1.5;
	}

	body {
		font-size: calc(var(--res_factor) * 14px);
	}

	form, input, textarea, select, option {
		font-size: calc(var(--res_factor) * 14px);
	}

	button, input[type='text'], input[type='email'], input[type='submit'], input[type='button'], textarea, select, .file_mask {
		border: calc(var(--res_factor) * 1px) solid #0091c9;
		padding: 0 calc(var(--res_factor) * 20px);
		height: calc(var(--res_factor) * 60px);
	}

	button, input[type='submit'], input[type='button'] {
		font: 600 calc(var(--res_factor) * 14px)/1.3 'Montserrat', Arial, sans-serif;
	}

	input[type='file'] {
		left: calc(var(--res_factor) * -1000px);
	}

	.file_mask {
		line-height: calc(var(--res_factor) * 58px);
		padding: 0 calc(var(--res_factor) * 52px) 0 calc(var(--res_factor) * 20px);
	}

	.file_mask div {
		width: calc(var(--res_factor) * 40px);
	}

	.file_mask div::before {
		font-size: calc(var(--res_factor) * 36px);
		left: calc(var(--res_factor) * 8px);
	}

	option {
		padding: 0 0 0 calc(var(--res_factor) * 5px);
		font-size: calc(var(--res_factor) * 14px);
	}

	select {
		padding: 0 calc(var(--res_factor) * 54px) 0 calc(var(--res_factor) * 14px);
	}

	textarea {
		padding: calc(var(--res_factor) * 20px) calc(var(--res_factor) * 20px) calc(var(--res_factor) * 5px);
		height: calc(var(--res_factor) * 160px);
	}

	td, th {
		font-size: calc(var(--res_factor) * 14px);
		border-bottom: calc(var(--res_factor) * 2px) solid #eff0f5;
		padding: calc(var(--res_factor) * 18px) calc(var(--res_factor) * 10px) calc(var(--res_factor) * 4px);
	}

	li {
		padding: 0 0 0 calc(var(--res_factor) * 26px);
	}

	ul:not(.inlined):not(.justified) > li::before {
		width: calc(var(--res_factor) * 11px);
		height: calc(var(--res_factor) * 11px);
		margin: calc(var(--res_factor) * 6px) 0 0 calc(var(--res_factor) * -26px);
	}

	ol > li:before {
		font-size: calc(var(--res_factor) * 18px);
		width: calc(var(--res_factor) * 22px);
	}

	blockquote {
		font-size: calc(var(--res_factor) * 21px);
		padding: 0 0 0 calc(var(--res_factor) * 20px);
		border-left: calc(var(--res_factor) * 8px) solid #00a5b2;
	}

	h1 {
		font: 500 calc(var(--res_factor) * 48px)/120% 'Montserrat', Arial, sans-serif;
		margin: 0 0 calc(var(--res_factor) * 30px) 0;
	}

	h2 {
		font: 600 calc(var(--res_factor) * 30px)/110% 'Montserrat', Arial, sans-serif;
		margin: 0 0 calc(var(--res_factor) * 30px) 0;
	}

	h3 {
		font: 600 calc(var(--res_factor) * 24px)/120% 'Montserrat', Arial, sans-serif;
		margin: 0 0 calc(var(--res_factor) * 24px) 0;
	}

	h4, h5, h6 {
		font: 600 calc(var(--res_factor) * 18px)/120% 'Montserrat', Arial, sans-serif;
		margin: 0 0 calc(var(--res_factor) * 18px) 0;
	}

	p + h2, p + h3, p + h4, ul + h2, ul + h3, ul + h4, .table_wrap + h3, .table_wrap + h4 {
		padding: calc(var(--res_factor) * 10px) 0 0 0;
	}

	.justified > li {
		font-size: calc(var(--res_factor) * 14px);
	}

	.inlined > li {
		font-size: calc(var(--res_factor) * 14px);
	}

	.inlined > li img {vertical-align: bottom}

	.elem_center {
		margin: 0 0 calc(var(--res_factor) * 30px) 0;
	}

	.elem_right {
		margin: 0 0 calc(var(--res_factor) * 20px) calc(var(--res_factor) * 40px);
	}

	.elem_left {
		margin: 0 calc(var(--res_factor) * 40px) calc(var(--res_factor) * 20px) 0;
	}

	.elem_right img, .elem_left img {
		margin: 0 0 calc(var(--res_factor) * 8px) 0;
	}

	.elem_right, .elem_left {
		font-size: calc(var(--res_factor) * 14px);
	}

	a.white_btn {
		font-size: calc(var(--res_factor) * 14px);
		height: calc(var(--res_factor) * 60px);
		min-width: calc(var(--res_factor) * 200px);
	}

	a.white_btn > span {
		padding: 0 calc(var(--res_factor) * 12px);
	}

	a.block_btn, .block_btn {
		height: calc(var(--res_factor) * 40px);
		line-height: calc(var(--res_factor) * 40px);
		border: calc(var(--res_factor) * 1px) solid #dce0ed;
		font-size: calc(var(--res_factor) * 14px);
		padding: 0 calc(var(--res_factor) * 20px);
	}

	.block_header a.block_btn {
		height: calc(var(--res_factor) * 37px);
		line-height: calc(var(--res_factor) * 37px);
		margin: calc(var(--res_factor) * 10px) 0 calc(var(--res_factor) * -10px) calc(var(--res_factor) * 10px);
	}

	a.back_btn {
		padding-left: calc(var(--res_factor) * 40px);
	}

	.back_btn::before, .ajax_btn::before {
		width: calc(var(--res_factor) * 7px);
		height: calc(var(--res_factor) * 7px);
		border-width: calc(var(--res_factor) * 2px) calc(var(--res_factor) * 2px) 0 0;
		left: calc(var(--res_factor) * 17px);
	}

	.ajax_btn {
		height: calc(var(--res_factor) * 60px);
		line-height: calc(var(--res_factor) * 60px);
		padding: 0 calc(var(--res_factor) * 60px) 0 calc(var(--res_factor) * 40px);
		margin-top: calc(var(--res_factor) * 30px);
	}

	.ajax_btn::before {
		left: auto;
		right: calc(var(--res_factor) * 28px);
	}

	.block {
		max-width: calc(var(--res_factor) * 1440px);
		margin: 0 auto calc(var(--res_factor) * 80px) auto;
	}

	.ktrv {
		height: calc(var(--res_factor) * 90px);
		margin-bottom: 0;
	}

	.ktrv svg {
		width: calc(var(--res_factor) * 280px);
		height: calc(var(--res_factor) * 64px);
	}

	.ktrv a:first-child {
		margin-right: calc(var(--res_factor) * 20px);
	}

	.ktrv .block li {
		padding-top: calc(var(--res_factor) * 12px);
	}

	#header {
		top: calc(var(--res_factor) * 90px);
		height: calc(var(--res_factor) * 72px);
	}

	#header::before {
		height: calc(var(--res_factor) * 2px);
	}

	.logo {
		top: calc(var(--res_factor) * 16px);
		width: calc(var(--res_factor) * 166px);
		height: calc(var(--res_factor) * 34px);
	}

	#menu {
		padding: calc(var(--res_factor) * 32px) calc(var(--res_factor) * 75px) 0 calc(var(--res_factor) * 215px);
	}

	#menu li {
		margin: 0 calc(var(--res_factor) * 10px);
	}

	#menu a {
		padding-bottom: calc(var(--res_factor) * 16px);
		border-bottom: calc(var(--res_factor) * 2px) solid transparent;
	}

	body.menu #menu {
		padding: calc(var(--res_factor) * 30px) calc(var(--res_factor) * 30px) calc(var(--res_factor) * 8px) calc(var(--res_factor) * 30px);
		box-shadow: 0 calc(var(--res_factor) * 12px) calc(var(--res_factor) * 40px) rgba(0, 0, 0, 0.2);
	}

	body.menu #menu li {
		margin: 0 0 calc(var(--res_factor) * 12px);
	}

	body.menu #menu a {
		padding-bottom: calc(var(--res_factor) * 2px);
	}

	#menu_btn {
		width: calc(var(--res_factor) * 28px);
		height: calc(var(--res_factor) * 50px);
		margin-top: calc(var(--res_factor) * -25px);
	}

	#menu_btn span {
		width: calc(var(--res_factor) * 28px);
		height: calc(var(--res_factor) * 3px);
	}

	#menu_btn span::before, #menu_btn span::after {
		height: calc(var(--res_factor) * 3px);
	}

	#menu_btn span::before {
		top: calc(var(--res_factor) * -9px);
	}

	#menu_btn span::after {
		bottom: calc(var(--res_factor) * -9px);
	}

	#menu_search {
		width: calc(var(--res_factor) * 20px);
	}

	#menu_search_toggle {
		width: calc(var(--res_factor) * 20px);
		height: calc(var(--res_factor) * 21px);
		top: calc(var(--res_factor) * 33px);
	}

	#menu_search_in.act {
		width: calc(var(--res_factor) * 575px);
		padding: calc(var(--res_factor) * 13px) 0 0 calc(var(--res_factor) * 8px);
	}

	#menu_search_submit {
		width: calc(var(--res_factor) * 20px);
		right: calc(var(--res_factor) * 58px);
		top: calc(var(--res_factor) * 32px);
	}

	#menu_search_close {
		width: calc(var(--res_factor) * 17px);
		right: calc(var(--res_factor) * 18px);
		top: calc(var(--res_factor) * 34px);
	}

	#main_imagery {
		height: calc(var(--res_factor) * 825px);
	}

	.top_slide_img {
		margin-left: calc(var(--res_factor) * -30px);
	}

	#top_slider .top_slide_text {
		font-size: calc(var(--res_factor) * 24px);
	}

	.top_slide_text a.white_btn {
		width: calc(var(--res_factor) * 236px);
	}

	.top_slide_header {
		font-size: calc(var(--res_factor) * 66px);
		margin-bottom: calc(var(--res_factor) * 40px);
		margin-left: calc(var(--res_factor) * -4px);
	}

	#top_slider .slider_pages {
		bottom: calc(var(--res_factor) * 52px) !important;
	}

	.slider_pages .swiper-pagination-bullet {
		width: calc(var(--res_factor) * 60px);
		height: calc(var(--res_factor) * 40px);
		border-bottom-width: calc(var(--res_factor) * 2px);
		font-size: calc(var(--res_factor) * 16px);
	}

	.slider_nav li {
		width: calc(var(--res_factor) * 48px);
	}

	#top_slider .slider_nav li {
		width: calc(var(--res_factor) * 108px);
	}

	.slider_nav li::before {
		width: calc(var(--res_factor) * 48px);
		height: calc(var(--res_factor) * 48px);
		border: calc(var(--res_factor) * 1px) solid;
	}

	.slider_nav li::after {
		width: calc(var(--res_factor) * 8px);
		height: calc(var(--res_factor) * 8px);
		border-width: calc(var(--res_factor) * 2px) calc(var(--res_factor) * 2px) 0 0;
		margin-left: calc(var(--res_factor) * -1px);
	}

	.slider_nav li:first-child::after {
		margin-left: calc(var(--res_factor) * 1px);
	}

	#top_video .top_slide_text {
		font-size: calc(var(--res_factor) * 32px);
	}

	#top_video .top_slide_header {
		margin-bottom: calc(var(--res_factor) * 50px);
	}

	.gray_block {
		padding: calc(var(--res_factor) * 80px) 0;
		margin-bottom: calc(var(--res_factor) * 80px);
		background-position: bottom 0 right calc(var(--res_factor) * -300px);
	}

	.block_header {
		font-size: calc(var(--res_factor) * 48px);
		margin-bottom: calc(var(--res_factor) * 24px);
	}

	.item_list {
		margin-right: calc(var(--res_factor) * -30px);
	}

	.item_info_frame {
		margin-right: calc(var(--res_factor) * 30px);
		padding-top: calc(120% - (var(--res_factor) * 30px));
	}

	.item_info {
		padding: calc(var(--res_factor) * 20px) calc(var(--res_factor) * 20px) calc(var(--res_factor) * 30px);
	}

	.item_info div {
		font-size: calc(var(--res_factor) * 16px);
		margin-bottom: calc(var(--res_factor) * 8px);
	}

	.item_info div.item_header.large_header {
		font-size: calc(var(--res_factor) * 28px);
	}

	.item_info div.item_text {
		font-size: calc(var(--res_factor) * 14px);
	}

	.main_prod_list .item_info_frame {
		padding-top: calc(100% - (var(--res_factor) * 30px));
	}

	.main_prod_list .item_header {
		font-size: calc(var(--res_factor) * 18px);
	}

	.media_list > li {
		margin-bottom: calc(var(--res_factor) * 30px);
	}

	.media_list .item_info {
		padding: calc(var(--res_factor) * 40px) calc(var(--res_factor) * 40px) calc(var(--res_factor) * 30px);
	}

	.media_list .item_header {
		font-size: calc(var(--res_factor) * 18px);
	}

	.rocket {
		width: calc(var(--res_factor) * 60px);
		height: calc(var(--res_factor) * 60px);
	}

	.rocket span {
		width: calc(var(--res_factor) * 24px);
		height: calc(var(--res_factor) * 11px);
		transform: translate(-50%, calc(var(--res_factor) * -12px)) rotate(25deg);
	}

	.rocket span::before {
		height: calc(var(--res_factor) * 1px);
		border-width: calc(var(--res_factor) * 1px) 0 calc(var(--res_factor) * 1px) 0;
		top: calc(var(--res_factor) * 4px);
		right: calc(var(--res_factor) * 25px);
	}

	.item_info_frame:hover .rocket span::before, .launch:hover .rocket span::before {
		width: calc(var(--res_factor) * 24px);
	}

	@keyframes rocket1 {
		0% {
			transform: translate(-50%, calc(var(--res_factor) * -12px)) rotate(25deg);
		}
		20% {
			transform: translate(-50%, calc(var(--res_factor) * 40px)) rotate(20deg);
		}
		70% {
			transform: translate(-55%, calc(var(--res_factor) * 16px)) rotate(-2deg);
		}
		85% {
			transform: translate(-45%, calc(var(--res_factor) * 28px)) rotate(0);
		}
		100% {
			transform: translate(-35%, calc(var(--res_factor) * 25px)) rotate(0);
		}
	}

	@keyframes rocket2 {
		0% {
			transform: translate(-35%, calc(var(--res_factor) * 25px));
		}
		25% {
			transform: translate(-50%, calc(var(--res_factor) * 32px));
		}
		50% {
			transform: translate(-30%, calc(var(--res_factor) * 20px));
		}
		75% {
			transform: translate(-20%, calc(var(--res_factor) * 30px));
		}
		100% {
			transform: translate(-35%, calc(var(--res_factor) * 25px));
		}
	}

	#content {
		background-position: left 50% bottom calc(var(--res_factor) * -70px);
		padding: calc(var(--res_factor) * 130px) 0 calc(var(--res_factor) * 1px) 0;
	}

	#content_top > li:nth-child(1) {
		width: calc(var(--res_factor) * 260px);
	}

	#content_top > li:nth-child(2) {
		width: calc(100% - (var(--res_factor) * 260px));
		padding: calc(var(--res_factor) * 25px) 0 0 calc(var(--res_factor) * 40px);
	}

	#content_top > li p:last-child, #content_top > li:nth-child(2) ul:not(.inlined):last-child {
	}

	.less_size1 {
		font-size: calc(var(--res_factor) * 40px);
	}

	.less_size2 {
		font-size: calc(var(--res_factor) * 34px);
	}

	.less_size3 {
		font-size: calc(var(--res_factor) * 30px);
	}

	.side_menu {
		box-shadow: 0 calc(var(--res_factor) * 4px) calc(var(--res_factor) * 40px) rgba(0, 0, 0, 0.05);
		padding: calc(var(--res_factor) * 56px) 0 calc(var(--res_factor) * 56px) calc(var(--res_factor) * 40px);
	}

	.side_menu li {
		margin-bottom: calc(var(--res_factor) * 25px);
		padding-right: calc(var(--res_factor) * 30px);
	}

	.side_menu li ul {
		margin: calc(var(--res_factor) * 15px) calc(var(--res_factor) * -30px) 0 calc(var(--res_factor) * 20px);
	}

	.side_menu li li {
		margin-bottom: calc(var(--res_factor) * 15px);
	}

	.side_menu li.cur > a::before {
		width: calc(var(--res_factor) * 2px);
		right: calc(var(--res_factor) * -30px);
	}

	.side_menu h4 {
	}

	.news_list > li {
		margin-bottom: calc(var(--res_factor) * 30px);
	}

	#content_top .news_list {
		margin-right: calc(var(--res_factor) * -40px);
	}

	#content_top .news_list .item_info_frame {
		margin-right: calc(var(--res_factor) * 40px);
		padding-top: calc(100% - (var(--res_factor) * 40px));
	}

	.slider {
		padding: 0 calc(var(--res_factor) * 78px) calc(var(--res_factor) * 70px);
	}

	.slider .slider_nav li {
		bottom: calc(var(--res_factor) * 70px);
	}

	#img_slider {
		height: calc(var(--res_factor) * 400px);
	}

	#img_slider .swiper-slide img {
		max-height: calc(var(--res_factor) * 400px);
	}

	#media_inner {
		padding-top: calc(var(--res_factor) * 80px);
	}

	#media_inner .item_header {
		font-size: calc(var(--res_factor) * 26px);
	}

	.prod_list {
		padding-top: calc(var(--res_factor) * 20px);
		margin-right: calc(var(--res_factor) * -40px);
	}

	.prod_list > li {
		margin-bottom: calc(var(--res_factor) * 40px);
	}

	.prod_list .item_info_frame {
		margin-right: calc(var(--res_factor) * 40px);
		padding-top: calc(65.5% - (var(--res_factor) * 40px));
		box-shadow: 0 calc(var(--res_factor) * 4px) calc(var(--res_factor) * 40px) rgba(0, 0, 0, 0.05);
	}

	.prod_list .item_info {
		padding: calc(var(--res_factor) * 10px) calc(var(--res_factor) * 40px) calc(var(--res_factor) * 20px);
	}

	.prod_list .item_header {
		font-size: calc(var(--res_factor) * 18px);
		padding-top: calc(var(--res_factor) * 10px);
	}

	.vac_list > li {
		margin-bottom: calc(var(--res_factor) * 30px);
	}

	.vac_list .item_info_frame, #vac_slider .item_info_frame {
		box-shadow: 0 calc(var(--res_factor) * 4px) calc(var(--res_factor) * 40px) rgba(0, 0, 0, 0.05);
	}

	.vac_list .item_info, #vac_slider .item_info {
		padding: calc(var(--res_factor) * 22px) calc(var(--res_factor) * 20px) calc(var(--res_factor) * 18px);
		min-height: calc(var(--res_factor) * 120px);
	}

	.item_info div.item_vac_name {
		font-size: calc(var(--res_factor) * 16px);
		margin-bottom: calc(var(--res_factor) * 24px);
	}

	.item_info div.item_vac_salary {
		font-size: calc(var(--res_factor) * 14px);
	}

	.form {
		padding: calc(var(--res_factor) * 40px) calc(var(--res_factor) * 40px) 0;
		box-shadow: 0 calc(var(--res_factor) * 4px) calc(var(--res_factor) * 40px) rgba(0, 0, 0, 0.05);
	}

	.form li {
		width: calc(50% - (var(--res_factor) * 20px));
		margin-bottom: calc(var(--res_factor) * 40px);
	}

	.form li.form25 {
		width: calc(25% - (var(--res_factor) * 30px));
	}

	.form li.form_search1 {
		width: calc(100% - (var(--res_factor) * 240px));
	}

	.form li.form_search2 {
		width: calc(var(--res_factor) * 200px);
	}

	.form li.form_note {
		font-size: calc(var(--res_factor) * 12px);
	}

	.form li:first-of-type, input[name='company'] {
		left: calc(var(--res_factor) * -5000px);
	}

	.form li.mandatory::before {
		top: calc(var(--res_factor) * 16px);
		left: calc(var(--res_factor) * 9px);
		font-size: calc(var(--res_factor) * 18px);
	}

	li.form_result {
		padding: calc(var(--res_factor) * 30px);
	}

	.form li ul {
		margin-bottom: calc(var(--res_factor) * -40px);
	}

	.form_result span input {
		margin: calc(var(--res_factor) * 16px) 0 0 0;
		padding: 0 calc(var(--res_factor) * 40px);
	}

	.download {
		margin: 0 0 calc(var(--res_factor) * 30px) 0;
	}

	.two_cols:not(:last-child) .download {
		padding: 0 0 calc(var(--res_factor) * 40px) 0;
	}

	.download li {
		margin: 0 0 calc(var(--res_factor) * 25px) 0;
	}

	.download a {
		padding: calc(var(--res_factor) * 13px) 0 0 calc(var(--res_factor) * 54px);
	}

	.download a svg {
		width: calc(var(--res_factor) * 30px);
		height: calc(var(--res_factor) * 41px);
		left: calc(var(--res_factor) * 9px);
	}

	.download a::after {
		font-size: calc(var(--res_factor) * 11px);
		top: calc(var(--res_factor) * 16px);
		width: calc(var(--res_factor) * 39px);
		padding: calc(var(--res_factor) * 3px) 0;
		line-height: calc(var(--res_factor) * 10px);
	}

	.admin_list {
		margin-right: calc(var(--res_factor) * -40px);
	}

	.admin_list > li {
		margin: 0 0 calc(var(--res_factor) * 50px) 0;
	}

	.admin_info {
		margin: 0 calc(var(--res_factor) * 40px) 0 0;
	}

	#content_top .admin_info {
		margin: 0 calc(var(--res_factor) * 40px) 0 0;
	}

	.admin_img {
		padding-top: calc(140% - (var(--res_factor) * 40px));
		box-shadow: 0 calc(var(--res_factor) * 4px) calc(var(--res_factor) * 40px) rgba(0, 0, 0, 0.05);
	}

	#content_top .admin_position {
		font-size: calc(var(--res_factor) * 16px);
	}

	.photo_list .item_info_frame {
		padding-top: calc(75% - (var(--res_factor) * 30px)) !important;
	}

	.photo_list .item_info_frame svg, .media_list .item_info_frame svg {
		width: calc(var(--res_factor) * 70px);
	}

	.media_list .item_info_frame svg {
		width: calc(var(--res_factor) * 85px);
	}

	.search {
		margin-bottom: calc(var(--res_factor) * 40px);
	}

	#sitemap li {
		margin-bottom: calc(var(--res_factor) * 12px);
		font-size: calc(var(--res_factor) * 22px);
	}

	#sitemap li ul {
		padding: calc(var(--res_factor) * 8px) 0 0 calc(var(--res_factor) * 40px);
	}

	#sitemap li li {
		margin-bottom: calc(var(--res_factor) * 8px);
		font-size: calc(var(--res_factor) * 18px);
	}

	#sitemap li li li {
		font-size: calc(var(--res_factor) * 16px);
	}

	#contact > li:first-child {
		padding: calc(var(--res_factor) * 30px);
		box-shadow: 0 calc(var(--res_factor) * 4px) calc(var(--res_factor) * 40px) rgba(0, 0, 0, 0.05);
	}

	#contact_ymap {
		margin-left: calc(var(--res_factor) * 40px);
		box-shadow: 0 calc(var(--res_factor) * 4px) calc(var(--res_factor) * 40px) rgba(0, 0, 0, 0.05);
	}

	.contact_list > li {
		margin-bottom: calc(var(--res_factor) * 30px);
	}

	.contact_list .item_info_frame {
		box-shadow: 0 calc(var(--res_factor) * 4px) calc(var(--res_factor) * 40px) rgba(0, 0, 0, 0.05);
	}

	.contact_list .item_info {
		padding: calc(var(--res_factor) * 20px);
	}

	.contact_list .item_info div.item_vac_name {
		font-size: calc(var(--res_factor) * 14px);
	}

	.contact_list .item_info div.item_vac_salary {
		font-size: calc(var(--res_factor) * 14px);
	}

	#chrono_slider {
		padding: 0 calc(var(--res_factor) * 80px);
	}

	.years_header {
		bottom: calc(var(--res_factor) * 46px);
		left: calc(var(--res_factor) * 27px);
		font-size: calc(var(--res_factor) * 60px);
	}

	.years_slider .swiper-slide {
		font-size: calc(var(--res_factor) * 112px);
	}

	.years_slider .slider_pages {
		top: calc(var(--res_factor) * 25px);
		right: calc(var(--res_factor) * 30px);
	}

	.years_container .slider_pages .swiper-pagination-bullet {
		font-size: calc(var(--res_factor) * 28px);
		margin-bottom: calc(var(--res_factor) * 8px) !important;
		padding-bottom: calc(var(--res_factor) * 4px) !important;
	}

	.years_container .slider_pages .swiper-pagination-bullet::after {
		height: calc(var(--res_factor) * 2px);
	}

	.tiny_rocket {
		width: calc(var(--res_factor) * 33px);
		height: calc(var(--res_factor) * 15px);
	}

	.years_container .tiny_rocket {
		top: calc(100% + (var(--res_factor) * 10px));
		right: calc(var(--res_factor) * 110px);
	}

	.tiny_rocket::before {
		width: calc(var(--res_factor) * 1000px);
		height: calc(var(--res_factor) * 1px);
		border-width: calc(var(--res_factor) * 1px) 0 calc(var(--res_factor) * 1px) 0;
		top: calc(var(--res_factor) * 6px);
		margin-right: calc(var(--res_factor) * 3px);
	}

	.years_container.act .tiny_rocket {
		top: calc(var(--res_factor) * -35px);
	}

	.chrono_data > li:nth-child(1) {
		width: calc(60% - (var(--res_factor) * 50px));
		margin-right: calc(var(--res_factor) * 50px);
	}

	.chrono_data > li:nth-child(2) {
		width: calc(20% - (var(--res_factor) * 50px));
		margin-right: calc(var(--res_factor) * 50px);
	}

	.chrono_img:not(:last-child) {
		margin-bottom: calc(var(--res_factor) * 30px);
	}

	#not_found li:nth-child(1) {
		font-size: calc(var(--res_factor) * 220px);
		margin-right: calc(var(--res_factor) * 60px);
	}

	#not_found li:nth-child(2) {
		font-size: calc(var(--res_factor) * 86px);
	}

	#not_found .tiny_rocket {
		top: calc(var(--res_factor) * 132px);
		left: calc(var(--res_factor) * -32px);
	}

	@keyframes rocket3 {
		0% {
			transform: translate(0, 0);
		}
		100% {
			transform: translate(calc(var(--res_factor) * 400px), calc(var(--res_factor) * 12px));
		}
	}

	@keyframes rocket4 {
		0% {
			transform: translate(calc(var(--res_factor) * 400px), calc(var(--res_factor) * 12px));
		}
		30% {
			transform: translate(calc(var(--res_factor) * 380px), calc(var(--res_factor) * -7px));
		}
		40% {
			transform: translate(calc(var(--res_factor) * 405px), 0);
		}
		50% {
			transform: translate(calc(var(--res_factor) * 420px), calc(var(--res_factor) * 10px));
		}
		70% {
			transform: translate(calc(var(--res_factor) * 390px), 0);
		}
		90% {
			transform: translate(calc(var(--res_factor) * 410px), calc(var(--res_factor) * -6px));
		}
		100% {
			transform: translate(calc(var(--res_factor) * 400px), calc(var(--res_factor) * 12px));
		}
	}

	#not_found .tiny_rocket svg {
		width: calc(var(--res_factor) * 33px);
		height: calc(var(--res_factor) * 15px);
	}

	#footer .block {
		padding-top: calc(var(--res_factor) * 56px);
	}

	#footer .logo {
		top: calc(var(--res_factor) * 40px);
	}

	#footer .logo svg {
		width: calc(var(--res_factor) * 166px);
		height: calc(var(--res_factor) * 34px);
	}

	#footer .logo div {
		margin-top: calc(var(--res_factor) * 8px);
	}

	#btm_link {
		padding: 0 calc(var(--res_factor) * 360px) calc(var(--res_factor) * 20px) calc(var(--res_factor) * 350px);
	}

	#btm_link li {
		margin-bottom: calc(var(--res_factor) * 20px);
	}

	#btm_contact {
		font-size: calc(var(--res_factor) * 18px);
		top: calc(var(--res_factor) * 55px);
	}

	#btm_contact div {
		margin-bottom: calc(var(--res_factor) * 22px);
	}

	#copyright {
		padding: calc(var(--res_factor) * 20px) 0;
	}

	#copyright::before {
		height: calc(var(--res_factor) * 2px);
		top: calc(var(--res_factor) * -2px);
	}

	#footer + .ktrv {
		padding-top: calc(var(--res_factor) * 12px);
		padding-bottom: calc(var(--res_factor) * 12px);
	}
}

@media (min-width: 3500px) {  /*[][][][][][][][][][][][][][][][][][][][][][][][][][][][] 3500*/
	:root {
		--res_factor: 2;
	}
}
/* End */


/* Start:/bitrix/templates/main/style/common.css?160131527051615*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('/bitrix/templates/main/style/font/roboto-v20-latin_cyrillic-400.woff2') format('woff2'),
       url('/bitrix/templates/main/style/font/roboto-v20-latin_cyrillic-400.woff') format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('/bitrix/templates/main/style/font/montserrat-v14-latin_cyrillic-400.woff2') format('woff2'),
       url('/bitrix/templates/main/style/font/montserrat-v14-latin_cyrillic-400.woff') format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local('Montserrat Italic'), local('Montserrat-Italic'),
       url('/bitrix/templates/main/style/font/montserrat-v14-latin_cyrillic-400i.woff2') format('woff2'),
       url('/bitrix/templates/main/style/font/montserrat-v14-latin_cyrillic-400i.woff') format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'),
       url('/bitrix/templates/main/style/font/montserrat-v14-latin_cyrillic-500.woff2') format('woff2'),
       url('/bitrix/templates/main/style/font/montserrat-v14-latin_cyrillic-500.woff') format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
       url('/bitrix/templates/main/style/font/montserrat-v14-latin_cyrillic-600.woff2') format('woff2'),
       url('/bitrix/templates/main/style/font/montserrat-v14-latin_cyrillic-600.woff') format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
       url('/bitrix/templates/main/style/font/montserrat-v14-latin_cyrillic-700.woff2') format('woff2'),
       url('/bitrix/templates/main/style/font/montserrat-v14-latin_cyrillic-700.woff') format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local('Montserrat Black'), local('Montserrat-Black'),
       url('/bitrix/templates/main/style/font/montserrat-v14-latin_cyrillic-900.woff2') format('woff2'),
       url('/bitrix/templates/main/style/font/montserrat-v14-latin_cyrillic-900.woff') format('woff');
}

:root {
	--block_padding: 160px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #fff;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	overflow-x: hidden;
	line-height: 160%;
}

body.inner {
	font-weight: 500;
}

body.notransition * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

img {
	border: none;
}

a {
	outline: none;
}

*:focus {
	outline: 0;
}

::-moz-focus-inner {
	padding: 0;
	border: 0;
}

form, input, textarea, select, option {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
}

button, input[type='text'], input[type='email'], input[type='submit'], input[type='button'], textarea, select, .file_mask {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: 1px solid #0091c9;
	padding: 0 20px;
	width: 100%;
	height: 60px;
	color: #000;
	font-weight: 600;
}

button, input[type='submit'], input[type='button'] {
	font: 600 14px/1.3 'Montserrat', Arial, sans-serif;
	background: #fff;
	text-transform: uppercase;
	color: #0091c9;
	padding: 0;
	cursor: pointer;
}

input[type='submit'], input[type='button'] {
	color: #fff;
	background: #0091c9;
}

input[type='file'] {
	opacity: 0;
	position: absolute;
	left: -1000px;
}

label {cursor: pointer;}

.file_mask {
	line-height: 58px;
	cursor: pointer;
	padding: 0 52px 0 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
	background: #0091c9;
	color: #fff;
}

.file_mask::before {
	content: attr(data-text1);
}

.file_mask.act::before {
	content: attr(data-text2);
}

.file_mask div {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	cursor: pointer;
	display: none;
}

.file_mask.act div {
	display: block;
}

.file_mask div::before {
	content: '×';
	font-size: 36px;
	font-weight: 400;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 8px;
}

::-webkit-input-placeholder {
	color: #9bbcc9;
	opacity: 1;
	text-transform: uppercase;
	font-weight: 600;
}

::-moz-placeholder {
	color: #9bbcc9;
	opacity: 1;
	text-transform: uppercase;
	font-weight: 600;
}

::-ms-input-placeholder {
	color: #9bbcc9;
	opacity: 1;
	text-transform: uppercase;
	font-weight: 600;
}

/*
option {
	padding: 0 0 0 5px;
	background: #fff;
	color: #4d5160;
	font-size: 14px;
}

select {
	background: #fff url(/bitrix/templates/main/style/../images/arrow7.png) no-repeat top 17px right 14px;
	padding: 0 54px 0 14px;
}

select::-ms-expand {
	display: none;
}
*/

textarea {
	resize: none;
	padding: 20px 20px 5px;
	height: 160px;
}

table {
	border-collapse: unset;
	border-spacing: 0;
	width: 100%;
	margin: 0 0 1.8em 0;
}

td, th {
	font-weight: 400;
	font-size: 14px;
	vertical-align: top;
	border-bottom: 2px solid #eff0f5;
	line-height: 160%;
	padding: 18px 10px 4px;
}

th {
	font-weight: 700;
	text-align: left;
}

td:first-child, th:first-child {
	padding-left: 0;
}

td:last-child, th:last-child {
	padding-right: 0;
}

tr:first-child th {
	padding-top: 0;
}

td.value {
	font-weight: 500;
	text-align: right;
}

.table_wrap {
	overflow: auto;
	clear: both;
	margin: 0 0 1.8em 0;
}

.table_wrap table {
	margin: 0;
}

ul:not(.inlined):not(.justified), ol {
	margin: 0 0 1.8em 0;
	padding: 0;
	width: auto;
	overflow: hidden;
}

ol {
	counter-reset: numbered;
}

li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 26px;
	list-style-type: none;
}

ul:not(.inlined):not(.justified) > li::before {
	content: '';
	width: 11px;
	height: 11px;
	background: #0091C9;
	border-radius: 50%;
	position: absolute;
	margin: 6px 0 0 -26px;
}

ol > li {
	counter-increment: numbered;
	position: relative;
}

ol > li:before {
	content: counter(numbered);
	color: #0091C9;
	font-weight: 700;
	font-size: 18px;
	position: absolute;
	left: 0;
	width: 22px;
}

a:link, a:visited {color: #0091c9; text-decoration: none;}
a:hover, a:active {color: #0091c9; text-decoration: underline;}

p {
	margin: 0 0 1.8em 0;
	line-height: inherit;
}

p b {
	font-weight: 700;
}

/*
blockquote {
	font-size: 21px;
	line-height: 170%;
	padding: 0 0 0 20px;
	display: block;
	font-weight: 400;
	border-left: 8px solid #00a5b2;
	margin: 0 0 1.8em 0;
}
*/

h1 {
	font: 500 45px/120% 'Montserrat', Arial, sans-serif;
	margin: 0 0 30px 0;
}

h2 {
	font: 600 30px/110% 'Montserrat', Arial, sans-serif;
	margin: 0 0 30px 0;
}

h3 {
	font: 600 24px/120% 'Montserrat', Arial, sans-serif;
	margin: 0 0 24px 0;
}

h4, h5, h6 {
	font: 600 18px/120% 'Montserrat', Arial, sans-serif;
	margin: 0 0 18px 0;
}

p + h2, p + h3, p + h4, ul + h2, ul + h3, ul + h4, .table_wrap + h3, .table_wrap + h4 {padding: 10px 0 0 0;}

div img, li img, iframe {vertical-align: top;}

/* ========================================================= */

.justified {
	text-align: justify;
	line-height: 0;
	font-size: 0.1px; /*trick the trickster*/
	margin: 0;
	padding: 0;
	overflow: visible;
}

.justified:after {
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}

.justified > li {
	display: inline-block;
	text-align: left;
	line-height: 160%;
	font-size: 14px;
	vertical-align: top;
	position: relative;
	margin: 0;
	padding: 0;
	background: none;
}

.inlined {
	margin: 0;
	padding: 0;
	font-size: 0;
	overflow: visible;
}

.inlined > li {
	display: inline-block;
	list-style-type: none;
	vertical-align: top;
	letter-spacing: 0;
	font-size: 14px;
	padding: 0;
	margin: 0;
	line-height: 160%;
	background: none;
	position: relative;
}

.inlined > li img {vertical-align: bottom}

.noselect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

li.dummy {
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	min-height: inherit !important;
	border: none !important;
}

li.dummy::before {
	display: none;
}

.elem_center {
	margin: 0 0 1.8em 0;
	text-align: center;
}

.elem_center img {
	max-width: 100%;
}

.elem_right {
	float: right;
	clear: right;
	margin: 0 0 20px 40px;
}

.elem_left {
	float: left;
	clear: left;
	margin: 0 40px 20px 0;
}

.elem_right img, .elem_left img {
	max-width: 100%;
	margin: 0 0 8px 0;
}

.elem_right, .elem_left {
	max-width: 35%;
	font-size: 14px;
}

.elem_video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 51%;
}

.elem_video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

a.white_btn {
	display: inline-block;
	background: #fff;
	color: #0091c9;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.04em;
	height: 60px;
	min-width: 200px;
	position: relative;
	line-height: 1;
}

a.white_btn > span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 12px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

a.block_btn, .block_btn {
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dce0ed;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0 20px;
	color: #7c8bb3;
	text-decoration: none;
	transition: all 100ms;
	position: relative;
	cursor: pointer;
}

.block_header a.block_btn {
	height: 37px;
	line-height: 37px;
	margin: 10px 0 -10px 10px;
}

a.block_btn:hover, .block_btn:hover {
	border-color: #fff;
	background: #0091c9;
	color: #fff;
}

a.block_btn b {
	font-weight: 600;
}

a.back_btn {
	padding-left: 40px;
}

.back_btn::before, .ajax_btn::before {
	content: '';
	width: 7px;
	height: 7px;
	border: solid;
	border-width: 2px 2px 0 0;
	position: absolute;
	top: 50%;
	left: 17px;
	-webkit-transform: translate(0, -50%) rotate(-135deg);
	transform: translate(0, -50%) rotate(-135deg);
}

.ajax_btn {
	height: 60px;
	line-height: 60px;
	padding: 0 60px 0 40px;
	margin-top: 30px;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.ajax_btn::before {
	left: auto;
	right: 28px;
	-webkit-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg);
}

a.item_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

/*#gotop {
	position: fixed;
	bottom: -50px;
	right: 0;
	width: 50px;
	height: 50px;
	background: #00a5b2;
	cursor: pointer;
	border: solid rgba(255, 255, 255, 0.5);
	border-width: 1px 0 0 1px;
	z-index: 8;
	transition: bottom 350ms;
}

#gotop.act {
	bottom: 0;
}

#gotop::before {
	content: '';
	width: 15px;
	height: 15px;
	border-top: #fff 3px solid;
	border-right: #fff 3px solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 20px;
	left: 15px;
}

a.phone {
	text-decoration: none;
	pointer-events: none;
}

body.mobile a.phone {
	pointer-events: auto;
}

#header a.phone {
	color: #fff;
}

#footer a.phone {
	color: #808285;
}*/

/*=========================================================== */

.block {
	max-width: 1550px;
	margin: 0 auto 80px auto;
	padding: 0 var(--block_padding);
	position: relative;
}

.ktrv {
	height: 90px;
	background: #eff0f5;
	margin-bottom: 0;
	font-family: 'Roboto', Arial, sans-serif;
}

.ktrv svg {
	width: 280px;
	height: 64px;
	fill: #007982;
}

.ktrv a:first-child {
	margin-right: 20px;
}

.ktrv .block li {
	padding-top: 12px;
	vertical-align: bottom;
}

.ktrv .block li:last-child {
	line-height: 230%;
}

.ktrv .block a {
	display: inline-block;
	color: #007982;
}

#header {
	text-transform: uppercase;
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	height: 72px;
	z-index: 25;
	transition: background 350ms;
}

body.inner #header, body.sticky #header {
	background: #f7f8fa;
}

body.sticky #header {
	position: fixed;
	top: 0;
}

#header::before {
	content: '';
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.15);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	transition: background 350ms;
}

body.inner #header::before, body.sticky #header::before {
	background: #eff0f5;
}

#header > .block {
	margin: 0 auto;
	height: 100%;
}

.logo {
	position: absolute;
	top: 16px;
	left: var(--block_padding);
	width: 166px;
	height: 34px;
	fill: #fff;
	z-index: 2;
	transition: fill 350ms;
}

body.inner .logo, body.sticky .logo {
	fill: #0091c9;
}

#menu {
	padding: 32px 75px 0 215px;
}

#menu li {
	letter-spacing: 0.04em;
	margin: 0 10px;
	text-transform: uppercase;
	z-index: 2;
}

#menu a {
	display: block;
	font-weight: 600;
	color: #f6f7f9;
	padding-bottom: 16px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: color 350ms;
}

body.inner #menu a, body.sticky #menu a, body.menu #menu a {
	color: #000;
}

#menu a:hover, #menu a.cur {
	border-color: #00b8ff;
}

#menu a.cur {
	font-weight: 700;
}

body.menu #menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	min-height: 35vh;
	background: #f7f8fa;
	padding: 30px 30px 8px 30px;
	display: block;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
	z-index: 12;
}

body.menu #menu li {
	width: 100%;
	margin: 0 0 12px;
}

body.menu #menu a {
	display: inline-block;
	padding-bottom: 2px;
}

#menu_btn {
	cursor: pointer;
	width: 28px;
	height: 50px;
	position: absolute;
	right: var(--block_padding);
	top: 50%;
	margin-top: -25px;
	display: none;
	z-index: 12;
}

#menu_btn span {
	display: block;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: 75ms;
	width: 28px;
	height: 3px;
}

body.menu #menu_btn span {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
	transform: translate(0, -50%) rotate(45deg);
}

#menu_btn span::before, #menu_btn span::after {
	content: '';
	width: 100%;
	height: 3px;
	position: absolute;
	right: 0;
	background: #fff;
}

#menu_btn span::before {
	top: -9px;
	transition: top 75ms ease .12s, opacity 75ms ease;
}

body.menu #menu_btn span::before {
	top: 0;
	transition: top 75ms ease, opacity 75ms ease .12s;
	opacity: 0;
}

#menu_btn span::after {
	bottom: -9px;
	transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55,.055,.675,.19);
}

body.menu #menu_btn span::after {
	bottom: 0;
	transition: bottom 75ms ease, transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
	transform: rotate(-90deg);
}

body.inner #menu_btn span, body.inner #menu_btn span::before, body.inner #menu_btn span::after,
body.sticky #menu_btn span, body.sticky #menu_btn span::before, body.sticky #menu_btn span::after,
body.menu #menu_btn span, body.menu #menu_btn span::before, body.menu #menu_btn span::after {
	background: #000;
}

#menu_search {
	position: absolute;
	right: var(--block_padding);
	top: 0;
	width: 20px;
	height: 100%;
	z-index: 8;
}

#menu_search_toggle {
	fill: #fff;
	width: 20px;
	height: 21px;
	cursor: pointer;
	position: absolute;
	top: 33px;
	transition: fill 350ms;
}

body.inner #menu_search_toggle, body.sticky #menu_search_toggle {
	fill: #000;
}

#menu_search_in {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: #fff;
	overflow: hidden;
	width: 0;
	transition: all 250ms;
}

#menu_search_in.act {
	width: 575px;
	padding: 13px 0 0 8px;
}

#menu_search_in form {
	opacity: 0;
	transition: all 150ms;
}

#menu_search_in.act form {
	opacity: 1;
	transition: all 150ms 250ms;
}

#menu_search_in form {
	height: 100%;
}

#menu_search_in input {
	width: 80%;
	border: none;
}

#menu_search_submit {
	width: 20px;
	fill: #000;
	position: absolute;
	right: 58px;
	top: 32px;
	cursor: pointer;
}

#menu_search_close {
	width: 17px;
	fill: #000;
	position: absolute;
	right: 18px;
	top: 34px;
	cursor: pointer;
}

#main_imagery {
	color: #fff;
	position: relative;
	height: 825px;
	overflow: hidden;
}

#top_slider, #top_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#top_slider .swiper-wrapper, #top_slider .block {
	height: 100%;
	margin: 0 auto;
}

#top_slider .swiper-slide {
	height: 100%;
	background: no-repeat 50% 0 / cover;
}

#top_slider .swiper-slide::before, #top_video::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(94, 103, 118, 0.85);
}

.top_slide_img {
	position: absolute;
	width: 52.6%;
	top: 50%;
	margin-left: -30px;
	-webkit-transform: translate(5%, -50%) scaleX(0);
	transform: translate(5%, -50%) scaleX(0);
	transform-origin: right;
	opacity: 0;
	transition: all 700ms 350ms ease-out;
}

.act .top_slide_img {
	-webkit-transform: translate(0, -50%) scaleX(1);
	transform: translate(0, -50%) scaleX(1);
	opacity: 1;
}

.top_slide_img svg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.top_slide_img > img {
	width: 100%;
	opacity: 0;
}

.image_masked {
	clip-path: url(#shape);
}

.top_slide_text {
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	top: 50%;
	line-height: 160%;
}

#top_slider .top_slide_text {
	font-size: 24px;
	left: 50%;
	width: calc(50% - var(--block_padding));
	-webkit-transform: translate(0, -85%);
	transform: translate(0, -85%);
	opacity: 0;
	transition: all 350ms ease-out;
}

#top_slider .act .top_slide_text {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 1;
}

.top_slide_text a.white_btn {
	width: 236px;
	opacity: 0;
	transition: all 450ms 1150ms ease-out;
}

#top_slider .act a.white_btn, #top_video a.white_btn {
	opacity: 1;
}

.top_slide_header {
	font-size: 66px;
	line-height: 1;
	margin-bottom: 40px;
	font-weight: 700;
	margin-left: -4px;
}

.slider_pages {
	position: absolute;
	bottom: 0 !important;
	left: 0 !important;
	width: 100%;
	text-align: center;
	z-index: 8;
	counter-reset: pagecount;
}

#top_slider .slider_pages {
	bottom: 52px !important;
}

.slider_pages .swiper-pagination-bullet {
	width: 60px;
	height: 40px;
	border-radius: 0;
	background: none;
	opacity: 1;
	color: #000;
	border-bottom: 2px solid #e8e8e8;
	font-size: 16px;
	margin: 0 !important;
	counter-increment: pagecount;
}

#top_slider .slider_pages .swiper-pagination-bullet {
	color: #e8e8e8;
}

.swiper-pagination-bullet::before {
	content: '0'counter(pagecount);
}

.slider_pages .swiper-pagination-bullet-active {
	background: none;
	border-color: #00b8ff;
	font-weight: 700;
}

#top_slider .slider_pages .swiper-pagination-bullet-active {
	color: #fff;
}

.slider_nav li {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 48px;
	cursor: pointer;
	z-index: 5;
	color: #7c8bb2;
	display: none;
}

#top_slider .slider_nav li {
	width: 108px;
	color: #fff;
}

.slider_nav li:hover, #top_slider .slider_nav li:hover {
	color: #0091c9;
}

.slider_nav li:last-child {
	left: auto;
	right: 0;
}

.slider_nav li::before {
	content: '';
	border-radius: 50%;
	width: 48px;
	height: 48px;
	border: 1px solid;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slider_nav li::after {
	content: '';
	width: 8px;
	height: 8px;
	border: solid;
	border-width: 2px 2px 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	margin-left: -1px;
}

.slider_nav li:first-child::after {
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	transform: translate(-50%, -50%) rotate(-135deg);
	margin-left: 1px;
}

#top_video::before {
	background: rgba(94, 103, 118, 0.55);
	z-index: 2;
}

#top_video {
	overflow: hidden;
}

#top_video video {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
}

#top_video .block {
	height: 100%;
	z-index: 2;
}

#top_video .top_slide_text {
	font-size: 32px;
	left: var(--block_padding);
	width: 70%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#top_video .top_slide_header {
	margin-bottom: 50px;
}

.gray_block {
	padding: 80px 0;
	margin-bottom: 80px;
	background: #f7f8fa url(/bitrix/templates/main/style/../images/rocket_back1.png) no-repeat bottom 0 right -300px / 40%;
}

.gray_block > .block {
	margin-bottom: 0;
}

.block_header {
	font-weight: 500;
	font-size: 48px;
	line-height: 120%;
	color: #151517;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.item_list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -30px;
}

.item_list > li {
	flex: 0 1 33.33%;
}

.item_info_frame {
	margin-right: 30px;
	padding-top: calc(120% - 30px);
	position: relative;
	background: #0091c9;
}

.item_info_frame svg {
	position: absolute;
	top: 20%;
	left: 50%;
	width: 70%;
	fill: #fff;
	transform: translate(-50%, 0);
}

.item_info_frame img {
	position: absolute;
	top: 0	;
	left: 50%;
	max-width: 100%;
	fill: #fff;
	transform: translate(-50%, 0);
}

.item_info_frame > .item_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat 50% 50% / cover;
}

.item_info_frame > .item_img::before {
	content: '';
	height: 60%;
	width: 100%;
	/*background: linear-gradient(to top, rgba(94, 103, 118, 1) 0%, rgba(94, 103, 118, 0) 100%);*/
	background: linear-gradient(to top, rgba(0,144,201,1) 8%, rgba(0,144,201,0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.item_info > .item_img {
	flex-grow: 1;
	background: no-repeat 50% 50% / contain;
}

.item_info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px 20px 30px;
	color: #fff;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.item_info div {
	font-size: 16px;
	margin-bottom: 8px;
	line-height: 140%;
	z-index: 2;
	position: relative;
}

.item_info div:last-child {
	margin-bottom: 0;
}

.item_date {
	font-weight: 700;
}

.item_header {
	font-weight: 600;
}

.item_info div.item_header.large_header {
	font-size: 28px;
	text-transform: uppercase;
	line-height: 100%;
}

.item_info div.item_text {
	font-size: 14px;
	opacity: 0.8;
}

.main_prod_list .item_info_frame {
	padding-top: calc(100% - 30px);
}

.main_prod_list .item_header {
	font-size: 18px;
}

.media_list > li {
	margin-bottom: 30px;
}

.media_list:nth-child(even) > li:nth-child(1) .item_info_frame, .media_list:nth-child(odd) > li:nth-child(2) .item_info_frame {
	padding-top: 85.7%;
}

.media_list:nth-child(even) > li:nth-child(2) .item_info_frame, .media_list:nth-child(odd) > li:nth-child(1) .item_info_frame {
	padding-top: 56.7%;
}

.media_list:nth-child(even) > li:nth-child(1), .media_list:nth-child(odd) > li:nth-child(2) {
	flex: 0 1 39.8%;
}

.media_list:nth-child(even) > li:nth-child(2), .media_list:nth-child(odd) > li:nth-child(1) {
	flex: 0 1 60.2%;
}

.media_list .item_info {
	padding: 40px 40px 30px;
}

.media_list .item_header {
	font-size: 18px;
}

.media_list .item_img::before {
	display: none;
}

.rocket {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	overflow: hidden;
	opacity: 0;
	z-index: 2;
	transition: opacity 250ms;
}

.rocket span {
	display: block;
	width: 24px;
	height: 11px;
	background: url(/bitrix/templates/main/style/../images/rocket.svg) 50% 50% / cover;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -12px) rotate(25deg);
}

.rocket span::before {
	content: '';
	width: 0;
	height: 1px;
	border: solid #0091c9;
	border-width: 1px 0 1px 0;
	position: absolute;
	top: 4px;
	right: 25px;
}

.item_info_frame .rocket {
	background: #fff;
}

.item_info_frame:hover .rocket, .launch:hover .rocket {
	opacity: 1;
}

.item_info_frame:hover .rocket span, .launch:hover .rocket span {
	-webkit-animation: rocket1 2750ms ease-out 250ms forwards, rocket2 2000ms ease-out 3000ms infinite;
	animation: rocket1 2750ms ease-out 250ms forwards, rocket2 2000ms ease-out 3000ms infinite;
}

.item_info_frame:hover .rocket span::before, .launch:hover .rocket span::before {
	transition: width 200ms 2000ms;
	width: 24px;
}

@keyframes rocket1 {
	0% {
		transform: translate(-50%, -12px) rotate(25deg);
	}
	20% {
		transform: translate(-50%, 40px) rotate(20deg);
	}
	70% {
		transform: translate(-55%, 16px) rotate(-2deg);
	}
	85% {
		transform: translate(-45%, 28px) rotate(0);
	}
	100% {
		transform: translate(-35%, 25px) rotate(0);
	}
}

@keyframes rocket2 {
	0% {
		transform: translate(-35%, 25px);
	}
	25% {
		transform: translate(-50%, 32px);
	}
	50% {
		transform: translate(-30%, 20px);
	}
	75% {
		transform: translate(-20%, 30px);
	}
	100% {
		transform: translate(-35%, 25px);
	}
}

/*--------------------------------*/

#content {
	background: #f7f8fa url(/bitrix/templates/main/style/../images/rocket_back2.svg) no-repeat 50% 100% / 100%;
	padding: 130px 0 1px 0;
	overflow: hidden;
}

#content_top > li:nth-child(1) {
	width: 260px;
}

#content_top > li:nth-child(2) {
	width: calc(100% - 260px);
	padding: 25px 0 0 40px;
}

#content_top > li p:last-child, #content_top > li:nth-child(2) ul:not(.inlined):last-child {
	margin: 0;
}

.less_size1 {
	font-size: 36px;
}

.less_size2 {
	font-size: 31px;
}

.less_size3 {
	font-size: 26px;
}

.side_menu {
	background: #fff;
	box-shadow: 0 4px 40px rgba(0, 0, 0, 0.05);
	padding: 56px 0 56px 40px;
}

.side_menu li {
	margin-bottom: 25px;
	padding-right: 30px;
	width: 100%;
	line-height: 140%;
	font-weight: 400;
}

.side_menu li.side_menu_header {
	width: 100%;
}

.side_menu li:last-child {
	margin: 0;
}

.side_menu li ul {
	margin: 15px -30px 0 20px;
}

.side_menu li li {
	margin-bottom: 15px;
}

.side_menu a {
	color: #454545;
}

.side_menu li.cur > a {
	font-weight: 700;
	position: relative;
	display: block;
}

.side_menu li.cur > a::before {
	content: '';
	width: 2px;
	height: 100%;
	background: #00b8ff;
	position: absolute;
	top: 0;
	right: -30px;
}

.side_menu h4 {
	margin: 0;
}

.two_cols > li {
	width: 45%;
}

.news_list > li {
	flex: 0 1 25%;
	margin-bottom: 30px;
}

#content_top .news_list {
	margin-right: -40px;
}

#content_top .news_list > li {
	flex: 0 1 50%;
}

#content_top .news_list.news_list_top_three > li {
	flex: 0 1 33.33%;
}

#content_top .news_list .item_info_frame {
	margin-right: 40px;
	padding-top: calc(100% - 40px);
}

#content_top .news_list.news_list_top_three .item_info_frame {
	padding-top: calc(120% - 40px);
}

.news_list .item_info_frame svg {
	top: 15%;
}

.news_list .item_info {
	padding: 20px;
}

.news_list .item_info div {
	line-height: 120%;
}

.slider {
	padding: 0 78px 70px;
	position: relative;
}

.slider .slider_nav li {
	bottom: 70px;
}

#img_slider {
	height: 400px;
}

#img_slider .swiper-container, #img_slider .swiper-container * {
	height: 100%;
}

#img_slider .swiper-slide {
	text-align: center;
}

#img_slider .swiper-slide img {
	max-height: 400px;
	max-width: 80%;
	object-fit: contain;
}

#media_inner {
	padding-top: 80px;
}

#media_inner .item_header {
	font-size: 26px;
}

.prod_list {
	padding-top: 20px;
	margin-right: -40px;
}

.prod_list > li {
	flex: 0 1 50%;
	margin-bottom: 40px;
}

.prod_list .item_info_frame {
	margin-right: 40px;
	padding-top: calc(65.5% - 40px);
	background: #fff;
	box-shadow: 0 4px 40px rgba(0, 0, 0, 0.05);
	transition: all 350ms;
}

.prod_list .item_info {
	padding: 10px 40px 20px;
}

.prod_list .item_header {
	color: #000;
	font-size: 18px;
	padding-top: 10px;
	transition: all 350ms;
}

.prod_list .item_img + .item_info .item_header, .prod_list .item_info_frame:hover .item_img + .item_info .item_header {
	color: #fff;
}

.prod_list .item_info_frame:hover {
	transform: scale(1.05);
}

.prod_list .item_info_frame:hover .item_header {
	color: #0091c9;
}

.prod_img {
	flex-grow: 1;
	background: no-repeat 50% 50% / contain;
	filter: grayscale(100%);
	opacity: 0.8;
	transition: all 350ms;
}

.prod_list .item_info_frame:hover .prod_img {
	filter: grayscale(0);
	opacity: 1;
}

.prod_list .item_info_frame svg {
	fill: #0091c9;
}

.vac_list > li {
	flex: 0 1 33.33%;
	margin-bottom: 30px;
}

.vac_list .item_info_frame, #vac_slider .item_info_frame {
	padding-top: 0;
	background: #fff;
	box-shadow: 0 4px 40px rgba(0, 0, 0, 0.05);
	height: 100%;
}

#vac_slider .item_info_frame {
	margin: 0;
	box-shadow: none;
}

#vac_slider .swiper-slide {
	height: auto;
}

.vac_list .item_info, #vac_slider .item_info {
	padding: 22px 20px 18px;
	color: #000;
	position: relative;
	min-height: 120px;
	height: 100%;
}

.item_info div.item_vac_name {
	flex-grow: 1;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	line-height: 120%;
	margin-bottom: 24px;
}

.vac_list .item_info_frame:hover .item_info div.item_vac_name, .swiper-slide:hover .item_info div.item_vac_name {
	color: #0091c9;
}

.item_info div.item_vac_salary {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}

.form {
	background: #fff;
	padding: 40px 40px 0;
	box-shadow: 0 4px 40px rgba(0, 0, 0, 0.05);
	position: relative;
}

.form li {
	width: calc(50% - 20px);
	margin-bottom: 40px;
}

.form li.form25 {
	width: calc(25% - 30px);
}

.form li.form100 {
	width: 100%;
}

.form li.form_search1 {
	width: calc(100% - 240px);
}

.form li.form_search2 {
	width: 200px;
}

.form li.form_note {
	font-size: 12px;
}

.form li:first-of-type, input[name='company'] {
	position: absolute;
	left: -5000px;
}

.form li.mandatory::before {
	content: '*';
	position: absolute;
	top: 16px;
	left: 9px;
	line-height: 0;
	font-size: 18px;
	color: #0091c9;
}

li.form_result {
	width: auto;
	margin: 0;
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	z-index: -1;
	transition: z-index 280ms step-end, opacity 280ms;
}

.form li ul {
	margin-bottom: -40px;
}

.form_result span {
	line-height: 1.2;
	text-align: center;
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.form_result span input {
	margin: 16px 0 0 0;
	width: auto;
	padding: 0 40px;
}

.result .form_result {
	z-index: 2;
	opacity: 1;
	transition: z-index 280ms step-start, opacity 280ms;
}

.result li:not(.form_result)  {
	filter: blur(6px);
	opacity: 0.1;
}

.form_success .form_result span::before {content: attr(data-text1)}

.form_error .form_result span::before {content: attr(data-text2)}

.error, .form li.mandatory.error::before {
	background-color: #fff1f3 !important;
	color: #ea8191 !important;
	border-color: #f9b7c1 !important;
}

.error::-webkit-input-placeholder {
	color: #ea8191 !important;
	opacity: 1;
}
.error::-moz-placeholder {
	color: #ea8191 !important;
	opacity: 1;
}
.error:-ms-input-placeholder {
	color: #ea8191 !important;
	opacity: 1;
}

.download {
	margin: 0 0 30px 0;
}

.two_cols:not(:last-child) .download {
	padding: 0 0 40px 0;
}

.download li {
	width: 100%;
	margin: 0 0 25px 0;
}

.download a {
	display: inline-block;
	vertical-align: middle;
	padding: 13px 0 0 54px;
	color: #4a4a4a;
}

.download a svg {
	width: 30px;
	height: 41px;
	position: absolute;
	top: 0;
	left: 9px;
}

.download a::after {
	content: attr(class);
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 0;
	width: 39px;
	padding: 3px 0;
	line-height: 10px;
	color: #fff;
	background: #0091c9	;
}

.download a.pdf::after {
	background: #f14f3a;
}

.download a.docx::after, .download a.doc::after {
	background: #44a3e7;
}

.download a.xlsx::after, .download a.xls::after {
	background: #7fd44e;
}

.admin_list {
	margin-right: -40px;
}

.admin_list > li {
	flex: 0 1 25%;
	overflow: hidden;
	margin: 0 0 50px 0;
}

#content_top .admin_list > li {
	flex: 0 1 33%;
	margin: 0;
}

#content_top .admin_list > li:last-child {
	flex: 0 1 67%;
}

.admin_info {
	margin: 0 40px 0 0;
}

#content_top .admin_info {
	margin: 0 40px 0 0;
}

.admin_img {
	position: relative;
	padding-top: calc(140% - 40px);
	background: #fff 50% 50% / cover;
	box-shadow: 0 4px 40px rgba(0, 0, 0, 0.05);
}

.admin_img svg {
	fill: #0091c9;
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.admin_list img {
	width: 100%;
}

#content_top .admin_position {
	font-size: 16px;
}

.photo_list > li {
	flex: 0 1 33.33%;
}

.photo_list .item_info_frame {
	padding-top: calc(75% - 30px) !important;
}

.photo_list .item_info_frame svg, .media_list .item_info_frame svg {
	top: 50%;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.media_list .item_info_frame svg {
	width: 85px;
}

.video_container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 51%;
	margin-bottom: 2.7em;
}

.video_container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.search {
	margin-bottom: 40px;
}

#sitemap li {
	width: 100%;
	margin-bottom: 12px;
	font-size: 22px;
}

#sitemap a {
	color: #0091c9;
}

#sitemap li ul {
	padding: 8px 0 0 40px;
}

#sitemap li li {
	margin-bottom: 8px;
	font-size: 18px;
}

#sitemap li li li {
	font-size: 16px;
}

#contact {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

#contact > li:first-child {
	flex: 0 0 50%;
	background: #fff;
	max-width: 33%;
	padding: 30px;
	box-shadow: 0 4px 40px rgba(0, 0, 0, 0.05);
}

#contact > li > p:last-child {
	margin: 0;
}

#contact > li:last-child {
	flex: 1 0 50%;
}

#contact_ymap {
	position: relative;
	height: 100%;
	margin-left: 40px;
	background: #fff;
	box-shadow: 0 4px 40px rgba(0, 0, 0, 0.05);
}

#ymap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#ymap [class*="ymaps-2"][class*="-ground-pane"] {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.contact_list > li {
	flex: 0 1 25%;
	margin-bottom: 30px;
}

.contact_list .item_info_frame {
	/*padding-top: calc(65% - 30px);*/
	padding-top: 0;
	height: 100%;
	background: #fff;
	box-shadow: 0 4px 40px rgba(0, 0, 0, 0.05);
}

.contact_list .item_info {
	color: #000;
	padding: 20px;
	height: 100%;
	position: relative;
}

.contact_list .item_info div.item_vac_name {
	font-size: 14px;
}

.contact_list .item_info div.item_vac_salary {
	font-size: 14px;
}

#chrono_container {
	overflow: hidden;
	opacity: 0;
	transition: opacity 350ms;
}

#chrono_container.act {
	opacity: 1;
}

#chrono_slider {
	position: relative;
	padding: 0 80px;
}

.years_header {
	position: absolute;
	bottom: 46px;
	left: 27px;
	color: #000;
	font-weight: 900;
	font-size: 60px;
	white-space: nowrap;
	line-height: 0;
	letter-spacing: -0.05em;
}

.years_container {
	background: #fff;
	position: relative;
}

.years_slider {
	height: 420px;
	/*transition: height 850ms;*/
}

.years_slider .swiper-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.years_slider .swiper-wrapper, .years_slider .swiper-slide {
	height: 100% !important;
}

.years_slider .swiper-slide {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	color: #0091c9;
	font-weight: 900;
	font-size: 112px;
	letter-spacing: -0.05em;
}

.years_slider .slider_pages {
	bottom: auto !important;
	left: auto !important;
	top: 25px;
	right: 30px;
	width: auto;
	text-align: center;
	z-index: 8;
}

.years_container .slider_pages .swiper-pagination-bullet {
	display: block;
	border-color: transparent;
	width: auto;
	height: auto;
	font-weight: 400;
	font-size: 28px;
	text-align: right;
	margin-bottom: 8px !important;
	padding-bottom: 4px !important;
	color: #d9d9d9;
	position: relative;
	line-height: 100%;
	opacity: 0;
	transition: all 450ms ease-out 850ms, color 450ms;
}

.years_container .slider_pages .swiper-pagination-bullet::before {
	display: none;
}

.years_container .slider_pages .swiper-pagination-bullet::after {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0091c9;
	transition: all 250ms;
}

.years_container .slider_pages .swiper-pagination-bullet-active {
	color: #000;
}

.years_container .slider_pages .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	content: '';
	width: 100%;
}

.years_container .slider_pages .swiper-pagination-bullet:nth-child(2) {transform: translateY(-100%)}
.years_container .slider_pages .swiper-pagination-bullet:nth-child(3) {transform: translateY(-200%)}
.years_container .slider_pages .swiper-pagination-bullet:nth-child(4) {transform: translateY(-300%)}
.years_container .slider_pages .swiper-pagination-bullet:nth-child(5) {transform: translateY(-400%)}
.years_container .slider_pages .swiper-pagination-bullet:nth-child(6) {transform: translateY(-500%)}
.years_container .slider_pages .swiper-pagination-bullet:nth-child(7) {transform: translateY(-600%)}
.years_container .slider_pages .swiper-pagination-bullet:nth-child(8) {transform: translateY(-700%)}
.years_container .slider_pages .swiper-pagination-bullet:nth-child(9) {transform: translateY(-800%)}
.years_container .slider_pages .swiper-pagination-bullet:nth-child(10) {transform: translateY(-900%)}

.years_container.act .slider_pages .swiper-pagination-bullet {
	opacity: 1;
	transform: translateY(0) !important;
}

.years_container .swiper-slide span {
	opacity: 0;
	transform: translateY(600%);
	transition: all 550ms ease-out;
}

.years_container.act .swiper-slide span {
	opacity: 1;
	transform: translateY(0);
}

.years_container .years_header {
	filter: blur(12px);
	opacity: 0;
}

.years_container.act .years_header {
	-webkit-animation: years1 900ms ease-out 850ms forwards;
	animation: years1 900ms ease-out 850ms forwards;
}

@keyframes years1 {
	0% {
		filter: blur(12px);
		opacity: 0;
	}
	30% {
		filter: blur(6px);
		opacity: 0.2;
	}
	100% {
		filter: blur(0);
		opacity: 0.05;
	}
}

.tiny_rocket {
	position: absolute;
	width: 33px;
	height: 15px;
}

.years_container .tiny_rocket {
	background: url(/bitrix/templates/main/style/../images/rocket.svg) 50% 50% / cover;
	top: calc(100% + 10px);
	right: 110px;
	transform: rotate(-90deg);
	transition: all 750ms linear, opacity 550ms 750ms;
}

.tiny_rocket::before {
	content: '';
	width: 1000px;
	height: 1px;
	border: solid #0091c9;
	border-width: 1px 0 1px 0;
	position: absolute;
	top: 6px;
	right: 100%;
	margin-right: 3px;
}

.years_container.act .tiny_rocket {
	top: -35px;
	opacity: 0;
}

.chrono_data {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.chrono_data > li {
	flex: 1 1 100%;
}

.chrono_data > li + li {
	max-width: 22%;
	padding-left: 50px;
}

.chrono_data img {
	width: 100%;
}

.chrono_img:not(:last-child) {
	margin-bottom: 30px;
}

#not_found {
	text-align: center;
}

#not_found li {
	vertical-align: middle;
	text-align: left;
	color: #0091c9;
}

#not_found li:nth-child(1) {
	font-weight: 900;
	font-size: 220px;
	letter-spacing: -0.02em;
	line-height: 1;
	margin-right: 60px;
}

#not_found li:nth-child(2) {
	font-weight: 700;
	font-size: 86px;
	letter-spacing: -0.05em;
	line-height: 1.15;
}

#not_found .tiny_rocket {
	top: 132px;
	left: -32px;
}

#not_found .tiny_rocket {
	-webkit-animation: rocket3 1800ms ease-out 3000ms forwards, rocket4 5000ms ease-out 4800ms infinite;
	animation: rocket3 1800ms ease-out 3000ms forwards, rocket4 5000ms ease-out 4800ms infinite;
}

@keyframes rocket3 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(400px, 12px);
	}
}

@keyframes rocket4 {
	0% {
		transform: translate(400px, 12px);
	}
	30% {
		transform: translate(380px, -7px);
	}
	40% {
		transform: translate(405px, 0);
	}
	50% {
		transform: translate(420px, 10px);
	}
	70% {
		transform: translate(390px, 0);
	}
	90% {
		transform: translate(410px, -6px);
	}
	100% {
		transform: translate(400px, 12px);
	}
}

#not_found .tiny_rocket::before {
	border-color: #f7f8fa;
}

#not_found .tiny_rocket svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 33px;
	height: 15px;
	fill: #f7f8fa;
}

/*--------------------------------*/

#footer {
	background: #383838;
	color: #afafaf;
	font-weight: 400;
	overflow: hidden;
}

#footer .block {
	padding-top: 56px;
	margin-bottom: 0;
}

#footer a {
	color: #afafaf;
}

#footer .logo {
	top: 40px;
}

#footer .logo svg {
	width: 166px;
	height: 34px;
	fill: #fff;
}

#footer .logo div {
	margin-top: 8px;
}

#footer .logo a {
	text-decoration: none;
}

#btm_link {
	padding: 0 360px 20px 350px;
}

#btm_link li {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
	width: 45%;
}

#btm_contact {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	position: absolute;
	top: 55px;
	right: var(--block_padding);
}

#btm_contact div {
	margin-bottom: 22px;
}

#btm_contact a {
	color: #fff;
}

#copyright {
	position: relative;
	padding: 20px 0;
}

#copyright li {
	line-height: 160%;
}

#copyright::before {
	content: '';
	width: 400%;
	margin: 0 -150%;
	height: 2px;
	background: rgba(255, 255, 255, 0.15);
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 2;
}

#footer + .ktrv {
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	background: none;
}

#footer + .ktrv a {
	color: #000;
}

/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/


@media (max-width: 1500px) { /*[][][][][][][][][][][][][][][][][][][][][][][][][][][][] 1500*/

}

@media (max-width: 1400px) { /*[][][][][][][][][][][][][][][][][][][][][][][][][][][][] 1400*/
	:root {
		--block_padding: 80px;
	}


}

@media (max-width: 1200px) { /*[][][][][][][][][][][][][][][][][][][][][][][][][][][][] 1200*/
	#menu {
		display: none;
	}

	#menu_btn {
		display: block;
	}

	#menu_search {
		right: calc(var(--block_padding) + 60px);
	}

	#menu_search_toggle {
		top: 26px;
	}

	#menu_search_in.act {
		padding: 7px 0 0 8px;
	}

	#menu_search_submit {
		top: 26px;
	}

	#menu_search_close {
		top: 28px;
	}

	.top_slide_img {
		width: 70%;
		top: 150px;
		left: 50%;
		margin-left: 0;
		-webkit-transform: translate(-50%, 0) scaleX(0);
		transform: translate(-50%, 0) scaleX(0);
	}

	.act .top_slide_img {
		-webkit-transform: translate(-50%, 0) scaleX(1);
		transform: translate(-50%, 0) scaleX(1);
	}

	.top_slide_header {
		font-size: 42px;
		margin-bottom: 12px;
	}

	#top_slider .top_slide_text {
		font-size: 18px;
		left: calc(var(--block_padding) + 40px);
		width: calc(100% - (var(--block_padding) + 40px) * 2);
		-webkit-transform: translate(0, -30%);
		transform: translate(0, -30%);
	}

	#top_slider .act .top_slide_text {
		-webkit-transform: translate(0, -30%);
		transform: translate(0, -30%);
		opacity: 1;
	}

	#top_video .top_slide_header {
		margin-bottom: 30px;
	}

	#top_video .top_slide_text {
		font-size: 26px;
	}

	.gray_block .item_list .item_info_frame {
		padding-top: calc(160% - 30px);
	}

	#footer .block {
		padding-top: 164px;
	}

	#btm_link {
		padding: 0;
		margin-right: -20px;
	}

	#btm_link li {
		width: auto;
		margin: 0 20px 10px 0;
	}

	.prod_list {
		margin-right: 0;
	}

	.prod_list > li {
		flex: 0 1 100%;
		margin-bottom: 40px;
	}

	.prod_list .item_info_frame {
		margin-right: 0;
		padding-top: 65.5%;
	}

	.news_list > li {
		flex: 0 1 33.33%;
	}

	.news_list .item_info_frame {
		padding-top: calc(160% - 30px);
	}

	.news_list .item_info {
		padding: 20px;
	}

	#content_top .news_list.news_list_top_three > li {
		flex: 0 1 100%;
	}

	#content_top .news_list.news_list_top_three .item_info_frame {
		padding-top: 100%;
	}

	#contact {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#contact > li:first-child {
		flex: 0 0 100%;
		max-width: inherit;
		margin-bottom: 40px;
	}

	#contact > li:last-child {
		flex: 0 0 100%;
	}

	#contact_ymap {
		margin: 0;
		height: auto;
		padding-top: 50%;
	}

	.contact_list > li {
		flex: 0 1 50%;
	}

	.vac_list > li {
		flex: 0 1 50%;
	}

	#not_found li {
		text-align: center;
	}

	#not_found li:nth-child(1) {
		font-size: 220px;
		letter-spacing: -0.02em;
		line-height: 1;
		margin-right: 0;
	}

	#not_found li:nth-child(2) {
		width: 100%;
		line-height: 1;
	}

	#chrono_slider {
		padding: 0;
	}

	.years_slider .swiper-slide {
		font-size: 80px;
	}

	.years_header {
		font-size: 42px;
	}
}

@media (max-width: 900px) {  /*[][][][][][][][][][][][][][][][][][][][][][][][][][][][] 900*/
	.news_list > li {
		flex: 0 1 50%;
	}

	#content_top .news_list > li {
		flex: 0 1 100%;
	}
}

@media (max-width: 800px) { /*[][][][][][][][][][][][][][][][][][][][][][][][][][][][] 800*/
	:root {
		--block_padding: 30px;
	}

	.ktrv svg {
		width: 166px;
		height: 38px;
	}

	.ktrv .block li {
		width: 100%;
		padding: 8px 0 0 0;
	}

	.ktrv .block li:last-child {
		line-height: 1;
	}

	#top_slider .top_slide_text {
		left: calc(var(--block_padding) + 80px);
		width: calc(100% - (var(--block_padding) + 80px) * 2);
	}

	.form {
		padding: 30px;
		margin-bottom: 30px;
	}

	.form li {
		width: 100%;
		margin-bottom: 30px;
	}

	.form > form > ul > li:nth-last-child(2) {
		margin-bottom: 0;
	}

	.form li.form25 {
		width: 100%;
	}

	.form li ul {
		margin-bottom: -30px;
	}

	.search {
		padding-bottom: 0;
	}

	.form li.form_search1 {
		width: 100%;
		margin-bottom: 30px !important;
	}

	.form li.form_search2 {
		width: 100%;
	}

	#content {
		padding-top: 100px;
		background-position: left 50% bottom 20px;
		background-size: 100%;
	}

	#content_top > li:nth-child(1) {
		width: 100%;
		margin-bottom: 40px;
	}

	#content_top > li:nth-child(2) {
		width: 100%;
		padding: 0;
	}

	.less_size1 {
		font-size: 32px;
	}

	.less_size2 {
		font-size: 28px;
	}

	.less_size3 {
		font-size: 24px;
	}

	.side_menu {
		padding: 25px 30px 28px;
	}

	.side_menu li {
		margin-bottom: 15px;
		padding-right: 30px;
		width: 50%;
		line-height: 120%;
	}

	.side_menu li li {
		width: 100%;
	}

	.side_menu li + li.side_menu_header {
		padding-top: 20px;
	}

	.news_list .item_info_frame {
		padding-top: calc(120% - 30px);
	}

	.side_menu li.cur > a {
		display: inline-block;
	}

	.side_menu li.cur > a::before {
		width: 100%;
		height: 2px;
		top: 100%;
		right: auto;
		left: 0;
		margin-top: 2px;
	}

	.chrono_data {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.chrono_data > li:not(:last-child) {
		margin-bottom: 30px;
	}

	.chrono_data > li + li {
		max-width: inherit;
		padding-left: 0;
	}

	.admin_list {
		margin-right: -30px;
	}

	.admin_list > li {
		flex: 0 1 50%;
	}

	#content_top .admin_list > li {
		flex: 0 1 50%;
	}

	#content_top .admin_list > li:last-child {
		flex: 0 1 50%;
	}

	.admin_info {
		margin: 0 30px 0 0;
	}
}

@media (max-width: 650px) { /*[][][][][][][][][][][][][][][][][][][][][][][][][][][][] 650*/
	/*:root {
		--block_padding: 20px;
	}
*/
	#top_slider .top_slide_text {
		left: calc(var(--block_padding) + 100px);
		width: calc(100% - (var(--block_padding) + 100px) * 2);
	}

	.top_slide_header {
		font-size: 32px;
	}

	#top_slider .top_slide_text {
		font-size: 16px;
		-webkit-transform: translate(0, -30%);
		transform: translate(0, -30%);
	}

	#top_video .top_slide_text {
		font-size: 20px;
	}

	.gray_block .item_list,
	.main_prod_list,
	.media_list {
		margin: 0;
	}

	.gray_block .item_list > li,
	.main_prod_list > li,
	.media_list > li {
		flex: 0 1 100% !important;
		margin: 0 0 30px 0;
	}

	.gray_block .item_list > li:last-child,
	.main_prod_list > li:last-child,
	.media_list:last-child > li:last-child {
		margin: 0;
	}

	.gray_block .item_list .item_info_frame,
	.main_prod_list .item_info_frame,
	.media_list .item_info_frame  {
		padding-top: 100% !important;
		margin: 0;
	}

	.gray_block .item_list .item_info,
	.main_prod_list .item_info,
	.media_list .item_info  {
		padding: 20px 30px 12px;
	}

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

	.gray_block {
		padding: 40px 0;
		margin-bottom: 40px;
	}

	#media_inner {
		padding-top: 40px;
	}

	.block_header {
		font-size: 38px;
	}

	.block_header a.block_btn {
		margin: 10px calc(100% - 200px) 0 0;
	}

	#btm_contact {
		position: relative;
		top: auto;
		right: auto;
	}

	#copyright li {
		width: 100%;
		margin-bottom: 12px;
	}

	.ktrv.block {
		margin-bottom: 0;
	}

	h1 {
		font-size: 38px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 20px;
	}

	h4, h5, h6 {
		font-size: 16px;
	}

	.two_cols > li {
		width: 100%;
	}

	.two_cols > li:nth-child(1) {
		margin-bottom: 30px;
	}

	.contact_list > li {
		flex: 0 1 100%;
	}

	#not_found li:nth-child(2) {
		font-size: 52px;
	}

	.prod_list > li {
		margin-bottom: 30px;
	}

	.prod_list .item_info {
		padding: 10px 30px 10px;
	}

	.prod_list .item_header {
		font-size: 16px;
		padding-top: 6px;
	}

	#media_inner .item_header {
		font-size: 18px;
	}

	#menu_search_in.act {
		width: calc(100vw - (var(--block_padding) + 60px));
	}

	.slider {
		padding: 0 38px 0;
	}

	.slider .slider_nav li:first-child {
		left: -20px;
	}

	.slider .slider_nav li:last-child {
		right: -20px;
	}

	#vac_slider .slider_nav li {
		bottom: 0;
	}

	#vac_slider .slider_pages {
		display: none;
	}

	.form {
		margin-right: -30px;
		margin-left: -30px;
	}

}

@media (max-width: 550px) {  /*[][][][][][][][][][][][][][][][][][][][][][][][][][][][] 550*/
	.side_menu li {
		margin-bottom: 15px;
		padding-right: 30px;
		width: 100%;
		line-height: 120%;
	}

	.news_list {
		margin-right: 0;
	}

	.news_list > li {
		flex: 0 0 100%;
	}

	.news_list .item_info_frame {
		padding-top: 100%;
		margin-right: 0;
	}

	#not_found li:nth-child(1) {
		font-size: 152px;
	}

	.admin_list {
		margin: 0;
	}

	.admin_list > li {
		flex: 0 1 100%;
		margin-bottom: 30px;
	}

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

	#content_top .admin_list > li {
		flex: 0 1 100%;
	}

	#content_top .admin_list > li:last-child {
		flex: 0 1 100%;
	}

	.admin_list > li:nth-child(odd) {
		margin-bottom: 30px !important;
	}

	.admin_info {
		margin: 0 !important;
	}

	#not_found .tiny_rocket {
		top: 82px;
		left: -162px;
	}
}

@media (max-width: 450px) {  /*[][][][][][][][][][][][][][][][][][][][][][][][][][][][] 450*/
	.top_slide_img {
		top: 110px;
		width: 85%;
	}
	#top_slider .top_slide_text {
		left: var(--block_padding);
		width: calc(100% - (var(--block_padding)) * 2);
	}

	#top_slider .slider_nav li {
		width: 78px;
	}

	#top_slider .slider_nav li::before {
		top: 250px;
	}

	#top_slider .slider_nav li::after {
		top: 250px;
	}

	.block_header a.block_btn {
		margin: 10px 0 0 0;
	}

	#btm_link {
		padding-bottom: 20px;
	}

	#btm_link li {
		width: 100%;
	}

	#contact_ymap {
		padding-top: 120%;
	}

	#not_found li:nth-child(1) {
		font-size: 112px;
	}

	#not_found li:nth-child(2) {
		font-size: 38px;
	}

	#chrono_slider .slider_nav li:first-child {
		left: -30px;
	}

	#chrono_slider .slider_nav li:last-child {
		right: -30px;
	}

	.years_container {
		height: 400px;
	}

	.years_container .slider_pages {
		top: 15px;
		right: 15px;
	}

	.years_container .slider_pages .swiper-pagination-bullet {
		font-size: 20px;
		margin-bottom: 2px !important;
	}

	.years_header {
		font-size: 36px;
	}

	#not_found .tiny_rocket {
		top: 62px;
		left: -232px;
	}

}
/* End */
/* /bitrix/templates/main/style/fancybox/jquery.fancybox.css?16013152704821 */
/* /bitrix/templates/main/style/swiper.css?160131527013678 */
/* /bitrix/templates/main/style/hires.css?160131527023360 */
/* /bitrix/templates/main/style/common.css?160131527051615 */
