/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * 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.
 */
/**
 * Correct the padding in Firefox.
 */
/**
 * 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 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
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 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* @font-face {
  font-family: 'Kaspersky Sans Text';
  src: url('../fonts/KasperskySansText-Bold.eot');
  src: url('../fonts/KasperskySansText-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/KasperskySansText-Bold.woff2') format('woff2'), url('../fonts/KasperskySansText-Bold.woff') format('woff'), url('../fonts/KasperskySansText-Bold.ttf') format('truetype'), url('../fonts/KasperskySansText-Bold.svg#KasperskySansText-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaspersky Sans Text';
  src: url('../fonts/KasperskySansText-DemiBold.eot');
  src: url('../fonts/KasperskySansText-DemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/KasperskySansText-DemiBold.woff2') format('woff2'), url('../fonts/KasperskySansText-DemiBold.woff') format('woff'), url('../fonts/KasperskySansText-DemiBold.ttf') format('truetype'), url('../fonts/KasperskySansText-DemiBold.svg#KasperskySansText-DemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaspersky Sans Text';
  src: url('../fonts/KasperskySansText-ExtraBold.eot');
  src: url('../fonts/KasperskySansText-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/KasperskySansText-ExtraBold.woff2') format('woff2'), url('../fonts/KasperskySansText-ExtraBold.woff') format('woff'), url('../fonts/KasperskySansText-ExtraBold.ttf') format('truetype'), url('../fonts/KasperskySansText-ExtraBold.svg#KasperskySansText-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaspersky Sans Text';
  src: url('../fonts/KasperskySansText-Regular.eot');
  src: url('../fonts/KasperskySansText-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/KasperskySansText-Regular.woff2') format('woff2'), url('../fonts/KasperskySansText-Regular.woff') format('woff'), url('../fonts/KasperskySansText-Regular.ttf') format('truetype'), url('../fonts/KasperskySansText-Regular.svg#KasperskySansText-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaspersky Sans Text';
  src: url('../fonts/KasperskySansText-Medium.eot');
  src: url('../fonts/KasperskySansText-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/KasperskySansText-Medium.woff2') format('woff2'), url('../fonts/KasperskySansText-Medium.woff') format('woff'), url('../fonts/KasperskySansText-Medium.ttf') format('truetype'), url('../fonts/KasperskySansText-Medium.svg#KasperskySansText-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KasperskySans';
  src: url('../fonts/KasperskySans-Regular.eot');
  src: url('../fonts/KasperskySans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/KasperskySans-Regular.woff2') format('woff2'), url('../fonts/KasperskySans-Regular.woff') format('woff'), url('../fonts/KasperskySans-Regular.ttf') format('truetype'), url('../fonts/KasperskySans-Regular.svg#KasperskySans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KasperskySans';
  src: url('../fonts/KasperskySans-Light.eot');
  src: url('../fonts/KasperskySans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/KasperskySans-Light.woff2') format('woff2'), url('../fonts/KasperskySans-Light.woff') format('woff'), url('../fonts/KasperskySans-Light.ttf') format('truetype'), url('../fonts/KasperskySans-Light.svg#KasperskySans-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KasperskySans';
  src: url('../fonts/KasperskySans-Bold.eot');
  src: url('../fonts/KasperskySans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/KasperskySans-Bold.woff2') format('woff2'), url('../fonts/KasperskySans-Bold.woff') format('woff'), url('../fonts/KasperskySans-Bold.ttf') format('truetype'), url('../fonts/KasperskySans-Bold.svg#KasperskySans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button {
  font-family: "KasperskySans";
  outline: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
}
.button {
  height: 54px;
  border-radius: 8px;
  padding: 0 32px;
  font-size: 18px;
  line-height: 24px;
  color: #1f3238;
  font-weight: normal;
  transition: 0.2s;
}
.button__title {
  transition: 0.2s;
}
.button__icon {
  margin-left: 8px;
}
.button__icon .icon {
  position: relative;
  transition: all 0.3s;
  left: 0;
}
.button__icon .icon._remove {
  transition: none;
}
.button__icon .icon svg path {
  transition: all 0.3s;
}
.button__icon .icon._reverse {
  left: auto;
  right: 0;
}
.button._left {
  justify-content: flex-start;
  text-align: left;
}
.button._fill {
  background: #00f2c2;
}
.button._fill:hover {
  background: #00ffd7;
}
.button._fill:disabled {
  background: #e9ebeb;
  color: #a5adaf;
}
.button._outline {
  border: 2px solid #00f2c2;
}
.button._outline:hover {
  border: 2px solid #00ffd7;
}
.button._fiolet {
  background: #8c8cff;
  color: #fff;
}
.button._fiolet:hover {
  background: rgba(140, 140, 255, 0.85);
  color: #fff;
}
.button._link {
  height: auto;
  padding: 0;
}
.button._link.-reset-filters .button__icon {
  margin-right: 10px;
  margin-top: -3px;
}
.button._icon {
  padding: 0;
  height: auto;
}
.button._icon .button__icon {
  margin: 0;
}
.button._load {
  pointer-events: none;
  position: relative;
  opacity: 0.5;
  display: none;
}
.button._load:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px dotted #000;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  margin: -10px 0 0 -10px;
  animation: rotate 2s linear infinite;
}
.button._load .button__title {
  opacity: 0;
}
._dark .button {
  color: #fff;
}
._dark .button._fill {
  color: #1f3238;
}
.tns-outer {
  position: relative;
}
.tns-controls button {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  background: #1f3238;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 20;
  transition: 0.2s;
}
.tns-controls button[disabled] {
  opacity: 0;
}
.tns-controls button[data-controls="prev"] {
  left: -24px;
}
.tns-controls button[data-controls="next"] {
  right: -24px;
}
.-button-load-more {
  position: relative;
}
.-button-load-more:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 2px dotted #1f3238;
  opacity: 0;
  transition: opacity 0.3s;
}
.-button-load-more._load {
  pointer-events: none;
}
.-button-load-more._load:before {
  opacity: 1;
  animation: rotate 2s linear infinite;
}
.-button-load-more._load .button__title {
  opacity: 0;
}
.-button-load-more._load .button__icon {
  opacity: 0;
}
.input {
  outline: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  resize: none;
}
[disabled] {
  pointer-events: none;
}

.fancybox-button[disabled] {
  pointer-events: all;
}

.form__field .choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #fff;
  padding: 10px 7px 3px;
  border: 1px solid #1f3238;
  border-radius: 8px;
  font-size: 16px;
  min-height: 54px;
  overflow: hidden;
}
.form__field .choices__list--single {
  padding: 3px 16px 4px 4px;
}
.form__field .choices__placeholder {
  opacity: 1;
  color: rgba(31, 50, 56, 0.4);
}
/* .form__field .choices.is-open .choices__inner {
  border: 1px solid #1F3238;
} */
.form__field .choices[data-type*="select-one"] .choices__inner {
  border: 1px solid #a5adaf;
  padding-bottom: 3px;
  border-radius: 8px;
  transition: all 0.25s ease;
}
.form__field .choices[data-type*="select-one"] .choices__inner:hover {
  border: 1px solid rgba(31, 50, 56, 0.6);
  /* border-radius: 8px 8px 0 0 ; */
  transition: all 0.25s ease;
}
.form__field .choices.is-open .choices__inner {
  border: 1px solid #a5adaf;
  border-radius: 0;
}
.form__field .choices.is-open .choices__inner:hover {
  border: 1px solid #a5adaf;
}
.form__field .choices[data-type*="select-one"]:after {
  width: 10px;
  height: 6px;
  background: url("../img/icon_arrow-select.svg") no-repeat center center;
  background-size: contain;
  border: none;
  right: 17px;
  margin-top: -3px;
}
.checkbox {
  display: block;
}
.checkbox:hover .checkbox__wrap:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  border: 2px solid #1F3238;
}
.checkbox__input {
  position: absolute;
  opacity: 0;
}
.checkbox__input[disabled] + .checkbox__wrap {
  pointer-events: none;
}
.checkbox__input[disabled] + .checkbox__wrap:before {
  border-color: #d2d6d7;
  background: #e9ebeb;
}
.checkbox__input:checked + .checkbox__wrap:before {
  border-color: #09fdd6;
  background: #09fdd6 url("../img/icon_check.svg") no-repeat center center;
  background-size: 12px 9px;
}
.checkbox__wrap {
  display: block;
  position: relative;
  min-width: 20px;
  min-height: 20px;
  cursor: pointer;
  padding-left: 34px;
}
.checkbox__wrap a:hover {
  text-decoration: underline !important;
}
.checkbox__wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #627074;
  transform: all 0.25s ease;
}

