

/* Start:/local/templates/ngfw/css/reset.css?17562159506934*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 * {
	outline: none !important;
	box-sizing: border-box;
}

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1, h2, h3, h4, h5, p {
	margin: 0;
}


/* Grouping content
   ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

p {
	margin: 0;
}

ul {
	padding: 0;
    margin: 0;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 600;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
  display: block;
	border-style: none;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
	outline: none;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	-webkit-appearance: none;
  	-webkit-border-radius: 0px;
  	-moz-appearance: none;
  	appearance: none;
  	border-radius: 0px;
	overflow: visible;
}
label {
  user-select: none;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}


/* Misc
   ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}
/* End */


/* Start:/local/templates/ngfw/css/swiper-bundle.min.css?175621595018441*/
/**
 * Swiper 10.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 8, 2023
 */

@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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.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%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (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.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display: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;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.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-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);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:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-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;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-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-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/ngfw/fonts/stylesheets.css?17562159511044*/
 @font-face {
  font-family: 'Circe';
  src: url('/local/templates/ngfw/fonts/../fonts/Circe/Circe-Bold.eot');
  src: 
  url('/local/templates/ngfw/fonts/../fonts/Circe/Circe-Bold.eot') format('opentype'),
  url('/local/templates/ngfw/fonts/../fonts/Circe/Circe-Bold.woff') format('woff'),
  url('/local/templates/ngfw/fonts/../fonts/Circe/Circe-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circe';
  src: url('/local/templates/ngfw/fonts/../fonts/Circe/Circe-Regular.eot');
  src: 
  url('/local/templates/ngfw/fonts/../fonts/Circe/Circe-Regular.eot') format('opentype'),
  url('/local/templates/ngfw/fonts/../fonts/Circe/Circe-Regular.woff') format('woff'),
  url('/local/templates/ngfw/fonts/../fonts/Circe/Circe-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Greycliff CF";
  src: url('/local/templates/ngfw/fonts/../fonts/Greycliff/GreycliffCF-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Greycliff CF";
  src: url('/local/templates/ngfw/fonts/../fonts/Greycliff/GreycliffCF-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* End */


/* Start:/local/templates/ngfw/css/style.css?1758015623193507*/
body {
	color: #464b5d;
	font-size: 18px;
	font-family: "Circe", sans-serif;
	line-height: 140%;
	font-weight: 400;
	background-color: #fcfcfc;
}
body.overflow {
	overflow: hidden;
}
.wrapper {
	position: relative;
	overflow-x: hidden;
}
/*start cointaner*/
.container {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 168px;
}
@media (max-width: 1920px) {
	.container {
		padding: 0 calc(112px + (168 - 112) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.container {
		padding: 0 calc(64px + (112 - 64) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.container {
		padding: 0 calc(40px + (64 - 40) * ((100vw - 1080px) / (1280 - 1080)));
	}
}
@media (max-width: 1080px) {
	.container {
		padding: 0 40px;
	}
}
@media (max-width: 768px) {
	.container {
		padding: 0 calc(20px + (40 - 20) * ((100vw - 375px) / (768 - 375)));
	}
}
@media (max-width: 375px) {
	.container {
		padding: 0 20px;
	}
}
/*end container*/

/*start slider-padding-global*/
.slider-overflow {
	overflow-x: hidden;
}
.slider-padding-global {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 168px;
}
@media (max-width: 1920px) {
	.slider-padding-global {
		padding: 0 calc(112px + (168 - 112) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.slider-padding-global {
		padding: 0 calc(64px + (112 - 64) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.slider-padding-global {
		padding: 0 calc(40px + (64 - 40) * ((100vw - 1080px) / (1280 - 1080)));
	}
}
@media (max-width: 1080px) {
	.slider-padding-global {
		padding: 0 40px;
	}
}
@media (max-width: 768px) {
	.slider-padding-global {
		padding: 0 calc(20px + (40 - 20) * ((100vw - 375px) / (768 - 375)));
	}
}
@media (max-width: 375px) {
	.slider-padding-global {
		padding: 0 20px;
	}
}
/*end slider-padding-global*/

/*start title-h1*/
.title-h1 {
	color: #02061c;
	font-size: 82px;
	line-height: 130%;
	font-family: "Greycliff CF";
}
@media (max-width: 1920px) {
	.title-h1 {
		font-size: calc(62px + (82 - 62) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.title-h1 {
		font-size: calc(52px + (62 - 52) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.title-h1 {
		font-size: calc(48px + (52 - 48) * ((100vw - 1080px) / (1280 - 1080)));
	}
}
@media (max-width: 1080px) {
	.title-h1 {
		font-size: calc(42px + (48 - 42) * ((100vw - 768px) / (1080 - 768)));
	}
}
@media (max-width: 768px) {
	.title-h1 {
		font-size: calc(26px + (42 - 26) * ((100vw - 375px) / (768 - 375)));
	}
}
/*end title-h1*/

/*start title-h2*/
.title-h2 {
	color: #02061c;
	font-family: "Greycliff CF";
	font-size: 42px;
	line-height: 140%;
}
@media (max-width: 1920px) {
	.title-h2 {
		font-size: calc(34px + (42 - 34) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.title-h2 {
		font-size: calc(30px + (34 - 30) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.title-h2 {
		font-size: 30px;
	}
}
@media (max-width: 768px) {
	.title-h2 {
		font-size: calc(24px + (30 - 24) * ((100vw - 375px) / (768 - 375)));
	}
}
/*end title-h2*/

/*start margin-top-180*/
.margin-top-180 {
	margin-top: 180px;
}
@media (max-width: 1920px) {
	.margin-top-180 {
		margin-top: calc(160px + (180 - 160) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.margin-top-180 {
		margin-top: calc(140px + (160 - 140) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.margin-top-180 {
		margin-top: calc(120px + (140 - 120) * ((100vw - 1080px) / (1280 - 1080)));
	}
}
@media (max-width: 1080px) {
	.margin-top-180 {
		margin-top: calc(112px + (120 - 112) * ((100vw - 768px) / (1080 - 768)));
	}
}
@media (max-width: 768px) {
	.margin-top-180 {
		margin-top: calc(92px + (112 - 92) * ((100vw - 375px) / (768 - 375)));
	}
}
/*end margin-top-180*/

/*start padding-top-180*/
.padding-top-180 {
	padding-top: 180px;
}
@media (max-width: 1920px) {
	.padding-top-180 {
		padding-top: calc(160px + (180 - 160) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.padding-top-180 {
		padding-top: calc(140px + (160 - 140) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.padding-top-180 {
		padding-top: calc(120px + (140 - 120) * ((100vw - 1080px) / (1280 - 1080)));
	}
}
@media (max-width: 1080px) {
	.padding-top-180 {
		padding-top: calc(112px + (120 - 112) * ((100vw - 768px) / (1080 - 768)));
	}
}
@media (max-width: 768px) {
	.padding-top-180 {
		padding-top: calc(92px + (112 - 92) * ((100vw - 375px) / (768 - 375)));
	}
}
/*end padding-top-180*/

/*start padding-top-90*/
.padding-top-90 {
	padding-top: 90px;
}
@media (max-width: 1920px) {
	.padding-top-90 {
		padding-top: calc(80px + (90 - 80) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.padding-top-90 {
		padding-top: calc(72px + (80 - 72) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.padding-top-90 {
		padding-top: 72px;
	}
}
@media (max-width: 1080px) {
	.padding-top-90 {
		padding-top: calc(56px + (72 - 56) * ((100vw - 768px) / (1080 - 768)));
	}
}
@media (max-width: 768px) {
	.padding-top-90 {
		padding-top: calc(40px + (56 - 40) * ((100vw - 375px) / (768 - 375)));
	}
}
@media (max-width: 375px) {
	.padding-top-90 {
		padding-top: 40px;
	}
}
/*end padding-top-90*/

/*start margin-top-40*/
.margin-top-40 {
	margin-top: 40px;
}
@media (max-width: 1920px) {
	.margin-top-40 {
		margin-top: calc(28px + (40 - 28) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.margin-top-40 {
		margin-top: calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.margin-top-40 {
		margin-top: 24px;
	}
}
/*end margin-top-40*/

/*start button-scroll-top*/
.button-scroll-top {
	position: fixed;
	bottom: 150px;
	left: 32px;
	z-index: 10;
	cursor: pointer;
	padding: 25px;
	margin: -25px;
	transition: 0.3s;
	opacity: 0;
	pointer-events: none;
}
.button-scroll-top.opacity-active {
	opacity: 1;
	pointer-events: initial;
}

.button-scroll-top:hover .button-scroll-top__inner {
	width: 76px;
	height: 76px;
	border-radius: 16px;
}
.button-scroll-top:hover .button-scroll-top__inner svg path {
	stroke: #313338;
}
.button-scroll-top__inner {
	width: 64px;
	transition: 0.3s;
	height: 64px;
	border-radius: 12px;
	background: #f4f5f8;
	display: flex;
	justify-content: center;
	align-items: center;
}
.button-scroll-top__inner svg path {
	transition: 0.3s;
}
@media (max-width: 1920px) {
	.button-scroll-top__inner {
		width: calc(52px + (64 - 52) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(52px + (64 - 52) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.button-scroll-top__inner svg {
		width: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.button-scroll-top:hover .button-scroll-top__inner {
		width: calc(60px + (76 - 60) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(60px + (76 - 60) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.button-scroll-top {
		left: calc(20px + (32 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.button-scroll-top {
		left: 20px;
	}
	.button-scroll-top__inner {
		width: 52px;
		height: 52px;
	}
	.button-scroll-top__inner svg {
		width: 20px;
		height: 20px;
	}
	.button-scroll-top:hover .button-scroll-top__inner {
		width: 60px;
		height: 60px;
	}
}
@media (max-width: 900px) {
	.button-scroll-top {
		bottom: 80px;
	}
}
@media (max-width: 700px) {
	.button-scroll-top__inner {
		width: 42px;
		height: 42px;
		border-radius: 10px;
	}
	.button-scroll-top {
		left: 8px;
	}
	.button-scroll-top:hover .button-scroll-top__inner {
		width: 42px;
		height: 42px;
		border-radius: 10px;
	}
	.button-scroll-top__inner svg {
		width: 18px;
		height: 18px;
	}
	.button-scroll-top:hover .button-scroll-top__inner svg path {
		stroke: #757c8f;
	}
}

/*end button-scroll-top*/

/*start button-global*/
.button-global {
	padding: 18px 32px;
	border-radius: 12px;
	background: #f4f5f8;
	display: flex;
	align-items: center;
	grid-gap: 8px;
	color: #313338;
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
	transition: 0.3s;
}
.button-global:hover {
	background-color: #0132cc;
	color: #fafafb;
}
.button-global svg path {
	transition: 0.3s;
}
.button-global svg path {
	transition: 0.3s;
}
.button-global:hover svg path {
	stroke: #fafafb;
}
@media (max-width: 1920px) {
	.button-global {
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
		padding: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)))
			calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.button-global {
		font-size: 14px;
		padding: 16px 28px;
	}
}
@media (max-width: 1280px) {
	.button-global {
		padding: calc(12px + (16 - 12) * ((100vw - 1080px) / (1280 - 1080)))
			calc(20px + (28 - 20) * ((100vw - 1080px) / (1280 - 1080)));
	}
}
@media (max-width: 1080px) {
	.button-global {
		padding: 12px 20px;
	}
}
/*end button-global*/

/*start list-number*/
.list-number {
	padding: 0;
	margin: 0;
	counter-reset: counter;
}
.list-number__link {
	list-style: none;
	font-size: 18px;
	line-height: 140%;
	padding-left: 36px;
	position: relative;
}
.list-number__link::before {
	content: "0" counter(counter) ".";
	counter-increment: counter;
	position: absolute;
	left: 0;
	top: 0;
	color: #0132cc;
}
.list-number__link:nth-child(n + 10)::before {
	content: counter(counter);
}
.list-number__link + .list-number__link {
	margin-top: 16px;
}
.list-number__link b {
	color: #02061c;
}
@media (max-width: 1920px) {
	.list-number__link {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.list-number__link {
		font-size: 16px;
		padding-left: calc(30px + (36 - 30) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.list-number__link + .list-number__link {
		margin-top: calc(12px + (16 - 12) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.list-number__link + .list-number__link {
		margin-top: 12px;
	}
	.list-number__link {
		padding-left: 30px;
	}
}
/*end list-number*/

/*start list-usual*/
.list-usual__link {
	list-style: none;
	color: #464b5d;
	position: relative;
	font-size: 18px;
	line-height: 140%;
	padding-left: 20px;
}
.list-usual__link::before {
	content: "";
	position: absolute;
	left: 0;
	background-color: #0132cc;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: 10px;
}
.list-usual__link + .list-usual__link {
	margin-top: 16px;
}
@media (max-width: 1920px) {
	.list-usual__link {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
		padding-left: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.list-usual__link::before {
		top: calc(8px + (10 - 8) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.list-usual__link::before {
		top: 8px;
	}
	.list-usual__link {
		font-size: 16px;
		padding-left: calc(14px + (18 - 14) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.list-usual__link + .list-usual__link {
		margin-top: calc(12px + (16 - 12) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.list-usual__link {
		padding-left: 14px;
	}
	.list-usual__link + .list-usual__link {
		margin-top: 12px;
	}
}
/*end list-usual*/

/*start table-loader*/
.table-loader {
	border: 1px solid #eef0f4;
	border-radius: 16px;
	margin-left: -38px;
	margin-right: -38px;
	overflow: hidden;
	/* position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
	/* background-color: green; */
	z-index: 2;
}
@media (max-width: 1920px) {
	.table-loader {
		margin-left: calc(-32px + (-38 - (-32)) * ((100vw - 1536px) / (1920 - 1536)));
		margin-right: calc(-32px + (-38 - (-32)) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.table-loader {
		margin-left: calc(-24px + (-32 - (-24)) * ((100vw - 1280px) / (1536 - 1280)));
		margin-right: calc(-24px + (-32 - (-24)) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.table-loader {
		margin-left: calc(0px + (-24 - 0) * ((100vw - 1080px) / (1280 - 1080)));
		margin-right: calc(0px + (-24 - 0) * ((100vw - 1080px) / (1280 - 1080)));
	}
}
@media (max-width: 1000px) {
	.table-loader {
		margin-left: 0;
		margin-right: 0;
	}
}
.table-loader.none {
	display: none;
}
.table-loader__item {
	height: 90px;
	background-color: #fcfcfc;
	overflow: hidden;
	position: relative;
}
.table-loader__item:first-child {
	background-color: #f4f5f8;
}
.table-loader__item:first-child::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background: linear-gradient(-90deg, rgba(244, 245, 248, 1), #fdfdfd, rgba(244, 245, 248, 1));
	width: 50%;
	animation: newAnim 1.2s linear infinite;
}
.table-loader__item::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background: linear-gradient(-90deg, #fcfcfc, #fdfdfd, #fcfcfc);
	width: 50%;
	animation: newAnim 1.2s linear infinite;
}
@keyframes newAnim {
	0% {
		/* transform: translateX(-100%); */
		left: -100%;
	}
	100% {
		/* transform: translateX(100%); */
		left: 100%;
	}
}

.table-loader__item {
	border-top: 1px solid #f4f5f8;
}
.table-loader__item:first-child {
	border-top: 0;
}
@media (max-width: 1000px) {
	.table-loader {
		display: none;
	}
}

.table-wrapper {
	/* position: relative; */
}
.testing-block .container {
	/* position: relative; */
}
.testing-result {
	/* position: relative; */
}
.testing-result__item {
	/* position: relative; */
}
/*end table-loader*/

/*start table-box*/
.table-box__overflow {
	/* visibility: visible; */
	height: 0;
	overflow: hidden;
}

.table-box__overflow.active-table {
	/* visibility: initial; */
	height: auto;
	overflow: initial;
}
.table-box {
	margin-left: -38px;
	margin-right: -38px;
	position: relative;
	/* overflow: hidden; */
}
@media (max-width: 1000px) {
	.table-box {
		height: auto;
	}
	.table-box__overflow {
		height: auto;
		overflow: initial;
	}
}
.table-box {
	/* display: block; */
	/* height: auto; */
}
.table-box.custom-name-height .table-box__data-link.category-link.first {
	/* min-height: 110px; */
}
.table-box.custom-name-height .table-box__item-link.table-box__item-name {
	/* min-height: 110px; */
}
.table-box__inner {
	/* position: relative; */
	display: flex;
	border-radius: 16px;
	overflow: hidden;
	transition: 0.5s;
	border: 1px solid #eef0f4;
	height: 500px;
	display: grid;
	grid-template-columns: auto 1fr;
}
.table-box__inner.scroll .table-box__data {
	box-shadow: 9px 9px 18px 0px rgba(97, 106, 151, 0.08);
}

.table-box__data {
	min-width: 330px;
	width: 330px;
	display: grid;
	grid-row: auto / span 300;
	grid-template-rows: subgrid;
	transition: 0.3s;
	z-index: 1;
}
.table-box__data-link {
	color: #313338;
	font-size: 18px;
	line-height: 150%;
	border-right: 1px solid #eef0f4;
}
.table-box__data-link.first {
	/* border-top-left-radius: 16px; */
	border-top: none;
	/* border-left: 1px solid #eef0f4; */
	background-color: #f4f5f8;

	color: #313338;
	font-size: 18px;
	line-height: 150%;
	font-weight: 700;
}
.table-box__data-link.first.category-link {
	padding: 20px 16px 20px 40px;
}
.table-box__data-link.category-link .category-level-one {
	color: #757c8f;
	display: block;
	font-size: 16px;
	line-height: 150%;
}
.table-box__data-link {
	font-size: 18px;
	line-height: 150%;
	background-color: #fafafb;
	padding: 20px 16px 20px 40px;
	/* border-left: 1px solid #eef0f4; */
	/* border-top: 1px solid #eef0f4; */
	position: relative;
}
.table-box__data-link::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background-color: #eef0f4;
}
.table-box__data-link.none,
.table-box__data-link.gray_bg.none.category-link {
	display: none;
}
.table-box__data-link.category-link {
	padding: 12px 12px 12px 40px;
	font-weight: 700;
	background-color: #f4f5f8;
	color: #313338;
}
.table-box__data-link.category-link.gray_bg {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	line-height: 120%;
}
.table-box__bottom {
	display: flex;
	justify-content: center;
}
.table-box__bottom.none {
	display: none;
}
.table-box__button {
	border-radius: 0px 0px 12px 12px;
	color: #fafafb;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	background: #0132cc;
	padding: 18px 32px;
	min-width: 330px;
	display: flex;
	justify-content: center;
	align-items: center;
	grid-gap: 12px;
	cursor: pointer;
	transition: 0.3s;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
}
.table-box__button.open-height {
	height: 50px;
	padding-top: 0;
	padding-bottom: 0;
	pointer-events: none;
}
.table-box__button.open-height:hover {
	color: #fafafb;
	background: #0132cc;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;

	border-left: 1px solid transparent;
}
.table-box__button object {
	display: none;
}
.table-box__button.open-height object {
	display: block;
	width: 40px;
}
.table-box__button.open-height span {
	display: none;
}
.table-box__button.open-height svg {
	display: none;
}
.table-box__button.open-height object svg {
	display: block;
}
.table-box__button svg path {
	transition: 0.3s;
}
.table-box__button svg {
	transition: 0.3s;
}
.table-box__button:hover {
	border-right: 1px solid #eef0f4;
	border-bottom: 1px solid #eef0f4;
	border-left: 1px solid #eef0f4;
	background: #f4f5f8;
	color: #313338;
}
.table-box__button:hover svg path {
	stroke: #313338;
}
.table-box__button.active svg {
	transform: rotate(180deg);
}
.table-box__wrapper {
	/* overflow-y: auto; */
	width: 100%;
	overflow: hidden;
	position: relative;
	display: grid;
	grid-row: span 300;
	grid-template-rows: subgrid;
}
.table-box__items {
	display: grid;
	/*grid-column: auto / span 300;*/
	grid-template-columns: repeat(4, 1fr);
	overflow-x: auto;
	overflow-y: hidden;
	transition: 0.3s;
	scroll-behavior: smooth;
	align-items: flex-start;
	grid-row: span 300;
	grid-template-rows: subgrid;
}

.table-box__items::-webkit-scrollbar {
	height: 0;
	width: 0;
}
.table-box__item {
	/*width: min(332px,100%);*/
	width: 100%;
	min-width: 200px;
	display: grid;
	grid-row: span 300;
	grid-template-rows: subgrid;
}
.table-box__item.none {
	display: none;
}

.table-box__item:first-child .table-box__item-name {
	/* padding-left: 48px; */
}
.table-box__item:first-child .table-box__item-link {
	/* padding-left: 48px; */
}
.table-arrow-prev {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
}
.table-arrow.none {
	display: none;
}
.table-arrow {
	position: absolute;
	z-index: 3;
	top: 0;
	width: 56px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 16px;
	background: #fff;
	transition:
		box-shadow 0.3s,
		opacity 0.3s;
	box-shadow:
		0px 1px 20px 0px rgba(2, 35, 141, 0.05),
		0px 5px 6.8px 0px rgba(2, 35, 141, 0.08);
}
.table-arrow.disable {
	box-shadow: 0px 1px 20px 0px rgba(2, 35, 141, 0.05);
	pointer-events: none;
}
.table-arrow.disable svg path {
	transition: 0.3s;
}
.table-arrow.disable svg path {
	stroke: #bac0d0;
}
.table-arrow-prev {
	left: 12px;
}
.table-arrow-next {
	right: 12px;
}
.table-box__item-name {
	display: flex;
	align-items: center;
	/* border-bottom: 1px solid #eef0f4; */
	grid-gap: 15px;
	padding: 20px 32px 20px 32px;
	justify-content: space-between;
	background-color: #f4f5f8;
}
.table-box__item-link.table-box__item-name.hover {
	background-color: #f4f5f8;
}
.table-box__item-link.none {
	display: none !important;
}
.table-box__item-btn {
	color: #313338;
	font-weight: 700;
	line-height: 150%;
	/* display: inline-block; */
	transition: 0.3s;
	padding: 15px;
	margin: -15px;
	font-size: 18px;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px;
	cursor: auto;
}
.table-box__item-btn span {
	grid-row: 2/3;
	grid-column: 1/2;
	cursor: pointer;
}
.table-box__item-btn .table-box__item-methodology {
	grid-row: 1/2;
	grid-column: 1/3;
}
.table-box__item-btn svg {
	grid-row: 2/3;
	grid-column: 2/3;
	margin-left: 8px;
	transform: translateY(3px);
}
.table-box__item-btn svg path {
	transition: 0.3s;
}
.table-box__item-btn svg {
	min-width: 18px;
}
.table-box__item-btn:hover {
	color: #0132cc;
}
.table-box__item-btn:hover svg path {
	stroke: #0132cc;
}
.table-box__item-drag {
	opacity: 0;
	transition: 0.3s;
	cursor: grabbing;
	user-select: none;
}
.table-box__item-name:hover .table-box__item-drag {
	opacity: 1;
}
.table-box__item-drag-inner {
	display: flex;
	align-items: center;
	grid-gap: 5px;
}
.table-box__item-drag-inner .drag-arrow {
}
.table-box__item-link {
	color: #313338;
	padding: 20px 32px;
	/* border-top: 1px solid #eef0f4; */
	display: flex;
	align-items: flex-start;
	grid-gap: 14px;
	position: relative;
	transition: background-color 0.3s;
	font-size: 18px;
	height: auto !important;
}
/* .table-box__item-link:hover{
  z-index: 100;
} */
.table-box__item-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #eef0f4;
}

.table-box__item-link._new::after,
.home-page .table-box__item:first-child .table-box__item-link.table-box__item-name::after,
.home-page .table-box__item-link.table-box__item-name[data-column="1"]::after {
	content: "";
	position: absolute;
	top: 15px;
	/*right: 50px;*/
	height: 24px;
	width: 24px;
	z-index: 1;

	background-color: #f4f5f8;
	/*background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 24' fill='%230132cc' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0002 23.75C10.8502 23.75 9.8002 23.3 9.0002 22.5C8.4002 21.9 7.5502 21.55 6.7002 21.55C4.3502 21.55 2.4502 19.65 2.4502 17.3C2.4502 16.45 2.1002 15.6 1.5002 15C-0.149805 13.35 -0.149805 10.65 1.5002 9C2.1002 8.4 2.4502 7.55 2.4502 6.7C2.4502 4.35 4.3502 2.45 6.7002 2.45C7.5502 2.45 8.4002 2.1 9.0002 1.5C9.8002 0.7 10.8502 0.25 12.0002 0.25C13.1502 0.25 14.2002 0.7 15.0002 1.5C15.6002 2.1 16.4502 2.45 17.3002 2.45C19.6502 2.45 21.5502 4.35 21.5502 6.7C21.5502 7.55 21.9002 8.4 22.5002 9C24.1502 10.65 24.1502 13.35 22.5002 15C21.9002 15.6 21.5502 16.45 21.5502 17.3C21.5502 19.65 19.6502 21.55 17.3002 21.55C16.4502 21.55 15.6002 21.9 15.0002 22.5C14.2002 23.3 13.1502 23.75 12.0002 23.75ZM12.0002 1.25C11.1502 1.25 10.3002 1.6 9.7002 2.2C8.9002 3 7.8502 3.45 6.7002 3.45C4.9002 3.45 3.4502 4.9 3.4502 6.7C3.4502 7.85 3.0002 8.9 2.2002 9.7C0.950195 10.95 0.950195 13.05 2.2002 14.3C3.0002 15.1 3.4502 16.15 3.4502 17.3C3.4502 19.1 4.9002 20.55 6.7002 20.55C7.8502 20.55 8.9002 21 9.7002 21.8C10.3002 22.4 11.1502 22.75 12.0002 22.75C12.8502 22.75 13.7002 22.4 14.3002 21.8C15.1002 21 16.1502 20.55 17.3002 20.55C19.1002 20.55 20.5502 19.1 20.5502 17.3C20.5502 16.15 21.0002 15.1 21.8002 14.3C23.0502 13.05 23.0502 10.95 21.8002 9.7C21.0002 8.9 20.5502 7.85 20.5502 6.7C20.5502 4.9 19.1002 3.45 17.3002 3.45C16.1502 3.45 15.1002 3 14.3002 2.2C13.7002 1.6 12.8502 1.25 12.0002 1.25Z' /%3E%3Cpath d='M5.7 16.9008L4 12.3508L4.9 12.0008L7.9 14.4008L6.8 11.3508L7.65 11.0508L9.3 15.6508L8.35 16.0008L5.4 13.7008L6.5 16.7008L5.7 16.9008ZM10.3 15.2508L8.65 10.6508L12.05 9.40078L12.35 10.1508L9.9 11.0508L10.25 12.0508L12.55 11.2008L12.85 11.9508L10.5 12.9008L10.95 14.1508L13.5 13.2008L13.8 13.9508L10.3 15.2508ZM15.2 13.4508L12.45 9.25078L13.4 8.90078L15.25 11.8008L14.95 8.35078L16.05 7.95078L18 10.8508L17.5 7.40078L18.45 7.05078L19 12.0508L18 12.4008L15.85 9.30078L16.2 13.0508L15.2 13.4508Z' /%3E%3C/svg%3E");*/
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5168 6.61995C21.0705 6.48853 20.5132 6.32433 20.3773 6.13056C20.229 5.91769 20.2649 5.32023 20.2949 4.83974C20.346 4.01489 20.3976 3.16065 19.8185 2.6767C19.2336 2.18592 18.3942 2.38794 17.584 2.58382C17.1216 2.69585 16.5465 2.83544 16.321 2.72947C16.0945 2.62385 15.8319 2.09347 15.6207 1.6681C15.25 0.921404 14.8665 0.148975 14.1133 0.0155587C13.4582 -0.101758 12.7569 0.464359 12.1506 1.04092C11.8159 1.35867 11.4604 1.67499 11.108 1.80783C10.8723 1.82834 10.3894 1.50644 10.0009 1.24929C9.33219 0.803661 8.5731 0.298583 7.83956 0.565659C7.10694 0.832378 6.84912 1.70767 6.62217 2.47941C6.49018 2.92718 6.32702 3.48431 6.04707 3.66163C5.77869 3.75936 5.30205 3.73023 4.84154 3.70194C4.0046 3.65083 3.10363 3.67144 2.6801 4.1781C2.18782 4.76498 2.39044 5.60322 2.58657 6.41461C2.69858 6.87715 2.83778 7.45141 2.73316 7.67759C2.6272 7.90308 2.09733 8.1669 1.67172 8.37703C0.924262 8.74824 0.151376 9.13328 0.0186655 9.88528C-0.112973 10.628 0.475174 11.2483 1.04374 11.8486C1.37553 12.1973 1.78829 12.6325 1.81043 12.8913C1.83095 13.1271 1.51053 13.6109 1.25205 13.9989C0.806567 14.6678 0.301962 15.428 0.568965 16.1617C0.835968 16.8955 1.71105 17.1535 2.48357 17.38C2.92988 17.5115 3.48717 17.6756 3.623 17.8694C3.77138 18.0822 3.73549 18.6797 3.70543 19.1602C3.65434 19.985 3.60273 20.8393 4.18182 21.3232C4.76673 21.814 5.60625 21.612 6.41635 21.4161C6.87877 21.3041 7.45386 21.1645 7.67929 21.2705C7.90579 21.3761 8.16855 21.9065 8.37961 22.3319C8.75033 23.0786 9.1339 23.851 9.88706 23.9844C10.5388 24.1018 11.2405 23.5367 11.8488 22.9594C12.1835 22.6416 12.528 22.3169 12.8913 22.1925C13.127 22.1719 13.61 22.4939 13.9985 22.751C14.6682 23.1964 15.4272 23.7014 16.1608 23.4343C16.8934 23.1676 17.1513 22.2923 17.3782 21.5206C17.5102 21.0729 17.6733 20.5157 17.9529 20.3374C18.2213 20.2396 18.6979 20.2688 19.1585 20.2971C19.9974 20.3474 20.8968 20.3285 21.3203 19.8219C21.8126 19.2351 21.6099 18.3968 21.4138 17.5854C21.3018 17.1228 21.1626 16.5486 21.2672 16.3224C21.3728 16.0959 21.903 15.8331 22.3283 15.622C23.0757 15.2508 23.849 14.8668 23.9813 14.1137C24.113 13.371 23.5248 12.7508 22.9563 12.1505C22.6245 11.8017 22.2127 11.3661 22.19 11.1086C22.1694 10.8729 22.4898 10.3891 22.7483 10.0011C23.1939 9.33223 23.6984 8.57195 23.4315 7.83821C23.1645 7.10439 22.2893 6.84658 21.5168 6.61995ZM10.2387 14.8933C10.3165 15.1071 10.2484 15.3469 10.0702 15.4883C10.0251 15.5251 9.97526 15.5522 9.92257 15.5714C9.8454 15.5995 9.76283 15.6091 9.68125 15.5997C9.59967 15.5903 9.52143 15.5621 9.45262 15.5173L6.35218 13.4933L7.25664 15.9789C7.35654 16.2534 7.2149 16.5572 6.94051 16.6571C6.66619 16.757 6.36245 16.6153 6.26262 16.3409L4.81546 12.3637C4.73768 12.1499 4.80573 11.9101 4.98394 11.7687C5.16071 11.6266 5.41108 11.6154 5.60154 11.7398L8.70198 13.7638L7.79752 11.2781C7.69762 11.0036 7.83926 10.6999 8.11365 10.5999C8.38797 10.5001 8.69171 10.6418 8.79154 10.9161L10.2387 14.8933ZM12.8133 11.141C13.0876 11.0411 13.3914 11.1828 13.4913 11.4572C13.5911 11.7316 13.4495 12.0354 13.1751 12.1352L11.6841 12.6781L12.0459 13.6723L13.5369 13.1295C13.8112 13.0296 14.115 13.1713 14.2149 13.4457C14.3147 13.7202 14.173 14.024 13.8987 14.1238L11.9107 14.8476C11.6363 14.9475 11.3325 14.8059 11.2327 14.5314L9.78556 10.5543C9.68573 10.2798 9.8273 9.97601 10.1017 9.87615L12.0897 9.15237C12.364 9.05252 12.6678 9.19412 12.7676 9.46859C12.8675 9.74298 12.7259 10.0468 12.4516 10.1467L10.9605 10.6895L11.3223 11.6838L12.8133 11.141ZM18.7606 7.42297L19.2138 11.762C19.2257 11.8759 19.2004 11.9906 19.1415 12.0888C19.0826 12.187 18.9934 12.2634 18.8873 12.3064L18.8674 12.3137C18.763 12.3517 18.6493 12.3559 18.5423 12.3258C18.4354 12.2956 18.3407 12.2325 18.2715 12.1456L17.1805 10.7682L17.2291 12.5262C17.2355 12.7603 17.1146 12.9631 16.8615 13.0441C16.6379 13.1165 16.393 13.0311 16.2615 12.8369L13.8203 9.22158C13.6578 8.97905 13.7207 8.65089 13.9629 8.4873C14.1997 8.32455 14.5331 8.38676 14.697 8.6299L16.1209 10.7396L16.0791 9.21108C16.0677 8.75584 16.7397 8.51119 17.0224 8.86764L17.9727 10.0654L17.7078 7.53378C17.6761 7.24242 17.8858 6.98362 18.1785 6.95259C18.4712 6.92141 18.7306 7.13321 18.7606 7.42297Z' fill='%230132CC' /%3E%3C/svg%3E");
}
.home-page .table-box__item:first-child .table-box__item-link.table-box__item-name::after {
	display: block !important;
}
.home-page .table-box__item:first-child .table-box__item-drag {
	display: none !important;
}
@media (min-width: 1600px) {
	.table-box__item-link._new::after,
	.home-page .table-box__item:first-child .table-box__item-link.table-box__item-name::after,
	.home-page .table-box__item-link.table-box__item-name[data-column="1"]::after {
		right: 50px;
	}
}
@media (min-width: 1001px) and (max-width: 1600px) {
	.table-box__item-link._new::after,
	.home-page .table-box__item:first-child .table-box__item-link.table-box__item-name::after,
	.home-page .table-box__item-link.table-box__item-name[data-column="1"]::after {
		right: calc(0px + 50 * (100vw - 1001px) / 599);
	}
}
@media (max-width: 1001px) {
	.table-box__item-link._new::after,
	.home-page .table-box__item:first-child .table-box__item-link.table-box__item-name::after,
	.home-page .table-box__item-link.table-box__item-name[data-column="1"]::after {
		right: 4px;
		top: 4px;
	}
}
.table-box__item-btn--new {
	display: inline-block;
}
.table-box__item-btn-main {
	display: inline-block;
}
.table-box__item-btn--new .table-box__item-btn-arrow {
	margin-right: 8px;
}
.table-box__item-btn--new .table-box__item-btn-newicon {
	margin: 0 !important;
	transform: translateY(6px);
}
@media (max-width: 1280px) {
	.table-box__item-btn--new .table-box__item-btn-newicon {
		transform: translateY(3px);
	}
}
.table-box__item-btn--new svg.table-box__item-btn-newicon path {
	fill: #01c3ff !important;
	stroke: none !important;
}
.table-box__item-link:first-child {
	border-top: none;
}
.table-box__item-link:hover {
	background-color: #f4f5f8;
	/* cursor: default; */
}
.table-box__item-link.hover:hover {
	background-color: #f4f5f8;
}
.table-box__item-link.hover {
	background-color: #fafafb;
}
.table-box__item-link .link-yes {
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDZMOSAxN0w0IDEyIiBzdHJva2U9IiM0QTcxRUEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}
.table-box__item-link .link-no {
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4IDZMNiAxOE02IDZMMTggMTgiIHN0cm9rZT0iI0Y5NUU2MSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.table-box__item-link.gray_bg {
	background-color: #f4f5f8;
	padding: 0;
}
.table-box__item-link.gray_bg:hover {
	background-color: #f4f5f8;
}
.comment-icon {
	padding: 5px;
	margin: -5px;
	z-index: 2;
	cursor: pointer;
}
.comment-icon svg {
	width: 20px;
	pointer-events: none;
	height: 20px;
}
.comment-icon svg path {
	transition: 0.3s;
	fill: transparent;
}
.comment-block:hover .comment-icon svg path {
	fill: #4a71ea;
	stroke: #4a71ea;
}
.comment-block:hover .comment-popup {
	opacity: 1;
	pointer-events: initial;
}
.comment-popup {
	/* position: absolute; */
	/* bottom: calc(100% + 15px); */
	/* right: -25px; */
	opacity: 0;
	transition: opacity 0.3s;
	position: absolute;
	pointer-events: none;
	z-index: 1000;
	position: fixed;
}
.comment-popup.open {
	opacity: 1;
	pointer-events: initial;
}
/* .table-box__item:first-child .comment-popup {
  right: auto;
  left: -100px;
}
.table-box__item:first-child .comment-popup__text::before {
  right: auto;
  left: 95px;
} */
.comment-popup__text {
	color: #02061c;
	font-size: 18px;
	line-height: 150%;
	border-radius: 16px;
	padding: 20px 32px;
	width: 390px;
	background: #ebecf4;
	position: relative;
}
.comment-block {
	position: relative;
	z-index: 1;
}
.comment-popup.position-top .comment-popup__text::before {
	bottom: -15px;
}
.comment-popup.position-bottom .comment-popup__text::before {
	top: -15px;
	transform: rotate(180deg);
}
.comment-wrapper {
	display: flex;
	margin-left: auto;
	align-items: flex-start;
}
.comment-popup__text::before {
	content: "";
	position: absolute;
	/* bottom: -15px; */
	right: 22px;
	width: 28px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMiAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMjAzOTMgMjEuMzMzNkM5LjkzNTU3IDIyLjgyNzEgMTIuMDY0NCAyMi44MjcxIDEyLjc5NjEgMjEuMzMzNkwyMS43MTM2IDMuMTI5ODRDMjIuMzY0NSAxLjgwMTA1IDIxLjM5NzIgMC4yNSAxOS45MTc1IDAuMjVIMi4wODI0N0MwLjYwMjgxIDAuMjUgLTAuMzY0NTM1IDEuODAxMDYgMC4yODY0MDQgMy4xMjk4NUw5LjIwMzkzIDIxLjMzMzZaIiBmaWxsPSIjRUJFQ0Y0Ii8+Cjwvc3ZnPgo=);
}

.table-fixed {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	/* top: 0; */
	z-index: 3;
	opacity: 0;
	display: none;
	transition: 0.3s;
}
.table-fixed.fixed.none {
	transform: translateY(-100%);
	opacity: 0;
	pointer-events: none;
}
.table-fixed.fixed {
	display: block;
	opacity: 1;
	transition: 0.3s;
}
.table-fixed.fixed .table-fixed__wrapper {
	opacity: 1;
	transition: 0.3s;
}
.table-fixed.fixed.none .table-fixed__wrapper {
	opacity: 0;
}
.table-fixed__wrapper {
	margin: 0 -38px;
	background-color: #f4f5f8;
	/* border-radius: 16px 16px 0 0; */
	overflow: hidden;
	border: 1px solid #eef0f4;
	border: 1px solid #eef0f4;
	border: 1px solid #eef0f4;
}
.table-fixed__inner {
	display: flex;
}
.table-fixed__data {
	width: 330px;
	min-width: 330px;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	border-right: 1px solid #eef0f4;
	color: #313338;
	padding: 20px 16px 20px 40px;
	transition: 0.3s;
	z-index: 2;
}
.table-fixed__data.active {
	box-shadow: 9px 9px 18px 0px rgba(97, 106, 151, 0.08);
}
.table-fixed__data-one {
	color: #757c8f;
	display: block;
	font-size: 16px;
	line-height: 150%;
}
.table-fixed__box {
	width: 100%;
	overflow: hidden;
}
.table-fixed__links {
	display: grid;
	height: 100%;
	grid-template-columns: repeat(6, 25%);
	overflow-x: auto;
	scrollbar-width: none;
}

.table-fixed__links::-webkit-scrollbar {
	height: 0;
}
.table-fixed__link {
	padding: 20px 32px;
	display: flex;
	align-items: center;
}
.table-box__item-link.comment.yes-state {
	display: grid;
	grid-template-columns: 24px 1fr 24px;
}
.table-box__item-link.yes-state {
	display: grid;
	grid-template-columns: 24px 1fr;
}
.table-fixed__links .table-box__item-link.table-box__item-name .table-box__item-drag {
	display: none;
}
.table-box__data-link .link-text {
	display: flex;
	flex-direction: column;
	grid-gap: 16px;
}
.table-box__data-link .link-text .bold {
	font-weight: 700;
}
.table-box__data-link .link-text .blue {
	color: #0132cc;
}
.table-box__item-link.link-flex .bold {
	min-height: 26px;
}
.table-box__item-link.link-flex {
	display: flex;
	flex-direction: column;
	grid-gap: 16px;
}
.table-box__item-link.link-flex .blue {
	color: #0132cc;
}
@media (max-width: 1920px) {
	.comment-popup__text {
		width: calc(320px + (390 - 320) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.table-box__data-link.category-link .category-level-one {
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.table-box__data-link.first {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.table-box__data-link.first.category-link {
		padding: calc(16px + (20 - 16) * ((100vw - 1536px) / (1920 - 1536))) 16px
			calc(16px + (20 - 16) * ((100vw - 1536px) / (1920 - 1536)))
			calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.table-box__data-link {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
		padding: calc(16px + (20 - 16) * ((100vw - 1536px) / (1920 - 1536))) 16px
			calc(16px + (20 - 16) * ((100vw - 1536px) / (1920 - 1536)))
			calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.table-box__data-link.category-link {
		padding-left: calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.table-box__item-link {
		padding: calc(16px + (20 - 16) * ((100vw - 1536px) / (1920 - 1536)))
			calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.table-box__item-btn {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.table-box__data {
		width: calc(275px + (330 - 275) * ((100vw - 1536px) / (1920 - 1536)));
		min-width: calc(275px + (330 - 275) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.table-box__button {
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
		min-width: calc(245px + (330 - 245) * ((100vw - 1536px) / (1920 - 1536)));
		padding: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)))
			calc(26px + (32 - 26) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.table-fixed__data {
		width: calc(275px + (330 - 275) * ((100vw - 1536px) / (1920 - 1536)));
		min-width: calc(275px + (330 - 275) * ((100vw - 1536px) / (1920 - 1536)));
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
		padding: calc(16px + (20 - 16) * ((100vw - 1536px) / (1920 - 1536))) 16px
			calc(16px + (20 - 16) * ((100vw - 1536px) / (1920 - 1536)))
			calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.table-fixed__data-one {
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.table-box {
		margin-left: calc(-32px + (-38 - (-32)) * ((100vw - 1536px) / (1920 - 1536)));
		margin-right: calc(-32px + (-38 - (-32)) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.drag-arrow img {
		width: calc(22px + (25 - 22) * ((100vw - 1536px) / (1920 - 1536)));
		min-width: calc(22px + (25 - 22) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.table-fixed__wrapper {
		margin: 0 calc(-32px + (-38 - (-32)) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.table-arrow {
		width: calc(48px + (56 - 48) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(48px + (56 - 48) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.comment-popup__text {
		width: calc(300px + (320 - 300) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.table-arrow {
		width: 48px;
		height: 48px;
	}
	.table-box {
		margin-left: calc(-24px + (-32 - (-24)) * ((100vw - 1280px) / (1536 - 1280)));
		margin-right: calc(-24px + (-32 - (-24)) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.table-box__data-link.category-link .category-level-one {
		font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.table-box__data-link.first {
		font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1536 - 1280)));
		padding: 16px calc(12px + (16 - 12) * ((100vw - 1280px) / (1536 - 1280))) 16px
			calc(24px + (32 - 24) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.table-box__item-link {
		font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1536 - 1280)));
		padding: 16px 24px;
	}
	.table-box__data-link.category-link {
		padding-left: calc(24px + (32 - 24) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.table-box__data-link {
		font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1536 - 1280)));
		padding: 16px calc(12px + (16 - 12) * ((100vw - 1280px) / (1536 - 1280))) 16px
			calc(24px + (32 - 24) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.table-box__item-btn {
		font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.table-fixed__wrapper {
		margin: 0 calc(-24px + (-32 - (-24)) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.table-box__data-link.first.category-link {
		padding: 16px 16px 16px calc(24px + (32 - 24) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.table-fixed__data {
		font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1536 - 1280)));
		padding: 16px 16px 16px calc(24px + (32 - 24) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.table-fixed__data-one {
		font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.drag-arrow img {
		min-width: calc(18px + (22 - 18) * ((100vw - 1280px) / (1536 - 1280)));
		width: calc(18px + (22 - 18) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.table-box__item-link.table-box__item-name {
		grid-gap: calc(5px + (14 - 5) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.table-box__button {
		font-size: 14px;
		padding: calc(12px + (16 - 12) * ((100vw - 1280px) / (1536 - 1280)))
			calc(20px + (26 - 20) * ((100vw - 1280px) / (1536 - 1280)));
		min-width: calc(190px + (245 - 190) * ((100vw - 1280px) / (1536 - 1280)));
		grid-gap: calc(8px + (12 - 8) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.table-box__button svg {
		width: calc(16px + (18 - 16) * ((100vw - 1280px) / (1536 - 1280)));
		height: calc(16px + (18 - 16) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.table-box__button {
		grid-gap: 8px;
	}
	.table-box__item-link.comment {
		flex-direction: column;
	}
	.table-box__item-link.comment .comment-wrapper {
		/* display: grid; */
		margin-left: 0;
	}
	.comment-popup {
		right: auto;
		left: -17px;
	}
	.comment-popup__text::before {
		/* right: auto; */
		/* left: 15px; */
	}
	.comment-popup__text {
		padding: 15px;
		font-size: 14px;
	}
	.table-box__item-link.comment.yes-state {
		display: grid;
		grid-template-columns: 24px 1fr;
	}
	.table-box__item-btn svg {
		min-width: calc(16px + (18 - 16) * ((100vw - 1280px) / (1536 - 1280)));
		width: calc(16px + (18 - 16) * ((100vw - 1280px) / (1536 - 1280)));
		height: calc(16px + (18 - 16) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.table-arrow {
		width: calc(40px + (48 - 40) * ((100vw - 1280px) / (1536 - 1280)));
		height: calc(40px + (48 - 40) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.comment-popup__text {
		width: 300px;
	}
	.table-fixed__wrapper {
		margin: 0 calc(0px + (-24 - 0) * ((100vw - 1080px) / (1280 - 1080)));
	}
	.table-fixed__data-one {
		font-size: 12px;
	}
	.table-box__item-btn {
		font-size: 14px;
	}
	.table-box__data-link.category-link .category-level-one {
		font-size: 12px;
	}
	.table-box__data-link.first {
		font-size: 14px;
	}
	.table-box__data-link {
		font-size: 14px;
	}
	.table-box__data-link.first.category-link {
		/* padding: 0; */
	}
	.table-box__item-link {
		font-size: 14px;
	}
	.table-box__item-btn svg {
		min-width: 16px;
		width: 16px;
		height: 16px;
	}
	.table-fixed__data {
		font-size: 14px;
	}
	.table-box__button svg {
		width: 16px;
		height: 16px;
	}
	.table-box__data-link {
		padding: 16px 12px 16px 24px;
	}
	.table-box__data-link.category-link {
		padding-left: calc(20px + (24 - 20) * ((100vw - 1080px) / (1280 - 1080)));
	}
	.table-box {
		margin-left: calc(0px + (-24 - (0)) * ((100vw - 1080px) / (1280 - 1080)));
		margin-right: calc(0px + (-24 - (0)) * ((100vw - 1080px) / (1280 - 1080)));
	}
	.table-box__item-link {
		padding: 16px calc(20px + (24 - 20) * ((100vw - 1080px) / (1280 - 1080)));
	}
	.table-box__data-link {
		padding-left: calc(20px + (24 - 20) * ((100vw - 1080px) / (1280 - 1080)));
	}
	.table-box__button {
		padding: 12px 20px;
		font-size: 14px;
		min-width: 190px;
	}
	.table-arrow {
		width: calc(40px + (48 - 40) * ((100vw - 1080px) / (1280 - 1080)));
		height: calc(40px + (48 - 40) * ((100vw - 1080px) / (1280 - 1080)));
		border-radius: calc(12px + (16 - 12) * ((100vw - 1080px) / (1280 - 1080)));
	}
	.table-arrow svg {
		width: calc(16px + (24 - 16) * ((100vw - 1080px) / (1280 - 1080)));
		height: calc(16px + (24 - 16) * ((100vw - 1080px) / (1280 - 1080)));
	}
}
@media (max-width: 1200px) {
	.table-box__item-drag {
		display: none;
	}
}
@media (max-width: 1080px) {
	.table-fixed__wrapper {
		margin: 0;
	}
	.table-arrow {
		width: 40px;
		height: 40px;
		border-radius: 12px;
	}
	.table-arrow svg {
		width: 16px;
		height: 16px;
	}
	.table-box {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 1000px) {
	.create-div {
		margin-bottom: 15px;
	}
	.comment-popup.position-center .comment-popup__text::before {
		right: auto;
		left: 10px;
	}
	.comment-popup.position-left .comment-popup__text::before {
		right: auto;
		left: 10px;
	}
	.table-box__data {
		display: grid;
		grid-row: span 300;
		grid-template-rows: subgrid;
	}
	.table-box__item-link.link-flex .bold {
		min-height: 0;
	}
	.table-box {
		margin-left: 0;
		margin-right: 0;
	}
	.table-box__item-link .link-yes {
		width: 20px;
		height: 20px;
	}
	.table-arrow.disable {
		opacity: 0;
	}
	.table-box__data-link {
		padding: 0;
	}
	.table-box__item-link {
		font-size: 14px;
	}
	.table-box__data-link.category-link.first .first-div {
		padding: 8px 16px;
	}
	.table-box__data-link.first.category-link {
		min-height: auto !important;
		padding: 0;
	}
	.table-box__data-link.first.category-link.none {
		display: block;
	}
	.table-box__data-link.first.category-link.none .first-div {
		display: none;
	}

	.table-box__data-link {
		/* border-bottom: 1px solid #eef0f4; */
		/* background: #FAFAFB; */
		/* padding: 12px 16px; */
		min-height: auto !important;
	}
	.table-box__data-link .table-box__data-mobile {
		background-color: #fff;
	}
	.table-box__item-link.table-box__item-name {
		border-right: 1px solid #eef0f4;
		border-bottom: 1px solid #eef0f4;
	}
	.table-box__item-link.table-box__item-name:last-child {
		border-right: none;
	}
	.table-box__inner {
		/* overflow-x: auto; */
		grid-template-columns: 1fr;
	}
	.table-box__data-mobile {
		display: grid;
		/* overflow: hidden; */
		/* width: 100%; */
		/* display: flex; */
		grid-template-columns: repeat(6, 1fr);
	}
	.table-box__item-link {
		width: 250px;
	}
	.table-fixed__links {
		width: 100%;
		/* overflow-x: auto; */
		overflow: hidden;
	}
	.table-fixed__box {
		overflow: initial;
		width: 100%;
	}
	.table-fixed__links .table-box__item-link {
		grid-row-start: 1;
	}
	.table-fixed__inner {
		overflow-x: auto;
	}
	.table-box__item-link:hover {
		background-color: transparent;
	}
	.table-box__item-link.table-box__item-name:hover {
		background-color: #f4f5f8;
	}
	.table-box__data-mobile .table-box__item-link {
		/* min-width: 25%; */
		/* width: 25%; */
	}
	.table-box__inner {
		position: relative;
	}
	.table-box__data-mobile .table-box__item-link.gray_bg {
		display: none;
	}
	.table-box__data-link.category-link.first .table-box__data-mobile {
		border-bottom: 1px solid #eef0f4;
	}
	.table-box__data-link .link-text {
		border-bottom: 1px solid #eef0f4;
		background: #fafafb;
		padding: 12px 16px;
	}
	.table-box__data {
		scroll-behavior: smooth;
	}
	.table-fixed__inner {
		scroll-behavior: smooth;
	}
	.table-box__wrapper {
		display: none;
		/* position: absolute; */
		/* top: 0; */
		/* bottom: 0; */
	}
	.table-box__data-mobile .table-box__item-link {
		min-height: auto !important;
		padding: 16px;
		border-right: 1px solid #eef0f4;
		border-top: 0;
		border-bottom: 0;
	}
	.table-box__data-mobile .table-box__item-link:last-child {
		border-right: 0;
	}
	.table-box__data-mobile .table-box__item-link .table-box__item-drag {
		display: none;
	}
	.table-box__data {
		width: 100%;
	}
	.table-fixed__inner {
		flex-direction: column-reverse;
	}
	.table-fixed__links .table-box__item-link .table-box__item-drag {
		display: none;
	}
	.table-fixed__data {
		border-right: 0;
		padding: 8px 16px;
		width: 100%;
	}
	.table-fixed__links {
		/* display: flex; */
		/* grid-template-columns: repeat(4, 1fr) !important; */
	}
	.table-fixed__links .table-box__item-link.table-box__item-name {
		/* width: 250px; */
	}
	.table-fixed__links .table-box__item-link {
		min-height: auto !important;
		padding: 0;
	}
	.table-box__item-link.table-box__item-name {
		padding: 12px 16px;
	}
	.table-box__item-link.table-box__item-name svg {
		width: 16px;
		height: 16px;
	}
	.table-box__data {
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.table-fixed__inner::-webkit-scrollbar {
		height: 0;
	}
	.table-box__data::-webkit-scrollbar {
		height: 0;
	}
	.table-box__button {
		min-width: 345px;
		padding: 12px 20px;
	}
	.table-box__item-link.width-full {
		width: 100%;
	}
}

@media (max-width: 768px) {
	/*.table-box__item-link {
		width: 170px;
	}
	.table-fixed__links .table-box__item-link.table-box__item-name {
		width: 170px;
	}*/
	.table-box__item-link.comment.yes-state {
		display: flex;
		flex-direction: column;
		grid-gap: 12px;
	}
	.table-box__item-link.yes-state {
		display: flex;
		flex-direction: column;
	}
	.table-box__item-link.width-full {
		min-width: 170px;
	}
}
@media (max-width: 500px) {
	.table-box__button {
		min-width: 100%;
	}
	.table-box__inner {
		border-radius: 16px 16px 0 0;
	}
	.comment-popup.position-center {
		transform: translateX(-47%);
	}
}

@media (max-width: 375px) {
	/*.table-box__item-link {
		width: 165px;
	}
	.table-fixed__links .table-box__item-link.table-box__item-name {
		width: 165px;
	}*/
	.comment-popup.position-center .comment-popup__text::before {
		right: auto;
		left: 150px;
	}
}
/*end table-box*/

/*start load-testing*/
.load-testing__title {
	margin-bottom: 56px;
}
.load-testing__inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 32px;
}
.load-testing__big-text {
	font-size: 24px;
	line-height: 140%;
}
.load-testing__big-text b {
	color: #02061c;
}
.load-testing__text {
	font-size: 18px;
	line-height: 150%;
}
.load-testing__list-number {
	margin-top: 24px;
}
.testing-methodology__list {
	margin-top: 24px;
}
.testing-methodology__list .list-usual__link {
	color: #02061c;
}
@media (max-width: 1920px) {
	.load-testing__big-text {
		font-size: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.load-testing__text {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.load-testing__list-number {
		margin-top: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.load-testing__title {
		margin-bottom: calc(48px + (56 - 48) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.load-testing__inner {
		grid-gap: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.testing-methodology__list {
		margin-top: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.testing-methodology__list {
		margin-top: 20px;
	}
	.load-testing__list-number {
		margin-top: 20px;
	}
	.load-testing__big-text {
		font-size: 20px;
	}
	.load-testing__text {
		font-size: 16px;
	}
	.load-testing__title {
		margin-bottom: calc(40px + (48 - 40) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.load-testing__inner {
		grid-gap: calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.load-testing__title {
		margin-bottom: 40px;
	}
	.load-testing__inner {
		grid-gap: 24px;
	}
}
@media (max-width: 1080px) {
	.load-testing__big-text {
		font-size: calc(18px + (20 - 18) * ((100vw - 768px) / (1080 - 768)));
	}
	.load-testing__list-number {
		margin-top: calc(16px + (20 - 16) * ((100vw - 768px) / (1080 - 768)));
	}
	.load-testing__title {
		margin-bottom: calc(32px + (40 - 32) * ((100vw - 768px) / (1080 - 768)));
	}
	.testing-methodology__list {
		margin-top: calc(16px + (20 - 16) * ((100vw - 768px) / (1080 - 768)));
	}
}
@media (max-width: 1000px) {
	.load-testing__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.testing-methodology__list {
		margin-top: 16px;
	}
	.load-testing__list-number {
		margin-top: 16px;
	}
	.load-testing__big-text {
		font-size: 18px;
	}
	.load-testing__title {
		margin-bottom: calc(24px + (32 - 24) * ((100vw - 375px) / (768 - 375)));
	}
}
/*end load-testing*/

/*start download-files*/
.download-file {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: 1fr 70px 56px;
	align-items: center;
	padding: 16px 0;
	position: relative;
}
.download-file::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, #f0f0f0, transparent);
}
.download-file__view {
	width: 100%;
}
.download-file__view-name {
	color: #02061c;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	width: 100%;
	display: block;
	padding: 10px 0;
	margin: -10px 0;
	transition: 0.3s;
}
.download-file__view-name:hover {
	color: #0132cc;
}
.download-file__size {
	color: #bac0d0;
	font-size: 18px;
	line-height: 140%;
	text-align: right;
}
.download-file__link {
	width: 56px;
	height: 56px;
	background-color: #f4f5f8;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}
.download-file__link svg path {
	transition: 0.3s;
}
.download-file__link:hover {
	background-color: #0132cc;
}
.download-file__link:hover svg path {
	stroke: #fafafb;
}
@media (max-width: 1920px) {
	.download-file__view-name {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.download-file__size {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.download-file {
		grid-gap: calc(24px + (40 - 24) * ((100vw - 1536px) / (1920 - 1536)));
		padding: calc(12px + (16 - 12) * ((100vw - 1536px) / (1920 - 1536))) 0;
	}
	.download-file__link {
		width: calc(52px + (56 - 52) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(52px + (56 - 52) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.download-file__link svg {
		width: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.download-file {
		grid-template-columns: 1fr 70px calc(52px + (56 - 52) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.download-file__view-name {
		font-size: 16px;
	}
	.download-file__size {
		font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.download-file {
		padding: 12px 0;
		grid-gap: calc(16px + (24 - 16) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.download-file__link {
		width: calc(44px + (52 - 44) * ((100vw - 1280px) / (1536 - 1280)));
		height: calc(44px + (52 - 44) * ((100vw - 1280px) / (1536 - 1280)));
		border-radius: calc(12px + (16 - 12) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.download-file__link svg {
		width: calc(18px + (20 - 18) * ((100vw - 1280px) / (1536 - 1280)));
		height: calc(18px + (20 - 18) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.download-file {
		grid-template-columns:
			1fr calc(55px + (70 - 55) * ((100vw - 1280px) / (1536 - 1280)))
			calc(44px + (52 - 44) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.download-file__link {
		width: 44px;
		height: 44px;
		border-radius: 12px;
	}
	.download-file__link svg {
		width: 18px;
		height: 18px;
	}
	.download-file__size {
		font-size: 14px;
	}
	.download-file {
		grid-gap: 16px;
	}
	.download-file {
		grid-template-columns: 1fr 55px 44px;
	}
}
@media (max-width: 1000px) {
	.download-file__view-name:hover {
		color: #02061c;
	}
	.download-file__link {
		background-color: #0132cc;
	}
	.download-file__link svg path {
		stroke: #fafafb;
	}
}
/*end download-files*/

/*start footer*/
.footer {
	margin-top: 120px;
	background-color: #fff;
	padding: 100px 0 78px;
}
.footer__top {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 32px;
}
.footer__top-left {
	color: #02061c;
	font-size: 32px;
	line-height: 140%;
}
.text-anim-shadow {
}
.footer__top-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer__mail {
}
.footer__mail-btn {
	color: #02061c;
	font-size: 24px;
	padding-left: 28px;
	position: relative;
	line-height: 135%;
	transition: 0.3s;
}
.footer__mail-btn:hover {
	opacity: 0.7;
}
.footer__mail-btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMS42NjY1IiB5PSIzLjMzMzI1IiB3aWR0aD0iMTYuNjY2NyIgaGVpZ2h0PSIxMy4zMzMzIiByeD0iNCIgc3Ryb2tlPSIjMDIwNjFDIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cGF0aCBkPSJNNSA3LjVMOC44IDEwLjM1QzkuNTExMTEgMTAuODgzMyAxMC40ODg5IDEwLjg4MzMgMTEuMiAxMC4zNUwxNSA3LjUiIHN0cm9rZT0iIzAyMDYxQyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	background-position: center;
}
.footer__social {
	display: flex;
	grid-gap: 16px;
}
.footer__social-link {
}
.footer__social-btn {
	width: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 68px;
	border-radius: 16px;
	border: 1px solid #eef0f4;
	transition: 0.3s;
}
.footer__social-btn svg path {
	transition: 0.3s;
}
.footer__social-btn:hover {
	background-color: #0132cc;
	border-color: #0132cc;
}
.footer__social-btn:hover svg path {
	fill: #fafafb;
}
.footer__bottom {
	margin-top: 88px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 32px;
	align-items: center;
}
.footer__bottom-left {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
}
.footer__button {
	display: flex;
	justify-content: flex-start;
}
.footer__bottom-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__text {
	color: #8c92a1;
	font-size: 16px;
	line-height: 140%;
}
.footer__text a {
	transition: 0.3s;
}
.footer__text a:hover {
	opacity: 0.7;
}
.text-anim-shadow {
	background-color: #02061c;
	background-image: linear-gradient(94deg, #02061c 32.4%, #c5c5c5 46%, #c5c5c5 47%, #02061c 60.3%);
	background-size: 300% 100%;
	background-position: 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: animateGradientTitleSpan 3s linear infinite;
	-moz-animation: animateGradientTitleSpan 3s linear infinite;
	animation: animateGradientTitleSpan 3s linear infinite;
}

@keyframes animateGradientTitleSpan {
	0% {
		background-position: 100% 0;
	}
	99.9% {
		background-position: -100% 0;
		background-image: none;
	}
	100% {
		background-position: 100% 0;
		background-image: linear-gradient(94deg, #02061c 32.4%, #02061c 44.55%, #02061c 47.94%, #02061c 60.3%);
	}
}
@media (max-width: 1920px) {
	.footer__top-left {
		font-size: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.footer__mail-btn {
		font-size: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.footer__social {
		grid-gap: calc(12px + (16 - 12) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.footer__social-btn {
		width: calc(60px + (68 - 60) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(60px + (68 - 60) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.footer__bottom {
		margin-top: calc(64px + (88 - 64) * ((100vw - 1536px) / (1920 - 1536)));
		grid-gap: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.footer__top {
		grid-gap: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.footer__text {
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.footer {
		padding: calc(80px + (100 - 80) * ((100vw - 1536px) / (1920 - 1536))) 0
			calc(56px + (78 - 56) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.footer {
		padding: calc(64px + (80 - 64) * ((100vw - 1280px) / (1536 - 1280))) 0
			calc(40px + (56 - 40) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.footer__top-left {
		font-size: 24px;
	}
	.footer__mail-btn {
		font-size: calc(18px + (20 - 18) * ((100vw - 1280px) / (1536 - 1280)));
		padding-left: calc(26px + (28 - 26) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.footer__mail-btn::before {
		width: calc(18px + (20 - 18) * ((100vw - 1280px) / (1536 - 1280)));
		height: calc(18px + (20 - 18) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.footer__social {
		grid-gap: 12px;
	}
	.footer__social-btn {
		width: calc(48px + (60 - 48) * ((100vw - 1280px) / (1536 - 1280)));
		height: calc(48px + (60 - 48) * ((100vw - 1280px) / (1536 - 1280)));
		border-radius: calc(12px + (16 - 12) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.footer__social-btn svg {
		width: calc(16px + (20 - 16) * ((100vw - 1280px) / (1536 - 1280)));
		height: calc(16px + (20 - 16) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.footer__top {
		grid-gap: calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.footer__bottom {
		grid-gap: calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.footer__text {
		font-size: 14px;
	}
	.footer__bottom {
		margin-top: calc(48px + (64 - 48) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.footer__top {
		grid-gap: 24px;
	}
	.footer__bottom {
		grid-gap: 24px;
	}
	.footer__social-btn {
		width: 48px;
		height: 48px;
		border-radius: 12px;
	}
	.footer__bottom {
		margin-top: 48px;
	}
	.footer__social-btn svg {
		width: 16px;
		height: 16px;
	}
	.footer__mail-btn::before {
		width: 18px;
		height: 18px;
	}
	.footer__mail-btn {
		font-size: 18px;
		padding-left: 26px;
	}
	.footer {
		padding: 64px 0 40px;
	}
}
@media (max-width: 1080px) {
	.footer {
		padding: calc(48px + (64 - 48) * ((100vw - 768px) / (1080 - 768))) 0 40px;
		margin-top: calc(112px + (120 - 112) * ((100vw - 768px) / (1080 - 768)));
	}
}
@media (max-width: 1000px) {
	.footer__top {
		grid-template-columns: 1fr;
	}
	.footer__bottom {
		grid-template-columns: 1fr;
	}
	.footer__copy {
		text-align: right;
	}
}
@media (max-width: 768px) {
	.footer {
		padding: calc(40px + (48 - 40) * ((100vw - 375px) / (768 - 375))) 0
			calc(48px + (40 - 48) * ((100vw - 375px) / (768 - 375)));
		margin-top: calc(92px + (112 - 92) * ((100vw - 375px) / (768 - 375)));
	}
}
@media (max-width: 650px) {
	.footer__top-right {
		flex-direction: column;
		align-items: flex-start;
		grid-gap: 32px;
	}
	.footer__top {
		grid-gap: 32px;
	}
	.footer__bottom-left {
		grid-template-columns: 1fr;
		grid-gap: 32px;
	}
	.footer__bottom {
		grid-gap: 20px;
	}
	.footer__copy {
		text-align: left;
	}
	.footer__bottom-right {
		flex-direction: column;
		align-items: flex-start;
		grid-gap: 20px;
	}
	.footer__mail-btn {
		font-size: 16px;
	}
}
@media (max-width: 375px) {
	.footer {
		padding: 40px 0 48px;
	}
}
/*end footer*/

/*start interesting-materials*/
.interesting-materials {
	user-select: none;
}
.interesting-materials__top {
	display: flex;
	user-select: none;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 56px;
}
.swiper.interesting-materials__slider {
	overflow-x: initial;
}
.swiper.interesting-materials__slider .swiper-wrapper {
	height: auto;
}
/* .swiper.interesting-materials__slider .swiper-wrapper {
  grid-gap: 32px;
} */
.swiper-slide.interesting-materials__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}
.swiper-slide.interesting-materials__slide.image-mini {
	width: 370px;
}
.swiper-slide.interesting-materials__slide.image-mini .interesting-materials__slide-img {
	height: 430px;
}
.interesting-materials__slide-img {
	border-radius: 16px;
	overflow: hidden;
}
.swiper-slide.interesting-materials__slide.image-mini .interesting-materials__title {
	margin-top: 24px;
	color: #02061c;
	text-overflow: ellipsis;
	font-size: 20px;
	line-height: 140%;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.swiper-slide.interesting-materials__slide.images-bg .interesting-materials__slide-img {
	height: 530px;
}
.swiper-slide.interesting-materials__slide.images-bg .interesting-materials__slide-img {
	position: relative;
}
.swiper-slide.interesting-materials__slide.images-bg .interesting-materials__slide-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(2, 6, 28, 0.3) 0%, rgba(2, 6, 28, 0) 100%);
}
.swiper-slide.interesting-materials__slide.images-bg {
	width: 775px;
}
.swiper-slide.interesting-materials__slide.images-bg .interesting-materials__slide-btn {
	position: relative;
}
.swiper-slide.interesting-materials__slide.images-bg .interesting-materials__title {
	position: absolute;
	top: 40px;
	left: 64px;
	right: 64px;
	z-index: 2;
	color: #fff;
	font-size: 32px;
	line-height: 140%;
}
.interesting-materials__slide-btn:hover img {
	transform: scale(1.1);
}
.swiper-slide.interesting-materials__slide {
	width: auto;
}
.interesting-materials__bottom {
	display: none;
	margin-top: 24px;
}
@media (max-width: 1920px) {
	.interesting-materials__top {
		margin-bottom: calc(48px + (56 - 48) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.swiper-slide.interesting-materials__slide.image-mini .interesting-materials__title {
		font-size: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
		margin-top: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.swiper-slide.interesting-materials__slide.images-bg .interesting-materials__title {
		font-size: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
		left: calc(40px + (64 - 40) * ((100vw - 1536px) / (1920 - 1536)));
		right: calc(40px + (64 - 40) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.swiper-slide.interesting-materials__slide.image-mini {
		width: calc(307px + (370 - 307) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.swiper-slide.interesting-materials__slide.image-mini .interesting-materials__slide-img {
		height: calc(390px + (430 - 390) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.swiper-slide.interesting-materials__slide.images-bg .interesting-materials__slide-img {
		height: calc(470px + (530 - 470) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.swiper-slide.interesting-materials__slide.images-bg {
		width: calc(640px + (775 - 640) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.interesting-materials__top {
		margin-bottom: calc(40px + (48 - 40) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.swiper-slide.interesting-materials__slide.image-mini .interesting-materials__title {
		font-size: calc(16px + (18 - 16) * ((100vw - 1280px) / (1536 - 1280)));
		margin-top: calc(16px + (20 - 16) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.swiper-slide.interesting-materials__slide.images-bg .interesting-materials__title {
		font-size: calc(20px + (24 - 20) * ((100vw - 1280px) / (1536 - 1280)));
		left: calc(32px + (40 - 32) * ((100vw - 1280px) / (1536 - 1280)));
		right: calc(32px + (40 - 32) * ((100vw - 1280px) / (1536 - 1280)));
		top: calc(32px + (40 - 32) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.swiper-slide.interesting-materials__slide.image-mini {
		width: calc(270px + (307 - 270) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.swiper-slide.interesting-materials__slide.images-bg {
		width: calc(565px + (640 - 565) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.swiper-slide.interesting-materials__slide.image-mini .interesting-materials__slide-img {
		height: calc(345px + (390 - 345) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.swiper-slide.interesting-materials__slide.images-bg .interesting-materials__slide-img {
		height: calc(415px + (470 - 415) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.interesting-materials__top {
		margin-bottom: 40px;
	}
	.swiper-slide.interesting-materials__slide.image-mini .interesting-materials__title {
		font-size: 16px;
		margin-top: 16px;
	}
	.swiper-slide.interesting-materials__slide.images-bg .interesting-materials__title {
		font-size: 20px;
		top: 32px;
		left: 32px;
		right: 32px;
	}
	.swiper-slide.interesting-materials__slide.images-bg {
		width: 565px;
	}
	.swiper-slide.interesting-materials__slide.image-mini {
		width: 270px;
	}
	.swiper-slide.interesting-materials__slide.image-mini .interesting-materials__slide-img {
		height: 345px;
	}
	.swiper-slide.interesting-materials__slide.images-bg .interesting-materials__slide-img {
		height: 415px;
	}
}
@media (max-width: 1080px) {
	.interesting-materials__top {
		margin-bottom: calc(24px + (40 - 24) * ((100vw - 768px) / (1080 - 768)));
	}
	.swiper-slide.interesting-materials__slide.image-mini .interesting-materials__title {
		font-size: calc(18px + (16 - 18) * ((100vw - 768px) / (1080 - 768)));
	}
	.swiper-slide.interesting-materials__slide.images-bg .interesting-materials__title {
		font-size: calc(18px + (20 - 18) * ((100vw - 768px) / (1080 - 768)));
		left: calc(24px + (32 - 24) * ((100vw - 768px) / (1080 - 768)));
		right: calc(24px + (32 - 24) * ((100vw - 768px) / (1080 - 768)));
		top: calc(40px + (32 - 40) * ((100vw - 768px) / (1080 - 768)));
	}
	.swiper-slide.interesting-materials__slide.image-mini .interesting-materials__slide-img {
		height: calc(335px + (345 - 335) * ((100vw - 768px) / (1080 - 768)));
	}
	.swiper-slide.interesting-materials__slide.images-bg .interesting-materials__slide-img {
		height: calc(405px + (415 - 405) * ((100vw - 768px) / (1080 - 768)));
	}
}
@media (max-width: 768px) {
	.interesting-materials__top {
		margin-bottom: 24px;
	}
	.swiper-slide.interesting-materials__slide.image-mini .interesting-materials__title {
		font-size: 18px;
	}
	.swiper-slide.interesting-materials__slide.images-bg .interesting-materials__title {
		font-size: 18px;
		top: 40px;
		left: calc(20px + (24 - 20) * ((100vw - 375px) / (768 - 375)));
		right: calc(20px + (24 - 20) * ((100vw - 375px) / (768 - 375)));
	}
	.swiper-slide.interesting-materials__slide.image-mini .interesting-materials__slide-img {
		height: 335px;
	}
	.swiper-slide.interesting-materials__slide.images-bg .interesting-materials__slide-img {
		height: 405px;
	}
	.interesting-materials__top .interesting-materials__button {
		display: none;
	}
	.interesting-materials__bottom .interesting-materials__button {
		display: flex;
	}
	.interesting-materials__bottom {
		display: block;
	}
}
@media (max-width: 375px) {
	.swiper-slide.interesting-materials__slide.images-bg .interesting-materials__title {
		left: 20px;
		right: 20px;
	}
}
/*end interesting-materials*/

/*start contacts*/
.contacts__inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 32px;
}
.contacts__title {
}
.contacts__text {
	color: #464b5d;
	font-size: 18px;
	line-height: 140%;
	margin-top: 40px;
}
#contacts__box-anim {
	width: 50px;
	transform: scale(1.3);
}
.contacts-form__inner {
	display: grid;
	grid-gap: 65px;
	grid-template-columns: 555px 712px;
	justify-content: space-between;
}
.contacts-form__content-title {
	margin-bottom: 35px;
}

.contacts-form__items {
	display: grid;
	grid-gap: 40px 32px;
	grid-template-columns: repeat(2, 1fr);
}
.contacts-form__item {
	position: relative;
	padding-top: 16px;
}
.contacts-form__item-input,
.contacts-form__item-textarea {
	width: 100%;
	padding: 12px 0;
	color: #313338;
	font-weight: 400;
	font-size: 18px;
	font-family: "Circe", sans-serif;
	line-height: 140%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #d9dde9;
	outline: none;
	transition: 0.3s;
}
.contacts-form__item.error .contacts-form__item-input,
.contacts-form__item.error .contacts-form__item-textarea {
	border-bottom-color: #ec1c24;
}
.contacts-form__item-input:hover,
.contacts-form__item-textarea:hover {
	border-color: #0132cc;
}
.contacts-form__item .error-text {
	position: absolute;
	bottom: -24px;
	color: #8890a7;
	font-size: 14px;
	line-height: 140%;
	opacity: 0;
	transition: 0.3s;
	pointer-events: none;
}
.contacts-form__item.error .error-text {
	opacity: 1;
}
.contacts-form__item.error .contacts-form__item-placeholder span {
	background-color: #ec1c24;
}
.contacts-form__item:last-child {
	grid-column: span 2;
}
.contacts-form__item-textarea {
	height: 140px;
	resize: none;
}
.contacts-form__item-placeholder {
	position: absolute;
	top: 26px;
	left: 0;
	display: flex;
	grid-gap: 4px;
	align-items: flex-start;
	color: #313338;
	font-size: 18px;
	line-height: 140%;
	transition: 0.3s;
	pointer-events: none;
}
.contacts-form__item-placeholder span {
	width: 4px;
	height: 4px;
	background-color: #bac0d0;
	border-radius: 50%;
	transition: 0.3s;
}
.contacts-form__item-input:focus + .contacts-form__item-placeholder,
.contacts-form__item-textarea:focus + .contacts-form__item-placeholder {
	top: 0px;
	color: #bac0d0;
	font-size: 12px;
}
.contacts-form__item-input:focus,
.contacts-form__item-textarea:focus,
.contacts-form__item.error.valid .contacts-form__item-input:focus,
.contacts-form__item.error.valid .contacts-form__item-textarea:focus {
	border-bottom-color: #03c;
}
.contacts-form__item.valid .contacts-form__item-placeholder,
.contacts-form__item.valid .contacts-form__item-placeholder {
	top: 0px;
	color: #bac0d0;
	font-size: 12px;
}
.contacts-form__item.error.valid .contacts-form__item-placeholder span {
	background-color: #d1dced;
}
.contacts-form__item.error.valid .contacts-form__item-input,
.contacts-form__item.error.valid .contacts-form__item-textarea {
	border-bottom-color: #d1dced;
}
.contacts-form__item.error.valid .error-text {
	opacity: 0;
}
.contacts-form__bottom {
	display: flex;
	align-items: center;
	grid-gap: 32px;
	margin-top: 40px;
}
.contacts-form__button {
	padding: 18px 32px;
	border-radius: 12px;
	color: #fafafb;
	display: flex;
	align-items: center;
	grid-gap: 8px;
	background: #0132cc;
	border: none;
	outline: none;
	font-size: 16px;
	line-height: 140%;
	cursor: pointer;
	transition: 0.3s;
	font-weight: 700;
}
.contacts-form__button svg path {
	transition: 0.3s;
}
.contacts-form__button:hover {
	background-color: #f4f5f8;
	color: #313338;
}
.contacts-form__bottom-text a {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: #8c92a1;
	transition: 0.3s;
}
.contacts-form__bottom-text a:hover {
	opacity: 0.7;
}
.contacts-form__button:hover svg path {
	stroke: #313338;
}
.contacts-form__bottom-text {
	color: #8c92a1;
	font-size: 14px;
	line-height: 140%;
}

@media (max-width: 1920px) {
	.contacts__inner {
		grid-gap: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.contacts__text {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
		margin-top: calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.contacts-form__items {
		grid-gap: calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)))
			calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.contacts-form__bottom {
		margin-top: calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
		grid-gap: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.contacts-form__bottom-text {
		font-size: calc(12px + (14 - 12) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.contacts-form__button {
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
		padding: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)))
			calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.contacts-form__item-placeholder {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.contacts-form__item-input,
	.contacts-form__item-textarea {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.contacts-form__item {
		padding-top: calc(10px + (16 - 10) * ((100vw - 1536px) / (1920 - 1536)));
	}
	#contacts__box-anim {
		width: calc(40px + (50 - 40) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.contacts-form__item-textarea {
		height: calc(120px + (140 - 120) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.contacts__inner {
		grid-gap: calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.contacts__text {
		font-size: 16px;
		margin-top: calc(24px + (32 - 24) * ((100vw - 1280px) / (1536 - 1280)));
	}
	#contacts__box-anim {
		width: calc(35px + (40 - 35) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.contacts-form__item-input,
	.contacts-form__item-textarea {
		font-size: 16px;
		padding-bottom: calc(8px + (12 - 8) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.contacts-form__item-placeholder {
		font-size: 16px;
	}
	.contacts-form__item {
		padding-top: 10px;
	}
	.contacts-form__items {
		grid-gap: 32px calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.contacts-form__bottom {
		margin-top: 32px;
		grid-gap: 24px;
	}
	.contacts-form__bottom-text {
		font-size: 12px;
	}
	.contacts-form__button {
		font-size: 14px;
		border-radius: calc(10px + (12 - 10) * ((100vw - 1280px) / (1536 - 1280)));
		padding: calc(12px + (16 - 12) * ((100vw - 1280px) / (1536 - 1280)))
			calc(20px + (28 - 20) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.contacts-form__item-placeholder {
		top: calc(23px + (26 - 23) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.contacts-form__item-textarea {
		height: calc(100px + (120 - 100) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.contacts-form__item-textarea {
		height: 100px;
	}
	.contacts-form__item-placeholder {
		top: 23px;
	}
	.contacts-form__item-input,
	.contacts-form__item-textarea {
		padding-bottom: 8px;
	}
	.contacts-form__items {
		grid-gap: 32px 24px;
	}
	.contacts__inner {
		grid-gap: 24px;
	}
	.contacts__text {
		margin-top: 24px;
	}
	.contacts-form__button {
		border-radius: 10px;
		padding: 12px 20px;
	}
	#contacts__box-anim {
		width: 35px;
	}
}
@media (max-width: 1000px) {
	.contacts__title br {
		display: none;
	}
	.contacts__title {
		max-width: 405px;
	}
	.contacts__inner {
		flex-direction: column;
		display: flex;
		grid-gap: 32px;
	}
	.contacts-form__items {
		grid-gap: 28px 20px;
	}
	.contacts__text {
		max-width: 435px;
		margin-top: 16px;
	}
	.contacts__text br {
		display: none;
	}
	.contacts-form__item-textarea {
		height: 120px;
	}
	.contacts-form__bottom {
		margin-top: 28px;
	}
	.contacts-form__bottom-text {
		font-size: 14px;
	}
}

@media (max-width: 600px) {
	.contacts-form__button:hover {
		color: #fafafb;
		background: #0132cc;
	}
	.contacts-form__button:hover svg path {
		stroke: #fafafb;
	}
	.contacts-form__items {
		grid-gap: 24px;
		grid-template-columns: 1fr;
	}
	.contacts-form__item:last-child {
		grid-column: span 1;
	}
	.contacts-form__item-textarea {
		height: 44px;
	}
	.contacts-form__bottom {
		flex-direction: column-reverse;
		grid-gap: 32px;
	}
	.contacts-form__button {
		width: 100%;
		justify-content: center;
	}
}

/*end contacts*/

/*start header*/
.header {
	position: relative;
	padding-top: 26px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 11;
	padding-bottom: 16px;
	transition:
		background-color linear 0.3s,
		transform linear 0.3s;
}
.header.white-bg {
	background-color: #fcfcfc;
}
.header_animation {
	opacity: 0;
	transform: translateY(-100%);
	transition: 0.3s;
}
.header_animation.opacity-active {
	opacity: 1;
	transform: translateY(0);
}
.header.active-scroll {
	background-color: #fcfcfc;
	transform: translateY(-100%);
}
.header__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.header__left {
	display: flex;
	grid-gap: 32px;
	align-items: center;
}

.header__data {
	font-size: 16px;
	line-height: 140%;
}
.header__data-text {
	color: #bac0d0;
}
.header__logo-btn img {
	width: 61px;
}
.header__data-date {
	color: #02061c;
	font-weight: 700;
}
.header__center {
	display: flex;
	justify-content: center;
}
.header__anons {
	font-size: 16px;
	color: #02061c;
	display: flex;
	justify-content: center;
	align-items: center;
	grid-gap: 7px;
	line-height: 140%;
	position: relative;
}
.header__anons-text {
	display: flex;
	justify-content: center;
	align-items: center;
	grid-gap: 3px;
	white-space: nowrap;
	cursor: pointer;
	z-index: 3;
	position: relative;
}
.header__anons-text svg path,
.header__anons-text svg circle {
	transition: 0.3s;
}
.header__anons-text:hover svg path {
	stroke: #fafafb;
}
.header__anons-text:hover svg circle {
	fill: #0132cc;
}
.anons-popup {
	position: absolute;
	left: 20px;
	top: 100%;
	border-radius: 12px;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
	width: 492px;
	background: #f4f5f8;
}
.header__anons-text:hover + .anons-popup {
	opacity: 1;
	pointer-events: initial;
}
.anons-popup__title {
	color: #02061c;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 12px;
}
.anons-popup__inner {
	position: relative;
	padding: 24px;
}
.anons-popup__inner::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -19px;
	transform: translateX(-50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 26px;
	height: 22px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyNCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDBMMjMuMjU4MyAxNi41SDAuNzQxNjdMMTIgMFoiIGZpbGw9IiNGNEY1RjgiLz4KPC9zdmc+Cg==);
}
.anons-popup__date {
	color: #0132cc;
	font-size: 18px;
	margin-bottom: 16px;
	line-height: 28px;
}
.anons-popup__text {
	color: #313338;
	font-size: 18px;
	line-height: 28px;
}

.header__right {
	display: flex;
	justify-content: flex-end;
}
.header__button {
	border: none;
	font-size: 16px;
	line-height: 140%;
	display: flex;
	align-items: center;
	grid-gap: 8px;
	color: #fafafb;
	font-weight: 700;
	padding: 18px;
	border-radius: 12px;
	background: #0132cc;
	cursor: pointer;
	transition: 0.3s;
}
.header__button svg path {
	transition: 0.3s;
}
.header__button:hover svg path {
	fill: #313338;
}
.header__button:hover svg path + path {
	stroke: #313338;
}
.header__button:hover {
	background-color: #f4f5f8;
	color: #313338;
}
.header__button-icon {
	display: flex;
}
@media (max-width: 1920px) {
	.header__logo-btn img {
		width: calc(51px + (61 - 51) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.header__left {
		grid-gap: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.header__data {
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.header__anons {
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.header__button {
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
		padding: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)))
			calc(28px + (18 - 28) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.header__button {
		font-size: 14px;
		padding: calc(12px + (16 - 12) * ((100vw - 1280px) / (1536 - 1280)))
			calc(20px + (28 - 20) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.header__logo-btn img {
		width: calc(43px + (51 - 43) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.header__left {
		grid-gap: 24px;
	}
	.header__data {
		font-size: 14px;
	}
	.header__anons {
		font-size: 14px;
	}
}
@media (max-width: 1280px) {
	.header__button {
		padding: 12px 20px;
	}
	.header__button-text-two {
		display: none;
	}
	.header__logo-btn img {
		width: 43px;
	}
	.header__left {
		grid-gap: calc(20px + (24 - 20) * ((100vw - 1080px) / (1280 - 1080)));
	}
	.header {
		padding-top: calc(24px + (26 - 24) * ((100vw - 1080px) / (1280 - 1080)));
	}
}
@media (max-width: 1080px) {
	.header {
		padding-top: 24px;
	}
	.header__left {
		grid-gap: calc(16px + (20 - 16) * ((100vw - 768px) / (1080 - 768)));
	}
}
@media (max-width: 768px) {
	.header__logo-btn img {
		width: calc(39px + (43 - 39) * ((100vw - 375px) / (768 - 375)));
	}
	.header__left {
		grid-gap: 16px;
	}
	.header__data {
		font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (768 - 375)));
	}
	.header__anons {
		font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (768 - 375)));
	}
	.header {
		padding-top: calc(15px + (24 - 15) * ((100vw - 375px) / (768 - 375)));
	}
}
@media (max-width: 730px) {
	.header {
		padding-top: 15px;
	}
	.header__anons-text b {
		display: none;
	}
	.header__button-text-one {
		display: none;
	}
	.header__button {
		padding: 12px;
	}
	.header__inner {
		display: flex;
		grid-gap: 24px;
	}
	.header__center {
		margin-left: auto;
	}
}
@media (max-width: 375px) {
	.header__logo-btn img {
		width: 39px;
	}
	.header__data {
		font-size: 12px;
	}
	.header__anons {
		font-size: 12px;
	}
}
/*end header*/

/*start home-block*/
.home-block {
	padding-top: 200px;
	padding-bottom: 140px;
	/* background: linear-gradient(
    41deg,
    rgba(244, 245, 248, 0.17) 19.62%,
    #fff 28.98%,
    #fff 77.62%,
    #f4f5f8 89.25%
  ); */
}
.home-block__text {
	/* display: none; */
	transition: 0.3s;
	/* transform: translateY(-30%); */
}
.home-block__text.active {
	/* transform: translateY(0); */
}
.home-slider__slide-text .text-anim-shadow {
	animation: none;
}
.swiper.home-slider .swiper-wrapper {
	height: auto;
}
.home-slider__slide.active-anim .home-slider__slide-text .text-anim-shadow {
	animation: animateGradientTitleSpan 2s linear 1;
}
.home-block__content {
}
.container {
}
.home-block__link {
	display: flex;
	margin-bottom: 40px;
	justify-content: center;
}

.home-block__link-text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 140%;
	grid-gap: 8px;
	border-radius: 92px;
	border: 1px solid #fff;
	background: linear-gradient(0deg, #fafafb 0%, #fff 66.67%);
	padding: 12px 24px;
	box-shadow: 0px 6px 30px 0px rgba(10, 100, 235, 0.08);
	opacity: 0;
	transition: 0.3s;
	transform: translateY(-100%);
}
.home-block__link-text.opacity-active {
	opacity: 1;
	transform: translateY(0);
}
.home-block__box {
	max-width: 1100px;
	margin: 0 auto 112px;
}
.home-block__animation {
	width: 130px;
	transform: translateY(5px);
	opacity: 0;
	transition: 0.3s;
}
.home-block__animation.opacity-active {
	opacity: 1;
}
.home-block__box-title .text-one {
}
.home-block__result-anim-one {
	opacity: 0;
}
.home-block__result-anim-one.opacity-active {
	opacity: 1;
}
.home-block__result-anim-two {
	opacity: 0;
}
.home-block__text-one {
	opacity: 0;
	transition: opacity 0.3s;
}
.home-block__text-one.opacity-active {
	opacity: 1;
	transition:
		opacity 0.3s,
		background-position ease-in-out 0.8s;
}
.home-block__text-two {
	opacity: 0;
	transition: opacity 0.3s;
}
.home-block__text-two.opacity-active {
	opacity: 1;
	transition:
		opacity 0.3s,
		background-position ease-in-out 0.8s;
}
.home-block__result-anim-two.opacity-active {
	opacity: 1;
}
.home-block__box-title {
	text-align: center;
	color: #eef0f4;
}
.anim-shadow-text {
	background: #eef0f4;
	background-repeat: no-repeat;
	background-image: linear-gradient(#02061c, #02061c);
	/* background-position: -150px 0px; */
	background-size: 100%;
	background-clip: text;
	color: transparent;
	display: inline-block;
	font-weight: 600;
	/* transition: background-position ease-in-out 0.8s; */
}
.swiper.home-slider {
	overflow-x: initial;
}
.swiper-slide.home-slider__slide {
	position: relative;
	overflow-x: hidden;
}
.swiper-slide.home-slider__slide::after {
	content: "";
	position: absolute;
	top: 0;
	right: -100%;
	bottom: 0;
	left: -100%;
	transform: translateX(-33.3%);
	transition: all 2s ease;
	background: linear-gradient(to right, transparent 0%, #fcfcfc 50%, #fcfcfc 100%);
	z-index: 2;
}
.swiper-slide.home-slider__slide.opacity-active::after {
	transform: translateX(100%);
}
/* .swiper-slide.home-slider__slide:first-child::after {
  background: linear-gradient(
    to right,
    transparent 0%,
    #fbfbfc 50%,
    #fbfbfc 100%
  );
} */
.home-slider__slide-num {
	color: #bac0d0;
	font-family: "Greycliff CF";
	font-size: 21px;
	line-height: 140%;
	margin-bottom: 28px;
}
.home-slider__slide-text {
	color: #02061c;
	font-family: "Greycliff CF";
	font-size: 24px;
	line-height: 140%;
}
.typed-cursor {
	animation: typedjsBlink 0.8s infinite;
}
.typed-cursor.none {
	opacity: 0;
}

@media (max-width: 1920px) {
	.home-block {
		padding-top: calc(165px + (200 - 165) * ((100vw - 1536px) / (1920 - 1536)));
		padding-bottom: calc(110px + (140 - 110) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.home-block__link-text {
		padding: calc(10px + (12 - 10) * ((100vw - 1536px) / (1920 - 1536)))
			calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.home-block__link-text img {
		width: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.home-block__link {
		margin-bottom: calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.home-block__animation {
		width: calc(100px + (130 - 100) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.home-block__box {
		margin-bottom: calc(88px + (112 - 88) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.home-slider__slide-num {
		font-size: calc(18px + (21 - 18) * ((100vw - 1536px) / (1920 - 1536)));
		margin-bottom: calc(20px + (28 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.home-slider__slide-text {
		font-size: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.home-block {
		padding-top: calc(150px + (165 - 150) * ((100vw - 1280px) / (1536 - 1280)));
		padding-bottom: 110px;
	}
	.home-block__link-text {
		padding: 10px 20px;
		font-size: calc(16px + (18 - 16) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.home-block__link {
		margin-bottom: calc(28px + (32 - 28) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.home-block__link-text img {
		width: 20px;
	}
	.home-block__animation {
		width: calc(86px + (100 - 86) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.home-block__box {
		margin-bottom: calc(72px + (88 - 72) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.home-slider__slide-num {
		font-size: calc(16px + (18 - 16) * ((100vw - 1280px) / (1536 - 1280)));
		margin-bottom: calc(16px + (20 - 16) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.home-slider__slide-text {
		font-size: calc(18px + (20 - 18) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.home-block__link-text {
		font-size: 16px;
	}
	.home-block {
		padding-top: 150px;
		padding-bottom: calc(88px + (110 - 88) * ((100vw - 1080px) / (1280 - 1080)));
	}
	.home-block__box {
		margin-bottom: calc(64px + (72 - 64) * ((100vw - 1080px) / (1280 - 1080)));
	}
	.home-block__animation {
		width: 86px;
	}
	.home-slider__slide-num {
		font-size: calc(14px + (16 - 14) * ((100vw - 1080px) / (1280 - 1080)));
		margin-bottom: calc(12px + (16 - 12) * ((100vw - 1080px) / (1280 - 1080)));
	}
	.home-block__link {
		margin-bottom: 28px;
	}
	.home-slider__slide-text {
		font-size: 18px;
	}
}
@media (max-width: 1080px) {
	.home-block {
		padding-top: calc(140px + (150 - 140) * ((100vw - 768px) / (1080 - 768)));
		padding-bottom: calc(72px + (88 - 72) * ((100vw - 768px) / (1080 - 768)));
	}
	.home-block__link-text {
		grid-gap: calc(6px + (8 - 6) * ((100vw - 768px) / (1080 - 768)));
		padding: calc(8px + (10 - 8) * ((100vw - 768px) / (1080 - 768)))
			calc(16px + (20 - 16) * ((100vw - 768px) / (1080 - 768)));
	}
	.home-block__link {
		margin-bottom: calc(24px + (28 - 24) * ((100vw - 768px) / (1080 - 768)));
	}
	.home-block__box {
		margin-bottom: calc(56px + (64 - 56) * ((100vw - 768px) / (1080 - 768)));
	}
	.home-block__animation {
		width: calc(73px + (86 - 73) * ((100vw - 768px) / (1080 - 768)));
	}
	.home-slider__slide-num {
		font-size: 14px;
		margin-bottom: 12px;
	}
}
@media (max-width: 768px) {
	.home-block__animation {
		transform: translateY(3px);
	}
	.home-block__link-text {
		padding: 8px 16px;
		grid-gap: 6px;
		font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (768 - 375)));
	}
	.home-block__link-text img {
		width: calc(18px + (20 - 18) * ((100vw - 375px) / (768 - 375)));
	}
	.home-block__link {
		margin-bottom: 24px;
	}
	.home-block__animation {
		width: calc(51px + (73 - 51) * ((100vw - 375px) / (768 - 375)));
	}
	.home-slider__slide-num {
		font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (768 - 375)));
		margin-bottom: calc(8px + (12 - 8) * ((100vw - 375px) / (768 - 375)));
	}
	.home-slider__slide-text {
		font-size: calc(16px + (18 - 16) * ((100vw - 375px) / (768 - 375)));
	}
	.home-block__box {
		margin-bottom: calc(48px + (56 - 48) * ((100vw - 375px) / (768 - 375)));
	}
	.home-block {
		padding-top: calc(130px + (140 - 130) * ((100vw - 375px) / (768 - 375)));
		padding-bottom: calc(64px + (72 - 64) * ((100vw - 375px) / (768 - 375)));
	}
}
@media (max-width: 375px) {
	.home-block__link-text {
		font-size: 14px;
	}
	.home-block__link-text img {
		width: 18px;
	}
	.home-block__animation {
		width: 51px;
	}
	.home-slider__slide-num {
		font-size: 12px;
		margin-bottom: 8px;
	}
	.home-slider__slide-text {
		font-size: 16px;
	}
	.home-block__box {
		margin-bottom: 48px;
	}
}
/*end home-block*/
.home-page .testing-block {
	opacity: 0;
	transition: opacity 0.3s;
}
.home-page .testing-block.opacity {
	opacity: 1;
}
.testing-block__title {
	margin-bottom: 56px;
}

/*start testing-scheme*/
.testing-scheme {
	margin-top: 72px;
}
.testing-scheme__text {
	color: #313338;
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 32px;
}
.testing-scheme__wrapper {
	width: 100%;
	height: 470px;
	position: relative;
}

.testing-scheme__link {
	border-radius: 100px;
	background: rgba(1, 50, 204, 0.08);
	padding: 8px;
	overflow: hidden;
}
.testing-scheme__link-text {
	background: #fff;
	padding: 16px;
	border-radius: 80px;
	text-align: center;
	color: #02061c;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.testing-scheme__one {
	position: absolute;
	top: 39px;
	left: 8px;
}
.testing-scheme__one .testing-scheme__link {
	width: 300px;
}
.testing-scheme__two {
	position: absolute;
	top: 8px;
	right: 78px;
}
.testing-scheme__three {
	position: absolute;
	left: 0;
	bottom: 0;
}
.testing-scheme__four {
	position: absolute;
	right: 8px;
	bottom: 74px;
	z-index: 2;
}
.testing-scheme__border .testing-scheme__link-text {
	font-size: 16px;
}
.testing-scheme__border {
	border-radius: 40px;
	border: 1px dashed #bac0d0;
	padding: 24px 32px;
	z-index: 2;
}
.testing-scheme__border-text {
	color: #313338;
	text-align: center;
	font-size: 18px;
	margin-bottom: 12px;
	line-height: 130%;
}
.testing-scheme__two-items {
	display: grid;
	grid-template-columns: repeat(2, 220px);
	grid-gap: 12px;
	align-items: stretch;
}

.testing-scheme__three-items {
	display: grid;
	grid-template-columns: repeat(2, 136px);
	grid-gap: 12px;
}

.testing-scheme__four-inner {
	display: flex;
	align-items: stretch;
}
.testing-scheme__link.link-one {
	width: 285px;
}
.testing-scheme__link.link-two {
	width: 265px;
}
.testing-scheme__four-line {
	height: 2px;
	width: 52px;
	background: #ebecf4;
	margin: auto 0;
}
.testing-scheme__cloud {
	position: absolute;
	top: 0;
	left: 580px;
	z-index: 2;
}
.testing-scheme__cloud-box {
	width: 170px;
	height: 105px;
	color: #313338;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTcwIiBoZWlnaHQ9IjEwNiIgdmlld0JveD0iMCAwIDE3MCAxMDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNDIuMzg4IDQyLjY5MTlDMTQwLjE4MSAzMS41OTY0IDEzNC40NzQgMjEuNDk2IDEyNi4xIDEzLjg2NzZDMTE3LjcyNiA2LjIzOTA5IDEwNy4xMjUgMS40ODI2NSA5NS44NDc0IDAuMjkzNjc3Qzg0LjU2OTQgLTAuODk1Mjk0IDczLjIwNTggMS41NDU1NyA2My40MTgxIDcuMjU5MzhDNTMuNjMwNSAxMi45NzMyIDQ1LjkzMjEgMjEuNjYwMyA0MS40NDg2IDMyLjA1MDRDMzYuNDIwNiAzMS40NzI3IDMxLjMyNzMgMzEuOTI0NiAyNi40ODA1IDMzLjM3ODZDMjEuNjMzNyAzNC44MzI1IDE3LjEzNTUgMzcuMjU3OSAxMy4yNjExIDQwLjUwNjFDOS4zODY3OCA0My43NTQ0IDYuMjE3ODggNDcuNzU3MiAzLjk0ODQ2IDUyLjI2OTVDMS42NzkwMyA1Ni43ODE4IDAuMzU2ODM1IDYxLjcwODYgMC4wNjI4MTM0IDY2Ljc0ODNDLTAuMjMxMjA5IDcxLjc4OCAwLjUwOTEzNCA3Ni44MzQ2IDIuMjM4NTEgODEuNTc5QzMuOTY3ODkgODYuMzIzNCA2LjY0OTkyIDkwLjY2NTggMTAuMTIwNCA5NC4zNDAzQzEzLjU5MDggOTguMDE0OSAxNy43NzY3IDEwMC45NDQgMjIuNDIxNyAxMDIuOTQ5QzI3LjA2NjcgMTA0Ljk1NCAzMi4wNzMxIDEwNS45OTIgMzcuMTM0MyAxMDZIMTM4LjA4NUMxNDYuMTcyIDEwNi4wMDkgMTUzLjk2MSAxMDIuOTUyIDE1OS44NzQgOTcuNDQ3M0MxNjUuNzg2IDkxLjk0MjcgMTY5LjM4IDg0LjQwMjUgMTY5LjkyNyA3Ni4zNTM5QzE3MC40NzQgNjguMzA1NCAxNjcuOTM0IDYwLjM1MDMgMTYyLjgyIDU0LjFDMTU3LjcwNyA0Ny44NDk4IDE1MC40MDMgNDMuNzcxNyAxNDIuMzg4IDQyLjY5MTlaIiBmaWxsPSIjRThFQ0Y4Ii8+Cjwvc3ZnPgo=);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 25px;
}
.testing-scheme__bricks {
	position: absolute;
	width: 270px;
	bottom: 40px;
	z-index: 2;
	left: 540px;
}
.testing-scheme__line-one {
	position: absolute;
	width: 200px;
	bottom: 115px;
	left: 349px;
}
.testing-scheme__line-two {
	position: absolute;
	width: 290px;
	top: 55px;
	left: 307px;
}
.testing-scheme__line-three {
	position: absolute;
	width: 140px;
	top: 60px;
	right: 600px;
}
.testing-scheme__line-four {
	position: absolute;
	width: 160px;
	bottom: 111px;
	right: 605px;
	z-index: 1;
}
.testing-scheme__line-five {
	position: absolute;
	width: 28px;
	top: 106px;
	left: 635px;
	z-index: 1;
}
.testing-scheme__line-six {
	position: absolute;
	top: 106px;
	left: 680px;
	width: 28px;
}
.testing-scheme__line-six .line-icon {
	width: 2px;
	height: 175px;
	background-color: #ebecf4;
}
.testing-scheme__animmobile-line {
	display: none;
}
.testing-scheme__mobile-line {
	display: none;
}
@media (max-width: 1920px) {
	.testing-scheme {
		margin-top: calc(64px + (72 - 64) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.testing-scheme__text {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
		margin-bottom: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1910px) {
	.testing-scheme__line-four {
		width: 140px;
	}
}
@media (max-width: 1880px) {
	.testing-scheme__line-four {
		width: 120px;
		bottom: 115px;
		right: 605px;
	}
}
@media (max-width: 1870px) {
	.testing-scheme__link {
		padding: 6px;
		border-radius: 80px;
	}
	.testing-scheme__link-text {
		font-size: 16px;
		padding: 11px;
	}
	.testing-scheme__one .testing-scheme__link {
		width: 235px;
	}
	.testing-scheme__cloud-box {
		width: 140px;
		height: 88px;
		padding-bottom: 19px;
		font-size: 16px;
	}
	.testing-scheme__bricks {
		bottom: 35px;
		left: 420px;
	}
	.testing-scheme__cloud {
		left: 450px;
	}
	.testing-scheme__line-two {
		width: 200px;
		top: 50px;
		left: 245px;
	}
	.testing-scheme__line-one {
		width: 150px;
		bottom: 90px;
		left: 270px;
	}
	.testing-scheme__line-four {
		width: 115px;
		bottom: 87px;
		right: 477px;
	}
	.testing-scheme__border {
		padding: 18px 24px;
		border-radius: 30px;
	}
	.testing-scheme__border-text {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.testing-scheme__three-items {
		grid-gap: 8px;
		grid-template-columns: repeat(2, 106px);
	}
	.testing-scheme__bricks {
		width: 206px;
	}
	.testing-scheme__two-items {
		grid-template-columns: repeat(2, 172px);
		grid-gap: 8px;
	}
	.testing-scheme__border .testing-scheme__link-text {
		font-size: 14px;
	}
	.testing-scheme__link.link-one {
		width: 222px;
	}
	.testing-scheme__link.link-two {
		width: 222px;
	}
	.testing-scheme__four-line {
		width: 40px;
	}
	.testing-scheme__wrapper {
		max-width: 1222px;
		margin-left: auto;
		margin-right: auto;
		height: 415px;
	}
	.testing-scheme__two {
		top: 10px;
		right: 60px;
	}
	.testing-scheme__one {
		top: 35px;
	}
	.testing-scheme__four {
		right: -9px;
		bottom: 65px;
	}
	.testing-scheme__line-three {
		width: 126px;
		top: 65px;
		right: 462px;
	}
	.testing-scheme__line-five {
		width: 28px;
		top: 90px;
		left: 489px;
	}
	.testing-scheme__line-six {
		top: 90px;
		left: 540px;
		width: 28px;
	}
	.testing-scheme__line-six .line-icon {
		width: 2px;
		height: 162px;
	}
}
@media (max-width: 1536px) {
	.testing-scheme {
		margin-top: calc(56px + (64 - 56) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.testing-scheme__text {
		font-size: 16px;
		margin-bottom: 24px;
	}
}
@media (max-width: 1400px) {
	.testing-scheme__link {
		border-radius: 76px;
	}
	.testing-scheme__one .testing-scheme__link {
		width: 220px;
	}
	.testing-scheme__link-text {
		font-size: 14px;
	}
	.testing-scheme__border .testing-scheme__link-text {
		font-size: 12px;
	}
	.testing-scheme__wrapper {
		max-width: 1150px;
	}
	.testing-scheme__cloud-box {
		width: 132px;
		height: 82px;
		font-size: 14px;
	}
	.testing-scheme__line-two {
		width: 205px;
		top: 50px;
		left: 228px;
	}
	.testing-scheme__border-text {
		font-size: 14px;
	}
	.testing-scheme__link.link-one {
		width: 210px;
	}
	.testing-scheme__link.link-two {
		width: 190px;
	}
	.testing-scheme__two-items {
		grid-template-columns: repeat(2, 162px);
	}
	.testing-scheme__line-four {
		width: 94px;
		bottom: 90px;
		right: 431px;
	}
	.testing-scheme__bricks {
		left: 395px;
	}
	.testing-scheme__bricks {
		width: 198px;
	}
	.testing-scheme__cloud {
		left: 430px;
	}
	.testing-scheme__line-five {
		width: 31px;
		top: 82px;
		left: 462px;
	}
	.testing-scheme__line-six {
		top: 80px;
		left: 512px;
	}
	.testing-scheme__line-six .line-icon {
		width: 2px;
		height: 180px;
	}
	.testing-scheme__line-three {
		width: 126px;
		top: 67px;
		right: 441px;
	}
	.testing-scheme__line-four {
		width: 111px;
		bottom: 90px;
		right: 448px;
	}
	.testing-scheme__four {
		right: 9px;
		bottom: 74px;
	}
}
@media (max-width: 1280px) {
	.testing-scheme {
		margin-top: 56px;
	}
	.testing-scheme__text {
		margin-bottom: calc(16px + (24 - 16) * ((100vw - 1080px) / (1280 - 1080)));
	}
}
@media (max-width: 1270px) {
	.testing-scheme__wrapper {
		max-width: 950px;
		/* margin-left: 0; */
		height: 345px;
	}
	.testing-scheme__one .testing-scheme__link {
		width: 200px;
	}
	.testing-scheme__one {
		left: 6px;
		top: 30px;
	}
	.testing-scheme__link-text {
		font-size: 12px;
	}
	.testing-scheme__border {
		padding: 16px;
	}
	.testing-scheme__link {
		padding: 6px;
	}
	.testing-scheme__three-items {
		grid-gap: 8px;
		grid-template-columns: repeat(2, 106px);
	}
	.testing-scheme__link-text {
		padding: 8px;
	}
	.testing-scheme__border {
	}
	.testing-scheme__two {
		right: 0;
	}
	.testing-scheme__two-items {
		grid-template-columns: repeat(2, 132px);
	}
	.testing-scheme__link.link-one {
		width: 164px;
	}
	.testing-scheme__four-line {
		width: 25px;
	}
	.testing-scheme__link.link-two {
		width: 145px;
	}
	.testing-scheme__bricks {
		left: 345px;
		bottom: 35px;
	}
	.testing-scheme__four {
		right: 0;
	}
	.testing-scheme__cloud {
		left: 375px;
	}
	.testing-scheme__line-three {
		width: 93px;
		top: 57px;
		right: 306px;
	}
	.testing-scheme__three {
		bottom: 25px;
	}
	.testing-scheme__line-one {
		width: 96px;
		bottom: 91px;
		left: 253px;
	}
	.testing-scheme__line-two {
		width: 173px;
		top: 42px;
		left: 206px;
	}
	.testing-scheme__line-five {
		width: 18px;
		top: 82px;
		left: 407px;
	}
	.testing-scheme__line-six {
		top: 80px;
		left: 460px;
		width: 18px;
	}
	.testing-scheme__line-six .line-icon {
		width: 2px;
		height: 111px;
	}
	.testing-scheme__line-four {
		width: 74px;
		bottom: 87px;
		right: 333px;
	}
}
@media (max-width: 1080px) {
	.testing-scheme__wrapper {
		margin-left: 0;
	}
	.testing-scheme {
		margin-top: calc(48px + (56 - 48) * ((100vw - 768px) / (1080 - 768)));
	}
	.testing-scheme__text {
		font-size: calc(14px + (16 - 14) * ((100vw - 768px) / (1080 - 768)));
		margin-bottom: 16px;
	}
}
@media (max-width: 1000px) {
	.testing-scheme__wrapper {
		max-width: 685px;
		height: 640px;
		margin-left: auto;
	}
	.testing-scheme__one .testing-scheme__link {
		width: 156px;
	}
	.testing-scheme__link {
		padding: 8px;
	}
	.testing-scheme__cloud-box {
		font-size: 12px;
		padding-bottom: 21px;
	}
	.testing-scheme__cloud {
		left: 200px;
		top: 15px;
	}
	.testing-scheme__two-items {
		grid-template-columns: repeat(2, 145px);
	}
	.testing-scheme__border {
		padding: 12px;
		border-radius: 24px;
	}
	.testing-scheme__three.testing-scheme__border {
		padding: 16px;
		border-radius: 30px;
		left: 65px;
		bottom: 0;
	}
	.testing-scheme__one {
		top: 50px;
		left: 0;
	}
	.testing-scheme__two {
		top: 0;
		right: 10px;
	}
	.testing-scheme__bricks {
		left: 250px;
		bottom: 280px;
	}
	.testing-scheme__link.link-one {
		width: 175px;
	}
	.testing-scheme__four-inner {
		grid-gap: 35px;
	}
	.testing-scheme__two {
		right: 15px;
	}
	.testing-scheme__four-line {
		display: none;
	}
	.testing-scheme__four {
		right: 0;
		bottom: 95px;
	}
	.testing-scheme__border-text {
		font-size: 12px;
	}
	.testing-scheme__animmobile-line {
		display: block;
		position: absolute;
		width: 23px;
	}
	.testing-scheme__animmobile-line.mobile-line-1 {
		top: 96px;
		left: 279px;
	}
	.testing-scheme__animmobile-line.mobile-line-2 {
		top: 96px;
		right: 250px;
	}
	.testing-scheme__animmobile-line.mobile-line-3 {
		bottom: 161px;
		left: 277px;
		transform: rotate(180deg);
	}
	.testing-scheme__animmobile-line.mobile-line-4 {
		bottom: 161px;
		right: 247px;
		transform: rotate(180deg);
	}
	.testing-scheme__mobile-line.mobile-line-5 {
		top: 45px;
		left: 173px;
		width: 23px;
		transform: rotate(-90deg);
	}
	.testing-scheme__mobile-line.mobile-line-5 span {
		height: 1px;
		width: 63px;
		display: block;
		background: linear-gradient(90deg, rgba(235, 236, 244, 1), rgba(235, 236, 244, 0));
	}
	.testing-scheme__animmobile-line.mobile-line-6 {
		top: 96px;
		left: 246px;
		width: 23px;
	}
	.testing-scheme__animmobile-line.mobile-line-6 span {
		height: 130px;
		width: 1px;
		display: block;
		background: linear-gradient(180deg, rgba(235, 236, 244, 1), rgba(235, 236, 244, 0));
	}
	.testing-scheme__mobile-line {
		display: block;
		position: absolute;
	}
	.testing-scheme__line-one,
	.testing-scheme__line-two,
	.testing-scheme__line-three,
	.testing-scheme__line-four,
	.testing-scheme__line-five,
	.testing-scheme__line-six {
		display: none;
	}
}
@media (max-width: 768px) {
	.testing-scheme {
		margin-top: 48px;
	}
	.testing-scheme__text {
		font-size: 14px;
	}
}
@media (max-width: 760px) {
	.testing-scheme__two {
		padding: 20px 12px;
	}
	.testing-scheme__mobile-line.mobile-line-5 {
		top: 48px;
		left: 60px;
		transform: rotate(0deg);
	}
	.testing-scheme__animmobile-line.mobile-line-4 {
		bottom: 293px;
		right: 240px;
		transform: rotate(180deg);
	}
	.testing-scheme__animmobile-line.mobile-line-3 {
		bottom: 293px;
		left: 212px;
		transform: rotate(180deg);
	}
	.testing-scheme__animmobile-line.mobile-line-2 {
		top: 171px;
		right: 220px;
	}
	.testing-scheme__animmobile-line.mobile-line-1 {
		top: 176px;
		left: 212px;
	}
	.testing-scheme__animmobile-line.mobile-line-6 {
		top: 172px;
		left: 46px;
		width: 20px;
	}
	.testing-scheme__animmobile-line {
		width: 20px;
	}
	.testing-scheme__text {
		margin-bottom: 30px;
	}
	.testing-scheme__wrapper {
		max-width: 320px;
		height: 800px;
	}
	.testing-scheme__two {
		right: 0;
		top: 0;
		height: 178px;
	}
	.testing-scheme__two-items {
		grid-template-columns: 150px;
	}
	.testing-scheme__one .testing-scheme__link {
		width: 130px;
	}
	.testing-scheme__one {
		top: 0;
	}
	.testing-scheme__cloud {
		left: 0px;
		top: 95px;
	}
	.testing-scheme__three.testing-scheme__border {
		padding: 12px;
		left: 0;
		bottom: 10px;
	}
	.testing-scheme__bricks {
		left: 45px;
		bottom: 400px;
	}
	.testing-scheme__three-items {
		grid-template-columns: 107px;
	}
	.testing-scheme__three.testing-scheme__border .testing-scheme__border-text {
		max-width: 107px;
	}
	.testing-scheme__four-inner {
		flex-direction: column;
		grid-gap: 53px;
	}
	.testing-scheme__link.link-two {
		width: 175px;
	}
	.testing-scheme__four {
		right: 0;
		bottom: 126px;
	}
}
@media (max-width: 375px) {
}

/*end testing-scheme */

/*start chart*/
.charts {
	/* display: grid;
  grid-template-columns: 1fr; */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-gap: 72px 32px;
}
.chart__title {
	color: #313338;
	font-size: 24px;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	grid-gap: 4px 16px;
	flex-wrap: wrap;
}
.chart__title span {
	white-space: nowrap;
	color: #8c92a1;
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
}
.chart__text {
	font-size: 18px;
	line-height: 140%;
	color: #8c92a1;
}
.chart--big .chart__text {
	margin-bottom: 48px;
}
.chart__text span {
	color: #313338;
	margin-left: 8px;
}
.chart__table {
	display: flex;
}
.chart__data {
	height: 450px;
	width: 34px;
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	border-right: 1px solid #ebecf4;
	border-bottom: 1px solid #ebecf4;
}
.chart {
	width: 45%;
}
.chart.chart--big {
	width: 100%;
}
.chart--big .chart__columns {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(9, 1fr);
}
.chart__columns {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.chart__column:first-child .chart__column-name {
	color: #313338;
}
.chart__column .chart__column-name {
	color: #0132cc;
}
/* .chart__column:last-child .chart__column-box {
  padding-right: 40px;
} */
.chart__data-item {
	color: #313338;
	text-align: right;
	font-size: 18px;
	line-height: 140%;
	width: 17px;
}
.chart__column-box {
	height: 450px;
	position: relative;
	padding-left: 40px;
	border-bottom: 1px solid #ebecf4;
	display: flex;
	align-items: flex-end;
}
.chart__column .chart__column-link {
	background-color: #0132cc;
	color: #fafafb;
}
.chart__column:first-child .chart__column-link {
	background-color: #eef0f4;
	color: #313338;
}
.chart__column-link {
	width: 100%;
	padding: 28px 0 0;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	border-radius: 6px 6px 0px 0px;
}
.chart__column-name {
	margin-left: 37px;
	margin-top: 16px;
	font-size: 18px;
	line-height: 140%;
}

@media (max-width: 1920px) {
	.chart__title {
		font-size: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
		margin-bottom: calc(16px + (24 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.chart__text {
		margin-bottom: calc(40px + (48 - 40) * ((100vw - 1536px) / (1920 - 1536)));
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.chart__title span {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.chart__data-item {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.chart__data {
		height: calc(385px + (450 - 385) * ((100vw - 1536px) / (1920 - 1536)));
		width: calc(28px + (34 - 28) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.chart__column-box {
		height: calc(385px + (450 - 385) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.chart__column-name {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.charts {
		grid-gap: calc(64px + (72 - 64) * ((100vw - 1536px) / (1920 - 1536)))
			calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.chart__column-link {
		font-size: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.chart__column-box {
		padding-left: calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.chart__column:last-child .chart__column-box {
		padding-right: calc(0px + (40 - 0) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.chart__columns {
		display: grid;
		/* grid-template-columns:
      calc(305px + (280 - 305) * ((100vw - 1536px) / (1920 - 1536)))
      calc(300px + (320 - 300) * ((100vw - 1536px) / (1920 - 1536))); */
	}
	.chart__column-name {
		margin-top: calc(12px + (16 - 12) * ((100vw - 1536px) / (1920 - 1536)));
		margin-left: calc(32px + (37 - 32) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.charts {
		grid-gap: calc(56px + (64 - 56) * ((100vw - 1280px) / (1536 - 1280)))
			calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.chart__columns {
		/* grid-template-columns:
      calc(268px + (305 - 268) * ((100vw - 1280px) / (1536 - 1280)))
      calc(268px + (300 - 268) * ((100vw - 1280px) / (1536 - 1280))); */
	}
	.chart__column-box {
		padding-left: 32px;
	}
	.chart__column:last-child .chart__column-box {
		padding-right: 0;
	}
	.chart__title {
		font-size: calc(18px + (20 - 18) * ((100vw - 1280px) / (1536 - 1280)));
		margin-bottom: 16px;
	}
	.chart__title span {
		font-size: 16px;
	}
	.chart__text {
		font-size: 16px;
		margin-bottom: calc(32px + (40 - 32) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.chart__column-link {
		font-size: 20px;
	}
	.chart__column-name {
		margin-top: 12px;
		margin-left: 32px;
		font-size: 16px;
	}
	.chart__data {
		width: 28px;
		height: 385px;
	}
	.chart__data-item {
		font-size: 16px;
	}
	.chart__column-box {
		height: 385px;
	}
}
@media (max-width: 1280px) {
	.chart__title {
		font-size: 18px;
	}
	.chart__text {
		margin-bottom: 32px;
	}
	.charts {
		grid-gap: 56px 24px;
	}
	.chart__columns {
		/* grid-template-columns: repeat(
      2,
      calc(230px + (268 - 230) * ((100vw - 1080px) / (1280 - 1080)))
    ); */
	}
}
@media (max-width: 1080px) {
	.chart__columns {
		/* grid-template-columns: repeat(
      2,
      calc(210px + (230 - 210) * ((100vw - 1000px) / (1080 - 1000)))
    ); */
	}
}
@media (max-width: 1000px) {
	.charts {
		grid-template-columns: 1fr;
		grid-gap: 48px;
	}
	.chart--big .chart__columns {
		width: 100%;
		grid-template-columns: repeat(9, calc(36px + (90 - 36) * ((100vw - 375px) / (1000 - 375))));
	}
}
@media (max-width: 768px) {
	.chart__title {
		margin-bottom: calc(12px + (16 - 12) * ((100vw - 375px) / (768 - 375)));
	}
	.chart__title span {
		font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (768 - 375)));
	}
	.chart__text {
		margin-bottom: calc(24px + (32 - 24) * ((100vw - 375px) / (768 - 375)));
		font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (768 - 375)));
	}
	.chart__data {
		height: calc(240px + (385 - 240) * ((100vw - 375px) / (768 - 375)));
		width: calc(22px + (28 - 22) * ((100vw - 375px) / (768 - 375)));
	}
	.chart__data-item {
		font-size: calc(10px + (16 - 10) * ((100vw - 375px) / (768 - 375)));
	}
	.chart__column-box {
		padding-left: calc(16px + (32 - 16) * ((100vw - 375px) / (768 - 375)));
	}
	.chart__column-box {
		height: calc(240px + (385 - 240) * ((100vw - 375px) / (768 - 375)));
	}
	.chart--big .chart__column-link {
		writing-mode: vertical-lr;
	}
	.chart__column-link {
		padding-top: calc(18px + (26 - 18) * ((100vw - 375px) / (768 - 375)));
		font-size: calc(10px + (20 - 10) * ((100vw - 375px) / (768 - 375)));
	}
	.chart__column-name {
		font-size: calc(8px + (16 - 8) * ((100vw - 375px) / (768 - 375)));
		margin-top: calc(16px + (12 - 16) * ((100vw - 375px) / (768 - 375)));
		margin-left: calc(14px + (32 - 14) * ((100vw - 375px) / (768 - 375)));
	}
}
@media (max-width: 375px) {
	.chart__column-link {
		border-radius: 4px 4px 0px 0px;
	}
}
/*end chart*/

.testing-tab {
	margin-top: 72px;
	margin-bottom: 40px;
}
.testing-tab__inner {
	display: flex;
	grid-gap: 24px;
}
.testing-tab__item {
	cursor: pointer;
	color: #bac0d0;
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	padding: 12px 0;
	transition: 0.3s;
	border-bottom: 2px solid transparent;
}
.testing-tab__item.active {
	color: #313338;
	border-bottom: 2px solid #0132cc;
}
.testing-tab__item:hover {
	color: #313338;
}

.testing-result__item.active {
	display: block;
}
.testing-result__item {
	display: none;
}
@media (max-width: 1920px) {
	.testing-tab__item {
		font-size: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.testing-tab {
		margin: calc(64px + (72 - 64) * ((100vw - 1536px) / (1920 - 1536))) 0
			calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.testing-tab__item {
		font-size: 18px;
	}
	.testing-tab {
		margin: calc(56px + (64 - 56) * ((100vw - 1280px) / (1536 - 1280))) 0
			calc(28px + (32 - 28) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.testing-tab {
		margin: 56px 0 28px;
	}
	.testing-tab__item {
		font-size: calc(16px + (18 - 16) * ((100vw - 768px) / (1280 - 768)));
		padding: calc(8px + (12 - 8) * ((100vw - 1080px) / (1280 - 1080))) 0;
	}
	.testing-tab__inner {
		grid-gap: calc(16px + (24 - 16) * ((100vw - 1080px) / (1280 - 1080)));
	}
}
@media (max-width: 1080px) {
	.testing-tab {
		margin: calc(48px + (56 - 48) * ((100vw - 768px) / (1080 - 768))) 0
			calc(24px + (28 - 24) * ((100vw - 768px) / (1080 - 768)));
	}
}

@media (max-width: 768px) {
	.testing-tab {
		margin: 48px 0 24px;
	}
	.testing-tab__item {
		font-size: 16px;
		padding: 8px 0;
	}
	.testing-tab__inner {
		grid-gap: 16px;
	}
}

/*@media (max-width: 375px) {
  .container {
    padding: 0 20px;
  }
} */

/*start navigation-tabs*/
.navigation-tabs {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 168px;
	display: flex;
	width: 100%;
	transition: 0.3s;
	justify-content: center;
}
.home-page .navigation-tabs {
	opacity: 0;
	transition: opacity 0.3s;
}
.home-page .navigation-tabs.opacity {
	opacity: 1;
}
.navigation-tabs__block {
	border-radius: 20px;
	border: 1px solid #eef0f4;
	background: #fafafb;
	padding: 12px 20px;
	position: relative;
	overflow-x: hidden;
}
.navigation-tabs.fixed {
	position: fixed;
	/* top: 100px; */
	z-index: 10;
	/* top: 0; */
	/* padding-top: 8px; */
	transition: 0.3s;
	left: 0;
	right: 0;
	/* padding-top: 8px; */
}
.navigation-tabs__swiper .swiper-slide {
	width: auto;
}
.navigation-tabs__swiper.swiper {
	overflow-x: initial;
}
.navigation-tabs__progress {
	position: absolute;
	left: 44px;
	right: 44px;
	bottom: 0;
	overflow-x: hidden;
}
.navigation-tabs__proress-line {
	/* width: 20px; */
	height: 2px;
	background-color: #0132cc;
	border-radius: 20px;
}
.navigation-tabs__item {
	padding: 12px 24px;
	display: block;
	color: #313338;
	font-size: 16px;
	line-height: 140%;
	cursor: pointer;
	transition: 0.3s;
	text-align: center;
}
.navigation-tabs__item.active {
	color: #313338;
	font-weight: 700;
}
.navigation-tabs__item:hover {
	color: #0132cc;
	font-weight: 700;
}
.margin-left-none {
	justify-content: flex-start;
}
.navigation-tabs__block {
	position: relative;
}
.navigation-tabs__block::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background:
		var(--main-bg3) padding-box,
		var(--gradient-border3) border-box,
		var(--main-bg3) border-box;
	background-position: center center;
	border: solid 1px transparent;
	border-radius: 20px;
	/* opacity: 0; */
	content: "";
	pointer-events: none;
	--border-angle4: 0turn;
	--main-bg3: conic-gradient(from var(--border-angle4), #fafafb, #fafafb 5%, #fafafb 60%, #fafafb 95%);
	--gradient-border3: conic-gradient(
		from var(--border-angle4),
		transparent 0%,
		#eef0f4,
		transparent 25%,
		transparent 50%,
		#4a71ea,
		transparent 75%
	);
	animation: taks-bg-spin3 2s linear forwards;
	/* animation-direction:reverse; */
	animation-iteration-count: infinite;
	transition: opacity 0.3s;
}
.navigation-tabs.fixed .navigation-tabs__block::before {
	opacity: 0 !important;
	/* display: none; */
}
@keyframes taks-bg-spin3 {
	0% {
		opacity: 0;
		--border-angle4: 0turn;
	}
	20% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		--border-angle4: 1turn;
	}
}
@property --border-angle4 {
	syntax: "<angle>";
	inherits: true;
	initial-value: 0turn;
}
.navigation-tabs.tabs-table.fixed .navigation-tabs__block {
	width: 100%;
	border-radius: 20px 20px 0 0;
	background: #f4f5f8;
	/* margin-left: -38px; */
	/* margin-right: -38px; */
}
.navigation-tabs.tabs-table.fixed {
	padding: 0 130px;
}

@media (max-width: 1920px) {
	.navigation-tabs {
		padding: 0 calc(112px + (168 - 112) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.navigation-tabs__item {
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
		padding: calc(8px + (12 - 8) * ((100vw - 1536px) / (1920 - 1536)))
			calc(18px + (24 - 18) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.navigation-tabs__block {
		padding: 12px calc(16px + (20 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.navigation-tabs__progress {
		left: calc(38px + (44 - 38) * ((100vw - 1536px) / (1920 - 1536)));
		right: calc(38px + (44 - 38) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.navigation-tabs.tabs-table.fixed {
		padding: 0 calc(80px + (130 - 80) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.navigation-tabs.tabs-table.fixed {
		padding: 0 calc(40px + (80 - 40) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.navigation-tabs__progress {
		left: 38px;
		right: 38px;
	}
	.navigation-tabs {
		padding: 0 calc(64px + (112 - 64) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.navigation-tabs__block {
		padding: 12px 16px;
	}
	.navigation-tabs__item {
		padding: 8px 18px;
		font-size: 14px;
	}
}
@media (max-width: 1280px) {
	.navigation-tabs.tabs-table.fixed {
		padding: 0 40px;
	}
	.navigation-tabs {
		padding: 0 calc(40px + (64 - 40) * ((100vw - 1080px) / (1280 - 1080)));
	}
}
@media (max-width: 1080px) {
	.navigation-tabs {
		padding: 0 40px;
	}
	.navigation-tabs__block {
		padding: 12px calc(6px + (16 - 6) * ((100vw - 768px) / (1080 - 768)));
	}
	.navigation-tabs__item {
		padding: calc(4px + (8 - 4) * ((100vw - 768px) / (1080 - 768)))
			calc(10px + (18 - 10) * ((100vw - 768px) / (1080 - 768)));
	}
	.navigation-tabs__progress {
		left: calc(30px + (38 - 30) * ((100vw - 768px) / (1080 - 768)));
		right: calc(30px + (38 - 30) * ((100vw - 768px) / (1080 - 768)));
	}
}
@media (max-width: 768px) {
	.navigation-tabs__progress {
		left: 30px;
		right: 30px;
	}
	.navigation-tabs__block {
		padding: 12px 6px;
	}
	.navigation-tabs__item {
		padding: 4px 10px;
	}
	.navigation-tabs {
		padding: 0 calc(20px + (40 - 20) * ((100vw - 375px) / (768 - 375)));
	}
	.navigation-tabs__progress {
		left: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));
		right: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));
	}
	.navigation-tabs.tabs-table.fixed {
		padding: 0 calc(20px + (40 - 20) * ((100vw - 375px) / (768 - 375)));
	}
}
@media (max-width: 375px) {
	.navigation-tabs.tabs-table.fixed {
		padding: 0 20px;
	}
	.navigation-tabs {
		padding: 0 20px;
	}
	.navigation-tabs__progress {
		left: 20px;
		right: 20px;
	}
}
/*end navigation-tabs*/

/*start brearcrumb*/
.brearcrumb {
	padding-top: 200px;
}
.breadcrumb__list {
	display: flex;
	grid-gap: 20px;
}
.breadcrumb__link {
	list-style: none;
	grid-gap: 20px;
	color: #bac0d0;
	font-size: 18px;
	line-height: 140%;
	position: relative;
	min-width: min-content;
	overflow: hidden;
	white-space: nowrap;
	/* pointer-events: none; */
}
.breadcrumb__link + .breadcrumb__link {
	padding-left: 26px;
	position: relative;
}
.breadcrumb__link + .breadcrumb__link::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-color: #d9dde9;
	border-radius: 50%;
}
.breadcrumb__link:last-child {
	color: #313338;
	pointer-events: none;
}
.breadcrumb__link-btn {
	padding: 10px;
	margin: -10px;
}
.breadcrumb__link:last-child {
	min-width: auto;
	text-overflow: ellipsis;
	max-width: 250px;
}
@media (max-width: 1920px) {
	.brearcrumb {
		padding-top: calc(165px + (200 - 165) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.brearcrumb {
		padding-top: calc(142px + (165 - 142) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.brearcrumb {
		padding-top: calc(132px + (142 - 132) * ((100vw - 768px) / (1280 - 768)));
	}
	.breadcrumb__link {
		font-size: calc(14px + (18 - 14) * ((100vw - 768px) / (1280 - 768)));
	}
	.breadcrumb__list {
		grid-gap: calc(12px + (20 - 12) * ((100vw - 768px) / (1280 - 768)));
	}
	.breadcrumb__link + .breadcrumb__link::before {
		width: calc(4px + (6 - 4) * ((100vw - 768px) / (1280 - 768)));
		height: calc(4px + (6 - 4) * ((100vw - 768px) / (1280 - 768)));
	}
	.breadcrumb__link + .breadcrumb__link {
		padding-left: calc(16px + (26 - 16) * ((100vw - 768px) / (1280 - 768)));
	}
	.breadcrumb__link:last-child {
		max-width: 180px;
	}
}
@media (max-width: 768px) {
	.brearcrumb {
		padding-top: calc(107px + (132 - 107) * ((100vw - 375px) / (768 - 375)));
	}
	.breadcrumb__link {
		font-size: 14px;
	}
	.breadcrumb__list {
		grid-gap: 12px;
	}
	.breadcrumb__link + .breadcrumb__link::before {
		width: 4px;
		height: 4px;
	}
	.breadcrumb__link + .breadcrumb__link {
		padding-left: 16px;
	}
}
@media (max-width: 375px) {
	.brearcrumb {
		padding-top: 107px;
	}
}
/*end brearcrumb*/

/*start detail-top*/
.detail-top {
	margin: 72px 0;
}
@media (max-width: 1920px) {
	.detail-top {
		margin: calc(64px + (72 - 64) * ((100vw - 1536px) / (1920 - 1536))) 0;
	}
}
@media (max-width: 1536px) {
	.detail-top {
		margin: calc(56px + (64 - 56) * ((100vw - 1280px) / (1536 - 1280))) 0;
	}
}
@media (max-width: 1280px) {
	.detail-top {
		margin: calc(48px + (64 - 48) * ((100vw - 768px) / (1280 - 768))) 0;
	}
}
@media (max-width: 768px) {
	.detail-top {
		margin: calc(32px + (48 - 32) * ((100vw - 375px) / (768 - 375))) 0;
	}
}
@media (max-width: 375px) {
	.detail-top {
		margin: 32px 0;
	}
}
/*end detail-top*/

/*start detail-load*/
.detail-load__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 72px;
}
.detail-load__top .load-testing__title {
	margin-bottom: 0;
}
.detail-load__top .testing-tab {
	margin: 0;
}
@media (max-width: 1920px) {
	.detail-load__top {
		margin-bottom: calc(64px + (72 - 64) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.detail-load__top {
		margin-bottom: calc(56px + (64 - 56) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.detail-load__top {
		margin-bottom: calc(48px + (56 - 48) * ((100vw - 768px) / (1280 - 768)));
	}
}
@media (max-width: 700px) {
	.detail-load__top {
		flex-direction: column;
		justify-content: flex-start;
		grid-gap: 16px;
		align-items: flex-start;
		margin-bottom: 48px;
	}
}
/*end detail-load*/

/*start solution-block*/
.solution-block .load-testing__title {
	margin-bottom: 0;
}
.solution-block__button {
	display: flex;
	justify-content: flex-start;
}
.solution-block__button.none {
	display: none;
}
/* .solution-block__button-btn {
  color: #464b5d;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  border-radius: 12px;
  background: #f4f5f8;
  padding: 18px 32px;
} */
.solution-block__description {
	overflow-y: hidden;
	transition: 0.4s;
}
.solution-block__description p b {
	color: #02061c;
}
.solution-block__button-btn {
	cursor: pointer;
}
.solution-block__description p {
	color: #464b5d;
	font-size: 18px;
	line-height: 140%;
}
.solution-block__description p + p {
	padding-top: 40px;
}
.solution-block .download-files {
	max-width: 640px;
}
.solution-block__description p.big-text {
	font-size: 24px;
}
@media (max-width: 1920px) {
	.solution-block .download-files {
		max-width: calc(530px + (640 - 530) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.solution-block__description p {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.solution-block__description p + p {
		padding-top: calc(28px + (40 - 28) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.solution-block__description p.big-text {
		font-size: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.solution-block__description p.big-text {
		font-size: 20px;
	}
	.solution-block .download-files {
		max-width: calc(465px + (530 - 465) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.solution-block__description p {
		font-size: 16px;
	}
	.solution-block__description p + p {
		padding-top: calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.solution-block__description p + p {
		padding-top: 24px;
	}
}
@media (max-width: 1000px) {
	.solution-block__description p.big-text {
		font-size: 18px;
	}
	.solution-block .download-files {
		max-width: 100%;
	}
	.solution-block .download-files {
		margin-top: 32px;
	}
	.solution-block .load-testing__inner {
		grid-gap: 32px;
	}
}
@media (max-width: 768px) {
	.solution-block .download-files {
		margin-top: calc(24px + (32 - 24) * ((100vw - 375px) / (768 - 375)));
	}
	.solution-block .load-testing__inner {
		grid-gap: calc(24px + (32 - 24) * ((100vw - 375px) / (768 - 375)));
	}
}
@media (max-width: 375px) {
	.solution-block .download-files {
		margin-top: 24px;
	}
	.solution-block .load-testing__inner {
		grid-gap: 24px;
	}
}
/*end solution-block*/

/*start photo-materials*/
.photo-materials {
	overflow-x: hidden;
}
.swiper.photo-materials__slider {
	overflow: initial;
	margin-top: 56px;
	max-width: 910px;
	margin-left: 0;
	position: relative;
	height: 560px;
}
.slider__block {
	max-width: 910px;
	position: relative;
}
.swiper-slide.photo-materials__slide {
	/* width: auto; */
	overflow: hidden;
}
.photo-materials__slide-box {
	border-radius: 24px;
	display: block;
	overflow: hidden;
	height: 100%;
}
.swiper.photo-materials__slider .swiper-slide.photo-materials__slide.swiper-slide-active {
	width: 100%;
	height: 560px;
}
.slider-global__arrows {
	display: flex;
	align-items: center;
	grid-gap: 28px;
}
.slider-global__arrow {
	border-radius: 16px;
	background: #f4f5f8;
	width: 56px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.photo-materials__progressbar {
	width: 200px;
	height: 2px;
	background-color: #eef0f4;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.swiper.photo-materials__slider .slider-global__bottom {
	position: absolute;
	left: calc(100% + 32px);
	bottom: 0;
	width: 640px;
}
.slider-global__number-all {
	color: #d9dde9;
}
.swiper.photo-materials__slider .swiper-slide.photo-materials__slide:last-child {
	opacity: 0;
	pointer-events: none;
}
.slider-global__number {
	display: flex;
	align-items: center;
	color: #313338;
	font-size: 18px;
	min-width: 48px;
	line-height: 140%;
}
.slider-global__bottom-item {
	display: flex;
	align-items: center;
	grid-gap: 32px;
}
.slider-global__bottom {
	display: flex;
	justify-content: space-between;
}
.photo-materials__progressbar span {
	height: 100%;
	display: block;
	background-color: #0132cc;
	transition: 0.3s;
	border-radius: 5px;
}
.swiper.photo-materials__slider .swiper-slide.photo-materials__slide {
	height: 420px;
	width: 506px;
	border-radius: 24px;
	overflow: hidden;
	transition: 0.3s;
	cursor: pointer;
}
.slider-global__arrow {
	cursor: pointer;
	transition: 0.3s;
}
.slider-global__arrow svg path {
	transition: 0.3s;
}
.slider-global__arrow:hover {
	background-color: #0132cc;
}
.slider-global__arrow:hover svg path {
	stroke: #fafafb;
}
.slider-global__arrow.swiper-button-disabled {
	pointer-events: none;
}
.slider-global__arrow.swiper-button-disabled svg path {
	stroke: #bac0d0;
}
.photo-materials__slide-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider-global__progressbar.photo-materials__progressbar {
	position: relative;
}
.photo-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
	user-select: none;
}
.photo-popup.active {
	opacity: 1;
	pointer-events: initial;
}
.photo-popup__wrapper,
.photo-popup__wrapper .container {
	height: 100%;
}
.photo-popup__wrapper {
	/* height: 100%; */
	padding: 64px 0;
}
.photo-popup__close {
	position: absolute;
	top: 32px;
	right: 32px;
	cursor: pointer;
	z-index: 2;
}
.photo-popup__close-link {
	padding: 10px;
	margin: -10px;
}
.swiper.photo-popup__slider {
	height: 100%;
	padding-bottom: 100px;
	position: relative;
}
.photo-popup__progressbar.swiper-pagination-progressbar {
	position: relative;
	width: 200px;
	height: 2px;
	background-color: #eef0f4;
}
.photo-popup__progressbar.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: #0132cc;
}
.photo-popup__wrapper .slider-global__bottom {
	/* margin-top: 30px; */
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
}
.photo-popup__inner {
	display: flex;
}
.photo-popup__slide-box {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.photo-popup__slide-box img {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}
.swiper-slide.photo-popup__slide {
	height: 100%;
	overflow: hidden;
}
@media (max-width: 1920px) {
	.swiper.photo-materials__slider {
		max-width: calc(755px + (910 - 755) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(465px + (560 - 465) * ((100vw - 1536px) / (1920 - 1536)));
		margin-top: calc(48px + (56 - 48) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.slider__block {
		max-width: calc(755px + (910 - 755) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.swiper.photo-materials__slider .swiper-slide.photo-materials__slide {
		width: calc(420px + (506 - 420) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(350px + (420 - 350) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.swiper.photo-materials__slider .swiper-slide.photo-materials__slide.swiper-slide-active {
		height: calc(465px + (560 - 465) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.swiper.photo-materials__slider .slider-global__bottom {
		width: calc(530px + (640 - 530) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.slider-global__number {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
		min-width: calc(42px + (48 - 42) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.slider-global__bottom-item {
		grid-gap: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.slider-global__arrows {
		grid-gap: calc(24px + (28 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.slider-global__arrow {
		height: calc(52px + (56 - 52) * ((100vw - 1536px) / (1920 - 1536)));
		width: calc(52px + (56 - 52) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.slider-global__arrow svg {
		width: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.photo-popup__close {
		top: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
		right: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.photo-popup__wrapper {
		padding: calc(56px + (64 - 56) * ((100vw - 1536px) / (1920 - 1536))) 0;
	}
	.swiper.photo-popup__slider {
		padding-bottom: calc(90px + (100 - 90) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.swiper.photo-popup__slider {
		padding-bottom: calc(70px + (90 - 70) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.photo-popup__wrapper {
		padding: calc(48px + (56 - 48) * ((100vw - 1280px) / (1536 - 1280))) 0;
	}
	.swiper.photo-materials__slider {
		margin-top: calc(40px + (48 - 40) * ((100vw - 1280px) / (1536 - 1280)));
		max-width: calc(660px + (755 - 660) * ((100vw - 1280px) / (1536 - 1280)));
		height: calc(410px + (465 - 410) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.slider__block {
		max-width: calc(660px + (755 - 660) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.swiper.photo-materials__slider .swiper-slide.photo-materials__slide.swiper-slide-active {
		height: calc(410px + (465 - 410) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.swiper.photo-materials__slider .swiper-slide.photo-materials__slide {
		width: calc(390px + (420 - 390) * ((100vw - 1280px) / (1536 - 1280)));
		height: calc(325px + (350 - 325) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.slider-global__arrow {
		width: calc(44px + (52 - 44) * ((100vw - 1280px) / (1536 - 1280)));
		height: calc(44px + (52 - 44) * ((100vw - 1280px) / (1536 - 1280)));
		border-radius: calc(12px + (16 - 12) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.slider-global__arrow svg {
		width: calc(18px + (20 - 18) * ((100vw - 1280px) / (1536 - 1280)));
		height: calc(18px + (20 - 18) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.slider-global__arrows {
		grid-gap: calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.slider-global__number {
		font-size: 16px;
	}
	.slider-global__bottom-item {
		grid-gap: 24px;
	}
	.swiper.photo-materials__slider .slider-global__bottom {
		width: calc(465px + (530 - 465) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.photo-popup__close {
		top: calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
		right: calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.swiper.photo-popup__slider {
		padding-bottom: 70px;
	}
	.swiper.photo-materials__slider {
		margin-top: calc(24px + (40 - 24) * ((100vw - 768px) / (1280 - 768)));
	}
	.slider-global__arrow {
		width: 44px;
		height: 44px;
		border-radius: 12px;
	}
	.slider-global__arrow svg {
		width: 18px;
		height: 18px;
	}
	.photo-popup__close img {
		width: calc(32px + (40 - 32) * ((100vw - 768px) / (1280 - 768)));
		height: calc(32px + (40 - 32) * ((100vw - 768px) / (1280 - 768)));
	}
	.photo-popup__close {
		top: calc(40px + (24 - 40) * ((100vw - 768px) / (1280 - 768)));
		right: calc(40px + (24 - 40) * ((100vw - 768px) / (1280 - 768)));
	}
}
@media (max-width: 1200px) {
	.swiper.photo-popup__slider {
		padding-top: 55px;
	}
	.swiper.photo-materials__slider {
		max-width: 100%;
		height: auto;
	}
	.slider__block {
		max-width: 100%;
	}
	.swiper.photo-materials__slider .swiper-slide.photo-materials__slide.swiper-slide-active {
		height: 240px;
	}
	.swiper.photo-materials__slider .swiper-slide.photo-materials__slide {
		height: 240px;
		width: auto;
	}
	.photo-materials__slide-box {
		height: 240px;
		border-radius: 16px;
	}
	.swiper.photo-materials__slider .slider-global__bottom {
		width: 100%;
		position: relative;
		left: auto;
		margin-top: 24px;
		bottom: auto;
		grid-gap: 15px;
	}
	.slider-global__arrows {
		grid-gap: 15px;
	}
	.slider-global__bottom-item {
		width: 100%;
		grid-gap: 16px;
	}
	.photo-materials__progressbar {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.photo-popup__close {
		top: calc(20px + (40 - 20) * ((100vw - 375px) / (768 - 375)));
		right: calc(20px + (40 - 20) * ((100vw - 375px) / (768 - 375)));
	}
	.photo-popup__close img {
		width: 32px;
		height: 32px;
	}
	.slider-global__arrows {
		grid-gap: 16px;
	}
	.swiper.photo-materials__slider {
		margin-top: 24px;
	}
	.slider-global__bottom-item {
		grid-gap: 16px;
	}
}
@media (max-width: 500px) {
	.photo-popup__progressbar.swiper-pagination-progressbar {
		width: 100%;
	}
	.photo-popup__wrapper .slider-global__bottom {
		grid-gap: 24px;
	}
}
@media (max-width: 375px) {
	.photo-popup__close {
		top: 20px;
		right: 20px;
	}
}
/*end photo-materials*/

/*start material-detail*/
.material-detail {
	padding-top: 72px;
}
.material-detail__title {
	color: #02061c;
	font-family: "Greycliff CF";
	font-size: 62px;
	line-height: 130%;
	margin-bottom: 112px;
	max-width: 1180px;
}
.scroll-block__inner {
	display: grid;
	grid-template-columns: 1180px 1fr;
	grid-gap: 84px;
}
.material-detail__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 140%;
}
.material-detail__category {
	color: #0132cc;
}
.material-detail__date {
	color: #bac0d0;
}
.material-detail__item .material-detail__preview-text {
	color: #02061c;
	font-size: 24px;
	line-height: 140%;
	margin-bottom: 72px;
}
.material-detail__preview-img {
	height: 560px;
	border-radius: 24px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 72px;
}
.material-detail__item h5 {
	color: #02061c;
	font-family: "Greycliff CF";
	font-size: 30px;
	line-height: 140%;
}
.material-detail__item p {
	color: #464b5d;
	font-size: 18px;
	line-height: 140%;
}
.material-detail__item blockquote {
	border-radius: 24px;
	background: #fff;
	padding: 48px 72px 48px 128px;
	margin: 0;
	position: relative;
	display: block;
}
.material-detail__item blockquote::before {
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	top: 48px;
	left: 56px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzUzOV81NDU5KSI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2JpaWlfNTM5XzU0NTkpIj4KPHBhdGggZD0iTTcgMTJDOC4zODQ0NyAxMiA5LjczNzg0IDEyLjQxMDUgMTAuODg5IDEzLjE3OTdDMTIuMDQwMSAxMy45NDg5IDEyLjkzNzMgMTUuMDQyMSAxMy40NjcyIDE2LjMyMTJDMTMuOTk3IDE3LjYwMDMgMTQuMTM1NiAxOS4wMDc4IDEzLjg2NTUgMjAuMzY1NkMxMy41OTU0IDIxLjcyMzUgMTIuOTI4NyAyMi45NzA4IDExLjk0OTcgMjMuOTQ5N0MxMC45NzA4IDI0LjkyODcgOS43MjM1IDI1LjU5NTQgOC4zNjU2MyAyNS44NjU1QzcuMDA3NzYgMjYuMTM1NiA1LjYwMDI5IDI1Ljk5NyA0LjMyMTIxIDI1LjQ2NzJDMy4wNDIxMyAyNC45MzczIDEuOTQ4ODggMjQuMDQwMSAxLjE3OTcxIDIyLjg4OUMwLjQxMDUzOCAyMS43Mzc4IC0zLjgxNDdlLTA2IDIwLjM4NDUgLTMuODE0N2UtMDYgMTlMLTAuMDMyMDA1MyAxOEMtMC4wMzIwMDUzIDE2LjE2MTUgMC4zMzAxMTQgMTQuMzQxIDEuMDMzNjggMTIuNjQyNEMxLjczNzI1IDEwLjk0MzkgMi43Njg0OCA5LjQwMDUyIDQuMDY4NSA4LjEwMDVDNS4zNjg1MiA2LjgwMDQ4IDYuOTExODcgNS43NjkyNSA4LjYxMDQzIDUuMDY1NjhDMTAuMzA5IDQuMzYyMTEgMTIuMTI5NSAzLjk5OTk5IDEzLjk2OCAzLjk5OTk5VjcuOTk5OTlDMTIuNjU0MiA3Ljk5NjQ2IDExLjM1MjcgOC4yNTM0MSAxMC4xMzg5IDguNzU1OTlDOC45MjQ5OSA5LjI1ODU3IDcuODIyNzkgOS45OTY4IDYuODk2IDEwLjkyOEM2LjUzNTc5IDExLjI4NzUgNi4yMDM0OSAxMS42NzQgNS45MDIgMTIuMDg0QzYuMjY1MjEgMTIuMDI2OSA2LjYzMjMyIDExLjk5ODIgNyAxMS45OThWMTJaTTI1IDEyQzI2LjM4NDUgMTIgMjcuNzM3OCAxMi40MTA1IDI4Ljg4OSAxMy4xNzk3QzMwLjA0MDEgMTMuOTQ4OSAzMC45MzczIDE1LjA0MjEgMzEuNDY3MiAxNi4zMjEyQzMxLjk5NyAxNy42MDAzIDMyLjEzNTYgMTkuMDA3OCAzMS44NjU1IDIwLjM2NTZDMzEuNTk1NCAyMS43MjM1IDMwLjkyODcgMjIuOTcwOCAyOS45NDk3IDIzLjk0OTdDMjguOTcwOCAyNC45Mjg3IDI3LjcyMzUgMjUuNTk1NCAyNi4zNjU2IDI1Ljg2NTVDMjUuMDA3OCAyNi4xMzU2IDIzLjYwMDMgMjUuOTk3IDIyLjMyMTIgMjUuNDY3MkMyMS4wNDIxIDI0LjkzNzMgMTkuOTQ4OSAyNC4wNDAxIDE5LjE3OTcgMjIuODg5QzE4LjQxMDUgMjEuNzM3OCAxOCAyMC4zODQ1IDE4IDE5TDE3Ljk2OCAxOEMxNy45NjggMTQuMjg3IDE5LjQ0MyAxMC43MjYgMjIuMDY4NSA4LjEwMDVDMjQuNjk0IDUuNDc0OTkgMjguMjU1IDMuOTk5OTkgMzEuOTY4IDMuOTk5OTlWNy45OTk5OUMzMC42NTQyIDcuOTk2NDYgMjkuMzUyNyA4LjI1MzQxIDI4LjEzODkgOC43NTU5OUMyNi45MjUgOS4yNTg1NyAyNS44MjI4IDkuOTk2OCAyNC44OTYgMTAuOTI4QzI0LjUzNTggMTEuMjg3NSAyNC4yMDM1IDExLjY3NCAyMy45MDIgMTIuMDg0QzI0LjI2NTIgMTIuMDI2OSAyNC42MzIzIDExLjk5ODIgMjUgMTEuOTk4VjEyWiIgZmlsbD0iIzAxMzJDQyIvPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfYmlpaV81MzlfNTQ1OSIgeD0iLTE0LjIwODIiIHk9Ii0xMC4xNzciIHdpZHRoPSI2MC4zODUyIiBoZWlnaHQ9IjUwLjM1NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVHYXVzc2lhbkJsdXIgaW49IkJhY2tncm91bmRJbWFnZUZpeCIgc3RkRGV2aWF0aW9uPSI3LjA4ODUiLz4KPGZlQ29tcG9zaXRlIGluMj0iU291cmNlQWxwaGEiIG9wZXJhdG9yPSJpbiIgcmVzdWx0PSJlZmZlY3QxX2JhY2tncm91bmRCbHVyXzUzOV81NDU5Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9iYWNrZ3JvdW5kQmx1cl81MzlfNTQ1OSIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0Lz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMS41Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9ImFyaXRobWV0aWMiIGsyPSItMSIgazM9IjEiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMC4yMTE3NjUgMCAwIDAgMCAwLjUwMTk2MSAwIDAgMCAwIDEgMCAwIDAgMC4zMiAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJzaGFwZSIgcmVzdWx0PSJlZmZlY3QyX2lubmVyU2hhZG93XzUzOV81NDU5Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjEuNTc1MjIiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMC43ODc2MTEiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0iYXJpdGhtZXRpYyIgazI9Ii0xIiBrMz0iMSIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwLjIxMTc2NSAwIDAgMCAwIDAuNTAxOTYxIDAgMCAwIDAgMSAwIDAgMCAwLjEgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iZWZmZWN0Ml9pbm5lclNoYWRvd181MzlfNTQ1OSIgcmVzdWx0PSJlZmZlY3QzX2lubmVyU2hhZG93XzUzOV81NDU5Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjAuMzkzODA1Ii8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjAuMTk2OTAzIi8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9ImFyaXRobWV0aWMiIGsyPSItMSIgazM9IjEiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMC4yMTE3NjUgMCAwIDAgMCAwLjUwMTk2MSAwIDAgMCAwIDEgMCAwIDAgMC4wNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJlZmZlY3QzX2lubmVyU2hhZG93XzUzOV81NDU5IiByZXN1bHQ9ImVmZmVjdDRfaW5uZXJTaGFkb3dfNTM5XzU0NTkiLz4KPC9maWx0ZXI+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNTM5XzU0NTkiPgo8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgLTEgMzIgMzIpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
}
.material-detail__item blockquote p {
	color: #313338;
	font-size: 24px;
	line-height: 140%;
}
.material-detail__item blockquote span {
	color: #464b5d;
	font-size: 18px;
	line-height: 140%;
}
.material-detail__item p a {
	color: #0132cc;
	text-decoration: underline;
	text-underline-offset: 3px;
}
#copy .copy-svg-2 {
	display: none;
}
#copy.active .copy-svg-2 {
	display: block;
}
#copy.active .copy-svg-1 {
	display: none;
}
#copy #href-copy {
	display: none;
}
#copy .footer__social-btn {
	cursor: pointer;
}
#copy .footer__social-btn:hover svg path {
	fill: transparent;
	stroke: #fafafb;
}
.detail-article__socials {
	display: flex;
	grid-gap: 16px;
	justify-content: flex-end;
}
@media (max-width: 1920px) {
	.material-detail {
		padding-top: calc(64px + (72 - 64) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.material-detail__title {
		font-size: calc(52px + (62 - 52) * ((100vw - 1536px) / (1920 - 1536)));
		margin-bottom: calc(88px + (112 - 88) * ((100vw - 1536px) / (1920 - 1536)));
		max-width: calc(975px + (1180 - 975) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.material-detail__link {
		font-size: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
		margin-bottom: calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.material-detail__item .material-detail__preview-text {
		font-size: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
		margin-bottom: calc(64px + (72 - 64) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.material-detail__preview-img {
		height: calc(480px + (560 - 480) * ((100vw - 1536px) / (1920 - 1536)));
		margin-bottom: calc(64px + (72 - 64) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.material-detail__item h5 {
		font-size: calc(24px + (30 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.material-detail__item p {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.material-detail__item blockquote {
		padding: calc(32px + (48 - 32) * ((100vw - 1536px) / (1920 - 1536)))
			calc(56px + (72 - 56) * ((100vw - 1536px) / (1920 - 1536)))
			calc(32px + (48 - 32) * ((100vw - 1536px) / (1920 - 1536)))
			calc(100px + (128 - 100) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.material-detail__item blockquote p {
		font-size: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.material-detail__item blockquote span {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.material-detail__item blockquote::before {
		top: calc(32px + (48 - 32) * ((100vw - 1536px) / (1920 - 1536)));
		left: calc(40px + (56 - 40) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.scroll-block__inner {
		grid-template-columns:
			calc(975px + (1180 - 975) * ((100vw - 1536px) / (1920 - 1536)))
			1fr;
		grid-gap: calc(60px + (84 - 60) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.detail-article__socials {
		grid-gap: calc(12px + (16 - 12) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.material-detail__item blockquote {
		border-radius: calc(16px + (24 - 16) * ((100vw - 1280px) / (1536 - 1280)));
		padding: 32px calc(24px + (56 - 24) * ((100vw - 1280px) / (1536 - 1280))) 32px
			calc(72px + (100 - 72) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.material-detail__item blockquote::before {
		width: calc(24px + (32 - 24) * ((100vw - 1280px) / (1536 - 1280)));
		height: calc(24px + (32 - 24) * ((100vw - 1280px) / (1536 - 1280)));
		top: 32px;
		left: calc(24px + (40 - 24) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.material-detail__item p {
		font-size: 16px;
	}
	.material-detail {
		padding-top: calc(56px + (64 - 56) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.material-detail__title {
		font-size: calc(42px + (52 - 42) * ((100vw - 1280px) / (1536 - 1280)));
		margin-bottom: calc(72px + (88 - 72) * ((100vw - 1280px) / (1536 - 1280)));
		max-width: calc(860px + (975 - 860) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.material-detail__link {
		font-size: calc(16px + (18 - 16) * ((100vw - 1280px) / (1536 - 1280)));
		margin-bottom: 32px;
	}
	.material-detail__item .material-detail__preview-text {
		font-size: calc(18px + (20 - 18) * ((100vw - 1280px) / (1536 - 1280)));
		margin-bottom: calc(56px + (64 - 56) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.material-detail__preview-img {
		height: calc(280px + (480 - 280) * ((100vw - 1280px) / (1536 - 1280)));
		margin-bottom: calc(56px + (64 - 56) * ((100vw - 1280px) / (1536 - 1280)));
		border-radius: calc(16px + (24 - 16) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.material-detail__item h5 {
		font-size: 24px;
	}
	.material-detail__item blockquote p {
		font-size: calc(18px + (20 - 18) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.material-detail__item blockquote span {
		font-size: 16px;
	}
	.scroll-block__inner {
		grid-template-columns:
			calc(860px + (975 - 860) * ((100vw - 1280px) / (1536 - 1280)))
			1fr;
	}
}
@media (max-width: 1280px) {
	.material-detail__item blockquote::before {
		left: 24px;
	}
	.material-detail__preview-img {
		height: 280px;
		border-radius: 16px;
		margin-bottom: calc(48px + (56 - 48) * ((100vw - 768px) / (1280 - 768)));
	}
	.material-detail {
		padding-top: calc(40px + (56 - 40) * ((100vw - 768px) / (1280 - 768)));
	}
	.material-detail__title {
		font-size: calc(30px + (42 - 30) * ((100vw - 768px) / (1280 - 768)));
		margin-bottom: calc(64px + (72 - 64) * ((100vw - 768px) / (1280 - 768)));
	}
	.material-detail__link {
		font-size: 16px;
	}
	.material-detail__item .material-detail__preview-text {
		font-size: 18px;
		margin-bottom: calc(32px + (56 - 32) * ((100vw - 768px) / (1280 - 768)));
	}
}
@media (max-width: 1200px) {
	.material-detail__title {
		max-width: 100%;
	}
	.material-detail__item {
		line-height: 100%;
	}
	.scroll-block__inner {
		grid-template-columns: 1fr;
		grid-gap: 48px;
	}
	.detail-article__socials {
		justify-content: flex-start;
		grid-gap: 8px;
	}
	.material-detail__item blockquote {
		border-radius: 16px;
		padding: 72px 24px 32px;
	}
	.material-detail__item blockquote::before {
		width: 24px;
		height: 24px;
	}
	.material-detail__item blockquote p {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.material-detail {
		padding-top: 40px;
	}
	.material-detail__preview-img {
		height: calc(240px + (280 - 240) * ((100vw - 375px) / (768 - 375)));
		margin-bottom: 48px;
	}
	.material-detail__title {
		font-size: calc(24px + (30 - 24) * ((100vw - 375px) / (768 - 375)));
		margin-bottom: calc(48px + (64 - 48) * ((100vw - 375px) / (768 - 375)));
	}
	.material-detail__item .material-detail__preview-text {
		margin-bottom: 32px;
	}
	.material-detail__item h5 {
		font-size: calc(20px + (24 - 20) * ((100vw - 375px) / (768 - 375)));
	}
	.material-detail__item blockquote {
		padding: calc(64px + (72 - 64) * ((100vw - 375px) / (768 - 375)))
			calc(20px + (24 - 20) * ((100vw - 375px) / (768 - 375))) calc(24px + (32 - 24) * ((100vw - 375px) / (768 - 375)));
	}
	.material-detail__item blockquote::before {
		left: calc(20px + (24 - 20) * ((100vw - 375px) / (768 - 375)));
		top: calc(24px + (32 - 24) * ((100vw - 375px) / (768 - 375)));
	}
}
@media (max-width: 600px) {
	.material-detail__link {
		flex-direction: column;
		grid-gap: 16px;
		align-items: flex-start;
	}
}

@media (max-width: 375px) {
	.material-detail__title {
		font-size: 24px;
	}
}
/*end material-detail*/

/*start other-materials*/
.other-materials {
}
.other-materials__top {
	margin-bottom: 56px;
	display: flex;
	justify-content: space-between;
}
.swiper.other-materials__slider {
	overflow: inherit;
}
.swiper-wrapper {
}
.swiper-slide {
}
.other-materials__slide {
}
.other-materials__bottom {
	display: none;
}
@media (max-width: 700px) {
	.other-materials__bottom {
		display: block;
		margin-top: 24px;
	}
	.other-materials__bottom .interesting-materials__button {
		display: flex;
	}
	.other-materials__button {
		display: none;
	}
}
/*end other-materials*/

/*start policy*/
.policy {
}
.policy__inner {
	max-width: 1120px;
}
.policy__inner h4 {
	color: #02061c;
	font-family: "Greycliff CF";
	font-size: 34px;
	line-height: 140%;
}
.policy__inner p {
	color: #464b5d;
	font-size: 18px;
	line-height: 140%;
}

.policy__inner h5 {
	color: #02061c;
	font-family: "Greycliff CF";
	font-size: 30px;
	line-height: 140%;
}
.policy__inner h6 {
	color: #02061c;
	font-family: "Circe";
	font-size: 24px;
	line-height: 140%;
	font-weight: 400;
	margin: 0;
}
.policy__inner a {
	color: #0132cc;
	font-size: 18px;
	line-height: 140%; /* 155.556% */
	text-decoration-line: underline;
	text-underline-offset: 4px;
}
@media (max-width: 1920px) {
	.policy__inner h4 {
		font-size: calc(30px + (34 - 30) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.policy__inner h6 {
		font-size: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.policy__inner p {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.policy__inner a {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.policy__inner h4 {
		font-size: 30px;
	}
	.policy__inner h6 {
		font-size: 20px;
	}
	.policy__inner p {
		font-size: 16px;
	}
	.policy__inner a {
		font-size: 16px;
	}
}
@media (max-width: 1280px) {
	.policy__inner h4 {
		font-size: calc(24px + (30 - 24) * ((100vw - 768px) / (1280 - 768)));
	}
	.policy__inner h5 {
		font-size: calc(24px + (30 - 24) * ((100vw - 768px) / (1280 - 768)));
	}
}
@media (max-width: 768px) {
	.policy__inner h4 {
		font-size: calc(20px + (24 - 20) * ((100vw - 375px) / (768 - 375)));
	}
}
@media (max-width: 375px) {
	.container {
		padding: 0 20px;
	}
}
/*end policy*/

/*start popup-global*/
.popup-global {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	flex-direction: column;
	opacity: 0;
	transition: 0.3s;
	pointer-events: none;
}
.popup-global.active {
	opacity: 1;
	pointer-events: initial;
}
.popup-global__carousel {
	position: relative;
	box-sizing: border-box;
	flex: 1;
	min-height: 0;
	z-index: 10;
	/* overflow-y: visible; */
	overflow-x: clip;
}
.popup-global__bg {
	opacity: 0.3;
	background: #313338;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.popup-global__veiwport {
	width: 100%;
	height: 100%;
}
.popup-global__track {
	display: flex;
	margin: 0 auto;
	height: 100%;
}
.popup-global__slide {
	flex: 0 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0 0px 0 0;
	padding: 20px;
	overflow: auto;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
}
.popup-global__box {
	position: relative;
	z-index: 20;
	padding: 56px 64px;
	width: 920px;
	border-radius: 24px;
	background: #fff;
}
.popup-global__slide::before,
.popup-global__slide::after {
	content: "";
	flex: 0 0 0;
	margin: auto;
}
.popup-global__close {
	position: absolute;
	top: 24px;
	right: 24px;
	cursor: pointer;
}
.popup-global__close-link {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMwIDEwTDEwIDMwTTEwIDEwTDMwIDMwIiBzdHJva2U9IiNEOURERTkiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.popup-global__title {
	display: flex;
	grid-gap: 16px;
	align-items: center;
	margin-bottom: 40px;
}
.popup-global__item {
	display: flex;
	margin-bottom: 40px;
	position: relative;
}
.popup-global__item .error-text {
	position: absolute;
	left: 20px;
	color: #eb1c24;
	font-size: 14px;
	line-height: 140%;
	top: calc(100% + 5px);
}
.popup-global__input {
	border-radius: 12px 0px 0px 12px;
	color: #313338;
	font-family: "Circe";
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	background: #f4f5f8;
	padding: 18px 20px;
	border: none;
	width: 100%;
}
.popup-global__input::placeholder {
	color: #313338;
	font-family: "Circe";
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}
.popup-global__button {
	border-radius: 0px 12px 12px 0px;
	padding: 18px 32px;
	background: #0132cc;
	color: #fafafb;
	font-family: "Circe";
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
	border: none;
	transition: 0.3s;
	cursor: pointer;
}
.popup-global__button:hover {
	background-color: #f4f5f8;
	color: #313338;
}
.popup-global__link {
	display: grid;
	grid-template-columns: 20px 1fr;
	grid-gap: 12px;
}
.popup-global__link + .popup-global__link {
	margin-top: 24px;
}
.popup-global__link-ckeck input {
	width: 18px;
	height: 18px;
	border-radius: 6px;
	border: 1px solid #d9dde9;
	cursor: pointer;
}
.popup-global__link-ckeck input:checked {
	border-color: #0a64eb;
	background-color: #0a64eb;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMCAxTDMuODEyNSA3LjE4NzVMMSA0LjM3NSIgc3Ryb2tlPSIjRkFGQUZCIiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.popup-global__link-text {
	color: #464b5d;
	font-size: 16px;
	line-height: 130%;
}
.popup-global__link-text a {
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: 0.3s;
}
.popup-global__link-text a:hover {
	opacity: 0.7;
}
.successfully-sent__anim {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.successfully-sent__anim object {
	width: 180px;
}
.popup-global.successfully-sent .popup-global__box {
	width: 680px;
	text-align: center;
}
.successfully-sent .popup-global__title {
	margin-bottom: 24px;
}
.successfully-sent__text {
	margin-bottom: 40px;
}
.successfully-sent__bottom {
	display: flex;
	justify-content: center;
}
.popup-global.podpiska .popup-global__box {
	width: 920px;
}
.popup-global.podpiska .successfully-sent__anim object {
	width: 60px;
}
.popup-global.successfully-sent .popup-global__title {
	justify-content: center;
}
.successfully-sent__button {
	border-radius: 12px;
	background: #0132cc;
	color: #fafafb;
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
	padding: 18px 32px;
	cursor: pointer;
	transition: 0.3s;
}
.successfully-sent__button:hover {
	background-color: #f4f5f8;
	color: #313338;
}
.successfully-sent__text {
	font-size: 18px;
	line-height: 130%;
}
.popup-global.successfully-sent.podpiska .popup-global__box {
	width: 920px;
}
@media (max-width: 1920px) {
	.popup-global__box {
		width: calc(780px + (920 - 780) * ((100vw - 1536px) / (1920 - 1536)));
		padding: calc(48px + (56 - 48) * ((100vw - 1536px) / (1920 - 1536)))
			calc(56px + (64 - 56) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.popup-global__title {
		margin-bottom: calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
		grid-gap: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.popup-global__close {
		top: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
		right: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.popup-global__input {
		padding: calc(14px + (18 - 14) * ((100vw - 1536px) / (1920 - 1536))) 20px;
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.popup-global__input::placeholder {
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.popup-global__button {
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
		padding: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)))
			calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.popup-global__item {
		margin-bottom: calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.popup-global__link-text {
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.popup-global__link + .popup-global__link {
		margin-top: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.popup-global__title img {
		width: calc(46px + (60 - 46) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.popup-global__item .error-text {
		font-size: calc(12px + (14 - 12) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.popup-global.successfully-sent .popup-global__box {
		width: calc(556px + (680 - 556) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.successfully-sent__anim object {
		width: calc(140px + (180 - 140) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.successfully-sent__anim {
		margin-bottom: calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.successfully-sent .popup-global__title {
		margin-bottom: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.successfully-sent__text {
		margin-bottom: calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.successfully-sent__button {
		padding: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)))
			calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.popup-global.podpiska .successfully-sent__anim object {
		width: calc(50px + (60 - 50) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.popup-global.successfully-sent.podpiska .popup-global__box {
		width: calc(780px + (920 - 780) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.popup-global.podpiska .successfully-sent__anim object {
		width: 50px;
	}
	.popup-global__box {
		width: calc(685px + (780 - 685) * ((100vw - 1280px) / (1536 - 1280)));
		border-radius: calc(16px + (24 - 16) * ((100vw - 1280px) / (1536 - 1280)));
		padding: calc(40px + (48 - 40) * ((100vw - 1280px) / (1536 - 1280)))
			calc(48px + (56 - 48) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.popup-global__title img {
		width: calc(42px + (46 - 42) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.popup-global__title {
		margin-bottom: 32px;
		grid-gap: calc(12px + (14 - 12) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.popup-global__input {
		padding: calc(10px + (14 - 10) * ((100vw - 1280px) / (1536 - 1280))) 20px;
		font-size: 14px;
	}
	.popup-global__input::placeholder {
		font-size: 14px;
	}
	.popup-global__button {
		font-size: 14px;
		padding: calc(12px + (16 - 12) * ((100vw - 1280px) / (1536 - 1280)))
			calc(20px + (28 - 20) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.popup-global__item .error-text {
		font-size: 12px;
	}
	.popup-global__item {
		margin-bottom: 32px;
	}
	.popup-global__link-text {
		font-size: 14px;
	}
	.popup-global__link + .popup-global__link {
		margin-top: calc(16px + (20 - 16) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.popup-global__close {
		top: calc(16px + (20 - 16) * ((100vw - 1280px) / (1536 - 1280)));
		right: calc(16px + (20 - 16) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.popup-global.successfully-sent .popup-global__box {
		width: calc(465px + (556 - 465) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.successfully-sent__anim object {
		width: calc(120px + (140 - 120) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.successfully-sent__anim {
		margin-bottom: 32px;
	}
	.successfully-sent .popup-global__title {
		margin-bottom: calc(16px + (20 - 16) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.successfully-sent__text {
		font-size: 16px;
		margin-bottom: 32px;
	}
	.successfully-sent__button {
		font-size: 14px;
		padding: calc(12px + (16 - 12) * ((100vw - 1280px) / (1536 - 1280)))
			calc(20px + (28 - 20) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.popup-global.successfully-sent.podpiska .popup-global__box {
		width: calc(685px + (780 - 685) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.popup-global__box {
		border-radius: 16px;
	}
	.popup-global__input {
		padding: 10px 20px;
	}
	.popup-global__button {
		padding: 12px 20px;
	}
	.popup-global__title img {
		width: 42px;
	}
	.successfully-sent__anim object {
		width: 120px;
	}
	.popup-global.successfully-sent .popup-global__box {
		width: calc(420px + (465 - 420) * ((100vw - 768px) / (1280 - 768)));
	}
	.successfully-sent__button {
		padding: 12px 20px;
		border-radius: 10px;
	}
}
@media (max-width: 1000px) {
	.successfully-sent__button {
		width: 100%;
	}
	.successfully-sent__anim {
		margin-bottom: 24px;
	}
	.successfully-sent .popup-global__title {
		margin-bottom: 12px;
	}
	.successfully-sent__text {
		margin-bottom: 24px;
	}
	.popup-global__box {
		padding: 32px 40px;
		width: 480px;
	}
	.popup-global.successfully-sent.podpiska .popup-global__box {
		width: 480px;
		height: 390px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.popup-global__title span {
		font-size: 24px;
	}
	.popup-global__item .error-text {
		top: 48px;
		left: 16px;
	}
	.popup-global__close-link {
		width: 32px;
		height: 32px;
	}
	.popup-global__close {
		top: 12px;
		right: 12px;
	}
	.popup-global__input {
		padding: 12px 16px;
		border-radius: 10px;
	}
	.popup-global__title {
		flex-direction: column;
		grid-gap: 4px;
		align-items: flex-start;
		margin-bottom: 24px;
	}
	.popup-global__title img {
		width: 40px;
	}
	.popup-global__content {
		position: relative;
		padding-bottom: 68px;
	}
	.popup-global__button {
		position: absolute;
		bottom: 0;
		width: 100%;
		border-radius: 10px;
	}
	.popup-global__item {
		position: static;
	}
	.popup-global__link-text {
		font-size: 12px;
	}
	.popup-global__link {
		grid-gap: 8px;
	}
	.popup-global__link + .popup-global__link {
		margin-top: 12px;
	}
	.popup-global.successfully-sent.podpiska .popup-global__title {
		align-items: center;
	}
}
@media (max-width: 768px) {
	.popup-global__box {
		width: calc(335px + (480 - 335) * ((100vw - 375px) / (768 - 375)));
		padding: 32px calc(20px + (40 - 20) * ((100vw - 375px) / (768 - 375)));
	}
	.popup-global.successfully-sent .popup-global__box {
		width: calc(335px + (420 - 335) * ((100vw - 375px) / (768 - 375)));
	}
	.popup-global.successfully-sent.podpiska .popup-global__box {
		width: calc(335px + (480 - 335) * ((100vw - 375px) / (768 - 375)));
		height: calc(430px + (390 - 430) * ((100vw - 375px) / (768 - 375)));
	}
}
@media (max-width: 375px) {
	.popup-global__box,
	.popup-global.successfully-sent .popup-global__box,
	.popup-global.successfully-sent.podpiska .popup-global__box {
		width: calc(290px + (335 - 290) * ((100vw - 320px) / (375 - 320)));
	}
}
/*end popup-global*/

/*start filters*/
.filters {
	position: absolute;
	top: -115px;
	right: 38px;
	background-color: #fcfcfc;
}
.filters.fixed {
	position: fixed;
	/* left: 0; */
	/* right: 0; */
	z-index: 11;
	/* transition: top 0.3s; */
}
.filters.fixed .filters__wrapper {
	/* max-width: 1920px;
  margin: 0 auto;
  padding: 0 168px; */
}
.filters.fixed .filters__wrapper::before {
	background: linear-gradient(90deg, rgba(244, 245, 248, 0) -10.73%, #f4f5f8 15.74%);
	opacity: 1;
}
.filters.fixed .filters__inner {
	background-color: #f4f5f8;
}
.filters.fixed .filters__name {
	background-color: #fafafb;
}

.filters.fixed .filters__search {
	background-color: #fafafb;
}
.filters__inner {
	display: flex;
	grid-gap: 16px;
	justify-content: flex-end;
}
.filters__item {
	width: 260px;
	position: relative;
	z-index: 2;
}
.filters__name {
	border-radius: 12px;
	background: #f4f5f8;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	transition: 0.3s;
}
.filters__wrapper {
	position: relative;
}
.filters.active .filters__wrapper::before {
	opacity: 1;
}
.filters__wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -90px;
	width: 100px;
	background: linear-gradient(90deg, rgba(252, 252, 252, 0) 0%, #fcfcfc 35%);
	opacity: 0;
	transition: 0.3s;
}

.filters__name:hover .filters__name-title {
	color: #0132cc;
}
.filters__item.open .filters__name-title {
	color: #0132cc;
}

.filters__name-title {
	color: #313338;
	font-size: 16px;
	line-height: 140%;
	transition: 0.3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.filters__name-num {
	color: #0132cc;
	font-size: 14px;
	line-height: 140%;
}
.filters__name {
	grid-gap: 5px;
}
.filters__name-box {
	display: flex;
	align-items: flex-start;
	grid-gap: 8px;
	overflow: hidden;
}
.filters__arrow svg {
	display: block;
}
.filters__arrow svg path {
	transition: 0.3s;
}
.filters__arrow {
	transition: 0.3s;
}
.filters__item.open .filters__arrow {
	transform: rotate(180deg);
}
.filters__item.open .filters__arrow svg path {
	stroke: #0132cc;
}
.filters__box {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 6px);
	border-radius: 14px;
	background: #f4f5f8;
	padding: 8px 0;
	padding-right: 8px;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
	transform: translateY(20px);
}
.filters__item.open .filters__box {
	opacity: 1;
	pointer-events: initial;
	transform: translateY(0);
}
.filters__links {
	max-height: 360px;
	overflow-y: auto;
}
.filters__links::-webkit-scrollbar {
	width: 3px;
	background-color: #fafafb;
}
.filters__links::-webkit-scrollbar-thumb {
	background-color: #0132cc;
}
.filters__link,
.filters__link-parent {
	padding: 12px 10px 12px 20px;
	cursor: pointer;
	display: grid;
	grid-template-columns: 20px 1fr;
	align-items: center;
	grid-gap: 12px;
}
.filters__link.selected .filters__link-ckeckbox {
	background-color: #0a64eb;
	border-color: #0a64eb;
}
.filters__link.selected .link-ckeckbox {
	opacity: 1;
}
.filters__link-ckeckbox {
	width: 20px;
	height: 20px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #d9dde9;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}
.link-ckeckbox {
	width: 13px;
	opacity: 0;
	transition: 0.3s;
	height: 8px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMCAxTDMuODEyNSA3LjE4NzVMMSA0LjM3NSIgc3Ryb2tlPSIjRkFGQUZCIiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.filters__link-name {
	color: #313338;
	font-size: 16px;
	line-height: 140%;
}
.filters__reset {
	color: #8c92a1;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	cursor: pointer;
	padding: 8px 20px 18px;
}

.filters__search {
	border-radius: 14px;
	padding: 12px;
	background: #f4f5f8;
	display: flex;
	align-items: center;
	min-width: 58px;
	justify-content: center;
}
.filters__search-image {
	transition: 0.3s;
	cursor: pointer;
}
.filters__search-image svg {
	display: block;
}
.filters__search-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	transition: 0.3s;
	width: 0;
}
.filters__search.active .filters__search-box {
	width: 293px;
}
.filters__search-stroka {
	padding: 0 12px;
}
.filters__search-input {
	border: none;
	background-color: transparent;
	color: #313338;
	font-family: "Circe", sans-serif;
	font-size: 16px;
	line-height: 140%;
	padding: 0;
	width: 120px;
}
.filters__search-input::placeholder {
	color: #bac0d0;
	font-family: "Circe", sans-serif;
	font-size: 16px;
	line-height: 140%;
}
.filters__search-result {
	display: flex;
	align-items: center;
}
.filters__search-image {
	padding: 12px;
	margin: -12px;
}
.filters__search-numbers {
	display: flex;
	align-items: center;
	grid-gap: 3px;
	color: #bac0d0;
	font-size: 16px;
	line-height: 140%;
	margin-right: 0px;
	min-width: 50px;
}

.filters__search-arrows {
	display: flex;
	align-items: center;
	margin-right: 12px;
}
.filters__search-arrow {
	cursor: pointer;
	border: none;
	outline: none;
	background-color: transparent;
}
.filters__search-arrow svg {
	display: block;
}
.filters__search-clear svg {
	display: block;
}

.filters__search-clear {
	padding: 10px;
	margin: -10px;
	cursor: pointer;
}
p mark.search {
	background-color: #d9dde9;
	border-radius: 2px;
}
p mark.search.active {
	color: #fafafb;
	background-color: #0132cc;
}
.filters__search-arrow {
	padding: 0;
}
@media (max-width: 1920px) {
	.filters__name {
		padding: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)))
			calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.filters__name-title {
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.filters__item {
		width: calc(220px + (260 - 220) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.filters__inner {
		grid-gap: calc(12px + (16 - 12) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.filters__search {
		min-width: calc(52px + (58 - 52) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.filters__search-image svg {
		width: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.filters {
		top: calc(-102px + (-115 - (-102)) * ((100vw - 1536px) / (1920 - 1536)));
		right: calc(32px + (38 - 32) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.filters__search-arrow svg {
		width: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.filters__search-numbers {
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.filters__search-input {
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.filters__search-input::placeholder {
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.filters__search.active .filters__search-box {
		width: calc(265px + (293 - 265) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.filters__reset {
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
		padding: 8px calc(14px + (20 - 14) * ((100vw - 1536px) / (1920 - 1536)))
			calc(8px + (18 - 8) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.filters__link,
	.filters__link-parent {
		padding: calc(8px + (12 - 8) * ((100vw - 1536px) / (1920 - 1536))) 10px
			calc(8px + (12 - 8) * ((100vw - 1536px) / (1920 - 1536)))
			calc(14px + (20 - 14) * ((100vw - 1536px) / (1920 - 1536)));
		grid-gap: calc(6px + (12 - 6) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.filters__link-ckeckbox {
		width: calc(16px + (20 - 16) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(16px + (20 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.filters__link-name {
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.filters__name-num {
		font-size: calc(12px + (14 - 12) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.filters__link-ckeckbox {
		width: 16px;
		height: 16px;
	}
	.filters__link,
	.filters__link-parent {
		padding: 8px 10px 8px 14px;
		grid-gap: 6px;
	}
	.filters__reset {
		font-size: 14px;
		padding: 8px 14px 8px;
	}
	.filters__link-name {
		font-size: 14px;
	}
	.filters__item {
		width: calc(205px + (220 - 205) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.filters__inner {
		grid-gap: 12px;
	}
	.filters__name-num {
		font-size: 12px;
	}
	.filters__name {
		border-radius: calc(10px + (12 - 10) * ((100vw - 1280px) / (1536 - 1280)));
		padding: calc(12px + (16 - 12) * ((100vw - 1280px) / (1536 - 1280)))
			calc(16px + (18 - 16) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.filters__search {
		border-radius: calc(10px + (14 - 10) * ((100vw - 1280px) / (1536 - 1280)));
		min-width: calc(44px + (52 - 44) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.filters__search-image svg {
		width: calc(18px + (20 - 18) * ((100vw - 1280px) / (1536 - 1280)));
		height: calc(18px + (20 - 18) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.filters__name-title {
		font-size: 14px;
	}
	.filters__arrow svg {
		width: calc(12px + (18 - 12) * ((100vw - 1280px) / (1536 - 1280)));
		height: calc(12px + (18 - 12) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.filters {
		top: calc(-96px + (-102 - (-96)) * ((100vw - 1280px) / (1536 - 1280)));
		right: calc(24px + (32 - 24) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.filters__search-arrow svg {
		width: calc(18px + (20 - 18) * ((100vw - 1280px) / (1536 - 1280)));
		height: calc(18px + (20 - 18) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.filters__search-numbers {
		font-size: 14px;
	}
	.filters__search-input {
		font-size: 14px;
	}
	.filters__search-input::placeholder {
		font-size: 14px;
	}
	.filters__search-stroka {
		padding: 0 calc(8px + (12 - 8) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.filters__search-numbers {
		min-width: calc(42px + (50 - 42) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.filters__search {
		padding: calc(9px + (12 - 9) * ((100vw - 1280px) / (1536 - 1280))) 12px;
	}
	.filters__search.active .filters__search-box {
		width: calc(245px + (265 - 245) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.filters__item {
		width: 210px;
	}
	.filters__name {
		border-radius: 10px;
		padding: 12px 16px;
	}
	.filters__arrow svg {
		width: 12px;
		height: 12px;
	}
	.filters__search-arrow svg {
		width: 18px;
		height: 18px;
	}
	.filters__search-image svg {
		width: 18px;
		height: 18px;
	}
	.filters {
		top: -96px;
		right: calc(0px + (24 - 0) * ((100vw - 1080px) / (1280 - 1080)));
	}
	.filters__search {
		min-width: 44px;
		border-radius: 10px;
	}
	.filters__search-input {
		width: calc(90px + (120 - 90) * ((100vw - 1080px) / (1280 - 1080)));
	}
	.filters__search.active .filters__search-box {
		width: calc(200px + (245 - 200) * ((100vw - 1080px) / (1280 - 1080)));
	}
	.filters__search {
		padding: 9px 12px;
	}
	.filters__search-arrows {
		margin-right: calc(6px + (12 - 6) * ((100vw - 1080px) / (1280 - 1080)));
	}
}
@media (max-width: 1080px) {
	.filters {
		right: 0px;
	}
	.filters__item {
		width: calc(185px + (210 - 185) * ((100vw - 1000px) / (1080 - 1000)));
	}
	.filters__search-arrows {
		margin-right: 6px;
	}
	.filters__search-input {
		width: 90px;
	}
}
@media (max-width: 1000px) {
	.filters {
		right: auto;
		position: static;
		margin-bottom: 15px;
	}
	.filters.none {
		display: none;
	}
	.filters.filters-one .filters__inner {
		grid-template-columns: calc(100% - 50px) 45px;
	}
	.filters__inner {
		display: grid;
		grid-template-columns: calc(50% - 30px) calc(50% - 30px) 45px;
		grid-gap: 8px;
	}
	.filters__item {
		width: 100%;
	}
	.filters__box {
		min-width: 190px;
	}
	.testing-block__title {
		margin-bottom: 32px;
	}
	.filters__search {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
	}
	.filters__search-input {
		width: 100%;
	}
	.filters__search.active .filters__search-box {
		grid-gap: 10px;
		width: calc(635px + (875 - 635) * ((100vw - 768px) / (1000 - 768)));
	}
	.filters__search-stroka {
		width: 100%;
	}
	.filters.fixed {
		/* top: 100px; */
		left: 40px;
		right: 40px;
		background-color: transparent;
	}
	.table-box__inner {
		background-color: transparent;
	}
	.filters.fixed .filters__wrapper::before {
		display: none;
	}
	.filters.fixed .filters__inner {
		background-color: transparent;
	}
	.filters.fixed .filters__name {
		background-color: #f4f5f8;
	}
	.filters.fixed .filters__search {
		background-color: #f4f5f8;
	}
	.create-div + .create-div {
		display: none;
	}
}
@media (max-width: 768px) {
	.filters__search.active .filters__search-box {
		width: calc(295px + (635 - 295) * ((100vw - 375px) / (768 - 375)));
	}
	.filters.fixed {
		left: calc(20px + (40 - 20) * ((100vw - 375px) / (768 - 375)));
		right: calc(20px + (40 - 20) * ((100vw - 375px) / (768 - 375)));
	}
}
@media (max-width: 375px) {
	.filters__search.active .filters__search-box {
		width: calc(240px + (295 - 240) * ((100vw - 320px) / (375 - 320)));
	}
}
/*end filters*/

/*start game*/
.box-game {
	text-align: center;
	margin-top: 112px;
}
.box-game__title {
	color: #02061c;
	text-align: center;
	font-family: "Greycliff CF";
	font-size: 62px;
	line-height: 120%;
	margin-bottom: 32px;
}
.box-game__text {
	color: #464b5d;
	text-align: center;
	font-family: "Circe";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 55px;
}

body {
	touch-action: pan-y;
}
.wrapper-game {
	position: relative;
	width: 100%;

	display: flex;
	justify-content: center;
}
#container-game {
}

#maze-game {
	width: 340px;
	height: 400px;
	transform: scale(1.7) translateY(15%);
	/*background: #39a;

align-self: center;
justify-self: center;
place-self: center center;*/
}

.mbox-game,
.controls-game {
	position: relative;
}
.buttons-game {
	align-self: center;
	justify-self: center;
	display: grid;
	grid-template-rows: 70px 70px;
	grid-template-columns: 70px 70px 70px;
}

.btn-game {
	width: 56px;
	height: 56px;
	align-self: center;
	background-color: #f4f5f8;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none !important;
	outline: none;
	padding: 0;
	cursor: pointer;
	border-radius: 16px;
	transition: 0.3s;
}
.btn-game.active {
	background-color: #4a71ea;
}
.btn-game.active svg path {
	stroke: #fafafb;
}
.btn-game svg path {
	transition: 0.3s;
}
.btn-game:hover {
	background-color: #4a71ea;
}
.btn-game:hover svg path {
	stroke: #fafafb;
}
.chevron-game {
	display: flex;
	justify-content: center;
	align-items: center;
}

#bu-game {
	grid-column-start: 2;
}
#bd-game {
	grid-column-start: 2;
	grid-row-start: 2;
}
#bl-game {
	grid-column-start: 1;
	grid-row-start: 2;
}
#br-game {
	grid-column-start: 3;
	grid-row-start: 2;
}

#thingie-game,
#home-game {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	/*background: #39a;
transition: all .1s;*/
}

.emo-game {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	font-size: 15px;
	line-height: 15px;
	text-align: left;
	color: #4a71ea;
	padding: 4.5px;
	background-color: #e9edf9;
}
.emo-game::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	background-color: #4a71ea;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.emo-game.finish::before {
	display: none;
}

.barrier-game {
	position: absolute;
	background: #4a71ea;
}
.controls-game {
	display: flex;
	justify-content: center;
}

#top-game {
	top: 20px;
	left: 20px;
	width: 300px;
	height: 2px;
}

#bottom-game {
	top: 220px;
	left: 20px;
	width: 302px;
	height: 2px;
}
@media (max-width: 1920px) {
	.box-game__title {
		font-size: calc(52px + (62 - 52) * ((100vw - 1536px) / (1920 - 1536)));
		margin-bottom: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.box-game__text {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
		margin-bottom: calc(48px + (55 - 48) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.box-game {
		margin-top: calc(88px + (112 - 88) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.box-game__title {
		font-size: calc(42px + (52 - 42) * ((100vw - 1280px) / (1536 - 1280)));
		margin-bottom: 24px;
	}
	.box-game__text {
		font-size: 16px;
		margin-bottom: calc(40px + (48 - 40) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.box-game {
		margin-top: calc(72px + (88 - 72) * ((100vw - 1280px) / (1536 - 1280)));
	}
	#maze-game {
		height: 350px;
		transform: scale(1.4) translateY(15%);
	}
	.btn-game {
		width: 52px;
		height: 52px;
	}
	.btn-game svg {
		width: 20px;
		height: 20px;
	}
	.buttons-game {
		grid-template-rows: 66px 66px;
		grid-template-columns: 66px 66px 66px;
	}
}
@media (max-width: 1280px) {
	.box-game__title {
		font-size: calc(30px + (42 - 30) * ((100vw - 768px) / (1280 - 768)));
	}
	.box-game__text {
		margin-bottom: 40px;
	}
	.box-game {
		margin-top: calc(64px + (72 - 64) * ((100vw - 768px) / (1280 - 768)));
	}
	#maze-game {
		height: 335px;
		transform: scale(1.4) translateY(10%);
	}
	.buttons-game {
		grid-template-rows: 56px 56px;
		grid-template-columns: 56px 56px 56px;
	}
	.btn-game {
		width: 44px;
		height: 44px;
	}
	.btn-game svg {
		width: 18px;
		height: 18px;
	}
}
@media (max-width: 768px) {
	.box-game__title {
		font-size: calc(24px + (30 - 24) * ((100vw - 375px) / (768 - 375)));
		margin-bottom: calc(20px + (24 - 20) * ((100vw - 375px) / (768 - 375)));
	}
	.box-game__text {
		max-width: 275px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}
	.btn-game {
		border-radius: 12px;
	}
	#maze-game {
		height: 290px;
		transform: scale(1.2) translateY(0%);
	}
	.box-game {
		margin-top: calc(50px + (64 - 50) * ((100vw - 375px) / (768 - 375)));
	}
}
@media (max-width: 500px) {
	#maze-game {
		height: 290px;
		transform: scale(0.85) translateY(0%);
	}
}

/*end game*/

/*start home-partners*/
.home-partners {
	margin: 92px 0;
	transition: 0.3s;
	opacity: 0;
	transform: translateY(-60px);
}
.home-partners.active {
	opacity: 1;
	transform: translateY(0);
}
.swiper.home-partners__slider {
	border-radius: 32px;
	height: min-content;
	border: 1px solid #fff;
	background: #fff;
	width: auto;
	box-shadow: 0px 6.129px 45.971px 0px rgba(10, 100, 235, 0.03);
	padding: 12px 24px;
	max-width: 1310px;
}
.swiper.home-partners__slider.active {
}
.home-partners__inner.center-slider {
	justify-content: center;
	display: flex;
}
.home-partners__bottom {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}
.home-partners__bottom .slider-global__bottom {
	grid-gap: 145px;
}
.swiper-slide.home-partners__slide {
	width: auto;
}
.home-partners__slide-box {
	width: 174px;
	height: 84px;
	position: relative;
	cursor: pointer;
}
.home-partners__slide-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.home-partners__slide-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.home-partners__slide-image.mask {
	mask-position: center;
	background-color: #bac0d0;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: 0.3s;
	opacity: 1;
}
.home-partners__slide-image.image {
	opacity: 0;
	transition: 0.3s;
}
.home-partners__slide-box:hover .home-partners__slide-image.image {
	opacity: 1;
}
.home-partners__slide-box:hover .home-partners__slide-image.mask {
	opacity: 0;
}
@media (max-width: 1920px) {
	.home-partners__slide-box {
		width: calc(140px + (174 - 140) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(68px + (84 - 68) * ((100vw - 1536px) / (1920 - 1536)));
	}
	.home-partners {
		margin: calc(72px + (92 - 72) * ((100vw - 1536px) / (1920 - 1536))) 0;
	}
	.swiper.home-partners__slider {
		max-width: calc(1080px + (1310 - 1080) * ((100vw - 1536px) / (1920 - 1536)));
	}
}
@media (max-width: 1536px) {
	.swiper.home-partners__slider {
		max-width: calc(905px + (1080 - 905) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.home-partners {
		margin: calc(56px + (72 - 56) * ((100vw - 1280px) / (1536 - 1280))) 0;
	}
	.home-partners__slide-box {
		width: calc(115px + (140 - 115) * ((100vw - 1280px) / (1536 - 1280)));
		height: calc(55px + (68 - 55) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.swiper.home-partners__slider {
		border-radius: calc(28px + (32 - 28) * ((100vw - 1280px) / (1536 - 1280)));
	}
	.home-partners__bottom .slider-global__bottom {
		grid-gap: calc(95px + (145 - 95) * ((100vw - 1280px) / (1536 - 1280)));
	}
}
@media (max-width: 1280px) {
	.swiper.home-partners__slider {
		max-width: calc(880px + (905 - 880) * ((100vw - 1080px) / (1280 - 1080)));
	}
	.home-partners__bottom .slider-global__bottom {
		grid-gap: 95px;
	}
	.home-partners {
		margin: 56px 0;
	}
	.swiper.home-partners__slider {
		border-radius: 28px;
	}
	.home-partners__slide-box {
		width: 115px;
		height: 55px;
	}
}
@media (max-width: 1200px) {
	.home-partners__bottom .photo-materials__progressbar {
		width: 200px;
	}
	.home-partners__bottom .slider-global__bottom-item {
		grid-gap: 24px;
	}
	.home-partners__bottom .slider-global__arrows {
		grid-gap: 24px;
	}
}
@media (max-width: 1080px) {
	.swiper.home-partners__slider {
		max-width: 880px;
	}
	.home-partners__bottom .slider-global__bottom {
		grid-gap: calc(80px + (95 - 80) * ((100vw - 768px) / (1080 - 768)));
	}
	.home-partners {
		margin: calc(48px + (56 - 48) * ((100vw - 768px) / (1080 - 768))) 0;
	}
	.home-partners__slide-box {
		width: calc(98px + (115 - 98) * ((100vw - 768px) / (1080 - 768)));
		height: calc(48px + (55 - 48) * ((100vw - 768px) / (1080 - 768)));
	}
}
@media (max-width: 1000px) {
	.home-partners__inner.center-slider {
		justify-content: flex-start;
	}
	.swiper.home-partners__slider {
		padding: 0;
		border: none;
		box-shadow: none;
		background: transparent;
		max-width: 100%;
		width: 100%;
		overflow-x: initial;
	}
	.home-partners__bottom .slider-global__bottom {
		width: 100%;
	}
	.home-partners__bottom .photo-materials__progressbar {
		width: 200px;
		width: 100%;
	}
	.home-partners__bottom .slider-global__bottom-item {
		grid-gap: 16px;
	}
	.home-partners__bottom .slider-global__arrows {
		grid-gap: 16px;
	}
}
@media (max-width: 768px) {
	.home-partners__bottom {
		margin-top: calc(16px + (24 - 16) * ((100vw - 375px) / (768 - 375)));
	}
	.home-partners__bottom .slider-global__bottom {
		grid-gap: calc(25px + (80 - 25) * ((100vw - 375px) / (768 - 375)));
	}
	.home-partners {
		margin: calc(32px + (48 - 32) * ((100vw - 375px) / (768 - 375))) 0 48px;
	}
	.home-partners__slide-box {
		width: 98px;
		height: 48px;
	}
}
@media (max-width: 375px) {
	.home-partners__bottom {
		margin-top: 16px;
	}
	.home-partners__bottom .slider-global__bottom {
		grid-gap: 25px;
	}
	.home-partners {
		margin: 32px 0 48px;
	}
}
/*end home-partners*/
@media (min-width: 1000px) {
	.table-box__items:has(.table-box__item:nth-child(1):last-child) {
		grid-template-columns: 1fr;
	}
	.table-box__items:has(.table-box__item:nth-child(2):last-child) {
		grid-template-columns: repeat(2, 1fr);
	}
	.table-box__items:has(.table-box__item:nth-child(3):last-child) {
		grid-template-columns: repeat(3, 1fr);
	}
	.table-box__items:has(.table-box__item:nth-child(4):last-child) {
		grid-template-columns: repeat(4, 1fr);
	}
	.table-box__items:has(.table-box__item:nth-child(5):last-child) {
		grid-template-columns: repeat(5, var(--width-column,25%));
	}
	.table-box__items:has(.table-box__item:nth-child(6):last-child) {
		grid-template-columns: repeat(6, var(--width-column,25%));
	}
	.table-box__items:has(.table-box__item:nth-child(7):last-child) {
		grid-template-columns: repeat(7, var(--width-column,25%));
	}
	.table-box__items:has(.table-box__item:nth-child(8):last-child) {
		grid-template-columns: repeat(8, var(--width-column,25%));
	}
	.table-box__items:has(.table-box__item:nth-child(9):last-child) {
		grid-template-columns: repeat(9, var(--width-column,25%));
	}
	.table-box__items:has(.table-box__item:nth-child(10):last-child) {
		grid-template-columns: repeat(10, var(--width-column,25%));
	}
	.table-box__items:has(.table-box__item:nth-child(11):last-child) {
		grid-template-columns: repeat(11, var(--width-column,25%));
	}
	.table-box__items:has(.table-box__item:nth-child(12):last-child) {
		grid-template-columns: repeat(12, var(--width-column,25%));
	}
	.table-box__items:has(.table-box__item:nth-child(13):last-child) {
		grid-template-columns: repeat(13, var(--width-column,25%));
	}
	.table-box__items:has(.table-box__item:nth-child(14):last-child) {
		grid-template-columns: repeat(14, var(--width-column,25%));
	}
	.table-box__items:has(.table-box__item:nth-child(15):last-child) {
		grid-template-columns: repeat(15, var(--width-column,25%));
	}
}
@media (min-width: 1000px) {
	.active-table .table-box:has(.table-box__item-link.table-box__item-name:nth-child(1):last-child) :is(.table-fixed__links,.table-box__items) {
		grid-template-columns: 1fr;
	}
	.active-table .table-box:has(.table-box__item-link.table-box__item-name:nth-child(2):last-child) :is(.table-fixed__links,.table-box__items) {
		grid-template-columns: repeat(2, 1fr);
	}
	.active-table .table-box:has(.table-box__item-link.table-box__item-name:nth-child(3):last-child) :is(.table-fixed__links,.table-box__items) {
		grid-template-columns: repeat(3, 1fr);
	}
	.active-table .table-box:has(.table-box__item-link.table-box__item-name:nth-child(4):last-child) :is(.table-fixed__links,.table-box__items) {
		grid-template-columns: repeat(4, 1fr);
	}
	.active-table .table-box:has(.table-box__item-link.table-box__item-name:nth-child(5):last-child) :is(.table-fixed__links,.table-box__items) {
		grid-template-columns: repeat(5, var(--width-column, 25%));
	}
	.active-table .table-box:has(.table-box__item-link.table-box__item-name:nth-child(6):last-child) :is(.table-fixed__links,.table-box__items) {
		grid-template-columns: repeat(6, var(--width-column, 25%));
	}
	.active-table .table-box:has(.table-box__item-link.table-box__item-name:nth-child(7):last-child) :is(.table-fixed__links,.table-box__items) {
		grid-template-columns: repeat(7, var(--width-column, 25%));
	}
	.active-table .table-box:has(.table-box__item-link.table-box__item-name:nth-child(8):last-child) :is(.table-fixed__links,.table-box__items) {
		grid-template-columns: repeat(8, var(--width-column, 25%));
	}
	.active-table .table-box:has(.table-box__item-link.table-box__item-name:nth-child(9):last-child) :is(.table-fixed__links,.table-box__items) {
		grid-template-columns: repeat(9, var(--width-column, 25%));
	}
	.active-table .table-box:has(.table-box__item-link.table-box__item-name:nth-child(10):last-child) :is(.table-fixed__links,.table-box__items) {
		grid-template-columns: repeat(10, var(--width-column, 25%));
	}
	.active-table .table-box:has(.table-box__item-link.table-box__item-name:nth-child(11):last-child) :is(.table-fixed__links,.table-box__items) {
		grid-template-columns: repeat(11, var(--width-column, 25%));
	}
	.active-table .table-box:has(.table-box__item-link.table-box__item-name:nth-child(12):last-child) :is(.table-fixed__links,.table-box__items) {
		grid-template-columns: repeat(12, var(--width-column, 25%));
	}
	.active-table .table-box:has(.table-box__item-link.table-box__item-name:nth-child(13):last-child) :is(.table-fixed__links,.table-box__items) {
		grid-template-columns: repeat(13, var(--width-column, 25%));
	}
	.active-table .table-box:has(.table-box__item-link.table-box__item-name:nth-child(14):last-child) :is(.table-fixed__links,.table-box__items) {
		grid-template-columns: repeat(14, var(--width-column, 25%));
	}
	.active-table .table-box:has(.table-box__item-link.table-box__item-name:nth-child(15):last-child) :is(.table-fixed__links,.table-box__items) {
		grid-template-columns: repeat(15, var(--width-column, 25%));
	}
}
@media (max-width: 1000px) {
	.table-fixed__links,
	.table-box__data-mobile {
		display: flex;
	}
	.table-box__item-link {
		min-width: 250px !important;
	}
	.testing-result .table-box__item-link {
		min-width: 300px !important;
	}
}

/* End */


/* Start:/local/templates/ngfw/css/new.css?17562159503926*/
.popup-globale {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}

.popup-globale.active {
  opacity: 1;
  pointer-events: initial;
}
@media (max-width: 1000px) {
  .contacts__title {
    max-width: 450px;
  }
}
.table-box__item-methodology {
  font-size: 14px;
  color: #bac0d0;
}
@media (max-width: 1920px) {
  .table-box__item-methodology {
    font-size: calc(11px + (14 - 11) * ((100vw - 375px) / (1920 - 375)));
  }
}
.table-box__item-link.empty-value::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNTE0NjUgMTJIMjAuNDg1MiIgc3Ryb2tlPSIjQkFDMEQwIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.filters__link-child {
  grid-column: 1/3;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
}
.filters__link-child.open {
  max-height: 200px;
  transition: 0.5s ease;
}
.filters__parent-arrow {
  margin-left: auto;
  transition: 0.3s;
}
.filters__parent-arrow.open {
  transform: rotate(180deg);
}
.filters__parent-arrow svg {
  display: block;
}
.filters__parent-arrow svg path {
  transition: 0.3s ease;
}
.filters__parent-arrow.open svg path {
  stroke: #0132cc;
}
.filters__parent-inner {
  grid-column: 1 / 3;
  gap: 12px;
  display: grid;
  grid-template-columns: auto 1fr auto;
}
.filters__link-parent .filters__link-ckeckbox.checked, .filters__link-parent .filters__link-ckeckbox.minus {
  background-color: #0a64eb;
  border-color: #0a64eb;
}
.filters__link-parent .filters__link-ckeckbox.minus {
  position: relative;
}
.filters__link-parent .filters__link-ckeckbox.minus::before {
  content: "-";
  color: white;
  position: absolute;
  font-size: 20px;
}
.filters__link-parent .filters__link-ckeckbox.checked .link-ckeckbox {
  opacity: 1;
}
.four-col {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 20px;
}
.table-box__item-link .bold {
  font-weight: 700;
}
.grey-bg {
  background-color: #fafafb !important;
}
.chart--big .chart__info {
  display: flex;
  gap: 24px;
}
.chart__info {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 24px;
  margin-bottom: 48px;
}
.chart--big .chart__legend {
  margin-left: auto;
}
.chart__legend {
  grid-column: 1/3;
  display: flex;
  gap: 24px;
  font-size: 18px;
  line-height: 28px;
}
.chart__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.chart__legend-item span {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 6px;
  background-color: #0132CC;
}
.chart__legend-item:first-child span {
  background-color: #EEF0F4;
}
@media (max-width: 1000px) {
  .four-col {
    gap: 10px;
    font-size: 11px;
  }
  .chart__info {
    display: flex;
    flex-direction: column;
  }
  .chart__legend {
    font-size: calc(10px + (18 - 10) * ((100vw - 375px) / (1000 - 375)));
    line-height: 140%;
  }
  .chart--big .chart__legend {
    margin-left: 0;
  }
  .chart--big .chart__text {
    margin-bottom: 0;
  }
  .chart__text {
    margin-bottom: 0;
  }
  .chart__legend-item span {
    width: calc(14px + (24 - 14) * ((100vw - 375px) / (1000 - 375)));
    height: calc(14px + (24 - 14) * ((100vw - 375px) / (1000 - 375)));
    border-radius: calc(3px + (6 - 3) * ((100vw - 375px) / (1000 - 375)));
  }
  .chart {
    width: 100%;
  }
}


/* End */
/* /local/templates/ngfw/css/reset.css?17562159506934 */
/* /local/templates/ngfw/css/swiper-bundle.min.css?175621595018441 */
/* /local/templates/ngfw/fonts/stylesheets.css?17562159511044 */
/* /local/templates/ngfw/css/style.css?1758015623193507 */
/* /local/templates/ngfw/css/new.css?17562159503926 */
