@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;
}
:root {
  /* переменные - цвета*/
  --neutral-900: #0c1a22;
  --neutral-600: #53607e;
  --neutral-400: #98a2b3;
  --neutral-100: #adb7c7;
  --neutral-50: #f5f5f5;
  --accent-400: #37bdf8;
  --accent-500: #14a0dc;
  --accent-550: #0c7fb0;
  --accent-600: #47659c;
  --accent-700: #15284b;
  --accent-800: #003a5c;
  --accent-900: #03122e;
  --main-radial-gradient: radial-gradient(
    50% 50% at 50% 50%,
    #214382 0%,
    #15284b 100%
  );
  --main-linear-gradient: linear-gradient(135deg, #2d3c59 0%, #47659c 100%);
  --shadow-btn: radial-gradient(
    50% 50% at 50% 50%,
    #58c1f0 69.5%,
    rgba(0, 117, 255, 0.22) 100%
  );
  font-family: "PT Astra Fact", "Arial", "Verdana", sans-serif !important;
}

body {
  background-color: var(--accent-900);
  overflow-x: hidden;
}

main {
  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;
}

.text-large {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.text-large b {
  font-weight: 700;
}

.text-xlarge {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.text-small {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.text-regular {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

h3 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

h5 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.blue {
  color: var(--accent-400);
}

.dark {
  color: var(--neutral-900);
}

html {
  scroll-behavior: smooth;
}

.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;
}

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;
}
section:not(:first-of-type) {
  margin-top: 60px;
}

.btn-main {
  width: 100%;
  height: 64px;
  overflow: visible;
  border-top: 10px solid var(--accent-400);
  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;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
  pointer-events: none;
}
.btn-main .text-large {
  z-index: 1000;
}
.btn-main_body {
  border-radius: 0 0 32px 32px;
  width: 250px;
  height: 64px;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--accent-400);
  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;
  position: relative;
  overflow: visible;
  pointer-events: all;
}
.btn-main_body::before {
  content: url(../assets/img/left-corner.svg);
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: -32px;
}
.btn-main_body::after {
  content: url(../assets/img/right-corner.svg);
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: -32px;
}
.btn-main_bg {
  position: absolute;
  width: 1059px;
  height: 379px;
  overflow: hidden;
  pointer-events: none;
}
.btn-main_bg::after {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  content: "";
  width: 492px;
  height: 214px;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, #58c1f0 69.5%, rgba(0, 117, 255, 0.22) 100%);
  -webkit-filter: blur(133.95px);
          filter: blur(133.95px);
  -webkit-transform: rotate(-0.68deg);
      -ms-transform: rotate(-0.68deg);
          transform: rotate(-0.68deg);
  left: calc(50% - 246.355px - 1.14px);
  top: -10 0px;
}
.btn-main:hover .btn-main_bg::after, .btn-main:focus .btn-main_bg::after {
  -webkit-transform: rotate(-0.68deg) translateY(70px);
      -ms-transform: rotate(-0.68deg) translateY(70px);
          transform: rotate(-0.68deg) translateY(70px);
}

.btn-outline {
  width: 100%;
  height: 56px;
  border-radius: 16px;
  border: 1px solid var(--accent-400);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 16px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: transparent;
}
.btn-outline:hover, .btn-outline:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

header {
  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;
  height: 116px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
header .btn-main {
  position: absolute;
  top: 0;
}
header .header_wraper {
  width: 100%;
  height: 116px;
  position: absolute;
  top: 0;
  overflow: hidden;
  pointer-events: none;
}
header .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 0;
}
header .mobile-menu_btn {
  display: none;
}
header .mobile-menu {
  display: none;
}
header .menu {
  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: 32px;
}
header .menu_item {
  text-decoration: none;
}
header .menu_item .text-large {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
header .menu_item:hover .text-large, header .menu_item:focus .text-large {
  color: var(--accent-400);
}
header .menu_item:active .text-large {
  color: var(--accent-500);
}

.banner .container {
  -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: 60px;
}
.banner_img {
  width: 100%;
  height: 320px;
  background-color: rgba(125, 138, 152, 0.2);
  border-radius: 32px;
  position: relative;
}

.tests .container {
  -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: 60px;
}
.tests h3 {
  text-align: center;
  max-width: 720px;
}
.tests .text-xlarge {
  text-align: center;
  max-width: 920px;
}
.tests-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
.tests-block_item {
  max-width: calc((100% - 40px) / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 32px;
  padding: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: var(--main-radial-gradient);
}
.tests-block_item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.tests-block_item__content .text-regular {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 150%;
  max-height: 6em;
  min-height: 6em;
}
.tests_btn {
  display: none !important;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.tests_btn svg {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.tests_btn svg path {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.tests_btn:hover, .tests_btn:focus {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.tests_btn:hover svg path, .tests_btn:focus svg path {
  stroke: var(--accent-400);
}
.tests_btn.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.categories {
  margin-top: 0 !important;
}
.categories_head {
  margin-top: 120px;
  width: 539px;
  height: 108px;
  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;
  background-color: var(--accent-700);
  border-radius: 60px 60px 0 0;
  position: relative;
  overflow: visible;
}
.categories_head::before {
  content: "";
  background-image: url(../assets/img/dark-corner-left.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: 0;
  left: -56px;
}
.categories_head::after {
  content: "";
  background-image: url(../assets/img/dark-corner-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: 0;
  right: -56px;
}
.categories_head__bg {
  position: absolute;
  bottom: -60px;
  width: 1059px;
  height: 379px;
  overflow: visible;
  pointer-events: none;
  z-index: -1;
}
.categories_head__bg::after {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  content: "";
  width: 815.54px;
  height: 354.99px;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, #58c1f0 69.5%, rgba(0, 117, 255, 0.22) 100%);
  -webkit-filter: blur(133.95px);
          filter: blur(133.95px);
  -webkit-transform: rotate(-0.68deg);
      -ms-transform: rotate(-0.68deg);
          transform: rotate(-0.68deg);
  left: calc(50% - 407.77px - 1.14px);
  top: 210px;
}
.categories_body {
  width: 100%;
  background-color: var(--accent-700);
  border-radius: 60px 60px 0 0;
  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;
}
.categories_body .container {
  padding: 60px 0 40px 0;
}
.categories-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 38px;
}
.categories-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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc((100% - 76px) / 3);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.categories-block_item__icon {
  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;
  background: var(--main-linear-gradient);
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 92px;
}
.categories-block_item__icon::after {
  content: url(../assets/img/gradient-corner_s.svg);
  width: 92px;
  height: 92px;
  position: absolute;
  top: 0;
  left: 0;
}
.categories-block_item__head {
  width: 302px;
  height: 112px;
  padding: 22px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 32px 32px 0 0;
  background-color: var(--accent-600);
  position: relative;
}
.categories-block_item__head::before {
  content: url("../assets/img/card_corner.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: -20px;
}
.categories-block_item__body {
  padding: 32px 32px 40px 32px;
  background-color: var(--accent-600);
  border-radius: 32px 0 32px 32px;
  position: relative;
}
.categories-block_item__body::after {
  content: url("../assets/img/gradient-corner_l.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 12px;
  right: 0;
}

.conversation {
  background-color: var(--accent-700);
  margin-top: 0 !important;
  padding-top: 40px;
  padding-bottom: 80px;
}
.conversation .container {
  background-image: linear-gradient(258.09deg, rgba(21, 40, 75, 0) 0.28%, #15284b 77.49%), url(../assets/img/conversation.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, center;
  background-size: auto, cover;
  border-radius: 32px;
  padding: 76px 40px;
}
.conversation h3 {
  margin-bottom: 40px;
}
.conversation-block {
  width: 100%;
  margin-top: 60px;
  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;
  gap: 40px;
}
.conversation-block_item {
  width: calc((100% - 80px) / 3);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 32px;
  position: relative;
}
.conversation-block_item::before {
  content: url("../assets/img/marker.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.advantages {
  margin-top: 0 !important;
  overflow: hidden;
  margin-bottom: 40px;
}
.advantages .btn-main_bg {
  top: 0;
  height: 389px;
}
.advantages .btn-main_bg::after {
  top: -179px;
}
.advantages .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantages h3 {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.advantages-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.advantages-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;
  gap: 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc((100% - 40px) / 3);
  padding: 40px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 32px;
  background: var(--main-radial-gradient);
}

.signUp {
  background-color: var(--neutral-50);
  border-radius: 60px 60px 0 0;
  padding: 60px 0;
}
.signUp .container {
  padding: 0 60px;
  gap: 88px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.signUp h3 {
  color: var(--accent-800);
  margin-bottom: 40px;
}
.signUp_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.signUp_list {
  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;
  padding-left: 36px;
}
.signUp_list_item {
  position: relative;
}
.signUp_list_item::before {
  content: url("../assets/img/marker.svg");
  padding-top: 2px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -36px;
}
.signUp_form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.signUp_form form {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.signUp .form-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.signUp .form-section:last-of-type .form-block {
  gap: 10px;
}
.signUp .form-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding: 0;
}
.signUp .form-block .form-row:last-of-type .form-group {
  margin-bottom: 0;
}
.signUp .form-block > .text-large {
  margin-bottom: 8px;
}
.signUp .form-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.signUp .form-group {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.signUp .form-group textarea {
  height: 156px;
  resize: none;
}
.signUp .form-input {
  width: 100%;
  height: 50px;
  padding: 15px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: var(--neutral-900);
  background-color: white;
  border: 1px solid var(--neutral-50);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.signUp .form-input:focus {
  outline: none;
  border-color: var(--accent-400);
}
.signUp .form-input::-webkit-input-placeholder {
  color: var(--neutral-400);
  font-size: 12px;
}
.signUp .form-input::-moz-placeholder {
  color: var(--neutral-400);
  font-size: 12px;
}
.signUp .form-input:-ms-input-placeholder {
  color: var(--neutral-400);
  font-size: 12px;
}
.signUp .form-input::-ms-input-placeholder {
  color: var(--neutral-400);
  font-size: 12px;
}
.signUp .form-input::placeholder {
  color: var(--neutral-400);
  font-size: 12px;
}
.signUp select.form-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23999' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
}
.signUp .agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: var(--neutral-900);
  position: relative;
}
.signUp {
  /* Прячем нативный checkbox */
}
.signUp .agree input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.signUp {
  /* Кастомный чекбокс */
}
.signUp .agree-ui {
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  margin-top: 2px;
  border-radius: 6px;
  border: 2px solid #c9c9c9;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  place-items: center;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.signUp .agree-ui:hover, .signUp .agree-ui:focus {
  border-color: var(--accent-400);
}
.signUp {
  /* Галочка */
}
.signUp .agree-ui::after {
  content: "";
  width: 9px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translateY(-1px) translateX(2px);
      -ms-transform: rotate(-45deg) translateY(-1px) translateX(2px);
          transform: rotate(-45deg) translateY(-1px) translateX(2px);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.signUp {
  /* Checked */
}
.signUp .agree input:checked + .agree-ui {
  background: var(--accent-400);
  border-color: var(--accent-400);
}
.signUp .agree input:checked + .agree-ui::after {
  opacity: 1;
}
.signUp {
  /* Focus (клавиатура) */
}
.signUp .agree input:focus-visible + .agree-ui {
  outline: 3px solid var(--accent-400);
  outline-offset: 2px;
}
.signUp {
  /* Disabled */
}
.signUp .agree input:disabled + .agree-ui {
  background: #f3f3f3;
  border-color: #e1e1e1;
}
.signUp .agree input:disabled ~ .agree-label {
  color: #888;
  cursor: not-allowed;
}
.signUp .submit-btn {
  width: 100%;
  height: 56px;
  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;
  background-color: var(--accent-400);
  border: none;
  border-radius: 16px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.signUp .submit-btn:hover, .signUp:focus {
  background-color: var(--accent-500);
}
.signUp .submit-btn:active {
  background-color: var(--accent-550);
}

.footer {
  width: 100%;
  height: 256px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--neutral-50);
  margin-bottom: 0;
}
.footer .container {
  border-radius: 32px;
  -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;
  padding: 60px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--accent-900);
  overflow: hidden;
  position: relative;
}
.footer .container > img {
  z-index: 10;
}
.footer_bg {
  position: absolute;
  width: 388px;
  height: 207px;
  left: -11px;
  top: -16px;
  background: radial-gradient(50% 50% at 50% 50%, #58c1f0 69.5%, rgba(0, 117, 255, 0.22) 100%);
  -webkit-filter: blur(200px);
          filter: blur(200px);
}
.footer_menu {
  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;
  z-index: 1;
  gap: 20px;
}
.footer_menu__nav {
  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: 26px;
}
.footer_menu__nav a .text-large {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.footer_menu__nav a:hover .text-large, .footer_menu__nav a:focus .text-large {
  color: var(--accent-400);
}
.footer_menu__btn {
  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: 16px 20px;
  border: 1px solid #fff;
  border-radius: 16px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-left: 28px;
}
.footer_menu__btn .text-large {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.footer_menu__btn:hover, .footer_menu__btn:focus {
  border-color: var(--accent-400);
}
.footer_menu__btn:hover .text-large, .footer_menu__btn:focus .text-large {
  color: var(--accent-400);
}
.footer_menu__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer_menu__socials__item svg path {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.footer_menu__socials__item:hover svg path, .footer_menu__socials__item:focus svg path {
  fill: var(--accent-400);
}
.footer_policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  position: absolute;
  bottom: 20px;
  right: 40px;
}
.footer_policy__item .text-small {
  color: var(--neutral-600);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.footer_policy__item:hover .text-small, .footer_policy__item:focus .text-small {
  color: var(--neutral-400);
}
.footer_policy__item:active .text-small {
  color: var(--neutral-100);
}

.show-cookie {
  position: fixed;
  z-index: 1000;
  max-width: 1055px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 15px 40px;
  bottom: 0;
  background-color: var(--accent-900);
  border-radius: 24px 24px 0 0;
  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-shadow: 0px -10px 30px rgba(55, 189, 248, 0.3);
          box-shadow: 0px -10px 30px rgba(55, 189, 248, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.show-cookie .text-small {
  text-align: center;
  margin-bottom: 12px;
}
.show-cookie .text-small a {
  color: var(--accent-400);
}
.show-cookie .text-small a:hover, .show-cookie .text-small a:focus {
  color: var(--accent-500);
}
.show-cookie .text-small a:active {
  color: var(--accent-550);
}
.show-cookie .btn--accent {
  background-color: var(--accent-400);
  border: none;
  border-radius: 6px;
  padding: 6px 24px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.show-cookie .btn--accent:hover, .show-cookie .btn--accent:focus {
  background-color: var(--accent-500);
}
.show-cookie .btn--accent:active {
  background-color: var(--accent-550);
}

#star-to-top {
  background-color: var(--accent-400) !important;
  right: 16px !important;
  bottom: 16px !important;
  border-radius: 8px !important;
}

/* tablet */
@media (max-width: 1399px) {
  .text-large {
    font-size: 14px;
    line-height: 22px;
  }
  .text-xlarge {
    font-size: 16px;
    line-height: 24px;
  }
  h3 {
    font-size: 28px;
    line-height: 38px;
  }
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .container {
    width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }
  section:not(:first-of-type) {
    margin-top: 80px;
  }
  .btn-main {
    width: 100%;
    height: 64px;
    overflow: visible;
    border-top: 10px solid var(--accent-400);
    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;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
    pointer-events: none;
  }
  .btn-main_body {
    margin-top: -1px;
    border-radius: 0 0 32px 32px;
    width: 250px;
    height: 64px;
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: var(--accent-400);
    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;
    position: relative;
    overflow: visible;
    pointer-events: all;
  }
  .btn-main_body::before {
    content: url(../assets/img/left-corner.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: -31px;
  }
  .btn-main_body::after {
    content: url(../assets/img/right-corner.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: -31px;
  }
  .btn-main_bg {
    position: absolute;
    width: 1059px;
    height: 379px;
    overflow: hidden;
    pointer-events: none;
  }
  .btn-main_bg::after {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    content: "";
    width: 492px;
    height: 214px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, #58c1f0 69.5%, rgba(0, 117, 255, 0.22) 100%);
    -webkit-filter: blur(133.95px);
            filter: blur(133.95px);
    -webkit-transform: rotate(-0.68deg);
        -ms-transform: rotate(-0.68deg);
            transform: rotate(-0.68deg);
    left: calc(50% - 246.355px - 1.14px);
    top: -10 0px;
  }
  .btn-main:hover .btn-main_bg::after, .btn-main:focus .btn-main_bg::after {
    -webkit-transform: rotate(-0.68deg) translateY(70px);
        -ms-transform: rotate(-0.68deg) translateY(70px);
            transform: rotate(-0.68deg) translateY(70px);
  }
  header .header_logo {
    width: 141px;
  }
  header .header_wraper .btn-main_bg {
    height: 590px;
  }
  header .header_wraper.active {
    overflow: visible;
    z-index: 1601;
  }
  header .container {
    padding: 32px 24px;
  }
  header .menu {
    display: none;
  }
  header .mobile-menu_btn {
    display: block;
    z-index: 1602;
    cursor: pointer;
  }
  header .mobile-menu_btn svg rect {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  header .mobile-menu_btn:hover svg rect, header .mobile-menu_btn:focus svg rect, header .mobile-menu_btn.active svg rect {
    fill: var(--neutral-100);
  }
  header .mobile-menu_btn:active svg rect {
    fill: var(--accent-400);
  }
  header .mobile-menu_btn.active:hover svg rect, header .mobile-menu_btn.active:focus svg rect {
    fill: var(--accent-400);
  }
  header .mobile-menu {
    display: none;
    -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;
    width: 100vw;
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 0;
    top: 116px;
    z-index: 1600;
    background-color: var(--accent-900);
    -webkit-box-shadow: 0px 10px 14px rgba(55, 189, 248, 0.2);
            box-shadow: 0px 10px 14px rgba(55, 189, 248, 0.2);
  }
  header .mobile-menu .container {
    -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;
  }
  header .mobile-menu .menu_item {
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .mobile-menu.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .mobile-menu .btn-main {
    display: none;
  }
  .banner .container {
    -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: 60px;
  }
  .banner_img {
    width: 100%;
    height: 320px;
    background-color: rgba(125, 138, 152, 0.2);
    border-radius: 32px;
  }
  .tests .container {
    gap: 40px;
  }
  .tests h3 {
    max-width: 100%;
  }
  .tests .text-xlarge {
    max-width: 100%;
  }
  .tests-block_item {
    max-width: calc((100% - 20px) / 2);
  }
  .tests_btn {
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .tests_btn svg path {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .tests_btn:hover, .tests_btn:focus, .tests_btn:active {
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .tests_btn:hover svg path, .tests_btn:focus svg path, .tests_btn:active svg path {
    stroke: var(--accent-400);
  }
  .categories h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .categories_head {
    margin-top: 80px;
    width: 361px;
    height: 74px;
    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;
    background-color: var(--accent-700);
    border-radius: 40px 40px 0 0;
    position: relative;
    overflow: visible;
  }
  .categories_head::before {
    width: 44px;
    height: 44px;
    left: -44px;
  }
  .categories_head::after {
    width: 44px;
    height: 44px;
    right: -44px;
  }
  .categories_head__bg {
    position: absolute;
    bottom: -60px;
    width: 1059px;
    height: 379px;
    overflow: visible;
    pointer-events: none;
    z-index: -1;
  }
  .categories_head__bg::after {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    content: "";
    width: 815.54px;
    height: 354.99px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, #58c1f0 69.5%, rgba(0, 117, 255, 0.22) 100%);
    -webkit-filter: blur(133.95px);
            filter: blur(133.95px);
    -webkit-transform: rotate(-0.68deg);
        -ms-transform: rotate(-0.68deg);
            transform: rotate(-0.68deg);
    left: calc(50% - 407.77px - 1.14px);
    top: 210px;
  }
  .categories_body {
    border-radius: 40px 40px 0 0;
  }
  .categories_body .container {
    padding: 60px 0 40px 0;
  }
  .categories-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;
  }
  .categories-block_item {
    width: 500px;
  }
  .categories-block_item__icon {
    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;
    background: var(--main-linear-gradient);
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .categories-block_item__icon::after {
    content: url(../assets/img/gradient-corner_s.svg);
    width: 92px;
    height: 92px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .categories-block_item__head {
    width: 77%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 32px 32px 0 0;
    background-color: var(--accent-600);
    position: relative;
  }
  .categories-block_item__head::before {
    content: url("../assets/img/card_corner.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: -20px;
  }
  .categories-block_item__body {
    padding: 32px 32px 40px 32px;
    background-color: var(--accent-600);
    border-radius: 32px 0 32px 32px;
    position: relative;
  }
  .categories-block_item__body::after {
    content: url("../assets/img/gradient-corner_l.svg");
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 40px;
    right: -86px;
  }
  .conversation-block_item {
    width: calc((100% - 40px) / 2);
  }
  .advantages-block_item {
    width: calc((100% - 20px) / 2);
  }
  .signUp .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .signUp_info {
    width: 100%;
  }
  .signUp_form {
    width: 100%;
  }
  .footer {
    height: auto;
    padding: 20px 0;
  }
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_bg {
    left: 50%;
    -webkit-transform: translateX(-194px);
        -ms-transform: translateX(-194px);
            transform: translateX(-194px);
    -webkit-filter: blur(140px);
            filter: blur(140px);
  }
  .footer_menu {
    -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: 40px;
  }
  .footer_menu__btn {
    margin-left: 0;
  }
  .footer_menu__socials {
    gap: 18px;
  }
  .footer_menu__socials__item {
    width: 52px;
    height: 52px;
    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;
  }
  .footer_menu__socials__item svg {
    width: 100%;
    height: 100%;
  }
  .show-cookie {
    max-width: 100%;
    width: 100%;
    padding: 15px 60px;
  }
}
/* mobile */
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
  .btn-main {
    width: 100%;
    height: 64px;
    overflow: visible;
    border-top: 10px solid var(--accent-400);
    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;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
    pointer-events: none;
  }
  .btn-main_body {
    border-radius: 0 0 32px 32px;
    width: 250px;
    height: 64px;
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: var(--accent-400);
    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;
    position: relative;
    overflow: visible;
    pointer-events: all;
  }
  .btn-main_body::before {
    content: url(../assets/img/left-corner.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: -32px;
  }
  .btn-main_body::after {
    content: url(../assets/img/right-corner.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: -32px;
  }
  .btn-main_bg {
    position: absolute;
    width: 1059px;
    height: 379px;
    overflow: hidden;
    pointer-events: none;
  }
  .btn-main_bg::after {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    content: "";
    width: 492px;
    height: 214px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, #58c1f0 69.5%, rgba(0, 117, 255, 0.22) 100%);
    -webkit-filter: blur(133.95px);
            filter: blur(133.95px);
    -webkit-transform: rotate(-0.68deg);
        -ms-transform: rotate(-0.68deg);
            transform: rotate(-0.68deg);
    left: calc(50% - 246.355px - 1.14px);
    top: -10 0px;
  }
  .btn-main:hover .btn-main_bg::after, .btn-main:focus .btn-main_bg::after {
    -webkit-transform: rotate(-0.68deg) translateY(70px);
        -ms-transform: rotate(-0.68deg) translateY(70px);
            transform: rotate(-0.68deg) translateY(70px);
  }
  header .header_logo {
    width: 121px;
  }
  header .header_wraper .btn-main {
    display: none;
  }
  header .mobile-menu {
    display: none;
    -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;
    width: 100vw;
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 0;
    top: 116px;
    z-index: 1600;
    background-color: var(--accent-900);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header .mobile-menu .container {
    -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;
    z-index: 1700;
    background-color: var(--accent-900);
  }
  header .mobile-menu .menu_item {
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .mobile-menu.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .mobile-menu .btn-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: auto;
    bottom: -74px;
  }
  header .mobile-menu .btn-main_bg {
    width: 400px;
    top: -60px;
  }
  header .mobile-menu .btn-main_bg::after {
    width: 400px;
    top: -120px;
  }
  .banner .container {
    -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: 60px;
  }
  .banner_img {
    width: 100%;
    height: 320px;
    background-color: rgba(125, 138, 152, 0.2);
    border-radius: 32px;
  }
  .tests-block_item {
    max-width: 100%;
  }
  .categories_head {
    margin-top: 60px;
    width: 311px;
  }
  .categories_head::after {
    right: -43px;
  }
  .categories_head::before {
    left: -43px;
  }
  .categories_head__bg {
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 240px;
  }
  .categories_head__bg::after {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    content: "";
    width: 400px;
    height: 240px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, #58c1f0 69.5%, rgba(0, 117, 255, 0.22) 100%);
    -webkit-filter: blur(133.95px);
            filter: blur(133.95px);
    -webkit-transform: rotate(-0.68deg);
        -ms-transform: rotate(-0.68deg);
            transform: rotate(-0.68deg);
    left: calc(50% - 200px - 1.14px);
    top: 120px;
  }
  .categories_body {
    margin-top: -1px;
    width: 100%;
    border-radius: 0;
  }
  .categories_body .container {
    padding: 60px 20px 40px 20px;
  }
  .categories-block_item {
    width: 340px;
  }
  .categories-block_item__icon {
    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;
    background: var(--main-linear-gradient);
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .categories-block_item__icon::after {
    content: url(../assets/img/gradient-corner_s.svg);
    width: 92px;
    height: 92px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .categories-block_item__head {
    width: 228px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 32px 32px 0 0;
    background-color: var(--accent-600);
    position: relative;
    padding-left: 28px;
    padding-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .categories-block_item__head::before {
    content: url("../assets/img/card_corner.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: -20px;
  }
  .categories-block_item__body {
    margin-top: -1px;
    padding: 20px 32px 32px 32px;
    background-color: var(--accent-600);
    border-radius: 32px 0 32px 32px;
    position: relative;
  }
  .categories-block_item__body::after {
    content: url("../assets/img/gradient-corner_l.svg");
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 38px;
    right: 74px;
  }
  .conversation .container {
    background-image: none;
    background-color: var(--accent-700);
    padding: 0 20px;
  }
  .conversation .container h3 {
    text-align: center;
  }
  .conversation .container > .text-large {
    text-align: center;
  }
  .conversation-block {
    margin-top: 40px;
  }
  .conversation-block_item {
    width: 100%;
  }
  .advantages {
    background-color: var(--accent-700);
  }
  .advantages-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .advantages-block_item {
    width: 100%;
    padding: 40px 32px;
    gap: 20px;
  }
  .signUp .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    gap: 60px;
  }
  .signUp .container h3 {
    text-align: center;
  }
  .signUp_info {
    width: 100%;
  }
  .signUp_form {
    width: 100%;
  }
  .signUp .form-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_bg {
    left: 50%;
    -webkit-transform: translateX(-194px);
        -ms-transform: translateX(-194px);
            transform: translateX(-194px);
    -webkit-filter: blur(140px);
            filter: blur(140px);
  }
  .footer_menu {
    -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: 40px;
  }
  .footer_menu__btn {
    margin-left: 0;
  }
  .footer_menu__socials {
    gap: 18px;
  }
  .footer_menu__socials__item {
    width: 52px;
    height: 52px;
    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;
  }
  .footer_menu__socials__item svg {
    width: 100%;
    height: 100%;
  }
  .footer_menu__nav {
    -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: 16px;
  }
  .footer_menu__nav .text-large {
    font-size: 16px;
    line-height: 22px;
  }
  .footer_policy {
    position: relative;
    -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;
    bottom: auto;
    right: auto;
    gap: 20px;
  }
  .show-cookie {
    padding: 15px 20px;
  }
}
/*# sourceMappingURL=style.css.map */
