@charset "UTF-8";
[name=form_dropdown_LEVEL_SECURITY] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

a {
  text-decoration: none;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

a {
  text-decoration: none;
  color: relative;
}

button:active, a:active {
  outline: 0;
  outline-offset: 0;
}
button:focus, a:focus {
  outline: 0;
  outline-offset: 0;
}
button:hover, a:hover {
  outline: 0;
  outline-offset: 0;
}

/* шрифты */
@font-face {
  font-family: "PT Astra Fact";
  src: url("../assets/fonts/PTAstraFact-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PT Astra Fact";
  src: url("../assets/fonts/PTAstraFact-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
#trok {
  /* переменные - цвета*/
  --neutral-900: #070808;
  --neutral-800: #252627;
  --neutral-700: #3b3c3e;
  --neutral-200: #c8cacf;
  --neutral-100: #e2e4e7;
  --neutral-50: #f3f4f5;
  --lime-600: #92c008;
  --lime-400: #bff619;
  --lime-200: #ddfa86;
  font-family: "PT Astra Fact", "Arial", "Verdana", sans-serif !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#trok .text-large {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--neutral-800);
  margin: 0;
}
#trok .text-large.white {
  color: #fff;
}
#trok .text-xlarge {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--neutral-800);
  margin: 0;
}
#trok .text-xlarge.white {
  color: #fff;
}
#trok .text-small {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: var(--neutral-800);
  margin: 0;
}
#trok .text-small.white {
  color: #fff;
}
#trok .text-regular {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: var(--neutral-800);
  margin: 0;
}
#trok .text-regular.white {
  color: #fff;
}
#trok h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: var(--neutral-800);
  margin: 0;
}
#trok h3.white {
  color: #fff;
}
#trok h5 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: var(--neutral-800);
  margin: 0;
}
#trok h5.white {
  color: #fff;
}
#trok h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--neutral-800);
  margin: 0;
}
#trok h6.white {
  color: #fff;
}
#trok .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  padding: 4px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  border: 1px solid var(--neutral-800);
  border-radius: 100px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--neutral-800);
  margin: 0;
}
#trok .label.white {
  background-color: #fff;
  border: 1px solid #fff;
}
#trok .container {
  width: 1320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#trok section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
#trok .btn-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  height: 68px;
  padding: 18px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: var(--neutral-800);
  min-width: 350px;
  cursor: pointer;
}
#trok .btn-main_icon {
  width: 32px;
  height: 32px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#trok .btn-main svg {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#trok .btn-main:hover svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#trok .banner {
  background-color: var(--neutral-50);
  background-image: url("../img/banner_bg.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
}
#trok .banner .container {
  padding: 120px 0 26px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#trok .banner__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
