@charset "UTF-8";
:root {
  --ui-brand-main: #8D46F6;
  --ui-brand-secondary: #7E40DA;
  --ui-text-main: #191816;
  --ui-text-secondary: #7C8092;
  --ui-text-substrate: #FFFFFF;
  --ui-bg-main: #ffffff;
  --ui-bg-secondary: #EFF0F5;
  --ui-bg-surface: #E1E1E9;
  --ui-bg-surface-secondary: #F4F5FA;
  --ui-bg-icon: #1F222E;
  --ui-stroke-main: #D4D4DD;
  --ui-status-success: #00856D;
  --ui-status-warning: #E06800;
  --ui-status-danger: #E10007;
  --ui-colorful-beige: #F1EFE4;
  --ui-colorful-success-secondary: #D9F2E3;
  --ui-colorful-danger-secondary: #FEEDED;
  --ui-colorful-warning-secondary: #FCE9D9;
  --ui-colorful-violet: #E8E5F9;
  --ui-colorful-dark: #1B1C1F;
  --ui-colorful-success: #07AB8E;
  --ui-colorful-danger: #F65121;
  --ui-colorful-warning: #F68721;
  --ui-substrate-modal: rgba(0, 0, 0, 0.5);
}

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;
  box-sizing: border-box;
}

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