.checkbox._outline .checkbox__wrap {
  padding: 0 20px;
  height: 32px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  border: 2px solid rgba(31, 50, 56, 0.15);
}
.checkbox._outline .checkbox__wrap:before {
  display: none;
}
.checkbox._outline .checkbox__input:checked + .checkbox__wrap {
  border-color: #00f2c2;
}
.checkbox._outline._radius .checkbox__wrap {
  border-radius: 32px;
}
.form__field {
  position: relative;
}
.form__field-icon {
  position: absolute;
  left: 0;
  top: 15px;
  width: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.form__field-icon + .form__field-input {
  padding-left: 44px;
}
.form__field-icon + .form__field-input + .form__field-placeholder {
  left: 44px;
}
.form__field-input {
  width: 100%;
}
.form__field-input:focus + .form__field-placeholder {
  font-size: 12px;
  top: 0px;
}
.form__field-placeholder {
  position: absolute;
  pointer-events: none;
  top: 16px;
  left: 12px;
  right: 12px;
  color: #627074;
  z-index: 20;
  transition: 0.2s;
  font-size: 16px;
  line-height: 20px;
}
.form__field-clear {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  border: none;
  right: 17px;
  top: 14px;
  z-index: 30;
  transition: 0.2s;
  line-height: 1;
}
.form__field._focus .form__field-input {
  padding-right: 44px;
}
.form__field._focus .form__field-clear {
  opacity: 1;
  pointer-events: all;
}
.form__field._focus .form__field-placeholder {
  font-size: 12px;
  top: 0px;
}
.form__field._search .input {
  padding-top: 0;
}
.form__field._search .input:focus + .form__field-placeholder {
  opacity: 0;
  top: 14px;
}
.form__field._search._focus .form__field-placeholder {
  opacity: 0;
  top: 14px;
}
.input {
  border: 1px solid #a5adaf;
  background: #fff;
  border-radius: 8px;
  height: 54px;
  padding: 10px 12px 0;
  font-size: 16px;
  line-height: 20px;
  color: #1f3238;
  transition: 0.2s;
  box-shadow: inset 0px 0px 0 #09fdd6;
  display: -ms-flexbox;
  display: flex;
}
.input:hover {
  border: 1px solid rgba(31, 50, 56, 0.6);
}

.input:focus {
  border-color: #09fdd6;
  box-shadow: inset 0px 0px 1px #09fdd6;
}
.input::-webkit-scrollbar-track {
  cursor: #09fdd6;
}
textarea.input {
  height: 166px;
  padding-top: 20px;
}
.select._filters {
  position: relative;
  width: 100%;
  border-radius: 8px;
}
.select._filters .select__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #a5adaf;
  border-radius: 8px;
  height: 54px;
  padding-left: 16px;
  padding-right: 43px;
  cursor: pointer;
  position: relative;
}
.select._filters .select__header:after {
  content: "";
  width: 43px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/icon_arrow-select.svg") no-repeat center center;
  background-size: 10px 6px;
}
.select._filters .select__title {
  font-size: 16px;
  line-height: 20px;
  color: rgba(31, 50, 56, 0.5);
  cursor: pointer;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.select._filters .select__title-count {
  font-size: 16px;
  line-height: 20px;
  color: #1f3238;
}
.select._filters .select__title-active {
  white-space: nowrap;
  font-size: 16px;
  line-height: 20px;
  color: #1f3238;
  overflow: hidden;
  text-overflow: ellipsis;
  /* width: 100%; */
}
.select._filters .select__wrap {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: 1px solid #a5adaf;
  border-right: 1px solid #a5adaf;
  border-bottom: 1px solid #a5adaf;
  padding: 10px 16px;
  margin-top: 0px;
  display: none;
}
.select._filters._show .select__header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid transparent !important;
}
.select._filters._show .select__header:after {
  transform: rotate(-180deg);
}
.select._filters._show .select__wrap {
  display: block;
}
.icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icon._reverse {
  transform: rotate(180deg);
}
.icon._search {
  width: 16px;
  height: 16px;
  background-image: url("../img/icon_search-new.svg");
  transition: all 0.25s ease;
}
.icon._search:hover {
  width: 16px;
  height: 16px;
  background-image: url("../img/icon_search-new-hover.svg");
}
.icon._search._lg {
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_search-lg.svg");
}
.icon._video-green {
  width: 16px;
  height: 16px;
  background-image: url("../img/icon_video-green.svg");
}
.icon._chevron {
  width: 12px;
  height: 7px;
  background-image: url("../img/icon_right-chevron-small-gray.svg");
}
.icon._chevron._dark {
  width: 12px;
  height: 7px;
  background-image: url("../img/icon_chevron-black.svg");
}
.icon._chevron._white {
  width: 12px;
  height: 7px;
  background-image: url("../img/icon_chevron-white.svg");
}
.icon._reset {
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_reset.svg");
}
.icon._right-chevron-small-gray {
  width: 5px;
  height: 8px;
  background-image: url("../img/icon_right-chevron-small-gray.svg");
}
.icon._right-chevron-small-green {
  width: 5px;
  height: 8px;
  background-image: url("../img/icon_right-chevron-small-green.svg");
}
.icon._right-chevron-small-gray._white {
  background-image: url("../img/icon_right-chevron-small-white.svg");
}
.icon._right-chevron-small-gray._bottom,
.icon._right-chevron-small-green._bottom
{
  width: 7px;
  height: 10px;
  transform: rotate(90deg);
}
.icon._remove {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: url("../img/icon_remove-new.svg") no-repeat center center;
  background-size: 20px 20px;
  /* transition: all 0.25s ease; */
}
.icon._remove:hover {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: url("../img/icon_remove-hover.svg") no-repeat center center;
  background-size: 20px 20px;
}
.icon._arrow {
  width: 20px;
  height: 16px;
  background-image: url("../img/icon_arrow.svg");
}
.icon._arrow._white {
  background-image: url("../img/icon_arrow-white.svg");
}
.icon._arrow._lg {
  width: 28px;
  height: 22px;
}
.icon._arrow._dark {
  background-image: url("../img/icon_arrow-dark.svg");
}
.icon._arrow._bottom {
  transform: rotate(90deg);
  margin-top: -4px;
  margin-left: -3px;
}
.icon._arrow._bottom._green {
  width: 14px;
  height: 17px;
  background-image: url("../img/icon_arrow-bottom-green.svg");
  transform: rotate(0deg);
  margin-top: 0px;
  margin-left: 0px;
}
.icon._close-filters {
  width: 20px;
  height: 20px;
  background-image: url("../img/close-filters.svg");
}
.icon._play {
  width: 24px;
  height: 28px;
  background-image: url("../img/icon_play.svg");
}
.icon._filter {
  width: 18px;
  height: 14px;
  background-image: url("../img/icon_filter.svg");
}
.icon._close-filters {
  width: 20px;
  height: 20px;
  background-image: url("../img/close-filters.svg");
}
.icon._close {
  width: 28px;
  height: 28px;
}
.icon._close._white {
  background-image: url("../img/icon_close-white.svg");
  transition: all 0.25s ease;
}
.icon._close._white:hover {
  background-image: url("../img/icon_close-white-hover.svg");
}
.icon._close._small {
  width: 14px;
  height: 14px;
  background-image: url("../img/icon_close-small.svg");
  /* transition: all 0.25s ease; */
}
.icon._close._small:hover {
  width: 14px;
  height: 14px;
  background-image: url("../img/icon_close-small-hover.svg");
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .icon._close._small {
    width: 14px;
    height: 14px;
  }
}
.icon._defender {
  width: 56px;
  height: 72px;
  background-image: url("../img/icon_defender.svg");
}
.icon._play-green {
  width: 16px;
  height: 16px;
  background-image: url("../img/icon_play-green.svg");
}
.icon._arrow-forward-bottom {
  width: 24px;
  height: 24px;
  background-image: url("../img/icon_arrow-forward-bottom.svg");
}
.icon._arrow-forward-bottom._green {
  background-image: url("../img/icon_arrow-forward-bottom-green.svg");
}
.icon._clock {
  width: 24px;
  height: 24px;
  background-image: url("../img/icon_clock.svg");
}
.icon._location {
  width: 24px;
  height: 24px;
  background-image: url("../img/icon_location.svg");
}
.icon._monitor {
  width: 24px;
  height: 24px;
  background-image: url("../img/icon_monitor.svg");
}
*:focus,
*:active {
  outline: none;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "KasperskySans", "Arial";
  font-size: 18px;
  line-height: 24px;
  color: #1f3238;
  font-weight: 300;
}
body._apps {
  background: none;
}
body._hidden {
  overflow: hidden;
}
body._not-bg {
  background: none;
}
.masks {
  position: absolute;
  width: 0;
  height: 0;
  left: -100vw;
  top: -100vh;
}
h1 {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.02em;
  font-weight: normal;
}
._fs-xl {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.02em;
  font-weight: normal;
}
h2 {
  font-size: 38px;
  line-height: 42px;
  letter-spacing: -0.02em;
  font-weight: normal;
}
._fs-l {
  font-size: 38px;
  line-height: 42px;
  letter-spacing: -0.02em;
  font-weight: normal;
}
h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: normal;
}
h4 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
}
._fs-m {
  font-size: 28px;
  line-height: 32px;
}
h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
}
._fs-s {
  font-size: 20px;
  line-height: 24px;
}
h6 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}
p {
  margin-bottom: 12px;
}
p._medium {
  font-size: 16px;
  line-height: 22px;
  opacity: 0.7;
}
.page._solution .icons-info__list .item ul {
  font-size: 16px;
  line-height: 22px;
  opacity: 0.7;
  margin-top: 24px;
  margin-bottom: 32px;
  list-style: none;
}
.page._solution .icons-info__list .item ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}
.page._solution .icons-info__list .item ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 12px;
  background: #00f2c2;
  border-radius: 50%;
}
p._sm {
  font-size: 14px;
  line-height: 18px;
  opacity: 0.5;
}
.main {
  padding-top: 61px;
}
body > .page {
  min-height: calc(100vh - 255px);
}
.tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.tag {
  padding: 3px 12px 4px;
  height: 24px;
  background: rgba(31, 50, 56, 0.04);
  border-radius: 8px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 18px;
  color: rgba(31, 50, 56, 0.7);
  margin: 0 4px;
}
.tag img {
  max-width: 999px;
  opacity: 0.7;
}
._lh-28 {
  line-height: 28px;
}
a {
  color: #1f3238;
  text-decoration: none;
  border-bottom: 2px solid rgba(0, 242, 194, 0.5);
}
a:hover {
  border-bottom-color: #00f2c2;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.non-breaking {
  white-space: nowrap;
}
._disabled {
  opacity: 0.5;
  filter: grayscale(1);
  pointer-events: none;
}
._hide {
  display: none;
}
._dark {
  color: #fff;
}
._dark .card:not(._material) {
  background: transparent;
  color: #fff;
}
._dark .card:not(._material)._default {
  color: #fff;
}
._dark .card:not(._material):hover {
  background: transparent;
}
._dark-ui {
  background: #1f3238;
  padding: 50px;
  color: #fff;
}
.container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.section__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}
.section__list-item {
  padding: 0 16px;
}
.section__list-item .card {
  height: 100%;
}
.section__list._vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
.section__list._vertical .section__list-item {
  padding: 0;
  margin-bottom: 16px;
}
.section__list._vertical .section__list-item:last-child {
  margin-bottom: 0;
}
.section._materials-test {
  background: linear-gradient(180deg, #000000 -95.68%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(90deg, #1f3238 34.54%, rgba(31, 50, 56, 0) 50%), #1f3238;
  border-radius: 16px;
}
.section._entry .section__wrap .container {
  padding-top: 77px;
}
.section._entry .section__menu {
  position: fixed;
  top: -66px;
  left: 0;
  right: 0;
  z-index: 100;
  background: radial-gradient(100% 100% at 0% 0%, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  box-shadow: inset -5px -5px 250px rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(11vw);
  backdrop-filter: blur(11vw);
  transition: 0.3s;
}
.section._entry .section__menu._show {
  top: 0;
}
.section._entry .section__menu._show._double {
  top: 58px;
}
.section._entry .section__menu .container {
  height: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.section._entry .section__menu .container .anchors {
  width: 100%;
  border: none;
  -ms-flex-order: 1;
  order: 1;
  border-bottom: none !important;
}
.section._entry .section__menu .container .button {
  white-space: nowrap;
}
.section._entry .section__menu .container .button._fill {
  -ms-flex-order: 3;
  order: 3;
  margin-left: 48px;
  font-size: 18px;
}
.section._entry .section__menu .container .button._link {
  -ms-flex-order: 2;
  order: 2;
  font-size: 16px;
}
.section._entry._dark .section__menu {
  background: linear-gradient(125.72deg, #1f3238 41.83%, rgba(0, 0, 0, 0.8) 100%);
  box-shadow: none;
}
.section._entry._dark .section__menu .anchors a {
  font-weight: 300;
  color: #fff;
}
.section._solution .category__list-item {
  width: 33.3333335%;
}
.section._solution .category__list-item .card {
  height: 100%;
  z-index: 1;
}
.section._solution .category__list-item .card__title {
  font-weight: 300;
}
.section._solution .category__list-item .card__common {
  padding-top: 26px;
}
.section._solution + .section._question-info {
  margin-top: 50px;
}
.width-378 {
  width: 378px;
}
.width-307 {
  width: 307px;
}
.width-276 {
  width: 276px;
}
.width-1247 {
  width: 1247px;
}
.width-515 {
  width: 515px;
}
.tabs__content-item {
  display: none;
  /* visibility: hidden; */
  /* height: 0; */
  /* overflow: hidden; */
  /* opacity: 0; */
}
.tabs__content-item._active {
  display: block;
  /* visibility: visible; */
  /* height: auto; */
  /* overflow: visible;
  opacity: 1; */
}
.tabs__menu-link {
  white-space: nowrap;
}
.tabs__menu-link .card {
  white-space: normal;
}
.tabs__menu-link._active .card {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%), rgba(0, 255, 215, 0.1);
}
.tabs._default .tabs__menu {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #ededed;
}
.tabs._default .tabs__menu-item {
  padding-right: 48px;
}

.tabs._default .tabs__menu-item:hover a:before {
  content: "";
  background: rgba(31, 50, 56, 0.2);
  position: absolute;
  height: 2px;
  bottom: -2px;
  left: 0;
  right: 0;
}

.tabs._default .tabs__menu-item a {
  padding: 15px 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  height: 48px;
  border: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.tabs._default .tabs__menu-item .tabs__menu-link {
  cursor: pointer;
  padding: 15px 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  height: 48px;
  border: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.tabs._default .tabs__menu-item a img {
  filter: grayscale(1);
}
.tabs._default .tabs__menu-item .tabs__menu-link img {
  filter: grayscale(1);
}
.tabs._default .tabs__menu-item a._active:before {
  content: "";
  background: #00f2c2;
  position: absolute;
  height: 2px;
  bottom: -2px;
  left: 0;
  right: 0;
}
.tabs._default .tabs__menu-item .tabs__menu-link._active:before {
  content: "";
  background: #00f2c2;
  position: absolute;
  height: 2px;
  bottom: -2px;
  left: 0;
  right: 0;
}
.tabs._default .tabs__menu-item a._active img {
  filter: grayscale(0);
}
.tabs._default .tabs__menu-item .tabs__menu-link._active img {
  filter: grayscale(0);
}
.tabs._default .tabs__menu-item:last-child {
  margin-right: 0;
}
.tabs._default .tabs__menu._bottom {
  border-bottom: none;
  border-top: 2px solid #ededed;
}
.tabs._default .tabs__menu._bottom .tabs__menu-item a:before {
  top: -2px;
  bottom: auto;
}
.tabs._row {
  display: -ms-flexbox;
  display: flex;
}
.tabs._videos {
  display: -ms-flexbox;
  display: flex;
}
.tabs._videos .tabs__menu {
  margin-left: 33px;
  width: 378px;
  min-width: 378px;
  height: 448px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.tabs._videos .tabs__menu-scroll {
  overflow-y: auto;
  max-height: 100%;
  overflow-x: hidden;
}
.tabs._videos .tabs__menu-scroll::-webkit-scrollbar {
  display: none;
}
.tabs._videos .tabs__menu:before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.tabs._videos .tabs__menu-item {
  margin-bottom: 20px;
  max-height: 25%;
}
.tabs._videos .tabs__menu-item:last-child {
  margin-bottom: 0;
}
.tabs._videos .tabs__menu-link .card__title .icon {
  opacity: 0;
  transition: all 0.3s;
}
.tabs._videos .tabs__menu-link._active .card {
  background: none;
}
.tabs._videos .tabs__menu-link._active .card__preview {
  display: block;
  border: 4px solid #00f2c2;
}
.tabs._videos .tabs__menu-link._active .card__title .icon {
  opacity: 1;
}
.scroll {
  overflow: auto;
}
.full-screen {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: none;
}
.full-screen:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: linear-gradient(0deg, rgba(31, 50, 56, 0.7), rgba(31, 50, 56, 0.7));
  border-radius: inherit;
  opacity: 0;
  transition: 0.3s;
}
.full-screen img {
  position: relative;
  z-index: 10;
}
.full-screen__title {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  margin-top: -30px;
  z-index: 20;
  font-size: 16px;
  line-height: 22px;
  color: #00f2c2;
  padding-top: 40px;
  background: url("../img/icon_full-screen.svg") no-repeat center top;
}
.full-screen:hover:before {
  opacity: 1;
}
.full-screen:hover .full-screen__title {
  opacity: 1;
}
.preview-video {
  position: relative;
  display: block;
}
.preview-video:before {
  content: "";
  width: 80px;
  height: 80px;
  background: url("../img/icon_play-video.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
}
.preview-video._large {
  height: 448px;
  width: 789px;
  border: none;
}
.preview-video._large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.play-video-link {
  position: relative;
  display: block!important;
  border: none;
}
.play-video-link:before {
  content: "";
  width: 80px;
  height: 80px;
  background: url("../img/icon_play-video.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  transition: 0.2s;
  z-index: 10;
}
.error404 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.error404 .footer {
  margin-top: auto;
}
.uppercase {
  text-transform: uppercase;
}
.label-category {
  font-size: 14px;
  color: rgba(31, 50, 56, 0.7);
  background: rgba(0, 255, 215, 0.15);
  border-radius: 8px;
  height: 24px;
  padding: 0 12px;
  line-height: 24px;
}
.fancybox-container.fancybox-show-thumbs .fancybox-thumbs {
  display: -ms-flexbox !important;
  display: flex !important;
}
.fancybox-container.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  top: 0;
  bottom: 0;
}
.fancybox-container.fancybox-show-thumbs .fancybox-slide {
  padding: 9.7vh 100px 24.5vh;
}
.fancybox-container.fancybox-show-thumbs .fancybox-thumbs__list a {
  width: 17vw;
  min-width: 80px;
  max-width: 150px;
  border-radius: 8px;
  overflow: hidden;
}
.fancybox-container .fancybox-slide {
  padding: 9.7vh 100px 9.7vh;
}
.fancybox-container .fancybox-thumbs {
  display: -ms-flexbox;
  display: flex;
  top: auto;
  bottom: 10vh;
  left: 0;
  width: 100%;
  background: none;
}
.fancybox-container .fancybox-thumbs__list {
  overflow: auto !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  display: -ms-flexbox;
  display: flex;
}
.fancybox-container .fancybox-thumbs__list a {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  border-radius: 4px;
  height: 11.7vh;
  max-height: 11.7vh;
  max-width: 9999px;
  margin: 0 5px;
  border: none;
}
.fancybox-container .fancybox-thumbs__list a:before {
  transition: all .25s ease;
  border: 4px solid #09fdd6;
  border-radius: 4px;
}
.fancybox-container.fancybox-show-thumbs .fancybox-thumbs__list .fancybox-thumbs-active:hover::before {
  opacity: 1;
  transition: all .25s ease;
  border: 4px solid #09fdd6;
  border-radius: 4px;
}
.fancybox-container.fancybox-show-thumbs .fancybox-thumbs__list a:hover::before {
  opacity: 1;
  transition: all .25s ease;
  border: 3px solid #09fdd6;
  border-radius: 4px;
}

.fancybox-container .fancybox-thumbs__list a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  max-width: 99999px;
}
.fancybox-container .fancybox-thumbs__list a[style*="youtube"] {
  position: relative;
}
.fancybox-container .fancybox-thumbs__list a[style*="youtube"]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../img/icon_play-video.svg") no-repeat center;
  background-size: 3.9vh 3.9vh;
  border-radius: 50%;
}
.fancybox-container .fancybox-bg {
  background: #1f3238;
  opacity: 0.98;
}
.fancybox-container .fancybox-toolbar [data-fancybox-close] {
  width: 28px;
  height: 28px;
  right: 50px;
  top: 50px;
  background: none;
  padding: 0;
}
.fancybox-container .fancybox-navigation [data-fancybox-prev] {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: #09fdd6;
  padding: 0;
  left: 40px;
}
.fancybox-container .fancybox-navigation [data-fancybox-prev]:disabled {
  opacity: 0.5;
}
.fancybox-container .fancybox-navigation [data-fancybox-next] {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: #09fdd6;
  padding: 0;
  right: 40px;
}
.fancybox-container .fancybox-navigation [data-fancybox-next]:disabled {
  opacity: 0.5;
}
.fancybox-container .fancybox-navigation button {
  transition: all 0.25s ease;
}

.fancybox-container .fancybox-navigation button:not(:disabled):hover {
  background: #00f2c2;
}
.fancybox-container .fancybox-image {
  border-radius: 16px;
}
