

/* Start:/local/templates/norsi_trans/css/normalize.css?16401577126487*/
/*! 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.
 */

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 {
  font-size: 2em;
  margin: 0.67em 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;
}

/**
 * 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: bolder;
}

/**
 * 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 {
  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 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * 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/norsi_trans/css/fonts.css?16401577123860*/
@font-face {
  font-family: 'Bliss Pro';
  src: url("/local/templates/norsi_trans/css/../fonts/BlissPro/BlissPro.eot");
  src: local("Bliss Pro"), local("BlissPro"), url("/local/templates/norsi_trans/css/../fonts/BlissPro/BlissPro.eot?#iefix") format("embedded-opentype"), url("/local/templates/norsi_trans/css/../fonts/BlissPro/BlissPro.woff") format("woff"), url("/local/templates/norsi_trans/css/../fonts/BlissPro/BlissPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Bliss Pro';
  src: url("/local/templates/norsi_trans/css/../fonts/BlissPro/BlissPro-Medium.eot");
  src: local("Bliss Pro Bold"), local("BlissPro-Medium"), url("/local/templates/norsi_trans/css/../fonts/BlissPro/BlissPro-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/norsi_trans/css/../fonts/BlissPro/BlissPro-Medium.woff") format("woff"), url("/local/templates/norsi_trans/css/../fonts/BlissPro/BlissPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Bliss Pro';
  src: url("/local/templates/norsi_trans/css/../fonts/BlissPro/BlissPro-Bold.eot");
  src: local("Bliss Pro Bold"), local("BlissPro-Bold"), url("/local/templates/norsi_trans/css/../fonts/BlissPro/BlissPro-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/norsi_trans/css/../fonts/BlissPro/BlissPro-Bold.woff") format("woff"), url("/local/templates/norsi_trans/css/../fonts/BlissPro/BlissPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Bliss Pro';
  src: url("/local/templates/norsi_trans/css/../fonts/BlissPro/BlissPro-Heavy.eot");
  src: local("Bliss Pro Heavy"), local("BlissPro-Heavy"), url("/local/templates/norsi_trans/css/../fonts/BlissPro/BlissPro-Heavy.eot?#iefix") format("embedded-opentype"), url("/local/templates/norsi_trans/css/../fonts/BlissPro/BlissPro-Heavy.woff") format("woff"), url("/local/templates/norsi_trans/css/../fonts/BlissPro/BlissPro-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Open Sans';
  src: url("/local/templates/norsi_trans/css/../fonts/OpenSans/OpenSans-Light.eot");
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/local/templates/norsi_trans/css/../fonts/OpenSans/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/norsi_trans/css/../fonts/OpenSans/OpenSans-Light.woff") format("woff"), url("/local/templates/norsi_trans/css/../fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Open Sans';
  src: url("/local/templates/norsi_trans/css/../fonts/OpenSans/OpenSans-Regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/local/templates/norsi_trans/css/../fonts/OpenSans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/norsi_trans/css/../fonts/OpenSans/OpenSans-Regular.woff") format("woff"), url("/local/templates/norsi_trans/css/../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Open Sans';
  src: url("/local/templates/norsi_trans/css/../fonts/OpenSans/OpenSans-SemiBold.eot");
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("/local/templates/norsi_trans/css/../fonts/OpenSans/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/norsi_trans/css/../fonts/OpenSans/OpenSans-SemiBold.woff") format("woff"), url("/local/templates/norsi_trans/css/../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Open Sans';
  src: url("/local/templates/norsi_trans/css/../fonts/OpenSans/OpenSans-Bold.eot");
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/local/templates/norsi_trans/css/../fonts/OpenSans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/norsi_trans/css/../fonts/OpenSans/OpenSans-Bold.woff") format("woff"), url("/local/templates/norsi_trans/css/../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Open Sans';
  src: url("/local/templates/norsi_trans/css/../fonts/OpenSans/OpenSans-ExtraBold.eot");
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("/local/templates/norsi_trans/css/../fonts/OpenSans/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/norsi_trans/css/../fonts/OpenSans/OpenSans-ExtraBold.woff") format("woff"), url("/local/templates/norsi_trans/css/../fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: fallback; }

/* End */


/* Start:/local/templates/norsi_trans/font-awesome/css/font-awesome.min.css?164015771431000*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/local/templates/norsi_trans/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/local/templates/norsi_trans/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/local/templates/norsi_trans/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/local/templates/norsi_trans/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/local/templates/norsi_trans/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/local/templates/norsi_trans/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/local/templates/norsi_trans/slick/slick.css?16401577121398*/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:pointer;cursor:hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto;}
.slick-track:before,
.slick-track:after{display:table;content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
[dir='rtl'] .slick-slide{float:right;}
.slick-slide img{display:block;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}
/* End */


/* Start:/local/templates/norsi_trans/slick/slick-theme.css?16401577122517*/
@charset 'UTF-8';.slick-loading .slick-list{background:#fff url('/local/templates/norsi_trans/slick/./ajax-loader.gif') center center no-repeat;}
@font-face{font-family:'slick';font-weight:normal;font-style:normal;src:url('/local/templates/norsi_trans/slick/./fonts/slick.eot');src:url('/local/templates/norsi_trans/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/norsi_trans/slick/./fonts/slick.woff') format('woff'), url('/local/templates/norsi_trans/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/norsi_trans/slick/./fonts/slick.svg#slick') format('svg');}
.slick-prev,
.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent;}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{color:transparent;outline:none;background:transparent;}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{opacity:1;}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{opacity:.25;}
.slick-prev:before,
.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.slick-prev{left:-25px;}
[dir='rtl'] .slick-prev{right:-25px;left:auto;}
.slick-prev:before{content:'←';}
[dir='rtl'] .slick-prev:before{content:'→';}
.slick-next{right:-25px;}
[dir='rtl'] .slick-next{right:auto;left:-25px;}
.slick-next:before{content:'→';}
[dir='rtl'] .slick-next:before{content:'←';}
.slick-dotted.slick-slider{margin-bottom:30px;}
.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;}
.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer;}
.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;}
.slick-dots li button:hover,
.slick-dots li button:focus{outline:none;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{opacity:1;}
.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.slick-dots li.slick-active button:before{opacity:.75;color:black;}
/* End */


/* Start:/local/templates/norsi_trans/selectric/selectric.css?16401577155092*/
/*======================================
  Selectric
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 2px solid #00a9fc;
  border-right: none;
  background: #FFFFFF;
  position: relative;
  border-radius: 4px 0 0 4px;
  width: 214px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 36px 0 20px;
  font-size: 16px;
  line-height: 36px;
  color: #233449;
  height: 36px;
}

.selectric .button {
  background: none;
  border-radius: 0px;
  /* display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center; */
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 38px;
  color: #233449;
  text-align: center;
  font: 0/0 a;
  *font: 38px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: "";
  position: absolute;
  top: 50%;
  /* right: 0;
  bottom: 0; */
  left: 50%;
  width: 8px;
  height: 13px;
  /* width: 0;
  height: 0; */
  /* border: 4px solid transparent; */
  /* border-top-color: #233449; */
  /* border-bottom: none; */
  background: url('/local/templates/norsi_trans/selectric/../img/arrow_dark.svg') center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.selectric-focus .selectric {
  border-color: #00a9fc;
}

.selectric-hover .selectric {
  border-color: #00a9fc;
}

.selectric-hover .selectric .button {
  color: #00a9fc;
}

.selectric-hover .selectric .button:after {
  /* border-top-color: #99c3de; */
  background-image: url('/local/templates/norsi_trans/selectric/../img/arrow.svg');
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #00a9fc;
  background: #fff;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  width: 216px !important;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  border: 2px solid #00a9fc;
  /* border-top: none; */
  z-index: 1;
  border-radius: 4px;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px; 
}

.selectric-items li {
  display: block;
  padding: 8px 8px 8px 20px;
  /* border-top: 2px solid #FFF; */
  border-bottom: 2px solid #EEE;
  color: #233449;
  cursor: pointer;
}

.selectric-items li:first-child {
  opacity: 0.6;
}

.selectric-items li.selected {
  background: #EFEFEF;
  color: #233449;
}

.selectric-items li.highlighted {
  background: #00a9fc;
  border-bottom-color: #00a9fc;
  color: #fff;
}

.selectric-items li:hover {
  background: #F0F0F0;
  color:#233449;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}
/* End */


/* Start:/local/templates/norsi_trans/css/tooltipster.bundle.min.css?16401577126495*/
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
/* End */


/* Start:/local/templates/norsi_trans/css/tooltipster-sideTip-light.min.css?16401577121782*/
.tooltipster-sidetip.tooltipster-light .tooltipster-box{border-radius:3px;border:1px solid #ccc;background:#ededed}.tooltipster-sidetip.tooltipster-light .tooltipster-content{color:#666}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow{height:9px;margin-left:-9px;width:18px}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow{height:18px;margin-left:0;margin-top:-9px;width:9px}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background{border:9px solid transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#ededed;top:1px}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background{border-left-color:#ededed;left:-1px}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background{border-right-color:#ededed;left:1px}.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background{border-top-color:#ededed;top:-1px}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border{border:9px solid transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border{border-left-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border{border-right-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border{border-top-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped{top:-9px}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped{left:-9px}
/* End */


/* Start:/local/templates/norsi_trans/css/tooltipster-sideTip-light-custom.css?16401577121248*/
.tooltipster-sidetip.tooltipster-light .tooltipster-box {
  max-width: 727px;
  border-radius: 5px;
  border: 1px solid #dfe1e3;
  background-color: #fbfbfb; }

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #dfe1e3; }

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fbfbfb; }

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #dfe1e3; }

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fbfbfb; }

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #dfe1e3; }

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fbfbfb; }

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #dfe1e3; }

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fbfbfb; }

.tooltipster-sidetip .tooltipster-content {
  padding: 15px 22px;
  font-size: 14px;
  font-style: italic;
  color: #788a9f; }

/* End */


/* Start:/local/templates/norsi_trans/select2/css/select2.min.css?164015771215824*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/norsi_trans/css/swiper-bundle.min.css?177727713718455*/
/**
 * Swiper 11.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 2, 2025
 */

@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;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;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{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.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.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.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/norsi_trans/css/style.css?1777296614196124*/
@charset "UTF-8";
.btn, .header-menu__link::after, .config__block::after, .manufacture-numb__title::after {
  background-image: linear-gradient(to left, #02b0e6 0%, #008ae6 100%); }

.section-card__btn, .branch__title::after, .news__btn, .solution__tab.active::before {
  background-color: #00a9fc;
  background-image: linear-gradient(to left, #1a77c4 0%, #008ae6 100%); }

* {
  box-sizing: border-box;
  outline: none; }

body {
  font-family: "Open Sans", sans-serif;
  color: #233449; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  text-decoration: none;
  transition: 0.3s;
  color: #00a9fc; }

svg {
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s; }

img {
  max-width: 100%; }

input[type="number"] {
  -moz-appearance: textfield; }
input[type="number"]:hover, input[type="number"]:focus {
  -moz-appearance: number-input; }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: init;
  line-height: normal; }

.btn {
  width: 170px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bliss Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  background-color: transparent;
  transition: 0.3s; }
.btn input {
  font-family: "Bliss Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  background-color: transparent; }

.mess_tbl { border-collapse: collapse; }



.mess_tbl th { font-size: 10px; line-height: normal; border-bottom: 1px solid #dfe1e3; padding: 5px; text-align: left;
font-weight: 800; text-transform: uppercase; background-color: #dfe1e3; }
.mess_tbl td { font-size: 10px; line-height: normal; padding: 12px 5px; border-bottom: 1px solid #dfe1e3; }

@media(min-width: 768px){
.mess_tbl th { font-size: 14px; line-height: normal; border-bottom: 1px solid #dfe1e3; padding: 5px 20px; text-align: left;
font-weight: 800; text-transform: uppercase; background-color: #dfe1e3; }
.mess_tbl td { font-size: 14px; line-height: normal; padding: 12px 15px; border-bottom: 1px solid #dfe1e3; }
}

.catalog-card .btn-wrap { position: absolute; bottom: 20px; left: 40px; right: 40px;}
.catalog-card .link_krty .file__icon { display: inline-block; vertical-align: middle; margin-right: 7px; }

.catalog-card .btn-wrap .btn { float: left; position: static; }
.catalog-card .link_krty { float: right; margin-top: 20px; }


@media (max-width: 1699px) {
	.catalog-card .btn-wrap .btn { float: none; }
	.catalog-card .link_krty { float: none;  display: block; margin-top: 14px; }

	.catalog-card .btn-wrap { left: 50%; margin-left: -85px; right: auto; width: 170px; }
	.catalog-card { padding-bottom: 95px; }
}



@media (min-width: 992px) {
  .btn:hover {
    cursor: pointer;
    color: #00a9fc;
    border: 2px solid #00a9fc;
    background-image: none; }
  .btn:hover input {
    cursor: pointer;
    color: #00a9fc; }
  .btn:hover .btn__icon svg {
    fill: #00a9fc; } }
.btn__icon {
  margin-left: 11px;
  width: 20px;
  height: 20px; }
.btn__icon img {
  margin: 0;
  display: block; }
.btn__icon svg {
  fill: #fff; }
.btn-o {
  color: #00a9fc;
  border: 2px solid #00a9fc;
  background-image: none; }
.btn-o input {
  color: #00a9fc; }
.btn-o svg {
  fill: #00a9fc; }
@media (min-width: 992px) {
  .btn-o:hover {
    color: #fff;
    border: none;
    background-image: linear-gradient(to left, #02b0e6 0%, #008ae6 100%); }
  .btn-o:hover input {
    color: #fff; }
  .btn-o:hover .btn__icon svg {
    fill: #fff; } }
.btn-o_light {
  color: #fff;
  border-color: #fff; }
.btn-att {
  border-color: #e54848;
  background: #e54848; }
@media (min-width: 992px) {
  .btn-att:hover {
    color: #e54848;
    border-color: #e54848;
    background: transparent; } }
.btn_disabled {
  pointer-events: none;
  opacity: 0.5;
  background-image: none;
  background-color: #acbdd0; }
.btn_disabled.btn-o {
  color: #acbdd0;
  border-color: #acbdd0;
  background-color: transparent; }
.btn-small {
  width: 100px !important;
  height: 35px !important;
}
.hidden {
  display: none !important; }

.disable {
  pointer-events: none; }

.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px 60px; }
@media (max-width: 1199px) {
  .container {
    padding: 20px 15px; } }

.logo {
  margin-left: -4px; }
@media (max-width: 1699px) {
  .logo {
    max-width: 140px; } }
@media (max-width: 1199px) {
  .logo {
    margin-left: 0; } }

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 40px 50px 25px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
@media (max-width: 1919px) {
  .header {
    padding: 30px 50px 25px; } }
@media (max-width: 1699px) {
  .header {
    padding: 30px 30px 25px; } }
@media (max-width: 1379px) {
  .header {
    padding: 30px 15px 25px; } }
@media (max-width: 1199px) {
  .header {
    align-items: center; } }
@media (max-width: 767px) {
  .header {
    padding: 15px; } }
.header-menu {
  display: flex; }
.header-menu__burger {
  width: 21px;
  height: 14px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }
.header-menu__burger span, .header-menu__burger::before, .header-menu__burger::after {
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: ''; }
@media (max-width: 1199px) {
  .header-menu__burger {
    display: flex; } }
.header-menu__wrap {
  margin-bottom: 6px; }
@media (max-width: 1699px) {
  .header-menu__wrap {
    margin-bottom: 3px; } }
@media (max-width: 1199px) {
  .header-menu__wrap {
    display: none; } }
.header-menu__item {
  padding: 0 20px; }
@media (max-width: 1900px) {
  .header-menu__item {
    padding: 0 10px; } }
.header-menu__link {
  position: relative;
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff; }
.header-menu__link::after {
  position: absolute;
  left: 0;
  bottom: 17px;
  width: 0;
  height: 2px;
  transition: 0.3s;
  content: ''; }
.header-menu__link.active::after {
  width: 100%; }
@media (max-width: 1900px) {
  .header-menu__link {
    font-size: 16px; } }
@media (max-width: 1699px) {
  .header-menu__link {
    font-size: 14px; } }
@media (max-width: 1366px) {
  .header-menu__link {
    font-size: 12px; } }
.header-submenu__wrap {
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 10;
  width: 100%;
  min-height: 214px;
  display: none;
  transform: translate(0, 100%); }
.header-submenu__wrap.active {
  display: flex; }
.header-submenu__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #192533;
  opacity: 0.95;
  content: ''; }
.header-submenu__wrap.submenu_tab .header-submenu__content {
  display: none; }
.header-submenu__wrap.submenu_tab .header-submenu__content.active {
  display: flex; }
.header-submenu__wrap:not(.submenu_tab) .header-submenu__content {
  position: relative;
  transform: translateX(-100%); }
.header-submenu__wrap:not(.submenu_tab) .submenu-block__wrap {
  /* margin-right: 0; */
}
.header-submenu__tabs {
  width: 530px; }
@media (max-width: 1699px) {
  .header-submenu__tabs {
    width: 400px; } }
.header-submenu__content {
  padding: 16px 18px;
  display: flex;
  color: #fff; }
@media (min-width: 992px) {
  .header-search:hover {
    cursor: pointer; } }
@media (max-width: 1699px) {
  .header-search {
    width: 20px; } }

.submenu-tab {
  height: 44px;
  padding: 0 50px;
  display: block;
  font-size: 16px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff; }
.submenu-tab.active {
  color: #1c2938;
  background-color: #05acff; }
@media (max-width: 1699px) {
  .submenu-tab {
    height: 38px;
    padding: 0 30px;
    font-size: 12px;
    line-height: 38px; } }

.submenu-block {
  margin-bottom: 30px; }
.submenu-block__wrap {
  /*margin-right: 74px;*/
  margin-right: 20px;
}
@media (min-width: 1549px) {
.submenu-block__wrap {
  /*margin-right: 74px;*/
  margin-right: 50px;
}
}
/*@media (max-width: 1699px) {
  .submenu-block__wrap {
    margin-right: 50px; } }*/
.submenu-block__wrap:last-child {
  margin-right: 0;
}
.submenu-block__title, .submenu-block .russian_servers {
  margin-left: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #049eeb; }
.submenu-block__title:not(:first-child), .submenu-block .russian_servers:not(:first-child) {
  margin-top: 30px; }
@media (max-width: 1699px) {
  .submenu-block__title, .submenu-block .russian_servers {
    font-size: 16px;
    line-height: 28px; } }
.submenu-block__item {
 /* margin-left: 14px; */
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #fff; }
@media (min-width: 992px) {
  .submenu-block__item:hover {
    cursor: pointer;
    color: #00a9fc; } }
@media (max-width: 1699px) {
  .submenu-block__item {
    font-size: 16px;
    line-height: 28px; } }

.search {
  display: flex; }
.search__wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
  width: 100%;
  padding: 30px 50px 20px; }
@media (max-width: 1699px) {
  .search__wrap {
    padding: 30px 30px 20px; } }
@media (max-width: 1300px) {
  .search__wrap {
    padding: 30px 15px 20px; } }
.search__wrap.active {
  display: block; }
.search__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #192533;
  opacity: 0.95;
  content: ''; }
.search__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center; }
@media (min-width: 992px) {
  .search__close:hover {
    cursor: pointer; } }
.search__close::after, .search__close::before {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: ''; }
.search__close::after {
  transform: rotate(45deg); }
.search__close::before {
  transform: rotate(-45deg); }
.search__input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 36px;
  border: 2px solid #00a9fc; }
.search__clean {
  display: flex;
  align-items: center;
  font-family: "Bliss Pro", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #96a0ab; }
.search__clean span {
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }
.search__clean span::before, .search__clean span::after {
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #96a0ab;
  content: ''; }
.search__clean span::before {
  transform: rotate(45deg); }
.search__clean span::after {
  transform: rotate(-45deg); }
@media (min-width: 992px) {
  .search__clean:hover {
    cursor: pointer;
    color: #00a9fc; }
  .search__clean:hover span::before, .search__clean:hover span::after {
    background-color: #00a9fc; } }
.search .btn {
  margin: 0; }
.search__text {
  width: 100%;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #233449;
  text-transform: uppercase; }

.burger-menu {
  font-family: "Bliss Pro", sans-serif; }
.burger-menu__wrap {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 15;
  width: 100%;
  height: 100vh;
  padding: 77px 15px;
  background-color: #2c4462;
  transition: 0.3s;
  overflow-y: scroll; }
.burger-menu__wrap.active {
  left: 0; }
.burger-menu__item {
  display: flex;
  align-items: center; }
.burger-menu__item-wrap {
  margin-bottom: 20px; }
.burger-menu__item-wrap.active .burger-menu__item svg {
  fill: #00a9fc;
  transform: rotate(90deg); }
.burger-menu__item-wrap.active .burger-submenu {
  display: block; }
.burger-menu__item svg {
  display: block;
  height: 17px;
  width: 10px;
  fill: #fff;
  transform: rotate(-90deg); }
.burger-menu__link {
  margin-right: 10px;
  font-size: 16px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00a9fc; }
.burger-menu__close {
  position: absolute;
  top: 24px;
  left: 15px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center; }
.burger-menu__close::after, .burger-menu__close::before {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: ''; }
.burger-menu__close::after {
  transform: rotate(45deg); }
.burger-menu__close::before {
  transform: rotate(-45deg); }

.burger-submenu {
  display: none; }
.burger-submenu__item {
  margin-bottom: 10px;
  display: block;
  line-height: 22px;
  color: #fff; }

.burger-sub {
  margin: 0 -15px 10px;
  padding: 20px 0 10px;
  display: none;
  background-color: #21334a; }
.burger-sub__title {
  margin-bottom: 10px;
  display: flex;
  align-items: center; }
.burger-sub__title svg {
  margin-left: 5px;
  display: block;
  min-height: 17px;
  max-height: 17px;
  min-width: 10px;
  max-width: 22px;
  fill: #fff;
  transform: rotate(-90deg); }
.burger-sub__title .burger-submenu__item {
  margin-bottom: 0; }
.burger-sub__wrap.active svg {
  fill: #00a9fc;
  transform: rotate(90deg); }
.burger-sub__wrap.active .burger-sub {
  display: block; }
.burger-sub .burger-submenu__item {
  padding-left: 30px;
  line-height: 30px; }

.main-inner {
  display: flex;
  justify-content: space-between;
  color: #fff;
  background-color: #192533;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
@media (max-width: 1199px) {
  .main-inner {
    flex-wrap: wrap; } }
.main-inner_big {
  height: 430px;
  padding: 90px 50px 25px;
  background-image: url("/local/templates/norsi_trans/css/../img/bg-main_partner.jpg"); }
@media (max-width: 1699px) {
  .main-inner_big {
    padding: 90px 30px 25px; } }
@media (max-width: 1379px) {
  .main-inner_big {
    height: 360px;
    padding: 70px 15px 15px; } }
@media (max-width: 1199px) {
  .main-inner_big {
    height: 420px; } }
@media (max-width: 767px) {
  .main-inner_big {
    padding: 70px 15px 15px; } }
.main-inner_small {
  height: 233px;
  padding: 90px 50px 25px;
  background-image: url("/local/templates/norsi_trans/css/../img/bg-partner.jpg"); }
@media (max-width: 1699px) {
  .main-inner_small {
    padding: 90px 30px 25px; } }
@media (max-width: 1379px) {
  .main-inner_small {
    height: 180px;
    padding: 70px 15px 15px; } }
@media (max-width: 1199px) {
  .main-inner_small {
    height: 140px; } }
@media (max-width: 767px) {
  .main-inner_small {
    padding: 70px 15px 15px; } }
.main-inner_order {
  height: 193px;
  padding: 90px 50px 25px;
  background-image: url("/local/templates/norsi_trans/css/../img/bg-partner.jpg"); }
@media (max-width: 1699px) {
  .main-inner_order {
    padding: 90px 30px 25px; } }
@media (max-width: 1379px) {
  .main-inner_order {
    height: 140px;
    padding: 70px 15px 15px; } }
@media (max-width: 767px) {
  .main-inner_order {
    height: 120px;
    padding: 70px 15px 15px; } }
.main-inner__content .section__title {
  font-size: 42px;
  line-height: 52px;
  text-align: left; }
.main-inner__content .section__title span {
  display: block; }
.main-inner__content .section__title::after {
  margin-left: 0;
  margin-top: 14px;
  margin-bottom: 14px; }
@media (max-width: 1379px) {
  .main-inner__content .section__title {
    font-size: 36px;
    line-height: 46px; } }
@media (max-width: 767px) {
  .main-inner__content .section__title {
    font-size: 20px;
    line-height: 24px; } }
.main-inner__text {
  font-size: 22px;
  line-height: 32px; }
.main-inner__text span {
  display: block; }
@media (max-width: 767px) {
  .main-inner__text {
    font-size: 18px;
    line-height: 24px; } }
.main-inner__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
.main-inner__list-item {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 32px; }
@media (max-width: 1379px) {
  .main-inner__list-item {
    font-size: 18px;
    line-height: 20px; } }
@media (max-width: 767px) {
  .main-inner__list-item {
    font-size: 14px;
    line-height: 18px; } }
.main-inner__list span {
  width: 10px;
  height: 10px;
  margin: 0 20px;
  display: block;
  border-radius: 50%;
  background-color: #c5c5c5;
  content: ''; }
@media (max-width: 767px) {
  .main-inner__list span {
    width: 7px;
    height: 7px;
    margin: 0 10px; } }
.main-inner__btn {
  display: none;
  margin-top: 30px; }
.main-inner__btn .btn {
  max-width: 350px;
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px; }
@media (max-width: 1199px) {
  .main-inner__btn {
    display: block; } }
.main-inner__solution {
  background-image: url("/local/templates/norsi_trans/css/../img/bg-solution-top.png"); }
@media (max-width: 1199px) {
  .main-inner__solution .btn_config {
    display: none; } }
.main-inner__solution .main-inner__content {
  width: 100%; }
.main-inner__solution .main-inner__content .breadcrumbs {
  margin-bottom: 40px; }
@media (max-width: 1379px) {
  .main-inner__solution .main-inner__content .breadcrumbs {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .main-inner__solution .main-inner__content .breadcrumbs {
    margin-bottom: 50px; } }
.main-inner__solution .main-inner__content .section__title {
  font-size: 38px;
  text-align: center; }
.main-inner__solution .main-inner__content .section__title span {
  display: block; }
.main-inner__solution .main-inner__content .section__title::after {
  margin-left: auto;
  margin-top: 14px;
  margin-bottom: 14px; }
@media (max-width: 1379px) {
  .main-inner__solution .main-inner__content .section__title {
    font-size: 36px;
    line-height: 46px; } }
@media (max-width: 767px) {
  .main-inner__solution .main-inner__content .section__title {
    font-size: 20px;
    line-height: 24px; } }
.main-inner__solution .main-inner__content .btn {
  margin-top: 30px;
  width: 240px; }
@media (max-width: 1379px) {
  .main-inner__solution .main-inner__content .btn {
    margin-top: 20px; } }
.main-inner__solution .main-inner__text {
  text-align: center; }
.main-inner__logo {
  margin: 0 auto 25px;
  max-width: 130px; }
.main-inner__logo img {
  margin: auto;
  display: block; }
@media (max-width: 1379px) {
  .main-inner__logo {
    margin-bottom: 15px; } }
@media (max-width: 767px) {
  .main-inner__logo {
    margin-bottom: 25px; } }
.main-inner__info {
  margin-top: 25px;
  display: none;
  font-size: 20px;
  line-height: 30px; }
@media (max-width: 1199px) {
  .main-inner__info {
    display: block; } }
@media (max-width: 767px) {
  .main-inner__info {
    font-size: 14px;
    line-height: 22px; } }

.breadcrumbs {
  margin-top: 20px;
  margin-bottom: 35px; }
.breadcrumbs__item {
  display: inline-block;
  font-size: 14px; }
.breadcrumbs__item a {
  color: #fff; }
@media (min-width: 992px) {
  .breadcrumbs__item a:hover {
    cursor: pointer;
    color: #00a9fc; } }
.breadcrumbs__item:not(:first-child)::before {
  margin: 0 3px;
  color: #00a9fc;
  content: '-'; }
.breadcrumbs__item:last-child {
  pointer-events: none; }
@media (max-width: 1379px) {
  .breadcrumbs {
    margin-top: 15px;
    margin-bottom: 25px; } }
@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 0;
    margin-bottom: 15px; }
  .breadcrumbs__item {
    font-size: 12px; } }

.login {
  position: relative;
  z-index: 0;
  width: 495px;
  max-width: 33%;
  padding: 16px 32px 26px;
  border-radius: 10px;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.16);
  background-color: rgba(30, 44, 61, 0.85);
  background-image: linear-gradient(to top, rgba(28, 136, 222, 0.17) 0%, rgba(51, 73, 101, 0.17) 100%); }
.login__close {
  position: absolute;
  top: 24px;
  left: 15px;
  width: 15px;
  height: 15px;
  display: none;
  align-items: center;
  justify-content: center; }
.login__close::after, .login__close::before {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: ''; }
.login__close::after {
  transform: rotate(45deg); }
.login__close::before {
  transform: rotate(-45deg); }
.login__title {
  margin-bottom: 20px;
  display: none;
  font-family: "Bliss Pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase; }
@media (max-width: 1379px) {
  .login {
    padding: 10px 25px 10px; } }
@media (max-width: 1199px) {
  .login {
    display: none;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 15;
    width: 100%;
    height: 100vh;
    padding: 77px 15px;
    background-color: #2c4462;
    border-radius: 0;
    background-image: none;
    box-shadow: none;
    transition: 0.3s;
    overflow-y: scroll; }
  .login.active {
    left: 0; }
  .login__close {
    display: flex; }
  .login__title {
    display: block; } }
.login .form .error {
  height: 30px;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 10px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  color: #df2929; }
.login .form .error__icon {
  width: 23px;
  height: 23px;
  margin-right: 10px; }
.login .form .error__icon svg {
  fill: #df2929; }

.form__subtitle {
  margin-bottom: 20px;
  font-family: "Bliss Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px; }

.form__item {
  position: relative;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
@media (max-width: 1379px) {
  .form__item {
    margin-bottom: 10px; } }
@media (max-width: 1199px) {
  .form__item {
    margin-bottom: 10px; } }
.form__item.error .form__label {
  color: #f02d2d; }
.form__item .error__text {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Bliss Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #f02d2d;
  transform: translate(0, 100%); }
@media (max-width: 1199px) {
  .form__item_desc {
    display: none; } }
.form__item_mobile {
  display: none; }
@media (max-width: 1199px) {
  .form__item_mobile {
    display: block; } }

.form__label {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; }
@media (max-width: 1199px) {
  .form__label {
    font-size: 14px; } }

.form__prompt {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  color: #00a9fc; }
.form__prompt_desc {
  display: inline-block; }
.form__prompt_mobile {
  margin-bottom: 20px;
  display: none;
  text-align: center; }
@media (min-width: 992px) {
  .form__prompt:hover {
    cursor: pointer;
    text-decoration: none; } }
@media (max-width: 1199px) {
  .form__prompt_desc {
    display: none; }
  .form__prompt_mobile {
    display: block; } }

.form__input {
  width: 100%;
  padding: 0 10px;
  display: block;
  height: 40px;
  color: #fff;
  border-radius: 4px;
  border: 2px solid #ffffff;
  background-color: transparent; }

.form .btn {
  width: 100%; }
.form .btn_login {
  margin-top: 25px;
  margin-bottom: 20px;
  border: none;
  background-color: transparent; }
@media (min-width: 992px) {
  .form .btn_login:hover {
    cursor: pointer;
    color: #00a9fc;
    border: 2px solid #00a9fc;
    background-image: none; } }
@media (max-width: 1379px) {
  .form .btn_login {
    margin-top: 10px;
    margin-bottom: 10px; } }
@media (max-width: 1119px) {
  .form .btn_login {
    margin-top: 25px;
    margin-bottom: 20px; } }

.form_light .form__label {
  font-family: "Bliss Pro", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #00a9fc; }

.form_light .form__input {
  color: #233449;
  border-color: #b2dcf7; }
.form_light .form__input:focus, .form_light .form__input.active {
  border-color: #00a9fc; }

.check {
  margin-top: 20px;
  display: flex; }
.check svg {
  width: 15px;
  height: 15px;
  display: none;
  fill: #fff; }
@media (max-width: 1379px) {
  .check svg {
    width: 12px;
    height: 12px; } }
.check span {
  min-width: 20px;
  width: 20px;
  min-height: 20px;
  height: 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 2px solid #b2dcf7;
  background-color: #fff;
  box-sizing: border-box; }
.check input {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0; }
.check input:checked ~ span {
  border-color: #00a9fc;
  background-color: #00a9fc; }
.check input:checked ~ span svg {
  display: block; }
@media (min-width: 992px) {
  .check:hover {
    cursor: pointer; } }
.check__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #233449; }
.check__text p {
  margin: 0 0 15px; }
.check__text a {
  color: #00a9fc; }
@media (max-width: 767px) {
  .check {
    margin-top: 10px; } }
.check_big {
  min-height: 58px; }
.check__wrap {
  width: 100%;
  display: flex; }
.check__block {
  width: 50%; }
.check__block:not(:last-child) {
  padding-right: 10px; }

.radio {
  width: 100%;
  display: flex;
  align-items: center; }
.radio:not(:last-child) {
  margin-bottom: 15px; }
.radio span {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid #b2dcf7;
  border-radius: 50%;
  background-color: #ffffff; }
.radio span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  display: none;
  background-color: #00a9fc;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  content: ''; }
.radio input {
  display: none; }
.radio input:checked + span {
  border-color: #00a9fc; }
.radio input:checked + span::before {
  display: block; }
.radio__text {
  font-size: 17px;
  line-height: 24px; }
@media (min-width: 992px) {
  .radio:hover {
    cursor: pointer; } }

.region {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow-y: auto;
  width: 100%;
  display: none;
  height: 140px;
  color: #233449;
  border-radius: 4px;
  border: 2px solid #00a9fc;
  background-color: #fff;
  transform: translate(0, 100%); }
.region__item {
  padding: 3px 10px;
  font-size: 14px; }
@media (min-width: 992px) {
  .region__item:hover {
    cursor: pointer;
    color: #00a9fc; } }

.main-slider {
  height: 430px; }
@media (max-width: 1379px) {
  .main-slider {
    height: 360px; } }
@media (max-width: 1199px) {
  .main-slider {
    height: 480px; } }
.main-slider.slick-dotted.slick-slider {
  margin-bottom: 0; }
.main-slider__wrap {
  position: relative; }
.main-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 5; }
@media (max-width: 767px) {
  .main-slider__arrow {
    display: none; } }
@media (min-width: 992px) {
  .main-slider__arrow:hover {
    cursor: pointer;
    opacity: 0.5; } }
.main-slider__next {
  right: 50px;
  transform: rotate(180deg); }
@media (max-width: 1699px) {
  .main-slider__next {
    right: 30px; } }
@media (max-width: 1379px) {
  .main-slider__next {
    right: 15px; } }
.main-slider__prev {
  left: 50px; }
@media (max-width: 1699px) {
  .main-slider__prev {
    left: 30px; } }
@media (max-width: 1300px) {
  .main-slider__prev {
    left: 15px; } }
.main-slider__dots {
  width: 100%;
  position: absolute;
  bottom: 24px;
  display: flex;
  justify-content: center; }
@media (max-width: 1379px) {
  .main-slider__dots {
    bottom: 10px; } }
.main-slider__dots button {
  width: 12px;
  height: 12px;
  margin: 3px;
  padding: 0;
  display: block;
  border-radius: 4px;
  border: 1px solid #00a9fc;
  background-color: transparent;
  color: transparent; }
@media (min-width: 992px) {
  .main-slider__dots button:hover {
    cursor: pointer; } }
.main-slider__dots .slick-active button {
  background-color: #00a9fc; }
.main-slider__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-image: url("/local/templates/norsi_trans/css/../img/bg-main.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  height: 430px; }
@media (max-width: 1699px) {
  .main-slider__item {
    height: 430px; } }
@media (max-width: 1379px) {
  .main-slider__item {
    height: 360px;
    padding-top: 50px; } }
@media (max-width: 1199px) {
  .main-slider__item {
    height: 515px;
    padding-top: 0; } }
.main-slider__content {
  max-width: 910px;
  margin: 0 50px; }
@media (max-width: 1379px) {
  .main-slider__content {
    max-width: 800px; } }
@media (max-width: 767px) {
  .main-slider__content {
    margin: 0 15px; } }
.main-slider__title {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 42px; }
.main-slider__title::after {
  margin: 15px auto !important; }
@media (max-width: 1699px) {
  .main-slider__title {
    font-size: 38px; } }
@media (max-width: 1379px) {
  .main-slider__title {
    font-size: 34px; } }
@media (max-width: 767px) {
  .main-slider__title {
    font-size: 20px;
    line-height: 24px; } }
.main-slider__text {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 32px; }
@media (max-width: 1699px) {
  .main-slider__text {
    font-size: 20px;
    line-height: 30px; } }
@media (max-width: 1379px) {
  .main-slider__text {
    margin-bottom: 15px; } }
@media (max-width: 767px) {
  .main-slider__text {
    font-size: 14px;
    line-height: 24px; } }

.section {
  padding: 50px 50px 80px; }
@media (max-width: 1699px) {
  .section {
    padding: 40px 30px 60px; } }
@media (max-width: 1300px) {
  .section {
    padding: 40px 15px 60px; } }
@media (max-width: 767px) {
  .section {
    padding: 40px 15px; } }
.section_light {
  color: #fff; }
.section__title {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #233449; }
@media (max-width: 1699px) {
  .section__title {
    margin-bottom: 32px;
    font-size: 32px; } }
@media (max-width: 767px) {
  .section__title {
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 24px; } }
.section__title_light {
  margin-bottom: 0;
  color: #fff; }
.section__title_light::after {
  width: 26px;
  height: 4px;
  margin: 20px auto;
  display: block;
  background-color: #00a9fc;
  background-image: linear-gradient(to left, #1c88de 0%, #009bff 100%);
  content: ''; }
@media (max-width: 1699px) {
  .section__title_light::after {
    margin: 15px auto; } }
.section__blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.section-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: #f8f8f8; }
.section-card__wrap {
  width: 32%; }
@media (max-width: 767px) {
  .section-card__wrap {
    width: 100%; }
  .section-card__wrap:not(:last-child) {
    margin-bottom: 42px; } }
.section-card::before {
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: -1;
  width: calc(100% - 60px);
  height: calc(100% - 10px);
  display: block;
  box-shadow: 0 10px 43px rgba(51, 68, 77, 0.38);
  content: ''; }
.section-card__img {
  margin: 0;
  overflow: hidden; }
.section-card__img img {
  width: 100%; }
.section-card__content {
  padding: 16px 30px;
  font-size: 18px;
  line-height: 24px; }
@media (max-width: 1699px) {
  .section-card__content {
    padding: 25px 20px 20px;
    font-size: 14px; } }
.section-card__date {
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
  line-height: normal;
  color: #1c75d2; }
@media (max-width: 1699px) {
  .section-card__date {
    margin-bottom: 15px;
    font-size: 12px; } }
.section-card__title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #233449; }
@media (max-width: 1699px) {
  .section-card__title {
    font-size: 16px;
    margin-bottom: 18px; } }
.section-card__text {
  color: #233449; }
.section-card__btn {
  width: 100%;
  height: 32px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0 0 10px 10px; }
@media (min-width: 992px) {
  .section-card__btn:hover {
    color: #00a9fc;
    border: 2px solid #00a9fc;
    background-image: none;
    background-color: #fff; } }
.section_branch .section-card__wrap {
  width: 23%; }
@media (max-width: 1699px) {
  .section_branch .section-card__wrap {
    width: 24%; } }
@media (max-width: 1199px) {
  .section_branch .section-card__wrap {
    width: 48%;
    height: 487px; }
  .section_branch .section-card__wrap:not(:last-child) {
    margin-bottom: 42px; }
  .section_branch .section-card__wrap:nth-last-child(2) {
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .section_branch .section-card__wrap {
    width: 100%; }
  .section_branch .section-card__wrap:nth-last-child(2) {
    margin-bottom: 42px; } }
.section_branch .section-card__img {
  max-height: 245px; }
.section_branch .section-card__title {
  line-height: 22px;
  font-size: 20px;
  text-transform: uppercase; }
@media (max-width: 1699px) {
  .section_branch .section-card__title {
    font-size: 16px; } }
.section_branch .section-card__text {
  max-width: 356px; }
@media (max-width: 1199px) {
  .section_branch .section-card__text {
    max-width: none; } }
.section_news {
  padding-bottom: 38px; }
.section_news .section-card__img {
  max-height: 270px;
  margin: 25px 24px 0; }
@media (max-width: 1024px) {
  .section_news .section-card__img {
    margin: 14px 0 0; } }
.section_news .section-card__content {
  padding: 21px 22px 30px; }
@media (max-width: 1024px) {
  .section_news .section-card__content {
    padding: 20px 10px; } }
.section_news .section-card__title {
  margin-bottom: 25px; }
.section_news .btn {
  margin: 34px auto 0; }
.section_two {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
.section_two__img {
  position: relative; }
.section_two__content {
  max-width: 987px;
  padding-top: 78px;
  padding-bottom: 55px;
  padding-right: 50px; }
@media (max-width: 1919px) {
  .section_two__content {
    max-width: 800px;
    padding-top: 45px;
    padding-bottom: 45px; } }
@media (max-width: 1699px) {
  .section_two__content {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 30px; } }
.section_two__content span {
  display: block;
  white-space: nowrap; }
@media (max-width: 991px) {
  .section_two__content span {
    white-space: normal; } }
.section_info {
  text-align: center;
  background-color: #2c4462;
  background-image: url("/local/templates/norsi_trans/css/../img/bg-complex.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
@media (max-width: 1199px) {
  .section_info {
    background-position-x: 35%; } }
@media (max-width: 991px) {
  .section_info .section_two__content {
    max-width: 100%;
    width: 100%;
    padding-left: 30px; } }
@media (max-width: 767px) {
  .section_info {
    background-image: url("/local/templates/norsi_trans/css/../img/bg-complex_mobile.png");
    background-position-x: center;
    background-position-y: top; }
  .section_info .section_two__img {
    width: 100%;
    height: 245px; }
  .section_info .section_two__content {
    padding: 0 15px 55px; } }
.section_info .section__title {
  font-size: 30px; }
@media (max-width: 1919px) {
  .section_info .section__title {
    font-size: 26px; } }
@media (max-width: 1699px) {
  .section_info .section__title {
    font-size: 24px; } }
@media (max-width: 767px) {
  .section_info .section__title {
    font-size: 20px; } }
.section_info .section__title_light::after {
  margin: 11px auto; }
.section_info .section__text {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300; }
.section_info .section__text span {
  display: inline-block; }
@media (max-width: 1919px) {
  .section_info .section__text {
    margin-bottom: 45px;
    font-size: 14px;
    line-height: 24px; } }
@media (max-width: 1699px) {
  .section_info .section__text {
    margin-bottom: 35px;
    line-height: 20px; } }
@media (max-width: 1199px) {
  .section_info .section__text {
    margin-bottom: 30px;
    font-size: 16px; }
  .section_info .section__text span {
    display: inline; } }
.section-partner {
  padding-top: 82px;
  padding-bottom: 70px;
  background-image: url("/local/templates/norsi_trans/css/../img/bg-partner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.section-partner .section__title_light::after {
  margin: 11px auto; }
@media (max-width: 1919px) {
  .section-partner {
    padding-top: 45px;
    padding-bottom: 45px; }
  .section-partner .section__title {
    font-size: 32px; } }
@media (max-width: 1699px) {
  .section-partner {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-partner .section__title {
    font-size: 30px; } }
@media (max-width: 1379px) {
  .section-partner {
    padding-top: 30px;
    padding-bottom: 30px; }
  .section-partner .section__title {
    font-size: 26px; } }
@media (max-width: 767px) {
  .section-partner {
    padding-top: 55px;
    padding-bottom: 70px; }
  .section-partner .section__title {
    font-size: 20px;
    line-height: 24px; }
  .section-partner .section__title_light::after {
    margin: 20px auto; } }
.section-partner_light {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: none; }
@media (max-width: 1379px) {
  .section-partner_light {
    padding-top: 30px; } }
@media (max-width: 1199px) {
  .section-partner_light {
    padding-top: 40px; } }
.section-partner_light .section__title {
  font-size: 36px;
  color: #233449; }
@media (max-width: 1699px) {
  .section-partner_light .section__title {
    font-size: 32px; } }
@media (max-width: 1379px) {
  .section-partner_light .section__title {
    font-size: 28px; } }
@media (max-width: 767px) {
  .section-partner_light .section__title {
    font-size: 20px;
    line-height: 24px; } }
.section-partner_light .partner-block {
  color: #233449; }
.section-partner_light .partner-block::after {
  position: absolute;
  top: 22px;
  left: 40px;
  z-index: -2;
  width: calc(100% - 80px);
  height: calc(100% - 34px);
  display: block;
  box-shadow: 0 10px 43px rgba(51, 68, 77, 0.38);
  content: ''; }
.section-partner_light .partner-block::before {
  box-shadow: none;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: cover;
  opacity: 1; }
.section-partner_light .partner-block:first-child::before {
  background-image: url("/local/templates/norsi_trans/css/../img/bg-partner-block1.png"); }
.section-partner_light .partner-block:nth-child(2)::before {
  background-image: url("/local/templates/norsi_trans/css/../img/bg-partner-block2.png"); }
.section-partner_light .partner-block:last-child::before {
  background-image: url("/local/templates/norsi_trans/css/../img/bg-partner-block3.png"); }
.section-partner_light .partner-block__title {
  color: #233449; }
.section-join {
  height: 330px;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  justify-content: space-around;
  background-image: url("/local/templates/norsi_trans/css/../img/bg-join.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden; }
@media (max-width: 1699px) {
  .section-join {
    height: 280px;
    padding-top: 45px;
    padding-bottom: 45px; } }
@media (max-width: 991px) {
  .section-join {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap;
    height: auto; } }
.section-join__main {
  width: 33%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1; }
@media (max-width: 1199px) {
  .section-join__main {
    width: 30%; } }
@media (max-width: 991px) {
  .section-join__main {
    width: 100%;
    justify-content: flex-start; } }
.section-join__title {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 46px;
  font-weight: 400;
  text-transform: uppercase; }
.section-join__title span {
  display: block; }
.section-join__title::before {
  position: absolute;
  top: -12px;
  left: 104px;
  z-index: -1;
  width: 170px;
  height: 162px;
  background-image: url("/local/templates/norsi_trans/css/../img/bg-title.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(-100%);
  content: ''; }
@media (max-width: 1699px) {
  .section-join__title {
    margin-bottom: 30px;
    padding-left: 15px;
    font-size: 28px;
    line-height: 38px; }
  .section-join__title::before {
    width: 140px;
    height: 132px;
    left: 50px; } }
@media (max-width: 1199px) {
  .section-join__title {
    margin-bottom: 30px;
    padding-left: 0px;
    font-size: 26px;
    line-height: 36px; } }
@media (max-width: 767px) {
  .section-join__title {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 30px; }
  .section-join__title::before {
    display: none; } }
.section-join .btn {
  width: 309px;
  height: 60px;
  font-size: 18px; }
.section-join .btn-join_desc {
  display: flex; }
.section-join .btn-join_mobile {
  display: none; }
@media (max-width: 767px) {
  .section-join .btn-join_desc {
    display: none; }
  .section-join .btn-join_mobile {
    margin-top: 20px;
    display: flex; } }
@media (max-width: 1199px) {
  .section-join .btn {
    height: 50px; } }
.section-join__block {
  width: 25%;
  padding-top: 20px; }
@media (max-width: 767px) {
  .section-join__block {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
    display: flex;
    justify-content: flex-start; } }
.section-join__blocks {
  width: 66%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
@media (max-width: 1199px) {
  .section-join__blocks {
    width: 70%; } }
@media (max-width: 991px) {
  .section-join__blocks {
    width: 100%; } }
.section-join__mark {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1d354a;
  box-shadow: 0 0 0 10px rgba(29, 53, 74, 0.3); }
.section-join__mark img {
  max-width: 100%;
  margin-right: -3px; }
@media (max-width: 1699px) {
  .section-join__mark {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 0 8px rgba(29, 53, 74, 0.3); }
  .section-join__mark img {
    width: 35px; } }
@media (max-width: 767px) {
  .section-join__mark {
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 0;
    box-shadow: none; }
  .section-join__mark img {
    width: 25px; } }
.section-join__text {
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase; }
.section-join__text span {
  display: block; }
@media (max-width: 1699px) {
  .section-join__text {
    font-size: 14px;
    line-height: 24px; } }
@media (max-width: 767px) {
  .section-join__text {
    max-width: none;
    width: 100%;
    margin-top: 7px;
    text-align: left; }
  .section-join__text span {
    display: inline; } }
.section-join_sidebar, .section-join_mobile {
  margin-left: 50px;
  margin-right: 40px;
  padding: 30px 27px;
  flex-wrap: wrap;
  height: auto;
  background-image: url("/local/templates/norsi_trans/css/../img/bg-sidebarJoin.png"); }
@media (max-width: 1699px) {
  .section-join_sidebar, .section-join_mobile {
    margin-left: 30px;
    margin-right: 30px; } }
@media (max-width: 1379px) {
  .section-join_sidebar, .section-join_mobile {
    margin-left: 15px;
    margin-right: 15px; } }
@media (max-width: 1699px) and (min-width: 1200px) {
  .section-join_sidebar, .section-join_mobile {
    padding: 25px 20px; } }
.section-join_sidebar .btn, .section-join_mobile .btn {
  max-width: 100%;
  height: 40px;
  font-size: 16px; }
.section-join_sidebar .btn-join_mobile, .section-join_mobile .btn-join_mobile {
  margin-top: 20px;
  display: flex; }
.section-join_sidebar .section-join__main, .section-join_mobile .section-join__main {
  width: 100%;
  justify-content: flex-start; }
.section-join_sidebar .section-join__title, .section-join_mobile .section-join__title {
  margin-bottom: 30px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 30px; }
.section-join_sidebar .section-join__title::before, .section-join_mobile .section-join__title::before {
  display: none; }
@media (max-width: 1699px) and (min-width: 1200px) {
  .section-join_sidebar .section-join__title, .section-join_mobile .section-join__title {
    margin-bottom: 26px;
    font-size: 18px; } }
.section-join_sidebar .section-join__block, .section-join_mobile .section-join__block {
  width: 100%;
  margin-bottom: 15px;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
.section-join_sidebar .section-join__blocks, .section-join_mobile .section-join__blocks {
  width: 100%; }
.section-join_sidebar .section-join__mark, .section-join_mobile .section-join__mark {
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  margin-left: 0;
  margin-right: 8px;
  margin-bottom: 0;
  box-shadow: none; }
.section-join_sidebar .section-join__mark img, .section-join_mobile .section-join__mark img {
  width: 20px;
  margin-right: -1px; }
.section-join_sidebar .section-join__text, .section-join_mobile .section-join__text {
  max-width: none;
  width: 100%;
  font-size: 14px;
  text-align: left; }
.section-join_sidebar .section-join__text span, .section-join_mobile .section-join__text span {
  display: inline; }
@media (max-width: 1699px) and (min-width: 1200px) {
  .section-join_sidebar .section-join__text, .section-join_mobile .section-join__text {
    font-size: 13px; } }
.section-join_mobile {
  display: none; }
@media (max-width: 1199px) {
  .section-join_mobile {
    margin-bottom: 30px;
    display: block; } }
@media (max-width: 767px) {
  .section-join_mobile {
    order: 3;
    margin: 0 0 20px; } }
.section-join_proiz {
  background-image: url("/local/templates/norsi_trans/css/../img/bg-join-proiz.png"); }
.section-join_proiz .btn {
  height: 60px;
  line-height: 22px; }
.section-partnerlist {
  background-color: #edeff0;
  padding-bottom: 50px; }
.section-partnerlist .section__title {
  margin-bottom: 28px; }
@media (min-width: 1700px) {
  .section-partnerlist .section__title {
    font-size: 32px; } }
.section-tab {
  height: 40px;
  padding: 0 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Bliss Pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #00a9fc;
  border: 1px solid #00a9fc; }
.section-tabs {
  display: flex;
  justify-content: center;
  overflow-x: auto; }
@media (max-width: 767px) {
  .section-tabs {
    justify-content: flex-start; } }
.section-tab:not(:last-child) {
  border-right: none; }
.section-tab:first-child {
  border-radius: 4px 0 0 4px; }
.section-tab:last-child {
  border-radius: 0 4px 4px 0; }
.section-tab.active {
  color: #fff;
  background-color: #00a9fc; }
@media (min-width: 992px) {
  .section-tab:hover {
    cursor: pointer; } }
@media (max-width: 991px) {
  .section-tab {
    height: 60px;
    line-height: 20px; } }
.section-tab__content {
  height: 0;
  opacity: 0;
  visibility: hidden; }
.section-tab__content.active {
  height: auto;
  opacity: 1;
  visibility: visible; }
.section-tab__content .btn {
  width: 211px;
  height: 50px;
  font-size: 18px;
  white-space: nowrap; }
.section-slider {
  display: flex; }
.section-slider .slick-track {
  display: flex; }
.section-slider .slick-list {
  width: 100%;
  margin: 0 -20px;
  padding: 40px 10px 30px; }
@media (max-width: 1199px) {
  .section-slider .slick-list {
    margin: 0; } }
.section-slider__wrap {
  position: relative; }
.section-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #e5e5e5;
  transform: translateY(-50%); }
.section-slider__arrow svg {
  width: 14px;
  height: 25px;
  max-width: 100%;
  fill: #1c88de; }
@media (min-width: 992px) {
  .section-slider__arrow:hover {
    cursor: pointer;
    background-color: #1c88de; }
  .section-slider__arrow:hover svg {
    fill: #fff; } }
.section-slider__prev {
  left: -25px; }
@media (max-width: 1199px) {
  .section-slider__prev {
    left: 0; } }
.section-slider__next {
  right: -25px; }
@media (max-width: 1199px) {
  .section-slider__next {
    right: 0; } }
.section-slider__next svg {
  transform: rotate(180deg); }
.section-slider__item {
  position: relative;
  margin: 0 14px;
  min-width: 15vw;
  height: 230px;
  padding: 10px;
  color: #233449;
  border-radius: 10px;
  background-color: #f8f8f8; }
.section-slider__item::after {
  position: absolute;
  top: 25px;
  left: 40px;
  z-index: -2;
  width: calc(100% - 100px);
  height: calc(100% - 50px);
  display: block;
  box-shadow: 0 10px 43px rgba(51, 68, 77, 0.38);
  content: ''; }
@media (min-width: 992px) {
  .section-slider__item:hover {
    color: #00a9fc;
    box-shadow: 0 5px 50px rgba(29, 53, 74, 0.16); } }
.section-slider__img {
  height: 157px;
  display: flex;
  align-items: center;
  justify-content: center; }
.section-slider__title {
  max-width: 245px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase; }

.partner__text {
  max-width: 900px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #233449; }
@media (max-width: 1379px) {
  .partner__text {
    font-size: 16px;
    line-height: 26px; } }
@media (max-width: 767px) {
  .partner__text {
    font-size: 14px;
    line-height: 24px; } }

.partner-block {
  position: relative;
  z-index: 0;
  width: 32%;
  padding: 0 20px 30px;
  display: flex;
  flex-direction: column;
  color: #eeeeee;
  text-align: center; }
@media (max-width: 1379px) {
  .partner-block {
    padding-bottom: 20px; } }
@media (max-width: 767px) {
  .partner-block {
    width: 100%; }
  .partner-block:not(:last-child) {
    margin-bottom: 40px; } }
@media (max-width: 543px) {
  .partner-block {
    min-height: 476px;
    padding: 0 15px 38px; } }
.partner-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.partner-block::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: #334965;
  background-image: linear-gradient(to top, rgba(28, 136, 222, 0.2) 0%, rgba(51, 73, 101, 0.2) 100%);
  opacity: 0.6;
  content: ''; }
.partner-block__img {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center; }
@media (max-width: 1379px) {
  .partner-block__img {
    height: 80px; }
  .partner-block__img img {
    max-width: 60px;
    max-height: 55px; } }
@media (max-width: 767px) {
  .partner-block__img {
    height: 105px; } }
@media (max-width: 543px) {
  .partner-block__img img {
    max-width: 64px;
    max-height: 52px; } }
.partner-block__content {
  margin-bottom: 28px; }
@media (max-width: 1919px) {
  .partner-block__content {
    margin-bottom: 24px; } }
@media (max-width: 1699px) {
  .partner-block__content {
    margin-bottom: 20px; } }
.partner-block__title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase; }
.partner-block__title.section__title_light::after {
  width: 22px;
  height: 1px;
  margin: 5px auto 8px; }
@media (max-width: 1919px) {
  .partner-block__title {
    font-size: 20px; } }
@media (max-width: 1379px) {
  .partner-block__title {
    font-size: 18px; } }
@media (max-width: 1199px) {
  .partner-block__title {
    font-size: 20px; } }
@media (max-width: 1092px) {
  .partner-block__title span {
    display: block;
    height: 44px; }
  .partner-block__title.section__title_light::after {
    margin: 21px auto; } }
.partner-block__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; }
@media (max-width: 1699px) {
  .partner-block__text {
    font-size: 16px;
    line-height: 22px; } }
@media (max-width: 1379px) {
  .partner-block__text {
    font-size: 14px;
    line-height: 20px; } }
@media (max-width: 1199px) {
  .partner-block__text {
    font-size: 16px;
    line-height: 22px; } }
.partner-block__btns {
  margin-top: auto;
  display: flex;
  justify-content: center; }
@media (max-width: 1199px) {
  .partner-block__btns {
    flex-wrap: wrap;
    flex-direction: column; } }
.partner-block__btns .btn {
  margin: 0 19px; }
@media (max-width: 1699px) {
  .partner-block__btns .btn {
    margin: 0 5px; } }
@media (max-width: 1199px) {
  .partner-block__btns .btn {
    margin: auto; }
  .partner-block__btns .btn:not(:last-child) {
    margin-bottom: 32px; } }

.page-inner {
  display: flex;
  background-color: #f8f8f8;
  border-bottom: 1px solid #eee; }
.page-inner__content {
  position: relative;
  top: -40px;
  z-index: 1;
  padding: 50px 56px 52px 68px;
  width: calc(100% - 410px);
  display: inline-block;
  box-shadow: -6px 0 59px rgba(20, 34, 52, 0.3);
  background-color: #fff; }
@media (max-width: 1699px) {
  .page-inner__content {
    width: calc(100% - 340px);
    padding: 40px 30px 40px 30px; } }
@media (max-width: 1379px) {
  .page-inner__content {
    width: calc(100% - 330px);
    padding: 25px 15px 20px 30px; } }
@media (max-width: 1199px) {
  .page-inner__content {
    position: static;
    top: 0;
    width: 100%; } }
@media (max-width: 767px) {
  .page-inner__content {
    padding: 20px 15px; } }
.page-inner__content .section__title {
  font-size: 38px;
  font-weight: 700;
  text-align: left;
  color: #192533; }
.page-inner__content .section__title::after {
  margin-left: 0; }
@media (max-width: 1699px) {
  .page-inner__content .section__title {
    font-size: 34px; } }
@media (max-width: 1379px) {
  .page-inner__content .section__title {
    font-size: 30px; } }
@media (max-width: 767px) {
  .page-inner__content .section__title {
    font-size: 20px;
    line-height: 24px; } }
.page-inner__text {
  color: #233449;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; }
@media (max-width: 1699px) {
  .page-inner__text {
    font-size: 18px;
    line-height: 28px; } }
@media (max-width: 1379px) {
  .page-inner__text {
    font-size: 16px;
    line-height: 24px; } }
@media (max-width: 767px) {
  .page-inner__text {
    font-size: 16px;
    line-height: 24px; } }
.page-inner_lk .section__title {
  font-size: 36px; }
@media (max-width: 1699px) {
  .page-inner_lk .section__title {
    font-size: 32px; } }
@media (max-width: 767px) {
  .page-inner_lk .section__title {
    font-size: 20px;
    line-height: 24px; } }
@media (max-width: 1199px) {
  .page-inner_lk {
    display: none; }
  .page-inner_lk ~ .desktop {
    left: 0; } }
.page-inner__top {
  display: flex;
  justify-content: space-between; }
.page-inner__btns {
  z-index: 2;
  display: flex; }
.page-inner__btns .btn__icon {
  margin-left: 0;
  margin-right: 11px; }
.page-inner__btns .btn_upload {
  width: 200px;
  margin-left: 30px; }
.page-inner__search {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center; }
.page-inner__search .btn {
  width: 170px; }
.page-inner__search .search__input {
  width: 0;
  z-index: -1;
  box-sizing: border-box;
  position: absolute;
  right: 168px;
  border-radius: 4px 0 0 4px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s; }
.page-inner__search .search__clean {
  position: absolute;
  right: 190px;
  z-index: 2;
  opacity: 0;
  transition: 0.5s; }
.page-inner__search.active .btn {
  border-radius: 0 4px 4px 0; }
.page-inner__search.active .search__input {
  visibility: visible;
  opacity: 1; }
.page-inner_search .page-inner__top {
  display: block; }
.page-inner_search .page-inner__btns {
  flex-wrap: wrap; }
.page-inner_search .page-inner__search {
  width: 100%;
  margin-bottom: 20px; }
.page-inner_search .page-inner__search .search__input {
  position: static;
  z-index: 0;
  width: 100%; }
.page-inner_search .page-inner__search .btn {
  width: 200px; }
.page-inner_search .section-table__path {
  display: block !important; }
@media (max-width: 1199px) {
  .page-inner_search {
    display: none; }
  .page-inner_search ~ .desktop {
    left: 0; } }

.sidebar {
  max-width: 410px;
  min-width: 410px;
  padding-bottom: 50px;
  display: inline-block; }
@media (max-width: 1699px) {
  .sidebar {
    max-width: 23%;
    min-width: 340px; } }
@media (max-width: 1379px) {
  .sidebar {
    min-width: 330px; } }
@media (max-width: 1199px) {
  .sidebar {
    display: none; } }
.sidebar-menu {
  margin-bottom: 50px;
  color: #233449; }
@media (max-width: 1379px) {
  .sidebar-menu {
    margin-bottom: 30px; } }
.sidebar-menu__title {
  padding: 15px 40px 10px 50px;
  font-size: 18px;
  line-height: 26px;
  font-family: "Bliss Pro", sans-serif;
  font-weight: 900;
  text-transform: uppercase; }
@media (max-width: 1699px) {
  .sidebar-menu__title {
    padding: 15px 30px 10px;
    font-size: 16px;
    line-height: 24px; } }
@media (max-width: 1379px) {
  .sidebar-menu__title {
    padding: 20px 15px 10px; } }
.sidebar-menu__item {
  padding: 10px 40px 10px 50px;
  display: block;
  font-family: "Bliss Pro", sans-serif;
  font-size: 19px;
  line-height: 24px;
  color: #233449; }
.sidebar-menu__item.active {
  font-weight: 500;
  color: #00a9fc;
  background-color: #e3e6ed; }
@media (max-width: 1699px) {
  .sidebar-menu__item {
    padding: 20px 30px;
    font-size: 17px;
    line-height: 22px; } }
@media (max-width: 1379px) {
  .sidebar-menu__item {
    padding: 10px 15px; } }
@media (min-width: 992px) {
  .sidebar-menu__item:hover {
    cursor: pointer;
    font-weight: 500;
    color: #00a9fc;
    background-color: #e3e6ed; } }
.sidebar-submenu {
  margin-bottom: 10px;
  display: none; }
.sidebar-submenu__title {
  min-width: 100%;
  padding: 10px 20px 10px 50px;
  display: flex;
  align-items: center;
  font-size: 19px;
  font-family: "Bliss Pro", sans-serif;
  font-weight: 500;
  color: #233449;
  cursor: pointer; }
.sidebar-submenu__title a {
  color: #233449; }
@media (min-width: 992px) {
  .sidebar-submenu__title a:hover {
    color: #00a9fc; } }
@media (max-width: 1699px) {
  .sidebar-submenu__title {
    padding: 10px 20px 10px 30px;
    font-size: 16px; } }
@media (max-width: 1379px) {
  .sidebar-submenu__title {
    padding: 10px 20px 10px 15px; } }
.sidebar-submenu__title svg {
  min-width: 10px;
  width: 10px;
  min-height: 17px;
  max-height: 17px;
  margin-left: 10px;
  display: inline-block;
  fill: #00a9fc;
  transform: rotate(-90deg); }
.sidebar-submenu__title.active-page {
  font-weight: 900;
  background-color: #e3e6ed;
  color: #00a9fc; }
.sidebar-submenu__title.active-page a {
  color: #00a9fc; }
.sidebar-submenu__title.active-page svg {
  transform: rotate(90deg); }
.sidebar-submenu__title.active-page + .sidebar-submenu {
  display: block; }
.sidebar-submenu__title.active svg {
  transform: rotate(90deg); }
.sidebar-submenu__item {
  padding: 5px 40px 5px 60px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: "Bliss Pro", sans-serif;
  font-weight: 400;
  color: #233449; }
@media (max-width: 1699px) {
  .sidebar-submenu__item {
    padding: 5px 20px 5px 40px; } }
@media (max-width: 1379px) {
  .sidebar-submenu__item {
    padding: 5px 15px 5px 20px; } }
@media (min-width: 992px) {
  .sidebar-submenu__item:hover {
    color: #00a9fc; } }
.sidebar-submenu__item svg {
  width: 8px;
  height: 11px;
  margin-left: 10px;
  display: inline-block;
  fill: #00a9fc;
  transform: rotate(-90deg); }
.sidebar-submenu__item.active-page {
  font-weight: 900;
  background-color: #e3e6ed;
  color: #00a9fc; }
.sidebar-submenu__item.active-page a {
  color: #00a9fc; }
.sidebar-submenu__item.active-page svg {
  transform: rotate(90deg); }
.sidebar-submenu__item.active-page + .sidebar-submenu {
  display: block; }
.sidebar-submenu__item.active svg {
  transform: rotate(90deg); }
.sidebar-submenu__item_sub ~ .sidebar-submenu .sidebar-submenu__item {
  padding-left: 70px; }
@media (max-width: 1699px) {
  .sidebar-submenu__item_sub ~ .sidebar-submenu .sidebar-submenu__item {
    padding-left: 50px; } }
@media (max-width: 1379px) {
  .sidebar-submenu__item_sub ~ .sidebar-submenu .sidebar-submenu__item {
    padding-left: 30px; } }
.sidebar-submenu__item_sub.active-page {
  font-weight: 900;
  background-color: #e3e6ed;
  color: #00a9fc; }
.sidebar-submenu__item_sub.active-page a {
  color: #00a9fc; }
.sidebar-submenu__item_sub.active-page svg {
  transform: rotate(90deg); }
.sidebar-submenu__item_sub.active-page + .sidebar-submenu {
  display: block; }
.sidebar-submenu__item_sub.active svg {
  transform: rotate(90deg); }

.partner-info {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap; }
@media (max-width: 767px) {
  .partner-info {
    margin-top: 40px; } }
.partner-info__wrap {
  position: relative;
  height: 200px;
  width: 30%;
  margin-bottom: 30px; }
.partner-info__wrap:not(:nth-child(3n+1)) {
  margin-right: 5%; }
@media (max-width: 1699px) {
  .partner-info__wrap {
    width: 32%; }
  .partner-info__wrap:not(:nth-child(3n+1)) {
    margin-right: 2%; } }
@media (max-width: 1199px) {
  .partner-info__wrap {
    width: 47%; }
  .partner-info__wrap:not(:nth-child(3n+1)) {
    margin-right: 0; }
  .partner-info__wrap:not(:nth-child(2n+1)) {
    margin-right: 5%; } }
@media (max-width: 767px) {
  .partner-info__wrap {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    order: 4; }
  .partner-info__wrap:not(:nth-child(2n+1)) {
    margin-right: 0; }
  .partner-info__wrap:nth-child(2) {
    order: 0; }
  .partner-info__wrap:nth-child(3) {
    order: 1; }
  .partner-info__wrap:nth-child(4) {
    order: 2; } }
.partner-info__wrap::after {
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: -1;
  width: calc(100% - 60px);
  height: calc(100% - 36px);
  display: block;
  border-radius: 10px;
  box-shadow: 0 10px 43px rgba(51, 68, 77, 0.38);
  content: '';
  opacity: 1; }
@media (min-width: 992px) {
  .partner-info__wrap:hover {
    z-index: 2;
    box-shadow: 0 6px 40px rgba(20, 34, 52, 0.11); }
  .partner-info__wrap:hover::after {
    opacity: 0; }
  .partner-info__wrap:hover .partner-info__img {
    border-radius: 0px 0px 0 0; }
  .partner-info__wrap:hover .partner-info__content {
    display: block; } }
.partner-info__item {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  border-radius: 0px;
  box-sizing: border-box;
  transition: opacity 0.3s; }
@media (max-width: 767px) {
  .partner-info__item.active {
    z-index: 2;
    box-shadow: 0 6px 40px rgba(20, 34, 52, 0.11); }
  .partner-info__item.active::after {
    opacity: 0; }
  .partner-info__item.active .partner-info__img {
    border-radius: 0px 0px 0 0; }
  .partner-info__item.active .partner-info__content {
    display: block; } }
.partner-info__img {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #ffffff; }
@media (max-width: 767px) {
  .partner-info__img {
    height: 190px; } }
.partner-info__content {
  padding: 30px 30px 25px;
  display: none;
  text-align: center;
  border-radius: 0 0 10px 10px;
  background-color: #f8f8f8; }
@media (max-width: 1699px) {
  .partner-info__content {
    padding: 30px 20px 25px; } }
@media (max-width: 1379px) {
  .partner-info__content {
    padding: 30px 30px 25px; } }
.partner-info__title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #233449; }
@media (min-width: 992px) {
  .partner-info__title:hover {
    cursor: pointer;
    color: #00a9fc; } }
@media (max-width: 767px) {
  .partner-info__title {
    font-size: 20px; } }
.partner-info__address {
  margin-top: 5px;
  font-size: 15px;
  line-height: 24px;
  color: #61778c; }
@media (max-width: 767px) {
  .partner-info__address {
    margin-top: 10px;
    font-size: 14px; } }
.partner-info__subtitle {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00a9fc; }
.partner-info__subtitle a {
  color: #00a9fc;
  white-space: nowrap; }
.partner-info__subtitle a:not(:last-child)::after {
  content: '|';
  color: #233449; }
@media (min-width: 992px) {
  .partner-info__subtitle a:hover {
    text-decoration: underline; } }
@media (max-width: 767px) {
  .partner-info__subtitle {
    margin-top: 20px; } }
.partner-info__text {
  margin-top: 25px;
  font-size: 17px;
  line-height: 24px;
  color: #233449; }
@media (max-width: 1699px) {
  .partner-info__text {
    font-size: 15px;
    line-height: 22px; } }
@media (max-width: 1379px) {
  .partner-info__text {
    font-size: 14px;
    line-height: 20px; } }
@media (max-width: 767px) {
  .partner-info__text {
    margin-top: 20px;
    font-size: 14px; } }
.partner-info__contacts {
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
@media (max-width: 1699px) {
  .partner-info__contacts {
    justify-content: center; } }
@media (max-width: 1379px) {
  .partner-info__contacts {
    justify-content: space-between; } }
@media (max-width: 767px) {
  .partner-info__contacts {
    margin-top: 30px;
    justify-content: center; } }
.partner-info__phone {
  margin-bottom: 5px;
  margin-right: 10px;
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #233449; }
@media (min-width: 992px) {
  .partner-info__phone:hover {
    cursor: pointer;
    color: #00a9fc; } }
@media (max-width: 767px) {
  .partner-info__phones {
    width: 100%;
    margin-bottom: 15px;
    text-align: center; } }
.partner-info__email {
  margin-bottom: 5px;
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #00a9fc; }
@media (min-width: 992px) {
  .partner-info__email:hover {
    cursor: pointer;
    text-decoration: underline; } }
@media (max-width: 767px) {
  .partner-info__emails {
    width: 100%;
    text-align: center; } }
.partner-info__proiz {
  position: relative;
  height: auto;
  text-align: center;
  background-color: #ffffff;
  width: 32%; }
.partner-info__proiz:not(:nth-child(3n+1)) {
  margin-right: 2%; }
@media (max-width: 1199px) {
  .partner-info__proiz {
    width: 47%; }
  .partner-info__proiz:not(:nth-child(3n+1)) {
    margin-right: 0; }
  .partner-info__proiz:not(:nth-child(2n+1)) {
    margin-right: 5%; } }
@media (max-width: 767px) {
  .partner-info__proiz {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    order: 4; }
  .partner-info__proiz:not(:nth-child(2n+1)) {
    margin-right: 0; }
  .partner-info__proiz:nth-child(2) {
    order: 0; }
  .partner-info__proiz:nth-child(3) {
    order: 1; }
  .partner-info__proiz:nth-child(4) {
    order: 2; } }
.partner-info__proiz::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url("/local/templates/norsi_trans/css/../img/bg-proizpartners.png") center no-repeat;
  background-size: cover;
  content: ''; }
.partner-info__proiz .partner-info__item {
  height: 100%;
  z-index: 5; }
.partner-info__proiz .partner-info__img {
  height: 150px;
  padding: 20px;
  background-color: transparent; }
@media (max-width: 1699px) {
  .partner-info__proiz .partner-info__img {
    height: 120px; } }
@media (max-width: 1379px) {
  .partner-info__proiz .partner-info__img {
    height: 100px; }
  .partner-info__proiz .partner-info__img img {
    max-height: 100%; } }
.partner-info__proiz .partner-info__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase; }
@media (max-width: 1379px) {
  .partner-info__proiz .partner-info__title {
    font-size: 20px;
    line-height: 20px; } }
.partner-info__proiz .partner-info__text {
  margin-top: 21px;
  padding: 0 20px 28px;
  font-size: 17px;
  line-height: 25px; }
@media (max-width: 1379px) {
  .partner-info__proiz .partner-info__text {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px; } }
.partner-info__power {
  min-height: 315px;
  height: auto;
  background-color: #f8f8f8;
  width: 32%; }
.partner-info__power:not(:nth-child(3n+1)) {
  margin-right: 2%; }
@media (max-width: 1199px) {
  .partner-info__power {
    width: 47%; }
  .partner-info__power:not(:nth-child(3n+1)) {
    margin-right: 0; }
  .partner-info__power:not(:nth-child(2n+1)) {
    margin-right: 5%; } }
@media (max-width: 767px) {
  .partner-info__power {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }
  .partner-info__power:not(:nth-child(2n+1)) {
    margin-right: 0; } }
.partner-info__power .partner-info__item {
  height: 100%;
  display: flex;
  flex-direction: column; }
.partner-info__power .partner-info__img {
  min-height: 150px;
  max-height: 150px;
  border-radius: 0px 0px 0 0; }
.partner-info__power .partner-info__subtitle {
  line-height: 24px; }
.partner-info__power .partner-info__content {
  padding-bottom: 10px;
  display: block;
  position: static; }
@media (max-width: 767px) {
  .partner-info__power .partner-info__content {
    padding-bottom: 20px; } }
.partner-info .btn {
  width: 100%;
  margin-top: auto;
  font-size: 14px;
  border-radius: 0 0 10px 10px; }
.partner-info .btn__icon {
  display: none;
  width: 10px;
  height: 15px;
  margin-left: 15px;
  transform: rotate(180deg); }
.partner-info .btn-join_mobile {
  border-radius: 4px; }

.lk-block {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; }
.lk-block .btn {
  width: 280px;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  display: flex;
  align-items: center; }
@media (max-width: 1199px) {
  .lk-block {
    width: 100%;
    align-items: center; } }
.lk-block .work-company {
  margin-bottom: 20px;
  display: block;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700; }

.detail-info {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dfe1e3; }
@media (max-width: 767px) {
  .detail-info {
    margin-top: 20px; } }
.detail-info__img {
  width: 30%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
@media (max-width: 1379px) {
  .detail-info__img {
    width: 25%; } }
@media (max-width: 767px) {
  .detail-info__img {
    width: 100%;
    height: 180px; } }
.detail-info__content {
  width: 70%;
  padding: 45px;
  background-color: #f8f8f8; }
@media (max-width: 1699px) {
  .detail-info__content {
    padding: 25px; } }
@media (max-width: 1379px) {
  .detail-info__content {
    width: 75%; } }
@media (max-width: 767px) {
  .detail-info__content {
    width: 100%;
    padding: 20px 15px; } }
.detail-info__item {
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  color: #233449; }
.detail-info__item:not(:last-child) {
  margin-bottom: 35px; }
@media (max-width: 1699px) {
  .detail-info__item {
    font-size: 15px; }
  .detail-info__item:not(:last-child) {
    margin-bottom: 25px; } }
@media (max-width: 1379px) {
  .detail-info__item {
    font-size: 14px; } }
@media (max-width: 767px) {
  .detail-info__item {
    font-size: 16px;
    line-height: 24px; } }
.detail-info__name {
  width: 32%;
  font-weight: 600; }
@media (max-width: 767px) {
  .detail-info__name {
    width: 100%; } }
.detail-info__value {
  width: 68%; }
@media (max-width: 767px) {
  .detail-info__value {
    width: 100%; } }
.detail-info__value a {
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  color: #00a9fc; }
.detail-info__value a:not(:last-child)::after {
  content: '|';
  color: #233449; }
@media (min-width: 992px) {
  .detail-info__value a:hover {
    text-decoration: underline; } }
@media (max-width: 767px) {
  .detail-info__value a {
    display: block; }
  .detail-info__value a::after {
    display: none; } }

.detail-slider {
  max-width: 100%;
  margin-top: 50px; }
@media (max-width: 767px) {
  .detail-slider {
    margin-top: 30px; } }
.detail-slider__title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase; }
.detail-slider .section-slider__prev {
  left: -10px; }
.detail-slider .section-slider__next {
  right: -10px; }
.detail-slider .section-slider__item {
  height: 270px;
  padding: 25px; }
.detail-slider .section-slider__img {
  height: 160px;
  margin-bottom: 30px; }
@media (max-width: 767px) {
  .detail-slider .section-slider .slick-list {
    padding: 20px 0 30px; } }
@media (max-width: 767px) {
  .detail-slider .section-slider .section-slider__item {
    margin: 0 5px; } }

.drag-n-drop {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 5px;
  border: 2px dashed #00a9fc;
  background-color: #f1f8fd;
  transition: 0.3s; }
@media (min-width: 992px) {
  .drag-n-drop:hover {
    background-color: #fafcfe; } }
.drag-n-drop__title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Bliss Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00a9fc;
  text-align: center; }
@media (min-width: 992px) {
  .drag-n-drop__title:hover {
    cursor: pointer; } }
.drag-n-drop__icon {
  width: 25px;
  height: 25px;
  margin-right: 10px; }
.drag-n-drop__icon svg {
  fill: #00a9fc; }
.drag-n-drop__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  z-index: -10; }
.drag-n-drop__small {
  margin-top: 10px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  color: #88929e; }
.drag-n-drop.dragover {
  background-color: #fafcfe; }

.file-selectdialog {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none; }
.file-selectdialog .file-extended {
  margin-left: 0; }
.file-selectdialog .file-extended .file-selector {
  margin: 0;
  padding: 0 5px;
  position: relative;
  margin-bottom: 30px;
  width: 460px;
  max-width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 5px;
  border: 2px dashed #00a9fc;
  background-color: #f1f8fd;
  transition: 0.3s; }
.file-selectdialog .file-extended .file-selector:hover {
  padding: 0;
  border-color: #d4dde1;
  border-width: 2px; }
@media (min-width: 992px) {
  .file-selectdialog .file-extended .file-selector:hover {
    background-color: #fafcfe; } }
.file-selectdialog .file-extended .file-load-img {
  position: static;
  width: 25px;
  height: 25px; }
.file-selectdialog .file-extended .file-uploader {
  position: static;
  color: #88929e; }
.file-selectdialog .file-extended .file-uploader .file-fileUploader {
  top: 0;
  width: 100%;
  height: 100px; }
.file-selectdialog .file-placeholder {
  margin: 0; }
.file-selectdialog .file-placeholder .files-list {
  margin: 0; }

.popup .file-selectdialog .file-extended .file-selector {
  width: 100%; }

.popup .file-selectdialog .file-extended .file-load-img {
  position: static;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden; }

.file-placeholder .files-list .file__item {
  font-size: 16px;
  width: 100%;
  line-height: normal; }
.file-placeholder .files-list .file__item .fole__icon {
  font-size: 32px; }

.file-placeholder .f-wrap {
  color: #233449; }

.file-placeholder .file__del {
  width: 25px; }

.file-placeholder .loading-wrap .loading {
  width: 178px;
  height: 30px;
  border-radius: 2px;
  border: none;
  background: #b2dcf7;
  box-shadow: none; }

.file-placeholder .loading-wrap .load-indicator {
  height: 30px;
  border-radius: 2px;
  background: #00a9fc; }
.file-placeholder .loading-wrap .load-indicator .load-number {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #fefeff; }

.section-table {
  margin-bottom: 34px; }
.section-table__head {
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #506178; }
@media (max-width: 1379px) {
  .section-table__head {
    height: 50px;
    font-size: 12px; } }
.section-table__item {
  display: flex;
  align-items: center;
  padding: 1px 0;
  color: #233449;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; }

.section-table__item:not(:last-child) {
  border-bottom: 1px solid #dfe1e3; }
@media (max-width: 1379px) {
  .section-table__item {
    font-size: 14px;
    line-height: 22px; } }
.section-table__item.active, .section-table__item.default {
  background-color: #f1f2f6; }
@media (min-width: 992px) {
  .section-table__item:hover {
    background-color: #f1f2f6; } }
.section-table__item .section-table__doing {
  justify-content: flex-end; }
.section-table__doing {
  position: relative;
  max-width: 110px;
  min-width: 110px;
  padding: 12px 15px;
  display: flex;
  align-items: center; }
@media (max-width: 1379px) {
  .section-table__doing {
    max-width: 90px;
    min-width: 90px;
    padding: 10px; } }
.section-table__check {
  margin-right: 30px; }
@media (max-width: 1379px) {
  .section-table__check {
    margin-right: 20px; } }
.section-table__check svg {
  width: 15px;
  height: 15px;
  display: none;
  fill: #fff; }
@media (max-width: 1379px) {
  .section-table__check svg {
    width: 12px;
    height: 12px; } }
.section-table__check span {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 2px solid #b2dcf7;
  background-color: #fff;
  box-sizing: border-box; }
@media (max-width: 1379px) {
  .section-table__check span {
    width: 20px;
    height: 20px; } }
.section-table__check input {
  display: none; }
.section-table__check input:checked + span {
  border-color: #00a9fc;
  background-color: #00a9fc; }
.section-table__check input:checked + span svg {
  display: block; }
@media (min-width: 992px) {
  .section-table__check:hover {
    cursor: pointer; } }
.section-table__download {
  width: 25px;
  height: 25px; }
@media (max-width: 1379px) {
  .section-table__download {
    width: 20px;
    height: 20px; } }
.section-table__download img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto; }
.section-table__download svg {
  fill: #233449; }
@media (min-width: 992px) {
  .section-table__download:hover {
    cursor: pointer; }
  .section-table__download:hover svg {
    fill: #00a9fc; } }
.section-table__menu {
  width: 25px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
@media (max-width: 1379px) {
  .section-table__menu {
    width: 20px;
    height: 14px; } }
.section-table__menu span, .section-table__menu::before, .section-table__menu::after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #16263b;
  content: '';
  transition: 0.3s; }
.section-table__menu.active span, .section-table__menu.active::before, .section-table__menu.active::after {
  background-color: #00a9fc; }
@media (min-width: 992px) {
  .section-table__menu:hover {
    cursor: pointer; }
  .section-table__menu:hover span, .section-table__menu:hover::before, .section-table__menu:hover::after {
    background-color: #00a9fc; } }
.section-table__path {
  display: none;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #00a9fc; }
@media (max-width: 1379px) {
  .section-table__path {
    margin-top: 5px;
    font-size: 12px; } }
.section-table__path a {
  display: inline-block;
  color: #00a9fc; }
.section-table__path a:not(:last-child) {
  margin-right: 8px; }
.section-table__path a:not(:last-child)::after {
  position: absolute;
  margin: 0 3px;
  color: #00a9fc;
  content: '-'; }
@media (min-width: 992px) {
  .section-table__path a:hover {
    cursor: pointer;
    text-decoration: underline; } }
.section-table__name {
  width: 33%;
  padding: 12px 15px; }
@media (max-width: 1379px) {
  .section-table__name {
    padding: 10px; } }
.section-table__date {
  max-width: 110px;
  min-width: 110px;
  padding: 12px 15px; }
@media (max-width: 1379px) {
  .section-table__date {
    max-width: 90px;
    min-width: 90px;
    padding: 10px; } }
.section-table__size {
  max-width: 110px;
  min-width: 110px;
  padding: 12px 15px; }
@media (max-width: 1379px) {
  .section-table__size {
    max-width: 90px;
    min-width: 90px;
    padding: 10px; } }
.section-table__version {
  max-width: 125px;
  min-width: 125px;
  padding: 12px 15px; }
@media (max-width: 1379px) {
  .section-table__version {
    max-width: 105px;
    min-width: 105px;
    padding: 10px; } }
.section-table__commit {
  width: 33%;
  padding: 12px 15px; }
@media (max-width: 1379px) {
  .section-table__commit {
    padding: 10px; } }
.section-table__footer {
  padding: 15px;
  display: flex;
  align-items: center;
  background-color: #f1f2f6; }
@media (max-width: 1379px) {
  .section-table__footer {
    padding: 10px; } }
.section-table__footer .section__select {
  margin-left: 30px; }
.section-table__footer .section__select-wrap {
  display: flex; }
.section-table__footer .section__select-wrap .btn {
  width: 148px;
  height: 40px;
  font-size: 14px;
  margin: 0;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
@media (min-width: 992px) {
  .section-table__footer .section__select-wrap .btn:hover {
    border: 2px solid #00a9fc; } }

.doc-menu, .product-menu {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 3;
  width: 230px;
  display: none;
  transform: translate(0, 100%); }
@media (max-width: 1379px) {
  .doc-menu, .product-menu {
    bottom: 15px; } }
.doc-menu__content, .product-menu__content {
  margin-top: 15px;
  padding: 30px;
  border: 1px solid #dfe1e3;
  background-color: #ffffff;
  box-shadow: 0 6px 16px rgba(126, 126, 126, 0.2); }
.doc-menu__arrow, .product-menu__arrow {
  position: absolute;
  width: 7px;
  height: 12px;
  top: 1px;
  left: 75px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid transparent;
  border-bottom: 7px solid #dfe1e3; }
@media (max-width: 1379px) {
  .doc-menu__arrow, .product-menu__arrow {
    left: 52px; } }
.doc-menu__arrow::after, .product-menu__arrow::after {
  z-index: 1;
  margin-top: 2px;
  display: block;
  border: 8px solid transparent;
  border-bottom: 7px solid #fff;
  content: ''; }
.doc-menu__item, .product-menu__item {
  display: flex;
  align-items: center;
  font-family: "Bliss Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #233449; }
.doc-menu__item:not(:last-child), .product-menu__item:not(:last-child) {
  margin-bottom: 20px; }
.doc-menu__item_del, .product-menu__item_del {
  color: #df2929; }
@media (min-width: 992px) {
  .doc-menu__item:hover, .product-menu__item:hover {
    cursor: pointer;
    color: #00a9fc; }
  .doc-menu__item:hover svg, .product-menu__item:hover svg {
    fill: #00a9fc; } }
.doc-menu__icon, .product-menu__icon {
  margin-right: 15px;
  width: 23px;
  height: 23px; }
.doc-menu__icon img, .product-menu__icon img {
  margin: 0;
  display: block; }
.doc-menu__icon svg, .product-menu__icon svg {
  fill: #233449; }

.pagination {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-family: "Bliss Pro", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
  color: #00a9fc; }
.pagination__arrow {
  width: 10px;
  height: 17px; }
.pagination__arrow svg {
  max-width: 100%;
  max-height: 100%;
  fill: #00a9fc; }
.pagination__arrow_next {
  margin-left: 15px;
  transform: rotate(180deg); }
.pagination__arrow_prev {
  margin-right: 15px; }
.pagination__arrow.disable {
  pointer-events: none; }
.pagination__arrow.disable svg {
  fill: #c8d5e2; }
@media (min-width: 992px) {
  .pagination__arrow:hover {
    cursor: pointer; } }
.pagination__item {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00a9fc;
  border-radius: 10px;
  border: 1px solid #00a9fc;
  background-color: #fff; }
.pagination__item.active {
  color: #fff;
  background-color: #00a9fc; }
@media (min-width: 992px) {
  .pagination__item:hover {
    cursor: pointer;
    color: #fff;
    background-color: #00a9fc; } }
.pagination__point {
  margin: 0 5px; }

.desktop {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 15;
  width: 100%;
  height: 100vh;
  padding: 77px 15px;
  background-color: #2c4462;
  border-radius: 0;
  background-image: none;
  box-shadow: none;
  transition: 0.3s;
  overflow-y: scroll; }
.desktop.active {
  left: 0; }
.desktop__close {
  position: absolute;
  top: 24px;
  left: 15px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center; }
.desktop__close::after, .desktop__close::before {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: ''; }
.desktop__close::after {
  transform: rotate(45deg); }
.desktop__close::before {
  transform: rotate(-45deg); }
.desktop__text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center; }
.desktop__img {
  margin: 36px 0; }
.desktop__img img {
  margin: 0 auto;
  display: block; }
.desktop .btn {
  max-width: 100%;
  width: 300px; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  padding: 15px;
  display: flex;
  visibility: hidden;
  opacity: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(22, 38, 59, 0.8); }
.popup.active {
  visibility: visible;
  opacity: 1; }
.popup__content {
  position: relative;
  max-width: 100%;
  width: 990px;
  max-height: 95vh;
  padding: 40px;
  box-shadow: 0 2px 30px rgba(37, 42, 57, 0.75);
  border-radius: 10px;
  background-color: #ffffff;
  overflow-y: auto; }
@media (max-width: 767px) {
  .popup__content {
    padding: 20px; } }
.popup__top {
  margin-bottom: 25px; }
.popup__title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #233449; }
.popup__subtitle {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #233449; }
.popup__text {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px; }
.popup__text_att {
  display: inline;
  font-weight: 700; }
.popup__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
.popup__close::before, .popup__close::after {
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #233449;
  content: ''; }
.popup__close::before {
  transform: rotate(45deg); }
.popup__close::after {
  transform: rotate(-45deg); }
@media (min-width: 992px) {
  .popup__close:hover {
    cursor: pointer; }
  .popup__close:hover::before, .popup__close:hover::after {
    background-color: #00a9fc; } }
.popup__bottom {
  margin-top: 30px;
  display: flex;
  align-items: center; }
.popup__bottom .btn {
  margin: 0; }
.popup__bottom .btn:not(:last-child) {
  margin-right: 30px; }
@media (max-width: 767px) {
  .popup__bottom .btn {
    width: 100%; }
  .popup__bottom .btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  .popup__bottom {
    margin-top: 20px;
    flex-wrap: wrap; } }
.popup_small {
  width: 500px; }
.popup_small .btn {
  width: 100%; }
@media (max-width: 767px) {
  .popup_small .btn {
    width: 100%; } }
.popup-form__good {
  background-color: rgba(22, 38, 59, 0.8); }
.popup-form__good .popup__content {
  display: flex; }
.popup-form__good .popup__icon {
  display: inline-block;
  margin-right: 24px; }
.popup-form__good .popup__text {
  margin-top: 15px; }

.file {
  padding-bottom: 1px;
  max-height: calc(95vh - 310px);
  overflow-y: auto; }
.file__item {
  padding: 13px 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #dfe1e3; }
.file__item:first-child {
  border-top: 1px solid #dfe1e3; }
.file__icon {
  margin-right: 20px;
  color: #00a9fc; }
.file__name {
  width: 55%;
  margin-right: 20px; }
.file__date {
  width: 90px;
  margin-right: 20px; }
.file__size {
  width: 90px;
  margin-right: 20px; }
.file__version {
  width: 90px; }
.file__del {
  width: 25px;
  height: 25px; }
.file__del svg {
  fill: #233449; }
@media (min-width: 992px) {
  .file__del:hover {
    cursor: pointer; }
  .file__del:hover svg {
    fill: #e54848; } }
.file__commit {
  margin-top: 15px;
  width: 100%;
  padding-left: 50px; }
.file__label {
  margin-bottom: 5px;
  font-family: "Bliss Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #00a9fc; }
.file__textarea {
  width: 100%;
  height: 120px;
  padding: 10px 15px;
  font-size: 16px;
  color: #233449;
  border-radius: 4px;
  border: 2px solid #00a9fc;
  background-color: #ffffff; }
.file__load {
  position: relative;
  width: 178px;
  height: 30px;
  border-radius: 2px;
  background-color: #b2dcf7; }
.file__load-procent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 44%;
  height: 30px;
  color: #fefeff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  border-radius: 2px;
  background-color: #00a9fc;
  transition: 0.3s; }
.file_download {
  padding: 8px 10px;
  flex-wrap: nowrap;
  color: #233449;
  border: none;
  border-top: none;
  border-radius: 4px;
  background-color: #f1f8fd; }
@media (min-width: 992px) {
  .file_download:hover {
    cursor: pointer; } }
.file_download .file__arr {
  width: 18px;
  height: 18px; }
.file_download-wrap {
  display: flex; }

#popup_edit .file__item, #popup_upload .file__item {
  justify-content: space-between; }

#popup_edit .file__name, #popup_upload .file__name {
  width: 66%; }

#popup_edit .file__size, #popup_upload .file__size {
  width: 180px; }

#popup_upload .file {
  max-height: calc(95vh - 490px); }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  padding: 15px;
  display: flex;
  visibility: hidden;
  opacity: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4); }
.preloader.active {
  visibility: visible;
  opacity: 1; }
.preloader__content {
  width: 140px;
  height: 140px;
  padding: 20px;
  max-width: 100%;
  box-shadow: 0 2px 30px rgba(37, 42, 57, 0.75);
  border-radius: 10px;
  background-color: #ffffff; }
.preloader__img {
  margin-bottom: 15px; }
.preloader__img img {
  display: block;
  margin: 0 auto; }
.preloader__title {
  font-size: 16px;
  text-align: center;
  color: #233449; }

.delete-info {
  padding: 13px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #dfe1e3;
  border-top: 1px solid #dfe1e3; }

#popup_del-config .popup__title {
  max-width: 600px;
  line-height: 36px; }

#popup_order .popup__content {
  width: 1130px;
  height: 650px;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden; }
#popup_order .popup__content .form {
  padding: 20px 30px; }
#popup_order .popup__content .form-block {
  width: 500px; }
#popup_order .popup__content .form .agree .check {
  margin-top: 0; }
#popup_order .popup__content .form__sub {
  margin-top: 0; }

#popup_order .popup__top {
  height: 195px;
  margin-bottom: 0;
  padding: 30px;
  background-color: #ebedf2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 10px 10px 0 0; }
#popup_order .popup__top-block {
  width: 70%; }
#popup_order .popup__top .form-big__text:last-child {
  margin-bottom: 0; }
#popup_order .popup__top .btn {
  width: 260px;
  margin: 0; }

#popup_order .popup__title {
  width: 100%;
  margin-bottom: 15px; }

#popup_order .popup__order-list {
  position: absolute;
  top: 195px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 455px;
  padding: 20px 30px;
  display: none;
  border-top: 1px solid #c8ced5;
  background-color: #ebedf2;
  overflow-y: auto; }
#popup_order .popup__order-list .section-table {
  margin-bottom: 0; }

.agree__info {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #00a9fc;
  background-color: #cce9fc;
  border-radius: 50%; }

#popup-img .popup__content {
  width: auto;
  padding: 15px; }
@media (max-width: 543px) {
  #popup-img .popup__content {
    padding: 5px; } }

#popup-img .popup__close {
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px; }

#popup-img img {
  max-height: 90vh; }

.page-form {
  background: url("/local/templates/norsi_trans/css/../img/bg-form.png") center top no-repeat;
  background-size: cover; }
.page-form .main-inner {
  background: none; }
@media (max-width: 1199px) {
  .page-form .desktop {
    left: 0; } }

.form_login {
  display: flex;
  justify-content: center;
}

.form_two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: 1s; }
@media (max-width: 1199px) {
  .form_two {
    position: relative; }
  .form_two .form-block {
    position: absolute;
    top: 0;
    left: -100%; }
  .form_two .form-block.active {
    left: 0; } }

.form-big {
  max-width: 1124px;
  margin: 0 auto 70px;
  padding: 55px;
  color: #233449;
  background-color: #fff; }
@media (max-width: 1199px) {
  .form-big {
    max-width: 100%;
    margin-bottom: 0;
    padding: 30px; } }
@media (max-width: 767px) {
  .form-big {
    padding: 20px 15px; } }
.form-big .section__title {
  font-weight: 700;
  text-align: left; }
@media (max-width: 1379px) {
  .form-big .section__title {
    margin-bottom: 25px; } }
@media (max-width: 1199px) {
  .form-big .section__title {
    margin-bottom: 20px;
    font-size: 26px; } }
@media (max-width: 767px) {
  .form-big .section__title {
    font-size: 20px; } }
.form-big__text {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 24px; }
@media (max-width: 767px) {
  .form-big__text {
    font-size: 16px; } }
.form-big input[type="tel"] {
  margin-right: 50%; }
@media (max-width: 767px) {
  .form-big input[type="tel"] {
    margin-right: 0; } }
.form-big .selectric {
  width: 460px;
  border-radius: 4px;
  border: 2px solid #b2dcf7; }
@media (max-width: 1199px) {
  .form-big .selectric {
    width: calc(100vw - 60px); } }
@media (max-width: 767px) {
  .form-big .selectric {
    width: calc(100vw - 30px); } }
.form-big .selectric .label {
  margin-left: 10px;
  color: #96a0ab; }
.form-big .selectric .button {
  width: 36px;
  height: 36px;
  background-color: #b2dcf7; }
.form-big .selectric.active {
  border-color: #00a9fc; }
.form-big .selectric.active .label {
  color: #233449; }
.form-big .selectric.active .button {
  background-color: #00a9fc; }
.form-big .selectric-hover .selectric .button {
  background-color: #fff; }
.form-big .selectric-items {
  width: 460px !important; }
.form-big .selectric-open .selectric {
  border-color: #00a9fc; }
.form-big .selectric-hide-select {
  position: static;
  overflow: visible;
  height: 0;
  width: 0; }
.form-big .selectric-hide-select select {
  overflow: hidden;
  opacity: 0; }
.form-big .file__item {
  width: 100%;
  padding: 13px 10px;
  border-top: 1px solid #dfe1e3; }
.form-big .file__name {
  width: auto;
  margin-right: 3px; }
.form-big .file__size {
  width: auto;
  margin-right: 10px; }
.form-big .file__del {
  margin-left: auto; }
.form-big .file_download {
  width: 100%;
  border: none; }
.form-big .file__arr {
  width: 18px;
  height: 18px; }
.form-big .drag-n-drop {
  margin-bottom: 0; }
.form-big .drag-n-drop ~ .file__item {
  display: none; }
@media (max-width: 1199px) {
  .form-big .form {
    overflow: hidden; } }
.form-big .form__item {
  margin-bottom: 30px; }
.form-big .form__sub {
  width: 100%;
  margin-top: 20px; }
.form-big .form__sub .btn {
  width: 250px;
  height: 60px; }
@media (max-width: 1199px) {
  .form-big .form__sub .btn {
    width: 100%;
    height: 40px; } }
.form-big .agree .check {
  width: 100%; }
.form-big .agree .check__text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
.form-big .agree .check__text-wrap {
  width: 100%; }
.form-big .agree .check .error {
  width: 100%;
  margin-top: 10px;
  display: none;
  align-items: center;
  font-family: "Bliss Pro", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #f02d2d; }
.form-big .agree .check .error__icon {
  width: 40px;
  height: 37px;
  margin-right: 15px;
  display: inline-block; }
.form-big .agree .check .error__icon svg {
  display: block;
  width: 100%;
  fill: #f02d2d;
  height: 100%; }
.form-big .agree .check input.error {
  width: 0; }
.form-big .agree.error .error {
  display: flex;
  max-width: 420px; }
@media (max-width: 1199px) {
  .form-big .agree.error .error {
    max-width: 100%; } }
.form-big .step {
  display: flex;
  align-items: center;
  font-family: "Bliss Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #96a0ab; }
.form-big .step__value {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #96a0ab;
  border-radius: 50%;
  background-color: #ffffff; }
.form-big .step__value svg {
  width: 12px;
  display: none; }
.form-big .step:not(:last-child)::after {
  margin: 0 10px;
  display: block;
  width: 45px;
  height: 7px;
  background: url("/local/templates/norsi_trans/css/../img/arrow-step.png") center no-repeat;
  background-size: contain;
  content: ''; }
.form-big .step.active {
  color: #00a9fc; }
.form-big .step.active .step__value {
  color: #fff;
  border-color: #00a9fc;
  background-color: #00a9fc; }
.form-big .step.done {
  color: #00a9fc; }
.form-big .step.done .step__value {
  color: #fff;
  border-color: #00a9fc;
  background-color: #fff; }
.form-big .step.done .step__value_num {
  display: none; }
.form-big .step.done .step__value svg {
  display: block;
  fill: #00a9fc; }
.form-big .steps {
  margin-bottom: 20px;
  display: none;
  align-items: center; }
@media (max-width: 1199px) {
  .form-big .steps {
    display: flex; } }
.form-big .step__btn {
  display: none; }
@media (max-width: 1199px) {
  .form-big .step__btn {
    display: block; } }

.form-block {
  width: 460px; }
@media (max-width: 1199px) {
  .form-block {
    // width: calc(100vw - 60px); } }
@media (max-width: 767px) {
  .form-block {
    width: calc(100vw - 30px); } }

.form__required {
  color: #f02d2d; }

.form__input.error {
  border-color: #f02d2d !important; }

.form__textarea {
  width: 100%;
  height: 120px;
  padding: 10px 15px;
  font-size: 16px;
  color: #233449;
  border-radius: 4px;
  border: 2px solid #b2dcf7;
  background-color: #ffffff; }
.form__textarea.active {
  border-color: #00a9fc; }

.form__direction {
  display: none; }
.form__direction .check {
  width: 100%;
  margin-top: 15px; }
.form__direction .check span {
  margin-right: 10px; }
.form__direction .check__text {
  font-size: 16px; }

.select2-container {
  width: 100%; }

.select2-container--default .select2-selection--single {
  height: 40px;
  border: 2px solid #b2dcf7; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px; }

ul.select2-results__options li {
  font-size: 16px; }
ul.select2-results__options li::before {
  display: none; }

.page-order {
  padding: 60px 50px; }
@media (max-width: 1699px) {
  .page-order {
    padding: 30px 30px 25px; } }
@media (max-width: 1199px) {
  .page-order {
    padding: 30px 15px 25px; } }
@media (max-width: 767px) {
  .page-order {
    padding: 15px; } }
.page-order .section__title {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #233449; }
.page-order .section__title::after {
  margin-left: 0; }
@media (max-width: 1699px) {
  .page-order .section__title {
    font-size: 34px; } }
@media (max-width: 1379px) {
  .page-order .section__title {
    font-size: 30px; } }
@media (max-width: 1199px) {
  .page-order .section__title {
    font-size: 20px;
    line-height: 28px; } }
@media (max-width: 1199px) {
  .page-order_config {
    display: none; }
  .page-order_config ~ .desctop, .page-order_config .desktop {
    left: 0; } }

.order-step {
  position: relative;
  height: 50px;
  display: flex;
  border: 1px solid #ffffff;
  background-color: #acbdd0;
  transition: overflow 0.5s; }
@media (max-width: 1379px) {
  .order-step {
    height: 46px; } }
@media (max-width: 1199px) {
  .order-step {
    display: block;
    margin: 0 -15px;
    overflow: hidden;
    z-index: 10;
    border: none; }
  .order-step.active {
    overflow: visible; }
  .order-step.active .order-step__arrow {
    transform: translate(-50%, 50%) rotate(90deg); } }
.order-step__num {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-family: "Bliss Pro", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  text-transform: uppercase;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #869bb1; }
.order-step__item {
  position: relative;
  width: 25%;
  height: 50px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  color: #fefefe;
  font-family: "Bliss Pro";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  background-color: #acbdd0;
  transition: transform 0.5s; }
@media (min-width: 992px) {
  .order-step__item:hover {
    cursor: pointer;
    color: #fff; } }
.order-step__item:not(:last-child)::before {
  position: absolute;
  top: 0;
  right: -24px;
  z-index: 1;
  display: block;
  border: 25px solid #fff;
  border-left: 15px solid transparent;
  content: ''; }
.order-step__item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -25px;
  z-index: 2;
  display: block;
  border: 25px solid #acbdd0;
  border-left: 15px solid transparent;
  content: ''; }
.order-step__item.active {
  color: #fff;
  background: url("/local/templates/norsi_trans/css/../img/bg-order-step.png") center no-repeat;
  background-size: cover;
  pointer-events: none; }
.order-step__item.active .order-step__num {
  color: #1d354a;
  background-color: #fff; }
.order-step__item.done {
  color: #00a9fc;
  background-color: #1d354a;
  transition: color 0.3s; }
.order-step__item.done .order-step__num {
  color: #00a9fc;
  background-color: #fff;
  transition: color 0.3s; }
.order-step__item.done::after {
  border-color: #1d354a;
  border-left: 15px solid transparent; }
@media (min-width: 992px) {
  .order-step__item:hover {
    cursor: pointer;
    color: #fff; }
  .order-step__item:hover .order-step__num {
    color: #1d354a; } }
@media (max-width: 1379px) {
  .order-step__item {
    height: 46px; }
  .order-step__item:not(:last-child)::before, .order-step__item:not(:last-child)::after {
    border-width: 23px 23px 23px 15px; } }
@media (max-width: 1199px) {
  .order-step__item {
    width: 100%;
    padding-left: 15px;
    font-size: 16px; }
  .order-step__item:not(:last-child) {
    border-bottom: 2px solid #fff; }
  .order-step__item:not(:last-child)::before, .order-step__item:not(:last-child)::after {
    display: none; }
  .order-step__item.active {
    background-image: url("/local/templates/norsi_trans/css/../img/bg-order-step2.png"); }
  .order-step__item[data-order="4"] {
    display: none; } }
.order-step__arrow {
  position: absolute;
  bottom: 22px;
  right: 15px;
  z-index: 1;
  width: 10px;
  height: 17px;
  display: none;
  transform: translate(-50%, 50%) rotate(-90deg); }
.order-step__arrow svg {
  fill: #fff; }
@media (max-width: 1199px) {
  .order-step__arrow {
    display: block; } }
.order-step_big .order-step__item {
  width: 33.3333333%; }

.order-content {
  margin-top: 40px;
  display: block; }
.order-content_two {
  display: flex; }

.order-main {
  width: 74%;
  margin-right: 60px; }
@media (max-width: 1699px) {
  .order-main {
    margin-right: 40px; } }
@media (max-width: 1379px) {
  .order-main {
    margin-right: 30px; } }
@media (max-width: 1199px) {
  .order-main {
    width: 100%;
    margin-right: 0; } }

.order-att {
  margin-bottom: 15px;
  display: none;
  font-size: 15px;
  line-height: 20px;
  color: #233449; }
@media (max-width: 1199px) {
  .order-att {
    display: flex; } }
.order-att__icon {
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bliss Pro", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #00a9fc;
  border: 2px solid #00a9fc;
  border-radius: 50%; }

.order-box {
  width: calc(26% - 60px);
  height: 100%;
  box-shadow: -6px 0 59px rgba(20, 34, 52, 0.3); }
@media (max-width: 1699px) {
  .order-box {
    width: calc(26% - 40px); } }
@media (max-width: 1199px) {
  .order-box {
    display: none; } }
.order-box__main {
  padding: 40px 50px;
  color: #fff;
  background-color: #324762; }
@media (max-width: 1699px) {
  .order-box__main {
    padding: 30px 40px; } }
@media (max-width: 1379px) {
  .order-box__main {
    padding: 2  0px; } }
.order-box__main .btn {
  width: 100%; }
.order-box__main .btn:not(:last-child) {
  margin-bottom: 20px; }
.order-box__title {
  margin-bottom: 10px;
  font-family: "Bliss Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase; }
@media (max-width: 1379px) {
  .order-box__title {
    font-size: 16px;
    line-height: 26px; } }
.order-box__subtitle {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px; }
@media (max-width: 1379px) {
  .order-box__subtitle {
    font-size: 15px;
    line-height: 22px; } }

.branch {
  position: relative;
  z-index: 0;
  width: calc(25% - 23px);
  min-height: 230px;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #334965; }
.branch::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  background-color: #122944;
  opacity: 0;
  content: ''; }
@media (min-width: 992px) {
  .branch:hover {
    cursor: pointer;
    box-shadow: 0 13px 38px rgba(0, 0, 0, 0.4); }
  .branch:hover .branch__title {
    color: #00a9fc; }
  .branch:hover .branch__icon svg {
    fill: #fff; }
  .branch:hover::after {
    opacity: 0.5; } }
.branch:not(:nth-child(4n)) {
  margin-right: 30px; }
@media (max-width: 1699px) {
  .branch {
    min-height: 220px; } }
@media (max-width: 1379px) {
  .branch {
    width: 32%;
    min-height: 200px; }
  .branch:not(:nth-child(4n)) {
    margin-right: 0; }
  .branch:not(:nth-child(3n)) {
    margin-right: 2%; } }
@media (max-width: 1199px) {
  .branch {
    width: 49%; }
  .branch:not(:nth-child(3n)) {
    margin-right: 0; }
  .branch:not(:nth-child(2n)) {
    margin-right: 2%; } }
@media (max-width: 767px) {
  .branch {
    width: 100%; }
  .branch:not(:nth-child(2n)) {
    margin-right: 0; } }
.branch__wrap {
  display: flex;
  flex-wrap: wrap; }
.branch__icon {
  height: 140px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
.branch__icon svg {
  fill: #00a9fc; }
@media (max-width: 1699px) {
  .branch__icon {
    height: 110px;
    padding: 15px; } }
@media (max-width: 1199px) {
  .branch__icon {
    height: 100px; } }
.branch__title {
  max-width: 380px;
  padding: 0 15px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase; }
.branch__title::after {
  margin: 10px auto;
  width: 22px;
  height: 1px;
  display: block;
  content: ''; }
@media (max-width: 1699px) {
  .branch__title {
    font-size: 18px; } }
@media (max-width: 1199px) {
  .branch__title {
    font-size: 18px; } }
.branch__text {
  font-size: 18px; }
@media (max-width: 1379px) {
  .branch__text {
    font-size: 16px; } }

.series .btn_more {
  margin-top: 40px; }

.series__item {
  position: relative;
  width: 100%;
  min-height: 190px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #233449;
  background-color: #fff;
  border-radius: 10px; }
.series__item:not(:last-child) {
  margin-bottom: 10px; }
.series__item::before {
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: -1;
  width: calc(100% - 60px);
  height: calc(100% - 30px);
  display: block;
  content: '';
  box-shadow: 0 10px 43px rgba(51, 68, 77, 0.38);
  border-radius: 10px;
  background-color: #f8f8f8; }

.series__main {
  position: relative;
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff url("/local/templates/norsi_trans/css/../img/bg-series__item.jpg") no-repeat;
  background-size: cover;
  border-radius: 10px 0 0 10px; }
.series__main::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: calc(50% - 15px);
  display: block;
  background-color: #fff;
  content: ''; }
.series__main::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: calc(50% - 15px);
  display: block;
  background-color: #fff;
  content: ''; }
.series__main span {
  position: absolute;
  right: -12px;
  top: 50%;
  border: solid #fff;
  border-width: 15px 12px;
  border-color: #fff #fff #fff transparent;
  display: block;
  transform: translate(0, -50%);
  content: ''; }
.series__main .btn {
  width: 200px;
  margin-top: 25px; }
@media (max-width: 1024px) {
  .series__main .btn {
    margin-top: 15px; } }
@media (max-width: 991px) {
  .series__main {
    width: 100%;
    height: 135px;
    background-image: url("/local/templates/norsi_trans/css/../img/bg-series__item_mobile.png");
    border-radius: 10px 10px 0 0; }
  .series__main::before, .series__main::after {
    width: calc(50% - 10px);
    height: 10px;
    top: auto;
    bottom: 0; }
  .series__main::before {
    left: 0;
    right: auto; }
  .series__main span {
    top: auto;
    right: auto;
    bottom: -10px;
    left: 50%;
    border-width: 10px;
    border-color: transparent #fff #fff #fff;
    transform: translate(-50%, 0); } }

.series__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase; }
@media (max-width: 1379px) {
  .series__title {
    font-size: 22px; } }
@media (max-width: 1024px) {
  .series__title {
    font-size: 18px;
    line-height: normal; } }

.series__descr {
  width: 33%;
  padding: 30px;
  align-self: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px; }
@media (max-width: 1379px) {
  .series__descr {
    font-size: 15px; } }
@media (max-width: 1024px) {
  .series__descr {
    padding: 15px; } }
@media (max-width: 991px) {
  .series__descr {
    width: 50%; } }
@media (max-width: 767px) {
  .series__descr {
    width: 100%;
    padding: 10px; } }

.series-list {
  margin-top: 5px;
  font-size: 15px; }
.series-list__item::before {
  display: inline-block;
  font-weight: 700;
  color: #00a9fc;
  content: '-'; }
@media (max-width: 1379px) {
  .series-list {
    font-size: 13px; } }

.series__img {
  width: 33%;
  padding: 10px;
  display: flex;
  align-items: center; }
@media (max-width: 991px) {
  .series__img {
    width: 50%; } }
@media (max-width: 767px) {
  .series__img {
    width: 100%; } }

.models .series__item {
  border: 1px solid #e2e3e7; }
.models .series__item::before {
  display: none; }

@media (max-width: 991px) {
  .models .series__main {
    height: 70px; } }

@media (max-width: 991px) {
  .models .series__title {
    margin-top: -10px; } }

.models__wrap {
  margin-top: 70px; }
@media (max-width: 1024px) {
  .models__wrap {
    margin-top: 30px; } }

.models__subtitle {
  margin-bottom: 26px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  color: #233449; }
@media (max-width: 1024px) {
  .models__subtitle {
    margin-bottom: 20px;
    font-size: 18px; } }

.models-block {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px; }
.models-block__item {
  position: relative;
  width: 49%;
  padding: 30px;
  margin-bottom: 30px;
  color: #233449;
  background: #fff url("/local/templates/norsi_trans/css/../img/bg-models__item.jpg") no-repeat;
  background-size: cover; }
.models-block__item:not(:nth-child(2n)) {
  margin-right: 2%; }
.models-block__item::before {
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: -1;
  width: calc(100% - 60px);
  height: calc(100% - 30px);
  display: block;
  content: '';
  box-shadow: 0 10px 43px rgba(51, 68, 77, 0.38);
  border-radius: 10px;
  background-color: #f8f8f8; }
@media (max-width: 991px) {
  .models-block__item {
    background-image: url("/local/templates/norsi_trans/css/../img/bg-models__item_mobile.png"); } }
@media (max-width: 767px) {
  .models-block__item {
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 15px; }
  .models-block__item:not(:nth-child(2n)) {
    margin-right: 0; } }
.models-block__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  color: #00a9fc; }
@media (max-width: 1024px) {
  .models-block__title {
    font-size: 16px; } }
@media (max-width: 991px) {
  .models-block__title {
    text-align: center;
    color: #233449; } }
.models-block .btn {
  width: 200px;
  margin-top: 25px;
  margin-left: 0; }
@media (max-width: 767px) {
  .models-block .btn {
    display: none; } }

.models-list {
  margin-top: 15px;
  font-size: 15px;
  line-height: 24px; }
.models-list__item::before {
  display: inline-block;
  font-weight: 700;
  color: #00a9fc;
  content: '-'; }
@media (max-width: 1379px) {
  .models-list {
    font-size: 13px; } }

.order-product {
  color: #233449; }
.order-product:not(:last-child) {
  border-bottom: 1px solid #dfe1e3; }
.order-product__title {
  padding: 15px 30px 15px 20px;
  display: flex;
  /*align-items: center;*/
  align-items: start;
  justify-content: space-between; }
@media (max-width: 1379px) {
  .order-product__title {
    padding: 15px; } }
.order-product__menu {
  min-width: 25px;
  max-width: 25px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
@media (max-width: 1379px) {
  .order-product__menu {
    min-width: 20px;
    max-width: 20px;
    height: 14px; } }
.order-product__menu span, .order-product__menu::before, .order-product__menu::after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #16263b;
  content: '';
  transition: 0.3s; }
.order-product__menu.active span, .order-product__menu.active::before, .order-product__menu.active::after {
  background-color: #00a9fc; }
@media (min-width: 992px) {
  .order-product__menu:hover {
    cursor: pointer; }
  .order-product__menu:hover span, .order-product__menu:hover::before, .order-product__menu:hover::after {
    background-color: #00a9fc; } }
.order-product__menu-wrap {
  position: relative;
  top: 8px;
}
.order-product__name {
  margin-left: 20px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  transition: color 0.3s; }
.order-product__name-amount {
  text-transform: none; }
@media (min-width: 992px) {
  .order-product__name:hover {
    cursor: pointer;
    color: #00a9fc; } }
@media (max-width: 1379px) {
  .order-product__name {
    margin-left: 10px;
    font-size: 14px; } }
.order-product__arrow {
  min-width: 10px;
  max-width: 10px;
  height: 19px;
  display: flex;
  transform: rotate(-90deg);
  transition: transform 0.3s; }
.order-product__arrow svg {
  fill: #00a9fc; }
@media (min-width: 992px) {
  .order-product__arrow:hover {
    cursor: pointer; } }
.order-product__arrow_small {
  min-width: 7px;
  max-width: 7px;
  height: 12px;
  margin-left: 5px;
  display: flex;
  transform: rotate(-90deg);
  transition: transform 0.3s; }
.order-product__arrow_small svg {
  fill: #00a9fc; }
.order-product__content {
  padding: 0 32px 20px 65px;
  display: none; }
@media (max-width: 1379px) {
  .order-product__content {
    padding: 0 15px 15px 50px; } }
.order-product__charact.active .order-product__subtitle {
  font-weight: 600; }
.order-product__charact.active .order-product__arrow_small {
  transform: rotate(90deg); }
.order-product__subtitle {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: font-weight 0.3s; }
@media (min-width: 992px) {
  .order-product__subtitle:hover {
    cursor: pointer;
    color: #00a9fc; } }
@media (max-width: 1379px) {
  .order-product__subtitle {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 20px; } }
.order-product__block {
  display: none;
  padding-left: 15px; }
@media (max-width: 1379px) {
  .order-product__block {
    padding-left: 10px; } }
.order-product__item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }
.order-product__item-wrap {
  display: flex;
  justify-content: space-between; }
.order-product__item-amount {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px; }
@media (max-width: 1379px) {
  .order-product__item-amount {
    font-size: 12px;
    line-height: 18px; } }
@media (max-width: 1379px) {
  .order-product__item {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 18px; } }
.order-product__info {
  width: 16px;
  height: 16px;
  margin-left: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #00a9fc;
  border-radius: 50%;
  background-color: #fff; }
@media (min-width: 992px) {
  .order-product__info:hover {
    cursor: pointer;
    color: #fff;
    background-color: #00a9fc; } }
@media (max-width: 1379px) {
  .order-product__info {
    width: 14px;
    height: 14px;
    font-size: 10px; } }
.order-product.active {
  background-color: #ebedf2; }
.order-product.active .order-product__arrow {
  transform: rotate(90deg); }

.product-menu {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  width: 330px;
  display: none;
  transform: translate(-50%, 100%); }
.product-menu__content {
  margin-top: 15px;
  padding: 30px;
  border: 1px solid #dfe1e3;
  background-color: #ffffff;
  box-shadow: 0 6px 16px rgba(126, 126, 126, 0.2); }
.product-menu__arrow {
  position: absolute;
  width: 7px;
  height: 12px;
  top: 1px;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid transparent;
  border-bottom: 7px solid #dfe1e3;
  transform: translate(-50%, 0); }
.product-menu__arrow::after {
  z-index: 1;
  margin-top: 2px;
  display: block;
  border: 8px solid transparent;
  border-bottom: 7px solid #fff;
  content: ''; }
.product-menu__item {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Bliss Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #233449; }
.product-menu__item:not(:last-child) {
  margin-bottom: 20px; }
.product-menu__item_del {
  color: #df2929; }
@media (min-width: 992px) {
  .product-menu__item:hover {
    cursor: pointer;
    color: #00a9fc; }
  .product-menu__item:hover svg {
    fill: #00a9fc; } }
@media (min-width: 992px) {
  .product-menu__item_count:hover {
    cursor: default; } }
.product-menu__icon {
  margin-right: 15px;
  width: 23px;
  height: 23px; }
.product-menu__icon img {
  margin: 0;
  display: block; }
.product-menu__icon svg {
  fill: #233449; }

.product-count {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  font-size: 30px;
  font-weight: 600;
  color: #233449;
  border-radius: 4px;
  border: 2px solid #b2dcf7;
  background-color: #ffffff;
  transform: translate(0, -50%); }
.product-count__nav {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 38px;
  border: 2px solid #b2dcf7;
  background-color: #b2dcf7; }
.product-count__main {
  width: 40px;
  display: flex;
  font-size: 17px;
  font-weight: 600;
  color: #233449;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: none; }
.product-count__minus::before {
  position: absolute;
  width: 12px;
  height: 2px;
  display: block;
  background-color: #233449;
  content: ''; }
.product-count__plus::before {
  position: absolute;
  width: 12px;
  height: 2px;
  display: block;
  background-color: #233449;
  content: ''; }
.product-count__plus::after {
  position: absolute;
  width: 2px;
  height: 12px;
  display: block;
  background-color: #233449;
  content: ''; }

.config__wrap {
  position: relative;
  width: 100%;
  margin-bottom: 46px;
  padding: 0 30px;
  background-color: #1d354a; }
@media (max-width: 1379px) {
  .config__wrap {
    padding: 0 15px; } }

.config-slider {
  display: flex;
  justify-content: space-around; }
.config-slider .slick-track {
  display: flex;
  height: 172px; }
@media (max-width: 1379px) {
  .config-slider .slick-track {
    height: 140px; } }
.config-slider .slick-slide {
  height: auto; }

.config__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 16px;
  height: 28px;
  transform: translate(0, -50%); }
.config__arrow svg {
  fill: #00a9fc; }
.config__arrow.disable {
  pointer-events: none; }
.config__arrow.disable svg {
  fill: #687b91; }
.config__arrow_prev {
  left: 30px; }
.config__arrow_next {
  right: 30px; }
.config__arrow_next svg {
  transform: rotate(180deg); }
@media (min-width: 992px) {
  .config__arrow:hover {
    cursor: pointer; }
  .config__arrow:hover svg {
    fill: #fff; } }
@media (max-width: 1379px) {
  .config__arrow_prev {
    left: 15px; }
  .config__arrow_next {
    right: 15px; } }

.config__block {
  position: relative;
  max-width: 180px;
  width: auto;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  text-align: center;
  overflow: hidden; }
.config__block::after {
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 5px;
  display: block;
  content: '';
  transition: left 0.3s; }
@media (max-width: 1379px) {
  .config__block {
    max-width: 160px;
    padding: 20px 0; } }
.config__block_prog {
  padding-bottom: 20px; }
@media (max-width: 1379px) {
  .config__block_prog {
    padding-bottom: 10px; } }
.config__block.active::after {
  left: 0; }
.config__block.active .config__icon svg {
  fill: #fff; }
.config__block.active .config__title {
  color: #fff; }
@media (min-width: 992px) {
  .config__block:hover {
    cursor: pointer; }
  .config__block:hover .config__icon svg {
    fill: #fff; }
  .config__block:hover .config__title {
    color: #fff; } }

.config__icon {
  margin: 0 auto;
  width: 70px;
  height: 70px; }
.config__icon svg {
  fill: #899bb1; }
@media (max-width: 1379px) {
  .config__icon {
    width: 55px;
    height: 55px; } }

.config__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  color: #899bb1; }
@media (max-width: 1379px) {
  .config__title {
    font-size: 14px;
    line-height: 22px; } }

.config__content {
  position: relative;
  padding-bottom: 5px;
  display: none; }
.config__content.active {
  display: block; }

.config__next {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  color: #00a9fc;
  transition: color 0.3s; }
.config__next svg {
  width: 10px;
  height: 17px;
  margin-left: 12px;
  fill: #00a9fc;
  transform: rotate(180deg); }
.config__next_top {
  top: 0; }
.config__next_bottom {
  bottom: 0; }
@media (min-width: 992px) {
  .config__next:hover {
    cursor: pointer;
    color: #233449; }
  .config__next:hover svg {
    fill: #233449; } }
@media (max-width: 1379px) {
  .config__next {
    font-size: 14px; } }

.config-error, .config-error-power {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  display: none;
  align-items: center;
  font-family: "Bliss Pro", sans-serif;
  font-size: 16px;
  color: #f02d2d;
  border: 1px solid #ff9696;
  background-color: #ffe9e9; }
@media (max-width: 1379px) {
  .config-error, .config-error-power {
    font-size: 14px; } }
.config-error__icon {
  width: 30px;
  height: 27px;
  margin-right: 10px; }
.config-error__icon svg {
  fill: #f02d2d; }
.config-error.active {
  display: flex; }
.config-error__close {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%); }
.config-error__close::before, .config-error__close::after {
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #93a3b5;
  content: ''; }
.config-error__close::before {
  transform: rotate(45deg); }
.config-error__close::after {
  transform: rotate(-45deg); }
@media (min-width: 992px) {
  .config-error__close:hover {
    cursor: pointer; }
  .config-error__close:hover::before, .config-error__close:hover::after {
    background-color: #f02d2d; } }

.section-table__title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  color: #233449; }
@media (max-width: 1379px) {
  .section-table__title {
    font-size: 16px; } }

.section-table__item_subtitle {
  pointer-events: none;
  padding: 3px 30px;
  font-family: "Bliss Pro", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #dfe1e3; }

.section-table_small .section-table__head {
  height: 30px; }

.section-table_small .section-table__item {
  padding: 0;
  font-size: 14px;
  line-height: normal;
  border-bottom: 1px solid #dfe1e3; }
@media (max-width: 1379px) {
  .section-table_small .section-table__item {
    font-size: 12px; } }
.section-table_small .section-table__item.default .section-table__check {
  cursor: default; }
.section-table_small .section-table__item.default .section-table__check span {
  border: none;
  background-color: transparent; }
.section-table_small .section-table__item.default .section-table__check svg {
  fill: #00a9fc; }
.section-table_small .section-table__item.active .section-table__amount {
  pointer-events: auto; }
.section-table_small .section-table__item.active .section-table__amount .selectric .button {
  display: flex; }
.section-table_small .section-table__item_subtitle {
  padding: 10px 30px; }

.section-table_small .section-table__check {
  margin-right: 0; }
.section-table_small .section-table__check svg {
  width: 13px;
  height: 13px; }
.section-table_small .section-table__check span {
  width: 20px;
  height: 20px; }
.section-table_small .section-table__check-wrap {
  padding: 10px 15px;
  min-width: 50px;
  max-width: 50px; }
@media (max-width: 1379px) {
  .section-table_small .section-table__check-wrap {
    padding: 8px 15px; } }

.section-table_small .section-table__radio-wrap {
  padding: 10px 15px;
  min-width: 50px;
  max-width: 50px; }
@media (max-width: 1379px) {
  .section-table_small .section-table__radio-wrap {
    padding: 8px 15px; } }
.section-table_small .section-table__radio-wrap .radio span {
  margin: 0; }

.section-table_small .section-table__seria {
  width: 25%;
  padding: 10px 15px; }
@media (max-width: 1379px) {
  .section-table_small .section-table__seria {
    padding: 8px 15px; } }
.section-table_small .section-table__seria-block:not(:last-child) {
  margin-bottom: 15px; }

.section-table_small .section-table__descr {
  width: 60%;
  padding: 10px 15px; }
@media (max-width: 1379px) {
  .section-table_small .section-table__descr {
    padding: 8px 15px; } }
.section-table_small .section-table__descr-block:not(:last-child) {
  margin-bottom: 15px; }

.section-table_small .section-table__amount {
  width: 160px;
  padding: 5px 15px;
  font-size: 14px;
  text-align: center;
  pointer-events: none; }
.section-table__set > div.section-table__amount > div > div.selectric-items > div > ul > li:nth-child(1) {
  display: none;
}
@media (max-width: 1379px) {
  .section-table_small .section-table__amount {
    padding: 3px 15px;
    font-size: 12px; } }
.section-table_small .section-table__amount .selectric {
  width: 130px;
  border: none;
  background-color: transparent; }
.section-table_small .section-table__amount .selectric .label {
  height: 30px;
  margin: 0 36px;
  font-size: 14px;
  line-height: 30px;
  text-align: center; }
@media (max-width: 1379px) {
  .section-table_small .section-table__amount .selectric .label {
    font-size: 12px; } }
.section-table_small .section-table__amount .selectric .button {
  height: 30px;
  display: none; }
.disabled .section-table__amount .selectric .button {
	pointer-events: none !important;
	display: none !important;
}
.section-table_small .section-table__amount .selectric .button::after {
  width: 10px;
  height: 17px;
  transition: transform 0.3s; }
@media (max-width: 1379px) {
  .section-table_small .section-table__amount .selectric .button::after {
    width: 8px;
    height: 15px; } }
.section-table_small .section-table__amount .selectric-items {
  width: auto !important;
  left: 50%;
  transform: translate(-50%, 0); }
.section-table_small .section-table__amount .selectric-items li {
  padding: 8px 15px; }
.section-table_small .section-table__amount .selectric-open .button:after {
  transform: rotate(90deg); }

.section-table__set {
  align-items: flex-start; }

.section-table_main .section-table__item {
  pointer-events: none; }

.section-table_main .section-table__seria {
  padding-left: 30px; }

.page-news {
  padding: 60px 50px; }
@media (max-width: 1699px) {
  .page-news {
    padding: 30px 30px 25px; } }
@media (max-width: 1379px) {
  .page-news {
    padding: 30px 15px 25px; } }
@media (max-width: 767px) {
  .page-news {
    padding: 15px; } }
.page-news .section__title {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #233449; }
.page-news .section__title::after {
  margin-left: 0; }
@media (max-width: 1699px) {
  .page-news .section__title {
    font-size: 34px; } }
@media (max-width: 1379px) {
  .page-news .section__title {
    font-size: 30px; } }
@media (max-width: 1199px) {
  .page-news .section__title {
    font-size: 20px;
    line-height: 28px; } }
.page-news__top {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
@media (max-width: 767px) {
  .page-news__top {
    display: block; } }

.news {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f8f8f8; }
.news__wrap {
  width: 23.5%;
  margin-bottom: 30px; }
@media (min-width: 992px) {
  .news__wrap:hover .news__btn {
    opacity: 1; } }
.news__wrap:not(:nth-child(4n)) {
  margin-right: 2%; }
@media (max-width: 1199px) {
  .news__wrap {
    width: 32%; }
  .news__wrap:not(:nth-child(4n)) {
    margin-right: 0; }
  .news__wrap:not(:nth-child(3n)) {
    margin-right: 2%; } }
@media (max-width: 991px) {
  .news__wrap {
    width: 49%; }
  .news__wrap:not(:nth-child(3n)) {
    margin-right: 0; }
  .news__wrap:not(:nth-child(2n)) {
    margin-right: 2%; } }
@media (max-width: 767px) {
  .news__wrap {
    width: 100%;
    margin-bottom: 15px; }
  .news__wrap:not(:nth-child(2n)) {
    margin-right: 0; } }
.news__blocks {
  display: flex;
  flex-wrap: wrap; }
.news::before {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
  width: calc(100% - 40px);
  height: calc(100% - 20px);
  display: block;
  box-shadow: 0 10px 43px rgba(51, 68, 77, 0.38);
  content: ''; }
.news__img {
  position: relative;
  height: 240px;
  margin: 0;
  overflow: hidden; }
.news__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  transform: translate(-50%, -50%); }
@media (max-width: 1699px) {
  .news__img {
    height: 200px; } }
@media (max-width: 1379px) {
  .news__img {
    height: 180px; } }
@media (max-width: 543px) {
  .news__img {
    height: 162px; } }
@media (max-width: 375px) {
  .news__img img {
    max-height: 180px; } }
.news__content {
  margin-bottom: 32px;
  padding: 20px 20px 10px;
  font-size: 14px;
  line-height: 24px; }
@media (max-width: 1379px) {
  .news__content {
    padding: 15px 15px 10px; } }
@media (max-width: 1199px) {
  .news__content {
    font-size: 16px; } }
.news__date {
  margin-bottom: 14px;
  display: block;
  font-size: 14px;
  line-height: normal;
  color: #1c75d2; }
@media (max-width: 1379px) {
  .news__date {
    margin-bottom: 10px; } }
.news__title {
  font-size: 18px;
  font-weight: 700;
  color: #233449; }
@media (max-width: 1699px) {
  .news__title {
    font-size: 16px;
    line-height: 20px; } }
@media (max-width: 1379px) {
  .news__title {
    font-size: 14px;
    line-height: 18px; } }
.news__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 32px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  opacity: 0; }
@media (max-width: 1199px) {
  .news__btn {
    opacity: 1; } }
.news-select__wrap {
  display: flex;
  align-items: center; }
@media (max-width: 767px) {
  .news-select__wrap {
    display: block;
    margin-bottom: 20px; } }
.news-select__wrap .selectric {
  width: 270px;
  border-right: 2px solid #b2dcf7;
  border-color: #b2dcf7;
  border-radius: 4px; }
@media (max-width: 767px) {
  .news-select__wrap .selectric {
    width: 100%; } }
.news-select__wrap .selectric .label {
  margin-left: 10px; }
.news-select__wrap .selectric .button {
  height: 36px;
  background-color: #b2dcf7; }
.news-select__wrap .selectric.active {
  border-color: #00a9fc; }
.news-select__wrap .selectric.active .label {
  color: #233449; }
.news-select__wrap .selectric.active .button {
  background-color: #00a9fc; }
.news-select__wrap .selectric-hover .selectric .button {
  background-color: #fff; }
.news-select__wrap .selectric-items {
  width: 270px !important; }
.news-select__wrap .selectric-open .selectric {
  border-color: #00a9fc; }
.news-select__wrap .selectric-hide-select {
  position: static;
  overflow: visible;
  height: 0;
  width: 0; }
.news-select__wrap .selectric-hide-select select {
  overflow: hidden;
  opacity: 0; }
.news-select__name {
  margin-right: 15px;
  font-family: "Bliss Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #00a9fc; }
@media (max-width: 1199px) {
  .news-select__name {
    font-size: 16px; } }
@media (max-width: 767px) {
  .news-select__name {
    margin-bottom: 6px; } }

.btn-more {
  width: 100%; }

.detail {
  min-height: calc(100vh - 500px); }
.detail .section__title {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  text-align: left;
  color: #233449; }
.detail .section__title::after {
  margin-left: 0; }
@media (max-width: 1699px) {
  .detail .section__title {
    font-size: 30px; } }
@media (max-width: 1199px) {
  .detail .section__title {
    font-size: 20px;
    line-height: 28px; } }
.detail .section__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px; }
@media (max-width: 1379px) {
  .detail .section__text {
    font-size: 16px;
    line-height: 20px; } }
@media (max-width: 767px) {
  .detail .section__text {
    font-size: 14px;
    line-height: 18px; } }
.detail__main {
  background-color: #f8f8f8; }
.detail__date {
  margin-bottom: 27px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #00a9fc; }
@media (max-width: 1379px) {
  .detail__date {
    margin-bottom: 20px;
    font-size: 16px; } }
@media (max-width: 767px) {
  .detail__date {
    margin-bottom: 15px; } }
.detail__block {
  margin-bottom: 50px;
  color: #233449; }
@media (max-width: 1379px) {
  .detail__block {
    margin-bottom: 30px; } }
.detail h2 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase; }
@media (max-width: 1379px) {
  .detail h2 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 32px; } }
@media (max-width: 767px) {
  .detail h2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px; } }
.detail h3 {
  margin-bottom: 20px; }
.detail p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px; }
.detail p:not(:last-child) {
  margin-bottom: 20px; }
@media (max-width: 1379px) {
  .detail p {
    font-size: 16px;
    line-height: 20px; }
  .detail p:not(:last-child) {
    margin-bottom: 15px; } }
@media (max-width: 767px) {
  .detail p {
    font-size: 14px;
    line-height: 18px; } }
.detail ul {
  margin-top: 15px;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 20px; }
.detail ul li {
  position: relative;
  padding-left: 21px; }
.detail ul li:not(:last-child) {
  margin-bottom: 10px; }
.detail ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
  margin-right: 12px;
  font-size: 26px;
  line-height: 20px;
  font-weight: 700; }
@media (max-width: 767px) {
  .detail ul li:not(:last-child) {
    margin-bottom: 5px; } }
.detail ul li ul {
  width: 100%;
  color: #596675; }
@media (max-width: 1379px) {
  .detail ul {
    font-size: 15px;
    line-height: 18px; } }
.detail img {
  display: block;
  margin: auto; }
.detail-slider__item img {
  max-height: 100%;
  margin: auto; }
.detail-slider__img {
  width: 100%;
  padding: 10px; }
.detail-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 1; }
.detail-slider__arrow svg {
  fill: #00a9fc; }
.detail-slider__arrow_prev {
  left: -20px;
  transform: translate(-100%, -50%); }
.detail-slider__arrow_next {
  right: -20px;
  transform: translate(100%, -50%) rotate(180deg); }
.detail-slider__arrow.slick-disabled {
  pointer-events: none; }
.detail-slider__arrow.slick-disabled svg {
  fill: #cfcfcf; }
@media (min-width: 992px) {
  .detail-slider__arrow:hover {
    cursor: pointer; } }
@media (max-width: 1199px) {
  .detail-slider__arrow_prev {
    left: -5px; }
  .detail-slider__arrow_next {
    right: -5px; } }
@media (max-width: 767px) {
  .detail-slider__arrow_prev {
    left: 30px; }
  .detail-slider__arrow_next {
    right: 30px; } }
.detail-slider_big .detail-slider__item {
  height: 625px; }
.detail-slider_big .detail-slider__item img {
  height: 100%; }
@media (max-width: 1379px) {
  .detail-slider_big .detail-slider__item {
    height: 400px; } }
@media (max-width: 767px) {
  .detail-slider_big .detail-slider__item {
    height: 182px; } }
.detail-slider_big-wrap {
  margin: 50px 70px 0;
  position: relative; }
@media (max-width: 1199px) {
  .detail-slider_big-wrap {
    margin: 30px 20px 0; } }
@media (max-width: 767px) {
  .detail-slider_big-wrap {
    margin: 25px 0 0; } }
.detail-slider_big-wrap .detail-slider__arrow {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 2px;
  background-color: #eeeeee; }
@media (min-width: 992px) {
  .detail-slider_big-wrap .detail-slider__arrow:hover {
    background-color: #00a9fc; }
  .detail-slider_big-wrap .detail-slider__arrow:hover svg {
    fill: #fff; } }
@media (max-width: 1199px) {
  .detail-slider_big-wrap .detail-slider__arrow_prev {
    left: 30px; }
  .detail-slider_big-wrap .detail-slider__arrow_next {
    right: 30px; } }
@media (max-width: 767px) {
  .detail-slider_big-wrap .detail-slider__arrow {
    width: 40px;
    height: 40px; } }
.detail-slider_small-wrap {
  position: relative;
  margin: 30px 50px 0; }
@media (max-width: 1199px) {
  .detail-slider_small-wrap {
    margin: 20px 20px 0; } }
@media (max-width: 767px) {
  .detail-slider_small-wrap {
    margin: 10px -3px 0; } }
.detail-slider_small-wrap .detail-slider__arrow {
  width: 17px;
  height: 28px; }
@media (max-width: 767px) {
  .detail-slider_small-wrap .detail-slider__arrow {
    display: none; } }
.detail-slider_small-wrap .detail-slider__item {
  position: relative;
  margin: 0 10px; }
.detail-slider_small-wrap .detail-slider__item img {
  width: 100%;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover; }
@media (max-width: 1379px) {
  .detail-slider_small-wrap .detail-slider__item img {
    height: 90px; } }
@media (max-width: 767px) {
  .detail-slider_small-wrap .detail-slider__item img {
    height: 60px; } }
@media (min-width: 992px) {
  .detail-slider_small-wrap .detail-slider__item:hover {
    cursor: pointer; }
  .detail-slider_small-wrap .detail-slider__item:hover::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(33, 49, 67, 0.3);
    content: ''; } }
@media (max-width: 767px) {
  .detail-slider_small-wrap .detail-slider__item {
    margin: 0 3px; } }
.detail-slider_small-wrap .detail-slider__item.slick-current::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  display: block;
  background-color: #00a9fc;
  content: ''; }
.detail__img {
  margin-bottom: 50px; }
@media (max-width: 1379px) {
  .detail__img {
    margin-bottom: 30px; } }
.detail__img img {
  width: 100%; }

.detail__block__imgs .detail__block__img::after {
  position: absolute;
  top: 25px;
  left: 40px;
  z-index: -2;
  width: calc(100% - 100px);
  height: calc(100% - 50px);
  display: block;
  box-shadow: 0 10px 43px rgba(51, 68, 77, 0.38);
  content: ''; }

@media (min-width: 992px) {
  .detail__block__imgs .detail__block__img:hover {
    box-shadow: 0 5px 50px rgba(29, 53, 74, 0.16); } }

.branch__wrap_detail {
  margin-top: 20px; }
.branch__wrap_detail .branch {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default; }
@media (max-width: 1379px) {
  .branch__wrap_detail .branch {
    width: 23.5%;
    min-height: 180px; }
  .branch__wrap_detail .branch:not(:nth-child(3n)) {
    margin-right: 0; }
  .branch__wrap_detail .branch:not(:nth-child(4n)) {
    margin-right: 2%; } }
@media (max-width: 1199px) {
  .branch__wrap_detail .branch {
    width: 49%; }
  .branch__wrap_detail .branch:not(:nth-child(3n)) {
    margin-right: 0; }
  .branch__wrap_detail .branch:not(:nth-child(2n)) {
    margin-right: 2%; } }
@media (max-width: 767px) {
  .branch__wrap_detail .branch {
    width: 100%; }
  .branch__wrap_detail .branch:not(:nth-child(2n)) {
    margin-right: 0; } }

.page-solution {
  padding-top: 10px;
  display: flex;
  flex-direction: column; }
.page-solution .btn {
  width: 240px; }
@media (max-width: 1199px) {
  .page-solution .btn {
    margin-top: 20px; } }

.solution__tab {
  position: relative;
  margin: 0 16px;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #233449; }
@media (max-width: 1199px) {
  .solution__tab {
    margin: 0;
    padding-right: 25px;
    border-bottom: 1px solid #e7ebef; } }
@media (max-width: 767px) {
  .solution__tab {
    padding: 12px 25px 12px 0;
    font-size: 16px; } }
.solution__tabs {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e7ebef; }
@media (max-width: 1199px) {
  .solution__tabs {
    margin: 0;
    display: block;
    border-bottom: none; } }
.solution__tab-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  min-width: 10px;
  max-width: 10px;
  height: 19px;
  display: none;
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: transform 0.3s; }
.solution__tab-arrow svg {
  fill: #00a9fc; }
@media (max-width: 1199px) {
  .solution__tab-arrow {
    display: block; } }
.solution__tab.active {
  pointer-events: none; }
.solution__tab.active::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  display: block;
  content: ''; }
@media (max-width: 1199px) {
  .solution__tab.active::before {
    display: none; } }
@media (max-width: 1199px) {
  .solution__tab.active {
    border: none;
    pointer-events: auto; }
  .solution__tab.active .solution__tab-arrow {
    transform: translate(-50%, -50%) rotate(90deg); } }
@media (min-width: 992px) {
  .solution__tab:hover {
    cursor: pointer;
    color: #00a9fc; } }

.solution__content {
  display: none;
  padding: 40px 0 0; }
@media (max-width: 1199px) {
  .solution__content {
    padding: 20px 0 10px; } }
.solution__content.active {
  display: block; }
@media (max-width: 1199px) {
  .solution__content.active {
    display: none;
    border-bottom: 1px solid #e7ebef; } }

.solution__block {
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 24px;
  color: #233449; }
.solution__block_two {
  display: flex;
  justify-content: space-between; }
.solution__block_two > * {
  width: 50%; }
.solution__block_two > :first-child {
  padding-right: 45px; }
.solution__block_two > :last-child {
  padding-left: 45px; }
@media (max-width: 1199px) {
  .solution__block_two {
    display: block; }
  .solution__block_two > * {
    width: 100%; }
  .solution__block_two > :first-child {
    padding-right: 0; }
  .solution__block_two > :last-child {
    padding-left: 0; } }
@media (max-width: 1379px) {
  .solution__block {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .solution__block {
    margin-bottom: 20px; } }
.solution__block h2 {
  margin-bottom: 14px;
  font-size: 19px;
  font-weight: 600; }
@media (max-width: 1379px) {
  .solution__block h2 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 26px; } }
@media (max-width: 767px) {
  .solution__block h2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px; } }
.solution__block p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px; }
.solution__block p:not(:last-child) {
  margin-bottom: 20px; }
@media (max-width: 1379px) {
  .solution__block p {
    font-size: 16px;
    line-height: 20px; }
  .solution__block p:not(:last-child) {
    margin-bottom: 15px; } }
@media (max-width: 767px) {
  .solution__block p {
    font-size: 14px;
    line-height: 18px; } }
.solution__block ul {
  margin-top: 15px;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 20px; }
.solution__block ul li {
  position: relative;
  padding-left: 21px; }
.solution__block ul li:not(:last-child) {
  margin-bottom: 15px; }
.solution__block ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
  margin-right: 12px;
  font-size: 26px;
  line-height: 20px;
  font-weight: 700; }
@media (max-width: 767px) {
  .solution__block ul li:not(:last-child) {
    margin-bottom: 10px; } }
.solution__block ul li ul {
  width: 100%;
  color: #596675; }

.solution__img {
  margin-bottom: 40px; }
.solution__img img {
  width: 100%; }
@media (max-width: 767px) {
  .solution__img {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .solution__img {
    margin-bottom: 20px; } }

.solution__title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #233449; }
@media (max-width: 1379px) {
  .solution__title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 26px; } }
@media (max-width: 767px) {
  .solution__title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px; } }

.catalog {
  padding: 40px 50px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  background-image: url("/local/templates/norsi_trans/css/../img/bg-catalog-top1.png"); }

  .catalog-card { position: relative; }
  .catalog-card .btn { position: absolute; bottom: 20px; }
@media (max-width: 1699px) {
  .catalog {
    padding: 40px 30px; } }
@media (max-width: 1379px) {
  .catalog {
    padding: 40px 15px; } }
@media (max-width: 767px) {
  .catalog {
    background-size: contain;
    background-image: url("/local/templates/norsi_trans/css/../img/bg-catalog-top1_mobile.png"); }
  .catalog-card { position: static; }
  .catalog-card .btn { position: static; }
  }
.catalog p {
  margin-top: 0;
  margin-bottom: 30px; }
@media (max-width: 1199px) {
  .catalog p {
    margin-bottom: 20px; } }
.catalog ul:not(.breadcrumbs) {
  margin-top: 15px;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 20px; }
@media (max-width: 1199px) {
  .catalog ul:not(.breadcrumbs) {
    font-size: 14px;
    line-height: 18px; } }
.catalog ul:not(.breadcrumbs) li {
  position: relative;
  padding-left: 21px; }
.catalog ul:not(.breadcrumbs) li:not(:last-child) {
  margin-bottom: 5px; }
.catalog ul:not(.breadcrumbs) li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
  margin-right: 12px;
  font-size: 26px;
  line-height: 20px;
  font-weight: 700; }
@media (max-width: 1199px) {
  .catalog ul:not(.breadcrumbs) li {
    padding-left: 16px; }
  .catalog ul:not(.breadcrumbs) li::before {
    font-size: 20px;
    line-height: 18px; } }
@media (max-width: 767px) {
  .catalog ul:not(.breadcrumbs) li:not(:last-child) {
    margin-bottom: 10px; } }
@media (max-width: 1379px) {
  .catalog ul:not(.breadcrumbs) {
    font-size: 16px;
    line-height: 18px; }
  .catalog ul:not(.breadcrumbs) li::before {
    font-size: 20px;
    line-height: 18px; } }
.catalog_top {
  padding: 90px 50px 40px;
  background-image: url("/local/templates/norsi_trans/css/../img/bg-catalog-top1.png"); }
@media (max-width: 1699px) {
  .catalog_top {
    padding: 90px 30px 40px; } }
@media (max-width: 1379px) {
  .catalog_top {
    padding: 70px 15px 40px; } }
@media (max-width: 767px) {
  .catalog_top {
    padding: 70px 15px 40px; } }
.catalog_top .catalog__info {
  margin-top: 120px; }
@media (max-width: 1379px) {
  .catalog_top .catalog__info {
    margin-top: 80px; } }
@media (max-width: 767px) {
  .catalog_top .catalog__info {
    margin-top: 30px; } }
.catalog_light {
  color: #233449;
  background-color: #e8eef4; }
.catalog_light .catalog__main {
  color: #fff; }
.catalog_dark {
  color: #fff;
  background-color: #243650; }
.catalog__info {
  display: flex; }
@media (max-width: 767px) {
  .catalog__info {
    flex-direction: column; } }
.catalog__main {
  width: 50%;
  padding-right: 40px; }
@media (max-width: 767px) {
  .catalog__main {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0; } }
.catalog__descr {
  width: 50%;
  padding-left: 1%;
  font-size: 17px;
  line-height: 28px; }
.catalog__descr h3 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase; }
@media (min-width: 1379px) {
  .catalog__descr {
    font-size: 16px; } }
@media (max-width: 1199px) {
  .catalog__descr {
    font-size: 14px;
    line-height: 20px; }
  .catalog__descr h3 {
    font-size: 14px;
    line-height: 20px; } }
@media (max-width: 767px) {
  .catalog__descr {
    width: 100%;
    padding-left: 0; } }
.catalog__logo {
  margin-bottom: 40px; }
.catalog__logo img {
  max-height: 70%; }
@media (max-width: 1199px) {
  .catalog__logo {
    margin-bottom: 25px; }
  .catalog__logo img {
    max-height: 50px; } }
@media (max-width: 767px) {
  .catalog__logo {
    margin-bottom: 20px; }
  .catalog__logo img {
    max-width: 100px;
    max-height: 40px; } }
.catalog__subtitle {
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase; }
@media (max-width: 1199px) {
  .catalog__subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 18px; } }
@media (max-width: 767px) {
  .catalog__subtitle {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px; } }
.catalog__title {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase; }
@media (max-width: 1199px) {
  .catalog__title {
    font-size: 26px;
    line-height: 26px; } }
@media (max-width: 767px) {
  .catalog__title {
    font-size: 20px;
    line-height: 20px; } }
.catalog-card {
  width: 23.5%;
  margin-bottom: 40px;
  padding: 0 40px 60px;
  font-size: 15px;
  color: #233449;
  border: 1px solid #ff954f;
  background-color: rgba(255, 255, 255, 0.85); }
.catalog-card:not(:nth-child(4n)) {
  margin-right: 2%; }
@media (max-width: 1379px) {
  .catalog-card {
    padding: 0 20px 60px; } }
@media (max-width: 1199px) {
  .catalog-card {
    width: 32%; }
  .catalog-card:not(:nth-child(4n)) {
    margin-right: 0; }
  .catalog-card:not(:nth-child(3n)) {
    margin-right: 2%; } }
@media (max-width: 991px) {
  .catalog-card {
    width: 49%; }
  .catalog-card:not(:nth-child(3n)) {
    margin-right: 0; }
  .catalog-card:not(:nth-child(2n)) {
    margin-right: 2%; } }
@media (max-width: 767px) {
  .catalog-card {
    width: 100%;
    padding: 0 15px 15px;
    margin-bottom: 15px; }
  .catalog-card:not(:nth-child(2n)) {
    margin-right: 0; } }
.catalog-cards {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap; }
@media (max-width: 767px) {
  .catalog-cards {
    margin-top: 30px; } }
.catalog-card__img {
  height: 150px;
  padding: 5px;
  display: flex;
  border-bottom: 1px solid #bdc4cb; }
.catalog-card__img img {
  max-height: 100%;
  margin: auto; }
@media (max-width: 1379px) {
  .catalog-card__img {
    height: 135px;
    padding: 8px; } }
@media (max-width: 767px) {
  .catalog-card__img {
    height: 116px; } }
.catalog-card__title {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase; 
  
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1379px) {
  .catalog-card__title {
    font-size: 20px;
    line-height: 20px; } }
.catalog-card__title > img {
  width: 85px;
  height: 29px;
  margin-left: 8px;   
}
@media (min-width: 1024px) {
  .catalog-card__title > img {
    width: 96px;
    height: 33px;   
  }
}
.catalog-card ul.catalog-card__list {
  margin: 10px 12px;
  font-size: 15px; }
.catalog-card ul.catalog-card__list li {
  margin-bottom: 0;
  padding-left: 12px; }
.catalog-card ul.catalog-card__list li::before {
  font-size: 17px; }
@media (max-width: 1379px) {
  .catalog-card ul.catalog-card__list {
    margin: 12px 15px;
    font-size: 13px;
    line-height: 13px; }
  .catalog-card ul.catalog-card__list li:not(:last-child) {
    margin-bottom: 2px; }
  .catalog-card ul.catalog-card__list li::before {
    font-size: 15px;
    line-height: 13px; } }
.catalog-card .btn {
  margin-top: 15px;
  margin-left: 0; }

.catalog-detail .detail-slider_big .detail-slider__item {
  height: 470px;
  display: flex;
  align-items: center;
  justify-content: center; }
.catalog-detail .detail-slider_big .detail-slider__item img {
  height: auto;
  margin: auto; }
@media (max-width: 1379px) {
  .catalog-detail .detail-slider_big .detail-slider__item {
    height: 300px; } }
@media (max-width: 767px) {
  .catalog-detail .detail-slider_big .detail-slider__item {
    height: 115px; } }

.catalog-detail .detail-slider_big-wrap {
  margin-top: 15px; }

.catalog-detail .detail-slider_small .detail-slider__item {
  height: 110px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center; }
.catalog-detail .detail-slider_small .detail-slider__item img {
  height: auto;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain; }
@media (max-width: 1379px) {
  .catalog-detail .detail-slider_small .detail-slider__item {
    height: 90px; } }
@media (max-width: 767px) {
  .catalog-detail .detail-slider_small .detail-slider__item {
    height: 60px; } }

.detail-slider__item.minprompt{
  position: relative;
  padding-top: 36px;
}
.detail-slider__item.minprompt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("/local/templates/norsi_trans/css/../img/minprompt-detail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 132px;
  height: 29px;
}
@media (min-width: 1024px) {
  .detail-slider__item.minprompt:after {
    width: 144px;
    height: 33px;
  }
}

.catalog-detail .solution__block ul {
  font-size: 15px;
  line-height: 18px; }
.catalog-detail .solution__block ul li {
  margin-bottom: 5px;
  padding-left: 12px; }
.catalog-detail .solution__block ul li::before {
  font-size: 20px;
  line-height: 16px; }

@media (max-width: 1199px) {
  .catalog-detail__doc {
    display: none; } }

.catalog-detail__doc_mobile {
  display: none;
  margin: 0 -15px; }
@media (max-width: 1199px) {
  .catalog-detail__doc_mobile {
    display: block; } }
.catalog-detail__doc_mobile .file-download {
  padding: 15px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  border-top: 1px solid #dfe1e3 !important; }
.catalog-detail__doc_mobile .file-download .file__name {
  margin-right: 20px; }

.catalog-detail__doc .section-table__head {
  height: 40px; }

.catalog-detail__doc .section-table__name {
  width: calc(70% - 50px); }
.catalog-detail__doc .section-table__name a {
  color: #233449; }
@media (min-width: 992px) {
  .catalog-detail__doc .section-table__name a:hover {
    cursor: pointer;
    color: #00a9fc; } }

.catalog-detail__doc .section-table__version {
  min-width: 15%;
  max-width: 15%; }

.catalog-detail__doc .section-table__date {
  min-width: 15%;
  max-width: 15%; }

.catalog-detail__config_big {
 margin: 0 auto 34px auto;
}

@media (max-width: 1199px) {
  .catalog-detail__config_big {
    width: auto;
    margin: 0 auto 34px; } }

.catalog-detail__config_big-wrap {
  width: 100%;
  overflow-x: auto;
  display: flex; }

.catalog-detail__config_big .section-table__item {
  pointer-events: none; }

.catalog-detail__config_big .section-table__head {
  height: 40px; }

.catalog-detail__config_big .section-table__name {
  width: 34%;
  padding-left: 20px;
  min-width: 460px; }
@media (max-width: 1199px) {
  .catalog-detail__config_big .section-table__name {
    min-width: 200px; } }

.catalog-detail__config_big .section-table__config1 {
  width: 33%;
  min-width: 460px;
  padding: 10px 20px; }
@media (max-width: 1199px) {
  .catalog-detail__config_big .section-table__config1 {
    min-width: 200px; } }

.catalog-detail__config_big .section-table__config2 {
  width: 66%;
  min-width: 920px;
  text-align: center;
  padding: 10px 20px; }
@media (max-width: 1199px) {
  .catalog-detail__config_big .section-table__config2 {
    min-width: 400px; } }

.catalog-detail__config_big .section-table__config3 {
  width: 66%;
  min-width: 1380px;
  text-align: center;
  padding: 10px 20px; }
@media (max-width: 1199px) {
  .catalog-detail__config_big .section-table__config3 {
    min-width: 600px; } }

.catalog-detail__config_big .section-table__item_subtitle {
  padding: 10px 20px; }

.catalog-detail__block {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 1199px) {
  .catalog-detail .btn_config {
    display: none; } }

.sertifikat {
  display: flex;
  flex-wrap: wrap; }
.sertifikat__item {
  width: 30%;
  margin-bottom: 30px;
  display: flex; }
.sertifikat__item:not(:nth-child(3n)) {
  margin-right: 5%; }
@media (max-width: 1199px) {
  .sertifikat__item {
    width: 49%; }
  .sertifikat__item:not(:nth-child(3n)) {
    margin-right: 0; }
  .sertifikat__item:not(:nth-child(2n)) {
    margin-right: 2%; } }
@media (max-width: 767px) {
  .sertifikat__item {
    width: 100%; }
  .sertifikat__item:not(:nth-child(2n)) {
    margin-right: 0; } }
.sertifikat__img {
  width: 150px; }
.sertifikat__img img {
  box-shadow: 0 10px 25px rgba(51, 68, 77, 0.2); }
@media (max-width: 767px) {
  .sertifikat__img {
    width: 115px; } }
.sertifikat__text {
  width: calc(100% - 170px);
  margin-top: 12px;
  margin-left: 20px;
  font-size: 15px;
  line-height: 22px;
  color: #233449; }
@media (max-width: 1379px) {
  .sertifikat__text {
    font-size: 13px;
    line-height: 18px; } }
@media (max-width: 767px) {
  .sertifikat__text {
    width: calc(100% - 135px);
    margin-top: 4px; } }

@media (max-width: 1199px) {
  .map-solution {
    margin: 0 -15px; } }

.map-solution__item {
  border-bottom: 1px solid #fff; }
@media (min-width: 992px) {
  .map-solution__item:hover .map-solution__title {
    cursor: pointer;
    color: #fff;
    background-image: url("/local/templates/norsi_trans/css/../img/bg-tabmap1.png"); }
  .map-solution__item:hover .map-solution__icon svg {
    fill: #fff; }
  .map-solution__item:hover .map-solution__arrow svg {
    fill: #fff; } }
.map-solution__item.active .map-solution__title {
  color: #fff;
  background-image: url("/local/templates/norsi_trans/css/../img/bg-tabmap1.png"); }
.map-solution__item.active .map-solution__icon svg {
  fill: #fff; }
.map-solution__item.active .map-solution__arrow {
  transform: translate(0, -50%) rotate(90deg); }
.map-solution__item.active .map-solution__arrow svg {
  fill: #fff; }

.map-solution__title {
  position: relative;
  padding: 30px 100px 30px 30px;
  min-height: 130px;
  display: flex;
  align-items: center;
  color: #233449;
  background-color: #f8f8f8;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  transition: color 0.3s; }
@media (max-width: 767px) {
  .map-solution__title {
    padding: 20px 60px 20px 15px;
    min-height: 90px; } }

.map-solution__icon {
  margin-right: 25px; }
.map-solution__icon svg {
  max-width: 50px;
  max-height: 50px;
  fill: #00a9fc; }
@media (max-width: 767px) {
  .map-solution__icon {
    margin-right: 15px; } }

.map-solution__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase; }
@media (max-width: 1379px) {
  .map-solution__name {
    font-size: 20px; } }
@media (max-width: 767px) {
  .map-solution__name {
    font-size: 14px;
    line-height: 20px; } }

.map-solution__arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 10px;
  height: 17px;
  transform: translate(0, -50%) rotate(-90deg); }
.map-solution__arrow svg {
  fill: #00a9fc; }
@media (max-width: 767px) {
  .map-solution__arrow {
    right: 15px; } }

.map-solution__content {
  display: none; }

.map-solution__list .section-table__head {
  height: 30px;
  background-color: #213143; }
.map-solution__list .section-table__head > * {
  padding: 10px 30px; }
@media (max-width: 1199px) {
  .map-solution__list .section-table__head {
    display: none; } }

.map-solution__list .section-table__item > * {
  padding: 20px 30px; }
@media (max-width: 1199px) {
  .map-solution__list .section-table__item > * {
    padding: 0 15px;
    margin-bottom: 15px; } }

@media (max-width: 1199px) {
  .map-solution__list .section-table__item {
    align-items: flex-start; } }

.map-solution__list .section-table__item .section-table__logo {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
  transition: opacity 0.3s filter 0.3s; }
@media (max-width: 1199px) {
  .map-solution__list .section-table__item .section-table__logo {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1; } }

@media (min-width: 992px) {
  .map-solution__list .section-table__item:hover {
    background-color: transparent; }
  .map-solution__list .section-table__item:hover .section-table__logo {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1; } }

@media (max-width: 1199px) {
  .map-solution__list .section-table__item {
    flex-wrap: wrap; } }

.map-solution__list .section-table__logo {
  width: 230px; }
@media (max-width: 1379px) {
  .map-solution__list .section-table__logo {
    width: 200px; } }
@media (max-width: 1199px) {
  .map-solution__list .section-table__logo {
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 0;
    display: flex; }
  .map-solution__list .section-table__logo img {
    margin: auto; } }

.map-solution__list .section-table__solution {
  width: 300px; }
.map-solution__list .section-table__solution span {
  display: block; }
@media (max-width: 1379px) {
  .map-solution__list .section-table__solution {
    width: 250px; } }
@media (max-width: 1199px) {
  .map-solution__list .section-table__solution {
    width: 25%; }
  .map-solution__list .section-table__solution span {
    display: inline; } }
@media (max-width: 767px) {
  .map-solution__list .section-table__solution {
    width: 100%; } }

.map-solution__list .section-table__equip {
  width: 300px; }
.map-solution__list .section-table__equip a {
  display: block;
  text-decoration: underline; }
@media (min-width: 992px) {
  .map-solution__list .section-table__equip a:hover {
    text-decoration: none; } }
@media (max-width: 1379px) {
  .map-solution__list .section-table__equip {
    width: 200px; } }
@media (max-width: 1199px) {
  .map-solution__list .section-table__equip {
    width: 25%; }
  .map-solution__list .section-table__equip a {
    display: inline-block; } }
@media (max-width: 767px) {
  .map-solution__list .section-table__equip {
    width: 100%; } }

.map-solution__list .section-table__os {
  width: 300px; }
@media (max-width: 1379px) {
  .map-solution__list .section-table__os {
    width: 250px; } }
@media (max-width: 1199px) {
  .map-solution__list .section-table__os {
    width: 25%; } }
@media (max-width: 767px) {
  .map-solution__list .section-table__os {
    width: 100%; } }

.map-solution__list .section-table__descr {
  width: 30%; }
@media (max-width: 1199px) {
  .map-solution__list .section-table__descr {
    width: 25%; } }
@media (max-width: 767px) {
  .map-solution__list .section-table__descr {
    width: 100%; } }

.map-solution__subtitle {
  display: none;
  font-size: 14px;
  color: #7a838d; }
@media (max-width: 1199px) {
  .map-solution__subtitle {
    display: block; } }

.main-inner_manufacture {
  background-image: url("/local/templates/norsi_trans/css/../img/bg-manufacture1.png");
  background-position-y: top; }
@media (max-width: 1199px) {
  .main-inner_manufacture {
    height: auto; } }
@media (max-width: 767px) {
  .main-inner_manufacture {
    background-image: url("/local/templates/norsi_trans/css/../img/bg-manufacture1_mobile.png"); } }
.main-inner_manufacture .main-inner__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.main-inner_manufacture .main-inner__content .breadcrumbs {
  width: 100%; }
.main-inner_manufacture .section__title {
  flex-basis: 25%;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700; }
@media (max-width: 1379px) {
  .main-inner_manufacture .section__title {
    flex-basis: 15%;
    font-size: 26px;
    line-height: 36px; } }
@media (max-width: 1199px) {
  .main-inner_manufacture .section__title {
    flex-basis: 100%; } }
@media (max-width: 767px) {
  .main-inner_manufacture .section__title {
    font-size: 20px;
    line-height: 28px; } }

.manufacture-numb {
  height: 225px;
  display: flex;
  flex-basis: 75%; }
@media (max-width: 1379px) {
  .manufacture-numb {
    flex-basis: 80%;
    height: 200px;
    margin-bottom: 20px;
    justify-content: center; } }
@media (max-width: 1199px) {
  .manufacture-numb {
    flex-basis: 100%;
    justify-content: flex-start; } }
@media (max-width: 767px) {
  .manufacture-numb {
    height: auto;
    flex-wrap: wrap;
    flex-basis: 100%;
    justify-content: space-between; } }
.manufacture-numb__item {
  max-width: 160px;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
.manufacture-numb__item:nth-child(odd) {
  align-self: flex-start; }
.manufacture-numb__item:nth-child(even) {
  align-self: flex-end; }
@media (max-width: 1379px) {
  .manufacture-numb__item {
    max-width: 110px;
    height: 100px; } }
@media (max-width: 767px) {
  .manufacture-numb__item {
    width: 48%;
    max-width: none;
    padding-right: 10px;
    align-self: flex-start; }
  .manufacture-numb__item:nth-child(even) {
    order: 1; } }
.manufacture-numb__title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-weight: 700;
  white-space: nowrap; }
.manufacture-numb__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 25px);
  height: 4px;
  display: block;
  content: ''; }
@media (max-width: 767px) {
  .manufacture-numb__title::after {
    width: calc(100% + 20px); } }
.manufacture-numb__name {
  font-size: 46px;
  line-height: 46px; }
@media (max-width: 1379px) {
  .manufacture-numb__name {
    font-size: 38px;
    line-height: 38px; } }
.manufacture-numb__unit {
  position: absolute;
  right: -30px;
  bottom: 25px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  transform: rotate(-90deg); }
@media (max-width: 1379px) {
  .manufacture-numb__unit {
    bottom: 22px;
    right: -27px;
    font-size: 13px;
    line-height: 13px; } }
.manufacture-numb__text {
  font-size: 17px;
  line-height: 20px; }
@media (max-width: 1379px) {
  .manufacture-numb__text {
    font-size: 14px;
    line-height: 16px; } }

.manufacture-content .btn {
  width: 200px;
  margin-top: 30px;
  margin-left: 0; }

.manufacture-content .section {
  min-height: 430px;
  padding: 50px 60px 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
@media (max-width: 1699px) {
  .manufacture-content .section {
    padding: 30px; } }
@media (max-width: 767px) {
  .manufacture-content .section {
    padding: 30px 15px; } }
.manufacture-content .section_two {
  padding: 0; }
.manufacture-content .section_two .section__title {
  text-align: left; }
@media (max-width: 767px) {
  .manufacture-content .section_two .section__title {
    text-align: center; } }
.manufacture-content .section__title {
  font-size: 24px;
  line-height: normal; }
.manufacture-content .section__title::after {
  display: none; }
@media (max-width: 767px) {
  .manufacture-content .section__title {
    font-size: 18px;
    line-height: 24px; } }
.manufacture-content .section__left {
  width: 50%;
  padding: 50px 30px 50px 60px; }
@media (max-width: 1699px) {
  .manufacture-content .section__left {
    padding: 30px 15px 30px 30px; } }
@media (max-width: 767px) {
  .manufacture-content .section__left {
    width: 100%;
    padding: 20px 15px; } }
.manufacture-content .section__rigth {
  width: 50%;
  padding: 50px 60px 50px 30px; }
@media (max-width: 1699px) {
  .manufacture-content .section__rigth {
    padding: 30px 30px 30px 15px; } }
@media (max-width: 767px) {
  .manufacture-content .section__rigth {
    width: 100%;
    padding: 0 15px 20px; } }
.manufacture-content .section-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
.manufacture-content .section img {
  margin: auto;
  display: block; }
.manufacture-content .section h2 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; }
@media (max-width: 1379px) {
  .manufacture-content .section h2 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px; } }
@media (max-width: 767px) {
  .manufacture-content .section h2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px; } }
.manufacture-content .section p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px; }
.manufacture-content .section p:not(:last-child) {
  margin-bottom: 20px; }
@media (max-width: 1379px) {
  .manufacture-content .section p {
    font-size: 15px;
    line-height: 18px; }
  .manufacture-content .section p:not(:last-child) {
    margin-bottom: 15px; } }
@media (max-width: 767px) {
  .manufacture-content .section p {
    font-size: 14px;
    line-height: 18px; } }
.manufacture-content .section ul {
  margin-top: 15px;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 20px; }
.manufacture-content .section ul li {
  position: relative;
  padding-left: 21px; }
.manufacture-content .section ul li:not(:last-child) {
  margin-bottom: 10px; }
.manufacture-content .section ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
  margin-right: 12px;
  font-size: 26px;
  line-height: 20px;
  font-weight: 700; }
@media (max-width: 767px) {
  .manufacture-content .section ul li:not(:last-child) {
    margin-bottom: 5px; } }
.manufacture-content .section ul li ul {
  width: 100%;
  color: #596675; }
@media (max-width: 1379px) {
  .manufacture-content .section ul {
    font-size: 15px;
    line-height: 18px; } }

.manufacture-stages {
  background-image: url("/local/templates/norsi_trans/css/../img/bg-manufacture2.png"); }

.manufacture-spectrum {
  background-image: url("/local/templates/norsi_trans/css/../img/bg-manufacture3.png"); }

.manufacture-security {
  background-image: url("/local/templates/norsi_trans/css/../img/bg-manufacture4.png"); }
@media (max-width: 767px) {
  .manufacture-security {
    background-image: url("/local/templates/norsi_trans/css/../img/bg-manufacture4_mobile.png");
    background-position-y: top !important; }
  .manufacture-security .section__left {
    height: 170px; } }

.manufacture-platform {
  background-image: url("/local/templates/norsi_trans/css/../img/bg-manufacture5.png"); }
@media (max-width: 767px) {
  .manufacture-platform {
    background-image: url("/local/templates/norsi_trans/css/../img/bg-manufacture5_mobile.png");
    background-position-y: top !important; }
  .manufacture-platform .section__rigth {
    order: -1;
    height: 170px; } }

.manufacture-block {
  width: 25%; }
@media (max-width: 1199px) {
  .manufacture-block {
    width: 32%; } }
@media (max-width: 767px) {
  .manufacture-block {
    width: 100%; }
  .manufacture-block:not(:last-child) {
    margin-bottom: 30px; } }
.manufacture-blocks {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
@media (max-width: 767px) {
  .manufacture-blocks {
    margin-top: 25px; } }
.manufacture-block__img {
  margin-bottom: 25px; }
.manufacture-block__img svg {
  max-height: 90px;
  fill: #00a9fc; }
@media (max-width: 767px) {
  .manufacture-block__img {
    margin-bottom: 15px; }
  .manufacture-block__img svg {
    max-width: 65px; } }
.manufacture-block__title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase; }
@media (max-width: 1379px) {
  .manufacture-block__title {
    font-size: 20px;
    line-height: 24px; } }
@media (max-width: 1199px) {
  .manufacture-block__title {
    font-size: 18px;
    line-height: 22px; } }
@media (max-width: 767px) {
  .manufacture-block__title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px; } }
.manufacture-block__text {
  font-size: 17px;
  line-height: 24px; }
@media (max-width: 1379px) {
  .manufacture-block__text {
    font-size: 16px;
    line-height: 22px; } }
@media (max-width: 767px) {
  .manufacture-block__text {
    font-size: 14px;
    line-height: 18px; } }

.stages {
  display: flex;
  flex-wrap: wrap; }
.stages__item {
  width: 22%;
  margin-top: 60px;
  padding-left: 8px;
  display: flex; }
.stages__item:not(:nth-child(4n)) {
  margin-right: 4%; }
@media (max-width: 1699px) {
  .stages__item {
    width: 23.5%; }
  .stages__item:not(:nth-child(4n)) {
    margin-right: 2%; } }
@media (max-width: 1199px) {
  .stages__item {
    width: 32%;
    margin-top: 50px; }
  .stages__item:not(:nth-child(4n)) {
    margin-right: 0; }
  .stages__item:not(:nth-child(3n)) {
    margin-right: 2%; } }
@media (max-width: 991px) {
  .stages__item {
    width: 49%;
    margin-top: 50px; }
  .stages__item:not(:nth-child(3n)) {
    margin-right: 0; }
  .stages__item:not(:nth-child(2n)) {
    margin-right: 2%; } }
@media (max-width: 767px) {
  .stages__item {
    width: 100%;
    margin-top: 40px; }
  .stages__item:not(:nth-child(4n)) {
    margin-right: 0; } }
.stages__num {
  width: 41px;
  height: 41px;
  margin-right: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  border-radius: 50%;
  background-color: #1d354a;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.1); }
@media (max-width: 1699px) {
  .stages__num {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    font-size: 16px;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.1); } }
.stages__text {
  max-width: calc(100% - 64px);
  font-size: 17px;
  line-height: 24px; }
@media (max-width: 1699px) {
  .stages__text {
    font-size: 16px;
    line-height: 22px; } }
@media (max-width: 767px) {
  .stages__text {
    font-size: 14px;
    line-height: 18px; } }

.footer {
  padding: 35px 50px 59px;
  background-color: #f8f8f8; }
@media (max-width: 1699px) {
  .footer {
    padding: 20px 30px 40px; } }
@media (max-width: 1199px) {
  .footer {
    padding: 15px; } }
.footer-menu {
  padding-bottom: 27px;
  margin-bottom: 27px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5; }
@media (max-width: 1199px) {
  .footer-menu {
    display: none; } }
.footer-menu__wrap {
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/ }
.footer-menu__wrap:not(:last-child) {
  margin-right: 15px; }
.footer-menu__block {
  font-size: 16px;
  line-height: 24px; }
.footer-menu__block:not(:last-child) {
  margin-bottom: 20px; }
@media (max-width: 1699px) {
  .footer-menu__block {
    font-size: 14px; } }
.footer-menu__title {
  text-transform: uppercase;
  color: #00a9fc; 
  white-space: nowrap;
}
.footer-menu__item {
  display: block;
  color: #233449; }
@media (min-width: 992px) {
  .footer-menu__item:hover {
    cursor: pointer;
    color: #00a9fc; } }
.footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #233449; }
@media (max-width: 1199px) {
  .footer__bottom {
    align-items: flex-start; } }
@media (max-width: 1024px) {
  .footer__bottom {
    flex-wrap: wrap; } }
.footer__info {
  font-size: 14px;
  line-height: 16px; }
@media (max-width: 1699px) {
  .footer__info {
    line-height: 22px; } }
.footer__address {
  font-style: normal;
  font-weight: 700; }
.footer__address a {
  color: #233449; }
@media (min-width: 992px) {
  .footer__address a:hover {
    color: #00a9fc; } }
.footer__copyright {
  margin-top: 16px; }
@media (max-width: 1699px) {
  .footer__copyright {
    font-size: 12px; } }
.footer__made {
  margin-left: 30px;
  white-space: nowrap;
  color: #1c88de; }
@media (min-width: 992px) {
  .footer__made:hover {
    cursor: pointer;
    text-decoration: underline; } }
@media (max-width: 1699px) {
  .footer__made {
    font-size: 12px; } }
@media (max-width: 1199px) {
  .footer__made {
    margin-left: 0;
    margin-top: 11px; } }

.blockquote {
  margin: 0 0 20px;
  padding: 30px 30px 30px 56px;
  font-size: 19px;
  font-weight: 600;
  line-height: 28px;
  font-style: italic;
  color: #233449;
  border-left: 4px solid #00a9fc;
  background-color: #f8f8f8; }
.blockquote::before {
  margin-left: -35px;
  margin-right: 10px;
  content: '«'; }
.blockquote::after {
  margin-left: 10px;
  content: '»';
  line-height: 0px; }
.blockquote::before, .blockquote::after {
  position: relative;
  bottom: 3px;
  display: inline-block;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  color: #00a9fc;
  transform: translate(0, 5px); }
@media (max-width: 1379px) {
  .blockquote {
    padding: 20px 20px 20px 35px;
    font-size: 18px;
    line-height: 24px; }
  .blockquote::before, .blockquote::after {
    font-size: 36px; }
  .blockquote::before {
    margin-left: -25px;
    margin-right: 5px; }
  .blockquote::after {
    margin-left: 5px; } }
@media (max-width: 767px) {
  .blockquote {
    padding: 15px 20px 15px 30px;
    font-size: 16px;
    line-height: 20px; }
  .blockquote::before, .blockquote::after {
    font-size: 24px; }
  .blockquote::before {
    margin-left: -20px;
    margin-right: 5px; }
  .blockquote::after {
    margin-left: 5px; } }

.help-info {
  padding: 35px 40px;
  font-size: 17px;
  font-style: italic;
  line-height: 28px;
  background-color: #f8f8f8; }
@media (max-width: 1379px) {
  .help-info {
    padding: 20px;
    font-size: 16px;
    line-height: 24px; } }
@media (max-width: 767px) {
  .help-info {
    padding: 15px;
    font-size: 14px;
    line-height: 20px; } }
.help-info h2 {
  margin: 0 0 10px;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; }
@media (max-width: 1379px) {
  .help-info h2 {
    font-size: 16px;
    line-height: 24px; } }
@media (max-width: 767px) {
  .help-info h2 {
    font-size: 14px;
    line-height: 20px; } }

.origin {
  font-size: 17px;
  font-style: italic;
  color: #6e7c8b; }
.origin a {
  color: #00a9fc; }
@media (min-width: 992px) {
  .origin a:hover {
    color: #233449; } }
@media (max-width: 1379px) {
  .origin {
    font-size: 16px; } }
@media (max-width: 767px) {
  .origin {
    font-size: 14px; } }

.att-info {
  margin: 0 0 20px;
  padding: 25px 30px;
  font-size: 22px;
  line-height: 34px;
  border-left: 4px solid #ca8654;
  color: #233449;
  background-color: #f8f8f8; }
@media (max-width: 1379px) {
  .att-info {
    padding: 20px 20px 20px 35px;
    font-size: 18px;
    line-height: 24px; } }
@media (max-width: 767px) {
  .att-info {
    padding: 20px 15px 15px;
    font-size: 16px;
    line-height: 20px; } }

.file-download {
  padding: 8px 10px;
  flex-wrap: nowrap;
  font-weight: 600;
  color: #233449;
  border: none !important;
  border-radius: 4px;
  background-color: #f1f8fd; }
@media (min-width: 992px) {
  .file-download:hover {
    cursor: pointer; } }
.file-download .file__name {
  width: auto;
  margin-right: 2px; }
.file-download .file__name-wrap {
  display: flex;
  flex-wrap: wrap; }
.file-download .file__size {
  width: auto;
  white-space: nowrap;
  margin-right: 15px; }
.file-download .file__arr {
  width: 20px;
  height: 20px; }
@media (max-width: 767px) {
  .file-download .file {
    width: 100%; }
  .file-download .file__icon {
    margin-right: 10px; }
  .file-download .file__wrap {
    display: block; } }
.file-download__wrap {
  display: flex; }
.file-download_light {
  padding: 0;
  background-color: transparent;
  color: #fff; }
.file-download_light .file__arr {
  fill: #fff; }
.file-download_dark {
  padding: 0;
  background-color: transparent;
  color: #233449; }
.file-download_dark .file__arr {
  fill: #233449; }

.contact__item {
  margin-bottom: 10px; }

.contact__name {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block; }

.contact__info {
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 600; }

.contact-block {
  width: 23.5%;
  min-height: 160px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #f8f8f8; }
.contact-block:not(:nth-child(4n)) {
  margin-right: 2%; }
@media (max-width: 1199px) {
  .contact-block {
    width: 32%; }
  .contact-block:not(:nth-child(4n)) {
    margin-right: 0; }
  .contact-block:not(:nth-child(3n)) {
    margin-right: 2%; } }
@media (max-width: 991px) {
  .contact-block {
    width: 49%; }
  .contact-block:not(:nth-child(3n)) {
    margin-right: 0; }
  .contact-block:not(:nth-child(2n)) {
    margin-right: 2%; } }
@media (max-width: 767px) {
  .contact-block {
    width: 100%; }
  .contact-block:not(:nth-child(2n)) {
    margin-right: 0; } }
.contact-blocks {
  display: flex;
  flex-wrap: wrap; }
.contact-block__title {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #233449; }
.contact-block__item {
  margin-bottom: 10px; }
.contact-block__name {
  display: inline-block; }
.contact-block__info {
  display: inline-block; }

@media (min-width: 992px) {
  .contact a:hover {
    text-decoration: underline; } }

.block-info {
  display: flex;
  flex-wrap: wrap; }
.block-info__item {
  width: 32%;
  margin-bottom: 20px;
  padding: 20px;
  border-left: 4px solid #00a9fc;
  background-color: #f8f8f8; }
@media (max-width: 1199px) {
  .block-info__item {
    padding: 15px; } }
.block-info__item:not(:nth-child(3n)) {
  margin-right: 2%; }
@media (max-width: 991px) {
  .block-info__item {
    width: 49%; }
  .block-info__item:not(:nth-child(3n)) {
    margin-right: 0; }
  .block-info__item:not(:nth-child(2n)) {
    margin-right: 2%; } }
@media (max-width: 767px) {
  .block-info__item {
    width: 100%; }
  .block-info__item:not(:nth-child(2n)) {
    margin-right: 0; } }
.block-info__title {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #00a9fc; }
.block-info__num {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #00a9fc; }
.block-info__text ul {
  margin-bottom: 15px; }
.form_search {
  display: flex;
  width: 70%;
  justify-content: space-between;
}
.input_search {
  width: 50%;
  height: 30px;
}
.btn_search{
  width: 20%;
  margin-left: 3%;
  height: 30px;
}
@media (max-width: 767px) {
  body {
    position: relative;
  }

  .footer {
    /*position: absolute;
    bottom: 0px;*/
  }

  .form_search {
    width: 90%;
  }

  .input_search {
    width: 60%;
  }

  .btn_search{
    width: 20%;
    margin-left: 3%;
    font-size: 14px;
  }
}
td {
  padding-top: 0px;
}

ul.map-level-0 a {
  font-weight: bold;
}

ul.map-level-1 a {
  font-weight: normal;
}

.map-columns td:nth-child(1) {
  display: flex;
}

@media (max-width: 767px) {
  .map-columns tr {
    display: flex;
    flex-direction: column;
  }
}

.grey-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.grey-block {
  width: 23%;
  min-width: 310px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f8f8f8;
  text-align: center;
   display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.grey-blocks-2 .grey-block {
  width: 49%;
  min-width: initial
}
@media (max-width: 1359px) {
  .grey-block {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .models_row_block {
    width: 100%;
  }
}

@media (max-width: 959px) {
  .grey-block {
    width: 49%;
    min-width: initial;
  }
}

@media (max-width: 529px) {
  .grey-block {
    width: 100%;

  }

  .grey-blocks-2 .grey-block {
    width: 100%;
  }
}

.not-active {
  color: #DCDCDC;
}
.not-active label {
  color: #DCDCDC;
  pointer-events: none;
}

.not-active label > span {
  border: 2px solid #ebf7ff;

}

.blue_btn {
width: 300px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bliss Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  background-color: transparent;
  transition: 0.3s;
  background-image: linear-gradient(to left, #02b0e6 0%, #008ae6 100%);
}

.blue_btn:hover {
    cursor: pointer;
    color: #00a9fc;
    border: 2px solid #00a9fc;
    background-image: none;
}

/*Styles for decision page */

.decision__card {
	padding: 0 !important;
}

.decision-card__img {
	background: #eaecef;
	border: none;
	padding: 0 !important;
}

.decision__img {
	object-fit: cover !important;
	margin: 0 !important;
	width: 100%;
}



.decision-card__wrapper {
	padding: 15px;
}

@media(min-width: 320px){
	.decision-card__wrapper {
		padding: 15px;
	}
}

@media(min-width: 768px){
	.decision-card__wrapper {
		padding: 15px 25px 25px 25px;
	}
}

@media(min-width: 1440px){
	.decision-card__wrapper {
		padding: 15px 40px 30px 40px;
	}
	.decision-img__resize {
		width: 80%;
	}
}

.decision-card__title {
	font-size: 18px !important;
}

.decision-card__btn {
	position: static !important;
}


@media(min-width: 1024px){
	.decision-card__btn {
		margin: 48px 0 0 0 !important;
		position: static !important;
	}
}


.catalog-card .btn-wrap { position: absolute; bottom: 20px; left: 40px; right: 40px; margin-left: -15px; margin-right: -15px; box-sizing: border-box;width: auto;  }
.catalog-card .link_krty .file__icon { display: inline-block; vertical-align: middle; margin-right: 7px; }

.catalog-card .btn-wrap .btn { float: left; position: static; width: 170px; }
.catalog-card .link_krty { float: right; margin-top: 20px; text-transform: uppercase; white-space: nowrap; font-weight: 700; display: flex; align-items: center; }


@media (min-width: 1900px) {
	.catalog-card .btn-wrap {  }
}

@media (max-width: 1800px) {
	.catalog-card .btn-wrap .btn { width: 135px; }
}


@media (max-width: 1600px) {
	.catalog-card .btn-wrap .btn { float: none; width: 170px; }
	.catalog-card .link_krty { float: none; margin-top: 14px; }

	.catalog-card .btn-wrap { left: 50%; margin-left: -85px; right: auto; width: 170px; }
	.catalog-card { padding-bottom: 105px; }
}

@media (max-width: 1379px) {
	.catalog-card { padding-bottom: 110px; }
}

@media (max-width: 767px) {
	.catalog-card .btn-wrap { position: static; margin-left: 0; width: 100%; display: flex; align-items: center; }
	.catalog-card { padding-bottom: 15px; }
	.catalog-card .link_krty .file__icon { margin-right: 8px; }
}

@media (max-width: 420px) {
	.catalog-card .btn-wrap .btn { width: 117px; font-size: 14px; }
	.catalog-card .link_krty { font-size: 14px; }
}

@media (max-width: 360px) {
	.catalog-card .btn-wrap { margin-left: -7px; width: 270px; margin-right: -10px; }
	.catalog-card .link_krty .file__icon { margin-right: 6px; }
	.catalog-card .link_krty { font-size: 13px; }
}

.section__text_catalog { margin: 30px 100px 20px 100px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #243448;
}

.section__text_catalog li {
    position: relative;
    padding-left: 21px;
}
.section__text_catalog li + li { margin-top: 10px; }
.section__text_catalog ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '-';
    margin-right: 12px;
    font-size: 26px;
    line-height: 20px;
    font-weight: 700;
}
.section__blocks_catalog + .section__text_catalog { margin-top: 0px; }
@media (min-width: 1900px) {
	.section__text_catalog { font-size: 17px; line-height: 24px; margin-right: 200px; margin-left: 200px; }
}
@media (max-width: 980px) { 
	.section__text_catalog { margin: 20px 0px 20px 0px; }
}
@media (max-width: 630px) { 
	.section__text_catalog p { font-size: 14px; line-height: 20px; }

}
.page-catalog { padding: 60px 50px; }
.page-catalog__text { padding: 5px 50px; }
@media (max-width: 1699px) { 
	.page-catalog { padding: 30px 30px 25px; }
	.page-catalog__text { padding: 5px 30px; }
}	
@media (max-width: 1379px) { 
	.page-catalog { padding: 30px 15px 25px; }
	.page-catalog__text { padding: 5px 15px; }
}
@media (max-width: 767px) { 
	.page-catalog { padding: 15px; }
}




/* update header link */
  .header{
    align-items: center;
  }
  .service-block__title{
    position: relative;
    z-index: 1;
  }
  .header-search img{
    display: block;
  }
  .header__link-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: -25px;
}
.header__link {
  font-weight: 600;
  font-size: 12px;
  line-height: 153%;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 37px;
  transition: all .3s ease;
  border: 1.50px solid transparent;
  background-image: linear-gradient(to left, #02b0e6 0%, #008ae6 100%);
}
.header__link:hover{
  border: 1.50px solid #fff;
  background: unset;
  background-image: linear-gradient(to left, #02b0e600 0%, #008ae600 100%);
}

@media(max-width: 1200px){
    .header .header__link-wrap{
      display: none;
    }
    .burger-menu__wrap.active{
      display: flex;
      flex-direction: column;
    }
    .burger-menu__wrap .header__link-wrap{
      margin-top: auto;
      width: 100%;
      margin-left: unset;
    } 
    .burger-menu__wrap .header__link-wrap .header__link{
      width: 100%;
    }
}
@media(max-width: 450px){
    .burger-menu__wrap .header__link-wrap{
      flex-direction: column;
    }
}
.header-submenu__wrap{
bottom:19px;
}
  /* end update header link */

/*company/production_complex/*/
.manufacture-content .website{
min-height:unset;
}
.website__wrapper {
  display: flex;
  align-items: start;
  gap: 48px;
  border-radius: 12px;
  padding: 32px;
  background: #202637;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.website__wrapper::before {
  content: "";
  position: absolute;
  background-image: url('/local/templates/norsi_trans/img/bg-decor.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 700px;
  height: 550px;
  left: -70px;
  top: 0;
  pointer-events: none;
}

.website__wrapper::after {
  content: "";
  position: absolute;
  bottom: -434px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 500px;
  width: 1102px;
  height: 532px;
  filter: blur(200px);
  background: linear-gradient(90deg, #9fc0ff 0%, #2c5eb9 47%, #9abeff 100%);
  opacity: 0.2;
  pointer-events: none;
}

.website__box {
  max-width: 400px;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.website__box-label {
  backdrop-filter: blur(16px);
  background: rgba(44, 94, 185, 0.1);
  border-radius: 8px;
  padding: 4px 12px 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 6px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #2c5eb9;
  line-height: 1.25;
  margin-bottom: 8px;
}

.website__box-label svg {
  flex-shrink: 0;
  display: block;
}

.website__box-title {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.375;
max-width:300px;
text-transform:uppercase;
}

.website__box-text {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 1.375;
}

.website__box a {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  background: #2c5eb9;
  border-radius: 8px;
  padding: 16px 24px;
  height: 48px;
  font-weight: 700;
  font-size: 14px;
  line-height: 114%;
  color: #fff;
  transition: all .3s ease;
}

.website__box a:hover {
  color: #2c5eb9;
  background-color: #fff;
}

.website__slider {
  min-width: 1px;
  position: relative;
}

.website__item {
  border-radius: 4px;
  overflow: hidden;
}

.website__item img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

#websitePagination {
  position: static;
  margin: 0;
  padding: 0;
  transform: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  height: 8px;
}

#websitePagination .swiper-pagination-bullet {
  background: rgba(238, 241, 249, 0.15);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 1;
  margin: 0;
  transition: all .3s ease;
}

#websitePagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2f60bb;
}


.website__slider-control .swiper-button-next:after,
.website__slider-control .swiper-button-prev:after {
  display: none;
}

.website__slider-control .swiper-button-next svg,
.website__slider-control .swiper-button-prev svg {
  flex-shrink: 0;
  border-radius: 450px;
  fill: rgba(34, 41, 59, 0.4);
  backdrop-filter: blur(48px);
}

.website__slider-control .swiper-button-next,
.website__slider-control .swiper-button-prev {
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: unset;
  color: unset;
}

.website__slider-control .swiper-button-next {
  right: -22px;
}

.website__slider-control .swiper-button-prev {
  left: -22px;
}
@media(max-width:1300px){
	.website__box-title{
margin-bottom:8px;
}
	.website__box a{
margin-top:16px;
}
}
@media (max-width: 1024px) {
  .website__box {
    max-width: 457px;
  }

  .website__box-title {
    max-width: 359px;
  }
}

@media (max-width: 800px) {
  .website__wrapper {
    display: block;
  }

  .website__box {
    margin-bottom: 48px;
  }

  .website__box,
  .website__box-title {
    max-width: 100%;
  }
}

@media(max-width: 500px) {
  .website__box-title {
    font-size: 20px;
  }

  .website__box {
    text-align: center;
    margin-bottom: 32px;
  }

  .website__box-label {
    justify-content: center;
    margin: 0 auto 8px auto;
  }

  .website__box a {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .website__wrapper {
    border-radius: 12px;
    padding: 32px 16px;
  }

  .website__box-text {
    font-size: 12px;
  }

  .website__slider-control .swiper-button-next,
  .website__slider-control .swiper-button-prev {
    width: 36px;
    height: 36px;
  }

  .website__slider-control .swiper-button-next {
    right: -16px;
  }

  .website__slider-control .swiper-button-prev {
    left: -16px;
  }
}
/* End */


/* Start:/local/templates/norsi_trans/css/newstyle.css?16401577123119*/
/*----- Изменение 05.07.2020 Randel -----*/

.section__img__blocks {
  width: 100%;
}

.section__img__blocks {
  margin-bottom: 40px;
}

.section__img__blocks {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.section__img__block {
  width: 30%;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #ececec52;
}

.section__img__block h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section__img__block a {
  color: #233449;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section__img__block a:hover {
  color: #00a9fc;
}

.section__img__block_pic {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section__img__block_pic img {
  border-radius: 10px;
  max-height: 100%;
  /* box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.5); */
}

.section__img__block_btn {
  width: 100%;
  display: flex;
  flex-flow: row;
  margin-top: 25px;
  margin-bottom: 25px;
  justify-content: space-around;
}

.section__text__blocks {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.section__text__block {
  width: 30%;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #ececec52;
}

.section__text__block span {
  font-size: 32px;
  font-weight: bold;
}

.section__text__block p {
  color: #233449;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;

}

.detail__block__imgs {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.detail__block__img {
  position: relative;
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #cacaca; */
  background-color: #f8f8f8;
  margin: 0 15px 30px;
  height: 200px;
  border-radius: 8px;
  /* box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5); */
}

.detail__block__img img {
  padding: 10px;
  max-height: 100%;
}

.contakty__my a {
  color: #233449;
}

.contakty__my a:hover {
  color: #00a9fc;
}

.btn_my {
  font-size: 12px;
  width: 100px;
}

@media screen and (max-width: 1379px) {
  .section__img__block_pic {
    height: 180px;
  }

  .detail__block__img {
    margin: 0 5px 30px;
    height: 180px;
  }
}

/* @media screen and (max-width: 991px) {
  .section__img__block_pic{
    height: 130px;
  }
  .section__img__block {
    width: 32%;
  }
  .section__img__block h3 {
    font-size: 18px;
  }
} */

@media screen and (max-width: 991px) {
  .section__img__block_pic {
    height: 200px;
  }

  .section__img__block {
    width: 48%;
    margin-bottom: 25px;
  }

  .detail__block__img {
    width: 45%;
    /* height: 125px; */
  }
}

@media screen and (max-width: 600px) {
  .section__img__block {
    width: 100%;
    margin-bottom: 25px;
  }

  .detail__block__img {
    width: 100%;
    /* height: 125px; */
  }

  .section__img__block_pic {
    height: 190px;
  }
}


/*----- Изменение 05.07.2020 Randel -----*/
/* End */


/* Start:/local/templates/norsi_trans/css/custom.css?169415709412534*/
.section-ntsm {
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .section-ntsm {
    padding: 40px 32px;
  }
}
@media (min-width: 1600px) {
  .section-ntsm {
    padding: 46px 32px;
  }
}

.ntsm__text {
  max-width: 992px;
  font-weight: 600;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .ntsm__text {
    margin-bottom: 40px;
  }
}
@media (min-width: 1366px) {
  .ntsm__text {
    margin-bottom: 60px;
  }
}
.ntsm__blocks {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .ntsm__blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1600px) {
  .ntsm__blocks {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ntsm__block {
  background-color: #fff;
  display: flex;
  padding: 24px 0;
  flex-direction: column;
}
@media (min-width: 1600px) {
  .ntsm__block {
    gap: 32px;
    padding: 24px 12px;
    flex-direction: row;
  }
}
.ntsm__block-img {
  flex-shrink: 0;
}
.ntsm__block-text {
  position: relative;
  margin-top: 8px;
  font-size: 14px;
  line-height: 140%;
  padding: 0 20px 0 38px;
}
@media (min-width: 1600px) {
  .ntsm__block-text {
    padding: 0;
    font-size: 16px;
    line-height: 160%;
  }
}
.ntsm__block-text:before {
  position: absolute;
  content: '';
  top: 8px;
  left: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.53923L4.42813 9.08093L13 1.10693' stroke='%23008AE5' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 8px;
}
@media (min-width: 1600px) {
  .ntsm__block-text:before {
    left: -24px;
  }
}
.ntsm__functional h2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.ntsm__functional h2:first-child {
  position: relative;
  padding-bottom: 22px;
}
.ntsm__functional h2:first-child:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 28px;
  height: 4px;
  background-color: #008ae5;
}
@media (min-width: 768px) {
  .ntsm__functional h2 {
    font-size: 32px;
    grid-column: 1/2 span;
  }
}
@media (min-width: 1600px) {
  .ntsm__functional h2 {
    grid-column: 1;
    font-size: 36px;
  }
}
.ntsm__functional-wrapper {
  display: grid;
}
@media (min-width: 768px) {
  .ntsm__functional-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ntsm__functional-list {
  grid-column: 1;
  display: grid;
  gap: 24px;
  margin-bottom: 32px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .ntsm__functional-list {
    margin-top: 64px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .ntsm__functional-list {
    margin-top: 100px;
    margin-bottom: 64px;
  }
}
.ntsm__functional-item {
  position: relative;
  padding: 48px 24px 48px 55px;
  background-color: #f8f8f8;
  counter-increment: item;
  line-height: 140%;
}
.ntsm__functional-item:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background-color: #008ae5;
}
.ntsm__functional-item::after {
  content: counter(item);
  position: absolute;
  font-size: 30px;
  font-weight: 600;
  color: #008ae5;
  top: 38px;
  left: 24px;
}
.ntsm__functional-models {
  display: grid;
  align-content: center;
  gap: 24px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .ntsm__functional-models {
    margin-top: 32px;
    grid-column: 1/2 span;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1600px) {
  .ntsm__functional-models {
    margin-top: 36px;
    grid-column: 1;
  }
}
.ntsm__functional-model {
  position: relative;
  padding: 24px 24px 24px 55px;
  background-color: #f8f8f8;
  counter-increment: item;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .ntsm__functional-model {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .ntsm__functional-model {
    font-size: 24px;
  }
}
.ntsm__functional-model:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background-color: #008ae5;
}
.ntsm__functional-model::after {
  content: counter(item);
  position: absolute;
  font-size: 30px;
  font-weight: 600;
  color: #008ae5;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
}
.ntsm__functional-img {
  align-self: start;
  grid-row: 3;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .ntsm__functional-img {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
  }
}
@media (min-width: 1600px) {
  .ntsm__functional-img {
    grid-row: 2/3 span;
  }
}
@media (max-width: 768px) {
  .ntsm-options .options-block__item {
    flex-direction: column;
    gap: 16px;
  }
}
.ntsm-options .options-block__text_wr {
  font-size: 14px;
  line-height: 140%;
}
@media (min-width: 1600px) {
  .ntsm-options .options-block__text_wr {
    font-size: 18px;
  }
}
.ntsm__advantages > h2 {
  font-size: 600px;
  font-size: 16px;
  color: #233449;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .ntsm__advantages > h2 {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .ntsm__advantages > h2 {
    font-size: 36px;
  }
}
.ntsm__advantages > ul {
  margin-top: 32px;
}
.ntsm__advantages > ul li {
  position: relative;
  font-size: 14px;
  color: #213143;
  padding-left: 26px;
}
@media (min-width: 768px) {
  .ntsm__advantages > ul li {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .ntsm__advantages > ul li {
    font-size: 18px;
  }
}
.ntsm__advantages > ul li:not(:first-child) {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .ntsm__advantages > ul li:not(:first-child) {
    margin-top: 18px;
  }
}
@media (min-width: 1600px) {
  .ntsm__advantages > ul li:not(:first-child) {
    margin-top: 32px;
  }
}
.ntsm__advantages > ul li:before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 4px;
  background-color: #213143;
}
.ntsm__advantages-slider {
  margin-top: 0;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .ntsm__advantages-slider {
    margin-top: 40px;
  }
}
@media (min-width: 1600px) {
  .ntsm__advantages-slider {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .ntsm__advantages .slick-track {
    display: flex;
    margin: 0 -12px;
  }
}
.ntsm__advantages .slick-initialized .slick-slide {
  display: flex !important;
  flex-direction: column;
  height: auto;
}
@media (min-width: 768px) {
  .ntsm__advantages-slide {
    margin: 0 12px;
  }
}
.ntsm__advantages-title {
  display: none;
  padding: 20px;
  background: #f8f8f8;
  font-weight: 600;
  color: #233449;
  font-size: 14px;
  flex-grow: 1;
  line-height: 160%;
}
@media (min-width: 768px) {
  .ntsm__advantages-title {
    display: block;
    padding: 24px;
  }
}
.ntsm__advantages-nav {
  display: none;
}
@media (min-width: 768px) {
  .ntsm__advantages-nav {
    display: flex;
    justify-content: center;
    transform: translateX(-13px);
    gap: 60px;
    margin-top: 32px;
  }
}
@media (min-width: 1600px) {
  .ntsm__advantages-nav {
    margin-top: 56px;
  }
}
.ntsm__func-app {
  background-size: cover;
  background-repeat: no-repeat;
}
.ntsm__func-app .section__title {
  margin: 0 auto;
  text-align: center;
  max-width: 1080px;
  color: #fff;
}
.ntsm__func-app__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  margin-top: 32px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .ntsm__func-app__wrapper {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1600px) {
  .ntsm__func-app__wrapper {
    margin-top: 50px;
    gap: 24px;
  }
}
.ntsm__func-app__item {
  display: flex;
  flex-direction: column;
}
.ntsm__func-app__title {
  background-color: #008ae5;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  font-size: 16px;
  padding: 16px;
  color: #fff;
}
@media (min-width: 1600px) {
  .ntsm__func-app__title {
    padding: 32px;
    font-size: 22px;
  }
}
.ntsm__func-app__inner {
  padding: 32px 16px 32px 64px;
  background-color: #fff;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .ntsm__func-app__inner {
    padding: 32px 24px 32px 64px;
  }
}
@media (min-width: 1600px) {
  .ntsm__func-app__inner {
    padding: 32px 50px 32px 80px;
  }
}
.ntsm__func-app__list li {
  position: relative;
  font-size: 14px;
  line-height: 160%;
}
@media (min-width: 1600px) {
  .ntsm__func-app__list li {
    font-size: 16px;
  }
}
.ntsm__func-app__list li:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 1600px) {
  .ntsm__func-app__list li:not(:first-child) {
    margin-top: 20px;
  }
}
.ntsm__func-app__list li:before {
  --size: 20px;
  position: absolute;
  content: '';
  top: 0;
  right: calc(100% + 24px);
  width: var(--size);
  height: var(--size);
  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%3Crect width='24' height='24' rx='12' fill='%23008AE5'/%3E%3Cpath d='M6 12.255L9.34299 15.655L17.702 8' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1600px) {
  .ntsm__func-app__list li:before {
    --size: 24px;
  }
}
.ntsm__distributions h2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .ntsm__distributions h2 {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .ntsm__distributions h2 {
    font-size: 36px;
  }
}
.ntsm__distributions .solution__tabs {
  margin-top: 40px;
}
@media (min-width: 1600px) {
  .ntsm__distributions .solution__tabs {
    margin-top: 64px;
  }
}
.ntsm__distributions .solution__content.active {
  border-bottom: none;
  padding: 0;
}
.ntsm__table a {
  display: flex;
  align-items: center;
  color: #233449;
  gap: 12px;
}
@media (min-width: 1600px) {
  .ntsm__table a {
    gap: 32px;
  }
}
.ntsm__table-desk {
  display: none;
  border-collapse: collapse;
  width: 100%;
  flex-grow: 1;
}
@media (min-width: 1600px) {
  .ntsm__table-desk {
    display: table;
  }
}
.ntsm__table-desk caption {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: left;
}
.ntsm__table-desk th,
.ntsm__table-desk td {
  padding: 16px;
  font-size: 14px;
}
.ntsm__table-desk th:first-child,
.ntsm__table-desk td:first-child {
  width: 15%;
}
.ntsm__table-desk th {
  border-bottom: 1px solid #526076;
  background: #526076;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
.ntsm__table-desk td {
  border-bottom: 1px solid #e8e7e7;
}
.ntsm__table-desk td:not(:first-child) {
  font-weight: 600;
}
@media (min-width: 1600px) {
  .ntsm__table-mobile {
    display: none;
  }
}
.ntsm__table-item {
  border-bottom: 1px solid #e8e7e7;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
}
.ntsm__table-item:first-child {
  border-top: 1px solid #e8e7e7;
}

.slider-dropdown {
  position: relative;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .slider-dropdown {
    display: none;
  }
}
.slider-dropdown__caption {
  width: 100%;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  padding: 18px;
  color: #008ae5;
  background-color: #f8f8f8;
}
.slider-dropdown__caption:before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 14px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_985)'%3E%3Cpath d='M1.45693 -0.00163371L6.99928 5.24117L12.5412 -0.00163419L13.9997 1.37837L6.99928 8.00037L5.5404 6.62037L-0.00195341 1.37837L1.45693 -0.00163371Z' fill='%23008AE5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_985'%3E%3Crect width='8' height='14' fill='white' transform='translate(0 8) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
.slider-dropdown__body {
  display: none;
  background-color: #f8f8f8;
  padding: 12px 20px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.slider-dropdown__body span {
  display: block;
  color: #233449;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
}
.slider-dropdown__body span:not(:first-child) {
  margin-top: 14px;
}

/* End */


/* Start:/local/templates/norsi_trans/fancybox/fancybox.css?172681781825343*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* End */


/* Start:/local/templates/norsi_trans/components/bitrix/menu/horizontal_multilevel/style.css?16401577144414*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(/local/templates/norsi_trans/components/bitrix/menu/horizontal_multilevel/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{

}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/local/templates/norsi_trans/components/bitrix/menu/horizontal_multilevel/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/local/templates/norsi_trans/components/bitrix/menu/horizontal_multilevel/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/local/templates/norsi_trans/styles.css?177727719521303*/
.error{
    color: red;
}

.section-table__item.disabled{
    opacity: 0.5;
	pointer-events: none !important;
}

.order-product.not_completed .note_red{
    color: red;
    white-space: nowrap;
}
.order-product .note_green{
    color: green;
    white-space: nowrap;
}

.product-menu__item.disabled,
.product-menu__item.disabled:hover,
.product-menu__item.disabled .product-menu__icon svg,
.product-menu__item.disabled:hover .product-menu__icon svg{
    color: #969696;
}


.align-item {
 margin: 0 auto;
}

@media(min-width: 1440px){
.cut-title-length {
 font-size: 26px;
 padding: 0 0 74px;
}
}


.main-slider .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 515px;
    color: #fff;
    background-size: cover;
    background-position-x: center;
}


@media(min-width: 768px){
.main-slider .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 515px;
    color: #fff;
    background-size: cover;
    background-position-x: left;
    background-position: 0 -130px;
}
}

@media(min-width: 1024px){
.main-slider .slick-slide {
    background-size: cover;
    background-position-x: left;
    background-position: center;
}
}

@media(min-width: 1200px){
.main-slider .slick-slide {
    height: 390px;

}
}

@media(min-width: 1440px){
.main-slider .slick-slide {
    height: 430px;
}
}

.char_desktop {
 display: none !important;
}

.char_mobile {
 display: block;
}

/* MAIN DIV */
.select{
  width: 100%;
  margin: 0 auto;
  height: 2.5rem;
  position: relative;
}
/* TRINGLE BUTTON */ 
.select-toggle{
  z-index: 99;
  top: 0;
  right: 0;
  height: 2.5rem;
  width: 2.5rem;
  /*background: #00a9fc;*/
  position: absolute;
}
.select-toggle.active::after{
  transform: rotate(135deg);
}
.select-toggle.active::before{
  transform: rotate(-135deg);
}
.select-toggle:after,
.select-toggle::before {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  content: '';
  background: white;
  position: absolute;
  top: 1.25rem;
  left: calc(1.25rem - 2px);
  width: 10px;
  height: 2px;
}
.select-toggle:after{
  left: calc(1.25rem - 8px);
  transform: rotate(45deg);
}
.select-toggle::before{
  transform: rotate(-45deg);
}
/* SELECTS LIST  */ 
.select .tabs{
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 100;
  overflow: hidden;
  counter-reset: num;
  list-style-type: none;
  width: 100%;
  height: 2.5rem;
  flex-wrap: wrap;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  /*filter: drop-shadow(0px 4px 4px rgba(0,0,0, .25));*/
}
/* SELECT ITEM */
.select .tabs li{
  cursor: pointer;
  box-sizing: border-box;
  align-items: center;
  background: #ffffff;
  height: 2.5rem;
  display: flex;
  width: 100%;
  padding: 0 0rem 0 1rem;
  -webkit-transition: all  .2s;
  -moz-transition: all  .2s;
  -o-transition: all  .2s;
  transition: all  .2s;
  line-height: 0.8rem;
  font-weight: 600;
  font-size: 0.8rem;
  color: rgba(15, 29, 78, .8);
  /*border-bottom: 1px solid #E5E5E5;*/
}

/* CURRENT SELECT */
.select .tabs li.current{
  order: -1;
  z-index: 3;
  background: none;
  color: #fff;
  border: none;
}

.select .tabs li {
 border: 1px solid #7c7c7c;
}

/* COUNTER */
/*.select .tabs li:before {
  color: #00a9fc;
  font-size: 0.8rem;
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  margin-right: 1.571rem;
  font-weight: 500;
  line-height: 1rem;
}*/

/* TABS */
.tab-content{
  width: 100%;
  text-align: center;
  /*padding-top: 3rem;*/
  display: none;
}
.tab-content.current{
  display: block;
}


/* FOR CODEPEN */

.flexbox {
  display: flex;
  align-items: center;
  align-self: center;
}
button{
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#header-mobile-table {
 margin: -40px 0 0 0;
}

#header-mobile-table .section-table__name {
 width: 100%;
 text-align: left;
 font-size: 13px;
 color: #7a7a7a;
}

#header-mobile-table .section-table__config1, 
#header-mobile-table .section-table__config2 {
  text-align: left;
  width: 100%;
  padding: 0 10px 10px 10px;
	
}

#header-mobile-table .section-table__head {
 height: 40px;
}

.char_mobile-block {
 display: flex;
 flex-direction: column;
}

.char_mobile-head {
 justify-content: center;
}

.single-table__item {
 display: flex;
 flex-direction: column;
}

.single-table__item .section-table__name {
  width: 100%;
    text-align: left;
    font-size: 13px;
    color: #7a7a7a;
  padding: 10px;
}

.single-table__item .section-table__config1 {
  width: 100%;
    text-align: left;
    font-size: 14px;
    color: #233449;
  padding: 0 10px 10px 10px;
}

.single-table__item .section-table__name,
.section-table__config1 {
 width: 100% !important;
}

.single-table__item-last {
 border-bottom: none !important;
}


@media (min-width: 600px){
.char_desktop {
 display: block !important;
}

.char_mobile, #header-mobile-table {
 display: none !important;
}

.single-table__item-last {
 border-bottom: 1px solid #dfe1e3 !important;
}

.single-table__item {
 display: flex;
 flex-direction: row;
}

.single-table__item .section-table__name,
.section-table__config1 {
 width: 33% !important;
}

}


/* try document*/
.detail__download .container{
padding-top:0;
}
.detail__download h2{
margin-bottom:32px;
}
.detail__download-item{
padding:16px 0;
}
.detail__download-item .title{
font-weight: 600;
font-size: 16px;
line-height: 115%;
text-transform: uppercase;
color: #233449;

position:relative;
cursor:pointer;
margin:0;
    position: relative;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 16px;
}
.detail__download-item .title::before{
content:"";
/*position: absolute; */
    background-image: url(/local/templates/norsi_trans/img/folder-open.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    left: 0;
    top: 50%;
flex-shrink:0;
    display: block;
}
.detail__download-item+.detail__download-item{
/*margin-top:32px;*/
}
.detail__download-item .detail__download-file{
display:none;
padding:14px;
border-bottom: 0.80px solid #dfe1e3;
}
.docOpen{
display:none;
flex-direction: column;
gap:24px;
}
.backBtn{
cursor:pointer;
display:flex;
align-items:center;
gap:12px;
font-weight: 500;
font-size: 16px;
color: #cfcfcf;
}
.docOpen p{
margin:0;
}
.detail__download.active .docOpen{
display:flex;
}
.detail__download.active .docOpen h2{
display:block;
}
.detail__download.active h2{
display:none;
}
.detail__download-item.active .title{
display:none;
}
.detail__download.active .detail__download-item{
display:none;
}
.detail__download.active .detail__download-item.active{
display:block;
}
.detail__download-item.active .detail__download-file{
	/*display:grid;
	align-items:center;
grid-template-columns: calc(70% - 50px) 1fr 1fr;*/
display:flex;
align-items:center;
}
.detail__download-item.active .detail__download-file a{
width: calc(70% - 50px);
display:block;
padding-left:10px;
}

.detail__download-file .version {
    min-width: 15%;
    max-width: 15%;
    padding: 10px;
}
.detail__download-file .date {
    min-width: 15%;
    max-width: 15%;
    padding: 10px;
}
.detail__download-file .docIcon .fa::before{
display:none;
}
.detail__download-file .docIcon i.fa{
display: block;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
margin-right:10px;
}
.docIcon{
color: #00a9fc;
}
.detail__download-file .docIcon i.fa-file-pdf-o{
/*
background-image:url('/local/templates/norsi_trans/img/pdfIcon.svg');*/
}
.detail__download-file .docIcon i.fa-file-rar-o::before{
display:none;
}
.detail__download-file .docIcon i.fa-file-zip-o::before,.detail__download-file .docIcon i.fa-file-word-o::before,.detail__download-file .docIcon i.fa-file-png-o::before,
.detail__download-file .docIcon i.fa-file-jpg-o::before,.detail__download-file .docIcon i.fa-file-xls-o::before,.detail__download-file .docIcon i.fa-file-ppt-o::before,
.detail__download-file .docIcon i.fa-file-full-o::before{
display: none;
}
.detail__download-file .docIcon i.fa.fa-file-pdf-o::before{
content: "\f1c1";
display:block;
font-size:24px;
}
.detail__download-file .docIcon i.fa-file-rar-o{
background-image:url('/local/templates/norsi_trans/img/rarIcon.svg');
}
.detail__download-file .docIcon i.fa-file-zip-o{
background-image:url('/local/templates/norsi_trans/img/zipIcon.svg');
}
.detail__download-file .docIcon i.fa-file-word-o{
background-image:url('/local/templates/norsi_trans/img/wordIcon.svg');
}
.detail__download-file .docIcon i.fa-file-png-o{
background-image:url('/local/templates/norsi_trans/img/pngIcon.svg');
}
.detail__download-file .docIcon i.fa-file-jpg-o{
background-image:url('/local/templates/norsi_trans/img/jpgIcon.svg');
}
.detail__download-file .docIcon i.fa-file-xls-o{
background-image:url('/local/templates/norsi_trans/img/exelIcon.svg');
}
.detail__download-file .docIcon i.fa-file-ppt-o{
background-image:url('/local/templates/norsi_trans/img/pptIcon.svg');
}
.detail__download-file .docIcon i.fa-file-full-o{
background-image:url('/local/templates/norsi_trans/img/code.svg');
}
.detail__download-item .section-table__head{
height: 40px;
display:none;
}
.detail__download-item.active .section-table__head{
display:flex;
}
.detail__download-item .section-table__check-wrap {
    padding: 10px 15px;
    min-width: 50px;
    max-width: 50px;
}
.detail__download-item .section-table__name {
    width: calc(70% - 50px);
}
.detail__download-item .section-table__version {
    min-width: 15%;
    max-width: 15%;
}
.detail__download-item .section-table__date {
    min-width: 15%;
    max-width: 15%;
}
.detail__download-file_text p{
	margin:0;
font-weight: 400;
font-size: 14px;
color: #233449;
transition:all .3s ease;
  cursor: pointer;
}
@media(max-width:1379px){
.detail__download-file_text p{
font-size: 12px;
}
}
.detail__download-file:hover .detail__download-file_text p{
        color: #00a9fc;
}
.detail__download-file .detail__download-file_text{
display:flex;
align-items:start;
gap:20px;
}
.detail__download-file__top{

}
.detail__download-file__top .version,.detail__download-file__top .date{
font-weight: 400;
font-size: 13px;
line-height: 138%;
color: #233449;
margin-top:3px;
display:none;
}
.detail__download-file__top .date{

}
.detail__download-file .detail__download-file_text .file__arr svg{
width: 20px;
height: 20px;
}
.detail__download-file_text .file__arr{
display:none;
}
.detail__download-file .detail__download-file_text .file__arr{
margin-left:auto;
}
@media (max-width: 1379px) {
    .detail__download-item .section-table__check-wrap {
        padding: 8px 15px;
    }
}
@media(max-width:1199px){
	.detail__download .container{
	padding:0;
}
	.detail__download h2{
display:none;
}
	.detail__download-item+.detail__download-item{
margin-top:0;
}
	.detail__download-item{
border-top: 1px solid #e7ebef;
padding:24px 0;
transition:all .3s ease;
}
	.detail__download-item.active{
padding:0;
}
	.solution__content.active{
border-bottom:0;
}
	.detail__download-item.active .section-table__head{
display:none;
}
	.detail__download-file_text p{
font-weight: 400;
font-size: 13px;
line-height: 138%;

}
	.detail__download.active .docOpen h2{
font-size:18px;
}
	.detail__download-file_text .detail__download-file__top .version,.detail__download-file_text .detail__download-file__top .date{
display:block;
}
	.detail__download-file_text .file__arr{
display:block;
flex-shrink:0;
}
	.detail__download-item.active .detail__download-file{
display:flex;
}
.detail__download-file .version {
    display:none;
}
.detail__download-file .date {
    display:none;
}
	.detail__download-item.active .detail__download-file a{
width:100%;
}
}

.detail__forms .detail__forms-protected{
border: 1px solid #d8e6fb;
    padding: 50px 40px;
    max-width: 600px;
    margin: 0 auto;
}
.detail__forms .detail__forms-protected form{
display: flex;
    flex-direction: column;
    gap: 12px;
}
.detail__forms .detail__forms-protected form input{
    color: #17263a;
    background: #ecf0f7;
    border-radius: 4px;
    border: none;
    padding: 10px 0 10px 24px;
    font-family: "Open Sans", sans-serif;
}
.detail__forms .detail__forms-protected form button{
    padding: 10px 24px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    background: #3C64AC;
    color: #fff !important;
    border-radius: 4px;
    font-family: "Open Sans", sans-serif;
}
.detail__forms .detail__forms-protected form #for_captcha{
display:grid;
gap:12px;
}
.detail__forms .detail__forms-protected form .form-title{
color: #17263a;
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
}
@media(max-width:460px){
	.detail__forms .detail__forms-protected{
    padding: 30px 16px;
}
}
/*.scheck-result .solution__content{
display:none;
}
.scheck-result .solution__content.active{
display:flex;
}

@media(max-width:800px){
	.scheck-result .qr-res__block-wrapper.solution__content.active{
	display:block;
}
}*/


.form__inner.formOnVac{
position: relative;


	width:100%;
    /*max-height: 95vh;
    padding: 40px;
    box-shadow: 0 2px 30px rgba(37, 42, 57, 0.75);
    border-radius: 10px;
    background-color: #ffffff;
    overflow-y: auto;
margin:0 auto;*/
}
.form__inner-title{
font-weight: 500;
font-size: 24px;
line-height: 110%;
color: #333;
margin-bottom:19px;
}
.mostForm__inner{
/*display:grid;*/
gap:12px;
}

.decision__card .btn{
position: absolute!important;
    bottom: 40px;
}
.decision-card__wrapper{
padding-bottom:115px;
}
@media (max-width: 767px) {
    .decision__card {
        position: relative;
    }
}

.mostForm__bottom{
margin:50px 0 32px;
}
.mostForm__bottom .mostForm__btn{
margin:0 auto 15px auto;
display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
background: #337ab7;
border: 1px solid #2e6da4;
border-radius: 4px;
padding: 7px 13px;
height:34px;
font-weight: 400;
font-size: 14px;
line-height: 143%;
text-align: center;
color: #fff;
transition:all .3s ease;
}
.mostForm__bottom .mostForm__btn:hover{
color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.mostForm__bottom .mostForm__text{

font-weight: 400;
font-size: 14px;
line-height: 143%;
text-align: center;
color: #333;
}
.mostForm__bottom .mostForm__text a{
color: #337ab7;
}
.mostForm__bottom .mostForm__text a:hover{
    color: #23527c;
    text-decoration: underline;
}
.mostForm__inner .line{
display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
border-bottom: 1px solid #eee;
padding: 20px 0px;
}

.mostForm__inner .line:nth-child(1){
border-top: 1px solid #eee;
}
.mostForm__inner .line .name{
font-weight: 700;
font-size: 14px;
line-height: 143%;
color: #333;
}

.mostForm__inner .line .name span{
font-weight: 500;
font-size: 20px;
line-height: 5%;
color: #f00;
}
.mostForm__inner .mostForm__input {
display:flex;
align-items:center;
flex-wrap:wrap;
}
.mostForm__inner .mostForm__input label.error.fail-alert,.mostForm__inner .line .data label.error.fail-alert{
width:100%;
order:2;
font-size:12px;
color: #a94442;
}
.mostForm__inner .line .mostForm__input input.error.fail-alert{
color: #a94442;
}
.mostForm__inner .line .mostForm__input input.error.fail-alert~.mostForm__input-title{
color: #a94442;
}
.mostForm__inner .mostForm__input+.mostForm__input{
margin-top:5px;
}
.mostForm__inner .line .mostForm__input .mostForm__input-title{
font-weight: 400;
font-size: 14px;
line-height: 100%;
text-align: center;
color: #555;
background: #e8f7ff;
border-bottom: 0.80px solid #bee7f7;
border-left: 0.80px solid #bee7f7;
border-top: 0.80px solid #bee7f7;
border-radius: 4px 0 0 4px;
padding: 10px 12px;
height:36px;
}
.mostForm__inner .line .mostForm__input input{
border: 1px solid #bee7f7;
border-radius: 0 4px 4px 0;
padding: 10px;
box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.08);
background: #fff;
height:36px;
    flex-grow: 1;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:16px;
}

.mostForm__inner .line .mostForm__input .input-file {
	position: relative;
	display: flex;
	align-items:center;
flex-wrap:wrap;
}
.mostForm__inner .line .mostForm__input .input-file-btn {
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
gap:2px;
font-weight: 400;
font-size: 12px;
line-height: 100%;
text-align: center;
color: #333;
	cursor: pointer;
	outline: none;
	text-decoration: none;

	vertical-align: middle;

	text-align: center;
	border-radius: 4px;
	background: rgba(163, 225, 243, 0.56);

	height: 40px;
	padding: 8px 10px;
	box-sizing: border-box;
	border: none;
	margin: 0;
	transition: background-color 0.2s;
}
.mostForm__inner .line .mostForm__input .input-file-text {
	padding: 0 10px;
	line-height: 40px;
	display: inline-block;
}
.mostForm__inner .line .mostForm__input .input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}


.mostForm__inner .line .mostForm__input input::-webkit-outer-spin-button,
.mostForm__inner .line .mostForm__input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.mostForm__inner .line .mostForm__input input[type='number'] {
    -moz-appearance: textfield;
}


.mostForm__input.mostForm__input-textarea{
flex-direction:column;
gap:5px;
align-items:start;
}
.mostForm__inner .line .mostForm__input.mostForm__input-textarea .mostForm__input-title{
font-weight: 500;
font-size: 14px;
line-height: 143%;
color: #333;
    text-align: left;
background: unset;
    border-bottom: unset;
    border-left: unset;
    border-top: unset;
    border-radius: unset;
    padding: unset;
    height: unset;
}

.mostForm__inner .line .mostForm__input.mostForm__input-textarea textarea{
    width: 100%;
    height: 200px;
    resize: none;
box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.08);
background: #fff;
border: 1px solid #bee7f7;
border-radius: 4px;
padding: 10px;
font-family: "Open Sans", sans-serif;
}

.mostForm__inner .mostForm__input.radio label{
position: relative;
    padding-left: 24px;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    font-family: "Open Sans", sans-serif;
    color: #333;
}

.mostForm__inner .mostForm__input.radio input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.mostForm__inner .mostForm__input.radio .checkmark{
/*font-weight: 500;
font-size: 14px;
line-height: 143%;
color: #333;
padding-left:20px;*/
top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
  border: 1px solid #767676;
border-radius: 50px;
width: 16px;
height: 16px;
background: #fff;
margin:0;
}
.mostForm__inner .mostForm__input.radio span::before{
display:none;
}
.mostForm__inner .mostForm__input.radio .checkmark::after{
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: #337ab7;
content: "";
    position: absolute;
    display: none;
}

.mostForm__inner .mostForm__input.radio input:checked~.checkmark:after {
    display: block;
}



#modal-success.fancybox__content .popup__content{
display:flex;
}
#modal-success.fancybox__content .popup__title{
padding-right:30px;
}
#modal-success.fancybox__content .popup__content .popup__icon{
margin-right:24px;
}
#modal-success.fancybox__content{
align-self: unset; 
    display: unset;
    flex-direction: unset; 
    position: unset;
   margin:unset;
 padding: unset;
    max-width: unset; 
    color: var(--fancybox-content-color, #374151);
    background: unset; 
     cursor: unset; 
   border-radius:unset; 
    z-index: unset;
}

.mostForm__inner .mostForm__input.radio input{
display:block!important;
}
.header__link-wrap{
margin-left:0;
}
.header__link{
width:fit-content;
height:35px;
padding:8px;
}
@media (max-width: 1900px) {
    .header-menu__item {
        padding: 0 6px;
    }
}
@media(max-width:1050px){
	#modal-success.fancybox__content .popup__content{
width:100%;
}
}

@media(max-width:992px){
	.form__inner-title{
font-size:20px;
}
	.mostForm__inner .line{
grid-template-columns: 1fr;
gap:25px;
}
}
@media(max-width:600px){
	.burger-menu__wrap .header__link-wrap{
flex-direction:column;
gap:8px;
}
	.burger-menu__wrap .header__link-wrap .header__link{
height:37px;
pading:9px;
}
}
@media(max-width:470px){
	.mostForm__inner .line .mostForm__input .mostForm__input-title{
text-transform:capitalize;
}
	.mostForm__inner .line .mostForm__input .mostForm__input-title span{
display:none;
}
}
.submenu-tab{
height:unset;
padding:13px 50px;
line-height: 1.3;
}


/**/

.contacting .box-privatPolicy{
display:none;
}

.contacting .box-privatPolicy.active {
display:block;
margin-top:50px;
}
.contacting .box-privatPolicy.active a h2{
    color: #233449;
font-family: "Open Sans", sans-serif;
font-size: 18px;
    font-weight: 700;
margin-bottom:20px;
transition:all .3s ease;
text-transform: none;
}
.contacting .box-privatPolicy.active a:hover h2{
color: #00a9fc;
}
/* End */


/* Start:/local/templates/norsi_trans/template_styles.css?177727719521946*/
.decision-card__img img {
	width: 100%;
	object-fit: cover;
}

.main-inner__logo img {
  height: 35px;
  object-fit: contain;
}

.catalog {
	min-height: 500px;
}

.norsi-qr {
 max-width: 625px;
 margin: 0 auto;
 padding: 30px 15px ;
}

.norsi-qr form {
 display: flex;
 flex-wrap: wrap;
}

.norsi-qr__block {
  margin: 0 0 20px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.norsi-qr__block label {
  margin: 0 0 10px 0;
  text-align: left;
  color: #008ae6;
}

.norsi-qr__block input {
  padding: 13px;
  border: 2px solid #b2dcf7;
  border-radius: 5px;
}

.norsi-qr form button {
  width: 100%;
  background: linear-gradient(to left, #02b0e6 0%, #008ae6 100%);
  outline: none;
  padding: 15px 0;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  cursor: pointer; 
  /*border: 2px solid transparent;*/
  transition: .3s;
}

.norsi-qr form button:hover {
    cursor: pointer;
    color: rgb(0, 169, 252);
    border: 2px solid rgb(0, 169, 252);
    background-image: none;
}

.qr-info {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: 625px;
  margin: 0 15px 40px 15px;
  border: 2px solid #008ae6;
  border-radius: 5px;
}

.qr-info .inner_info {
  padding: 20px 0px;
}

.qr-info img {
  margin: 0 auto 35px auto;
}

.qr-info p {
  color: #213143;
}


#btn-scan-qr {
  padding: 0 15px;
  display: flex;
  align-items: center;
  max-width: 625px;
  margin: 10px auto 20px auto;
  width: 100%;
  text-align: left;
  color: #213143;
}

#btn-scan-qr span {
 margin: 0 16px 0 0;
 display: inline-block;
 width: 55px;
 height: 30px;
 border-radius: 50px;
 background: #cfcfcf;
}

#btn-scan-qr span i {
 margin: 1px;
 display: inline-block;
 width: 28px;
 height: 28px;
 background: #fff;
 border-radius: 100%;
}

.qr-link-active {
  background: linear-gradient(to left, #02b0e6 0%, #008ae6 100%) !important;
}

.qr-active {
  margin: 1px 1px 1px 26px !important;
}


@media(min-width: 768px){

.qr-info {
 height: 330px;
}

.norsi-qr {
 padding: 30px 0;
}

#btn-scan-qr {
 padding: 0;
}

.norsi-qr form {
  align-items: center;
  justify-content: space-between;
}

.norsi-qr__block{
  width: 55%;
}


.norsi-qr__block input{
  padding: 13px;
}

.norsi-qr__block label {
  font-weight: 600;
}

.norsi-qr form button{
 margin: 5px 0 0 0;
 width: 40%;
 padding: 15px 25px;
}

.qr-info .inner_info {
  padding: 65px 15px;
}


}


/* results */

.qr-res__header p {
 color: #213143;
 font-size: 16px;
 font-weight: 600 !important;
}

.qr-res__content-block {
 padding: 50px 15px 40px 15px;
 max-width: 1375px;
 margin: 0 auto;
}

.qr-res__content-table {
 padding: 0 15px;
 background: #fff;
}



.qr-res__content-table-wrapper {

 padding: 5px 0 40px 0;
 max-width: 1375px;
 margin: 0 auto;

}


.qr-res__search-btn-desktop {
 display: none !important;
}

.qr-res__search-btn-mobile {
 margin: 30px 0 0 0;
}




.qr-res__content p {
 margin: 0 0 15px 0;
}

.qr-res__info-title p{
 margin: 15px 0;
 font-size: 16px;
 color: #213143;
 text-transform: uppercase;
}

.qr-res-bold {
 font-size: 16px;
 color: #213143;
 font-weight: 800 !important;
}

.qr-res-bold span {
 font-weight: 400 !important;
}



.qr-res__documents-title p {
 text-transform: uppercase;
 margin: 45px 0 25px 0;
}

.qr-res__documents-list a{
 position: relative; 
 padding: 14px 0 14px 40px;
 display: block;
 color: #00a9fc;
 font-size: 14px;
 border-top: 1px solid #dfe1e3;
 border-bottom: 1px solid #dfe1e3; 
}

.qr-res__documents-list a:after{
 content: '';
 display: block;
 position: absolute;
 width: 30px; 
 height: 30px;
 background: url('/upload/medialibrary/694/r4r68lwi59epkj5im99keuy8gnqiw3h0/arrow-icon-trans.png') center no-repeat;
 top: 8px;
 left: 0;
}

.qr-res__search-btn {
  display: inline-block;
  width: 100%;
  background: linear-gradient(to left, #02b0e6 0%, #008ae6 100%);
  outline: none;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  text-align: center;
  cursor: pointer; 
  font-size: 12px;
  font-weight: 600;
}

.qr-res__table-wrapper {
  overflow: scroll;
}

.qr-res__table {
  border-spacing: inherit;
}

.qr-res__table-header tr th {
  padding: 15px 25px;
  background: #506178;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}

.qr-res__table-block-title { 
 text-transform: uppercase;
 margin: 45px 0 25px 0;
}

.qr-res__table-row:nth-child(even){
 background: #f1f2f6;
}

.qr-res__table-row th {
 padding: 10px;
 font-weight: 400;
}

.qr-res {
 padding: 0;
 background: #f8f8f8;
}

@media(min-width: 768px){

.qr-res__header p {
 font-size: 28px;
}

.qr-res__documents-list a {
 padding: 20px 0 20px 40px;
 font-size: 17px;
}

.qr-res__documents-list a:after {
 top: 14px;
}


.qr-info {
 margin: 0 auto 40px auto;
}

.qr-res__table-wrapper {
 overflow: visible;
}

.qr-res__table {
 width: 100%;
}

.qr-res__table-row th {
 padding: 14px 25px;
 font-weight: 400;
 text-align: left;
 font-size: 12px;
}

.qr-res__table-header tr th {
 text-align: left;
}

.qr-res__header {
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.qr-res__search-btn-desktop {
 display: block !important;
 width: auto !important;
}

.qr-res__search-btn-mobile {
 display: none !important;
}

.qr-res__block-wrapper {
 margin: 0;
 display: flex;
 justify-content: space-between;
}

.qr-res__info {
 width: 45%;
}

.qr-res__documents {
 width: 45%;
}

.qr-res__info-title p {
 margin: 25px 0;
 font-size: 24px;
}

.qr-res__documents-title p {
 margin: 25px 0;
 font-size: 24px;
}

.qr-res__table-block-title p {
 margin: 25px 0;
 font-size: 24px;
}

.qr-res__documents-list a {
 font-weight: 600;
}

}

.qr-header {
 width: 100%;
 padding: 70px 0 45px 0;
 background: url("/upload/medialibrary/169/9n3vylwp7q05ac4l44jdglb1ip3rzh1y/qr-bck.jpg") center no-repeat;
 background-size: cover;
}



.qr-header h1 {
 padding: 0;
 position: relative;
 margin: 0 0 35px 0;
 text-align: center;
 color: #fff;
 font-weight: 600;
 font-size: 42px;
 line-height: 52px;
 text-transform: uppercase;
}

.qr-header p:after {
 content: '';
 position: absolute;
 display: block;
 width: 26px;
 height: 4px;
 background: linear-gradient(to left, #02b0e6 0%, #008ae6 100%);
 top: 38px;
 left: 50%;
 transform: translate(-50%, 0);
}

.qr-header span {
 width: 100%;
 display: inline-block;
 margin: 0 auto;
 text-align: center;
 display: inline-block;
 color: #fff;
}

@media(min-width: 768px){
.qr-header {
 width: 100%;
 padding: 90px 0 70px 0;
 background: url("/upload/medialibrary/8c4/8fz460xwa8h64t5ap9m1y1fzrd1aiqd5/qr-bck-desktop.jpg") center no-repeat;
 background-size: cover;
}

.qr-header p {
 padding: 0;
 position: relative;
 margin: 0 0 35px 0;
 text-align: center;
 color: #fff;
 font-weight: 600;
 font-size: 34px;
 text-transform: uppercase;
}

.qr-header span {
 width: 100%;
 display: inline-block;
 margin: 0 auto;
 text-align: center;
 display: inline-block;
 color: #fff;
 font-size: 22px;
}

.qr-header p:after {
 content: '';
 position: absolute;
 display: block;
 width: 26px;
 height: 4px;
 background: linear-gradient(to left, #02b0e6 0%, #008ae6 100%);
 top: 60px;
 left: 50%;
 transform: translate(-50%, 0);
}

}

@media (min-width: 1360px){
 .qr-res {
 padding: 0;
 background: #f8f8f8;
}


}

#outputData {
  display: inline-block;
  margin: 0 0 20px 0;
}

.nosuc_btn {
    margin: 0 0 10px 0px;
    width: 100%;
    outline: none;
    padding: 20px 10px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #00a9fc;
    border: 2px solid #00a9fc;
    background-image: none;
    background: none;
    border: 2px solid rgb(0, 169, 252);
    transition: .3s;
}

.suc_btn {
    margin: 0 0 10px 0;
    width: 100%;
    background: linear-gradient(to left, #02b0e6 0%, #008ae6 100%);
    outline: none;
    padding: 20px 0;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;

}

.suc_btn:hover {
    cursor: pointer;
    color: rgb(0, 169, 252);
    border: 2px solid rgb(0, 169, 252);
    background-image: none;
}

#success_res {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.success_res-title {
  margin: 0 0 20px 0;
}

#res_number {
  font-weight: bold;
}

@media (min-width: 768px){
 .success__btns {
   display: flex;
 }

.nosuc_btn {

    margin: 0 0 10px 10px;
    width: auto;
    outline: none;
    padding: 20px 10px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #00a9fc;
    border: 2px solid #00a9fc;
    background-image: none;
}

.suc_btn {
    border: 2px solid transparent;
    margin: 0 0 10px 10px;
    width: auto;
    background: linear-gradient(to left, #02b0e6 0%, #008ae6 100%);
    outline: none;
    padding: 20px 10px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;

}
}

@media (min-width: 1230px){
 .qr-res-title {
  display: inline-block;
  width: 213px;
  vertical-align: top;
}

.qr-res-align {
    width: 320px;
    display: inline-block;
}
}

.qr-header .breadcrumbs {
    margin: 0px 30px 40px 17px !important;
}


@media(min-width: 1700px){
.qr-header .breadcrumbs {
    margin: 43px 30px 40px 50px !important;
}
}

.qr-header .breadcrumbs span {
 /*font-size: 14px;*/
 margin: 0 0 0 10px;
}

@media(min-width: 768px){
.qr-header .breadcrumbs span {
 font-size: 14px;
}

}

.qr-header .breadcrumbs__item:not(:first-child)::before {
    margin: 0 3px;
    color: #00a9fc;
    display: inline-block;
    content: '-';
    position: absolute;
}

.support-header {
  background-position-x: -50px;
  background-color: #0c2036;
}

@media(min-width: 1220px){
.support-header {
  background-position-x: 0px;
  background-color: #0c2036;
}
}

.qr-res-normal {
 display: flex;
 justify-content: space-between;
}

.qr-res-title {
 width: 40%;
 display: inline-block;
}

.qr-res-align {
  width: 48%;
  display: inline-block;
}

div.news-list { overflow-wrap: break-word; }
div.news-list img.preview_picture { float: left; margin: 0px 4px 6px 0px; }
.news-date-time { color: rgb(72, 109, 170); }
@media (min-width: 1024px) {
  .catalog-detail__block { width: 100% !important; max-width: 100% !important; margin: 0px !important; }
  .mess_tbl { width: 100%; }
}
.catalog-detail__config_big-wrap { position: relative; touch-action: initial !important; }
.solution__img { display: flex; justify-content: center; }
.solution__img-res { width: 900px !important; }
@media (max-width: 1024px) {
  .solution__img-res { width: 700px !important; height: 200px !important; }
  .solution__img-pak { height: 300px; }
}
.att-info { font-size: 18px !important; }
.solution__block-img { display: block; width: 350px; height: 500px; margin: 0px auto; }
.solution__block-cert { height: 500px; width: 350px !important; }
#call .agree .check .error { width: 100%; margin-top: 10px; display: none; align-items: center; font-family: "Bliss Pro", sans-serif; font-size: 13px; font-weight: 400; line-height: 16px; color: rgb(240, 45, 45); }
#call .agree.error .error { display: flex; max-width: 420px; }
#call .agree .check .error__icon { width: 40px; height: 37px; margin-right: 15px; display: inline-block; }
#call .agree .check .error__icon svg { display: block; width: 100%; fill: rgb(240, 45, 45); height: 100%; }
#call .agree .check input.error { width: 0px; }
.aj_res { width: 100%; margin-top: -10px; align-items: center; font-family: "Bliss Pro", sans-serif; font-size: 17px; font-weight: 400; line-height: 16px; color: rgb(240, 45, 45); margin-bottom: 15px; }
#call .check__text { font-size: 14px; display: flex; align-items: center; }

.exit_user {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 90px;
    padding: 20px 30px;
    color: #fff;
}
@media (max-width: 1024px) {
.exit_user {
    top: 50px;
}
}
.exit_user span {
    padding: 0px 15px;
}

.page-catalog table {
  max-width: 1100px;
  margin: 0 auto;
}

.page-catalog h2 {
  text-align: center;
}

.page-catalog table tr:first-child td {
  background-color: #506178;
  color: #fff;
}

.page-catalog table tr:not(:first-child) td:not(:nth-child(-n+2)) {
  text-align: center;
}

.page-catalog table td a.btn {
  width: 140px;
  font-size: 14px;
}

@media (min-width: 821px) {
  .page-catalog .char_mobile-wrapper {
    display: none;
  }
}

@media (max-width: 820px) {
  .page-catalog table {
    display: none;
  }
  .page-catalog .char_mobile-wrapper {
    text-align: center;
  }
  .page-catalog .char_mobile-wrapper .section-table__config1 {
    text-align: center;
  }
  .page-catalog .char_mobile-wrapper .section-table__name {
    text-align: left;
    position: relative;
  }
  .page-catalog .char_mobile-wrapper .section-table__name:after {
    content: ':';
    position: absolute;
  }
  .page-catalog .char_mobile-wrapper .section-table__item_subtitle {
    justify-content: center;
  }
  .page-catalog .char_mobile-wrapper .char_mobile-block {
    flex-direction: row;
  }
  .page-catalog h2 {
    font-size: 16px;
  }
}

.amount_have {
   font-weight: bold;
}

.service__text_bottom {
	color: #2b3e57;
    font-size: 14px;
    line-height: 20px;
	max-width: 1130px;
	margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
	text-align: left;
}

ul.list_tire li {
	position: relative;
    padding-left: 24px;
	margin-top: 7px;
}
ul.list_tire li::before  {
	content: '';
    background: #243448;
    position: absolute;
    top: 9px;
    left: 0;
    width: 12px;
    height: 3px;
}



/* UPDATE 27082024 */
.main-catalog-down {

}
.catalog-down {
  background-image: url('/local/templates/norsi_trans/./img/cat-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.catalog-down__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 228px;
}
.catalog-down__title {
  margin-bottom: 60px;
  
}
.catalog-down__title h1{
  font-weight: 600;
  font-size: 42px;
  line-height: 124%;
  text-transform: uppercase;
  color: #fff;
  text-align:center;
}
.catalog-down__link{
  font-weight: 700;
  font-size: 16px;
  line-height: 158%;
  text-transform: uppercase;
  color: #fff;
  border-radius: 15px;
  padding: 15px 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #00A9FC;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 230px;
  margin: 0 auto 24px auto;
}
.catalog-down__text p{
  margin: 0;
}
.catalog-down__desc {

}
.catalog-down__data,.catalog-down__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 158%;
  opacity: 0.6;
  color: #fff;
  text-align: center;
}

@media(max-width:480px){
  .catalog-down__inner {
    padding: 150px 23px 176px 23px;
  }

}
/*update img on products*/

.catalog-card__title > img{
object-fit:contain;
width:50px;
height:50px;
}
/*for detail*/
.detail-slider__item.minprompt:after{
background-image:url('/local/templates/norsi_trans/img/minprompt.jpg');
width:100px;
height:100px;
right:5px;
background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media(max-width: 767px){
	.detail-slider__item.minprompt:after{
width:50px;
height:50px;
top:-20px;

}
	.catalog-detail .detail-slider_big .detail-slider__item{
margin-top:20px;
}
}
#popup-img .popup__content{
padding:40px;
}
#popup-img img{
max-height:80vh;
}

.popup-imgDownload{
display:flex;
width:10px;
height:10px;
background-color:red;
}
body.fancybox-active{
scrollbar-gutter:stable;
}

.fancybox__slide.has-image>.fancybox__content{
   width: 456.984px!important;
    height: 653.999px!important;
}

@media(max-width:680px){

}



/* UPDATE 14102024 */
.section-table__itemNew {
  padding-top:20px;
}
.section-table__itemNew-title {
  margin-bottom:20px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  color: #233449;
}
.section-table__itemNew-inner {
  display:grid;
  gap:20px;
  grid-template-columns:repeat(4,1fr);
}
.section-table__itemNew-box__top{
  display:grid;
  gap:2px;
  grid-template-columns:repeat(2,1fr);
  grid-template-rows:repeat(2,1fr);
  height:124px;
}
.section-table__itemNew-box:nth-child(2) .section-table__itemNew-box__top .section-table__itemNew-box__item{
  /* grid-template-rows:repeat(1,1fr); */
  grid-row: 1/2 span;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height:122px; */
}
.section-table__itemNew-box:nth-child(3) .section-table__itemNew-box__top .section-table__itemNew-box__item:nth-child(1){
  grid-row:1/2 span;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-table__itemNew-box:nth-child(4) .section-table__itemNew-box__top .section-table__itemNew-box__item:nth-child(2){
  grid-row:1/2;
  grid-row-start:2;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.section-table__itemNew-box:nth-child(4) .section-table__itemNew-box__top .section-table__itemNew-box__item:nth-child(3){
  display: flex;
  justify-content: center;
  align-items: center;
  grid-row:1/2 span;
}
.section-table__itemNew-box {
  display:flex;
  flex-direction:column;
  gap:15px;
}
.section-table__itemNew-box__item {
  padding:5px;
  background-color:#00215E;
}
.section-table__itemNew-box__item p{
  margin:0;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #fff;
}
.section-table__itemNew-box__item--light {
  background-color:#4583B2;
}
.section-table__itemNew-box__subtitle{
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #233449;
  margin:0;
}
@media(max-width:1198px){
  .section-table__itemNew .section-table__itemNew-inner {
    display:grid;
    gap:20px;
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:630px){
  .section-table__itemNew-title{
    font-size:13px;
    margin-bottom:20px;
  }
  .section-table__itemNew .section-table__itemNew-inner {
    row-gap:30px;
    grid-template-columns:repeat(1,1fr);
  }
}
.blue-title{
color:#00a9fc;
margin-top:24px;
margin-bottom:24px;
}
.section-table_small .section-table__item_subtitle{
display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px;
}
.sub-title{
font-size:16px;
}
.sub-table{
font-size:14px;
}
/* end UPDATE 14102024 */

/* update 05112024 */
.contacting{
margin-bottom:40px;
}
.contacting__text p{
font-weight: 400;
font-size: 18px;
line-height: 140%;
color: #233449;
}
.contacting__list{
display:grid;
grid-template-columns:1fr 1fr 1fr;
gap:15px;
margin-bottom:40px;
}
.contacting__item{
font-weight: 500;
font-size: 20px;
line-height: 140%;
text-transform: uppercase;
color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
text-align:center;
border-radius:10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
padding:32px 15px;
height:120px;
text-wrap-style: balance;
transition:all .3s ease;
position:relative;
}
.contacting__item p{
position:relative;
z-index:11;
}
.contacting__item::before{
content: '';
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
background-color: transparent;
border-radius:10px;
}
.contacting__item:hover::before{
content: '';
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
background-image: linear-gradient(270deg, rgba(28, 136, 222, 0.5) 0%, rgba(0, 155, 255, 0.5) 100%);
/*background-color: red;*/
/*background: rgba(51, 73, 101, 0.5),linear-gradient(270.00deg, rgba(28, 136, 222, 0.5),rgba(0, 155, 255, 0.5) 100%),rgba(0, 0, 0, 0.4),rgb(13, 108, 171);*/
}
.contacting__item:nth-child(1){
background-image: url("/local/templates/norsi_trans/img/contacting1.png");
/*background: #0d6cab, rgba(0, 0, 0, 0.4), rgba(51, 73, 101, 0.5), url("/local/templates/norsi_trans/img/contacting1.png");*/
}
.contacting__item:nth-child(2){
background-image: url("/local/templates/norsi_trans/img/contacting2.png");
/*background: #0d6cab, rgba(0, 0, 0, 0.4), rgba(51, 73, 101, 0.5), url("/local/templates/norsi_trans/img/contacting2.png");*/
}
.contacting__item:nth-child(3){
background-image: url("/local/templates/norsi_trans/img/contacting3.png");
/*background: #0d6cab, rgba(0, 0, 0, 0.4), rgba(51, 73, 101, 0.5), url("/local/templates/norsi_trans/img/contacting3.png");*/
}
.contacting__content-iframe{
/*width:100%;
height:0;
display:none;
background: rgba(21, 141, 230, 0.1);
border:none;
*/
display: block;
  border: 0px;
  height: 105%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
.contacting__content{
/*position:relative;*/
overflow: hidden;
padding-top: 30%;
position: relative;
}
.closeFrame{
cursor:pointer;
position:absolute;
top:20px;
right:20px;
width: 0px;
  height: 0px;
opacity:0;
display:flex;
  align-items: center;
  justify-content: center;
z-index:45;
border-radius: 16px;
background-color:rgba(51, 73, 101, 0.15);
}
.closeFrame::after{
content:'';
position:absolute;
width: 21px;
  height: 2px;
  background-color: #fff;
transform: rotate(-45deg);
}
.closeFrame::before{
content:'';
position:absolute;
width: 21px;
  height: 2px;
  background-color: #fff;
transform: rotate(45deg);
}
@media(max-width:1265px){
	.contacting__item p{
font-size:18px;
}
}
@media(max-width:950px){
	.contacting__list{
    grid-template-columns: 1fr 1fr;
}
	.contacting__item:nth-child(3){
    grid-column: 2 span;
}
}
@media(max-width:600px){
	.contacting__list{
    display:flex;
flex-direction:column;
}
}
@media(max-width:400px){
	.contacting__item p{
font-size: 16px;
}
}
.detail__download-file .detail__download-file_text .file__arr {
fill:#233449;
color:#233449;
}
.contacting__content .modal-dialog.modal-lg.ui-draggable{
width:100%;
}
/* end update 05112024 */
.fa.fa-file-archive-o::before{
opacity:0.85;
}
/* End */
/* /local/templates/norsi_trans/css/normalize.css?16401577126487 */
/* /local/templates/norsi_trans/css/fonts.css?16401577123860 */
/* /local/templates/norsi_trans/font-awesome/css/font-awesome.min.css?164015771431000 */
/* /local/templates/norsi_trans/slick/slick.css?16401577121398 */
/* /local/templates/norsi_trans/slick/slick-theme.css?16401577122517 */
/* /local/templates/norsi_trans/selectric/selectric.css?16401577155092 */
/* /local/templates/norsi_trans/css/tooltipster.bundle.min.css?16401577126495 */
/* /local/templates/norsi_trans/css/tooltipster-sideTip-light.min.css?16401577121782 */
/* /local/templates/norsi_trans/css/tooltipster-sideTip-light-custom.css?16401577121248 */
/* /local/templates/norsi_trans/select2/css/select2.min.css?164015771215824 */
/* /local/templates/norsi_trans/css/swiper-bundle.min.css?177727713718455 */
/* /local/templates/norsi_trans/css/style.css?1777296614196124 */
/* /local/templates/norsi_trans/css/newstyle.css?16401577123119 */
/* /local/templates/norsi_trans/css/custom.css?169415709412534 */
/* /local/templates/norsi_trans/fancybox/fancybox.css?172681781825343 */
/* /local/templates/norsi_trans/components/bitrix/menu/horizontal_multilevel/style.css?16401577144414 */
/* /local/templates/norsi_trans/styles.css?177727719521303 */
/* /local/templates/norsi_trans/template_styles.css?177727719521946 */