body {
  font-family: "GB Font", sans-serif;
  color: var(--ui-text-main);
  font-weight: 400;
  background-color: #fff;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

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

a,
a:visited {
  text-decoration: none;
}

button {
  padding: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  font-family: "GB Font", sans-serif;
}
button:focus {
  outline: none;
}

img {
  display: block;
}

@font-face {
  font-family: "GB Font";
  font-weight: 400;
  src: url(https://gb.ru/channels/fonts/GBFont-Regular.woff);
}
@font-face {
  font-family: "GB Font";
  font-weight: 400;
  src: url(https://gb.ru/channels/fonts/GBFont-Regular.woff2);
}
@font-face {
  font-family: "GB Font";
  font-weight: 700;
  src: url(https://gb.ru/channels/fonts/GBFont-Bold.woff);
}
@font-face {
  font-family: "GB Font";
  font-weight: 700;
  src: url(https://gb.ru/channels/fonts/GBFont-Bold.woff2);
}
/* Стилия для кнопок */
.ui-button {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
  outline: none;
  border: 0;
  font-family: "GB Font", sans-serif;
  transition: 80ms ease-in-out;
}
.ui-button:focus {
  outline: none;
}
.ui-button span {
  display: block;
}
.ui-button span:not(.ui-button-text--secondary) {
  font-weight: 700;
}
.ui-button-view--1 {
  background-color: var(--ui-brand-main);
}
.ui-button-view--1 span,
.ui-button-view--1 svg {
  color: var(--ui-text-substrate);
}
.ui-button-view--1:focus, .ui-button-view--1:hover, .ui-button-view--1.active, .ui-button-view--1:active {
  background-color: var(--ui-brand-secondary);
}
.ui-button-view--1.disabled {
  background-color: var(--ui-bg-surface-secondary);
  cursor: default;
}
.ui-button-view--1.disabled span,
.ui-button-view--1.disabled svg {
  color: var(--ui-stroke-main);
}
.ui-button-view--1:focus-visible {
  box-shadow: 0px 0px 0px 2px #99c0f0;
}
.ui-button-view--1 .ui-button-text--secondary {
  opacity: 0.8;
}
.ui-button-view--2 {
  background-color: var(--ui-bg-secondary);
}
.ui-button-view--2 span,
.ui-button-view--2 svg {
  color: var(--ui-text-main);
}
.ui-button-view--2:hover {
  background-color: var(--ui-bg-surface);
}
.ui-button-view--2.active, .ui-button-view--2:active {
  background-color: var(--ui-stroke-main);
}
.ui-button-view--2.disabled {
  background-color: var(--ui-bg-surface-secondary);
}
.ui-button-view--2.disabled span,
.ui-button-view--2.disabled svg {
  color: var(--ui-stroke-main);
}
.ui-button-view--2:focus-visible {
  background-color: var(--ui-bg-secondary);
  box-shadow: 0px 0px 0px 2px #99c0f0;
}
.ui-button-view--2 .ui-button-icon-left {
  margin-right: 12px;
  margin-left: -8px;
}
.ui-button-view--2 .ui-button-text--secondary {
  color: #7C8092;
}
.ui-button-view--3 {
  background-color: #ffffff;
  border: 1px solid var(--ui-brand-main);
}
.ui-button-view--3 span,
.ui-button-view--3 svg {
  color: var(--ui-brand-main);
}
.ui-button-view--3:hover {
  background-color: var(--ui-bg-surface);
}
.ui-button-view--3.active, .ui-button-view--3:active {
  background-color: var(--ui-stroke-main);
}
.ui-button-view--3.disabled {
  background-color: var(--ui-bg-surface-secondary);
  opacity: 0.5;
}
.ui-button-view--3:focus {
  background-color: var(--ui-bg-secondary);
  border: 1px solid var(--ui-bg-secondary);
  box-shadow: 0px 0px 0px 2px #99c0f0;
}
.ui-button-view--3 .ui-button-icon-left {
  margin-right: 12px;
  margin-left: -8px;
}
.ui-button-view--3 .ui-button-text--secondary {
  opacity: 0.8;
}
.ui-button-view--4 {
  background-color: transparent;
}
.ui-button-view--4 span,
.ui-button-view--4 svg {
  color: var(--ui-text-main);
}
.ui-button-view--4:hover {
  background-color: var(--ui-bg-secondary);
}
.ui-button-view--4.active, .ui-button-view--4:active {
  background-color: var(--ui-bg-surface);
}
.ui-button-view--4.disabled {
  background-color: transparent;
  cursor: default;
}
.ui-button-view--4.disabled span,
.ui-button-view--4.disabled svg {
  color: var(--ui-stroke-main);
}
.ui-button-view--4:focus-visible {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #99c0f0;
}
.ui-button-view--5 {
  background-color: #1F222E;
}
.ui-button-view--5 span,
.ui-button-view--5 svg {
  color: #FFFFFF;
}
.ui-button-view--5:focus, .ui-button-view--5:hover, .ui-button-view--5.active, .ui-button-view--5:active {
  background-color: rgba(31, 34, 46, 0.9);
}
.ui-button-view--5.disabled {
  background-color: var(--ui-bg-surface-secondary);
  cursor: default;
}
.ui-button-view--5.disabled span,
.ui-button-view--5.disabled svg {
  color: var(--ui-stroke-main);
}
.ui-button-view--5:focus-visible {
  box-shadow: 0px 0px 0px 2px #99c0f0;
}
.ui-button-view--5 .ui-button-text--secondary {
  color: #7F8399;
  opacity: 0.8;
}
.ui-button-size--32 {
  height: 32px;
  padding: 0 12px;
  border-radius: 8px;
}
.ui-button-size--32 svg {
  width: 16px;
  height: 16px;
}
.ui-button-size--32 svg + span {
  margin-top: 4px;
}
.ui-button-size--32 .ui-button-icon--left {
  margin-right: 8px;
}
.ui-button-size--32 .ui-button-icon--right {
  margin-left: 8px;
  order: 1;
}
.ui-button-size--32.ui-button--square {
  width: 32px;
}
.ui-button-size--32.ui-button--square svg {
  margin: 0;
}
.ui-button-size--48 {
  height: 48px;
  padding: 0 20px;
  border-radius: 12px;
}
.ui-button-size--48 svg {
  width: 24px;
  height: 24px;
}
.ui-button-size--48 svg + span {
  margin-top: 4px;
}
.ui-button-size--48 .ui-button-icon--left {
  margin-right: 12px;
}
.ui-button-size--48 .ui-button-icon--right {
  margin-left: 12px;
  order: 1;
}
.ui-button-size--48.ui-button--square {
  width: 48px;
}
.ui-button-size--48.ui-button--circle {
  width: 48px;
  border-radius: 48px;
  padding: 0;
  justify-content: center;
}
.ui-button-size--64 {
  height: 64px;
  padding: 0 32px;
  border-radius: 12px;
}
.ui-button-size--64 svg {
  width: 28px;
  height: 28px;
}
.ui-button-size--64 svg + span {
  margin-top: 4px;
}
.ui-button-size--64 .ui-button-icon--left {
  margin-right: 20px;
}
.ui-button-size--64 .ui-button-icon--right {
  margin-left: 20px;
  order: 1;
}
.ui-button-size--64.ui-button--square {
  width: 64px;
}
.ui-button-size--64.ui-button--circle {
  width: 64px;
  border-radius: 64px;
  padding: 0;
  justify-content: center;
}
.ui-button-size--96 {
  height: 96px;
  padding: 48px;
  border-radius: 12px;
}
.ui-button-size--96 svg {
  width: 28px;
  height: 28px;
}
.ui-button-size--96 svg + span {
  margin-top: 4px;
}
.ui-button-size--96 .ui-button-icon--left {
  margin-right: 20px;
}
.ui-button-size--96 .ui-button-icon--right {
  margin-left: 20px;
  order: 1;
}
.ui-button-size--96.ui-button--square {
  width: 96px;
}
.ui-button-size--96.ui-button--circle {
  width: 96px;
  border-radius: 96px;
  padding: 0;
  justify-content: center;
}
.ui-button--square {
  justify-content: center;
  padding: 0;
}
.ui-button--liquid {
  justify-content: center;
  flex-grow: 1;
}
.ui-button--full {
  width: 100%;
  justify-content: center;
}

.ui-button-shadow-view--1 {
  background-color: #ffffff;
  border: 2px solid #252525;
  box-shadow: -3px 3px 0px #000000;
}
.ui-button-shadow-view--1 span,
.ui-button-shadow-view--1 svg {
  color: #191816;
}
.ui-button-shadow-view--1:hover {
  box-shadow: -1px 1px 0px #000000;
}
.ui-button-shadow-view--1.active, .ui-button-shadow-view--1:active {
  box-shadow: -1px 1px 0px #000000;
}
.ui-button-shadow-view--1.disabled {
  background-color: #7C8092;
  box-shadow: none;
  opacity: 0.6;
  color: #4F5364;
}
.ui-button-shadow-view--1:focus-visible {
  border: 2px solid #99C0F0;
}
.ui-button-shadow-view--1 .ui-button-text--secondary {
  opacity: 0.8;
  color: #7F8399;
}
.ui-button-shadow-view--2 {
  background-color: #71E76E;
  border: 2px solid #252525;
  box-shadow: -3px 3px 0px #000000;
}
.ui-button-shadow-view--2 span,
.ui-button-shadow-view--2 svg {
  color: #191816;
}
.ui-button-shadow-view--2:hover {
  box-shadow: -1px 1px 0px #000000;
}
.ui-button-shadow-view--2.active, .ui-button-shadow-view--2:active {
  box-shadow: -1px 1px 0px #000000;
}
.ui-button-shadow-view--2.disabled {
  background-color: #7C8092;
  box-shadow: none;
  opacity: 0.6;
  color: #4F5364;
}
.ui-button-shadow-view--2:focus-visible {
  border: 2px solid #99C0F0;
}
.ui-button-shadow-view--2 .ui-button-text--secondary {
  opacity: 0.8;
  color: #191816;
}
.ui-button-shadow-view--3 {
  background-color: #FCB8FF;
  border: 2px solid #252525;
  box-shadow: -3px 3px 0px #000000;
}
.ui-button-shadow-view--3 span,
.ui-button-shadow-view--3 svg {
  color: #191816;
}
.ui-button-shadow-view--3:hover {
  box-shadow: -1px 1px 0px #000000;
}
.ui-button-shadow-view--3.active, .ui-button-shadow-view--3:active {
  box-shadow: -1px 1px 0px #000000;
}
.ui-button-shadow-view--3.disabled {
  background-color: #7C8092;
  box-shadow: none;
  opacity: 0.6;
  color: #4F5364;
}
.ui-button-shadow-view--3:focus-visible {
  border: 2px solid #99C0F0;
}
.ui-button-shadow-view--3 .ui-button-text--secondary {
  opacity: 0.8;
  color: #191816;
}
.ui-button-shadow-view--4 {
  background-color: #8D46F6;
  color: #fff;
  border: 2px solid #252525;
  box-shadow: -3px 3px 0px #000000;
}
.ui-button-shadow-view--4 span,
.ui-button-shadow-view--4 svg {
  color: #fff;
}
.ui-button-shadow-view--4:hover {
  box-shadow: -1px 1px 0px #000000;
}
.ui-button-shadow-view--4.active, .ui-button-shadow-view--4:active {
  box-shadow: -1px 1px 0px #000000;
}
.ui-button-shadow-view--4.disabled {
  background-color: #7C8092;
  color: #4F5364;
  box-shadow: none;
  opacity: 0.6;
}
.ui-button-shadow-view--4:focus-visible {
  border: 2px solid #99C0F0;
}
.ui-button-shadow-view--4 .ui-button-text--secondary {
  opacity: 0.8;
  color: #fff;
}
.ui-button-shadow-view--5 {
  background-color: #FD7B55;
  color: #fff;
  border: 2px solid #252525;
  box-shadow: -3px 3px 0px #000000;
}
.ui-button-shadow-view--5 span,
.ui-button-shadow-view--5 svg {
  color: #fff;
}
.ui-button-shadow-view--5:hover {
  box-shadow: -1px 1px 0px #000000;
}
.ui-button-shadow-view--5.active, .ui-button-shadow-view--5:active {
  box-shadow: -1px 1px 0px #000000;
}
.ui-button-shadow-view--5.disabled {
  background-color: #7C8092;
  box-shadow: none;
  opacity: 0.6;
  color: #4F5364;
}
.ui-button-shadow-view--5:focus-visible {
  border: 2px solid #99C0F0;
}
.ui-button-shadow-view--5 .ui-button-text--secondary {
  opacity: 0.8;
  color: #fff;
}

/* Стилия для кнопок */
.ui-checkbox {
  display: flex;
  cursor: pointer;
}
.ui-checkbox-checker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 2px solid var(--ui-stroke-main);
  border-radius: 4px;
  flex-shrink: 0;
}
.ui-checkbox-checker svg {
  display: none;
  color: var(--ui-text-substrate);
}
.ui-checkbox-text {
  margin-left: 8px;
  color: var(--ui-text-main);
}
.ui-checkbox-text-secondary {
  color: var(--ui-text-secondary);
}
.ui-checkbox:hover .ui-checkbox-checker {
  border: 2px solid var(--ui-text-main);
  opacity: 0.6;
}
.ui-checkbox:hover + .ui-checkbox-checker,
.ui-checkbox input:checked + .ui-checkbox-checker {
  border: 2px solid var(--ui-brand-main);
  background-color: var(--ui-brand-main);
  opacity: 1;
}
.ui-checkbox:hover + .ui-checkbox-checker svg,
.ui-checkbox input:checked + .ui-checkbox-checker svg {
  display: block;
}
.ui-checkbox input[disabled=disabled] ~ .ui-checkbox-text {
  color: var(--ui-text-secondary);
  opacity: 0.6;
  cursor: default;
}
.ui-checkbox input:disabled + .ui-checkbox-checker,
.ui-checkbox input[disabled=disabled] + .ui-checkbox-checker {
  background-color: var(--ui-stroke-main);
  border: 2px solid var(--ui-stroke-main);
  opacity: 1;
  cursor: default;
}
.ui-checkbox input:disabled + .ui-checkbox-checker svg,
.ui-checkbox input[disabled=disabled] + .ui-checkbox-checker svg {
  color: var(--ui-text-secondary);
}
.ui-checkbox input:disabled ~ .ui-checkbox-text .ui-checkbox input:disabled ~ .ui-checkbox-text-main, .ui-checkbox input:disabled ~ .ui-checkbox-text .ui-checkbox input:disabled ~ .ui-checkbox-text-secondary,
.ui-checkbox input:disabled ~ .ui-checkbox-text .ui-checkbox input[disabled=disabled] ~ .ui-checkbox-text-main,
.ui-checkbox input:disabled ~ .ui-checkbox-text .ui-checkbox input[disabled=disabled] ~ .ui-checkbox-text-secondary,
.ui-checkbox input[disabled=disabled] ~ .ui-checkbox-text .ui-checkbox input:disabled ~ .ui-checkbox-text-main,
.ui-checkbox input[disabled=disabled] ~ .ui-checkbox-text .ui-checkbox input:disabled ~ .ui-checkbox-text-secondary,
.ui-checkbox input[disabled=disabled] ~ .ui-checkbox-text .ui-checkbox input[disabled=disabled] ~ .ui-checkbox-text-main,
.ui-checkbox input[disabled=disabled] ~ .ui-checkbox-text .ui-checkbox input[disabled=disabled] ~ .ui-checkbox-text-secondary {
  color: var(--ui-text-secondary);
  opacity: 0.6;
  cursor: default;
}
.ui-checkbox input ~ .ui-checkbox-text .ui-checkbox-text-main {
  color: var(--ui-text-main);
}

.ui-chip {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}
.ui-chip-view--1 {
  height: 40px;
  border-radius: 40px;
  border: 1px solid var(--ui-colorful-dark);
  padding: 0 20px;
}
.ui-chip-view--1:hover, .ui-chip-view--1.active {
  color: var(--ui-text-substrate);
  background-color: var(--ui-colorful-dark);
}
@media (min-width: 576px) {
  .ui-chip-view--1 {
    height: 48px;
  }
}
.ui-chip-text--secondary {
  color: var(--ui-text-secondary);
  margin-left: 8px;
}

.ui-text-hero--1 {
  font-size: 36px;
  line-height: 48px;
}
@media (min-width: 768px) {
  .ui-text-hero--1 {
    font-size: 76px;
    line-height: 90px;
  }
}
.ui-text-hero--2 {
  font-size: 35px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .ui-text-hero--2 {
    font-size: 68px;
    line-height: 88px;
  }
}
.ui-text-hero--3 {
  font-size: 32px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .ui-text-hero--3 {
    font-size: 54px;
    line-height: 70px;
  }
}

.ui-text-heading--2 {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .ui-text-heading--2 {
    font-size: 36px;
    line-height: 48px;
  }
}
.ui-text-heading--3 {
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .ui-text-heading--3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.ui-text-heading--4 {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ui-text-heading--4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.ui-text-heading--5 {
  font-size: 18px;
  line-height: 24px;
}
.ui-text-heading--6 {
  font-size: 16px;
  line-height: 22px;
}
.ui-text-heading--7 {
  font-size: 14px;
  line-height: 18px;
}

.ui-text-body--1 {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .ui-text-body--1 {
    font-size: 28px;
    line-height: 36px;
  }
}
.ui-text-body--2 {
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .ui-text-body--2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.ui-text-body--3 {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ui-text-body--3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.ui-text-body--4 {
  font-size: 18px;
  line-height: 24px;
}
.ui-text-body--5 {
  font-size: 16px;
  line-height: 22px;
}
.ui-text-body--6 {
  font-size: 14px;
  line-height: 18px;
}
.ui-text-body--7 {
  font-size: 12px;
  line-height: 16px;
}
.ui-text-body--8 {
  font-size: 10px;
  line-height: 14px;
}

.ui-text--medium {
  font-weight: 500;
}
.ui-text--bold {
  font-weight: 700;
}
.ui-text--uppercase {
  text-transform: uppercase;
}

.ui-grid-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (min-width: 375px) {
  .ui-grid-container {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.ui-grid-gap {
  grid-gap: 16px;
}
@media (min-width: 375px) {
  .ui-grid-gap {
    grid-gap: 24px;
  }
}
.ui-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 575.9px) {
  .ui-container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 576px) {
  .ui-container {
    max-width: 516px;
  }
}
@media (min-width: 768px) {
  .ui-container {
    max-width: 696px;
  }
}
@media (min-width: 992px) {
  .ui-container {
    max-width: 936px;
  }
}
@media (min-width: 1200px) {
  .ui-container {
    max-width: 1116px;
  }
}
@media (min-width: 1400px) {
  .ui-container {
    max-width: 1296px;
  }
}
@media (min-width: 1920px) {
  .ui-container {
    max-width: 1440px;
  }
}
.ui-container-fluid {
  width: 100%;
  padding: 0;
}

[class*=ui-col-] {
  grid-column: span 4;
}

@media (min-width: 375px) {
  [class*=ui-col-] {
    grid-column: span 12;
  }
}
.ui-col-xxs-1 {
  grid-column: span 1;
}

.ui-col-xxs-2 {
  grid-column: span 2;
}

.ui-col-xxs-3 {
  grid-column: span 3;
}

.ui-col-xxs-4 {
  grid-column: span 4;
}

@media (min-width: 375px) {
  .ui-col-xs-1 {
    grid-column: span 1;
  }
  .ui-col-xs-2 {
    grid-column: span 2;
  }
  .ui-col-xs-3 {
    grid-column: span 3;
  }
  .ui-col-xs-4 {
    grid-column: span 4;
  }
  .ui-col-xs-5 {
    grid-column: span 5;
  }
  .ui-col-xs-6 {
    grid-column: span 6;
  }
  .ui-col-xs-7 {
    grid-column: span 7;
  }
  .ui-col-xs-8 {
    grid-column: span 8;
  }
  .ui-col-xs-9 {
    grid-column: span 9;
  }
  .ui-col-xs-10 {
    grid-column: span 10;
  }
  .ui-col-xs-11 {
    grid-column: span 11;
  }
  .ui-col-xs-12 {
    grid-column: span 12;
  }
}
@media (min-width: 576px) {
  .ui-col-sm-1 {
    grid-column: span 1;
  }
  .ui-col-sm-2 {
    grid-column: span 2;
  }
  .ui-col-sm-3 {
    grid-column: span 3;
  }
  .ui-col-sm-4 {
    grid-column: span 4;
  }
  .ui-col-sm-5 {
    grid-column: span 5;
  }
  .ui-col-sm-6 {
    grid-column: span 6;
  }
  .ui-col-sm-7 {
    grid-column: span 7;
  }
  .ui-col-sm-8 {
    grid-column: span 8;
  }
  .ui-col-sm-9 {
    grid-column: span 9;
  }
  .ui-col-sm-10 {
    grid-column: span 10;
  }
  .ui-col-sm-11 {
    grid-column: span 11;
  }
  .ui-col-sm-12 {
    grid-column: span 12;
  }
}
@media (min-width: 768px) {
  .ui-col-md-1 {
    grid-column: span 1;
  }
  .ui-col-md-2 {
    grid-column: span 2;
  }
  .ui-col-md-3 {
    grid-column: span 3;
  }
  .ui-col-md-4 {
    grid-column: span 4;
  }
  .ui-col-md-5 {
    grid-column: span 5;
  }
  .ui-col-md-6 {
    grid-column: span 6;
  }
  .ui-col-md-7 {
    grid-column: span 7;
  }
  .ui-col-md-8 {
    grid-column: span 8;
  }
  .ui-col-md-9 {
    grid-column: span 9;
  }
  .ui-col-md-10 {
    grid-column: span 10;
  }
  .ui-col-md-11 {
    grid-column: span 11;
  }
  .ui-col-md-12 {
    grid-column: span 12;
  }
}
@media (min-width: 992px) {
  .ui-col-lg-1 {
    grid-column: span 1;
  }
  .ui-col-lg-2 {
    grid-column: span 2;
  }
  .ui-col-lg-3 {
    grid-column: span 3;
  }
  .ui-col-lg-4 {
    grid-column: span 4;
  }
  .ui-col-lg-5 {
    grid-column: span 5;
  }
  .ui-col-lg-6 {
    grid-column: span 6;
  }
  .ui-col-lg-7 {
    grid-column: span 7;
  }
  .ui-col-lg-8 {
    grid-column: span 8;
  }
  .ui-col-lg-9 {
    grid-column: span 9;
  }
  .ui-col-lg-10 {
    grid-column: span 10;
  }
  .ui-col-lg-11 {
    grid-column: span 11;
  }
  .ui-col-lg-12 {
    grid-column: span 12;
  }
}
@media (min-width: 1200px) {
  .ui-col-xl-1 {
    grid-column: span 1;
  }
  .ui-col-xl-2 {
    grid-column: span 2;
  }
  .ui-col-xl-3 {
    grid-column: span 3;
  }
  .ui-col-xl-4 {
    grid-column: span 4;
  }
  .ui-col-xl-5 {
    grid-column: span 5;
  }
  .ui-col-xl-6 {
    grid-column: span 6;
  }
  .ui-col-xl-7 {
    grid-column: span 7;
  }
  .ui-col-xl-8 {
    grid-column: span 8;
  }
  .ui-col-xl-9 {
    grid-column: span 9;
  }
  .ui-col-xl-10 {
    grid-column: span 10;
  }
  .ui-col-xl-11 {
    grid-column: span 11;
  }
  .ui-col-xl-12 {
    grid-column: span 12;
  }
}
@media (min-width: 1400px) {
  .ui-col-xxl-1 {
    grid-column: span 1;
  }
  .ui-col-xxl-2 {
    grid-column: span 2;
  }
  .ui-col-xxl-3 {
    grid-column: span 3;
  }
  .ui-col-xxl-4 {
    grid-column: span 4;
  }
  .ui-col-xxl-5 {
    grid-column: span 5;
  }
  .ui-col-xxl-6 {
    grid-column: span 6;
  }
  .ui-col-xxl-7 {
    grid-column: span 7;
  }
  .ui-col-xxl-8 {
    grid-column: span 8;
  }
  .ui-col-xxl-9 {
    grid-column: span 9;
  }
  .ui-col-xxl-10 {
    grid-column: span 10;
  }
  .ui-col-xxl-11 {
    grid-column: span 11;
  }
  .ui-col-xxl-12 {
    grid-column: span 12;
  }
}
@media (min-width: 1920px) {
  .ui-col-xxxl-1 {
    grid-column: span 1;
  }
  .ui-col-xxxl-2 {
    grid-column: span 2;
  }
  .ui-col-xxxl-3 {
    grid-column: span 3;
  }
  .ui-col-xxxl-4 {
    grid-column: span 4;
  }
  .ui-col-xxxl-5 {
    grid-column: span 5;
  }
  .ui-col-xxxl-6 {
    grid-column: span 6;
  }
  .ui-col-xxxl-7 {
    grid-column: span 7;
  }
  .ui-col-xxxl-8 {
    grid-column: span 8;
  }
  .ui-col-xxxl-9 {
    grid-column: span 9;
  }
  .ui-col-xxxl-10 {
    grid-column: span 10;
  }
  .ui-col-xxxl-11 {
    grid-column: span 11;
  }
  .ui-col-xxxl-12 {
    grid-column: span 12;
  }
}
@media (min-width: 0) {
  .ui-start-xxs-1 {
    grid-column-start: 1;
  }
  .ui-start-xxs-2 {
    grid-column-start: 2;
  }
  .ui-start-xxs-3 {
    grid-column-start: 3;
  }
  .ui-start-xxs-4 {
    grid-column-start: 4;
  }
  .ui-start-xxs-5 {
    grid-column-start: 5;
  }
  .ui-start-xxs-6 {
    grid-column-start: 6;
  }
  .ui-start-xxs-7 {
    grid-column-start: 7;
  }
  .ui-start-xxs-8 {
    grid-column-start: 8;
  }
  .ui-start-xxs-9 {
    grid-column-start: 9;
  }
  .ui-start-xxs-10 {
    grid-column-start: 10;
  }
  .ui-start-xxs-11 {
    grid-column-start: 11;
  }
  .ui-start-xxs-12 {
    grid-column-start: 12;
  }
  .ui-start-xxs-13 {
    grid-column-start: 13;
  }
}
.ui-start-xs-1 {
  grid-column-start: 1;
}

.ui-start-xs-2 {
  grid-column-start: 2;
}

.ui-start-xs-3 {
  grid-column-start: 3;
}

.ui-start-xs-4 {
  grid-column-start: 4;
}

.ui-start-xs-5 {
  grid-column-start: 5;
}

@media (min-width: 576px) {
  .ui-start-sm-1 {
    grid-column-start: 1;
  }
  .ui-start-sm-2 {
    grid-column-start: 2;
  }
  .ui-start-sm-3 {
    grid-column-start: 3;
  }
  .ui-start-sm-4 {
    grid-column-start: 4;
  }
  .ui-start-sm-5 {
    grid-column-start: 5;
  }
  .ui-start-sm-6 {
    grid-column-start: 6;
  }
  .ui-start-sm-7 {
    grid-column-start: 7;
  }
  .ui-start-sm-8 {
    grid-column-start: 8;
  }
  .ui-start-sm-9 {
    grid-column-start: 9;
  }
  .ui-start-sm-10 {
    grid-column-start: 10;
  }
  .ui-start-sm-11 {
    grid-column-start: 11;
  }
  .ui-start-sm-12 {
    grid-column-start: 12;
  }
  .ui-start-sm-13 {
    grid-column-start: 13;
  }
}
@media (min-width: 768px) {
  .ui-start-md-1 {
    grid-column-start: 1;
  }
  .ui-start-md-2 {
    grid-column-start: 2;
  }
  .ui-start-md-3 {
    grid-column-start: 3;
  }
  .ui-start-md-4 {
    grid-column-start: 4;
  }
  .ui-start-md-5 {
    grid-column-start: 5;
  }
  .ui-start-md-6 {
    grid-column-start: 6;
  }
  .ui-start-md-7 {
    grid-column-start: 7;
  }
  .ui-start-md-8 {
    grid-column-start: 8;
  }
  .ui-start-md-9 {
    grid-column-start: 9;
  }
  .ui-start-md-10 {
    grid-column-start: 10;
  }
  .ui-start-md-11 {
    grid-column-start: 11;
  }
  .ui-start-md-12 {
    grid-column-start: 12;
  }
  .ui-start-md-13 {
    grid-column-start: 13;
  }
}
@media (min-width: 992px) {
  .ui-start-lg-1 {
    grid-column-start: 1;
  }
  .ui-start-lg-2 {
    grid-column-start: 2;
  }
  .ui-start-lg-3 {
    grid-column-start: 3;
  }
  .ui-start-lg-4 {
    grid-column-start: 4;
  }
  .ui-start-lg-5 {
    grid-column-start: 5;
  }
  .ui-start-lg-6 {
    grid-column-start: 6;
  }
  .ui-start-lg-7 {
    grid-column-start: 7;
  }
  .ui-start-lg-8 {
    grid-column-start: 8;
  }
  .ui-start-lg-9 {
    grid-column-start: 9;
  }
  .ui-start-lg-10 {
    grid-column-start: 10;
  }
  .ui-start-lg-11 {
    grid-column-start: 11;
  }
  .ui-start-lg-12 {
    grid-column-start: 12;
  }
  .ui-start-lg-13 {
    grid-column-start: 13;
  }
}
@media (min-width: 1200px) {
  .ui-start-xl-1 {
    grid-column-start: 1;
  }
  .ui-start-xl-2 {
    grid-column-start: 2;
  }
  .ui-start-xl-3 {
    grid-column-start: 3;
  }
  .ui-start-xl-4 {
    grid-column-start: 4;
  }
  .ui-start-xl-5 {
    grid-column-start: 5;
  }
  .ui-start-xl-6 {
    grid-column-start: 6;
  }
  .ui-start-xl-7 {
    grid-column-start: 7;
  }
  .ui-start-xl-8 {
    grid-column-start: 8;
  }
  .ui-start-xl-9 {
    grid-column-start: 9;
  }
  .ui-start-xl-10 {
    grid-column-start: 10;
  }
  .ui-start-xl-11 {
    grid-column-start: 11;
  }
  .ui-start-xl-12 {
    grid-column-start: 12;
  }
  .ui-start-xl-13 {
    grid-column-start: 13;
  }
}
@media (min-width: 1400px) {
  .ui-start-xxl-1 {
    grid-column-start: 1;
  }
  .ui-start-xxl-2 {
    grid-column-start: 2;
  }
  .ui-start-xxl-3 {
    grid-column-start: 3;
  }
  .ui-start-xxl-4 {
    grid-column-start: 4;
  }
  .ui-start-xxl-5 {
    grid-column-start: 5;
  }
  .ui-start-xxl-6 {
    grid-column-start: 6;
  }
  .ui-start-xxl-7 {
    grid-column-start: 7;
  }
  .ui-start-xxl-8 {
    grid-column-start: 8;
  }
  .ui-start-xxl-9 {
    grid-column-start: 9;
  }
  .ui-start-xxl-10 {
    grid-column-start: 10;
  }
  .ui-start-xxl-11 {
    grid-column-start: 11;
  }
  .ui-start-xxl-12 {
    grid-column-start: 12;
  }
  .ui-start-xxl-13 {
    grid-column-start: 13;
  }
}
@media (min-width: 1920px) {
  .ui-start-xxxl-1 {
    grid-column-start: 1;
  }
  .ui-start-xxxl-2 {
    grid-column-start: 2;
  }
  .ui-start-xxxl-3 {
    grid-column-start: 3;
  }
  .ui-start-xxxl-4 {
    grid-column-start: 4;
  }
  .ui-start-xxxl-5 {
    grid-column-start: 5;
  }
  .ui-start-xxxl-6 {
    grid-column-start: 6;
  }
  .ui-start-xxxl-7 {
    grid-column-start: 7;
  }
  .ui-start-xxxl-8 {
    grid-column-start: 8;
  }
  .ui-start-xxxl-9 {
    grid-column-start: 9;
  }
  .ui-start-xxxl-10 {
    grid-column-start: 10;
  }
  .ui-start-xxxl-11 {
    grid-column-start: 11;
  }
  .ui-start-xxxl-12 {
    grid-column-start: 12;
  }
  .ui-start-xxxl-13 {
    grid-column-start: 13;
  }
}
@media (min-width: 0) {
  .ui-end-xxs-1 {
    grid-column-end: 1;
  }
  .ui-end-xxs-2 {
    grid-column-end: 2;
  }
  .ui-end-xxs-3 {
    grid-column-end: 3;
  }
  .ui-end-xxs-4 {
    grid-column-end: 4;
  }
  .ui-end-xxs-5 {
    grid-column-end: 5;
  }
  .ui-end-xxs-6 {
    grid-column-end: 6;
  }
  .ui-end-xxs-7 {
    grid-column-end: 7;
  }
  .ui-end-xxs-8 {
    grid-column-end: 8;
  }
  .ui-end-xxs-9 {
    grid-column-end: 9;
  }
  .ui-end-xxs-10 {
    grid-column-end: 10;
  }
  .ui-end-xxs-11 {
    grid-column-end: 11;
  }
  .ui-end-xxs-12 {
    grid-column-end: 12;
  }
  .ui-end-xxs-13 {
    grid-column-end: 13;
  }
}
.ui-end-xs-1 {
  grid-column-end: 1;
}

.ui-end-xs-2 {
  grid-column-end: 2;
}

.ui-end-xs-3 {
  grid-column-end: 3;
}

.ui-end-xs-4 {
  grid-column-end: 4;
}

.ui-end-xs-5 {
  grid-column-end: 5;
}

@media (min-width: 576px) {
  .ui-end-sm-1 {
    grid-column-end: 1;
  }
  .ui-end-sm-2 {
    grid-column-end: 2;
  }
  .ui-end-sm-3 {
    grid-column-end: 3;
  }
  .ui-end-sm-4 {
    grid-column-end: 4;
  }
  .ui-end-sm-5 {
    grid-column-end: 5;
  }
  .ui-end-sm-6 {
    grid-column-end: 6;
  }
  .ui-end-sm-7 {
    grid-column-end: 7;
  }
  .ui-end-sm-8 {
    grid-column-end: 8;
  }
  .ui-end-sm-9 {
    grid-column-end: 9;
  }
  .ui-end-sm-10 {
    grid-column-end: 10;
  }
  .ui-end-sm-11 {
    grid-column-end: 11;
  }
  .ui-end-sm-12 {
    grid-column-end: 12;
  }
  .ui-end-sm-13 {
    grid-column-end: 13;
  }
}
@media (min-width: 768px) {
  .ui-end-md-1 {
    grid-column-end: 1;
  }
  .ui-end-md-2 {
    grid-column-end: 2;
  }
  .ui-end-md-3 {
    grid-column-end: 3;
  }
  .ui-end-md-4 {
    grid-column-end: 4;
  }
  .ui-end-md-5 {
    grid-column-end: 5;
  }
  .ui-end-md-6 {
    grid-column-end: 6;
  }
  .ui-end-md-7 {
    grid-column-end: 7;
  }
  .ui-end-md-8 {
    grid-column-end: 8;
  }
  .ui-end-md-9 {
    grid-column-end: 9;
  }
  .ui-end-md-10 {
    grid-column-end: 10;
  }
  .ui-end-md-11 {
    grid-column-end: 11;
  }
  .ui-end-md-12 {
    grid-column-end: 12;
  }
  .ui-end-md-13 {
    grid-column-end: 13;
  }
}
@media (min-width: 992px) {
  .ui-end-lg-1 {
    grid-column-end: 1;
  }
  .ui-end-lg-2 {
    grid-column-end: 2;
  }
  .ui-end-lg-3 {
    grid-column-end: 3;
  }
  .ui-end-lg-4 {
    grid-column-end: 4;
  }
  .ui-end-lg-5 {
    grid-column-end: 5;
  }
  .ui-end-lg-6 {
    grid-column-end: 6;
  }
  .ui-end-lg-7 {
    grid-column-end: 7;
  }
  .ui-end-lg-8 {
    grid-column-end: 8;
  }
  .ui-end-lg-9 {
    grid-column-end: 9;
  }
  .ui-end-lg-10 {
    grid-column-end: 10;
  }
  .ui-end-lg-11 {
    grid-column-end: 11;
  }
  .ui-end-lg-12 {
    grid-column-end: 12;
  }
  .ui-end-lg-13 {
    grid-column-end: 13;
  }
}
@media (min-width: 1200px) {
  .ui-end-xl-1 {
    grid-column-end: 1;
  }
  .ui-end-xl-2 {
    grid-column-end: 2;
  }
  .ui-end-xl-3 {
    grid-column-end: 3;
  }
  .ui-end-xl-4 {
    grid-column-end: 4;
  }
  .ui-end-xl-5 {
    grid-column-end: 5;
  }
  .ui-end-xl-6 {
    grid-column-end: 6;
  }
  .ui-end-xl-7 {
    grid-column-end: 7;
  }
  .ui-end-xl-8 {
    grid-column-end: 8;
  }
  .ui-end-xl-9 {
    grid-column-end: 9;
  }
  .ui-end-xl-10 {
    grid-column-end: 10;
  }
  .ui-end-xl-11 {
    grid-column-end: 11;
  }
  .ui-end-xl-12 {
    grid-column-end: 12;
  }
  .ui-end-xl-13 {
    grid-column-end: 13;
  }
}
@media (min-width: 1400px) {
  .ui-end-xxl-1 {
    grid-column-end: 1;
  }
  .ui-end-xxl-2 {
    grid-column-end: 2;
  }
  .ui-end-xxl-3 {
    grid-column-end: 3;
  }
  .ui-end-xxl-4 {
    grid-column-end: 4;
  }
  .ui-end-xxl-5 {
    grid-column-end: 5;
  }
  .ui-end-xxl-6 {
    grid-column-end: 6;
  }
  .ui-end-xxl-7 {
    grid-column-end: 7;
  }
  .ui-end-xxl-8 {
    grid-column-end: 8;
  }
  .ui-end-xxl-9 {
    grid-column-end: 9;
  }
  .ui-end-xxl-10 {
    grid-column-end: 10;
  }
  .ui-end-xxl-11 {
    grid-column-end: 11;
  }
  .ui-end-xxl-12 {
    grid-column-end: 12;
  }
  .ui-end-xxl-13 {
    grid-column-end: 13;
  }
}
@media (min-width: 1920px) {
  .ui-end-xxxl-1 {
    grid-column-end: 1;
  }
  .ui-end-xxxl-2 {
    grid-column-end: 2;
  }
  .ui-end-xxxl-3 {
    grid-column-end: 3;
  }
  .ui-end-xxxl-4 {
    grid-column-end: 4;
  }
  .ui-end-xxxl-5 {
    grid-column-end: 5;
  }
  .ui-end-xxxl-6 {
    grid-column-end: 6;
  }
  .ui-end-xxxl-7 {
    grid-column-end: 7;
  }
  .ui-end-xxxl-8 {
    grid-column-end: 8;
  }
  .ui-end-xxxl-9 {
    grid-column-end: 9;
  }
  .ui-end-xxxl-10 {
    grid-column-end: 10;
  }
  .ui-end-xxxl-11 {
    grid-column-end: 11;
  }
  .ui-end-xxxl-12 {
    grid-column-end: 12;
  }
  .ui-end-xxxl-13 {
    grid-column-end: 13;
  }
}
@media (max-width: 575.9px) {
  .ui-tabs-view--1 .ui-tabs-nav {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.ui-tabs-view--1 .ui-tabs-item {
  color: var(--ui-text-secondary);
  position: relative;
  padding-bottom: 16px;
  cursor: pointer;
}
.ui-tabs-view--1 .ui-tabs-item:not(:last-child) {
  margin-right: 24px;
}
@media (max-width: 575.9px) {
  .ui-tabs-view--1 .ui-tabs-item:first-child {
    margin-left: 24px;
  }
  .ui-tabs-view--1 .ui-tabs-item:last-child {
    margin-right: 24px;
  }
}
@media (min-width: 576px) {
  .ui-tabs-view--1 .ui-tabs-item {
    padding-bottom: 20px;
  }
  .ui-tabs-view--1 .ui-tabs-item:not(:last-child) {
    margin-right: 32px;
  }
}
.ui-tabs-view--1 .ui-tabs-item--active, .ui-tabs-view--1 .ui-tabs-item:hover {
  color: var(--ui-text-main);
}
.ui-tabs-view--1 .ui-tabs-item--active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  border-radius: 5px;
  height: 5px;
  background-color: var(--ui-colorful-dark);
  box-sizing: border-box;
  z-index: 1;
}
.ui-tabs-view--1 .ui-tabs-items-container {
  position: relative;
  overflow: hidden;
}
.ui-tabs-view--1 .ui-tabs-items-scroll-container {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}
.ui-tabs-view--1 .ui-tabs-items-scroll-container::-webkit-scrollbar {
  display: none;
}
.ui-tabs-view--1 .ui-tabs-line {
  position: relative;
}
.ui-tabs-view--1 .ui-tabs-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  right: 0;
  height: 1px;
  width: 100%;
  z-index: 0;
  background-color: var(--ui-stroke-main);
}

.ui-radio {
  display: flex;
  cursor: pointer;
}
.ui-radio-checker {
  width: 24px;
  height: 24px;
  position: relative;
  border: 2px solid var(--ui-stroke-main);
  border-radius: 50%;
  flex-shrink: 0;
}
.ui-radio:hover input:not(:checked):not(:disabled) + .ui-radio-checker {
  border-color: var(--ui-text-main);
  opacity: 0.6;
}
.ui-radio input:checked + .ui-radio-checker {
  border: 2px solid var(--ui-brand-main);
}
.ui-radio input:checked + .ui-radio-checker:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: var(--ui-brand-main);
  border-radius: 50%;
}
.ui-radio input:disabled + .ui-radio-checker {
  border: 2px solid var(--ui-stroke-main);
  background-color: var(--ui-stroke-main);
  cursor: default;
}
.ui-radio input:disabled ~ .ui-radio-text {
  color: var(--ui-text-secondary);
  opacity: 0.6;
  cursor: default;
}
.ui-radio input:checked:disabled + .ui-radio-checker {
  border: 2px solid var(--ui-stroke-main);
  background-color: #fff;
}
.ui-radio input:checked:disabled + .ui-radio-checker:after {
  background-color: var(--ui-stroke-main);
}
.ui-radio input:focus {
  border-color: #99C0F0;
}
.ui-radio-text {
  margin-left: 8px;
}

.ui-link-default {
  color: var(--ui-brand-main);
}
.ui-link-default:hover {
  color: var(--ui-brand-secondary);
}
.ui-link-size--32 {
  height: 32px;
  border-radius: 8px;
}
.ui-link-size--32:focus-visible {
  box-shadow: 0px 0px 0px 2px #99c0f0;
}
.ui-link-size--32::-moz-focusring {
  box-shadow: 0px 0px 0px 2px #99c0f0;
}
.ui-link-size--48 {
  height: 32px;
  border-radius: 8px;
}
.ui-link-size--48:focus-visible {
  box-shadow: 0px 0px 0px 2px #99c0f0;
}
.ui-link-size--48::-moz-focusring {
  box-shadow: 0px 0px 0px 2px #99c0f0;
}

.ui-toggle {
  display: block;
  flex-shrink: 0;
}
.ui-toggle:focus-visible {
  box-shadow: 0px 0px 0px 2px #99c0f0;
}
.ui-toggle::-moz-focusring {
  box-shadow: 0px 0px 0px 2px #99c0f0;
}
.ui-toggle-checker {
  width: 44px;
  height: 24px;
  border-radius: 24px;
  background-color: var(--ui-bg-surface);
  position: relative;
  cursor: pointer;
}
.ui-toggle-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: var(--ui-text-substrate);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}
.ui-toggle-dot svg {
  display: none;
}
.ui-toggle input:checked + .ui-toggle-checker {
  background-color: var(--ui-brand-main);
}
.ui-toggle input:checked + .ui-toggle-checker .ui-toggle-dot {
  left: 22px;
}
.ui-toggle input:checked + .ui-toggle-checker .ui-toggle-dot svg {
  display: inline-flex;
  color: var(--ui-brand-main);
}
.ui-toggle:hover input:not(:checked) + .ui-toggle-checker {
  background-color: var(--ui-stroke-main);
}
.ui-toggle:hover input:checked + .ui-toggle-checker {
  background-color: var(--ui-brand-secondary);
}
.ui-toggle:hover input:checked + .ui-toggle-checker svg {
  color: var(--ui-brand-secondary);
}

.ui-modal {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--ui-substrate-modal);
  z-index: 9999;
}
.ui-modal-content {
  position: relative;
}
.ui-modal.ui-modal-default {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-modal.ui-modal-default .ui-modal-container {
  margin-right: 36px;
  margin-left: 36px;
  width: 100%;
}
@media (min-width: 1400px) {
  .ui-modal.ui-modal-default .ui-modal-container {
    width: 952px;
  }
}
.ui-modal.ui-modal-default .ui-modal-button-close {
  position: absolute;
  top: 36px;
  right: 36px;
}
.ui-modal.ui-modal-default .ui-modal-button-close svg {
  color: var(--ui-bg-secondary);
}

.ui-bottom-sheet {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--ui-substrate-modal);
  z-index: 9999;
}
.ui-bottom-sheet:not(.active) {
  display: none;
}
.ui-bottom-sheet-container {
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 0;
}
.ui-bottom-sheet-wrapper {
  position: absolute;
  bottom: 0;
  max-height: calc(100% - 16px);
  background-color: #fff;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ui-bottom-sheet-wrapper {
    max-height: calc(100vh - 56px);
  }
}
.ui-bottom-sheet-content {
  max-height: calc(100vh - 16px);
  overflow-y: auto;
  scrollbar-width: none;
}
.ui-bottom-sheet-content::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .ui-bottom-sheet-content {
    max-height: calc(100vh - 56px);
  }
}
.ui-bottom-sheet-button-close {
  position: absolute;
  top: 28px;
  right: 20px;
}
@media (min-width: 768px) {
  .ui-bottom-sheet-button-close {
    position: absolute;
    top: 36px;
    right: 36px;
  }
}
.ui-bottom-sheet-button-close svg {
  color: var(--ui-bg-secondary);
}
@media (min-width: 768px) {
  .ui-bottom-sheet-button-close svg {
    width: 32px;
    height: 32px;
  }
}

/* Стилия для инпутов */
.ui-input {
  position: relative;
}
.ui-input svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #7C8092;
}
.ui-input--left .ui-input-item {
  padding-left: 40px;
}
.ui-input--right .ui-input-item {
  padding-right: 40px;
}
.ui-input-wrapper {
  position: relative;
}
.ui-input-item {
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #D4D4DD;
  border-radius: 12px;
  background-color: #fff;
  height: 48px;
  outline: none;
  padding: 0 16px;
  width: 100%;
  box-sizing: border-box;
  color: #191816;
  transition: 80ms ease-in-out;
}
.ui-input-item::-moz-placeholder {
  color: #7C8092;
}
.ui-input-item::placeholder {
  color: #7C8092;
}
.ui-input-item:focus, .ui-input-item:hover {
  border: 1px solid #8D46F6;
}
.ui-input-item:disabled, .ui-input-item[disabled=disabled] {
  border: 1px solid #EFF0F5;
  color: #D4D4DD;
}
.ui-input-item:disabled::-moz-placeholder, .ui-input-item[disabled=disabled]::-moz-placeholder {
  color: #D4D4DD;
}
.ui-input-item:disabled::placeholder, .ui-input-item[disabled=disabled]::placeholder {
  color: #D4D4DD;
}
.ui-input-item:disabled ~ svg, .ui-input-item[disabled=disabled] ~ svg {
  color: #D4D4DD;
}
.ui-input-item.is-invalid {
  border: 1px solid #E10007;
}
.ui-input-label {
  margin-bottom: 8px;
}
.ui-input-hint, .ui-input-error {
  margin-top: 8px;
}
.ui-input-hint {
  color: #7C8092;
}
.ui-input-error {
  color: #E10007;
}
.ui-input-icon--left {
  left: 16px;
}
.ui-input-icon--right {
  right: 16px;
}

/* Стилия для селектов */
.ui-select {
  position: relative;
}
.ui-select-arrow, .ui-select-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #7C8092;
}
.ui-select-arrow {
  right: 16px;
  pointer-events: none;
}
.ui-select-icon {
  left: 16px;
}
.ui-select-wrapper {
  position: relative;
}
.ui-select-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  outline: none;
}
.ui-select-item:hover {
  border: 1px solid #7C8092;
}
.ui-select-item:focus {
  border: 1px solid #8D46F6;
}
.ui-select-placeholder {
  color: #7C8092;
}
.ui-select--default {
  border: 1px solid #D4D4DD;
  border-radius: 12px;
  padding: 0 40px 0 16px;
  width: 100%;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-select--default:hover {
  border: 1px solid #7C8092;
}
.ui-select--default:focus {
  border: 1px solid #8D46F6;
}
.ui-select-label {
  margin-bottom: 8px;
}
.ui-select-hint {
  margin-top: 8px;
  color: #7C8092;
}
.ui-select--left .ui-select-item {
  padding-left: 40px;
}
.ui-select-size--48 {
  height: 48px;
}

.ui-dropdown {
  padding-top: 8px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
}
.ui-dropdown-content {
  box-shadow: 0px 3px 25px rgba(0, 30, 69, 0.22);
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
}
.ui-dropdown-content .ui-checkbox {
  margin-bottom: 8px;
}

.ui-indent-adaptive--top-xs {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .ui-indent-adaptive--top-xs {
    margin-top: 24px;
  }
}
.ui-indent-adaptive--top-sm {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ui-indent-adaptive--top-sm {
    margin-top: 32px;
  }
}
.ui-indent-adaptive--top-md {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .ui-indent-adaptive--top-md {
    margin-top: 48px;
  }
}
.ui-indent-adaptive--top-lg {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .ui-indent-adaptive--top-lg {
    margin-top: 48px;
  }
}
@media (min-width: 1200px) {
  .ui-indent-adaptive--top-lg {
    margin-top: 64px;
  }
}
.ui-indent-adaptive--top-xl {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .ui-indent-adaptive--top-xl {
    margin-top: 64px;
  }
}
@media (min-width: 1200px) {
  .ui-indent-adaptive--top-xl {
    margin-top: 80px;
  }
}
.ui-indent-adaptive--top-xxl {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .ui-indent-adaptive--top-xxl {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .ui-indent-adaptive--top-xxl {
    margin-top: 100px;
  }
}
.ui-indent-adaptive--bottom-xs {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .ui-indent-adaptive--bottom-xs {
    margin-bottom: 24px;
  }
}
.ui-indent-adaptive--bottom-sm {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .ui-indent-adaptive--bottom-sm {
    margin-bottom: 32px;
  }
}
.ui-indent-adaptive--bottom-md {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .ui-indent-adaptive--bottom-md {
    margin-bottom: 48px;
  }
}
.ui-indent-adaptive--bottom-lg {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .ui-indent-adaptive--bottom-lg {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .ui-indent-adaptive--bottom-lg {
    margin-bottom: 64px;
  }
}
.ui-indent-adaptive--bottom-xl {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .ui-indent-adaptive--bottom-xl {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .ui-indent-adaptive--bottom-xl {
    margin-bottom: 80px;
  }
}
.ui-indent-adaptive--bottom-xxl {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .ui-indent-adaptive--bottom-xxl {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .ui-indent-adaptive--bottom-xxl {
    margin-bottom: 100px;
  }
}
.ui-indent-adaptive--tb-xs {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .ui-indent-adaptive--tb-xs {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.ui-indent-adaptive--tb-sm {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .ui-indent-adaptive--tb-sm {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.ui-indent-adaptive--tb-md {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .ui-indent-adaptive--tb-md {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.ui-indent-adaptive--tb-lg {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .ui-indent-adaptive--tb-lg {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .ui-indent-adaptive--tb-lg {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.ui-indent-adaptive--tb-xl {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .ui-indent-adaptive--tb-xl {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .ui-indent-adaptive--tb-xl {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.ui-indent-adaptive--tb-xxl {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .ui-indent-adaptive--tb-xxl {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .ui-indent-adaptive--tb-xxl {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.ui-field-adaptive--top-xs {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .ui-field-adaptive--top-xs {
    padding-top: 24px;
  }
}
.ui-field-adaptive--top-sm {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .ui-field-adaptive--top-sm {
    padding-top: 32px;
  }
}
.ui-field-adaptive--top-md {
  padding-top: 32px;
}
@media (min-width: 768px) {
  .ui-field-adaptive--top-md {
    padding-top: 48px;
  }
}
.ui-field-adaptive--top-lg {
  padding-top: 32px;
}
@media (min-width: 768px) {
  .ui-field-adaptive--top-lg {
    padding-top: 48px;
  }
}
@media (min-width: 1200px) {
  .ui-field-adaptive--top-lg {
    padding-top: 64px;
  }
}
.ui-field-adaptive--top-xl {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .ui-field-adaptive--top-xl {
    padding-top: 64px;
  }
}
@media (min-width: 1200px) {
  .ui-field-adaptive--top-xl {
    padding-top: 80px;
  }
}
.ui-field-adaptive--top-xxl {
  padding-top: 64px;
}
@media (min-width: 768px) {
  .ui-field-adaptive--top-xxl {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .ui-field-adaptive--top-xxl {
    padding-top: 100px;
  }
}
.ui-field-adaptive--bottom-xs {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .ui-field-adaptive--bottom-xs {
    padding-bottom: 24px;
  }
}
.ui-field-adaptive--bottom-sm {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .ui-field-adaptive--bottom-sm {
    padding-bottom: 32px;
  }
}
.ui-field-adaptive--bottom-md {
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .ui-field-adaptive--bottom-md {
    padding-bottom: 48px;
  }
}
.ui-field-adaptive--bottom-lg {
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .ui-field-adaptive--bottom-lg {
    padding-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .ui-field-adaptive--bottom-lg {
    padding-bottom: 64px;
  }
}
.ui-field-adaptive--bottom-xl {
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .ui-field-adaptive--bottom-xl {
    padding-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .ui-field-adaptive--bottom-xl {
    padding-bottom: 80px;
  }
}
.ui-field-adaptive--bottom-xxl {
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .ui-field-adaptive--bottom-xxl {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .ui-field-adaptive--bottom-xxl {
    padding-bottom: 100px;
  }
}
.ui-field-adaptive--tb-xs {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .ui-field-adaptive--tb-xs {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.ui-field-adaptive--tb-sm {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .ui-field-adaptive--tb-sm {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.ui-field-adaptive--tb-md {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .ui-field-adaptive--tb-md {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.ui-field-adaptive--tb-lg {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .ui-field-adaptive--tb-lg {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .ui-field-adaptive--tb-lg {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.ui-field-adaptive--tb-xl {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .ui-field-adaptive--tb-xl {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .ui-field-adaptive--tb-xl {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ui-field-adaptive--tb-xxl {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .ui-field-adaptive--tb-xxl {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .ui-field-adaptive--tb-xxl {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.gkb-box-4 {
  width: 4px;
  height: 4px;
}
.gkb-box-8 {
  width: 8px;
  height: 8px;
}
.gkb-box-12 {
  width: 12px;
  height: 12px;
}
.gkb-box-16 {
  width: 16px;
  height: 16px;
}
.gkb-box-20 {
  width: 20px;
  height: 20px;
}
.gkb-box-24 {
  width: 24px;
  height: 24px;
}
.gkb-box-28 {
  width: 28px;
  height: 28px;
}
.gkb-box-32 {
  width: 32px;
  height: 32px;
}
.gkb-box-36 {
  width: 36px;
  height: 36px;
}
.gkb-box-40 {
  width: 40px;
  height: 40px;
}
.gkb-box-44 {
  width: 44px;
  height: 44px;
}
.gkb-box-48 {
  width: 48px;
  height: 48px;
}
.gkb-box-52 {
  width: 52px;
  height: 52px;
}
.gkb-box-56 {
  width: 56px;
  height: 56px;
}
.gkb-box-60 {
  width: 60px;
  height: 60px;
}

.hidden {
  display: none !important;
}

.promo-label {
  display: inline-flex;
  align-items: center;
  color: #191816;
}
.promo-label__container {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media (min-width: 768px) {
  .promo-label__container {
    gap: 8px;
  }
}
.promo-label._theme-default {
  height: 32px;
  padding: 0 12px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .promo-label._theme-default {
    padding: 0 16px;
  }
}
.promo-label._theme-vk {
  height: 32px;
  padding: 0 12px;
  border-radius: 8px;
  background-color: #EBF4FF;
}
@media (min-width: 768px) {
  .promo-label._theme-vk {
    padding: 16px;
  }
}
.promo-label._theme-vk img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.promo-label._theme-image {
  height: 32px;
  padding: 0 4px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .promo-label._theme-image {
    padding: 0 16px 0 6px;
  }
}
.promo-label._theme-image img {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .promo-label._theme-image img {
    width: 26px;
    height: 26px;
  }
}
.promo-label._theme-image span {
  margin-left: 8px;
}
@media (max-width: 767.9px) {
  .promo-label._theme-image span {
    display: none;
  }
}
.promo-label._theme-package {
  height: 32px;
  border-radius: 8px;
  padding: 0 16px;
}
.promo-label._theme-package._intern {
  background: linear-gradient(107.06deg, #DEDBF3 39.8%, #ECEAFE 93.72%);
}
.promo-label._theme-package._junior {
  background: linear-gradient(107.85deg, #C3A3F2 2.42%, #F0E7FF 110.89%);
}
.promo-label._theme-package._middle {
  background: linear-gradient(107.85deg, #FFD991 8.07%, #F7BB21 110.89%);
}
.promo-label._theme-package._pro {
  background: linear-gradient(108deg, #131313 14.85%, #5B6678 110%);
}
.promo-label__package {
  margin-right: 16px;
}
@media (max-width: 767.9px) {
  .promo-label__package {
    display: none;
  }
}
.promo-label__level {
  display: inline-flex;
  align-items: center;
}
.promo-label__level .promo-package-level {
  margin-left: 8px;
}
.promo-label__level span {
  margin-left: 4px;
}
.promo-label._bg-white {
  background-color: #fff;
}
.promo-label._bg-lgray {
  background-color: #eff0f5;
}
.promo-label._bg-gray {
  background-color: #f1efe4;
}
.promo-label._bg-green {
  color: #00856d;
  background-color: #f0fcf7;
}
.promo-label._bg-vk {
  background-color: #EBF4FF;
}
@media (min-width: 768px) {
  .promo-label__text._is-mobile {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .promo-label__text._is-desktop {
    display: none;
  }
}

.promo-package-level {
  display: inline-flex;
}
.promo-package-level__item {
  width: 4px;
  height: 14px;
  border-radius: 4px;
  background-color: #191816;
}
.promo-package-level__item:not(.active) {
  opacity: 0.15;
}
.promo-package-level__item:not(:last-child) {
  margin-right: 4px;
}

.gkb-promo {
  background-color: #F4F5FA;
  padding: 32px 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .gkb-promo {
    padding: 48px 0 28px 0;
  }
}
@media (min-width: 1200px) {
  .gkb-promo {
    padding-bottom: 56px;
  }
}
.gkb-promo__promotion {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
}
@media (max-width: 767.9px) {
  .gkb-promo__promotion {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .gkb-promo__promotion {
    max-width: 586px;
  }
}
@media (min-width: 768px) {
  .gkb-promo__promotion {
    gap: 24px;
  }
}
.gkb-promo__promotion-card {
  display: flex;
  padding: 12px 16px;
  background: linear-gradient(268.03deg, #8D46F6 0.58%, #4658F6 72.15%);
  color: #fff;
  border-radius: 16px;
  position: relative;
  flex-grow: 1;
  box-shadow: 0px 3px 25px rgba(0, 30, 69, 0.22);
}
@media (min-width: 768px) {
  .gkb-promo__promotion-card {
    border-radius: 24px;
    padding: 20px 24px;
  }
}
.gkb-promo__promotion-card img {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 8px;
  right: 16px;
}
.gkb-promo__addition {
  margin-top: 32px;
  margin-bottom: 40px;
  gap: 8px;
}
@media (min-width: 768px) {
  .gkb-promo__addition {
    gap: 16px 24px;
  }
}
@media (min-width: 768px) {
  .gkb-promo__addition {
    margin-top: 40px;
  }
}
.gkb-promo__addition-card {
  display: flex;
  align-items: center;
  border-radius: 16px;
  background-color: #E1E1E9;
  padding: 12px 16px;
}
@media (min-width: 768px) {
  .gkb-promo__addition-card {
    padding: 16px 20px;
    border-radius: 24px;
  }
}
.gkb-promo__addition-card img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  margin-right: 16px;
}
.gkb-promo__decor {
  position: absolute;
  height: 100%;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 767.9px) {
  .gkb-promo__decor {
    right: initial;
    left: calc(100% - 200px);
  }
}
@media (min-width: 768px) {
  .gkb-promo__decor {
    left: calc(100% - 200px);
  }
}
@media (min-width: 1200px) {
  .gkb-promo__decor {
    right: -50%;
    left: initial;
  }
}
@media (min-width: 1400px) {
  .gkb-promo__decor {
    right: -15%;
  }
}
@media (min-width: 1920px) {
  .gkb-promo__decor {
    right: 0;
  }
}
.gkb-promo__cont {
  position: relative;
  z-index: 2;
}
.gkb-promo__header-labels {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 24px;
  position: relative;
}
.gkb-promo__title {
  position: relative;
  z-index: 2;
  grid-column: 1/13;
}
@media (min-width: 992px) {
  .gkb-promo__title {
    grid-row: 1/2;
  }
}
@media (min-width: 992px) {
  .gkb-promo__title {
    grid-column: 1/9;
  }
}
@media (min-width: 1200px) {
  .gkb-promo__title {
    grid-column: 1/7;
  }
}
.gkb-promo__title span {
  border: 1px solid #000;
  border-radius: 40px;
  padding: 2px 10px;
  margin-left: 16px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .gkb-promo__title span {
    padding: 7px 16px;
  }
}
.gkb-promo__title img {
  width: 18px;
  height: 18px;
  display: inline;
}
@media (min-width: 768px) {
  .gkb-promo__title img {
    width: 24px;
    height: 24px;
  }
}
.gkb-promo__description {
  grid-column: 1/13;
}
@media (min-width: 768px) {
  .gkb-promo__description {
    grid-column: 1/13;
    grid-row: 2/3;
  }
}
@media (min-width: 992px) {
  .gkb-promo__description {
    grid-column: 1/7;
  }
}
@media (min-width: 1200px) {
  .gkb-promo__description {
    grid-column: 1/9;
  }
}
@media (min-width: 1400px) {
  .gkb-promo__description {
    grid-column: 1/8;
  }
}
.gkb-promo__sidebar {
  grid-column: 1/13;
}
@media (max-width: 991.9px) {
  .gkb-promo__sidebar {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .gkb-promo__sidebar {
    grid-column: 3/11;
    grid-row: 3/4;
  }
}
@media (min-width: 992px) {
  .gkb-promo__sidebar {
    grid-column: 7/13;
    grid-row: 2/3;
  }
}
@media (min-width: 1200px) {
  .gkb-promo__sidebar {
    grid-column: 9/13;
    grid-row: 1/3;
  }
}
@media (min-width: 768px) {
  .gkb-promo__content-container {
    grid-template-rows: min-content 1fr;
  }
}
.gkb-promo__text {
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .gkb-promo__text {
    max-width: 586px;
  }
}
.gkb-promo__text-secondary {
  margin-bottom: 8px;
}
.gkb-promo__text-secondary span:not(.ui-text--bold) {
  color: #7C8092;
}
.gkb-promo__info {
  display: flex;
  align-items: center;
  margin-top: 32px;
  color: #7C8092;
  margin-bottom: 12px;
}
.gkb-promo__info svg {
  margin-left: 4px;
}
.gkb-promo__tag {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 8px;
  height: 32px;
  padding: 0 16px;
  border-radius: 32px;
  background-color: #e1e1e9;
}
.gkb-promo__tag img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.gkb-promo__tag._large {
  height: initial;
  padding: 0;
  border-radius: 12px;
  background-color: transparent;
  margin-right: 16px;
  margin-bottom: 20px;
}
.gkb-promo__tag._large img {
  width: 22px;
  height: 22px;
}
.gkb-promo__tag-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.gkb-promo__button {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .gkb-promo__button {
    width: 342px;
  }
}
.gkb-promo__price-label {
  display: inline-flex;
  align-items: center;
  background-color: #E8E5F9;
  padding: 0 16px;
  border-radius: 8px;
  height: 32px;
}
.gkb-promo__price-label-wrapper {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .gkb-promo__price-label-wrapper {
    margin-top: 16px;
  }
}
.gkb-promo__price span {
  margin-right: 4px;
}
.gkb-promo__price-container {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .gkb-promo__price-container {
    margin-top: 44px;
  }
}
@media (min-width: 1200px) {
  .gkb-promo__price-container {
    margin-top: 48px;
  }
}
.gkb-promo__price-old {
  color: #7C8092;
}
.gkb-promo__price-current._violet, .gkb-promo__price-plan._violet {
  color: #8d46f6;
}
.gkb-promo__price-current {
  margin-bottom: 2px;
}
.gkb-promo__price-current ._small {
  font-size: 20px;
  line-height: 27px;
}
.gkb-promo__price-plan {
  margin-bottom: 24px;
}
.gkb-promo__price-value {
  color: #8D46F6;
  display: inline-flex;
  align-items: center;
}
.gkb-promo__price-value svg {
  margin-right: 8px;
}
.gkb-promo__footer-container {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .gkb-promo__footer-container {
    margin-top: 32px;
  }
}
.gkb-promo__footer-card {
  display: inline-flex;
  align-items: center;
}
.gkb-promo__footer-card img {
  margin-right: 16px;
  flex-shrink: 0;
}
.gkb-promo__footer-card span {
  color: #2c2e39;
}
.gkb-promo__list {
  list-style-type: none;
}
.gkb-promo__list-title {
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #7c8092;
}
.gkb-promo__list-item {
  position: relative;
  padding-left: 16px;
}
.gkb-promo__list-item:not(:last-child) {
  margin-bottom: 12px;
}
.gkb-promo__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background-color: #a881e1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.gkb-promo__list-container {
  margin-top: 40px;
}
.gkb-promo__description-list {
  margin: 16px 0 32px;
  padding-left: 14px;
}
.gkb-promo__description-list li {
  position: relative;
}
.gkb-promo__description-list li:not(:last-child) {
  margin-bottom: 8px;
}
.gkb-promo__description-list li:not(:last-child)::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0px;
  border-radius: 50%;
  background-color: #191816;
  top: 8px;
}

.gkb-promo-discount {
  display: flex;
  background-color: #ffffff;
  box-shadow: 0px 3px 25px rgba(0, 30, 69, 0.22);
  padding: 16px 24px 16px 16px;
  border-radius: 24px;
}
.gkb-promo-discount._indent {
  margin-bottom: 8px;
}
.gkb-promo-discount__image-wrapper {
  width: 76px;
  position: relative;
  margin-right: 12px;
  margin-bottom: -12px;
  flex-shrink: 0;
}
.gkb-promo-discount__image-wrapper img {
  width: 76px;
  height: 76px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.gkb-promo-discount__image-wrapper span {
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 26px;
}

.gkb-program-level {
  display: inline-flex;
}
.gkb-program-level__item {
  width: 4px;
  height: 14px;
  border-radius: 4px;
  background-color: #191816;
}
.gkb-program-level__item:not(.active) {
  opacity: 0.15;
}
.gkb-program-level__item:not(:last-child) {
  margin-right: 4px;
}

.gkb-label-card__label:not(._package) {
  display: flex;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 8px;
  height: 32px;
  border-radius: 8px;
}
.gkb-label-card__label:not(._package)._color-white {
  background-color: #fff;
}
.gkb-label-card__label:not(._package)._color-gray {
  background-color: #eff0f5;
}
.gkb-label-card__label:not(._package)._program {
  padding: 0 16px 0 4px;
}
@media (max-width: 767.9px) {
  .gkb-label-card__label:not(._package)._program {
    padding-right: 4px;
  }
  .gkb-label-card__label:not(._package)._program span {
    display: none;
  }
  .gkb-label-card__label:not(._package)._program img._image-program {
    margin-right: 0;
  }
}
@media (max-width: 1919.9px) {
  .gkb-label-card__label:not(._package)._program span._label-text-hiden {
    display: none;
  }
}
.gkb-label-card__label:not(._package)._program img {
  width: 26px;
  height: 26px;
  margin-right: 4px;
}
.gkb-label-card__label:not(._package)._specialization {
  padding: 0 16px;
}
.gkb-label-card__label:not(._package)._specialization span:first-child {
  margin-right: 4px;
}
@media (max-width: 767.9px) {
  .gkb-label-card__label:not(._package)._specialization span:first-child {
    display: none;
  }
}
.gkb-label-card__label:not(._package)._placement {
  color: #00856D;
  background-color: #F0FCF7;
  padding: 0 16px;
}
@media (max-width: 767.9px) {
  .gkb-label-card__label:not(._package)._placement span:first-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .gkb-label-card__label:not(._package)._placement span:last-child {
    display: none;
  }
}
.gkb-label-card__label._package {
  display: flex;
  border-radius: 8px;
}
@media (max-width: 767.9px) {
  .gkb-label-card__label._package {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .gkb-label-card__label._package {
    white-space: nowrap;
    overflow: hidden;
    margin-right: 8px;
    margin-bottom: 8px;
    height: 32px;
  }
}
.gkb-label-card__label._package .gkb-label-card__label-left, .gkb-label-card__label._package .gkb-label-card__label-right {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 16px;
}
@media (max-width: 767.9px) {
  .gkb-label-card__label._package .gkb-label-card__label-left, .gkb-label-card__label._package .gkb-label-card__label-right {
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767.9px) {
  .gkb-label-card__label._package .gkb-label-card__label-left {
    display: none;
  }
}
@media (min-width: 768px) {
  .gkb-label-card__label._package .gkb-label-card__label-left {
    padding-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.gkb-label-card__label._package .gkb-label-card__label-left span {
  margin-left: 4px;
}
.gkb-label-card__label._package .gkb-label-card__label-right span:not(:first-child) {
  margin: 0 8px 0 4px;
}
@media (min-width: 768px) {
  .gkb-label-card__label._intern {
    background: linear-gradient(107.06deg, #DEDBF3 39.8%, #ECEAFE 93.72%);
  }
}
@media (max-width: 767.9px) {
  .gkb-label-card__label._intern .gkb-label-card__label-left, .gkb-label-card__label._intern .gkb-label-card__label-right {
    background: linear-gradient(107.06deg, #DEDBF3 39.8%, #ECEAFE 93.72%);
    border-radius: 8px;
  }
}
.gkb-label-card__label._intern .gkb-label-card__label-left {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .gkb-label-card__label._junior {
    background: linear-gradient(107.85deg, #C3A3F2 2.42%, #F0E7FF 110.89%);
  }
}
@media (max-width: 767.9px) {
  .gkb-label-card__label._junior .gkb-label-card__label-left, .gkb-label-card__label._junior .gkb-label-card__label-right {
    background: linear-gradient(107.85deg, #C3A3F2 2.42%, #F0E7FF 110.89%);
    border-radius: 8px;
  }
}
.gkb-label-card__label._junior .gkb-label-card__label-left {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .gkb-label-card__label._middle {
    background: linear-gradient(107.85deg, #FFD991 8.07%, #F7BB21 110.89%);
  }
}
@media (max-width: 767.9px) {
  .gkb-label-card__label._middle .gkb-label-card__label-left, .gkb-label-card__label._middle .gkb-label-card__label-right {
    background: linear-gradient(107.85deg, #FFD991 8.07%, #F7BB21 110.89%);
    border-radius: 8px;
  }
}
.gkb-label-card__label._middle .gkb-label-card__label-left {
  margin-right: 8px;
}
.gkb-label-card__label._color-orange {
  padding: 0 16px;
  background-color: #F68721;
  color: #ffffff;
}
.gkb-label-card__label._middle-plus {
  color: #fff;
}
@media (min-width: 768px) {
  .gkb-label-card__label._middle-plus {
    background: linear-gradient(108deg, #131313 14.85%, #5B6678 110%);
  }
}
.gkb-label-card__label._middle-plus .gkb-program-level__item {
  background-color: #fff;
}
@media (max-width: 767.9px) {
  .gkb-label-card__label._middle-plus .gkb-label-card__label-left, .gkb-label-card__label._middle-plus .gkb-label-card__label-right {
    background: linear-gradient(108deg, #131313 14.85%, #5B6678 110%);
    border-radius: 8px;
  }
}
.gkb-label-card__label._middle-plus .gkb-label-card__label-left {
  margin-right: 8px;
}

.form-banner {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (min-width: 992px) {
  .form-banner {
    justify-content: flex-end;
  }
}
.form-banner .gkb-form__counter-sale {
  right: calc(100% - 32px);
  top: -6px;
  z-index: 3;
}
.form-banner .gkb-form__counter-sale {
  width: 100px;
  height: 100px;
}
@media (min-width: 768px) {
  .form-banner .gkb-form__counter-sale {
    width: 132px;
    height: 132px;
  }
}
.form-banner .gkb-form__counter-sale img {
  right: 0;
}
@media (max-width: 767.9px) {
  .form-banner .gkb-form__counter-sale span {
    right: 32px;
  }
}
@media (min-width: 768px) {
  .form-banner .gkb-form__counter-sale span {
    top: 50px;
    right: 50px;
  }
}
.form-banner__container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-image: url(https://gb.ru/channels/base/images/form-banner/decor.png);
  background-position: top right;
  background-size: auto 68px;
  background-repeat: no-repeat;
  height: 68px;
  background-color: #0F0F0F;
  position: relative;
  border-radius: 16px;
  width: 100%;
  max-width: 85%;
}
.form-banner__container._indent {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .form-banner__container._indent {
    margin-bottom: 24px;
  }
}
.form-banner__image {
  width: 104px;
  bottom: 0;
  right: 40px;
  position: absolute;
  height: initial;
  border-radius: 0;
}
@media (min-width: 768px) {
  .form-banner__image {
    width: 110px;
  }
}
.form-banner span {
  display: block;
  padding-left: 32px;
  color: #fff;
}

.promo__video {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
}
@media (min-width: 768px) {
  .promo__video {
    padding: 24px;
    border-radius: 28px;
  }
}
.promo__video-item {
  min-height: 400px;
  background-color: #7F8399;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.promo__video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  z-index: 1;
}
@media (min-width: 768px) {
  .promo__video-icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1199.9px) {
  .promo__decor-container {
    display: none;
  }
}
.promo__decor-gif {
  width: 100%;
  display: block;
  height: 528px;
  overflow: hidden;
  margin-top: 48px;
  margin-bottom: 24px;
}

.gkb-section-text {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .gkb-section-text {
    padding-top: 60px;
  }
}
.gkb-section-text .promo__video {
  margin-bottom: 48px;
}

.gkb-layout-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  position: relative;
}
.gkb-layout-wrapper {
  grid-column-start: 1;
  grid-column-end: 3;
}
.gkb-layout-wrapper._pos-first {
  grid-row: 1/2;
}
.gkb-layout-wrapper._pos-second {
  grid-row: 2/3;
}
.gkb-layout-column {
  grid-column: 1/13;
}
.gkb-layout-button {
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}

.gkb-about {
  padding-top: 48px;
  padding-bottom: 48px;
  color: #fff;
  background-color: #252525;
}
@media (min-width: 768px) {
  .gkb-about {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.gkb-about__column {
  position: relative;
}
.gkb-about__column img {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 264px;
}
@media (max-width: 1199.9px) {
  .gkb-about__column img {
    display: none;
  }
}
.gkb-about__title, .gkb-about__description {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .gkb-about__title, .gkb-about__description {
    max-width: 710px;
  }
}
.gkb-about__title {
  margin-bottom: 24px;
}
.gkb-about__description {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .gkb-about__description {
    margin-bottom: 64px;
  }
}
.gkb-about__card-container {
  grid-gap: 32px 60px;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .gkb-about__card-container {
    margin-top: 64px;
  }
}
@media (max-width: 767.9px) {
  .gkb-about__card-container {
    grid-column-gap: 0;
  }
}
.gkb-about__link {
  display: inline-flex;
  align-items: center;
}
.gkb-about__link span {
  margin-right: 16px;
}
.gkb-about__link span, .gkb-about__link svg {
  color: #9F5FFD;
}

.gkb-about-card p {
  margin-top: 16px;
  margin-bottom: 8px;
}
.gkb-about-card span {
  display: block;
  color: #7C8092;
}

.gkb-demand {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .gkb-demand {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.gkb-demand__title {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .gkb-demand__title {
    margin-bottom: 56px;
  }
}

.gkb-demand-card,
.gkb-demand-chart-card {
  border-radius: 16px;
}
@media (min-width: 768px) {
  .gkb-demand-card,
.gkb-demand-chart-card {
    border-radius: 28px;
  }
}

.gkb-demand-chart-card {
  padding: 16px 16px 24px;
  background-color: #E8E5F9;
}
@media (min-width: 768px) {
  .gkb-demand-chart-card {
    padding: 32px;
  }
}
.gkb-demand-chart-card img {
  width: 100%;
}
@media (max-width: 1199.9px) {
  .gkb-demand-chart-card img {
    max-width: 522px;
  }
}
.gkb-demand-chart-card__title {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .gkb-demand-chart-card__title {
    margin-bottom: 32px;
  }
}

.gkb-demand-card {
  background-color: #EFF0F5;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .gkb-demand-card {
    padding: 24px;
  }
}
.gkb-demand-card__price {
  display: flex;
  align-items: baseline;
}
.gkb-demand-card__price span {
  margin-right: 8px;
}
.gkb-demand-card .vacancies,
.gkb-demand-card .sites {
  color: #7C8092;
}
.gkb-demand-card .vacancies {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .gkb-demand-card .vacancies {
    margin-bottom: 48px;
  }
}
.gkb-demand-card .sites {
  margin-bottom: 16px;
}
.gkb-demand-card__images {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -12px;
}
@media (min-width: 768px) {
  .gkb-demand-card__images {
    margin-bottom: -20px;
  }
}
.gkb-demand-card__images img {
  margin-right: 12px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .gkb-demand-card__images img {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .gkb-demand-card__title {
    margin-bottom: 8px;
  }
}
.gkb-demand-card__subcard img {
  width: 40px;
  height: 40px;
}
.gkb-demand-card__subcard span {
  margin-top: 12px;
  margin-bottom: 12px;
  display: block;
}
@media (min-width: 768px) {
  .gkb-demand-card__subcard span {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.gkb-resume {
  background-color: #EFF0F5;
  margin-bottom: 64px;
}
.gkb-resume._indent {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .gkb-resume._indent {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.gkb-resume__title {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .gkb-resume__title {
    margin-bottom: 56px;
  }
}
.gkb-resume__content {
  background-color: #fff;
  padding: 16px 16px 24px;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .gkb-resume__content {
    padding: 40px 36px;
  }
}
@media (min-width: 1200px) {
  .gkb-resume__content {
    padding: 48px;
  }
}
@media (min-width: 768px) {
  .gkb-resume__portfolio-container {
    grid-row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .gkb-resume__portfolio-container {
    grid-template-rows: min-content 1fr;
  }
}
.gkb-resume__portfolio-card {
  grid-column: 1/13;
  order: -2;
}
@media (min-width: 1200px) {
  .gkb-resume__portfolio-card {
    grid-column: 1/8;
    grid-row: 1/2;
  }
}
@media (min-width: 1200px) {
  .gkb-resume__portfolio-instruments {
    grid-column: 1/8;
    grid-row: 2/3;
  }
}
.gkb-resume__portfolio-description {
  grid-column: 1/13;
}
@media (max-width: 1199.9px) {
  .gkb-resume__portfolio-description {
    order: -1;
  }
}
@media (min-width: 1200px) {
  .gkb-resume__portfolio-description {
    grid-column: 8/13;
    grid-row: 1/3;
  }
}

.gkb-resume-portfolio-card {
  display: flex;
}
.gkb-resume-portfolio-card._indent {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .gkb-resume-portfolio-card._indent {
    margin-bottom: 40px;
  }
}
.gkb-resume-portfolio-card__description {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}
@media (min-width: 768px) {
  .gkb-resume-portfolio-card__description {
    margin-left: 24px;
  }
}
.gkb-resume-portfolio-card__image {
  width: 100px;
  height: 100px;
  border-radius: 24px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .gkb-resume-portfolio-card__image {
    width: 140px;
    height: 140px;
  }
}
.gkb-resume-portfolio-card__salary {
  margin-top: auto;
}

.gkb-resume-skills__title {
  margin-bottom: 16px;
}
.gkb-resume-skills__list {
  list-style-type: disc;
  padding-left: 16px;
}
.gkb-resume-skills__list li:not(:last-child) {
  margin-bottom: 8px;
}

.gkb-resume-instruments__title {
  margin-bottom: 16px;
}
.gkb-resume-instruments__tag {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #EFF0F5;
  height: 40px;
  border-radius: 40px;
  padding: 0 24px;
}
.gkb-resume-instruments__tag img {
  height: 18px;
  margin-right: 8px;
}
.gkb-resume-instruments__tag-wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .gkb-resume-description__wrapper {
    grid-row-gap: 24px;
  }
}
.gkb-resume-description__title {
  margin-bottom: 16px;
}
.gkb-resume-description a {
  display: block;
}
.gkb-resume-description a, .gkb-resume-description__text-secondary {
  margin-top: 4px;
}
.gkb-resume-description__text-secondary {
  color: #7C8092;
}

.gkb-resume-portfolio {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #D4D4DD;
}
@media (min-width: 768px) {
  .gkb-resume-portfolio {
    margin-top: 40px;
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .gkb-resume-portfolio {
    margin-top: 56px;
    padding-top: 48px;
  }
}
.gkb-resume-portfolio img {
  width: 100%;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .gkb-resume-portfolio img {
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .gkb-resume-portfolio img {
    height: 176px;
  }
}
.gkb-resume-portfolio__hint {
  color: #7C8092;
  margin-top: 14px;
}
.gkb-resume-portfolio__title {
  margin-bottom: 16px;
}

.gkb-sticky-form._sticky {
  position: sticky;
  top: 32px;
  z-index: 3;
  grid-row: 1/3;
  margin-top: 72px;
  pointer-events: none;
  transition: 80ms ease-in-out;
}
@media (max-width: 1399.9px) {
  .gkb-sticky-form._sticky {
    display: none;
  }
}
.gkb-sticky-form._hidden {
  display: none;
}
.gkb-sticky-form__wrapper {
  pointer-events: all;
}

.gkb-form__label {
  display: flex;
  align-items: center;
  color: #e06800;
  filter: drop-shadow(0px 3px 25px rgba(0, 30, 69, 0.22));
  border-radius: 50px;
  background-color: #fff;
  padding: 16px;
  margin-bottom: 16px;
}
.gkb-form__label svg {
  margin-right: 8px;
}
.gkb-form__counter {
  position: relative;
  filter: drop-shadow(0px 3px 25px rgba(0, 30, 69, 0.22));
  padding: 16px 24px 16px 24px;
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 8px;
}
.gkb-form__counter-title {
  margin-bottom: 16px;
}
.gkb-form__counter-sale {
  position: absolute;
  width: 88px;
  height: 88px;
  top: -34px;
  right: -34px;
}
.gkb-form__counter-sale-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.gkb-form__counter-sale-wrapper img {
  width: 100%;
  height: 100%;
}
.gkb-form__counter-sale-wrapper span {
  position: absolute;
  color: #fff;
  top: 36px;
  right: 26px;
  transform: rotate(20deg);
}
.gkb-form__counter-time-wrapper {
  display: flex;
  justify-content: space-between;
}
.gkb-form__counter-time-item {
  text-align: center;
  background-color: #EFF0F5;
  padding: 2px 6px 8px 6px;
  border-radius: 8px;
  flex-grow: 1;
}
.gkb-form__counter-time-item:not(:last-child) {
  margin-right: 24px;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .gkb-form__counter-time-item:not(:last-child) {
    margin-right: 8px;
  }
}
.gkb-form__counter-time-item span {
  margin-top: -4px;
  display: block;
}

.gkb-reg-form {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 25px rgba(0, 30, 69, 0.22);
}
.gkb-reg-form__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gkb-reg-form__content {
  padding: 32px 24px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 3px 25px rgba(0, 30, 69, 0.22);
}
.gkb-reg-form__info {
  margin-bottom: 32px;
}
.gkb-reg-form__info p:not(:last-child) {
  margin-bottom: 8px;
}
.gkb-reg-form__info p span {
  color: #7C8092;
}
.gkb-reg-form__info p.place {
  display: flex;
  align-items: center;
  color: #e06800;
}
.gkb-reg-form__info p.place span {
  color: #e06800;
}
.gkb-reg-form__info p.place svg {
  margin-right: 8px;
  flex-shrink: 0;
}
.gkb-reg-form__title {
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .gkb-reg-form__title {
    margin-bottom: 16px;
  }
}
.gkb-reg-form__subtitle {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .gkb-reg-form__subtitle {
    margin-bottom: 32px;
  }
}
.gkb-reg-form__input {
  height: 48px;
  padding: 0 16px;
  border-radius: 12px;
  box-shadow: none;
  border: 1px solid #D4D4DD;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  font-family: "GB Font";
}
.gkb-reg-form__input:hover {
  border-color: #7C8092;
}
.gkb-reg-form__input:focus {
  border-color: #8D46F6;
  color: #7C8092;
}
.gkb-reg-form__input-wrapper {
  margin-bottom: 16px;
}
.gkb-reg-form__button {
  margin-top: 8px;
}
.gkb-reg-form__disclaimer {
  color: #7C8092;
  display: block;
  text-align: center;
  margin-top: 16px;
}

.gkb-form-section {
  background-color: #1B1C1F;
  padding: 32px 0;
  position: relative;
  z-index: 3;
}
.gkb-form-section__title {
  color: #fff;
}
@media (max-width: 767.9px) {
  .gkb-form-section__title {
    padding-bottom: 24px;
  }
}
.gkb-form-section__container {
  align-items: center;
}

.gkb-bootcamp {
  background-color: #9280ff;
}
.gkb-bootcamp._field {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .gkb-bootcamp._field {
    padding: 64px 0;
  }
}
.gkb-bootcamp__title {
  margin-bottom: 24px;
  color: #fff;
}
.gkb-bootcamp p {
  margin-bottom: 24px;
  color: #fff;
}
@media (min-width: 768px) {
  .gkb-bootcamp p {
    margin-bottom: 48px;
  }
}
.gkb-bootcamp__tag {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 8px;
  color: #fff;
  background-color: #725EF2;
  height: 48px;
  padding: 0 16px;
  border-radius: 48px;
}
@media (min-width: 768px) {
  .gkb-bootcamp__tag {
    padding: 0 24px;
  }
}
.gkb-bootcamp__tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .gkb-bootcamp__tag-wrapper {
    margin-bottom: 40px;
  }
}
.gkb-bootcamp__description {
  display: grid;
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  grid-gap: 24px;
}
@media (min-width: 768px) {
  .gkb-bootcamp__description {
    border-radius: 28px;
    padding: 40px;
    grid-template-columns: 1fr 262px;
    grid-gap: 32px 64px;
  }
}
@media (min-width: 1200px) {
  .gkb-bootcamp__description {
    padding: 56px;
    grid-gap: 48px 56px;
  }
}
@media (max-width: 767.9px) {
  .gkb-bootcamp__description-container {
    padding-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .gkb-bootcamp__description-container {
    grid-row-gap: 32px;
    grid-column: 1/2;
  }
}
@media (min-width: 1200px) {
  .gkb-bootcamp__description-container {
    grid-row-gap: 56px;
  }
}
.gkb-bootcamp__image {
  height: 248px;
}
@media (min-width: 768px) {
  .gkb-bootcamp__image {
    height: 294px;
  }
}
@media (min-width: 768px) {
  .gkb-bootcamp__image-container {
    grid-column: 2/3;
  }
}
@media (min-width: 1200px) {
  .gkb-bootcamp__image-container {
    grid-row: 1/3;
  }
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .gkb-bootcamp__image-container {
    align-self: end;
  }
}
.gkb-bootcamp__image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E8E5F9;
  border-radius: 24px;
}
@media (max-width: 1199.9px) {
  .gkb-bootcamp__image-wrapper {
    padding: 56px 0;
  }
}
@media (max-width: 767.9px) {
  .gkb-bootcamp__image-wrapper {
    padding: 32px 0;
  }
}
@media (min-width: 1200px) {
  .gkb-bootcamp__image-wrapper {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .gkb-bootcamp__button {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
@media (min-width: 1200px) {
  .gkb-bootcamp__button {
    grid-column: 1/2;
  }
}
.gkb-bootcamp__item {
  display: flex;
}
.gkb-bootcamp__item img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .gkb-bootcamp__item img {
    margin-right: 20px;
  }
}

.gkb-flexy._indent {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .gkb-flexy._indent {
    margin: 64px 0;
  }
}
.gkb-flexy__wrapper {
  padding: 24px;
  border-radius: 16px;
  background-color: #E8E5F9;
}
@media (min-width: 768px) {
  .gkb-flexy__wrapper {
    border-radius: 28px;
    padding: 40px 36px;
  }
}
@media (min-width: 1200px) {
  .gkb-flexy__wrapper {
    padding: 40px;
  }
}
.gkb-flexy__wrapper p {
  margin-bottom: 16px;
}
.gkb-flexy__wrapper img {
  width: 100%;
  margin: 32px auto 0 auto;
}
@media (min-width: 768px) {
  .gkb-flexy__wrapper img {
    margin: 40px auto 0 auto;
  }
}
@media (min-width: 1200px) {
  .gkb-flexy__wrapper img {
    margin: 8G0px auto 0 auto;
  }
}
@media (max-width: 1199.9px) {
  .gkb-flexy__wrapper img {
    max-width: 445px;
  }
}
.gkb-flexy__wrapper._image {
  background-image: url("/assets/images/gift-english/bg-block.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.gkb-flexy__title {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .gkb-flexy__title {
    margin-bottom: 56px;
  }
}
.gkb-flexy__subtitle {
  margin-bottom: 24px;
}

.gkb-gift._indent {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .gkb-gift._indent {
    padding: 64px 0;
  }
}
.gkb-gift__title {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .gkb-gift__title {
    margin-bottom: 56px;
  }
}
.gkb-gift__subtitle {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .gkb-gift__subtitle {
    margin-bottom: 24px;
    max-width: 360px;
  }
}
@media (min-width: 1200px) {
  .gkb-gift__subtitle {
    max-width: 440px;
  }
}
@media (min-width: 768px) {
  .gkb-gift__text {
    max-width: 360px;
  }
}
@media (min-width: 1200px) {
  .gkb-gift__text {
    max-width: 440px;
  }
}
.gkb-gift__container {
  background-image: url("https://gb.ru/channels/base/images/gift-english/gift-bg.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px 32px 360px 24px;
  background-color: #E8E5F9;
  border-radius: 16px;
}
@media (max-width: 767.9px) {
  .gkb-gift__container {
    background-image: url("/assets/images/gift-english/gift-mobile.png");
    background-position: center bottom;
  }
}
@media (min-width: 768px) {
  .gkb-gift__container {
    border-radius: 28px;
    padding: 40px 40px 72px 36px;
  }
}
@media (min-width: 1200px) {
  .gkb-gift__container {
    padding: 80px 40px 96px 72px;
  }
}
.gkb-gift__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 10px solid rgba(220, 214, 246, 0.8);
  border-radius: 36px;
  background-color: #725EF2;
  color: #fff;
  min-height: 68px;
  padding: 8px 24px;
  transform: rotate(-4deg);
  text-align: center;
}
@media (max-width: 767.9px) {
  .gkb-gift__button {
    max-width: 268px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .gkb-gift__button {
    width: 377px;
    border-radius: 88px;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .gkb-gift__button {
    margin-left: 160px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .gkb-gift__button span {
    width: 200px;
  }
}
@media (max-width: 767.9px) {
  .gkb-gift__button span {
    width: 368px;
  }
}

.gkb-accent {
  background-color: #EFF0F5;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .gkb-accent {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .gkb-accent {
    padding-bottom: 112px;
  }
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .gkb-accent__title {
    margin-bottom: 24px;
  }
}
.gkb-accent__description {
  margin-bottom: 16px;
}
.gkb-accent__header {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .gkb-accent__header {
    margin-bottom: 64px;
  }
}
.gkb-accent__card {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 24px;
}
.gkb-accent__card span {
  display: block;
  margin-top: 24px;
}

.gkb-benefits {
  background-color: #EFF0F5;
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  .gkb-benefits {
    padding-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .gkb-benefits {
    padding-bottom: 56px;
  }
}
.gkb-benefits__title {
  margin-bottom: 24px;
}
.gkb-benefits__description {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gkb-benefits__description {
    margin-bottom: 48px;
  }
}
.gkb-benefits__card {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
  min-height: auto;
  display: flex;
}
.gkb-benefits__card-image-wrapper {
  flex-shrink: 0;
  margin-right: 24px;
}
.gkb-benefits__card-image-wrapper img {
  width: 40px;
  height: 40px;
}
.gkb-benefits__card-text-wrapper p {
  margin-bottom: 8px;
}
.gkb-benefits__link {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .gkb-benefits__link {
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 80px;
  }
}
.gkb-benefits__link a {
  display: flex;
  align-items: center;
}
.gkb-benefits__link a span, .gkb-benefits__link a svg {
  color: #8D46F6;
}
.gkb-benefits__link a span {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .gkb-benefits__link a span {
    margin-right: 16px;
  }
}

.gkb-market-demand._indent {
  margin: 80px 64px;
}
.gkb-market-demand__title {
  margin-bottom: 72px;
}
@media (min-width: 768px) {
  .gkb-market-demand__title {
    margin-bottom: 88px;
  }
}
.gkb-market-demand__container {
  overflow-x: auto;
  padding-top: 20px;
  padding-left: 20px;
}
.gkb-market-demand__container::-webkit-scrollbar {
  display: none;
}
@media (max-width: 575.9px) {
  .gkb-market-demand__container {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 576px) {
  .gkb-market-demand__container-addition {
    margin-left: -20px;
    margin-top: -20px;
  }
}
@media (max-width: 991.9px) {
  .gkb-market-demand__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
@media (min-width: 768px) {
  .gkb-market-demand__wrapper {
    grid-gap: 32px;
  }
}
@media (min-width: 992px) {
  .gkb-market-demand__wrapper {
    display: grid;
    grid-template-columns: 330px 315px 320px;
    grid-gap: 24px;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
  }
}
@media (max-width: 1399.9px) {
  .gkb-market-demand__wrapper {
    grid-template-columns: 340px 305px 200px;
  }
}
@media (min-width: 1200px) {
  .gkb-market-demand__wrapper {
    grid-gap: 40px;
  }
}
.gkb-market-demand__wrapper._th {
  margin-bottom: 32px;
}
.gkb-market-demand__wrapper._th p {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .gkb-market-demand__wrapper._th p {
    margin-bottom: 14px;
  }
}
.gkb-market-demand__wrapper._th .gkb-market-demand__column-3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
.gkb-market-demand__wrapper._th .gkb-market-demand__column-3 span {
  color: #7C8092;
  margin-right: 24px;
}
.gkb-market-demand__wrapper._th .gkb-market-demand__column-3 img {
  flex-shrink: 0;
}
.gkb-market-demand__wrapper._tr {
  padding: 32px 0 20px 0;
}
.gkb-market-demand__wrapper._tr:not(:last-child) {
  border-bottom: 1px solid #D4D4DD;
}
.gkb-market-demand__column-1 {
  position: relative;
}
.gkb-market-demand__column-1 span {
  white-space: normal;
}
.gkb-market-demand__column-1 img {
  position: absolute;
  top: -12px;
  left: -20px;
}
.gkb-market-demand__column-1, .gkb-market-demand__column-2, .gkb-market-demand__column-3 {
  flex-shrink: 0;
  white-space: nowrap;
}
.gkb-market-demand__hint {
  color: #7c8092;
}

.gkb-recon {
  background-color: #725EF2;
  padding: 64px 0;
}
.gkb-recon__title {
  margin-bottom: 48px;
}
.gkb-recon__title span {
  color: #fff;
}
.gkb-recon__card {
  background-color: #fff;
  border-radius: 28px;
  padding: 24px;
}
.gkb-recon__card p {
  margin-bottom: 16px;
}

.gkb-path {
  padding: 48px 0;
}
@media (min-width: 768px) {
  .gkb-path {
    padding: 64px 0;
  }
}
.gkb-path__container {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .gkb-path__container {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .gkb-path__container {
    margin-bottom: 180px;
  }
}
@media (min-width: 1400px) {
  .gkb-path__container {
    margin-bottom: 100px;
  }
}
.gkb-path__container-wrapper {
  position: relative;
}
@media (max-width: 767.9px) {
  .gkb-path__container-wrapper {
    display: none;
  }
}
.gkb-path__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 1400px) and (max-width: 1919.9px) {
  .gkb-path__wrapper._bottom {
    padding-top: 88px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .gkb-path__wrapper._bottom {
    bottom: -100px;
  }
}
@media (min-width: 1920px) {
  .gkb-path__wrapper._bottom {
    padding-top: 160px;
  }
}
@media (min-width: 768px) {
  .gkb-path__wrap {
    width: 270px;
  }
}
@media (min-width: 1200px) {
  .gkb-path__wrap {
    width: 220px;
  }
}
.gkb-path__wrap span {
  color: #7C8092;
  margin-bottom: 2px;
  display: block;
}
.gkb-path__wrap p {
  margin-top: 8px;
}
.gkb-path__wrap._wrap-3 {
  position: relative;
}
@media (min-width: 1400px) and (max-width: 1919.9px) {
  .gkb-path__wrap._wrap-3 {
    margin-top: -66px;
  }
}
@media (min-width: 1920px) {
  .gkb-path__wrap._wrap-3 {
    margin-top: -80px;
  }
}
.gkb-path__wrap._wrap-4 {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .gkb-path__wrap._wrap-4 {
    text-align: right;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .gkb-path__wrap._wrap-4 {
    bottom: -88px;
  }
}
.gkb-path__image {
  display: none;
  width: 100%;
}
@media (max-width: 767.9px) {
  .gkb-path__image.mobile {
    display: block;
    max-width: 335px;
  }
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .gkb-path__image.tablet {
    display: block;
    width: 100%;
    margin: 16px 0;
  }
}
@media (min-width: 1200px) {
  .gkb-path__image.desktop {
    display: block;
    position: absolute;
    top: 0;
    left: 240px;
    width: calc(100% - 480px);
  }
}
.gkb-path__title {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .gkb-path__title {
    margin-bottom: 72px;
  }
}
.gkb-path__card {
  background-color: #EFF0F5;
  border-radius: 28px;
  padding: 24px;
  min-height: 164px;
}
@media (min-width: 768px) {
  .gkb-path__card {
    padding: 32px;
  }
}
.gkb-path__card p {
  margin-bottom: 16px;
}
.gkb-path__link {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .gkb-path__link {
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.gkb-path__link a {
  display: flex;
  align-items: center;
}
.gkb-path__link a span, .gkb-path__link a svg {
  color: #8D46F6;
}
.gkb-path__link a span {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .gkb-path__link a span {
    margin-right: 16px;
  }
}

.gkb-acc {
  background-color: #14161F;
  color: #fff;
  padding: 48px 0;
}
@media (min-width: 768px) {
  .gkb-acc {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .gkb-acc {
    padding-bottom: 56px;
  }
}
.gkb-acc__wrapper {
  padding-top: 24px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .gkb-acc__wrapper {
    border-top: 1px solid #5B5F71;
    padding-top: 24px;
  }
}
.gkb-acc__title {
  margin-bottom: 24px;
}
.gkb-acc__text {
  color: #8F93A3;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .gkb-acc__text {
    padding-right: 40px;
  }
}
.gkb-acc__subtitle {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .gkb-acc__subtitle {
    margin-bottom: 32px;
  }
}
.gkb-acc__accordion {
  border-bottom: 1px solid #373A49;
  color: #D4D4DD;
}
.gkb-acc__accordion:not(.active) .gkb-acc__body {
  display: none;
}
.gkb-acc__accordion.active svg {
  transform: rotate(0);
}
.gkb-acc__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  cursor: pointer;
}
.gkb-acc__header span {
  flex-grow: 1;
  margin-right: 16px;
  max-width: 80%;
}
@media (min-width: 992px) {
  .gkb-acc__header span {
    max-width: 90%;
  }
}
.gkb-acc__header svg {
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  transition: 80ms ease-in-out;
}
.gkb-acc__body-footer {
  margin-top: 12px;
  color: #fff;
  padding-bottom: 20px;
}
.gkb-acc__button {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 52px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.gkb-start {
  margin-top: 48px;
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  .gkb-start {
    margin-bottom: 160px;
  }
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .gkb-start {
    margin-top: 100px;
  }
}
.gkb-start__header {
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .gkb-start__header {
    margin-bottom: 80px;
  }
}
.gkb-start__title span {
  color: #8D46F6;
}
.gkb-start__card {
  display: flex;
}
.gkb-start__card:not(:last-child) {
  margin-bottom: 48px;
}
.gkb-start__card._indent {
  margin-bottom: 24px;
}
.gkb-start__card-image {
  margin-right: 24px;
}
.gkb-start__card-image img {
  width: 60px;
  height: 60px;
}
.gkb-start__card-text p {
  margin-bottom: 16px;
}
.gkb-start__info {
  background-color: #F6F5FD;
  border-radius: 28px;
  padding: 32px 24px;
}
@media (min-width: 768px) {
  .gkb-start__info {
    padding: 40px;
  }
}
.gkb-start__info p {
  margin-bottom: 10px;
}
.gkb-start__info p span {
  color: #8D46F6;
}
.gkb-start__info button {
  margin-top: 32px;
  width: 100%;
  background-color: #26E0A4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  border-radius: 52px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .gkb-start__info button {
    margin-top: 40px;
  }
}

.gkb-commonb {
  margin-bottom: 64px;
  padding-top: 64px;
}
@media (min-width: 768px) {
  .gkb-commonb {
    margin-bottom: 64px;
  }
}
.gkb-commonb__header {
  margin-bottom: 48px;
  align-items: start;
}
.gkb-commonb__title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .gkb-commonb__title {
    margin-bottom: 24px;
  }
}
.gkb-commonb__body {
  margin-bottom: 56px;
}
@media (min-width: 1200px) {
  .gkb-commonb__body {
    margin-bottom: 24px;
  }
}
@media (max-width: 1199.9px) {
  .gkb-commonb__body p {
    margin-top: 8px;
  }
}
.gkb-commonb__body-item {
  border-bottom: 1px solid #000000;
  padding-bottom: 18px;
}
@media (min-width: 1200px) {
  .gkb-commonb__body-item {
    margin-top: -6px;
  }
  .gkb-commonb__body-item:nth-child(7), .gkb-commonb__body-item:nth-child(8) {
    border: none;
  }
}
.gkb-commonb__numbers {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border: 2px solid #8576E1;
  border-radius: 0 28px 28px 28px;
}
@media (max-width: 767.9px) {
  .gkb-commonb__numbers {
    flex-wrap: wrap;
  }
}
.gkb-commonb__numbers p {
  font-size: 36px;
}
@media (max-width: 767.9px) {
  .gkb-commonb__numbers-item {
    width: 50%;
    text-align: center;
  }
  .gkb-commonb__numbers-item:nth-child(1), .gkb-commonb__numbers-item:nth-child(2) {
    margin-bottom: 32px;
  }
}
.gkb-commonb__footer {
  background-color: #E8E5F9;
  border-radius: 30px;
  padding: 32px 24px;
}
@media (min-width: 768px) {
  .gkb-commonb__footer {
    padding: 36px 48px;
  }
}
.gkb-commonb__footer-title {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .gkb-commonb__footer-title {
    margin-bottom: 36px;
  }
}
.gkb-commonb__tag {
  font-size: 13px;
  line-height: 20px;
  padding: 10px;
  border-radius: 44px;
  background-color: #6654D9;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
}
.gkb-commonb__tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.program-tabs__link-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 60px;
}
.program-tabs__link {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 16px;
  border: 1px solid #2c2e39;
  border-radius: 48px;
  color: #2c2e39;
  margin: 0 0 10px 10px;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 767.9px) {
  .program-tabs__link {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .program-tabs__link {
    height: 48px;
    padding: 0 22px;
  }
}
.program-tabs__link.w--current, .program-tabs__link:hover {
  color: #fff;
  background-color: #2c2e39;
}
.program-tabs__body:not(.w--tab-active) {
  display: none;
}

.gkb-spec-po {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .gkb-spec-po {
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .gkb-spec-po {
    margin-bottom: 200px;
  }
}
.gkb-spec-po__label {
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  height: 32px;
  border-radius: 32px;
  background-color: #E1E1E9;
}
.gkb-spec-po__title {
  margin-top: 24px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .gkb-spec-po__title {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .gkb-spec-po__title {
    margin-top: 32px;
  }
}
.gkb-spec-po__header-container {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .gkb-spec-po__header-container {
    margin-bottom: 48px;
  }
}
.gkb-spec-po__subtitle._first {
  margin-bottom: 16px;
}
.gkb-spec-po__subtitle._second {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .gkb-spec-po__subtitle._second {
    margin-bottom: 32px;
  }
}
.gkb-spec-po__card {
  background-color: #EFF0F5;
  border-radius: 28px;
  padding: 24px;
}
@media (min-width: 768px) {
  .gkb-spec-po__card {
    padding: 32px;
    display: flex;
    flex-direction: column;
  }
  .gkb-spec-po__card .gkb-about__link {
    margin-top: auto;
    padding-top: 100px;
  }
}
.gkb-spec-po__card-tag {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  padding: 0 16px;
  border-radius: 32px;
  height: 32px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.gkb-spec-po__card-tag img {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}
.gkb-spec-po__card-tag-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.gkb-spec-po__card-tag-wrapper._indent-1 {
  margin-bottom: 32px;
}
.gkb-spec-po__card-tag-wrapper._indent-2 {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .gkb-spec-po__card-tag-wrapper._indent-2 {
    margin-bottom: 40px;
  }
}
.gkb-spec-po__card-title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .gkb-spec-po__card-title {
    margin-bottom: 24px;
  }
}
.gkb-spec-po__card-subtitle._indent-1 {
  margin-bottom: 16px;
}
.gkb-spec-po__card-subtitle._indent-2 {
  margin-bottom: 24px;
}
.gkb-spec-po__card-text {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #D4D4DD;
}
@media (min-width: 768px) {
  .gkb-spec-po__card-text {
    margin-bottom: 48px;
  }
}
.gkb-spec-pt {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .gkb-spec-pt {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .gkb-spec-pt {
    margin-bottom: 100px;
  }
}
.gkb-spec-pt__label {
  height: 64px;
  display: inline-flex;
  align-items: center;
  font-size: 23px;
  line-height: 33px;
  background-color: #725EF2;
  border-radius: 64px;
  padding: 0 30px;
  color: #fff;
}
.gkb-spec-pt__title {
  margin-top: 64px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .gkb-spec-pt__title {
    margin-top: 80px;
  }
}
.gkb-spec-pt__title span {
  color: #725EF2;
}
.gkb-spec-pt__hint {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .gkb-spec-pt__hint {
    margin-bottom: 48px;
  }
}
.gkb-spec-pt__description {
  position: relative;
  background: top, linear-gradient(#f1f0fb, #e8e5f9);
  padding: 32px 24px;
  border-radius: 28px;
  margin-bottom: 32px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .gkb-spec-pt__description {
    padding: 32px;
    margin-bottom: 40px;
  }
}
.gkb-spec-pt__description span {
  display: block;
}
.gkb-spec-pt__description span:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .gkb-spec-pt__description span {
    max-width: 680px;
  }
}
.gkb-spec-pt__description p {
  margin-bottom: 12px;
}
.gkb-spec-pt__description img {
  position: absolute;
}
@media (min-width: 768px) {
  .gkb-spec-pt__description img {
    height: 348px;
    right: -150px;
    bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .gkb-spec-pt__description img {
    bottom: 0;
    right: 32px;
  }
}
@media (max-width: 767.9px) {
  .gkb-spec-pt__description img {
    display: none;
  }
}

.gkb-next-step {
  padding-bottom: 80px;
}
.gkb-next-step__label {
  height: 64px;
  display: inline-flex;
  align-items: center;
  font-size: 23px;
  line-height: 33px;
  background-color: #725EF2;
  border-radius: 64px;
  padding: 0 30px;
  color: #fff;
}
.gkb-next-step__title {
  margin-top: 32px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .gkb-next-step__title {
    margin-top: 48px;
    margin-bottom: 32px;
  }
}
.gkb-next-step__title span {
  color: #725EF2;
  font-weight: inherit;
}
.gkb-next-step__hint {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .gkb-next-step__hint {
    margin-bottom: 48px;
  }
}
.gkb-next-step__card-work {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  background-color: #F6F5FD;
  border-radius: 28px;
}
@media (min-width: 768px) {
  .gkb-next-step__card-work {
    margin-bottom: 48px;
    padding: 28px 48px;
  }
}
@media (min-width: 1200px) {
  .gkb-next-step__card-work {
    max-width: 642px;
  }
}
.gkb-next-step__card-work p {
  color: #725EF2;
  margin-bottom: 12px;
}
.gkb-next-step__card-work span {
  display: block;
}
.gkb-next-step__card-work img {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}
.gkb-next-step__card {
  display: flex;
  margin-bottom: 16px;
}
.gkb-next-step__card-image-wrapper {
  flex-shrink: 0;
  margin-right: 24px;
}
.gkb-next-step__card-image-wrapper img {
  width: 64px;
  height: 64px;
}
@media (min-width: 1200px) {
  .gkb-next-step__card-text._size {
    max-width: 320px;
  }
}
.gkb-next-step__card-text span {
  color: #6654D9;
}
.gkb-next-step__card-text p {
  margin-top: 12px;
}

.gkb-company {
  padding-top: 112px;
  padding-bottom: 48px;
  color: #fff;
}
@media (min-width: 768px) {
  .gkb-company {
    padding-top: 144px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .gkb-company {
    padding-bottom: 100px;
  }
}
.gkb-company__header {
  display: flex;
  margin-bottom: 64px;
  position: relative;
}
@media (max-width: 1199.9px) {
  .gkb-company__header {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .gkb-company__header {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .gkb-company__header {
    justify-content: space-between;
    margin-bottom: 100px;
  }
}
@media (max-width: 1199.9px) {
  .gkb-company__description {
    margin-bottom: 48px;
  }
}
@media (max-width: 767.9px) {
  .gkb-company__description {
    margin-bottom: 40px;
  }
}
.gkb-company__description p {
  max-width: 480px;
}
.gkb-company__description h2 {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .gkb-company__description h2 {
    margin-bottom: 32px;
  }
}
.gkb-company__result {
  position: relative;
}
@media (max-width: 767.9px) {
  .gkb-company__result {
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .gkb-company__result {
    display: flex;
  }
}
@media (min-width: 768px) {
  .gkb-company__result p {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .gkb-company__result p {
    align-self: flex-end;
  }
}
.gkb-company__result img {
  position: absolute;
  height: 92px;
}
@media (max-width: 767.9px) {
  .gkb-company__result img {
    transform: scale(-1, 1);
    left: 256px;
    top: -12px;
  }
}
@media (min-width: 768px) {
  .gkb-company__result img {
    bottom: -52px;
    right: 404px;
  }
}
@media (min-width: 1200px) {
  .gkb-company__result img {
    bottom: -52px;
    left: -92px;
  }
}
.gkb-company__image-decor {
  position: absolute;
  height: 80px;
}
@media (max-width: 767.9px) {
  .gkb-company__image-decor {
    top: -40px;
    right: -140px;
  }
}
@media (min-width: 768px) {
  .gkb-company__image-decor {
    height: 140px;
    top: -78px;
    right: -140px;
  }
}
@media (min-width: 992px) {
  .gkb-company__image-decor {
    height: 160px;
  }
}
@media (min-width: 1200px) {
  .gkb-company__image-decor {
    height: 200px;
    left: 45%;
    top: -78px;
  }
}
@media (min-width: 1400px) {
  .gkb-company__image-decor {
    height: 300px;
    left: 35%;
    top: -78px;
  }
}
.gkb-company__company-outside {
  margin-left: -20px;
  margin-right: -20px;
}
.gkb-company__company-scroll {
  overflow-x: auto;
  scrollbar-width: none;
  padding: 20px;
}
.gkb-company__company-scroll::-webkit-scrollbar {
  display: none;
}
@media (max-width: 575.9px) {
  .gkb-company__company-scroll {
    margin-right: -16px;
    margin-left: -16px;
  }
}
.gkb-company__company-container {
  background-color: #fff;
  border-radius: 40px;
  padding: 20px 32px;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 3px 25px 0 rgba(0, 30, 69, 0.22);
  min-width: 100%;
}
@media (max-width: 575.9px) {
  .gkb-company__company-container {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .gkb-company__company-container {
    border-radius: 56px;
  }
}
.gkb-company__company-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 980px;
  min-width: 780px;
  height: auto;
}
.gkb-company__company-wrapper:not(:last-child) {
  margin-bottom: 8px;
}
.gkb-company__company-wrapper img {
  flex-shrink: 0;
  height: 80px;
}
.gkb-company__company-wrapper img:not(:last-child) {
  margin-right: 24px;
}

.gkb-company-view {
  overflow: hidden;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .gkb-company-view {
    margin-bottom: 80px;
  }
}
.gkb-company-view h2 {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .gkb-company-view h2 {
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .gkb-company-view h2 {
    max-width: 500px;
  }
}
.gkb-company-view p {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .gkb-company-view p {
    max-width: 528px;
  }
}
.gkb-company-view h3 {
  margin-bottom: 16px;
}
.gkb-company-view h4 {
  margin-bottom: 4px;
}
.gkb-company-view__link {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .gkb-company-view__link {
    justify-content: flex-end;
  }
}

.gkb-bottom-action {
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #fff;
  border-radius: 28px 28px 0 0;
  padding: 24px 0;
  box-shadow: 0px 3px 25px rgba(0, 30, 69, 0.22);
  z-index: 2;
}
@media (min-width: 1400px) {
  .gkb-bottom-action {
    display: none;
  }
}
.gkb-bottom-action__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.9px) {
  .gkb-bottom-action__container {
    flex-direction: column;
  }
}
@media (max-width: 767.9px) {
  .gkb-bottom-action__description {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .gkb-bottom-action__description {
    margin-right: 40px;
  }
}
.gkb-bottom-action__description p {
  margin-bottom: 8px;
}
.gkb-bottom-action__button {
  justify-content: center;
}
@media (max-width: 767.9px) {
  .gkb-bottom-action__button {
    height: 48px;
  }
  .gkb-bottom-action__button span {
    font-size: 16px;
    line-height: 22px;
  }
}

.gkb-modal-form {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  overflow: hidden;
}
.gkb-modal-form:not(.active) {
  display: none;
}
.gkb-modal-form__container {
  width: 100%;
  height: 100%;
}
.gkb-modal-form__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  overflow-y: auto;
  padding: 20px;
  margin-bottom: 20px;
}
.gkb-modal-form .gkb-sticky-form__wrapper {
  height: 100%;
  position: relative;
  width: 336px;
}
@media (max-width: 575.9px) {
  .gkb-modal-form .gkb-sticky-form__wrapper {
    width: calc(100vw - 40px);
  }
}
.gkb-modal-form .gkb-reg-form__content {
  padding: 32px 24px;
}
.gkb-modal-form .gkb-form__counter {
  padding-left: 24px;
}

.gkb-resume-modal {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(25, 24, 22, 0.8);
  overflow: hidden;
}
.gkb-resume-modal:not(.active) {
  display: none;
}
.gkb-resume-modal__layout {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
@media (min-width: 768px) {
  .gkb-resume-modal__layout {
    align-items: center;
  }
}
.gkb-resume-modal__container {
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  width: 100%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
}
@media (max-width: 767.9px) {
  .gkb-resume-modal__container {
    max-height: calc(100vh - 40px);
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .gkb-resume-modal__container {
    max-width: 696px;
    margin-left: 36px;
    margin-right: 36px;
    overflow-y: auto;
    border-radius: 30px;
  }
  .gkb-resume-modal__container::-webkit-scrollbar {
    display: none;
  }
}
.gkb-resume-modal__inside-container {
  padding: 32px 16px;
}
@media (max-width: 767.9px) {
  .gkb-resume-modal__inside-container {
    overflow-y: auto;
    max-height: 100%;
  }
  .gkb-resume-modal__inside-container::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) {
  .gkb-resume-modal__inside-container {
    padding: 40px;
  }
}
.gkb-resume-modal__title {
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .gkb-resume-modal__title {
    margin-bottom: 10px;
  }
}
.gkb-resume-modal__post {
  margin-bottom: 16px;
  color: #7C8092;
}
@media (min-width: 768px) {
  .gkb-resume-modal__post {
    margin-bottom: 32px;
  }
}
.gkb-resume-modal__text:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .gkb-resume-modal__text:not(:last-child) {
    margin-bottom: 20px;
  }
}
.gkb-resume-modal__close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}

.form-timeout .bs-modal__container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 768px) {
  .form-timeout .bs-modal__container {
    flex-direction: row;
    width: 708;
    align-items: flex-end;
    padding: 20px 24px 32px;
  }
}
.form-timeout .bs-modal__inside-container {
  padding: 0;
}
@media (min-width: 768px) {
  .form-timeout__form {
    width: 416px;
    margin-right: 48px;
  }
}
@media (max-width: 767.9px) {
  .form-timeout__form {
    padding: 32px 16px;
  }
}
.form-timeout__decor {
  height: 138px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .form-timeout__decor {
    height: 405px;
    border-radius: 24px;
  }
}
@media (max-width: 767.9px) {
  .form-timeout__decor {
    order: -1;
  }
}
.form-timeout__decor img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.form-timeout__title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .form-timeout__title {
    margin-bottom: 8px;
  }
}
.form-timeout__description {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .form-timeout__description {
    margin-bottom: 32px;
  }
}

.gkb-ideolog {
  padding: 56px 0 48px 0;
}
@media (min-width: 768px) {
  .gkb-ideolog {
    padding: 80px 0;
  }
}
.gkb-ideolog__title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .gkb-ideolog__title {
    margin-bottom: 24px;
  }
}
.gkb-ideolog__text {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .gkb-ideolog__text {
    margin-bottom: 40px;
    max-width: 636px;
  }
}
.gkb-ideolog__action {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .gkb-ideolog__action {
    justify-content: flex-end;
  }
}
.gkb-ideolog__card {
  flex-shrink: 0;
}
@media (max-width: 767.9px) {
  .gkb-ideolog__card {
    width: calc(100vw - 52px);
  }
  .gkb-ideolog__card:not(:last-child) {
    margin-right: 8px;
  }
}
@media (max-width: 374.9px) {
  .gkb-ideolog__card {
    width: calc(100% - 24px);
  }
}
@media (min-width: 768px) {
  .gkb-ideolog__card {
    width: 636px;
  }
}
@media (min-width: 768px) {
  .gkb-ideolog__card {
    width: 524px;
  }
  .gkb-ideolog__card:not(:last-child) {
    margin-right: 24px;
  }
}
@media (min-width: 1400px) and (max-width: 1919.9px) {
  .gkb-ideolog__card {
    width: 466px;
  }
}
@media (min-width: 1400px) and (max-width: 1919.9px) {
  .gkb-ideolog__card {
    width: 466px;
  }
}
.gkb-ideolog__card-container {
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
}
.gkb-ideolog__card-container::-webkit-scrollbar {
  display: none;
}

.gkb-ideolog-card {
  background-color: #EFF0F5;
  border-radius: 30px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .gkb-ideolog-card {
    padding: 32px;
  }
}
.gkb-ideolog-card__header {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 767.9px) {
  .gkb-ideolog-card__header {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .gkb-ideolog-card__header {
    margin-bottom: 40px;
  }
}
.gkb-ideolog-card__header img {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .gkb-ideolog-card__header img {
    width: 116px;
    height: 116px;
    margin-right: 24px;
  }
}
@media (min-width: 1200px) {
  .gkb-ideolog-card__header img {
    width: 185px;
    height: 185px;
  }
}
.gkb-ideolog-card__info span {
  display: block;
  margin-bottom: 16px;
  color: #E06800;
}
@media (min-width: 768px) {
  .gkb-ideolog-card__info span {
    margin-bottom: 48px;
  }
}
.gkb-ideolog-card__info p {
  margin-top: 8px;
  color: #7C8092;
}
.gkb-ideolog-card__list {
  list-style-type: none;
  padding-left: 0;
}
.gkb-ideolog-card__list li:not(:last-child) {
  margin-bottom: 16px;
}

.gkb-teacher {
  background-color: #E8E5F9;
  padding: 48px 0;
}
@media (min-width: 1200px) {
  .gkb-teacher {
    padding-bottom: 120px;
  }
}
.gkb-teacher__title {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .gkb-teacher__title {
    margin-bottom: 48px;
  }
}
.gkb-teacher__title span {
  color: #725EF2;
}
.gkb-teacher__card {
  margin-right: 8px;
}
@media (max-width: 374.9px) {
  .gkb-teacher__card {
    width: calc(100% - 24px);
  }
}
@media (min-width: 768px) {
  .gkb-teacher__card {
    margin-right: 24px;
  }
}
.gkb-teacher__card-container {
  overflow-x: auto;
  position: relative;
  display: flex;
  scrollbar-width: none;
}
.gkb-teacher__card-container::-webkit-scrollbar {
  display: none;
}
.gkb-teacher__container {
  position: relative;
}
.gkb-teacher__gradient {
  width: 200px;
  position: absolute;
  top: 0px;
  right: -172px;
  bottom: 0px;
  background: linear-gradient(89.55deg, rgba(227, 225, 237, 0) 0.49%, #E3E1ED 15.99%, #E8E5F9 99.71%);
}
@media (max-width: 1399.9px) {
  .gkb-teacher__gradient {
    display: none;
  }
}

.gkb-teacher-card {
  background-color: #fff;
  width: calc(100vw - 52px);
  border-radius: 28px;
  padding: 24px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .gkb-teacher-card {
    width: 460px;
    padding: 24px 32px 60px 32px;
  }
}
.gkb-teacher-card img {
  border-radius: 50%;
}
.gkb-teacher-card__header {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #D4D4DD;
}
@media (min-width: 768px) {
  .gkb-teacher-card__header {
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
}
.gkb-teacher-card__header-sub {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 767.9px) {
  .gkb-teacher-card__header-sub {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .gkb-teacher-card__header-sub {
    margin-bottom: 24px;
  }
}
.gkb-teacher-card__header-sub img {
  width: 64px;
  height: 64px;
  margin-right: 16px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .gkb-teacher-card__header-sub img {
    width: 116px;
    height: 116px;
    margin-right: 24px;
  }
}
.gkb-teacher-card__footer {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #D4D4DD;
}
@media (min-width: 768px) {
  .gkb-teacher-card__footer {
    padding-top: 32px;
    margin-top: 32px;
  }
}
.gkb-teacher-card__footer-tags {
  display: flex;
  flex-wrap: wrap;
}
.gkb-teacher-card__footer-tags span {
  display: inline-flex;
  align-items: center;
  height: 32px;
  border-radius: 32px;
  background-color: #725EF2;
  color: #fff;
  padding: 0 12px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.gkb-teacher-card__footer p {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .gkb-teacher-card__footer p {
    margin-bottom: 16px;
  }
}
.gkb-teacher-card__footer-company {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .gkb-teacher-card__footer-company {
    margin-bottom: 40px;
  }
}
.gkb-teacher-card__footer-company img {
  height: 20px;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .gkb-teacher-card__footer-company img {
    height: 24px;
    margin-right: 16px;
  }
}
.gkb-teacher-card__footer-social {
  display: flex;
  flex-wrap: wrap;
  margin-top: 64px;
}
.gkb-teacher-card__footer-social a {
  margin-right: 24px;
}
.gkb-teacher-card__footer-social a img {
  width: 28px;
  height: 28px;
}
.gkb-teacher-card__footer-link {
  display: block;
  margin-top: 32px;
}
.gkb-teacher-card__body p {
  margin-bottom: 8px;
}
.gkb-teacher-card__body span {
  display: block;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .gkb-teacher-card__body span {
    margin-bottom: 16px;
  }
}
.gkb-teacher-card__body span + p {
  margin-top: 24px;
}
.gkb-teacher-card__name {
  margin-bottom: 4px;
}
.gkb-teacher-card__subtitle {
  color: #7C8092;
}

.gkb-education {
  padding: 64px 0;
}
@media (min-width: 768px) {
  .gkb-education {
    padding: 80px 0;
  }
}
.gkb-education__title {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .gkb-education__title {
    margin-bottom: 64px;
  }
}
.gkb-education__title span {
  color: #8D46F6;
}
.gkb-education__card-container {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .gkb-education__card-container {
    margin-bottom: 56px;
  }
}
.gkb-education__description-container {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .gkb-education__description-container {
    margin-bottom: 48px;
  }
}
.gkb-education__info {
  min-height: 336px;
  border-radius: 28px;
  padding: 48px 32px;
}
.gkb-education__info._left {
  background-color: #E8E5F9;
}
.gkb-education__info._left .sub {
  color: #B0A7E9;
  display: block;
  margin-top: 10px;
}
.gkb-education__info._right {
  background: url("/assets/images/education/rocket-bg.png") no-repeat right bottom;
  background-size: cover;
  color: #fff;
}
.gkb-education__info._right span {
  display: block;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .gkb-education__info._right span {
    margin-top: 56px;
  }
}
.gkb-education__info-wrapper {
  margin-top: 48px;
  display: flex;
}
.gkb-education__info-wrapper img {
  flex-shrink: 0;
  margin-right: 20px;
}

.gkb-time {
  background-color: #E8E5F9;
  padding: 40px 0 32px 0;
}
@media (min-width: 768px) {
  .gkb-time {
    padding: 64px 0 48px 0;
  }
}
@media (min-width: 1200px) {
  .gkb-time {
    padding: 64px 0;
  }
}
.gkb-time__title {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .gkb-time__title {
    margin-bottom: 56px;
  }
}
.gkb-time__title span {
  color: #6654D9;
}
.gkb-time__text {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .gkb-time__text {
    margin-bottom: 40px;
  }
}
.gkb-time__description {
  margin-bottom: 32px;
  background: url("https://gb.ru/channels/base/images/education/time-gradient-1.png") bottom;
  background-size: cover;
  padding: 24px;
  border-radius: 28px;
  background-color: #d1c9fe;
}
@media (min-width: 768px) {
  .gkb-time__description {
    padding: 32px;
  }
}
@media (min-width: 1200px) {
  .gkb-time__description {
    margin-bottom: 40px;
    padding: 32px 48px;
  }
}
.gkb-time__card {
  padding: 40px 28px;
  width: 276px;
  flex-shrink: 0;
  margin-right: 20px;
  border-radius: 28px;
}
@media (min-width: 1200px) {
  .gkb-time__card {
    width: 32%;
  }
}
.gkb-time__card._white {
  background-color: #fff;
}
.gkb-time__card._gradient {
  background: url("https://gb.ru/channels/base/images/education/time-gradient-2.png") no-repeat bottom;
  background-size: cover;
  background-color: #d1c9fe;
}
.gkb-time__card-container {
  overflow-x: auto;
  display: flex;
}
.gkb-time__card-container::-webkit-scrollbar {
  display: none;
}
.gkb-time__card-header {
  margin-bottom: 52px;
}
.gkb-time__card-header p {
  margin-bottom: 4px;
}
.gkb-time__card-header span {
  color: #fff;
}
.gkb-time__card-header span._violet {
  color: #725EF2;
}
.gkb-time__card-sep {
  display: flex;
}
.gkb-time__card-sep-1 {
  flex-grow: 1;
  border-right: 1px solid #E8E5F9;
  margin-right: 20px;
  padding-right: 20px;
}
.gkb-time__card-wrapper {
  display: flex;
}
.gkb-time__card-wrapper span {
  color: #fff;
}
.gkb-time__card-wrapper._indent-small {
  margin-bottom: 16px;
}
.gkb-time__card-wrapper._indent-large {
  margin-bottom: 24px;
}
.gkb-time__card-wrapper img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 20px;
  flex-shrink: 0;
}

.gkb-choice {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .gkb-choice {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .gkb-choice {
    padding-top: 100px;
  }
}
.gkb-choice__title {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .gkb-choice__title {
    max-width: 572px;
  }
}
.gkb-choice__text {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .gkb-choice__text {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .gkb-choice__text {
    max-width: 636px;
  }
}
.gkb-choice__stat {
  width: 45%;
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .gkb-choice__stat {
    text-align: center;
    width: 30%;
  }
}
.gkb-choice__stat p {
  margin-bottom: 4px;
  color: #E06800;
}
.gkb-choice__stat-container {
  display: flex;
  gap: 20px;
  padding: 24px;
  background-color: #EFF0F5;
  border-radius: 28px;
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .gkb-choice__stat-container {
    justify-content: center;
  }
}
@media (max-width: 1399.9px) {
  .gkb-choice__stat-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .gkb-choice__stat-container {
    padding: 32px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .gkb-choice__stat-container {
    margin-bottom: 40px;
  }
}
.gkb-choice__info-container {
  margin-bottom: 48px;
}
.gkb-choice__info-card {
  padding: 24px;
  border-radius: 28px;
  background-color: #EFF0F5;
}
@media (min-width: 768px) {
  .gkb-choice__info-card {
    padding: 32px;
  }
}
.gkb-choice__info-card span {
  display: block;
  margin-top: 16px;
}
.gkb-choice__info-card-decor {
  display: none;
  position: relative;
}
@media (min-width: 1200px) {
  .gkb-choice__info-card-decor {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 5/9;
    grid-row: 1/3;
  }
}
.gkb-choice__info-card-decor ._left,
.gkb-choice__info-card-decor ._right {
  position: absolute;
  height: 50%;
  border-top: 1px solid #d4d4dd;
  border-bottom: 1px solid #d4d4dd;
  width: 32px;
}
.gkb-choice__info-card-decor ._left::before,
.gkb-choice__info-card-decor ._right::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  width: 16px;
  height: 1px;
  background-color: #d4d4dd;
}
.gkb-choice__info-card-decor ._left {
  border-right: 1px solid #d4d4dd;
  border-radius: 0 16px 16px 0;
  left: -24px;
}
.gkb-choice__info-card-decor ._left::before {
  right: -24px;
}
.gkb-choice__info-card-decor ._right {
  border-left: 1px solid #d4d4dd;
  border-radius: 16px 0 0 16px;
  right: -24px;
}
.gkb-choice__info-card-decor ._right::before {
  left: -8px;
}
.gkb-choice__info-card-decor img {
  max-width: 162px;
}

.gkb-choice-license {
  margin-bottom: 48px;
  display: flex;
}
@media (max-width: 1199.9px) {
  .gkb-choice-license {
    flex-direction: column;
  }
}
.gkb-choice-license__column-1 {
  display: flex;
}
@media (max-width: 1199.9px) {
  .gkb-choice-license__column-1 {
    margin-bottom: 64px;
  }
}
@media (max-width: 767.9px) {
  .gkb-choice-license__column-1 {
    margin-bottom: 48px;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .gkb-choice-license__column-1 {
    margin-right: 24px;
  }
}
.gkb-choice-license__column-1 h3 {
  margin-bottom: 16px;
}
.gkb-choice-license__column-1 p {
  margin-bottom: 16px;
}
.gkb-choice-license__column-1 img {
  height: 100px;
  flex-shrink: 0;
}
@media (max-width: 767.9px) {
  .gkb-choice-license__column-1 img {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .gkb-choice-license__column-1 img {
    height: 300px;
    margin-right: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .gkb-choice-license__column-1 img {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .gkb-choice-license__column-1 img {
    margin-right: 68px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .gkb-choice-license__column-1 img {
    margin-right: 32px;
  }
}
.gkb-choice-license__column-2 {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .gkb-choice-license__column-2 {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .gkb-choice-license__column-2 {
    width: 300px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .gkb-choice-license__column-2 {
    width: 240px;
  }
}
.gkb-choice-license__column-2 img {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 576px) {
  .gkb-choice-license__column-2 img {
    width: 300px;
  }
}
@media (max-width: 767.9px) {
  .gkb-choice-license__column-2 img {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .gkb-choice-license__column-2 img {
    margin-right: 24px;
  }
}
@media (min-width: 1200px) {
  .gkb-choice-license__column-2 img {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .gkb-choice-license__column-2 img {
    width: 240px;
  }
}

.gkb-choice-license {
  box-shadow: 0px 3px 25px rgba(0, 30, 69, 0.22);
  background-color: #fff;
  border-radius: 28px;
  padding: 24px;
}
@media (min-width: 768px) {
  .gkb-choice-license {
    padding: 32px;
  }
}
@media (min-width: 1200px) {
  .gkb-choice-license {
    padding: 48px;
  }
}

.gkb-results-edu {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .gkb-results-edu {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .gkb-results-edu {
    margin-bottom: 120px;
  }
}
.gkb-results-edu__title {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .gkb-results-edu__title {
    margin-bottom: 48px;
  }
}
.gkb-results-edu__container:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .gkb-results-edu__container:not(:last-child) {
    margin-bottom: 48px;
  }
}
.gkb-results-edu__wrapper img {
  margin-bottom: 24px;
  margin-top: 24px;
  max-width: 300px;
}
@media (min-width: 768px) {
  .gkb-results-edu__wrapper img {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .gkb-results-edu__wrapper img {
    width: 100%;
    max-width: 100%;
  }
}
.gkb-results-edu__wrapper p {
  margin-bottom: 24px;
}
.gkb-results-edu__wrapper span {
  display: block;
}
.gkb-results-edu__wrapper span:not(:last-child) {
  margin-bottom: 16px;
}
.gkb-results-edu__link {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .gkb-results-edu__link {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .gkb-results-edu__link {
    align-items: flex-end;
    justify-content: flex-end;
  }
}

.gkb-platform {
  margin-bottom: 88px;
}
@media (min-width: 1200px) {
  .gkb-platform {
    margin-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .gkb-platform__title {
    margin-bottom: 300px;
  }
}
.gkb-platform__title span {
  color: #8D46F6;
}
.gkb-platform__card {
  background-color: #F6F5FD;
  border-radius: 28px;
  padding: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .gkb-platform__card {
    padding: 32px;
  }
}
@media (min-width: 1200px) {
  .gkb-platform__card {
    padding: 32px 44px;
  }
}
@media (max-width: 575.9px) {
  .gkb-platform__card._first {
    padding-top: 200px;
    margin-top: 120px;
  }
  .gkb-platform__card._first img {
    width: 280px;
    bottom: 240px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767.9px) {
  .gkb-platform__card._first img {
    margin-bottom: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .gkb-platform__card._first {
    padding-top: 100px;
    margin-top: 220px;
  }
  .gkb-platform__card._first img {
    width: 280px;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .gkb-platform__card._first {
    padding-top: 200px;
    margin-top: 200px;
  }
  .gkb-platform__card._first img {
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .gkb-platform__card._first {
    padding-top: 140px;
  }
}
@media (min-width: 1200px) {
  .gkb-platform__card._first img {
    padding-top: 140px;
    width: calc(100% + 32px);
    left: -24px;
    bottom: calc(100% - 120px);
  }
}
@media (max-width: 575.9px) {
  .gkb-platform__card._second {
    padding-top: 120px;
    margin-top: 90px;
  }
  .gkb-platform__card._second img {
    width: 280px;
    bottom: 240px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .gkb-platform__card._second {
    padding-top: 100px;
    margin-top: 100px;
  }
  .gkb-platform__card._second img {
    width: 280px;
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .gkb-platform__card._second {
    padding-top: 200px;
    margin-top: 150px;
  }
  .gkb-platform__card._second img {
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .gkb-platform__card._second {
    padding-top: 140px;
  }
}
@media (min-width: 1200px) {
  .gkb-platform__card._second img {
    padding-top: 140px;
    width: 100%;
    left: -24px;
    right: -24px;
    bottom: calc(100% - 120px);
    width: calc(100% + 48px);
  }
}
@media (max-width: 575.9px) {
  .gkb-platform__card._third {
    padding-top: 120px;
    margin-top: 90px;
  }
  .gkb-platform__card._third img {
    width: 280px;
    bottom: 240px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .gkb-platform__card._third {
    padding-top: 100px;
    margin-top: 100px;
  }
  .gkb-platform__card._third img {
    width: 280px;
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .gkb-platform__card._third {
    padding-top: 200px;
    margin-top: 150px;
  }
  .gkb-platform__card._third img {
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .gkb-platform__card._third {
    padding-left: 100px;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .gkb-platform__card._third img {
    height: 100%;
    right: calc(100% - 88px);
    top: 0;
    width: auto;
  }
}
@media (max-width: 767.9px) {
  .gkb-platform__card._first, .gkb-platform__card._second, .gkb-platform__card._third {
    padding-top: 24px;
    margin-top: 0;
  }
  .gkb-platform__card._first img, .gkb-platform__card._second img, .gkb-platform__card._third img {
    position: relative;
    bottom: initial;
    left: initial;
    padding-top: initial;
    transform: initial;
  }
}
.gkb-platform__card img {
  width: 100%;
  position: absolute;
}
.gkb-platform__card span {
  display: block;
  margin-top: 12px;
}

.gkb-realization {
  overflow: hidden;
}
.gkb-realization._indent {
  margin-bottom: 28px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .gkb-realization._indent {
    margin-bottom: 44px;
  }
}
.gkb-realization__title {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .gkb-realization__title {
    margin-bottom: 48px;
  }
}
.gkb-realization__link-wrapper {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .gkb-realization__link-wrapper {
    margin-top: 48px;
    justify-content: flex-end;
  }
}
.gkb-realization__subtitle {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .gkb-realization__subtitle {
    margin-bottom: 24px;
  }
}
.gkb-realization__text {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .gkb-realization__text {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .gkb-realization__text {
    max-width: 636px;
  }
}
.gkb-realization__container {
  position: relative;
}
.gkb-realization__card-container {
  outline: none;
}
.gkb-realization__gradient {
  position: absolute;
  height: calc(100% + 48px);
  width: 50vw;
  top: -24px;
  bottom: -24px;
  left: calc(100% - 118px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0.49%, #FFFFFF 15.99%, #FFFFFF 100%);
}
@media (max-width: 1199.9px) {
  .gkb-realization__gradient {
    display: none;
  }
}
.gkb-realization__nav:not(:last-child) {
  margin-right: 16px;
}
.gkb-realization__nav-container {
  display: flex;
  position: absolute;
  bottom: calc(100% + 24px);
  right: 0;
}
@media (max-width: 1199.9px) {
  .gkb-realization__nav-container {
    display: none;
  }
}

.gkb-realization-card {
  width: 306px;
  flex-shrink: 0;
  background-color: #fff;
  box-shadow: 0px 3px 25px rgba(0, 30, 69, 0.22);
  border-radius: 30px;
  margin-right: 24px;
}
.gkb-realization-card._contain .gkb-realization-card__header img {
  -o-object-fit: cover;
  object-fit: cover;
}
.gkb-realization-card__header {
  overflow: hidden;
  height: 206px;
  border-radius: 30px;
}
.gkb-realization-card__header img {
  width: 100%;
  height: 206px;
}
.gkb-realization-card__body {
  padding: 24px;
}
.gkb-realization-card__body span {
  display: block;
  margin-top: 16px;
}

.gkb-need {
  background-color: #F6F5FD;
  padding-top: 48px;
  padding-bottom: 32px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .gkb-need {
    padding-top: 64px;
  }
}
.gkb-need._color {
  background-color: #E8E5F9;
}
.gkb-need__title {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .gkb-need__title {
    margin-bottom: 48px;
  }
}
.gkb-need__text {
  margin-bottom: 32px;
}
.gkb-need__card {
  padding: 24px;
  background-color: #fff;
  border-radius: 30px;
  width: 80vw;
  margin-right: 8px;
}
.gkb-need__card p {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .gkb-need__card {
    width: 600px;
    padding: 32px;
    margin-right: 24px;
  }
}
@media (min-width: 1200px) {
  .gkb-need__card {
    width: 100%;
    padding: 36px;
    margin-right: 0;
  }
}
.gkb-need__card-container {
  outline: none;
  flex-grow: 1;
  position: relative;
}
@media (min-width: 1200px) {
  .gkb-need__card-container {
    overflow: hidden;
  }
}
.gkb-need__container {
  position: relative;
}
@media (min-width: 1200px) {
  .gkb-need__container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.gkb-need__nav {
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199.9px) {
  .gkb-need__nav {
    display: none;
  }
}
.gkb-need__nav svg {
  color: #6755D9;
  cursor: pointer;
}
.gkb-need__nav._left {
  left: 0;
}
.gkb-need__nav._left svg {
  transform: rotate(180deg);
}
.gkb-need__nav._right {
  right: 0;
}

.gkb-package {
  margin-top: 56px;
}
@media (min-width: 768px) {
  .gkb-package {
    margin-top: 64px;
  }
}
@media (min-width: 1200px) {
  .gkb-package {
    margin-top: 120px;
  }
}
.gkb-package__title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .gkb-package__title {
    margin-bottom: 24px;
  }
}
.gkb-package__text {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .gkb-package__text {
    margin-bottom: 48px;
  }
}
.gkb-package__container {
  padding: 24px;
  border-radius: 30px;
  background-color: #EFF0F5;
}
@media (min-width: 1200px) {
  .gkb-package__container {
    display: flex;
  }
}
.gkb-package__number-info-wrapper {
  color: #7C8092;
  border: 1px solid #D4D4DD;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px 16px 10px 16px;
  position: relative;
}
@media (max-width: 767.9px) {
  .gkb-package__number-info-wrapper {
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .gkb-package__number-info-wrapper {
    margin-top: -12px;
  }
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .gkb-package__number-info-wrapper {
    margin-top: -12px;
  }
}
.gkb-package__number-info-wrapper .gkb-package__number-item {
  margin-right: 16px;
}
.gkb-package__number-info-item {
  flex-grow: 1;
}
.gkb-package__number-info-item p {
  border-bottom: 1px solid #D4D4DD;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767.9px) {
  .gkb-package__number-item {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .gkb-package__number-item p {
    margin-top: -10px;
  }
}
.gkb-package__number-item div span {
  display: inline;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .gkb-package__number-item div span {
    display: none;
  }
}
.gkb-package__number-item span {
  display: block;
}
@media (max-width: 767.9px) {
  .gkb-package__number-item._par, .gkb-package__number-item._plus {
    display: none;
  }
}
.gkb-package__number-item._par {
  margin-left: 16px;
  margin-right: 16px;
}
.gkb-package__number-item._plus {
  margin-right: 16px;
}
@media (max-width: 767.9px) {
  .gkb-package__number-item._mobile {
    display: none;
  }
}
.gkb-package__number-item._desktop {
  color: #7C8092;
  position: relative;
}
@media (min-width: 768px) {
  .gkb-package__number-item._desktop {
    display: none;
  }
}
.gkb-package__number-item._desktop img {
  position: absolute;
  height: 40px;
  right: 0;
  top: 100%;
}
@media (min-width: 768px) {
  .gkb-package__number-item._desktop img {
    display: none;
  }
}
.gkb-package__number-item p, .gkb-package__number-item span {
  white-space: nowrap;
}
.gkb-package__number-wrapper {
  display: flex;
  margin-bottom: 40px;
}
.gkb-package__number-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 1920px) {
  .gkb-package__number-container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .gkb-package__column-left {
    width: 35%;
    margin-right: 64px;
  }
}
@media (max-width: 1199.9px) {
  .gkb-package__column-left {
    margin-bottom: 48px;
  }
}
@media (max-width: 767.9px) {
  .gkb-package__column-left {
    margin-bottom: 32px;
  }
}
.gkb-package__column-title {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .gkb-package__column-title {
    margin-bottom: 32px;
  }
}
.gkb-package__column-card {
  display: flex;
  align-items: center;
}
.gkb-package__column-card img {
  flex-shrink: 0;
  margin-right: 16px;
}
.gkb-package__column-card span {
  color: #7C8092;
}

.gkb-package-cards {
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
  padding-bottom: 56px;
  padding-top: 48px;
}
@media (min-width: 768px) {
  .gkb-package-cards {
    padding-bottom: 64px;
    padding-top: 64px;
  }
}
@media (min-width: 1200px) {
  .gkb-package-cards {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.gkb-package-cards__container {
  position: relative;
}
.gkb-package-cards__container .gkb-realization__gradient {
  z-index: 2;
}
.gkb-package-cards__card-container {
  display: flex;
  outline: none;
}
.gkb-package-cards__card-container .flickity-slider,
.gkb-package-cards__card-container .gkb-package-card {
  height: inherit;
}
.gkb-package-cards__nav:not(:last-child) {
  margin-right: 16px;
}
.gkb-package-cards__nav-container {
  display: flex;
  position: absolute;
  bottom: calc(100% + 24px);
  right: 0;
}
@media (max-width: 1199.9px) {
  .gkb-package-cards__nav-container {
    display: none;
  }
}

.i3 .gkb-package-card {
  width: calc(33% - 24px);
}

.gkb-package-card {
  min-width: 306px;
  margin-right: 32px;
  border-radius: 30px;
  box-shadow: 0px 3px 25px rgba(0, 30, 69, 0.22);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .gkb-package-card {
    margin-right: 24px;
  }
}
.gkb-package-card__header {
  padding: 24px;
  border-radius: 30px;
  color: #fff;
  min-height: 260px;
}
.gkb-package-card__header._begin {
  background: linear-gradient(107.85deg, #374E70 44.09%, #748092 110.89%);
}
.gkb-package-card__header._basic {
  background: linear-gradient(107.85deg, #725EF2 44.09%, rgba(114, 94, 242, 0.5) 110.89%);
}
.gkb-package-card__header._master {
  background: linear-gradient(107.85deg, #FFA800 46.84%, rgba(255, 168, 0, 0.5) 110.89%);
}
.gkb-package-card__header._pro {
  background: linear-gradient(107.85deg, #000000 46.84%, rgba(0, 0, 0, 0.5) 110.89%);
}
.gkb-package-card__header-label {
  padding: 7px 16px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.3);
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
}
.gkb-package-card__header-old {
  opacity: 0.5;
  margin-bottom: -2px;
  text-decoration: line-through;
}
.gkb-package-card__header-title {
  margin-bottom: 32px;
}
.gkb-package-card__header_hint {
  margin-top: -4px;
  opacity: 0.75;
}
.gkb-package-card__body {
  padding: 24px;
  flex-grow: 1;
}
.gkb-package-card__body-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #D4D4DD;
}
.gkb-package-card__body-item:first-child {
  padding-top: 0;
  border: none;
}
.gkb-package-card__body-item span:first-child {
  margin-right: 16px;
}
.gkb-package-card__body-item span:last-child {
  white-space: nowrap;
}
.gkb-package-card__body-level {
  display: flex;
  align-items: center;
}
.gkb-package-card__body-level svg {
  width: 18px;
  height: 18px;
}
.gkb-package-card__body-level svg:not(:last-child) {
  margin-right: 3px;
}
.gkb-package-card__footer {
  padding: 24px;
}

.gkb-answers {
  padding-bottom: 80px;
  margin-top: 64px;
}
@media (min-width: 768px) {
  .gkb-answers {
    margin-top: 80px;
  }
}
.gkb-answers__title {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .gkb-answers__title {
    margin-bottom: 48px;
  }
}
.gkb-answers__title span {
  color: #8D46F6;
}
.gkb-answers__accordion {
  background-color: #F6F5FD;
  border-radius: 30px;
}
.gkb-answers__accordion:not(.active) .gkb-answers__accordion-body {
  display: none;
}
.gkb-answers__accordion:not(:last-child) {
  margin-bottom: 20px;
}
.gkb-answers__accordion.active .gkb-answers__accordion-header svg {
  transform: rotate(180deg);
}
.gkb-answers__accordion-header {
  display: flex;
  align-items: center;
  padding: 24px;
}
.gkb-answers__accordion-header span {
  flex-grow: 1;
  margin-right: 20px;
}
.gkb-answers__accordion-header svg {
  flex-shrink: 0;
  transition: 80ms ease-in-out;
}
.gkb-answers__accordion-body {
  padding: 0 24px 24px 24px;
}

.main-form {
  padding: 32px 24px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 28px;
}
.main-form._shadow {
  box-shadow: 0px 3px 25px rgba(0, 30, 69, 0.2);
}
.main-form__title {
  margin-bottom: 16px;
}
.main-form__description {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .main-form__description {
    margin-bottom: 32px;
  }
}
.main-form__info-container {
  margin-bottom: 32px;
}
.main-form__info-container p:not(:last-child) {
  margin-bottom: 4px;
}
.main-form__info-container p span {
  color: #7C8092;
}
.main-form__price-container {
  margin-bottom: 32px;
}
.main-form__list-container {
  margin-bottom: 32px;
}
.main-form__form-control:not(:last-child) {
  margin-bottom: 16px;
}
.main-form__form-control .iti {
  width: 100%;
}
.main-form__form-control-container {
  margin-bottom: 24px;
}
.main-form__disclaimer {
  margin-top: 16px;
}
.main-form__entity {
  margin-bottom: 24px;
}
.main-form .gkb-label-card__label {
  margin-right: 0;
  margin-bottom: 12px;
  width: -moz-fit-content;
  width: fit-content;
}

.main-form-price__old {
  color: #7C8092;
  margin-bottom: -4px;
  text-decoration: line-through;
}
.main-form-price__old span {
  font-weight: inherit;
}

.main-form-list {
  list-style-type: disc;
  padding-left: 16px;
}
.main-form-list li:not(:last-child) {
  margin-bottom: 8px;
}

.result-notification {
  background-color: #fff;
  border-radius: 28px;
  box-shadow: 0px 3px 25px rgba(0, 30, 69, 0.2);
  padding: 32px 24px;
}
.result-notification__title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.result-notification__title svg {
  flex-shrink: 0;
  margin-right: 10px;
}
.result-notification__title span {
  margin-top: 4px;
}
.result-notification__icon._done {
  color: #22C993;
}
.result-notification__icon._danger {
  color: #E10007;
}
.result-notification__description {
  margin-bottom: 24px;
}

.form-payment__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .form-payment__title {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 48px;
  }
}
.form-payment__content {
  padding: 32px 0;
}
@media (min-width: 768px) {
  .form-payment__content {
    padding: 64px 0;
  }
}

.form-payment-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 25px rgba(0, 30, 69, 0.22);
  padding: 24px 24px 32px;
}
.form-payment-card__label {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  color: #8D46F6;
  border: 1px solid #8D46F6;
  padding: 0 12px;
  height: 36px;
  margin-bottom: 24px;
  border-radius: 80px;
}
.form-payment-card__label:not(.active) {
  opacity: 0;
}
@media (max-width: 767.9px) {
  .form-payment-card__label:not(.active) {
    display: none;
  }
}
.form-payment-card__title {
  margin-bottom: 32px;
  flex-grow: 1;
}
.form-payment-card__footer {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-payment-card__price {
  margin-bottom: 32px;
  flex-grow: 1;
  color: #725EF2;
}
@media (min-width: 1200px) {
  .form-payment-card__price {
    margin-bottom: 56px;
  }
}
.form-payment-card__price-old {
  color: #7C8092;
  margin-bottom: -4px;
  text-decoration: line-through;
}
.form-payment-card__price-old:not(.active) {
  opacity: 0;
}
.form-payment-card__action {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .form-payment-card__action {
    min-height: 90px;
  }
}
.form-payment-card__action .ui-link-default {
  margin-top: 24px;
}

.sale {
  padding-top: 64px;
  padding-bottom: 220px;
  background: linear-gradient(101.38deg, #5100A7 -1.74%, #72B8BC 66.82%);
  overflow: hidden;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .sale {
    padding-top: 128px;
    padding-bottom: 284px;
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .sale {
    padding-bottom: 64px;
  }
}
.sale__title {
  margin-bottom: 24px;
  color: #fff;
}
.sale__subtitle {
  margin-bottom: 44px;
  color: #fff;
}
@media (min-width: 768px) {
  .sale__subtitle {
    margin-bottom: 48px;
  }
}
@media (min-width: 1400px) {
  .sale__subtitle br {
    display: none;
  }
}
.sale__subtitle span {
  padding: 4px 12px;
  background-color: #fff;
  border-radius: 28px;
  color: #191816;
  display: inline-flex;
}
@media (max-width: 767.9px) {
  .sale__subtitle span {
    max-width: 268px;
  }
}

.sale-banner {
  position: relative;
}
.sale-banner__container {
  background-color: #fff;
  border-radius: 24px;
  padding: 20px 24px 32px;
  position: relative;
}
@media (min-width: 768px) {
  .sale-banner__container {
    border-radius: 48px;
    padding: 64px 40px;
  }
}
@media (min-width: 1200px) {
  .sale-banner__container {
    padding: 68px 64px 64px;
  }
}
.sale-banner__title {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .sale-banner__title {
    margin-bottom: 32px;
  }
  .sale-banner__title br {
    display: none;
  }
}
.sale-banner__title span {
  background-color: #FCB8FF;
  padding: 4px 8px;
  border-radius: 24px;
  font-weight: inherit;
}
@media (min-width: 768px) {
  .sale-banner__title span {
    padding: 12px 8px;
  }
}
.sale-banner__hint {
  color: #191816;
  opacity: 0.5;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .sale-banner__hint {
    margin-top: 40px;
  }
}
.sale-banner__decor-badge, .sale-banner__decor-friday, .sale-banner__decor-discount {
  position: absolute;
}
.sale-banner__decor-badge {
  width: 160px;
  bottom: calc(100% - 80px);
  right: -64px;
  z-index: 1;
}
@media (min-width: 768px) {
  .sale-banner__decor-badge {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .sale-banner__decor-badge {
    width: 260px;
  }
}
.sale-banner__decor-discount {
  height: 300px;
  height: 363px;
  bottom: -364px;
  left: -192px;
  transform: rotate(16deg);
}
@media (min-width: 768px) {
  .sale-banner__decor-discount {
    height: 400px;
    bottom: -389px;
    left: -192px;
    transform: rotate(20deg);
  }
}
@media (min-width: 1200px) {
  .sale-banner__decor-discount {
    bottom: -160px;
    left: 0;
    transform: rotate(0);
  }
}
.sale-banner__decor-friday {
  height: 828px;
  bottom: -457px;
  left: -130px;
  transform: rotate(23deg);
}
@media (min-width: 768px) {
  .sale-banner__decor-friday {
    height: 900px;
    bottom: -563px;
    left: -130px;
    transform: rotate(15deg);
  }
}
@media (min-width: 1200px) {
  .sale-banner__decor-friday {
    bottom: -432px;
    left: 100px;
    transform: rotate(0);
  }
}

.sale-card {
  display: flex;
  align-items: center;
  background-color: #F1EFE4;
  border-radius: 100px;
  padding: 16px;
}
@media (min-width: 768px) {
  .sale-card {
    padding: 16px 24px;
  }
}
.sale-card__image {
  width: 32px;
  height: 32px;
}
.sale-card__image-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 16px;
  flex-shrink: 0;
}
.sale-card__text span {
  text-decoration: line-through;
}

.internship {
  background-color: #F1EFE4;
}
.internship._indent {
  padding-top: 64px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .internship._indent {
    padding-top: 132px;
    padding-bottom: 64px;
  }
}
.internship__title {
  margin-bottom: 16px;
}
.internship__text {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .internship__text {
    margin-bottom: 64px;
  }
}
@media (min-width: 768px) {
  .internship__title._limit, .internship__text._limit {
    max-width: 1074px;
  }
}
.internship__button {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .internship__button {
    margin-top: 64px;
  }
}

.internship-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .internship-card {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .internship-card {
    flex-direction: row;
    border-radius: 56px;
  }
}
.internship-card._indent:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .internship-card._indent:not(:last-child) {
    margin-bottom: 24px;
  }
}
.internship-card__description {
  padding: 24px 24px 0 24px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .internship-card__description {
    padding: 40px 0 40px 40px;
  }
}
.internship-card__title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .internship-card__title {
    margin-bottom: 32px;
  }
}
.internship-card__image {
  margin-top: 8px;
  width: 188px;
}
@media (min-width: 768px) {
  .internship-card__image {
    width: 240px;
  }
}
.internship-card__image-wrapper {
  display: inline-flex;
  align-items: flex-end;
  flex-shrink: 0;
}
.internship-card__image-wrapper img {
  max-height: 160px;
}
@media (min-width: 1200px) {
  .internship-card__image-wrapper img {
    margin-top: -40px;
  }
}
@media (min-width: 1400px) {
  .internship-card._column {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 40px;
  }
}

.partners {
  padding: 24px;
  background-color: #fff;
  border-radius: 24px;
}
.partners._indent:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .partners._indent:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 1400px) {
  .partners._column {
    display: flex;
  }
  .partners._column .partners__title {
    margin-right: 32px;
  }
}
@media (min-width: 768px) {
  .partners {
    border-radius: 56px;
    padding: 40px;
  }
}
.partners__title {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .partners__title {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .partners__title {
    margin-bottom: 40px;
  }
}
.partners__list-container {
  background-color: #EFF0F5;
  border-radius: 16px;
  padding: 12px;
}
@media (min-width: 768px) {
  .partners__list-container {
    padding: 24px;
    border-radius: 48px;
  }
}
@media (min-width: 1400px) {
  .partners__list-container {
    max-width: 600px;
  }
}
.partners__image-wrapper {
  display: flex;
}
.partners__image-wrapper:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .partners__image-wrapper:not(:last-child) {
    margin-bottom: 24px;
  }
}
.partners__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
.partners__more, .partners__image {
  width: 40px;
  height: 40px;
}
.partners__more:not(:first-child), .partners__image:not(:first-child) {
  margin-left: -8px;
}
@media (min-width: 768px) {
  .partners__more, .partners__image {
    width: 80px;
    height: 80px;
  }
  .partners__more:not(:first-child), .partners__image:not(:first-child) {
    margin-left: -16px;
  }
}

.questions__wrapper {
  background-color: #F1EFE4;
}
.questions__container {
  padding-top: 28px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .questions__container {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .questions__container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.questions__title {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .questions__title {
    margin-bottom: 32px;
  }
}
.questions__button.ui-button--square {
  background-color: #fff;
}
@media (max-width: 767.9px) {
  .questions__button.ui-button--square {
    width: 32px;
    height: 32px;
  }
}
.questions__button.ui-button--square svg {
  color: #191816;
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .questions__button.ui-button--square svg {
    width: 24px;
    height: 24px;
  }
}

.accordion__wrapper {
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .accordion__wrapper {
    border-radius: 32px;
  }
}
.accordion__wrapper:not(:last-child) {
  margin-bottom: 16px;
}
.accordion__wrapper.active .accordion__icon {
  transform: rotate(45deg);
}
.accordion__wrapper.active .accordion__body {
  display: block;
}
.accordion__header {
  display: flex;
  align-items: center;
  padding: 16px;
}
@media (min-width: 768px) {
  .accordion__header {
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .accordion__header {
    padding: 24px 32px;
  }
}
.accordion__body {
  padding: 0 32px 24px 16px;
  display: none;
}
@media (min-width: 768px) {
  .accordion__body {
    padding: 0 44px 40px 32px;
  }
}
@media (min-width: 1200px) {
  .accordion__body {
    padding-right: 192px;
  }
}
.accordion__title {
  flex-grow: 1;
}
.accordion__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-left: 16px;
  transition: 200ms ease-in-out;
  margin-left: 16px;
}
@media (min-width: 768px) {
  .accordion__icon {
    margin-left: 24px;
  }
}

.widget-form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  background-position: bottom -1px right -1px;
  background-size: auto 68px;
  background-repeat: no-repeat;
  height: 68px;
  position: relative;
  border-radius: 24px;
}
.widget-form._theme-1, .widget-form._theme-2, .widget-form._theme-3, .widget-form._theme-4 {
  overflow: hidden;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .widget-form._theme-1, .widget-form._theme-2, .widget-form._theme-3, .widget-form._theme-4 {
    height: 74px;
    background-size: auto 74px;
    padding-left: 20px;
  }
}
.widget-form._theme-1 {
  background-color: #8D46F6;
  background-image: url(/assets/images/widget-form/widget-form-1.png);
}
.widget-form._theme-2 {
  background-color: #ffffff;
  background-image: url(/assets/images/widget-form/widget-form-2.png);
}
.widget-form._theme-3 {
  background-color: #252525;
  background-image: url(/assets/images/widget-form/widget-form-3.png);
}
.widget-form._theme-4 {
  background-image: url(/assets/images/widget-form/widget-form-4.png), linear-gradient(93.46deg, #71E66F 4.56%, #11FFA9 98.6%);
}
.widget-form._theme-5, .widget-form._theme-6 {
  background-image: url(/assets/images/widget-form/widget-form-5.png);
  background-position: bottom 0 right -1px;
  border-radius: 16px;
  padding-top: 10px;
  padding-left: 124px;
}
.widget-form._theme-5 img, .widget-form._theme-6 img {
  width: 104px;
  bottom: 0;
  left: 14px;
  position: absolute;
}
@media (min-width: 768px) {
  .widget-form._theme-5, .widget-form._theme-6 {
    padding-left: 137px;
  }
  .widget-form._theme-5 img, .widget-form._theme-6 img {
    width: 110px;
    left: 16px;
  }
}
.widget-form._theme-5 {
  background-color: #FD7B55;
  box-shadow: 0px 3px 25px rgba(0, 30, 69, 0.22);
}
.widget-form._theme-6 {
  background-color: #71E76E;
  box-shadow: 0px 3px 25px rgba(0, 30, 69, 0.22);
}
.widget-form__text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.widget-form__text:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .widget-form__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.widget-form__text-wrapper {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border-radius: 24px;
  padding: 2px 10px;
}
.widget-form__text-wrapper._gradient {
  background: linear-gradient(180deg, #DBD4FF 0%, #FFDED6 100%);
}
.widget-form__text-main._color-white {
  color: #fff;
}
.widget-form__text-main._color-black {
  color: #252525;
}
.widget-form__decor-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.widget-form__decor-wrapper img {
  margin: 0;
}
.widget-form__decor-line {
  width: 96px;
  height: 1px;
  position: relative;
}
.widget-form__decor-line._small {
  width: 64px;
}
.widget-form__decor-line:last-child {
  margin-left: 4px;
}
.widget-form__decor-line:first-child {
  margin-right: 4px;
}
.widget-form__decor-line._bg-white {
  background-color: #fff;
}
.widget-form__decor-line._bg-black {
  background-color: #252525;
}
.widget-form__image-smile {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.widget-form__image-smile._center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.widget-form-winter {
  position: relative;
  height: 68px;
  border-radius: 16px;
}
.widget-form-winter__layout {
  width: 100%;
  height: 68px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 16px;
  z-index: 0;
}
.widget-form-winter__bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 68px;
  z-index: 1;
}
.widget-form-winter__person {
  position: absolute;
  right: 60px;
  bottom: 0px;
  width: 112px;
}
@media (min-width: 768px) {
  .widget-form-winter__person {
    right: 80px;
  }
}
.widget-form-winter span {
  display: block;
  padding: 10px 16px;
  position: relative;
  z-index: 1;
  color: #fff;
}

.widget-form-container {
  position: relative;
  width: 100%;
}
.widget-form-container._size-short {
  max-width: 85%;
}
.widget-form-container._indent {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .widget-form-container._indent {
    margin-bottom: 24px;
  }
}

.widget-form-free {
  padding: 10px 24px;
  height: 74px;
  position: relative;
  background: #C755CA;
  background-image: url(https://gb.ru/channels/base/images/form-banner/widget-form-free-mobile.png);
  color: #fff;
  background-position: bottom 0 right 0;
  background-repeat: no-repeat;
  background-size: auto 74px;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .widget-form-free {
    background-image: url(https://gb.ru/channels/base/images/form-banner/widget-form-free.png);
  }
}
.widget-form-free img {
  position: absolute;
  top: 12px;
  left: 96px;
  width: 120px;
  height: 56px;
}

.compare {
  background-color: #EFF0F5;
}
.compare._indent {
  padding: 48px 0;
}
@media (min-width: 768px) {
  .compare._indent {
    padding-top: 128px;
    padding-bottom: 64px;
  }
}
.compare__header {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .compare__header {
    margin-bottom: 80px;
  }
}
.compare__header p {
  margin-top: 24px;
  max-width: 952px;
}
@media (min-width: 768px) {
  .compare__header p {
    margin-top: 32px;
  }
}
.compare__radio {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .compare__radio {
    margin-bottom: 32px;
  }
}
.compare__package {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .compare__package {
    margin-top: 64px;
  }
}

.compare-radio {
  display: inline-flex;
  background-color: #F4F5FA;
  border: 1px solid #D4D4DD;
  border-radius: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .compare-radio {
    border-radius: 12px;
    width: 560px;
  }
}
.compare-radio__item {
  cursor: pointer;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .compare-radio__item {
    min-width: 280px;
  }
}
.compare-radio__item input:checked + span {
  color: #fff;
  background-color: #1F222E;
}
.compare-radio__item-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 12px;
  text-align: center;
  border-radius: 16px;
}
@media (max-width: 767.9px) {
  .compare-radio__item-text {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .compare-radio__item-text {
    border-radius: 12px;
  }
}
.compare-radio__item-text span {
  font-weight: inherit;
}
.compare-radio__item-text span:not(:last-child) {
  margin-right: 4px;
}
.compare-radio__item-text span:last-child:not(:nth-child(1)) {
  color: #7C8092;
}
@media (max-width: 767.9px) {
  .compare-radio__item-text span:last-child:not(:nth-child(1)) {
    margin-top: 4px;
  }
}

.compare-card {
  display: flex;
  flex-direction: column;
  padding: 24px 16px 32px;
  background-color: #fff;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .compare-card {
    border-radius: 48px;
    padding: 48px 32px 24px;
  }
}
.compare-card.active .compare-card__title span {
  color: #8D46F6;
}
.compare-card.active .compare-card__price-discount {
  opacity: 1;
}
.compare-card__header {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .compare-card__header {
    margin-bottom: 32px;
  }
}
.compare-card__title {
  display: flex;
  align-items: baseline;
  margin-bottom: 24px;
}
.compare-card__title span {
  margin-left: 8px;
}
.compare-card__price-discount {
  display: inline-flex;
  opacity: 0;
}
.compare-card__price-discount span:first-child {
  color: #7C8092;
  text-decoration: line-through;
  margin-right: 12px;
}
.compare-card__price-discount span:last-child {
  display: inline-flex;
  align-items: center;
  height: 24px;
  background: linear-gradient(97.82deg, rgba(37, 33, 246, 0.59) -23.4%, rgba(161, 55, 226, 0.81) 9.54%, #7443FF 41.13%), #E10007;
  padding: 0 8px;
  color: #fff;
  border-radius: 8px;
}
.compare-card__price-hint {
  color: #7C8092;
}
.compare-card__content {
  flex-grow: 1;
}
.compare-card__content-title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .compare-card__content-title {
    margin-bottom: 24px;
  }
}
.compare-card__content-list {
  padding-left: 16px;
  list-style-type: disc;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .compare-card__content-list {
    margin-bottom: 32px;
  }
}
.compare-card__content-list li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .compare-card__content-list li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.compare-card__footer {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .compare-card__footer {
    margin-top: 32px;
  }
}
.compare-card__compare {
  text-align: center;
  margin-top: 32px;
  width: 100%;
}
@media (min-width: 768px) {
  .compare-card__compare {
    margin-top: 16px;
  }
}

.compare-card-banner {
  background-color: #EFF0F5;
  border-radius: 16px;
  padding: 14px;
}
@media (min-width: 768px) {
  .compare-card-banner {
    border-radius: 24px;
    padding: 24px;
  }
}
.compare-card-banner__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.compare-card-banner__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.compare-card-banner__footer div {
  color: #8D46F6;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .compare-card-banner__header span, .compare-card-banner__footer span {
    max-width: 300px;
  }
}

.compare-package {
  background-color: #252525;
  border-radius: 24px;
}
@media (max-width: 575.9px) {
  .compare-package {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 768px) {
  .compare-package {
    border-radius: 48px;
  }
}
.compare-package:not(.active) .compare-package__content {
  display: none;
}
.compare-package.active .compare-package__header-icon {
  transform: rotate(0);
}
.compare-package .ui-tabs-view--1 .ui-tabs-item--active::before {
  background-color: #fff;
}
.compare-package__header {
  display: flex;
  align-items: center;
  padding: 28px 16px;
}
@media (min-width: 768px) {
  .compare-package__header {
    padding: 48px 24px;
  }
}
@media (min-width: 1200px) {
  .compare-package__header {
    padding: 60px 48px;
  }
}
.compare-package__header-title {
  flex-grow: 1;
  margin-right: 16px;
  color: #fff;
}
.compare-package__header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  transition: 80ms ease-in-out;
  transform: rotate(45deg);
  flex-shrink: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .compare-package__header-icon {
    width: 54px;
    height: 54px;
  }
}
.compare-package__header-icon svg {
  color: #191816;
  width: 20px;
  height: 20px;
  width: 28px;
  height: 28px;
}
.compare-package__content {
  margin: 0 16px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .compare-package__content {
    border-top: 1px solid #7F8399;
    margin: 0 24px;
    padding-bottom: 36px;
    padding-top: 48px;
  }
}
@media (min-width: 1200px) {
  .compare-package__content {
    margin: 0 48px;
  }
}
.compare-package__item-wrapper:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .compare-package__item-wrapper {
    margin-bottom: 64px;
  }
}
.compare-package__tabs {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .compare-package__tabs {
    display: none;
  }
}
.compare-package__tabs .ui-tabs-item.ui-tabs-item--active {
  color: #fff;
}
.compare-package__sticky-title {
  color: #fff;
  position: relative;
}
.compare-package__sticky-title span {
  position: sticky;
  margin-top: 80px;
  display: block;
}
@media (min-width: 768px) {
  .compare-package__sticky-title span {
    top: 64px;
  }
}
.compare-package__subtitle {
  margin-bottom: 16px;
  color: #fff;
}
@media (max-width: 767.9px) {
  .compare-package__subtitle {
    display: none;
  }
}
.compare-package__button {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .compare-package__button {
    margin-top: 28px;
  }
}

.compare-view-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
}
@media (min-width: 768px) {
  .compare-view-card {
    border-radius: 32px;
    padding: 32px;
  }
}
@media (max-width: 767.9px) {
  .compare-view-card:not(.active) {
    display: none;
  }
}
.compare-view-card__title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .compare-view-card__title {
    margin-bottom: 24px;
  }
}
.compare-view-card__text-wrapper p:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .compare-view-card__text-wrapper p:not(:last-child) {
    margin-bottom: 16px;
  }
}
.compare-view-card__text-wrapper + .compare-view-card__icon-wrapper {
  margin-top: 24px;
}
.compare-view-card__list {
  padding-left: 0;
  list-style-type: disc;
}
.compare-view-card__list li:not(:last-child) {
  margin-bottom: 12px;
}
.compare-view-card__icon {
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .compare-view-card__icon {
    width: 24px;
    height: 24px;
  }
}
.compare-view-card__icon._check {
  color: #5DB560;
}
.compare-view-card__icon._danger {
  color: #E10007;
}
.compare-view-card__icon-wrapper {
  flex-grow: 1;
}
.compare-view-card__link {
  display: block;
  margin-top: 24px;
  text-align: left;
}

.compare-package-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
}
@media (min-width: 768px) {
  .compare-package-card {
    border-radius: 32px;
    padding: 32px;
  }
}
.compare-package-card__title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .compare-package-card__title {
    margin-bottom: 16px;
  }
}
.compare-package-card__text {
  margin-bottom: 24px;
}
.compare-package-card__text p:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .compare-package-card__text p {
    margin-bottom: 16px;
  }
}

.compare-bs .ui-bottom-sheet-button-close svg {
  color: #191816;
  width: 24px;
  height: 24px;
}
.compare-bs .ui-bottom-sheet-content {
  padding-top: 28px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .compare-bs .ui-bottom-sheet-content {
    padding-top: 48px;
  }
}
@media (max-width: 1199.9px) {
  .compare-bs .ui-bottom-sheet-content {
    padding-bottom: 300px;
  }
}
.compare-bs__title {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .compare-bs__title {
    margin-bottom: 56px;
  }
}
.compare-bs__quote {
  border-left: 6px solid #8D46F6;
  padding-left: 16px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .compare-bs__quote {
    padding-left: 20px;
    margin-bottom: 64px;
  }
}
.compare-bs__quote span {
  display: block;
}
.compare-bs__quote span:not(:last-child) {
  margin-bottom: 16px;
}
.compare-bs__important {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 20px;
  width: 100%;
}
@media (max-width: 1199.9px) {
  .compare-bs__important {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 767.9px) {
  .compare-bs__important {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .compare-bs__important {
    margin-top: 154px;
  }
}
@media (min-width: 768px) {
  .compare-bs__important button {
    margin-top: 24px;
  }
}
@media (max-width: 767.9px) {
  .compare-bs__important button {
    height: 48px;
    order: -1;
    margin-bottom: 12px;
  }
}
.compare-bs__important-text._important {
  color: #E06800;
}
@media (min-width: 768px) {
  .compare-bs__important-text._important {
    margin-bottom: 16px;
  }
}
@media (max-width: 767.9px) {
  .compare-bs__important-text._desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .compare-bs__important-text._mobile {
    display: none;
  }
}
.compare-bs__important-wrapper {
  position: relative;
}
@media (max-width: 1199.9px) {
  .compare-bs__important-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 3px 25px rgba(0, 30, 69, 0.22);
    border-radius: 24px 24px 0px 0px;
    background-color: #fff;
  }
}

.compare-bs-theme:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .compare-bs-theme:not(:last-child) {
    margin-bottom: 40px;
  }
}
.compare-bs-theme__title {
  margin-bottom: 16px;
}
.compare-bs-theme__description {
  margin-bottom: 24px;
}

.compare-bs-card {
  background-color: #EFF0F5;
  border-radius: 16px;
  padding: 16px;
}
@media (min-width: 768px) {
  .compare-bs-card {
    border-radius: 24px;
    padding: 24px;
  }
}
.compare-bs-card__title {
  margin-bottom: 16px;
}
.compare-bs-card__task:not(:last-child) {
  margin-bottom: 24px;
}
.compare-bs-card__task img {
  max-width: 600px;
}
.compare-bs-card__task h4,
.compare-bs-card__task p {
  margin-bottom: 16px;
}
.compare-bs-card__task ul {
  padding-left: 16px;
  list-style-type: disc;
}
.compare-bs-card__task ul li:not(:last-child) {
  margin-bottom: 8px;
}

.training-program {
  background-color: #1B1C1F;
  padding: 48px 0;
}
@media (min-width: 768px) {
  .training-program {
    padding: 128px 64px;
  }
}
.training-program__title {
  margin-bottom: 32px;
  color: #fff;
}
.training-program__tabs {
  display: flex;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .training-program__tabs {
    margin-bottom: 64px;
  }
}
.training-program__tab {
  margin-right: 8px;
  height: 38px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 48px;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  transition: 80ms ease-in-out;
}
.training-program__tab.active, .training-program__tab:hover {
  background-color: #fff;
  color: #191816;
}
@media (min-width: 768px) {
  .training-program__tab {
    margin-right: 16px;
  }
}
.training-program .training-program-card:not(:last-child) {
  margin-bottom: 16px;
}
.training-program .training-program__accordion:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .training-program .training-program__accordion:not(:last-child) {
    margin-bottom: 24px;
  }
}
.training-program__body:not(.active) {
  display: none;
}
.training-program__accordion {
  background-color: #EFF0F5;
  border-radius: 24px;
  padding: 16px;
}
.training-program__accordion:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .training-program__accordion {
    border-radius: 56px;
    padding: 36px;
  }
  .training-program__accordion:not(:last-child) {
    margin-bottom: 24px;
  }
}
.training-program__accordion:not(.active) .training-program__accordion-body {
  display: none;
}
.training-program__accordion.active .training-program__accordion-icon {
  transform: rotate(0);
}
.training-program__accordion-header {
  display: flex;
  align-items: center;
}
.training-program__accordion-header-text {
  margin-right: 16px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .training-program__accordion-header-text {
    display: flex;
    align-items: baseline;
    flex-direction: column;
  }
}
.training-program__accordion-body {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .training-program__accordion-body {
    margin-top: 24px;
  }
}
@media (min-width: 1400px) {
  .training-program__accordion-body {
    margin-right: 56px;
  }
}
.training-program__accordion-hint {
  color: #7C8092;
}
@media (max-width: 767.9px) {
  .training-program__accordion-hint {
    margin-top: 4px;
  }
}
@media (min-width: 768px) {
  .training-program__accordion-hint {
    margin-left: 16px;
  }
}
.training-program__accordion-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #191816;
  border-radius: 50%;
  transform: rotate(45deg);
  transition: 80ms ease-in-out;
}
@media (min-width: 768px) {
  .training-program__accordion-icon {
    width: 54px;
    height: 54px;
  }
}
.training-program__accordion-icon svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

.training-program-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 14px;
}
.training-program-card.active .training-program-card__icon {
  transform: rotate(180deg);
}
.training-program-card.active .training-program-card__body {
  display: block;
}
@media (min-width: 768px) {
  .training-program-card {
    padding: 36px;
    border-radius: 48px;
  }
}
.training-program-card__header {
  display: flex;
  align-items: center;
}
.training-program-card__header-text {
  flex-grow: 1;
}
.training-program-card__label {
  color: #7C8092;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .training-program-card__label {
    margin-bottom: 16px;
  }
}
.training-program-card__icon {
  flex-shrink: 0;
  transition: 80ms ease-in-out;
  width: 28px;
  height: 28px;
  width: 32px;
  height: 32px;
}
.training-program-card__body {
  display: none;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .training-program-card__body {
    margin-top: 36px;
  }
}
.training-program-card-wrapper {
  margin-bottom: 32px;
}
.training-program-card-wrapper h4 {
  color: #fff;
  margin-bottom: 16px;
}

.bs-modal {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(25, 24, 22, 0.8);
  overflow: hidden;
}
.bs-modal:not(.active) {
  display: none;
}
.bs-modal__layout {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
@media (min-width: 768px) {
  .bs-modal__layout {
    align-items: center;
  }
}
.bs-modal__container {
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  width: 100%;
  position: relative;
  max-height: calc(100vh - 96px);
}
@media (max-width: 767.9px) {
  .bs-modal__container {
    max-height: calc(100vh - 40px);
  }
}
@media (min-width: 768px) {
  .bs-modal__container {
    margin: 48px 36px;
    max-width: 696px;
    overflow-y: auto;
    border-radius: 30px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .bs-modal__container::-webkit-scrollbar {
    display: none;
  }
}
.bs-modal__inside-container {
  padding: 32px 16px;
}
@media (max-width: 767.9px) {
  .bs-modal__inside-container {
    overflow-y: auto;
    max-height: calc(100vh - 96px);
    height: -moz-fit-content;
    height: fit-content;
  }
  .bs-modal__inside-container::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) {
  .bs-modal__inside-container {
    padding: 40px;
  }
}
.bs-modal__title {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .bs-modal__title {
    margin-bottom: 8px;
  }
}
.bs-modal__post {
  margin-bottom: 12px;
  color: #7C8092;
}
@media (min-width: 768px) {
  .bs-modal__post {
    margin-bottom: 32px;
  }
}
.bs-modal__text:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .bs-modal__text:not(:last-child) {
    margin-bottom: 20px;
  }
}
.bs-modal__close {
  position: absolute;
  top: 28px;
  right: 16px;
  color: #EFF0F5;
  cursor: pointer;
}
.bs-modal__close svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .bs-modal__close {
    top: 24px;
    right: 24px;
  }
}

@media (max-width: 767.9px) {
  #fasttrack-MainFrame {
    right: -8px !important;
    bottom: -8px !important;
  }
}

.-mt-80 {
  margin-top: 80px !important;
}

._color-gray {
  color: #7c8092;
}

.plan_edu_description {
  margin-bottom: 32px;
}

.plan_edu_description h4 {
  color: #fff;
  margin-bottom: 16px;
}

.training-program__accordion-header-text {
  flex-direction: column;
}

.gkb-benefits__card {
  min-height: auto;
}

.compare-card__footer > * {
  display: flex;
  justify-content: center;
}

.compare-bs-card__task img {
  max-width: 600px;
}

@media (min-width: 1200px) {
  .gkb-bootcamp__item:nth-child(2n+1) {
    margin-right: 0;
  }
  .internship-card__image-wrapper img {
    margin-top: -40px;
  }
  .gkb-education__card-container {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 768px) {
  .form-banner .gkb-form__counter-sale span {
    top: 46px;
    right: 40px;
  }
  .gkb-teacher-card__header {
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .gkb-teacher-card__header-sub img,
.gkb-ideolog-card__header img {
    width: 116px;
    height: 116px;
  }
  .gkb-ideolog-card__info span {
    margin-bottom: 16px;
  }
  .gkb-start__card-image {
    margin-right: 24px;
  }
  .gkb-commonb {
    padding-top: 64px;
  }
  .gkb-commonb__title {
    margin-bottom: 24px;
  }
  .program-tabs__link {
    height: 48px;
    padding: 0 22px;
  }
  .gkb-education__card-container {
    margin-bottom: 56px !important;
  }
}
@media (max-width: 1399.9px) {
  .gkb-market-demand__wrapper {
    grid-template-columns: 340px 305px 200px;
  }
}
@media (max-width: 767.9px) {
  .form-banner .gkb-form__counter-sale span {
    right: 26px;
  }
  .program-tabs__link {
    font-size: 16px;
  }
  .gkb-teacher-card__header-sub,
.gkb-ideolog-card__header {
    flex-direction: column;
  }
  .gkb-teacher-card__header-sub img,
.gkb-ideolog-card__header-sub img {
    margin-bottom: 16px;
  }
  .gkb-teacher-card,
.gkb-ideolog__card {
    width: calc(100% - 52px);
  }
  .gkb-ideolog-card__list {
    list-style: none;
    padding-left: 0;
  }
}
@media (max-width: 374.9px) {
  .gkb-teacher-card,
.gkb-ideolog__card {
    width: calc(100% - 24px);
  }
}
.programs-card__price-container {
  margin-top: 48px;
}

.mar-top-28 {
  margin-top: 28px;
}

.mar-top-40 {
  margin-top: 40px;
}

.max-h-556 {
  max-height: 556px;
}

._color-orange {
  padding: 0 16px;
  background-color: #F68721;
  color: #ffffff;
}

._tag-bs {
  background-color: transparent;
  border: 1px solid #D4D4DD;
}

.programs-card__price-wrapper {
  align-items: flex-end;
}

.programs-card__price-text-bs {
  max-width: none;
}

@media (max-width: 1919px) {
  .programs-card__price-text-bs {
    max-width: 240px;
  }
}
@media (max-width: 567px) {
  .programs-card__price-text-bs {
    max-width: 200px;
  }
}
@media (max-width: 440px) {
  .programs-card__price-text-bs {
    max-width: 120px;
  }
}
.promo-new {
  padding-top: 24px;
  background-color: #EFF0F5;
}
@media (min-width: 768px) {
  .promo-new {
    padding-top: 48px;
  }
}
@media (min-width: 1400px) {
  .promo-new {
    padding-top: 24px;
    padding-bottom: 64px;
  }
}
@media (max-width: 1399.9px) {
  .promo-new._pos-first {
    grid-row: initial;
  }
}
.promo-new__content {
  background-color: #fff;
  padding: 24px 16px;
  border-radius: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .promo-new__content {
    padding: 48px;
    border-radius: 48px;
  }
}
@media (min-width: 1400px) {
  .promo-new__content {
    padding: 48px 64px;
  }
}
.promo-new__image {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 16px;
  right: 16px;
}
@media (min-width: 768px) {
  .promo-new__image {
    width: 100px;
    height: 100px;
    top: 24px;
    right: 24px;
  }
}
@media (min-width: 1400px) {
  .promo-new__image {
    width: 160px;
    height: 160px;
    top: 16px;
    right: 64px;
  }
}
.promo-new__label-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .promo-new__label-wrapper {
    margin-bottom: 40px;
    max-width: 920px;
  }
}
@media (min-width: 1400px) {
  .promo-new__label-wrapper {
    margin-bottom: 32px;
  }
}
.promo-new__label-wrapper .gkb-label-card__label {
  color: #191816;
}
@media (min-width: 1400px) {
  .promo-new__label-wrapper, .promo-new__title {
    max-width: 660px;
  }
}
.promo-new__title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .promo-new__title {
    margin-bottom: 32px;
  }
}
.promo-new__text-wrapper, .promo-new__list-wrapper {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .promo-new__text-wrapper, .promo-new__list-wrapper {
    margin-bottom: 32px;
  }
}
@media (min-width: 1400px) {
  .promo-new__text-wrapper, .promo-new__list-wrapper {
    margin-bottom: 40px;
  }
}
.promo-new__text:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .promo-new__text:not(:last-child) {
    margin-bottom: 16px;
  }
}
.promo-new__list-wrapper ul {
  list-style-type: disc;
  padding-left: 16px;
}
.promo-new__list-wrapper ul li:not(:last-child) {
  margin-bottom: 8px;
}
.promo-new__list-wrapper p {
  margin-bottom: 16px;
}
.promo-new__list-wrapper,
.promo-new__list-wrapper p {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .promo-new__list-wrapper,
.promo-new__list-wrapper p {
    font-size: 18px;
    line-height: 22px;
  }
}
.promo-new__addition {
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 767.9px) {
  .promo-new__addition {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .promo-new__addition {
    display: block;
  }
}
.promo-new__addition > span {
  margin-right: 8px;
}
@media (max-width: 767.9px) {
  .promo-new__addition > span {
    margin-bottom: 4px;
  }
}
.promo-new__tech {
  display: flex;
  align-items: center;
  background-color: #EFF0F5;
  padding: 0 12px;
  border-radius: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .promo-new__tech {
    padding: 0 16px;
  }
}
.promo-new__tech img {
  height: 24px;
  margin-right: 8px;
}
.promo-new__tech-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 4px;
}
@media (min-width: 768px) {
  .promo-new__tech-wrapper {
    gap: 20px 16px;
  }
}
@media (min-width: 1400px) {
  .promo-new__tech-container {
    max-width: 740px;
  }
}
.promo-new__tech-title {
  margin-bottom: 16px;
}

.pluses {
  padding-top: 88px;
  padding-bottom: 32px;
  background-color: #EFF0F5;
}
@media (min-width: 768px) {
  .pluses {
    padding-top: 0px;
  }
}
@media (min-width: 1400px) {
  .pluses {
    padding-top: 160px;
  }
}
.pluses__title {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .pluses__title {
    margin-bottom: 48px;
  }
}
@media (max-width: 1399.9px) {
  .pluses._pos-second {
    grid-row: initial;
  }
}

.pluses-card {
  background-color: #fff;
  border-radius: 24px;
  padding: 16px 16px 16px 80px;
  position: relative;
}
@media (min-width: 768px) {
  .pluses-card {
    border-radius: 48px;
    padding: 48px 48px 48px 132px;
  }
}
.pluses-card img {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .pluses-card img {
    width: 84px;
    height: 84px;
    left: 24px;
    top: 24px;
  }
}
.pluses-card h4 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pluses-card h4 {
    margin-bottom: 16px;
  }
}

.addition-panel {
  pointer-events: none;
}
@media (max-width: 1399.9px) {
  .addition-panel {
    background-color: #EFF0F5;
  }
}
@media (min-width: 1400px) {
  .addition-panel {
    z-index: 80;
  }
}
.addition-panel._position {
  padding-top: 24px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .addition-panel._position {
    padding-bottom: 96px;
  }
}
@media (min-width: 1400px) {
  .addition-panel._position {
    position: sticky;
    grid-row: 1/3;
    top: 0;
    padding-bottom: 64px;
  }
}
.addition-panel__wrapper {
  background-color: #fff;
  padding: 24px 16px;
  border-radius: 24px;
  box-shadow: 0px 3px 25px rgba(0, 30, 69, 0.22);
  pointer-events: all;
  position: relative;
}
.addition-panel__wrapper:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .addition-panel__wrapper:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .addition-panel__wrapper {
    padding: 32px 24px;
    border-radius: 32px;
    margin-bottom: 8px;
  }
}
.addition-panel__wrapper button {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .addition-panel__wrapper button {
    margin-top: 32px;
  }
}
.addition-panel__wrapper .widget-form {
  margin-top: 32px;
}

.addition-panel-tab__link {
  cursor: default;
}
.addition-panel-tab__link:not(.active) {
  color: #7C8092;
  cursor: pointer;
}
.addition-panel-tab__link:hover {
  color: #191816;
}
.addition-panel-tab__link-wrapper {
  display: flex;
  margin-bottom: 24px;
  gap: 12px;
}
@media (min-width: 768px) {
  .addition-panel-tab__link-wrapper {
    margin-bottom: 40px;
    gap: 24px;
  }
}
.addition-panel-tab__body:not(.active) {
  display: none;
}

.addition-panel-price {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1399.9px) {
  .addition-panel-price {
    gap: 64px;
    flex-direction: row;
  }
}
@media (min-width: 768px) and (max-width: 1399.9px) {
  .addition-panel-price__price-wrapper, .addition-panel-price__info-wrapper {
    flex-basis: 50%;
  }
}
.addition-panel-price__discount {
  color: #E10007;
  background-color: #FEEDED;
  padding: 4px 10px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .addition-panel-price__discount {
    padding: 2px 8px 4px;
  }
}
.addition-panel-price__discount-wrapper {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.addition-panel-price__price-new-wrapper span:not(:last-child) {
  margin-right: 4px;
}
@media (min-width: 768px) {
  .addition-panel-price__price-new-wrapper span:not(:last-child) {
    margin-right: 8px;
  }
}
.addition-panel-price__price-old {
  text-decoration: line-through;
}
.addition-panel-price__info-wrapper {
  list-style-type: disc;
  padding-left: 20px;
}
.addition-panel-price__info-wrapper li:not(:last-child) {
  margin-bottom: 10px;
}

.addition-panel-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style-type: disc;
  padding-left: 20px;
}
@media (min-width: 768px) and (max-width: 1399.9px) {
  .addition-panel-info {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px 64px;
  }
}
.addition-panel-info li {
  flex-basis: calc(50% - 64px);
}

.addition-panel-discount {
  display: inline-flex;
}
.addition-panel-discount._pos-tr {
  position: absolute;
  top: -16px;
  right: -16px;
}
@media (min-width: 1400px) and (max-width: 1919.9px) {
  .addition-panel-discount._pos-tr {
    right: -40px;
  }
}
.addition-panel-discount__wrapper {
  position: relative;
}
.addition-panel-discount__wrapper img {
  width: 76px;
  height: 76px;
}
.addition-panel-discount__wrapper span {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  position: absolute;
  top: 28px;
  left: 12px;
  color: #fff;
}

.navigation {
  overflow: hidden;
  pointer-events: none;
  z-index: 10;
  position: relative;
}
@media (max-width: 1399.9px) {
  .navigation {
    box-shadow: 0px 3px 25px rgba(0, 30, 69, 0.22);
    background-color: #fff;
    border-radius: 0px 0px 24px 24px;
    padding: 24px 0;
  }
  .navigation:not(.active) {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .navigation {
    padding: 10px 0;
    border-radius: 0;
  }
}
@media (min-width: 1400px) {
  .navigation {
    padding: 24px;
  }
}
.navigation._position {
  position: sticky;
  top: 0;
}
.navigation__link {
  padding: 6px 0;
  color: #7C8092;
  white-space: nowrap;
}
.navigation__link.active, .navigation__link:hover {
  color: #191816;
}
.navigation__link-container {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scrollbar-width: none;
  pointer-events: all;
  scroll-behavior: smooth;
}
@media (max-width: 575.9px) {
  .navigation__link-container {
    padding: 0 16px;
    margin: 0 -16px;
  }
}
.navigation__link-container::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .navigation__link-container {
    gap: 24px;
  }
}
@media (min-width: 1400px) {
  .navigation__link-container {
    box-shadow: 0px 3px 25px rgba(0, 30, 69, 0.22);
    background-color: #fff;
    border-radius: 48px;
    padding: 24px 64px;
  }
}
.navigation__container {
  position: relative;
}
.navigation__button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F4F5FA;
  border-radius: 50%;
  z-index: 1;
  pointer-events: all;
}
@media (max-width: 1399.9px) {
  .navigation__button {
    display: none !important;
  }
}
.navigation__button svg {
  width: 24px;
  height: 24px;
}
.navigation__button._pos-left {
  left: 16px;
}
.navigation__button._pos-right {
  right: 16px;
}

.fixed-panel {
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0px 3px 25px rgba(0, 30, 69, 0.22);
  border-radius: 24px 24px 0px 0px;
}
@media (min-width: 1400px) {
  .fixed-panel {
    display: none;
  }
}
@media (min-width: 768px) {
  .fixed-panel::before {
    content: "";
    width: 132px;
    height: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8px;
    opacity: 0.5;
    background-color: #7C8092;
    border-radius: 5px;
  }
}
@media (max-width: 767.9px) {
  .fixed-panel:not(.active) .addition-panel-price__info-wrapper {
    display: none;
  }
}
.fixed-panel.active .fixed-panel__info {
  display: block;
}
@media (max-width: 767.9px) {
  .fixed-panel.active .fixed-panel__more svg {
    transform: rotate(0deg);
  }
}
.fixed-panel__container {
  padding-top: 20px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .fixed-panel__container {
    padding-top: 60px;
    padding-bottom: 24px;
  }
}
.fixed-panel__info {
  border-top: 1px solid #D4D4DD;
  margin-top: 16px;
  padding-top: 16px;
  display: none;
}
.fixed-panel__action {
  flex-grow: 1;
  justify-content: center;
}
.fixed-panel__action-wrapper {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .fixed-panel__action-wrapper {
    margin-top: 24px;
  }
}
.fixed-panel__chat {
  width: 48px;
  height: 48px;
}
.fixed-panel__chat img {
  width: 48px;
  height: 48px;
}
.fixed-panel__more {
  font-size: 14px;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #7C8092;
}
@media (max-width: 767.9px) {
  .fixed-panel__more {
    position: absolute;
    top: 20px;
    right: 16px;
  }
}
@media (min-width: 768px) {
  .fixed-panel__more {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 16px;
    top: 21px;
  }
}
.fixed-panel__more svg {
  margin-left: 4px;
  transition: 80ms ease-in-out;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .fixed-panel__more svg {
    display: none;
  }
}
.fixed-panel .addition-panel-tab__link-wrapper {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .fixed-panel .addition-panel-tab__link-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 767.9px) {
  .fixed-panel .addition-panel-price {
    gap: 8px;
  }
}
.fixed-panel .addition-panel-price__price-old {
  font-size: 14px;
  line-height: 16px;
  color: #7C8092;
}
@media (min-width: 768px) {
  .fixed-panel .addition-panel-price__price-old {
    font-size: 20px;
    line-height: 26px;
  }
}
.fixed-panel .addition-panel-price__discount {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767.9px) {
  .fixed-panel .addition-panel-price__discount-wrapper {
    display: flex;
    align-items: center;
    margin: 0;
  }
}
.fixed-panel .addition-panel-price__price-new-wrapper span {
  font-size: 16px;
  line-height: 24px;
  margin-right: 4px;
}
.fixed-panel .addition-panel-price__price-new-wrapper span:nth-child(2) {
  font-size: 24px;
  line-height: 28px;
}
.fixed-panel .addition-panel-price__info-wrapper {
  font-size: 14px;
  line-height: 18px;
  color: #7C8092;
  padding-left: 16px;
}
@media (max-width: 767.9px) {
  .fixed-panel .addition-panel-price__info-wrapper:not(:last-child) {
    margin-bottom: 2px;
  }
  .fixed-panel .addition-panel-price__info-wrapper li:not(:last-child) {
    margin-bottom: 2px;
  }
}
@media (min-width: 768px) {
  .fixed-panel .addition-panel-price__info-wrapper {
    font-size: 16px;
    line-height: 22px;
  }
}
.fixed-panel .addition-panel-info {
  gap: 10px;
}
@media (min-width: 768px) {
  .fixed-panel .addition-panel-info {
    gap: 16px 105px;
  }
}

@media (max-width: 767.9px) {
  #fasttrack-MainFrame {
    right: -8px !important;
    bottom: -8px !important;
  }
}

.common {
  position: relative;
}
.common__after {
  z-index: 10;
  margin-top: -32px;
}
@media (min-width: 768px) {
  .common__after {
    margin-top: -64px;
  }
}
.common__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  position: relative;
}
.common__wrapper {
  grid-column-start: 1;
  grid-column-end: 3;
}
.common__wrapper._pos-first {
  grid-row: 1/2;
}
.common__wrapper._pos-second {
  grid-row: 2/3;
}
.common__inside {
  border-radius: 0px 0px 32px 32px;
  overflow: hidden;
  position: relative;
}
.common__inside:not(:first-child) {
  margin-top: -32px;
}
@media (min-width: 768px) {
  .common__inside {
    border-radius: 0px 0px 64px 64px;
  }
  .common__inside:not(:first-child) {
    margin-top: -64px;
  }
}
.common__inside._color-violet {
  background-color: #8D46F6;
}
.common__inside._color-white {
  background-color: #fff;
}
.common__inside._color-gray {
  background-color: #F1EFE4;
}
.common__inside._color-green {
  background-color: #71E76E;
}
.common__inside._color-black {
  background-color: #1B1C1F;
}
.common__header {
  position: relative;
}
.common__header._free {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .common__header._free {
    margin-bottom: 40px;
  }
}
.common__header._direct {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .common__header._direct {
    margin-bottom: 48px;
  }
}
.common__header._color-white {
  color: #fff;
}
@media (min-width: 1200px) {
  .common__description {
    max-width: 830px;
  }
}
.common__field {
  padding-top: 96px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .common__field {
    padding-top: 192px;
    padding-bottom: 64px;
  }
}
.common__title:not(:last-child) {
  margin-bottom: 24px;
}
.common__title._color-white {
  color: #fff;
}
.common__column {
  grid-column: 1/13;
}

.common__wrapper:nth-child(1) {
  z-index: 60;
}

.common__wrapper:nth-child(2) {
  z-index: 59;
}

.common__wrapper:nth-child(3) {
  z-index: 58;
}

.common__wrapper:nth-child(4) {
  z-index: 57;
}

.common__wrapper:nth-child(5) {
  z-index: 56;
}

.common__wrapper:nth-child(6) {
  z-index: 55;
}

.common__wrapper:nth-child(7) {
  z-index: 54;
}

.common__wrapper:nth-child(8) {
  z-index: 53;
}

.common__wrapper:nth-child(9) {
  z-index: 52;
}

.common__wrapper:nth-child(10) {
  z-index: 51;
}

.common__wrapper:nth-child(11) {
  z-index: 50;
}

.common__wrapper:nth-child(12) {
  z-index: 49;
}

.common__wrapper:nth-child(13) {
  z-index: 48;
}

.common__wrapper:nth-child(14) {
  z-index: 47;
}

.common__wrapper:nth-child(15) {
  z-index: 46;
}

.common__wrapper:nth-child(16) {
  z-index: 45;
}

.common__wrapper:nth-child(17) {
  z-index: 44;
}

.common__wrapper:nth-child(18) {
  z-index: 43;
}

.common__wrapper:nth-child(19) {
  z-index: 42;
}

.common__wrapper:nth-child(20) {
  z-index: 41;
}

.common__wrapper:nth-child(21) {
  z-index: 40;
}

.common__wrapper:nth-child(22) {
  z-index: 39;
}

.common__wrapper:nth-child(23) {
  z-index: 38;
}

.common__wrapper:nth-child(24) {
  z-index: 37;
}

.common__wrapper:nth-child(25) {
  z-index: 36;
}

.common__wrapper:nth-child(26) {
  z-index: 35;
}

.common__wrapper:nth-child(27) {
  z-index: 34;
}

.common__wrapper:nth-child(28) {
  z-index: 33;
}

.common__wrapper:nth-child(29) {
  z-index: 32;
}

.common__wrapper:nth-child(30) {
  z-index: 31;
}

.common__wrapper:nth-child(31) {
  z-index: 30;
}

.common__wrapper:nth-child(32) {
  z-index: 29;
}

.common__wrapper:nth-child(33) {
  z-index: 28;
}

.common__wrapper:nth-child(34) {
  z-index: 27;
}

.common__wrapper:nth-child(35) {
  z-index: 26;
}

.common__wrapper:nth-child(36) {
  z-index: 25;
}

.common__wrapper:nth-child(37) {
  z-index: 24;
}

.common__wrapper:nth-child(38) {
  z-index: 23;
}

.common__wrapper:nth-child(39) {
  z-index: 22;
}

.common__wrapper:nth-child(40) {
  z-index: 21;
}

.common__wrapper:nth-child(41) {
  z-index: 20;
}

.common__wrapper:nth-child(42) {
  z-index: 19;
}

.common__wrapper:nth-child(43) {
  z-index: 18;
}

.common__wrapper:nth-child(44) {
  z-index: 17;
}

.common__wrapper:nth-child(45) {
  z-index: 16;
}

.common__wrapper:nth-child(46) {
  z-index: 15;
}

.common__wrapper:nth-child(47) {
  z-index: 14;
}

.common__wrapper:nth-child(48) {
  z-index: 13;
}

.common__wrapper:nth-child(49) {
  z-index: 12;
}

.common__wrapper:nth-child(50) {
  z-index: 11;
}

.common__wrapper:nth-child(51) {
  z-index: 10;
}

.common__wrapper:nth-child(52) {
  z-index: 9;
}

.common__wrapper:nth-child(53) {
  z-index: 8;
}

.common__wrapper:nth-child(54) {
  z-index: 7;
}

.common__wrapper:nth-child(55) {
  z-index: 6;
}

.common__wrapper:nth-child(56) {
  z-index: 5;
}

.common__wrapper:nth-child(57) {
  z-index: 4;
}

.common__wrapper:nth-child(58) {
  z-index: 3;
}

.common__wrapper:nth-child(59) {
  z-index: 2;
}

.common__wrapper:nth-child(60) {
  z-index: 1;
}

.resume {
  position: relative;
}

.resume-card {
  padding: 24px;
  border-radius: 24px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .resume-card {
    padding-top: 40px;
    padding-bottom: 32px;
  }
}
.resume-card__subtitle {
  margin-bottom: 24px;
}
.resume-card__header {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .resume-card__header {
    margin-bottom: 40px;
  }
}
.resume-card__instruments, .resume-card__skills {
  margin-bottom: 32px;
}
.resume-card__hint {
  margin-top: 20px;
  color: #8e46f6;
}

.resume-card-header {
  display: flex;
  position: relative;
  padding: 24px;
  border-radius: 32px;
  background-color: #F1EFE4;
}
@media (max-width: 767.9px) {
  .resume-card-header {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .resume-card-header {
    border-radius: 48px;
    padding: 24px 32px 32px;
  }
}
@media (min-width: 1400px) {
  .resume-card-header {
    display: flex;
    align-items: flex-start;
    padding: 32px;
  }
}
.resume-card-header__image {
  width: 35;
  height: 35;
  display: flex;
  flex-shrink: 1;
  margin-right: 28px;
  border: 4px solid #fff;
  border-radius: 100%;
}
.resume-card-header__label {
  margin-bottom: 4px;
}
.resume-card-header__title {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .resume-card-header__title {
    margin-bottom: 32px;
  }
}
.resume-card-header__subtitle {
  margin-top: 32px;
}
.resume-card-header__content h4, .resume-card-header__content p {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 1399.9px) {
  .resume-card-header__content p {
    margin-bottom: 4px;
  }
}
.resume-card-header__content span {
  display: block;
  color: #191816;
  opacity: 0.6;
}
.resume-card-header__salary {
  color: #fff;
  background-color: #191816;
  position: absolute;
  top: -8px;
  left: -8px;
  padding: 8px 16px;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .resume-card-header__salary {
    top: 16px;
    left: 24px;
  }
}

.resume-card-instruments__badge {
  margin-top: 8px;
  margin-right: 8px;
}
.resume-card-instruments__badge-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -8px;
}

.resume-card-skills__list {
  margin-bottom: -10px;
}
@media (min-width: 768px) {
  .resume-card-skills__list {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 64px;
    column-gap: 64px;
  }
}
.resume-card-skills__list li {
  margin-bottom: 10px;
}

.resume-card-portfolio img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .resume-card-portfolio img {
    border-radius: 32px;
  }
}
.resume-card-portfolio .ui-text-body--4 {
  margin: 16px 0;
  padding: 8px;
}

.teacher-new {
  overflow: hidden;
}
.teacher-new__titlest {
  margin-bottom: 32px;
  padding-top: 48px;
}
@media (min-width: 768px) {
  .teacher-new__titlest {
    margin-bottom: 64px;
    padding-top: 132px;
  }
}
.teacher-new__titlest h3 {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .teacher-new__titlest h3 {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .teacher-new__titlest p {
    max-width: 830px;
  }
}
.teacher-new__header {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .teacher-new__header {
    margin-bottom: 40px;
  }
}
.teacher-new__title {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .teacher-new__title {
    margin-bottom: 32px;
  }
}
.teacher-new__content {
  padding: 64px 0;
  background-color: #EFF0F5;
  position: relative;
}
@media (min-width: 768px) {
  .teacher-new__content {
    padding: 104px 0;
  }
}
.teacher-new__tabs {
  display: flex;
}
.teacher-new__tab {
  display: inline-flex;
  align-items: center;
  height: 48px;
  transition: 80ms ease-in-out;
  margin-bottom: 16px;
  padding: 0 16px;
  border-radius: 48px;
  border: 1px solid #191816;
  cursor: default;
}
.teacher-new__tab:not(:last-child) {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .teacher-new__tab {
    margin-bottom: 24px;
    padding: 0 20px;
  }
  .teacher-new__tab:not(:last-child) {
    margin-right: 16px;
  }
}
.teacher-new__tab.active, .teacher-new__tab:hover {
  color: #fff;
  background-color: #191816;
}
.teacher-new__tab:not(.active):hover {
  cursor: pointer;
}
@media (min-width: 1400px) {
  .teacher-new__description {
    max-width: 828px;
  }
}
.teacher-new__description p:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .teacher-new__description p:not(:last-child) {
    margin-bottom: 16px;
  }
}
.teacher-new__navigation {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.teacher-new__navigation button {
  background-color: #fff;
}
.teacher-new__navigation button:not(:last-child) {
  margin-right: 16px;
}
@media (max-width: 1399.9px) {
  .teacher-new__navigation button {
    display: none;
  }
}
.teacher-new__pagination-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  position: absolute;
  bottom: -20px;
}
@media (min-width: 768px) {
  .teacher-new__pagination-wrapper {
    bottom: -32px;
  }
}
.teacher-new__pagination-wrapper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin-right: 5px;
  background-color: rgba(25, 24, 22, 0.3);
}
.teacher-new__pagination-wrapper .swiper-pagination-bullet-active {
  background-color: #191816;
}
.teacher-new__content-container {
  position: relative;
}
.teacher-new__content-container:not(.active) {
  display: none;
}
.teacher-new__card-container {
  display: flex;
  position: relative;
}
.teacher-new__header {
  position: relative;
}

.teacher-card-new {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  flex-shrink: 0;
  padding: 32px 16px 24px;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .teacher-card-new {
    padding: 32px;
    border-radius: 56px;
  }
}
.teacher-card-new__header {
  margin-bottom: 24px;
}
.teacher-card-new__title {
  margin-bottom: 8px;
}
.teacher-card-new__hint {
  margin-bottom: 16px;
  color: #7C8092;
}
@media (min-width: 768px) {
  .teacher-card-new__hint {
    margin-bottom: 24px;
  }
}
.teacher-card-new__wrapper:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .teacher-card-new__wrapper:not(:last-child) {
    margin-bottom: 24px;
  }
}
.teacher-card-new__wrapper-text._crop {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.teacher-card-new__wrapper ul {
  list-style-type: disc;
  padding-left: 16px;
}
.teacher-card-new__wrapper ul li:not(:last-child) {
  margin-bottom: 6px;
}
.teacher-card-new__subtitle._indent-small {
  margin-bottom: 8px;
}
.teacher-card-new__subtitle._indent-medium {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .teacher-card-new__subtitle._indent-medium {
    margin-bottom: 16px;
  }
}
.teacher-card-new__body {
  flex-grow: 1;
}
.teacher-card-new__footer {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .teacher-card-new__footer {
    margin-top: 24px;
  }
}
.teacher-card-new__image {
  width: 148px;
  height: 148px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.teacher-card-new__image-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}
.teacher-card-new__image-label {
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #EFF0F5;
  height: 32px;
  border-radius: 32px;
  white-space: nowrap;
  bottom: 0;
  padding: 0 16px;
}
.teacher-card-new__label {
  display: inline-flex;
  align-items: center;
  height: 32px;
  border-radius: 32px;
  padding: 0 12px;
  background-color: #EFF0F5;
  overflow: hidden;
}
.teacher-card-new__label img {
  margin-right: 8px;
  height: 24px;
}
.teacher-card-new__label span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.teacher-card-new__label-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.teacher-new-modal .bs-modal__inside-container {
  padding: 0;
}
@media (min-width: 768px) {
  .teacher-new-modal .bs-modal__container {
    max-width: 454px;
  }
}

.helpers {
  padding-bottom: 48px;
  background-color: #EFF0F5;
  overflow: hidden;
}
@media (min-width: 768px) {
  .helpers {
    padding-bottom: 64px;
  }
}
.helpers__container {
  overflow: hidden;
}
.helpers__header h3 {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .helpers__header h3 {
    margin-bottom: 16px;
  }
}
.helpers__header p {
  max-width: 828px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .helpers__header p {
    margin-bottom: 40px;
  }
}
.helpers__header h4 {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .helpers__header h4 {
    margin-bottom: 32px;
  }
}
.helpers__card-container {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}
.helpers__card-container::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .helpers__card-container {
    gap: 32px;
  }
}

.helpers-card {
  flex-shrink: 0;
  max-width: 150px;
}
.helpers-card img {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .helpers-card img {
    margin-bottom: 16px;
  }
}
.helpers-card span {
  text-align: center;
  display: block;
}

.teacher-info {
  padding-bottom: 32px;
  background-color: #EFF0F5;
}
@media (min-width: 768px) {
  .teacher-info {
    padding-bottom: 48px;
  }
}
.teacher-info__header {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .teacher-info__header {
    margin-bottom: 40px;
  }
}

.teacher-info-card {
  padding: 24px;
  border-radius: 24px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .teacher-info-card {
    padding: 32px;
    border-radius: 32px;
  }
}
.teacher-info-card h4 {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .teacher-info-card h4 {
    margin-bottom: 24px;
  }
}
.teacher-info-card p:not(:last-child) {
  margin-bottom: 8px;
}

.programs-new {
  background-color: #1F222E;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .programs-new {
    padding: 64px 0;
  }
}
.programs-new__header {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .programs-new__header {
    margin-bottom: 48px;
  }
}
.programs-new__title {
  margin-bottom: 24px;
  color: #ffffff;
}
@media (min-width: 1400px) {
  .programs-new__title {
    margin-bottom: 32px;
  }
}
.programs-new__accordion-container .accordion__header._addition-text {
  gap: 0;
}
@media (min-width: 768px) {
  .programs-new__accordion-container .accordion__header._addition-text {
    gap: 16px;
  }
}
@media (max-width: 991.9px) {
  .programs-new__accordion-container .accordion__header._addition-text {
    flex-direction: column;
    align-items: initial;
  }
}
.programs-new__accordion-container .accordion__header._addition-text .accordion__title {
  flex-grow: 0;
}
@media (min-width: 1200px) {
  .programs-new__accordion-container .accordion__body {
    padding-right: 40px;
  }
}
.programs-new__accordion-container .accordion__body ul {
  padding-left: 20px;
  list-style-type: disc;
}
.programs-new__accordion-wrapper:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .programs-new__accordion-wrapper:not(:last-child) {
    margin-bottom: 48px;
  }
}
.programs-new__video-container {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .programs-new__video-container {
    margin-bottom: 48px;
  }
}

.programs-new-header {
  background-color: #ffffff;
  padding: 24px 24px 48px;
  border-radius: 32px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .programs-new-header {
    padding: 32px 24px;
  }
}
@media (min-width: 1200px) {
  .programs-new-header {
    padding: 40px;
  }
}
.programs-new-header__title {
  margin-bottom: 24px;
}
.programs-new-header__label {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.programs-new-header__label span {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  background-color: #191816;
  padding: 0 16px;
  flex-shrink: 0;
  height: 38px;
  border-radius: 38px;
  margin-right: 8px;
}
.programs-new-header__label-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .programs-new-header__label-wrapper {
    margin-bottom: 40px;
    gap: 32px;
  }
}
@media (min-width: 1200px) {
  .programs-new-header__label-wrapper {
    margin-bottom: 56px;
  }
}
.programs-new-header__schedule {
  margin-bottom: 16px;
}
@media (max-width: 767.9px) {
  .programs-new-header__schedule {
    margin-right: -24px;
    margin-left: -24px;
    padding-right: 24px;
    padding-left: 24px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .programs-new-header__schedule::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .programs-new-header__schedule img {
    height: 152px;
  }
}
@media (min-width: 768px) {
  .programs-new-header__schedule img {
    width: 100%;
  }
}
.programs-new-header__legend {
  display: inline-flex;
  align-items: center;
}
.programs-new-header__legend-marker {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  margin-right: 8px;
}
.programs-new-header__legend-marker._color-lgreen {
  background-color: #71E76E;
}
.programs-new-header__legend-marker._color-green {
  background-color: #5DB560;
}
.programs-new-header__legend-marker._color-lviolet {
  background-color: #FCB8FF;
}
.programs-new-header__legend-marker._color-violet {
  background-color: #7E40DA;
}
.programs-new-header__legend-marker._color-yellow {
  background-color: #FBEB3B;
}
.programs-new-header__legend-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 768px) {
  .programs-new-header__legend-wrapper {
    gap: 16px 24px;
  }
}

.programs-new-video-card {
  cursor: pointer;
}
.programs-new-video-card__video-wrapper {
  margin-bottom: 8px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .programs-new-video-card__video-wrapper {
    margin-bottom: 16px;
    height: 200px;
    border-radius: 32px;
  }
}
@media (min-width: 992px) {
  .programs-new-video-card__video-wrapper {
    height: 260px;
  }
}
@media (min-width: 1200px) {
  .programs-new-video-card__video-wrapper {
    height: 320px;
  }
}
@media (min-width: 1400px) {
  .programs-new-video-card__video-wrapper {
    height: 240px;
  }
}
@media (min-width: 1400px) {
  .programs-new-video-card__video-wrapper {
    height: 280px;
  }
}
.programs-new-video-card__video-wrapper iframe {
  width: 100%;
  height: 100%;
}
.programs-new-video-card__video-wrapper img {
  width: 100%;
  height: 100%;
}
.programs-new-video-card__video-lock {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.programs-new-video-card__video-lock img {
  width: 40px;
  height: 40px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .programs-new-video-card__video-lock img {
    width: 56px;
    height: 56px;
    margin-bottom: 8px;
  }
}
.programs-new-video-card__video-lock span {
  color: #ffffff;
}

.programs-new-description__title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .programs-new-description__title {
    margin-bottom: 24px;
  }
}
.programs-new-description__tag {
  padding: 5px 16px;
  background-color: #EFF0F5;
  border-radius: 32px;
}
.programs-new-description__tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.programs-new-description__list {
  padding-left: 16px;
  list-style-type: disc;
}
.programs-new-description__list:not(:last-child) {
  margin-bottom: 8px;
}
.programs-new-description__button {
  margin-top: 24px;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .programs-new-description__button {
    margin-top: 84px;
  }
}

.resume-new {
  background-color: #1F222E;
  padding: 32px 0;
}
@media (min-width: 768px) {
  .resume-new {
    padding: 64px 0;
  }
}
.resume-new__header {
  margin-bottom: 24px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .resume-new__header {
    margin-bottom: 40px;
  }
}
.resume-new__banner {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .resume-new__banner {
    margin-bottom: 24px;
  }
}
.resume-new__content-container {
  border-radius: 24px;
}
@media (min-width: 768px) {
  .resume-new__content-container {
    border-radius: 24px;
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .resume-new__card-container {
    padding: 0 24px 24px;
  }
}

.resume-new-banner {
  background-color: #EFF0F5;
  border-radius: 24px;
  padding: 16px 16px 24px;
  position: relative;
}
@media (min-width: 768px) {
  .resume-new-banner {
    display: grid;
    grid-template-columns: 160px 1fr;
    grid-template-areas: "image about" "info info";
    gap: 32px 24px;
    border-radius: 32px;
    padding: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .resume-new-banner {
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .resume-new-banner {
    grid-template-columns: 160px 1fr;
    grid-template-areas: "image about" "image info";
    gap: 24px 32px;
  }
}
@media (min-width: 1200px) {
  .resume-new-banner {
    border-radius: 32px;
    grid-template-columns: 300px 1fr;
  }
}
.resume-new-banner__salary {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #ffffff;
  background-color: #191816;
  border-radius: 16px;
  padding: 6px 14px;
}
@media (min-width: 768px) {
  .resume-new-banner__salary {
    padding: 8px 16px;
    top: 24px;
    right: 24px;
  }
}
@media (min-width: 1200px) {
  .resume-new-banner__salary {
    top: 32px;
    right: 32px;
  }
}
.resume-new-banner__salary span {
  display: block;
}
.resume-new-banner__image {
  width: 120px;
  height: 120px;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  background: linear-gradient(213.96deg, #E1E1E9 12.63%, #C4C4D3 113.21%);
}
@media (min-width: 768px) {
  .resume-new-banner__image {
    width: 160px;
    height: 160px;
  }
}
@media (min-width: 1200px) {
  .resume-new-banner__image {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 1400px) {
  .resume-new-banner__image {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .resume-new-banner__image-wrapper {
    grid-area: image;
  }
}
@media (min-width: 1400px) {
  .resume-new-banner__image-wrapper {
    height: 100%;
  }
}
@media (max-width: 767.9px) {
  .resume-new-banner__about {
    margin: 24px 0;
  }
}
@media (min-width: 768px) {
  .resume-new-banner__about {
    grid-area: about;
  }
}
@media (min-width: 768px) {
  .resume-new-banner__info {
    display: flex;
    flex-direction: column;
    grid-area: info;
    gap: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .resume-new-banner__info {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .resume-new-banner__info {
    gap: 40px;
    max-width: 800px;
  }
}
.resume-new-banner__info-title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .resume-new-banner__info-card {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .resume-new-banner__info-card {
    max-width: 220px;
  }
}
@media (min-width: 1400px) {
  .resume-new-banner__info-card {
    max-width: 240px;
  }
}
.resume-new-banner__info-card p {
  opacity: 0.6;
  margin-top: 4px;
}
.resume-new-banner__info-card h6 {
  font-weight: 400;
}
.resume-new-banner__info-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
@media (max-width: 767.9px) {
  .resume-new-banner__info-card-container:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .resume-new-banner__info-card-container {
    gap: 16px;
  }
}
.resume-new-banner__post {
  margin-bottom: 6px;
}

.resume-new-card {
  background-color: #EFF0F5;
  border-radius: 24px;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .resume-new-card {
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .resume-new-card {
    padding: 32px;
  }
}
.resume-new-card h3 {
  margin-bottom: 24px;
}
.resume-new-card__tag {
  display: inline-flex;
  align-items: center;
  height: 32px;
  border-radius: 32px;
  padding: 0 12px;
  flex-shrink: 0;
  background-color: #ffffff;
  max-width: 100%;
}
@media (min-width: 768px) {
  .resume-new-card__tag {
    padding: 0 16px;
  }
}
.resume-new-card__tag span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resume-new-card__tag img {
  height: 24px;
  margin-right: 8px;
}
.resume-new-card__tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 4px;
}
@media (min-width: 768px) {
  .resume-new-card__tag-container {
    gap: 10px;
  }
}
.resume-new-card__list {
  list-style-type: disc;
  padding-left: 16px;
}
.resume-new-card__list li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .resume-new-card__list li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.enroll-course {
  background-color: #CAB8FF;
  padding: 32px 0;
}
@media (min-width: 768px) {
  .enroll-course {
    padding: 64px 0;
  }
}
.enroll-course__title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .enroll-course__title {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .enroll-course__title {
    margin-bottom: 56px;
  }
}
.enroll-course__title img {
  vertical-align: middle;
  height: 15px;
  display: inline;
}
@media (max-width: 1199.9px) {
  .enroll-course__title img {
    display: none;
  }
}
.enroll-course__decor {
  position: absolute;
}
.enroll-course__decor._top {
  height: 136px;
  top: 0;
  right: 0;
}
@media (max-width: 767.9px) {
  .enroll-course__decor._top {
    display: none;
  }
}
@media (min-width: 992px) {
  .enroll-course__decor._top {
    height: 164px;
  }
}
@media (min-width: 1400px) {
  .enroll-course__decor._top {
    height: 180px;
  }
}
@media (min-width: 1400px) {
  .enroll-course__decor._top {
    height: 192px;
  }
}
.enroll-course__decor._bottom {
  right: 0;
  bottom: 0;
  height: 80px;
}
@media (min-width: 768px) {
  .enroll-course__decor._bottom {
    height: 168px;
    right: -200px;
  }
}
@media (min-width: 992px) {
  .enroll-course__decor._bottom {
    height: 228px;
    right: -160px;
  }
}
@media (min-width: 1200px) {
  .enroll-course__decor._bottom {
    height: 192px;
  }
}
@media (min-width: 1400px) {
  .enroll-course__decor._bottom {
    height: 208px;
  }
}
@media (min-width: 1920px) {
  .enroll-course__decor._bottom {
    height: 228px;
  }
}
.enroll-course__banner {
  background-color: #ffffff;
  padding: 24px 24px 100px;
  border-radius: 24px;
  min-height: 256px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .enroll-course__banner {
    min-height: 376px;
    padding: 32px 32px 40px;
  }
}
@media (min-width: 992px) {
  .enroll-course__banner {
    padding-bottom: 140px;
  }
}
@media (min-width: 1200px) {
  .enroll-course__banner {
    padding: 48px 48px 160px;
  }
}
@media (min-width: 1400px) {
  .enroll-course__banner {
    padding-bottom: 132px;
  }
}
.enroll-course__list {
  padding-left: 20px;
  list-style-type: disc;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .enroll-course__list {
    max-width: 400px;
  }
}
.enroll-course__list li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .enroll-course__list li:not(:last-child) {
    margin-bottom: 8px;
  }
}