

/* Start:/local/templates/tszp/static/styles/main.css?170564804748772*/
@charset "UTF-8";
:root{
	--title-color:#222;
	--text-color:#1D252D;
	--primary-color:#003C71;
	--secondary-color:#326295;
	--accent-color:#009cde;
	--bg-color: rgba(245, 245, 245, 0.63); /*--bg-color*/
	
	--section-padding: 8rem 0;
}

/*! 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.4;
  /* 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;
}

/* nunito-200 - latin_cyrillic-ext */

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200;
  src: local(""), url("/local/templates/tszp/static/styles/../fonts/nunito/nunito-v24-latin_cyrillic-ext-200.woff2") format("woff2"), url("/local/templates/tszp/static/styles/../fonts/nunito/nunito-v24-latin_cyrillic-ext-200.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* nunito-regular - latin_cyrillic-ext */

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/local/templates/tszp/static/styles/../fonts/nunito/nunito-v24-latin_cyrillic-ext-regular.woff2") format("woff2"), url("/local/templates/tszp/static/styles/../fonts/nunito/nunito-v24-latin_cyrillic-ext-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* nunito-600 - latin_cyrillic-ext */

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("/local/templates/tszp/static/styles/../fonts/nunito/nunito-v24-latin_cyrillic-ext-600.woff2") format("woff2"), url("/local/templates/tszp/static/styles/../fonts/nunito/nunito-v24-latin_cyrillic-ext-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* nunito-700 - latin_cyrillic-ext */

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/local/templates/tszp/static/styles/../fonts/nunito/nunito-v24-latin_cyrillic-ext-700.woff2") format("woff2"), url("/local/templates/tszp/static/styles/../fonts/nunito/nunito-v24-latin_cyrillic-ext-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* nunito-900 - latin_cyrillic-ext */

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("/local/templates/tszp/static/styles/../fonts/nunito/nunito-v24-latin_cyrillic-ext-900.woff2") format("woff2"), url("/local/templates/tszp/static/styles/../fonts/nunito/nunito-v24-latin_cyrillic-ext-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
  font-size: 62.5%;
}

body {
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-family: Nunito;
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--text-color);
}

body.menu-open{
	height: 100vh;
	overflow-y: hidden;
}

*:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6{
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height:auto !important;
}

.container {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 15px;
}

.wide-container {
  width: 100%;
  max-width: 165rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.h1-title {
  font-size: 3.5rem;
  color: var(--title-color);
  font-weight: 700;
  line-height: 3.5rem;
  margin-bottom: 4rem;
  position: relative;
  line-height:1;
}
.h1-title.h1-title--sm {
    font-size: 2.4rem;
	line-height:1.5;
  }


h2 {
  font-size: 3rem;
  color: var(--title-color);
  font-weight: 400;
  margin-bottom: 2rem;
  position: relative;
}

img[align="left"]{
	margin-right:3rem;
	margin-bottom:3rem;
}
img[align="right"]{
	margin-left:3rem;
	margin-bottom:3rem;
}

.title--white {
  color: #fff;
}

.title--center {
  text-align: center;
}

.h1-title--center {
  display: flex;
  justify-content: center;
}

.shadow-box {
  padding: 4.5rem;
  background: #fff;
  box-shadow: 0px 13px 16px -10px rgba(0, 0, 0, 0.15);
  border-radius: 0px;
}

.shadow-box__wrapper{
	margin:0 -1.5rem;
}

.shadow-box.shadow-box--nopadding {
  overflow: hidden;
  padding: 0;
}




.page404-wrapper{
	display:grid; gap:3rem; grid-template-columns:1fr 1fr;
}
.page404__404{text-align:center;font-weight:900;font-size:20rem;line-height:1;}



@media (max-width:540px){
	.page404-wrapper{grid-template-columns:1fr;}
	.page404__404{font-size:16rem;}
	.shadow-box {
		padding: 3rem 1.5rem;
	}
}


/*-----------forms---------*/
.result{padding:3rem; display:block;} 
.result.success{background:#d1e7dd; color:#0f5132; border:1px solid #badbcc;}

.error-text{color: #f00;
padding-top: 4px;
font-size: 14px;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.form-row-column {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.form-row__col {
  width: calc(50% - 10px);
}

.form-row__col-auto {
  flex: 1;
}

.form-label {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  color: #004878;
}

.form-row input[type=text],
.form-row input[type=number] {
  width: 100%;
  height: 45px;
  border: 1px solid #e8e9eb;
  padding: 10px;
}

.form-row textarea {
  width: 100%;
  height: 110px;
  border: 1px solid #e8e9eb;
  padding: 10px;
  font-family: Nunito;
  resize:none;
}

.form-row input.error {
  border: 1px solid #ff0000 !important;
}

input[name=email] {
  display: none;
}

.form-row-button {
  text-align: center;
}

.button {
  height: 45px;
  background: var(--primary-color);
  color: #fff;
  border: none;
  padding-left:30px; padding-right:30px;
}

.button:hover {
  background: #327CCB;
}

.button--light {
  background: #7DF7FF;
  color: #222;
}

.button--white {
  background: #fff;
  color: #222;
}

.button--wide {
  width: 100%;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.custom-checkbox + label:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox:checked + label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */

.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}

/* стили для активного состояния чекбокса (при нажатии на него) */

.custom-checkbox:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */

.custom-checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */

.custom-checkbox:focus:not(:checked) + label::before {
  border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии disabled */

.custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}

/* для элемента input c type="radio" */

.custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label связанного с .custom-radio */

.custom-radio + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */

.custom-radio + label:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили при наведении курсора на радио */

.custom-radio:not(:disabled):not(:checked) + label:hover:before {
  border-color: #b3d7ff;
}

/* стили для активной радиокнопки (при нажатии на неё) */

.custom-radio:not(:disabled):active + label:before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* стили для радиокнопки, находящейся в фокусе */

.custom-radio:focus + label:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */

.custom-radio:focus:not(:checked) + label:before {
  border-color: #80bdff;
}

/* стили для радиокнопки, находящейся в состоянии checked */

.custom-radio:checked + label:before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* стили для радиокнопки, находящейся в состоянии disabled */

.custom-radio:disabled + label:before {
  background-color: #e9ecef;
}

.logo-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-bar__logo a {
  font-size: 32px;
  font-weight: 900;
  text-decoration: none;
  color: #7EC2D8;
}

.logo-bar__phone {
  font-size: 28px;
  color: #7EC2D8;
  font-weight: 600;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}

.logo-bar__mail {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

#header.sticky{position:fixed; left:0; right:0; top:0;z-index:10000;
animation: slideDown 0.35s ease-out;
}

.header.sticky .nav-bar {
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.8);
}

.nav-menu-hamburger {
  padding: 5px 5px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.nav-menu-hamburger:hover {
  opacity: 0.7;
}

.nav-menu-hamburger.is-active:hover {
  opacity: 0.7;
}

.nav-menu-hamburger.is-active .nav-menu-hamburger__inner,
.nav-menu-hamburger.is-active .nav-menu-hamburger__inner:before,
.nav-menu-hamburger.is-active .nav-menu-hamburger__inner:after {
  background-color: #343F52;
}

.nav-menu-hamburger.is-active .nav-menu-hamburger__inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-menu-hamburger.is-active .nav-menu-hamburger__inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.nav-menu-hamburger.is-active .nav-menu-hamburger__inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-menu-hamburger__box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.nav-menu-hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.nav-menu-hamburger__inner,
.nav-menu-hamburger__inner:before,
.nav-menu-hamburger__inner:after {
  width: 30px;
  height: 4px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.nav-menu-hamburger__inner:before,
.nav-menu-hamburger__inner:after {
  content: "";
  display: block;
}

.nav-menu-hamburger__inner:before {
  top: -10px;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.nav-menu-hamburger__inner:after {
  bottom: -10px;
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.nav-menu-overlay {
  transition: all 0.3s ease;
  position: fixed;
  display: none;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

.header {
  transition: all 0.3s ease;
  padding: 1.5rem 0;
  position: absolute;
  z-index: 110;
  top: 0;
  left: 0;
  right: 0;
  background:linear-gradient(180deg, #181818 0%, rgba(24, 24, 48, 0) 100%);
}

.top-overlay{display:none; position:fixed; top:0; bottom:0; left:0; right:0; background:rgba(0,0,0,.7);z-index:940;}
.top-overlay.open{display:block; opacity:1;}

.search-bar{background:#fff;position:fixed; top:0;left:0; right:0; z-index:120000; transition:all .3s ease; transform:translateY(-100%);}
.search-bar.opened{transform:translateY(0%);}
.search-bar__wrapper{padding:15px 75px 15px 45px;}

.search-bar-result{padding:15px 75px 15px 45px;display:none;}
.search-bar-result__item{padding:10px 0;color:#999; text-decoration:none; display:block;}
.search-bar-result__item-name{display:block;text-decoration:none; font-weight:600; margin-bottom:5px; color:#333;}
.search-bar-result__item-body{font-size:14px; color:#999;}
.search-bar-result__item + .search-bar-result__item{border-top:1px solid #fcfcfc;margin-top:10px;}

.search-bar-input{position:relative; background:#f8f8f8; border:1px solid #F2F2F2; padding:13px 36px 13px 34px; display:flex; align-items:center; gap:15px;}
.search-bar-input__input{width:100%; font-size:18px; color:#333; border:none;background:none; width:100%;}
.search-bar-button{padding:2px; background:none; border:0;}
.search-bar-button svg{display:block;width:20px;height:20px; fill:#333;}
.search-bar-clear{padding:2px; background:none; border:0;}
.search-bar-clear svg{display:block;width:20px;height:20px; fill:#999;}
.search-bar-close{width:16px; height:16px; border:none; background:none; padding:15px;position:absolute; right:30px; top:28px;}
.search-bar-close:after{
	position:absolute; top:13px; left:10px;
	content: "";
display: block;
width: 6px;
height: 6px;
border-bottom: 2px solid #999;
border-right: 2px solid #999;
transform: rotate(-135deg);
transition: all .2s ease;
}

.search-button{background:none; border:none; color:#fff; padding:0 5px;}
.search-button svg{display:block;fill:#fff; width:20px; height:20px; display:inline-block;vertical-align:middle;}

.button-default{border:1px solid transparent; padding:10px 30px; border-radius:30px;}
.button-default.button--white{background:#fff; color:#009cde; transition:all .3s ease;}
.button-default.button--white:hover{color:#fff; background:#003C71;}


.header-white .header-top-bar__phone svg{fill:#999;}
.header-white .header-phone{color:#999;}
.header-white .search-button{color:#999;}
.header-white .search-button svg{fill:#999;}
.header-white .button-default.button--white{color:#fff; background:#003C71;}

.header-bar {
  display: flex;
  align-items: center;
}

.header-bar__logo {
  margin-right: 3rem;
}

.header-bar-logo{
	display:block;
}
.header-bar-logo img{
	display:block;
	max-width:9.2rem;
}

.header-bar__menu {
  flex: 0 auto;
  margin: 0 auto;
}

.header-bar__contact {
  flex: 0 auto;
}

.header-contact__phone{padding:0 30px;}
.header-contact__phone .header-phone{
display:block;
  font-size: 2rem;
  color: #f8f8f8;
  white-space:nowrap;
  text-decoration:none;
}

.header-contact__phone .header-email{
	display:block;
	  font-size: 1.4rem;
  color: #f8f8f8;
  white-space:nowrap;
  text-decoration:none;
}

.header-contact__phone .addr{color: #f8f8f8;font-size:1.4rem;}

.header-white .header-contact__phone svg{width:16px;height:16px; fill:#222; display:inline-block;vertical-align:middle;}
.header-white .header-contact__phone .header-phone{color: #222;}
.header-white .header-contact__phone .header-email{color: #222;}
.header-white .header-contact__phone .addr{color: #222;}

.header-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.header-menu__item {
  padding: 0 0;
}


.header-menu__item > ul{
	position:absolute;
	background:#fff;
	padding:15px;
}

.header-menu__item a {
  display: block;
  padding: 0.5rem 1.5rem;
  /*olor: #1D252D;*/
  color:#f8f8f8;
  text-decoration: none;
  font-size: 1.6rem;
  position: relative;
  font-weight:600;
  transition:all .2s ease;
  display:flex;
  align-items:center;
  background:transparent;
  border-radius:4px;
  transition:background .3s ease;
}

.header-menu__item.has--children {
  position: relative;  
}
.header-menu__item.has--children > a{
	border-radius:4px 4px 0 0;
}


.header-menu__item.has--children > a:after {
  content: "";
  display: block;
 
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
 
  transform: rotate(45deg);
  transition:all .2s ease;
  opacity:.5;
  margin-left:1rem;
}


.header-menu__item.has--children:hover > a:after {
	transform: rotate(-135deg);
	border-color: #0C4D6A;
}
.header-menu--lvl1 .header-menu__item:hover > a {
  color: #0C4D6A;
  background:#f8f8f8;
 
}

.header-white {
transition: all 0.3s ease;
  padding: 1.5rem;
  position: static;
  background:#f8f8f8;
}

.header-white-bar {
  display: flex;
  align-items: center;
}

.header-white-bar__logo {
  margin-right: 3rem;
}

.header-white-bar-logo{
	display:block;
}
.header-white-bar-logo img{
	display:block;
	max-width:9.2rem;
}

.header-white-bar__menu {
  flex: 0 auto;
  margin: 0 auto;
}

.header-white-contact__phone a{
  font-size: 2.1rem;
  color: #1D252D;
  white-space:nowrap;
  text-decoration:none;
}

.header-white-bar__menu .header-menu__item a {
  color: #1D252D;
}

.header-white-bar__menu .header-menu__item.has--children > a:after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.header-menu-level2{
	background:rgba(255,255,255,1);
	position:absolute;
	z-index:100;
	opacity:0;
	pointer-events:none;
	transition: .3s ease;
	transform: translateY(-10px);
	padding:2rem 0;
}
.header-menu-level2__ul{
	list-style:none;
	margin:0; padding:0;
}

.header-menu-level2__ul li + li{
	margin-top:.3rem;
}

.header-menu-level2__ul li a{
	font-size:1.6rem; 
	padding:1rem 2rem;
	white-space:nowrap;
	color:var(--primary-color);
}
.header-menu-level2__ul li a:hover{
	background:rgba(200,200,200,.3);
	color:#0C4D6A;
}


.header-menu--lvl1 .header-menu__item:hover > .header-menu-level2,
.header-menu--lvl1 .header-menu__item.is-active > .header-menu-level2{
	opacity:1;
	transform: translateY(0px);
	pointer-events:auto;
}


.header-langs{position:relative;}
.header-langs__head{display:flex; gap:3px; color:#fff; align-items:center;cursor:pointer;}
.header-langs__head svg{display:block;}
.header-langs__head svg path{fill:#fff;}
.header-langs__head span{font-size:14px; line-height:1;padding:3px;}
.header-langs-list{background:#fff; padding:14px 19px 15px; position: absolute;
top: 100%;left: 11px;padding-top: 13px;opacity: 0; visibility: hidden; transition: opacity .2s ease-in-out,visibility .2s ease-in-out;}

.header-langs-list__item.current{font-weight:900;}
.header-langs-list__item{text-decoration:none; color:#111;}

.header-langs:hover .header-langs-list{opacity:1; visibility: visible;}

.header-white .header-langs__head{color:#222;}
.header-white .header-langs__head svg path{fill:#222;}



/** Hamb menu */
.hamburger-wrapper{
	flex: 0 auto;
	align-items: center;
	justify-content: flex-end;
	display:none;
}
.hamburger{
	width:3rem; height:3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hamburger div{
	width: 3rem;
	height: 3px;
	border-radius: 3px;
	background: #f8f8f8;
	position:relative;
	transition: .3s;
}
.hamburger div:before,
.hamburger div:after{
	content:"";
	position: absolute;
	width:2rem;
	height:inherit;
	background: #f8f8f8;
	border-radius: 3px;
	transition: .3s;
}

.header-white .hamburger div{
	background: #003C71;
}

.header-white .hamburger div:before,
.header-white .hamburger div:after{
	background: #003C71;
}


.hamburger div:before{
	transform:translateY(-7px);
}
.hamburger div:after{
	transform:translateY(7px);
}

.hamburger.is-active div{
	background-color:transparent;
}
.hamburger.is-active div:before{
	transform:translateY(0) rotate(-45deg);
	background:var(--text-color);
}
.hamburger.is-active div:after{
	transform:translateY(0) rotate(45deg);
	background:var(--text-color);
}




@media (max-width:1366px){
	.top-menu-items__item:last-child{display:none;}
	
}

@media (max-width: 992px){
	.header-bar, .header-white-bar{justify-content:space-between;}
	.header-bar__logo{margin-right:0;}
	
	.header-contact__phone{order:2; padding:0 0 0 30px;}
	.header-bar__logo, .header-white-bar__logo{order:1; margin-right:0;}
	
	.header-langs{order:3;margin-left:auto;}
	
	.header-bar__contact, .header-white-bar__contact{order:5; display:flex; justify-content:center;}
	.hamburger-wrapper{display:flex; order:4; position:relative; z-index:100000; margin-left:30px;margin-right:30px;}
	
	.header-white-bar__menu{
		background:#fff;
	}
	
	.top-menu-items__item > a{color:var(--text-color);}
	.header-contact__phone .addr{display:none;}
	.header-contact__phone br{display:none;}
	/*
	.header-contact__phone{order:4;}
	.header-bar__logo, .header-white-bar__logo{order:2; margin-right:0;}
	.header-bar__contact, .header-white-bar__contact{order:3; display:flex; justify-content:center;}
	.hamburger-wrapper{display:flex; order:1; position:relative; z-index:100000;}
	
	.header-menu__item{padding:.5rem 0;width:100%;}
	.header-menu__item > a{padding:1rem 2rem; color:var(--text-color)}
	.header-menu__item.has--children > a:after{transform: rotate(-45deg); border-bottom:2px solid var(--text-color);border-right:2px solid var(--text-color);}
	.header-menu__item.has--children:hover > a:after {transform: rotate(-45deg); opacity:1;}
	.header-menu--lvl1 .header-menu__item:hover > a {transform:none;}
		
	.header-menu-level2{position:static; display:none;padding:0;}
	.header-menu-level2__ul li a{padding-left:4rem;}
	
	.header-menu--lvl1 .header-menu__item.is-active > .header-menu-level2,
	.header-menu--lvl1 .header-white-menu__item.is-active > .header-menu-level2{
		display:block;
	}
	.header-bar__menu.is-active, .header-white-bar__menu.is-active{	
		transform:translateX(0%);
		opacity:1;
	}

	.header-menu, .header-white-menu{
		flex-direction:column;
		justify-content:flex-start;
		align-items:flex-start;
	}*/

}
@media (max-width: 450px){
	.search-bar-input{padding:10px;}
	.search-bar__wrapper{padding:15px 50px 15px 15px;}
	.search-bar-close{right:10px; top:24px;}
	.header, .header-white{padding:1rem 0;}
	.header-bar-logo img, .header-white-bar-logo img{width:7.2rem; max-width:100%;}
	.header-contact__phone, .header-white-contact__phone{font-size:1.8rem; padding-left:15px;}
	
	
	.hamburger-wrapper{order:5; margin-left:0;margin-right:0px;}
	.header-bar__logo, .header-white-bar__logo{order:1;}
	
	.header-langs{order:3;}
	.header-langs__head i{display:none;}
	
	.header-contact__phone{order:2}
	.header-contact__phone .header-phone{font-size:1.6rem;}
	
	.header-bar__contact, .header-white-bar__contact{order:4;margin:0 auto;}
	
}


/*
.header.sticky {
  background-image: linear-gradient(135deg, #0C4D6A 10%, #004689 100%);
}*/

.hero2 {
  position: relative;
  overflow: hidden;
}

.hero-overlay{
	position:absolute;
	top:0;bottom:0;left:0; right:0;
	z-index: 2;
	background: linear-gradient(0deg, rgba(0,0,0, 0.8) 0%, rgba(0,0,0, 0.1) 90%) transparent;
}

.hero-heading {
  position: absolute;
  left: 0;
  right:0;
  top:50%;
  transform:translateY(-50%);
  z-index: 20;
  max-width:60rem;
}
.hero-slider{
	min-height:350px;
	height:70vh;
	overflow:hidden;
}
.hero-slider__slide{
	height:100%;
	background:#f8f8f8;
	position:relative;
}

.hero-slider-content{position:absolute; top:50%; left:0; right:0; transform:translateY(-50%); z-index:10;}
.hero-slider-content .wide-container{height:100%; position:relative;}
.hero-slider-overlay{position:absolute; top:0; bottom:0; left:0; right:0; background:rgba(0,0,0,.3); z-index:1;}

.hero-slider .tns-nav{position:absolute; bottom:3rem; z-index:100; left:50%; transform:translateX(-50%); display:flex; gap:1.5rem;}
.hero-slider .tns-nav button{
	font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #F8F9FB;
  transition: background 0.3s ease;
  opacity:.6;
}
.hero-slider .tns-nav button.tns-nav-active{opacity:1;}
.hero-slider__slide img, .hero-slider__slide video{width:100% !important; height:100% !important; object-fit:cover;}

@media(max-width:1024px){
	.hero-heading__big{font-size:3rem;}
	.hero-heading{max-width:400px;}
}

@media(max-width:768px){
	.hero-heading__big{font-size:3rem;}
	.hero-heading{width:90%;}
	
	.hero-slider{
		height:300px;
		overflow:hidden;
	}
	
	.hero-slider .slick-slide img, .hero-slider .slick-slide video{
		
	}
}


.competition {
  position: relative;
  z-index:10;
}

.competition-wrapper {
  padding:4.5rem 0;
  background:url(/local/templates/tszp/static/styles/../img/network.jpg) center center no-repeat; background-size:cover;
}




.competition-items {
  display: grid;
  grid-template-columns: 1fr 1fr;

}

.competition-item{
	padding:3rem;
	
}

.competition-item:nth-child(1),
.competition-item:nth-child(2){
	border-bottom:1px solid var(--bg-color);
}
.competition-item:nth-child(1),
.competition-item:nth-child(3){
	padding-left:0;
	border-right:1px solid var(--bg-color);
}
.competition-item:nth-child(2),
.competition-item:nth-child(4){
	padding-right:0;
}



.competition-item__title {
  position: relative;
  font-weight: 400;
  line-height: 1;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  padding: 1rem 0 1rem 3.5rem;
  color: var(--title-color);
}

.competition-item__title:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 4px solid var(--accent-color);
  border-bottom: 4px solid var(--accent-color);
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.competition-item__description {
  padding-left: 0rem;
  opacity:.7;
}

@media (max-width: 768px){
	.competition-items {
		grid-template-columns: 1fr;
		grid-gap: 1.5rem;
	}
	
	.competition-item{
		padding:1rem 0;
	}
	
	.competition-item:nth-child(1), .competition-item:nth-child(3){
		border-right:none;
	}
	.competition-item:nth-child(1), .competition-item:nth-child(2){
		border-bottom:none;
	}
	
	.competition-item__title:before {
		width: 5px;
		height: 5px;
		border-right: 3px solid #0C4D6A;
		border-bottom: 3px solid #0C4D6A;
	}
	.competition-item__title{
		font-size:2rem;
		padding:1rem 0 1rem 2.5rem;
	}
	.competition-item__description{
		font-size:1.4rem;
		padding-left:2.5rem;
	}
}


.features {
  padding: 9rem 0;
  background: #fff;
}

.features-grid {
  display: grid;
  gap: 4.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.features-grid__item {
  display: flex;
  align-items: center;
}

.features-grid__icon {
  flex: 0 auto;
  margin-right: 1.5rem;
  width:65px;
}

.features-grid__icon img {
  display: block;
}

.features-grid__text {
  font-size: 1.6rem;
  font-weight: 700;
  flex: 1;
}

@media(max-width:768px){
	.features{padding:5rem 0;}
	.features-grid{grid-template-columns:1fr 1fr; gap:2rem;}
}
@media(max-width:620px){
	
	.features-grid{grid-template-columns:1fr 1fr;}
	.features-grid__item{flex-direction:column; justify-content:flex-start;}
	.features-grid__text{flex:none; font-size:1.4rem; width:100%; text-align:center;}
	.features-grid__icon{flex:none; height:4.8rem;margin:0 0 1rem 0; width:100%; display:flex; align-items:center; justify-content:space-between;}
	.features-grid__icon img{margin:0 auto;}
}

.about {
  padding: 9rem 0 9rem 0;
  background: var(--bg-color);
}

.about-wrapper {
  margin: -4.5rem 0;
}

.about-cols {
  display: flex;
}

.about-cols__col1 {
  flex: 0 auto;
  max-width:50%;
  padding-right:3rem;
}

.about-cols__col1 img {
  display: block;
  border-radius: 0px;
}

.about-cols__col2 {
  flex: 1;
  padding: 4.5rem;
}

.application-list{
	list-style:none;
	margin:0; padding:0;
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	gap:1.5rem;
}
.application-list li a{text-decoration:none; color:var(--text-color); display:block; padding:1rem 2rem; background:#f8f8f8;}
.application-list li a:hover{color:var(--accent-color); }
.competition-wrapper--withtop{margin-top:-4.5rem;}


@media (max-width: 1024px){
	.about-cols__col2{padding:0 1.5rem 0 0;}
	.about-cols__col1{padding: 0;}
	
}

@media( max-width: 667px){
	.about-cols {flex-wrap:wrap; padding:0;}
	.about-cols__col2{padding:0 0 1.5rem 0; width:100%; text-align:center; max-width:100%;}
	.about-cols__col1{width:100%; max-width:100%;}
	.about {
		padding: 8rem 0 4rem 0;
	}
	
	.application-list{grid-template-columns:repeat(2, 1fr);}
}


.tasks {
  padding: 9rem 0 0 0;
}

.tasks-wrapper {
  display: flex;
}

.tasks-wrapper__title {
  flex: 0 auto;
  margin-right: 3rem;
}

.tasks-wrapper__content {
  flex: 1;
}

.tasks-list{
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	gap: 1.5rem;
}

.tasks-list__item {
  background: rgba(245, 245, 245, 0.63);
  padding: 3rem;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

@media(max-width:768px){
	.tasks{padding:5rem 0 0 0;}
	.tasks-list{grid-template-columns:1fr;}
}

.tszp-digits-wrapper {
  display: block;
}

.tszp-digits {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
}

.tszp-digits__item {
  display: flex;
  flex-direction: column;
}

.tszp-digits__digit {
  color: #e6b122;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.tszp-digits__text {
  font-size: 1.6rem;
  color: #0C4D6A;
  text-align: center;
}

.industries {
  padding: 1.5rem 0 9rem 0;
  background: #fff;
  overflow:hidden;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  grid-auto-rows: 260px;
  grid-auto-flow: dense;
  gap: 15px;
}

.industries-grid__item {
  background-size: cover;
  background-position: center center;
  position: relative;
  transition: all 0.3s ease;
}

.industries-grid__item--double {
  grid-column-end: span 2;
}

.industries-grid__item:after {
  content: "";
  position: absolute;
  1background: rgba(0, 70, 137, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.industries-grid__item:hover {
  transform: scale(1.05);
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}

.industries-grid__link {
  padding: 3rem;
  display: block;
  height: 100%;
  text-decoration: none;
}

.industries-grid__title {
  font-size: 2rem;
  color: #000;
  position: relative;
  z-index: 10;
  font-weight: 600;
}

@media(max-width:768px){
	.industries{padding-bottom:5rem;}
	.industries-grid__item--double{grid-column-end:unset;}
	.industries-grid {grid-template-columns: 1fr 1fr;}
}

@media(max-width:667px){
	.industries-grid {grid-template-columns: 1fr;grid-auto-rows:200px; gap:5px;}
}


#news-slider{display:flex;align-items:stretch;}

.sc-news {
  padding:var(--section-padding);
  background:#f8f9fb;
}

.sc-news-list {
  padding:0;
  position:relative;
}

.sc-news-list__outer{
	padding:.75rem;
}

.sc-news-list__item{
	background:#fff;
	border:1px solid #F2F2F2;
	transition:all .3s ease;
	cursor:pointer;
	height:100%;
}

.sc-news-list__item:hover{box-shadow:0 0 20px rgba(0,0,0,.05);}

.sc-news-list__descr {
  padding: 1.5rem;
}

.sc-news-list__title {
  font-size: 1.5rem;
  color: #404040;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 1.5rem;
  display:block;
}

.news-list{}
.news-list-item{display:flex; margin-bottom:3rem;}
.news-list-item__image{flex:0 auto; margin-right:3rem;}
.news-list-item__description{flex:1;}


.news-slider{margin:0 -1.5rem;}

.news-slider-nav-container{}
.news-slider-nav{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:48px;height:48px;
	background:#fff;
	border-radius: 24px;
	z-index:20;
	display:flex;
	align-items:center;
	cursor:pointer;
	justify-content:center;
	box-shadow:0 0 10px rgba(0,0,0,.1);
}
.news-slider-nav:before{
content: "";
width: 10px;
height: 10px;
border-right: 4px solid var(--accent-color);
border-bottom: 4px solid var(--accent-color);
}

.news-slider-nav__prev{left:-3rem;}
.news-slider-nav__prev:before{transform: rotate(135deg);margin-left:3px;}
.news-slider-nav__next{right:-3rem;}
.news-slider-nav__next:before{transform: rotate(-45deg);margin-right:3px;}

.tns-outer{height:100%;}
.tns-ovh, .tns-inner, .tns-slider{height:inherit;}

.simple-page-attachments{margin-top:60px;}
.simple-page-image{margin-bottom:30px;}
.simple-page-image img{display:block;}
.simple-page-attachments__title{background:rgba(245, 245, 245, 0.63); font-size:3rem; font-weight:700; padding:10px 30px;}
.simple-page-attachments-list{padding:30px; display:grid; grid-template-columns:1fr 1fr; gap:30px;}
.simple-page-attachments-list__link{display:flex; align-items:center; gap:15px; font-weight:600; color:#004a80; text-decoration:none;}
.simple-page-attachments-list__link:hover{color:var(--accent-color);}
.simple-page-attachments-list__link img{width:64px;display:block;}

.footer {
  padding: 5rem 0;
  background: #2b2f32;
  color: #777e89;
  font-size:1.4rem;
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-copyright{
	padding: 3rem 0 0 0; text-align:center;
}

.footer a {
  color: #777e89;
  text-decoration: none;
  transition:color .3s ease;
}
.footer a:hover{ color:#fff;}

.footer__title {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}

.footer__logo-col a {
  font-size: 32px;
  font-weight: 900;
  text-decoration: none;
  color: #327CCB;
}



.footer__contacts {
  font-size: 14px;
  padding-top: 15px;
}

.footer__menu-col {
  width: calc(25% - 15px);
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu__item {
  margin-bottom: 5px;
}

.socicons{display:flex; flex-wrap:wrap; gap:1.5rem;}
.socicons a{display:block; height:36px;width:36px;}




@media (max-width: 768px){
	.footer__title{
		margin-bottom:1.5rem;
	}
	.footer__menu-col {
		width: calc(50% - 15px);
		margin-bottom:1.5rem;
	}
	
}


.breadcrumbs-wrapper {
  padding: 2rem 0 2rem 0;
  background: rgba(245, 245, 245, 0.63);
  border-top:1px solid #f0f0f0;
}

.breadcrumbs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap:wrap;
}

.breadcrumbs-list li a {
  color: #999999;
  text-decoration: none;
  font-size: 1.4rem;
}

.breadcrumbs-list li > span {
  color: #dadada;
  text-decoration: none;
  font-size: 1.4rem;
}

.breadcrumbs-list li + li:before {
  content: "/";
  display: inline-block;
  padding: 0 3px 0 8px;
  color: #999999;
}

.page-citate{
	color:#0C4D6A;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size:20px;
	padding:100px 0;
	margin:0 10%;
	text-align:center;
}


.page-content {
  position: relative;
  padding:5rem 0;
}

.page-layout-wrapper {
  display:flex;
  gap:3rem;
   padding: 4.5rem 0;
}
.page-layout-wrapper aside{width:290px;}
.page-layout-wrapper .main{
	position: relative;
	min-height: 1px;
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.page-layout-wrapper aside + .main{
	max-width: calc(100% - 290px);
}

.page-content__image {
	margin-bottom:3rem;
}

.page-content__image img {
  display: block;
  width:100%;
}

.page-content h3 {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  font-weight: 700;
}

@media (max-width:992px){
	.page-layout-wrapper {flex-wrap:wrap;}
	.page-layout-wrapper aside{width:100%; order:2;}
	.page-layout-wrapper aside + .main{width:100%; max-width:100%; order:1;}
}


.w-certs {
  padding: 3rem 0;
}

.w-certs-list {
  display: flex;
  justify-content: space-between;
}

.w-cols {
  padding: 3rem 0;
  display: grid;
  gap: 4.5rem;
  grid-template-columns: 1fr 1fr;
}

.w-cols__title {
  margin-bottom: 1.5rem;
  color: #0C4D6A;
}

@media(max-width:540px){
	.page-content__content{padding:3rem 1.5rem;}
	.simple-page-attachments-list{grid-template-columns:1fr;}
	
	.news-slider-nav{top:35%;}
	.news-slider-nav__prev{left:0rem;opacity:.7;}
.news-slider-nav__next{right:0rem;opacity:.7;}
}

@media (max-width: 1024px) {
  .nav-bar {
    padding: 15px 15px;
  }

  .nav-menu-hamburger {
    display: block;
    position: relative;
    z-index: 1000;
  }

  .nav-menu-hamburger.is-active + .nav-menu-overlay {
    opacity: 1;
    display: block;
  }

  .nav-bar-menu {
    margin: 0;
    position: fixed;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    flex-direction: column;
    right: 0;
    top: 0;
    z-index: 500;
    transform: translateX(100%);
    transition: all 0.3s ease;
    visibility: hidden;
    overflow: hidden;
  }

  .nav-bar-menu__item {
    padding: 5px 0;
  }

  .nav-bar-menu__link {
    color: #111;
  }

  .nav-bar-menu.is-active {
    display: block;
    transform: translateX(0);
    width: 50%;
    max-width: 300px;
    bottom: 100%;
    height: 100vh;
    visibility: visible;
  }

  .nav-bar__container {
    flex-wrap: wrap;
  }

  .nav-bar__logo {
    order: 1;
  }

  .nav-bar__logo a {
    font-size: 28px;
  }

  .nav-bar__menu {
    order: 3;
  }

  .nav-bar__phones {
    order: 2;
  }

  .nav-bar__phone {
    font-size: 24px;
  }

  .nav-bar__mail {
    font-size: 16px;
  }
}

@media (max-width: 812px) {
  .card-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }

  .circle-list__item {
    font-size: 16px;
  }

  .checked-list__item {
    font-size: 16px;
  }

  .h1-title {
    font-size: 3rem;
  }
  

  
  h2{
	font-size: 2rem;  
	}
}

@media (max-width: 667px) {
  .h1-title {
    font-size: 2.8rem;
	margin-bottom:2rem;
	font-weight:700;
  }
  h2{
	font-weight:600;
	fonot-size:2rem;
	}
}

@media (max-width: 600px) {
  .card-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}

@media (max-width: 550px) {
  .nav-bar__container {
    flex-wrap: wrap;
  }

  .nav-bar__logo {
    order: 1;
  }

  .nav-bar__logo a {
    font-size: 24px;
  }

  .nav-bar__menu {
    order: 3;
  }

  .nav-bar__phones {
    order: 2;
  }

  .nav-bar__phone {
    font-size: 24px;
  }

  .nav-bar__mail {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .card-block {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .nav-bar__logo {
    margin-bottom: 5px;
    order: 1;
    text-align: center;
  }

  .nav-bar__logo a {
    font-size: 24px;
  }

  .nav-bar__menu {
    order: 2;
  }

  .nav-bar__phones {
    order: 3;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav-bar__phone {
    font-size: 20px;
  }

  .nav-bar__mail {
    font-size: 16px;
  }
}
/*# sourceMappingURL=maps/main.css.map */

.text-photo{display:flex; gap:3rem;}
.text-photo + .text-photo{margin-top:3rem;}
.text-photo__text{flex:1;}
.text-photo__photo{}

.sc-services{padding-top:6rem;}



.services-list__item{
	display:flex; gap:3rem;
	padding: 3rem;
	background-color: #FFF;
	border: 1px solid #F2F2F2;
	transition:all .3s ease;
	position:relative;
	z-index:0;
}
.services-list__item:hover{
	border-color:#fff;
	box-shadow: 0 8px 32px rgba(27, 30, 37, 0.08);
	z-index:10;
}

.services-list__item h2{font-size:2.4rem; font-weight:600;}
.services-list__item h2 a{text-decoration:none; color:var(--title-color);}
.services-list__item + .services-list__item{border-top:0;}
.services-list__text{flex:1;}
.services-list__photo{flex:0 auto; max-width:30rem;}
.services-list__content{text-align:justify;}

.licenses-list{display:grid; grid-template-columns:repeat(3, 1fr); gap:3rem;}
.licenses-list__item{box-shadow:0 0 5px rgba(0,0,0,.1);}
.licenses-list__item + .licenses-list__item__item{margin-top:3rem;}
.licenses-list__text{padding:1.5rem; text-align:center;}
.licenses-list__photo{text-align:center;}
.licenses-list__content{text-align:center;}
.licenses-list__title{font-size:1.6rem; font-weight:600;}
.licenses-list__count{font-size:1.4rem; opacity:.7;margin-bottom:10px;}

.technologies-list{padding-top:6rem;}
.technologies-list__item{display:flex; gap:3rem;}
.technologies-list__title{font-size:3rem; font-weight:700;}
.technologies-list__item + .technologies-list__item{margin-top:3rem;}
.technologies-list__image{width:30rem; marign-right:1.5rem;}
.technologies-list__content{flex:1;text-align:justify;}


@media(max-width:667px){
	
	.licenses-list{grid-template-columns:repeat(2, 1fr); gap:1.5rem;}
	
	
	.services-list__item{flex-wrap:wrap;}
	.services-list__photo{max-width:100%;}
	.services-list__text{order:2;}
	.services-list__photo{order:1;}
	
	.text-photo{flex-wrap:wrap; gap:0;}
	.text-photo__photo{max-width:100%; width:100%; padding-top:1.5rem;}
	
}

@media(max-width:440px){
	
	.licenses-list{grid-template-columns:1fr; gap:1.5rem;}
}

.product-categories-grid{
	padding-top:5rem;
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	gap:1.5rem;
}
.product-categories-grid__item{background:#F7F9FB;}
.product-categories-grid__title{font-size:1.8rem; text-align:center; padding:1.5rem;font-weight:600; margin:0; min-height:71px;}
.product-categories-grid__description{padding:1.5rem;}

@media(max-width:667px){
	.product-categories-grid{
		grid-template-columns: 1fr;
	}
}


.contacts{
	display:grid;
	gap:30px;
	grid-template-columns:1fr 1fr;
}

.contact-addr{margin-bottom:3rem;}
.contact-addr__title{margin-bottom:1.5rem; font-size:1.8rem; font-weight:600;}
.contact-addr__adress{}

.page-content-cols{
	display:flex;
	gap:15px;
	flex-wrap:wrap;
}
.page-content-cols__col{
	flex:1;
	margin-bottom:15px;
}
.page-content-cols__image{
	margin-bottom:15px;
	height:210px;
	overflow:hidden;
}
.page-content-cols__caption{
	text-align:center;
	font-weight:600;
}

.lab-oborudovanie-slider{padding:6rem 0;
	min-height: 0;
min-width: 0;
	}
	
.lab-slider{
	position: relative;
}	
	
.lab-slider__item{
	position:relative;
	margin:0 15px;
}
.lab-slider__image{
	margin-bottom:15px;
}
.lab-slider__title{
	text-align:center;
}

.team-list-container{padding:5rem 0;}
.team-list{display:grid; grid-template-columns:repeat(4, 1fr); gap:3rem;}
.team-list__item{transition:all .3s ease; border:1px solid #F2F2F2; border-radius:2px; overflow:hidden; cursor:pointer;}
.team-list__item:hover{box-shadow:0 0 20px rgba(0,0,0,.05);}
.team-list__descr{padding:1.5rem;}
.team-list__title{display:block; text-decoration:none; color:#404040; margin-bottom:1rem;}
.team-list__position{display:block; opacity:.5; color:#404040; margin:0; font-size:1.4rem;}

.about-video video{width:100%;}

.btn{display:inline-block; padding:10px 20px; border-radius:4px; background:var(--accent-color); color:#fff; text-decoration:none;}

.text-cols{display:flex; gap:15px; align-items:center;}
.text-cols__col{}

.scrollToTop{cursor:pointer;}
/* End */


/* Start:/local/templates/tszp/static/js/libs/tns/tiny-slider.css?16571668882178*/
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */

/* End */


/* Start:/local/templates/tszp/static/js/libs/fancybox/jquery.fancybox.min.css?165660054512795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/tszp/components/bitrix/menu/header-mega2/style.css?16976156913858*/
.header{z-index:950;}
.top-menu{margin:0 auto;z-index:950;}
.top-menu-items{display:flex;align-items:stretch;height:100%;}
/*.top-menu-items__item{position:relative;}*/
.top-menu-items__item > a{position:relative;padding:15px 14px;line-height:30px; height:100%; color:#fff; font-size:1.6rem; font-weight:700;
	white-space:nowrap;text-align:center;text-decoration:none;display:flex; align-items:center;}

.top-menu-items.full--layout{position:static}

.top-menu-items__item.has--children > a{position:relative;}
.top-menu-items__item.has--children > a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all .2s ease;
  margin-left: 1rem;
}

.header-white-bar .top-menu-items__item > a{color:var(--text-color)}
#header:not(.sticky) .header-white-bar .top-menu-items__item.has--children > a:hover{color:#fff;}
.header-white-bar .top-menu-items__item.has--children > a:after {
	border-bottom: 2px solid var(--text-color);
  border-right: 2px solid var(--text-color);
}
#header:not(.sticky) .header-white-bar .top-menu-items__item.has--children > a:hover:after {
	border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.top-menu-level2{position:absolute;z-index:1000;min-width:160px;padding:5px 0;
	font-size:14px;background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);
	padding:3rem;opacity:0;pointer-events:none;transition:.3s;transform:translateY(-10px)}
	
.full--layout .top-menu-level2{left:50%;max-width:80vw;width:90%;transform:translateY(-10px) translateX(-50%)}
.full--layout .header-menu-lvl2{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px,1fr));gap:3rem}
.header-menu-lvl2{list-style:none;margin:0;padding:0}
.header-menu-lvl2__item + .header-menu-lvl2__item{margin-top:.3rem}
.header-menu-lvl2__item > a{position:relative;text-decoration:none;transition:color .35s;font-size:1.6rem;font-weight:400;padding:1rem 0;display:inline-block;color:var(--text-color);}
.header-menu-lvl2__item > a:after{content:"";background:#004a80; height:2px; transition:all .35s; position:absolute; bottom:0; left:0; width:0;}
.header-menu-lvl2__item > a:hover{color:#004a80;}
.header-menu-lvl2__item > a:hover:after{width:100%;}
.top-menu-items__item.has--children.is-active > .top-menu-level2{opacity:1;transform:translateY(0);pointer-events:auto}

.header-menu-lvl2__item + .header-menu-lvl2__item{border-top:1px solid rgba(245, 245, 245, 0.3);}
/*
.top-menu-items__item.has--children.is-active > .top-menu-level2,
.top-menu-items__item.has--children:hover > .top-menu-level2
*/

@media(max-width:992px){
	.hamburger-wrapper.is-active{position:fixed;}
	.top-overlay{z-index:1000;}
	.top-menu{
		position:fixed; 
		height:100vh; 
		top:0;
		left:0;
		background:#fff;
		z-index:1001;
		width:90%;
		transition:.5s ease;
		transform:translateX(-100%);
		opacity:0;
		box-shadow:2px 0px 8px -4px rgba(0,0,0,.1);
		padding: 10vh 0 10vh 0;
	}
	.top-menu.is-active{	
		transform:translateX(0%);
		opacity:1;
	}
	.top-menu-items{
		flex-direction:column;
		justify-content:flex-start;
		align-items:flex-start;
		overflow:auto;
	}
	.top-overlay{z-index:100;}
	.top-menu-items__item{margin-bottom:10px;}
	.header-white-bar .top-menu-items__item.has--children > a:hover{color:var(--text-color);}
	.top-menu-items__item > a{height:auto; color:var(--text-color);margin-bottom:10px;}
	.top-menu-level2{position:static; display:none;padding:0; box-shadow:none; border:none;background:none;}
	.header-menu-lvl2__item > a{padding:1rem 0 1rem 2.5rem;position:relative;}
	
	.top-menu-items__item.has--children > a:after{border-bottom: 2px solid var(--text-color);border-right: 2px solid var(--text-color);}
	.top-menu-items__item.has--children.is-active > .top-menu-level2{display:block;}
}

/* End */


/* Start:/local/templates/tszp/components/bitrix/news.list/banners-new/style.css?16762176433003*/
.hero2 { position: relative; overflow: hidden;}
.hero-slider{min-height:350px;height:70vh;overflow:hidden;}
.hero-slider__slide{height:100%;background:#f8f8f8;position:relative;}

.hero-slider-content{position:absolute; top:50%; left:0; right:0; transform:translateY(-50%); z-index:10;}
.hero-slider-content .wide-container{height:100%; position:relative;}
.hero-slider-overlay{position:absolute; top:0; bottom:0; left:0; right:0; background:rgba(0,0,0,.3); z-index:1;}

.hero-slider-tpl__header{font-size:36px; max-width:800px; font-weight:600;}
.hero-slider-tpl__text{font-size:20px; max-width:800px;}

.hero-slider-buttons{display:flex; gap:30px;padding-top:30px;}
.hero-slider-buttons__btn{display:block; transition:all .3s ease; height:45px; font-size:18px; line-height:45px; padding:0 30px; background:var(--accent-color); border-radius:5px; color:#fff; text-decoration:none;}
.hero-slider-buttons__btn.hero-slider-buttons--btn2{background:#2b2f32;}
.hero-slider-buttons__btn:hover{transform:scale(1.05); box-shadow:0 0 10px rgba(125,125,125,.2);}

.hero-slider .tns-nav{position:absolute; bottom:3rem; z-index:100; left:50%; transform:translateX(-50%); display:flex; gap:1.5rem;}
.hero-slider .tns-nav button{
	font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #F8F9FB;
  transition: background 0.3s ease;
  opacity:.6;
}
.hero-slider .tns-nav button.tns-nav-active{opacity:1;}
.hero-slider__slide img, .hero-slider__slide video{width:100% !important; height:100% !important; object-fit:cover;}

.hero-slider-nav-container{}
.hero-slider-nav{
	position:absolute;
	top:0;
	bottom:0;
	width:100px;
	background:rgba(255,255,255,0);
	z-index:20;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:all .3s ease;
color:#fff;
cursor:pointer;
opacity:.5;
}



.hero-slider-nav:hover{background:rgba(255,255,255,0.1); opacity:1;}

.hero-slider-nav__prev{left:0;}
.hero-slider-nav__prev:before{content: "";
position: absolute;
width: 10px;
height: 10px;
border-right: 4px solid #fff;
border-bottom: 4px solid #fff;
left: 50%;
top: 50%;
margin-left:-5px;
transform: translateY(-50%) rotate(135deg);}


.hero-slider-nav__next{right:0;}
.hero-slider-nav__next:before{content: "";
position: absolute;
width: 10px;
height: 10px;
border-right: 4px solid #fff;
border-bottom: 4px solid #fff;
left: 50%;
top: 50%;
margin-left:-5px;
transform: translateY(-50%) rotate(-45deg);}

.hero-slider .slick-next,
.hero-slider .slick-prev{
	width:48px;height:48px;
	background:rgba(255,255,255,.5);
	border-radius: 24px;
	z-index:20;
	display:flex;
	align-items:center;
	justify-content:center;
}

@media(max-width:440px){
	.hero-slider-tpl__header{font-size:24px;}
	.hero-slider-tpl__text{font-size:16px;}
	.hero-slider-nav{width:30px;}
	.hero-slider-content{margin:0 30px; text-align:center;}
	.hero-slider-nav__next:before{margin-left:-10px;}
}

/* End */


/* Start:/local/templates/tszp/styles.css?1662032872278*/
.figure-caption {background:#f8f8f8;padding:15px;}
.figure-caption-left{float:left;margin: 0 15px 15px 0;}
.figure-caption-right{float:right;margin: 0 0 15px 15px;}
.figure-caption-center{margin: 15px 0; display:inline-block;}
.figure-caption-center__wrapper{text-align:center;}
/* End */
/* /local/templates/tszp/static/styles/main.css?170564804748772 */
/* /local/templates/tszp/static/js/libs/tns/tiny-slider.css?16571668882178 */
/* /local/templates/tszp/static/js/libs/fancybox/jquery.fancybox.min.css?165660054512795 */
/* /local/templates/tszp/components/bitrix/menu/header-mega2/style.css?16976156913858 */
/* /local/templates/tszp/components/bitrix/news.list/banners-new/style.css?16762176433003 */
/* /local/templates/tszp/styles.css?1662032872278 */