#trok .banner__info__reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#trok .banner__info__reg .text-small {
  max-width: 166px;
}
#trok .banner__info__reg__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  border: 1px solid var(--neutral-800);
}
#trok .banner__info .btn-main {
  margin-top: 16px;
}
#trok .banner__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#trok .banner__img img {
  width: 641px;
  height: auto;
}
#trok .features {
  background-color: var(--neutral-100);
}
#trok .features .container {
  padding: 60px 0 20px 0;
}
#trok .features h3 {
  margin-bottom: 20px;
}
#trok .features__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
}
#trok .features__wrapper__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#trok .features__wrapper__img img {
  width: 266px;
  height: auto;
}
#trok .features__wrapper__block {
  -webkit-box-flex: 3.6;
      -ms-flex: 3.6;
          flex: 3.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  position: relative;
  background-image: url("../img/feature_bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
  padding: 40px 0;
}
#trok .features__wrapper__block__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--neutral-800);
  padding: 28px 32px 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  width: calc((100% - 48px) / 3);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#trok .target {
  background-color: var(--neutral-100);
  background-image: url("../img/target_bg.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
}
#trok .target .container {
  padding: 60px 0;
}
#trok .target h3 {
  margin-bottom: 40px;
}
#trok .target__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
}
#trok .target__wrapper__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#trok .target__wrapper__img img {
  width: 343px;
  height: auto;
}
#trok .target__wrapper__block {
  -webkit-box-flex: 2.6;
      -ms-flex: 2.6;
          flex: 2.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  gap: 24px;
}
#trok .target__wrapper__block__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 28px 32px 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc((100% - 48px) / 3);
}
#trok .target__wrapper__block__item:nth-of-type(4), #trok .target__wrapper__block__item:nth-of-type(5) {
  width: calc((100% - 24px) / 2);
}
#trok .scenaries {
  background-color: var(--lime-400);
  background-image: url("../img/scenary_bg.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
}
#trok .scenaries .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0 100px 0;
}
#trok .scenaries h3 {
  text-align: center;
  margin-bottom: 80px;
}
#trok .scenaries__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px 526px;
  position: relative;
  margin-bottom: 48px;
}
#trok .scenaries__block__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 24px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: 392px;
}
#trok .scenaries__img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 376px;
  height: 352px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#trok .scenaries__img img {
  width: 376px;
  height: auto;
}
#trok .scenaries__label {
  height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 18px;
  border-radius: 12px;
  background: rgba(239, 240, 245, 0.8);
  -webkit-box-shadow: inset 4px 4px 4px rgba(255, 255, 255, 0.25);
          box-shadow: inset 4px 4px 4px rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  position: absolute;
}
#trok .scenaries__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(17deg, #FFFFFF 0%, #C8CACF 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
#trok .scenaries__label:first-of-type {
  top: 46px;
  left: 33px;
}
#trok .scenaries__label:nth-of-type(2) {
  top: 31px;
  right: 56px;
}
#trok .scenaries__label:nth-of-type(3) {
  bottom: 70px;
  left: 20px;
}
#trok .scenaries__label:nth-of-type(4) {
  top: 148px;
  right: 13px;
}
#trok .license {
  background-color: var(--neutral-900);
  padding: 48px 0 136px 0;
}
#trok .license .container {
  background-color: #fff;
  padding: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#trok .license h3 {
  text-align: center;
  margin-bottom: 48px;
}
#trok .license__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 110px;
}
#trok .license__block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
#trok .license__block__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
#trok .license__block__item:first-of-type {
  background-color: var(--neutral-100);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#trok .license__block__item:last-of-type {
  background-color: var(--neutral-800);
  -webkit-box-flex: 1.65;
      -ms-flex: 1.65;
          flex: 1.65;
}
#trok .license__type {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#trok .license__type__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
#trok .license__type:not(:last-child) {
  margin-bottom: 12px;
}
#trok .license__amount {
  margin-bottom: 16px;
}
#trok .license__amount .label {
  display: inline-block;
  line-height: 130%;
  margin-left: 4px;
  margin-right: 4px;
}
#trok .license__amount br {
  display: none;
}
#trok .license .text-small {
  color: var(--neutral-200);
}
#trok .license__support {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
#trok .license__support__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
#trok .license__support__title > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#trok .license__support__title > div:last-child {
  -webkit-box-flex: 3.68;
      -ms-flex: 3.68;
          flex: 3.68;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#trok .license__support__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#trok .license__support__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
#trok .license__support__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#trok .license__support__img img {
  width: 248px;
  height: auto;
}
#trok .license__support__block {
  -webkit-box-flex: 3.68;
      -ms-flex: 3.68;
          flex: 3.68;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  position: relative;
}
#trok .license__support__block__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  position: relative;
  width: calc((100% - 32px) / 2);
  background-color: var(--neutral-100);
}
#trok .license__support__block__item__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
#trok .license__support__block__item__title > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#trok .license__support__block__item__title > div .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6px;
}
#trok .license__support__block__item__title img {
  width: 48px;
  height: 48px;
}
#trok .license__support__block__item ul {
  padding-left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
#trok .license__support__block__item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#trok .license__support__block__item li:before {
  content: "";
  width: 4px;
  height: 4px;
  min-width: 4px;
  background-color: var(--neutral-800);
  position: absolute;
  left: -14px;
  top: 11px;
}
#trok .wheare-to-by {
  background-color: var(--neutral-100) !important;
  padding-top: 116px;
  padding-bottom: 80px;
  margin-bottom: 0 !important;
  margin-top: -36px;
}
#trok .wheare-to-by .widget__box {
  background-color: #fff !important;
}
#trok .wheare-to-by h3 {
  margin-bottom: 48px;
}
#trok .wheare-to-by .widget__partners-list {
  width: calc(100% + 20px);
  padding-right: -20px;
}
#trok #materials {
  background-color: #fff;
  border-radius: 36px !important;
  margin-top: -36px !important;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 100;
  margin-bottom: 0 !important;
}
#trok #materials .tabs__nav--filter .tabs__nav-item--active .tabs__nav-btn {
  background-color: var(--neutral-100) !important;
  color: var(--neutral-900);
}
#trok #materials .tabs__nav--filter .tabs__nav-item--active .tabs__nav-btn span {
  background-color: var(--neutral-800);
}
#trok #materials .materials__list--bg .materials__item--inner {
  background-color: var(--neutral-50);
  border-color: var(--neutral-50);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  min-height: 113px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
#trok #materials .materials__list--bg .materials__item--inner::after {
  content: "";
  width: 36px;
  min-width: 36px;
  height: 36px;
  background-color: var(--lime-400);
  background-image: url("../img/download_1.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#trok #materials .materials__list--bg .materials__item--inner:hover::after {
  background-image: url("../img/download_2.svg");
  background-color: var(--lime-200);
}
#trok #materials .materials__list--bg .materials__item--inner:active::after {
  background-image: url("../img/download_2.svg");
  background-color: var(--lime-600);
}
#trok #materials .materials__item {
  width: calc((100% - 24px) / 2);
}
#trok #materials .materials__item-title-type {
  display: none;
}
#trok #materials .materials__item-img--wrap {
  width: 36px;
  min-width: 36px;
  height: 36px;
  background-color: var(--neutral-100);
  background-image: url("../img/doc_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
#trok #materials .materials__item-img--wrap img {
  display: none;
}

/* tablet */
@media (max-width: 1399px) {
  #trok h3 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }
  #trok .container {
    width: 688px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #trok .btn-main {
    gap: 20px;
    height: 64px;
    min-width: 315px;
  }
  #trok .btn-main .text-xlarge {
    font-size: 16px;
    line-height: 24px;
  }
  #trok .btn-main_icon {
    width: 28px;
    height: 28px;
  }
  #trok .btn-main svg {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    width: 13px;
    height: 13px;
  }
  #trok .banner {
    background-position: bottom left 40%;
  }
  #trok .banner .container {
    padding: 100px 0 88px 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 52px;
    overflow: visible;
  }
  #trok .banner__info {
    gap: 20px;
  }
  #trok .banner__info img {
    width: 251px;
    height: 72px;
  }
  #trok .banner__info h6 {
    font-size: 16px;
    line-height: 24px;
  }
  #trok .banner__info__reg {
    gap: 16px;
  }
  #trok .banner__info__reg__number {
    height: 36px;
  }
  #trok .banner__info__reg__number .text-xlarge {
    font-size: 16px;
    line-height: 24px;
  }
  #trok .banner__info .btn-main {
    margin-top: 20px;
  }
  #trok .banner__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #trok .banner__img img {
    width: 518px;
    min-width: 518px;
    height: auto;
  }
  #trok .features {
    background-image: url("../img/feature_bg_tablet.svg");
    background-repeat: no-repeat;
    background-position: bottom 155px left 60%;
  }
  #trok .features .container {
    padding: 60px 0;
  }
  #trok .features h3 {
    margin-bottom: 60px;
  }
  #trok .features__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
  }
  #trok .features__wrapper__img {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #trok .features__wrapper__img img {
    width: 196px;
    height: auto;
  }
  #trok .features__wrapper__block {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    background-image: none;
    overflow: hidden;
    padding: 40px 0;
  }
  #trok .features__wrapper__block__item {
    width: calc((100% - 24px) / 2);
  }
  #trok .target {
    background: url("../img/target_bg.svg"), -webkit-gradient(linear, left top, left bottom, from(#e2e4e7), color-stop(74%, #e2e4e7), color-stop(74%, #bff619), color-stop(74%, #bff619));
    background: url("../img/target_bg.svg"), linear-gradient(to bottom, #e2e4e7 0%, #e2e4e7 74%, #bff619 74%, #bff619 74%);
    background-position: bottom 280px left 60%, top left;
    background-repeat: no-repeat;
  }
  #trok .target h3 {
    margin-bottom: 48px;
  }
  #trok .target__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
  #trok .target__wrapper__img {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #trok .target__wrapper__img img {
    width: 296px;
    height: auto;
  }
  #trok .target__wrapper__block {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #trok .target__wrapper__block__item {
    width: calc((100% - 24px) / 2);
  }
  #trok .target__wrapper__block__item:nth-of-type(4), #trok .target__wrapper__block__item:nth-of-type(5) {
    width: calc((100% - 24px) / 2);
  }
  #trok .target__wrapper__block__item:nth-of-type(1) {
    width: 100%;
  }
  #trok .scenaries {
    background-image: url("../img/scenary_bg.svg"), -webkit-gradient(linear, left top, left bottom, from(#bff619), color-stop(80%, #bff619), color-stop(80%, #070808), color-stop(80%, #070808));
    background-image: url("../img/scenary_bg.svg"), linear-gradient(to bottom, #bff619 0%, #bff619 80%, #070808 80%, #070808 80%);
    background-position: bottom 180px center, top left;
    background-repeat: no-repeat;
  }
  #trok .scenaries .container {
    padding: 60px 100px 492px 100px;
  }
  #trok .scenaries h3 {
    margin-bottom: 48px;
  }
  #trok .scenaries__block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    margin-bottom: 0;
  }
  #trok .scenaries__block__item {
    width: 100%;
  }
  #trok .scenaries__img {
    left: 50%;
    top: auto;
    bottom: -432px;
    width: 376px;
    height: 352px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #trok .license {
    background-color: var(--neutral-900);
    padding: 60px 0 96px 0;
  }
  #trok .license .container {
    padding: 60px 48px;
  }
  #trok .license__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 110px;
  }
  #trok .license__block__item {
    width: 100%;
  }
  #trok .license__block__item:first-of-type {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #trok .license__block__item:last-of-type {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #trok .license h5 {
    text-align: center;
    letter-spacing: -0.02em;
  }
  #trok .license__support {
    gap: 32px;
  }
  #trok .license__support__title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  #trok .license__support__title > div:first-child {
    display: none;
  }
  #trok .license__support__title > div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  #trok .license__support__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
  #trok .license__support__img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #trok .license__support__block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #trok .license__support__block__item {
    width: 100%;
  }
  #trok #materials .materials__item {
    width: 100%;
  }
}
/* mobile */
@media (max-width: 767px) {
  #trok .container {
    width: 100%;
    padding: 20px;
  }
  #trok .btn-main {
    gap: 20px;
    height: 64px;
    min-width: 320px;
  }
  #trok .banner {
    background-image: url("../img/banner_bg_mobile.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  #trok .banner .container {
    padding: 80px 0 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
  }
  #trok .banner__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #trok .banner__info h6 {
    text-align: center;
    max-width: 228px;
  }
  #trok .banner__img img {
    width: 358px;
    min-width: 358px;
    height: auto;
  }
  #trok .features {
    background-image: url("../img/feature_bg_mobile.svg");
    background-repeat: no-repeat;
    background-position: bottom 146px left 50%;
  }
  #trok .features .container {
    padding: 60px 20px 48px 20px;
  }
  #trok .features h3 {
    max-width: 300px;
  }
  #trok .features__wrapper__block {
    padding: 0 20px;
  }
  #trok .features__wrapper__block__item {
    width: 100%;
  }
  #trok .target {
    background-color: var(--neutral-100);
    background-image: url("../img/target_bg_mobile.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  #trok .target .container {
    padding: 48px 20px;
  }
  #trok .target__wrapper__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #trok .target__wrapper__block__item {
    width: 100%;
  }
  #trok .target__wrapper__block__item:nth-of-type(4), #trok .target__wrapper__block__item:nth-of-type(5) {
    width: 100%;
  }
  #trok .scenaries {
    background-color: var(--lime-400);
    background-image: url("../img/scenary_bg_mobile.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  #trok .scenaries .container {
    padding: 48px 20px 382px 20px;
  }
  #trok .scenaries__img {
    left: 50%;
    top: auto;
    bottom: -312px;
    width: 282px;
    height: 264px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #trok .scenaries__img img {
    width: 282px;
    height: auto;
  }
  #trok .scenaries__label {
    height: 42px;
    padding: 12px 14px;
    border-radius: 9px;
  }
  #trok .scenaries__label .text-large {
    font-size: 12px;
    line-height: 18px;
  }
  #trok .scenaries__label::before {
    border-radius: 9px;
  }
  #trok .scenaries__label:first-of-type {
    top: 34px;
    left: 25px;
  }
  #trok .scenaries__label:nth-of-type(2) {
    top: 23px;
    right: 42px;
  }
  #trok .scenaries__label:nth-of-type(3) {
    bottom: 53px;
    left: 10px;
  }
  #trok .scenaries__label:nth-of-type(4) {
    top: 111px;
    right: 10px;
  }
  #trok .license {
    background-color: var(--neutral-900);
    padding: 60px 0 96px 0;
    margin-top: -2px;
  }
  #trok .license .container {
    width: calc(100% - 40px);
    padding: 60px 24px;
  }
  #trok .license__block {
    margin-bottom: 80px;
  }
  #trok .license__block__item {
    padding: 32px 24px;
  }
  #trok .license__block__item__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
  #trok .license__type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
  #trok .license__type .label {
    margin-left: 50px;
  }
  #trok .license__amount br {
    display: inline;
  }
  #trok .license__amount .label.white {
    margin-top: 10px;
  }
  #trok .license__support__wrapper {
    gap: 60px;
  }
  #trok .license__support__img img {
    width: 197px;
    height: auto;
  }
  #trok .license__support__block__item__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 18px;
  }
  #trok .license__support__block__item ul {
    padding-left: 16px;
  }
  #trok .wheare-to-by .widget.container {
    width: calc(100% - 80px) !important;
  }
  #trok .wheare-to-by .widget__container {
    width: 100% !important;
  }
  #trok .wheare-to-by .widget__aside {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*# sourceMappingURL=style.css.map */
