@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
:root {
  --font: "Inter", sans-serif;
  --bg: #fff;
  --h-bg: var(--bg);
  --bg-opacity: #fbfbfb;
  --blackboard: rgba(0, 0, 0, 0.3);
  --b24-primary-color: var(--t) !important;
  --text: #171717;
  --text-grey: #6e6e73;
  --text-grey-light: #a2a2aa;
  --contrast: #fff;
  --pad: 8rem;
  --border: #f5f5f8;
  --h-border: var(--border);
  --grey-bg: #f5f5f7;
  --grey-bg-dark: #dadae0;
  --rem: 0.65vw;
  --line-height: 1.2;
  --container: 125rem;
  --sp: calc((100vw - var(--container)) / 2);
  --logo: 3.5rem;
  --blur: 80px;
  --fz: 1.45rem;
  --fz-smaller: calc(var(--fz) * 0.9);
  --fz-small: calc(var(--fz) * 0.9);
  --fz-larger: calc(var(--fz) * 1.25);
  --fz-large: calc(var(--fz) * 1.2);
  --btn-shadow: rgba(0, 0, 0, 0.1);
  --h: 4.5rem;
  --h-smaller: 3.5rem;
  --h-small: 2.5rem;
  --h-larger: 5rem;
  --h-large: 5.5rem;
  --checkbox: 1.6rem;
  --toggler: 2rem;
  --t: #e50914;
  --t-dark: rgb(194.65, 7.65, 17);
  --t-light: rgb(249.5357142857, 115.9642857143, 122.6428571429);
  --t-focus: rgba(229, 9, 20, 0.3);
  --t-opacity: rgba(229, 9, 20, 0.1);
  --orange: #e64b0f;
  --orange-dark: rgb(182.1224489796, 59.387755102, 11.8775510204);
  --orange-light: rgb(241.8979591837, 106.5102040816, 54.1020408163);
  --orange-focus: rgba(230, 75, 15, 0.3);
  --orange-opacity: rgba(230, 75, 15, 0.1);
  --red: #e50914;
  --red-dark: rgb(179.9285714286, 7.0714285714, 15.7142857143);
  --red-light: rgb(246.6428571429, 42.3571428571, 52.5714285714);
  --red-focus: rgba(229, 9, 20, 0.3);
  --red-opacity: rgba(229, 9, 20, 0.1);
  --green: #b9f6dd;
  --green-dark: rgb(139.8101265823, 240.1898734177, 199.0506329114);
  --green-light: #e0ede8;
  --green-focus: rgba(185, 246, 221, 0.3);
  --green-opacity: rgba(185, 246, 221, 0.1);
  --yellow: #ffd84c;
  --yellow-dark: rgb(254.5, 199.0502793296, 0);
  --yellow-light: rgb(255, 227.1117318436, 127);
  --yellow-focus: rgba(255, 216, 76, 0.3);
  --yellow-opacity: rgba(255, 216, 76, 0.1);
  --h1: 5rem;
  --h2: 4rem;
  --h3: 4.5rem;
  --h4: 3rem;
  --h5: 2.5rem;
  --h6: 1.8rem;
  --rad: 0.9rem;
  --rad-smaller: 0.6rem;
  --rad-small: 0.4rem;
  --rad-larger: 1rem;
  --rad-large: 1.2rem;
  --shadow: 0 1rem 2rem rgba(0, 0, 0, 0.02);
  --hd: 6.5rem;
  --third: 3;
  --card: 4;
  --half: 2;
}
.smaller {
  --fz: var(--fz-smaller);
  --h: var(--h-smaller);
  font-size: var(--fz);
}
.small {
  --fz: var(--fz-small);
  --h: var(--h-small);
  font-size: var(--fz);
}
.larger {
  --fz: var(--fz-larger);
  --h: var(--h-larger);
  font-size: var(--fz);
}
.large {
  --fz: var(--fz-large);
  --h: var(--h-large);
  font-size: var(--fz);
}
.light {
  color: var(--text);
  --text: #000;
  --text-grey: #6e6e73;
  --text-grey-light: #a2a2aa;
}
.dark {
  --bg: #24262a;
  --h-bg: var(--grey-bg-light);
  --blackboard: rgba(255, 255, 255, 0.05);
  --bg-opacity: rgba(36, 38, 42, 0.8);
  --text: #fff;
  --text-grey: #8c919b;
  --text-grey-light: #70767c;
  --contrast: #000;
  --border: #3b3e42;
  --h-border: var(--border);
  --grey-bg-light: #282a2e;
  --grey-bg: #2f3236;
  --grey-bg-dark: #36393d;
  --switch-bg: #6a6e74;
  --btn-shadow: rgba(255, 255, 255, 0.1);
  --orange: #eb6b39;
  --orange-dark: rgb(218.8899082569, 77.3853211009, 22.1100917431);
  --orange-light: rgb(239.6788990826, 141.623853211, 103.3211009174);
  --orange-focus: rgba(235, 107, 57, 0.3);
  --orange-opacity: rgba(235, 107, 57, 0.1);
  --green: #12d864;
  --green-dark: rgb(14.0769230769, 168.9230769231, 78.2051282051);
  --green-light: rgb(47.3076923077, 237.6923076923, 126.1538461538);
  --green-focus: rgba(18, 216, 100, 0.3);
  --green-opacity: rgba(18, 216, 100, 0.1);
  color: var(--text);
  color-scheme: dark;
}
.redTheme,
[color="red"] {
  --t: var(--red);
  --t-dark: var(--red-dark);
  --t-light: var(--red-light);
  --t-focus: var(--red-focus);
  --t-opacity: var(--red-opacity);
}
.orangeTheme,
[color="orange"] {
  --t: var(--orange);
  --t-dark: var(--orange-dark);
  --t-light: var(--orange-light);
  --t-focus: var(--orange-focus);
  --t-opacity: var(--orange-opacity);
}
.greenTheme,
[color="green"] {
  --green: var(--green);
  --green-dark: var(--green-dark);
  --green-light: var(--green-light);
  --green-focus: var(--green-focus);
  --green-opacity: var(--green-opacity);
}
@media (min-width: 768px) and (max-width: 1200px) {
  :root {
    --container: 66rem;
    --rem: 1.4vw;
    --bottom-header: 7rem;
    --main-slider-min: 45rem;
    --third: 2;
    --card: 2;
    --half: 1;
    --h5: 1.7rem;
    --h3: 3rem;
    --spiker: 2;
    --h1: 5rem;
    --fz-larger: 1.5rem;
  }
  .header__register {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  :root {
    --rem: 0.7vw;
  }
}
@media (min-width: 1600px) {
  :root {
    --rem: 10px;
  }
}
.sm__show {
  display: none !important;
}
@media screen and (max-width: 768px) {
  :root {
    --container: 47rem;
    --hd: 6.5rem;
    --rem: 2vw;
    --bottom-header: 7rem;
    --logo: 6.5rem;
    --main-slider-min: 45rem;
    --h1: 3rem;
    --h2: 3.2rem;
    --h3: 2.5rem;
    --h4: 2.6rem;
    --h5: 3rem;
    --half: 1;
    --h6: 2rem;
    --third: 1;
    --card: 1;
    --spiker: 2;
    --header: 7rem;
  }
  .sm__hide {
    display: none !important;
  }
  .sm__show {
    display: block !important;
  }
  .margin > *:not(:last-child):not(.no-margin) {
    --margin: 2rem !important;
  }
}
.counter-check {
  background-color: var(--bg-opacity);
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  max-height: 100%;
}
hr {
  width: 100%;
  height: 1px;
  background: var(--border);
  border: none;
}
.tac {
  text-align: center;
  margin-bottom: 2rem;
}
a {
  color: var(--text);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: var(--red);
}
html {
  font-size: var(--rem);
  scroll-behavior: smooth;
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.container {
  margin: 0 auto;
  width: var(--container);
}
body {
  margin: 0;
  padding: 0;
  background: #edf1f7;
  overflow-x: hidden;
  font-weight: 300;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body ::-webkit-scrollbar {
  width: 6px;
}
body ::-webkit-scrollbar-track {
  background: var(--grey-bg);
  border-radius: 3px;
}
body ::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 3px;
}
body,
input,
textarea,
button,
select {
  font-size: var(--fz);
  font-family: var(--font);
  color: var(--text);
  line-height: var(--line-height);
  font-weight: 400;
}
.font-medium {
  font-weight: 700;
}
.section__title {
  padding-bottom: var(--h);
}
.section__title .content.fw-300 {
  font-weight: 300;
}
.section__title h3 {
  font-weight: 700;
}
.section__title p {
  margin-top: 2rem;
  font-size: var(--fz-larger);
  font-weight: 300;
  line-height: 1.25;
  max-width: 60%;
}
@media screen and (max-width: 768px) {
  .section__title p {
    max-width: 100%;
  }
}
.mt3 {
  margin-top: 3rem;
}
.margin > *:not(:last-child):not(.no-margin) {
  --margin: 3rem;
  margin-bottom: var(--margin);
}
.margin > *:not(:last-child):not(.no-margin).small-margin {
  --margin: 2rem;
}
.margin > *:not(:last-child):not(.no-margin).large-margin {
  --margin: 4rem;
}
.margin__smaller > *:not(:last-child):not(.no-margin) {
  --margin: 2rem;
  margin-bottom: var(--margin);
}
.margin__smaller > *:not(:last-child):not(.no-margin).small-margin {
  --margin: 1rem;
}
.margin__smaller > *:not(:last-child):not(.no-margin).large-margin {
  --margin: 3rem;
}
.margin__small > *:not(:last-child):not(.no-margin) {
  --margin: 1rem;
  margin-bottom: var(--margin);
}
.margin__small > *:not(:last-child):not(.no-margin).small-margin {
  --margin: 0.5rem;
}
.margin__small > *:not(:last-child):not(.no-margin).large-margin {
  --margin: 1.5rem;
}
.margin__larger > *:not(:last-child):not(.no-margin) {
  --margin: 5rem;
  margin-bottom: var(--margin);
}
.margin__larger > *:not(:last-child):not(.no-margin).small-margin {
  --margin: 4rem;
}
.margin__larger > *:not(:last-child):not(.no-margin).large-margin {
  --margin: 6rem;
}
.margin__large > *:not(:last-child):not(.no-margin) {
  --margin: 7rem;
  margin-bottom: var(--margin);
}
.margin__large > *:not(:last-child):not(.no-margin).small-margin {
  --margin: 6rem;
}
.margin__large > *:not(:last-child):not(.no-margin).large-margin {
  --margin: 8rem;
}
.styledLink {
  color: var(--t);
  text-decoration: none;
  position: relative;
  z-index: 1;
  border-radius: var(--rad-small);
  cursor: pointer;
  transition: 0.2s;
  padding: 3px;
  margin: -3px;
}
.styledLink:hover {
  color: var(--t-dark);
}
.styledLink:active,
.styledLink:focus {
  background: var(--t-opacity);
  box-shadow: 0 0 0 4px var(--t-focus);
}
h1,
.h1 {
  line-height: 1.3;
  font-weight: 700;
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.3;
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote,
ol {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
.subtitle {
  font-weight: 500;
}
h1,
.h1 {
  --title-size: var(--h1);
  font-size: var(--title-size);
}
h1.smaller,
.h1.smaller {
  --title-size: calc(var(--h1) * 0.9);
}
h1.small,
.h1.small {
  --title-size: calc(var(--h1) * 0.8);
}
h1.larger,
.h1.larger {
  --title-size: calc(var(--h1) * 1.1);
}
h1.large,
.h1.large {
  --title-size: calc(var(--h1) * 1.2);
}
h2,
.h2 {
  --title-size: var(--h2);
  font-size: var(--title-size);
}
h2.smaller,
.h2.smaller {
  --title-size: calc(var(--h2) * 0.9);
}
h2.small,
.h2.small {
  --title-size: calc(var(--h2) * 0.8);
}
h2.larger,
.h2.larger {
  --title-size: calc(var(--h2) * 1.1);
}
h2.large,
.h2.large {
  --title-size: calc(var(--h2) * 1.2);
}
h3,
.h3 {
  --title-size: var(--h3);
  font-size: var(--title-size);
}
h3.smaller,
.h3.smaller {
  --title-size: calc(var(--h3) * 0.9);
}
h3.small,
.h3.small {
  --title-size: calc(var(--h3) * 0.8);
}
h3.larger,
.h3.larger {
  --title-size: calc(var(--h3) * 1.1);
}
h3.large,
.h3.large {
  --title-size: calc(var(--h3) * 1.2);
}
h4,
.h4 {
  --title-size: var(--h4);
  font-size: var(--title-size);
}
h4.smaller,
.h4.smaller {
  --title-size: calc(var(--h4) * 0.9);
}
h4.small,
.h4.small {
  --title-size: calc(var(--h4) * 0.8);
}
h4.larger,
.h4.larger {
  --title-size: calc(var(--h4) * 1.1);
}
h4.large,
.h4.large {
  --title-size: calc(var(--h4) * 1.2);
}
h5,
.h5 {
  --title-size: var(--h5);
  font-size: var(--title-size);
}
h5.smaller,
.h5.smaller {
  --title-size: calc(var(--h5) * 0.9);
}
h5.small,
.h5.small {
  --title-size: calc(var(--h5) * 0.8);
}
h5.larger,
.h5.larger {
  --title-size: calc(var(--h5) * 1.1);
}
h5.large,
.h5.large {
  --title-size: calc(var(--h5) * 1.2);
}
h6,
.h6 {
  --title-size: var(--h6);
  font-size: var(--title-size);
}
h6.smaller,
.h6.smaller {
  --title-size: calc(var(--h6) * 0.9);
}
h6.small,
.h6.small {
  --title-size: calc(var(--h6) * 0.8);
}
h6.larger,
.h6.larger {
  --title-size: calc(var(--h6) * 1.1);
}
h6.large,
.h6.large {
  --title-size: calc(var(--h6) * 1.2);
}
.sectionPadding {
  --padding: calc(var(--h) * 2);
}
@media screen and (max-width: 768px) {
  .sectionPadding {
    --padding: calc(var(--h) * 1.25);
  }
}
.sectionPadding:not(.bottom):not(.top) {
  padding: var(--padding) 0;
}
.sectionPadding.top {
  padding-top: var(--padding);
}
.sectionPadding.bottom {
  padding-bottom: var(--padding);
}
.sectionPadding__smaller {
  --padding: calc(var(--h-smaller) * 1.5);
}
.sectionPadding__smaller:not(.bottom):not(.top) {
  padding: var(--padding) 0;
}
.sectionPadding__smaller.top {
  padding-top: var(--padding);
}
.sectionPadding__smaller.bottom {
  padding-bottom: var(--padding);
}
.sectionPadding__small {
  --padding: calc(var(--h-small) * 1.5);
}
.sectionPadding__small:not(.bottom):not(.top) {
  padding: var(--padding) 0;
}
.sectionPadding__small.top {
  padding-top: var(--padding);
}
.sectionPadding__small.bottom {
  padding-bottom: var(--padding);
}
.sectionPadding__larger {
  --padding: calc(var(--h-larger) * 1.5);
}
.sectionPadding__larger:not(.bottom):not(.top) {
  padding: var(--padding) 0;
}
.sectionPadding__larger.top {
  padding-top: var(--padding);
}
.sectionPadding__larger.bottom {
  padding-bottom: var(--padding);
}
.sectionPadding__large {
  --padding: calc(var(--h-large) * 1.5);
}
.sectionPadding__large:not(.bottom):not(.top) {
  padding: var(--padding) 0;
}
.sectionPadding__large.top {
  padding-top: var(--padding);
}
.sectionPadding__large.bottom {
  padding-bottom: var(--padding);
}
body section.register button.b24-form-btn {
  background: var(--t);
  color: #fff;
  padding: 0 4rem;
}
body section.register button.b24-form-btn:hover {
  color: #fff;
  background-color: var(--t-dark);
}
.sub-title {
  width: -moz-fit-content;
  width: fit-content;
  height: 3rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
  font-size: var(--fz-small);
}
.sub-title.dashed {
  border: 1px solid var(--text);
}
.bold {
  font-weight: 700;
}
.uc-them-dark .uc-registration-controll button,
.uc-them-dark .uc-registration-repeated-body button,
.uc-them-dark .uc-registration input[type="submit"],
.uc-them-dark .uc-registration input[type="button"] {
  color: #fff !important;
  background-color: var(--red) !important;
}
.uc-them-dark .uc-registration-controll button:hover,
.uc-them-dark .uc-registration-repeated-body button:hover,
.uc-them-dark .uc-registration input[type="submit"]:hover,
.uc-them-dark .uc-registration input[type="button"]:hover {
  color: #fff !important;
  background-color: var(--red-dark) !important;
}
.btn,
button.b24-form-btn {
  padding: 0 2rem;
  line-height: 1;
  background: #000;
  font-weight: 700;
  font-size: 1.25rem;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  border-radius: 2.5rem;
  border: 2px solid rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: none;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .btn,
  button.b24-form-btn {
    font-size: 1.5rem;
  }
}
.btn span,
button.b24-form-btn span {
  height: var(--h);
  display: flex;
  font-weight: 400;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  z-index: 2;
  transition: transform 0.3s;
}
.btn span:hover img,
button.b24-form-btn span:hover img {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.btn span img,
button.b24-form-btn span img {
  padding-left: 1rem;
  transition: 0.3s;
  width: 3rem;
}
.btn span.text,
button.b24-form-btn span.text {
  padding: 0 calc(var(--h) * 0.3);
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.btn span.text .beforeIcon,
.btn span.text .afterIcon,
button.b24-form-btn span.text .beforeIcon,
button.b24-form-btn span.text .afterIcon {
  font-size: 1.1em;
}
.btn span.text .beforeIcon:before,
.btn span.text .afterIcon:before,
button.b24-form-btn span.text .beforeIcon:before,
button.b24-form-btn span.text .afterIcon:before {
  font-weight: 500;
}
.btn span.text .beforeIcon,
button.b24-form-btn span.text .beforeIcon {
  margin-right: 0.3em;
}
.btn span.text .afterIcon,
button.b24-form-btn span.text .afterIcon {
  margin-left: 0.3em;
}
.btn span.icon,
button.b24-form-btn span.icon {
  width: var(--h);
  font-size: 1.6em;
}
.btn:after,
button.b24-form-btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: inherit;
  z-index: 2;
  pointer-events: none;
  transition: 0.2s;
}
.btn:before,
button.b24-form-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  transition: 0.4s;
  z-index: 1;
}
.btn:hover:before,
.btn:hover button.b24-form-btn:before,
button.b24-form-btn:hover:before,
button.b24-form-btn:hover button.b24-form-btn:before {
  height: 100%;
}
.btn:active span,
button.b24-form-btn:active span {
  transform: scale(0.95);
}
.btn.bg.dark,
button.b24-form-btn.bg.dark {
  background-color: #2b2d33;
  border-color: #2b2d33;
}
.btn.primary,
button.b24-form-btn.primary {
  background: var(--t);
  border-color: var(--t);
  color: #fff;
}
.btn.primary:before,
button.b24-form-btn.primary:before {
  background: var(--t-dark);
}
.btn.primary:hover,
button.b24-form-btn.primary:hover {
  border-color: var(--t-dark) !important;
}
.btn.bg,
button.b24-form-btn.bg {
  background: var(--bg);
  border-color: var(--bg);
}
.btn.bg:before,
button.b24-form-btn.bg:before {
  background: var(--border);
}
.btn.bg:hover,
button.b24-form-btn.bg:hover {
  color: #fff;
  border-color: var(--border) !important;
}
.btn.outline,
button.b24-form-btn.outline {
  background: var(--h-bg);
  border: none;
}
.btn.outline:before,
button.b24-form-btn.outline:before {
  background: var(--grey-bg);
}
.btn.outline:after,
button.b24-form-btn.outline:after {
  border-color: var(--h-border);
}
.btn.outlineTheme,
button.b24-form-btn.outlineTheme {
  background: var(--h-bg);
  color: var(--t);
}
.btn.outlineTheme:before,
button.b24-form-btn.outlineTheme:before {
  background: var(--grey-bg);
}
.btn.outlineTheme:after,
button.b24-form-btn.outlineTheme:after {
  border-color: var(--h-border);
}
.btn.ghost,
button.b24-form-btn.ghost {
  color: var(--t);
}
.btn.ghost:before,
button.b24-form-btn.ghost:before {
  background: var(--t-opacity);
}
.btn.opacity,
button.b24-form-btn.opacity {
  color: var(--t);
  background: var(--t-opacity);
}
.btn.opacity:before,
button.b24-form-btn.opacity:before {
  background: var(--t-opacity);
}
.btn.grey,
button.b24-form-btn.grey {
  background: var(--grey-bg);
}
.btn.grey:before,
button.b24-form-btn.grey:before {
  background: var(--border);
}
.btn.bordered,
button.b24-form-btn.bordered {
  color: var(--t);
}
.btn.bordered:after,
button.b24-form-btn.bordered:after {
  border: 2px solid var(--text);
}
.btn.bordered:before,
button.b24-form-btn.bordered:before {
  background: var(--grey-bg);
}
.btn.dashed,
button.b24-form-btn.dashed {
  color: var(--t);
}
.btn.dashed:after,
button.b24-form-btn.dashed:after {
  border: 2px dashed var(--border);
}
.btn.dashed:before,
button.b24-form-btn.dashed:before {
  background: var(--grey-bg);
}
.btn:disabled,
button.b24-form-btn:disabled {
  background: var(--border);
  color: var(--text-grey) !important;
  pointer-events: none;
}
.btn:disabled:before,
button.b24-form-btn:disabled:before {
  height: 0;
}
.btn.small,
button.b24-form-btn.small {
  --fz: var(--fz-small);
  --h: var(--h-small);
  border-radius: 0.7rem;
}
.btn.small span.text,
button.b24-form-btn.small span.text {
  font-weight: 300;
}
.btn.smaller,
button.b24-form-btn.smaller {
  --fz: var(--fz-smaller);
  --h: var(--h-smaller);
}
.btn.large,
button.b24-form-btn.large {
  --fz: var(--fz-large);
  --h: var(--h-large);
  padding-left: 2rem;
  padding-right: 2rem;
}
.btn.larger,
button.b24-form-btn.larger {
  --fz: var(--fz-larger);
  --h: var(--h-larger);
}
.btn.full,
button.b24-form-btn.full {
  width: 100%;
  justify-content: center;
}
@keyframes spinner {
  from {
    transform: none;
  }
  to {
    transform: rotate(360deg);
  }
}
.btn .spinner,
button.b24-form-btn .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn .spinner:before,
button.b24-form-btn .spinner:before {
  content: "";
  animation: spinner 0.5s infinite linear;
  display: block;
  border-radius: 100%;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid var(--text-grey-light);
  border-right: 2px solid var(--text);
}
.btn.loading .text,
.btn.loading .icon,
button.b24-form-btn.loading .text,
button.b24-form-btn.loading .icon {
  opacity: 0;
}
body .slick-list {
  overflow: hidden;
}
body .slick-list .slick-track {
  display: flex;
}
.wrapper {
  display: flex;
  align-items: baseline;
  font-size: var(--fz-smaller);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wrapper label {
  cursor: pointer;
}
.wrapper .checkbox {
  flex-shrink: 0;
}
.wrapper .checkbox input {
  display: none;
}
.wrapper .checkbox label {
  width: var(--checkbox);
  height: var(--checkbox);
  border: 1px solid var(--h-border);
  border-radius: var(--rad-small);
  overflow: hidden;
  display: block;
  transition: 0.2s;
  cursor: pointer;
  background: var(--h-bg);
}
.wrapper .checkbox label:before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  transform: translateY(-100%);
  transition: 0.3s;
  color: #fff;
}
.wrapper .checkbox input:checked + label {
  background: var(--t);
  border-color: rgba(0, 0, 0, 0);
}
.wrapper .checkbox input:checked + label:before {
  transform: none;
}
.wrapper .checkbox input:checked:active + label {
  background: var(--t-dark);
}
.wrapper .checkbox.error label {
  border-color: var(--red);
  box-shadow: 0 0 0 1px var(--red), 0 0 0 5px var(--red-focus);
}
.wrapper .checkbox.error input:checked + label {
  background: var(--red);
}
.wrapper .checkbox.error input:checked:active + label {
  background: var(--red-dark);
}
.wrapper .label {
  margin-left: 1rem;
}
.wrapper {
  position: relative;
  width: 100%;
}
.b24-form-control-string .b24-form-control,
.b24-form-control-list .b24-form-control,
.b24-form-control-text .b24-form-control,
.b24-form-control-select .field-item {
  border-radius: 4px;
  border: none !important;
  height: var(--h);
  border-bottom: 1px solid var(--t-opacity) !important;
  background: rgba(0, 0, 0, 0) !important;
}
.label {
  font-size: var(--fz-smaller);
  margin-bottom: 0.5rem;
  display: block;
  color: var(--text-grey);
}
.label .mark {
  color: var(--red);
  margin-left: 0.2em;
}
.program .section__title img {
  margin-left: auto;
}
.program .section__title p {
  max-width: 100% !important;
}
body input:not([type="checkbox"]) {
  width: 100%;
  height: var(--h);
  font-size: var(--fz);
  border: 1px solid var(--h-border);
  border-radius: var(--rad);
  padding: 0 1.5rem;
  outline: none;
  transition: 0.3s;
  background: none;
  color: var(--text);
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--h-bg);
}
body input:not([type="checkbox"])::-moz-placeholder {
  color: var(--text-grey-light);
}
body input:not([type="checkbox"])::placeholder {
  color: var(--text-grey-light);
}
body input:not([type="checkbox"]):hover {
  background: var(--grey-bg);
}
body input:not([type="checkbox"]):focus {
  border-color: var(--t);
  box-shadow: 0 0 0 1px var(--t), 0 0 0 5px var(--t-focus);
}
body input:not([type="checkbox"]).small {
  --fz: var(--fz-small);
  --h: var(--h-small);
}
body input:not([type="checkbox"]).smaller {
  --fz: var(--fz-smaller);
  --h: var(--h-smaller);
}
body input:not([type="checkbox"]).large {
  --fz: var(--fz-large);
  --h: var(--h-large);
}
body input:not([type="checkbox"]).larger {
  --fz: var(--fz-larger);
  --h: var(--h-larger);
}
body input:not([type="checkbox"]).error {
  border-color: var(--t);
  --t: var(--red);
  --t-focus: var(--red-focus);
}
body input:not([type="checkbox"]).center {
  text-align: center;
}
.icon,
.afterIcon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--fz) * 1.2);
  padding: 0 1.5rem;
  pointer-events: none;
  color: var(--text-grey-light);
}
.icon.afterIcon,
.afterIcon.afterIcon {
  left: auto;
  right: 0;
}
.icon + .input {
  padding-left: 4.5rem;
}
.afterIcon + .input {
  padding-right: 4.5rem;
}
.description {
  margin-top: 0.8rem;
  font-size: var(--fz-small);
  color: var(--text-grey);
  line-height: 1.3;
}
.description:before {
  margin-right: 0.3em;
  transform: translateY(10%);
  display: inline-block;
}
.errorMessage {
  margin-top: 0.6rem;
  font-size: var(--fz-small);
  color: var(--red);
  line-height: 1.3;
}
.errorMessage:before {
  margin-right: 0.3em;
  transform: translateY(10%);
  display: inline-block;
}
.sliderWrapper .inputs {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.sliderWrapper .inputs > *:not(.inputsSep) {
  width: 0;
  flex-grow: 1;
}
.sliderWrapper .inputs .inputsSep {
  margin: 0 0.4rem;
}
.sliderWrapper .labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  font-size: var(--fz-smaller);
  color: var(--text-grey);
  margin-top: 1rem;
}
.accordion {
  max-width: 65%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .accordion {
    max-width: 100%;
  }
}
.accordion-item {
  /* border-bottom: 1px solid #d7dae2; */
}
 

@media (max-width: 767px) {
  .accordion-item-header {
    padding-right: 4rem;
  }
}
.accordion-item-header .trigger {
  position: absolute;
  right: 0;
  top: 2rem;
  height: 3rem;
  width: 3rem;
}
.accordion-item-header .trigger img {
  height: 3.5rem;
  width: 3.5rem;
}
@media (max-width: 767px) {
  .accordion-item-header .trigger img {
    width: 3rem;
    height: 2rem;
  }
}
.accordion-item-header.active .trigger {
  transform: rotate(180deg);
  transform-origin: center;
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.accordion-item-body-content {
  color: #555a65;
  max-width: 80%;
  padding-bottom: 3rem;
  font-size: 1.35rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .accordion-item-body-content {
    max-width: 90%;
  }
}
section.main {
  width: 100%;
  margin-top: 2rem;
  
}
 .main-botom {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 2rem;
  border-radius: 2rem;
  justify-content: center;
  margin-top: 2rem;
  background-color: #fff;
}
 .main-botom > * {
  width: calc(100%/3 - 3rem);
  display: flex;
  justify-content: center;
  font-size: 1.3rem;
  margin-right: 3rem;
  font-weight: 500;
}
.about-t h3  {
    max-width: 100%;
    line-height: 1.2;
}

.about-t h3 span{
font-size: 3rem;
font-weight: 300;

}
@media (max-width: 1200px) {
 .main-botom > * {
    width: 100%;
    font-size: 1.45rem;
  }
  .main-botom > *:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.main-botom > * .desc {
  line-height: 1;
}
@media (max-width: 1200px) {
.main-botom > * .desc {
    line-height: 1.5;
  }
}
 .main-botom > * img {
  margin-top: -0.5rem;
  width: 2rem;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 1rem;
}
@media (max-width: 1200px) {
 .main-botom > * img {
    width: 3rem;
  }
}


section.cert h3 {
    max-width: 100%;
}
 .main__content {
  position: relative;
  display: flex;
  overflow: hidden;
align-items: center;
justify-content: space-between;
width: 100%;
  padding: 4rem 0 0 4rem;
background-color: #fff;
  border-radius: 2rem;
  /* background:url('./images/bgbg.jpg');
  background-size: cover;
  background-position-x: right; */

}

.main__content .r-img {
  margin-right: -1rem;
}

.main__content .content {
  padding-bottom: 6rem;
}

 .main__content .r-img {
  margin-bottom: -0.5rem;
}
@media (max-width: 1200px) {
 .main__content {
    padding: 2rem;
  }
}
 .main__content .btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
 .main__content .btns > * {
  margin-right: 2rem;
  padding: 0 0.3rem !important;
}
@media (max-width: 1200px) {
  .main__content .btns > * {
    padding: 0 0.5rem !important;
    margin-right: 1rem;
  }
}


 .main__content p.text {
  font-size: 1.65rem;
  margin-top: 2rem;
  font-weight: 300;
}
.main__content .btns > * svg {
  margin-left: 0.7rem;
}


 .main__content .btns > *:last-child {
  background-color: #59BC00;
  color: #fff;

}

.program {
}

.program__layout {
  display: flex;
  gap: 4rem;
}

.program__intro {
  flex: 1 1 50%;
}

.program__title {
  font-size: 2rem;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.program__text {
  font-size: 1rem;
  line-height: 1.4;
  color: #444;
}

.program__accordion {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* ACCORDION */

.accordion-item {
  background-color: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
}

.accordion-header {
  width: 100%;
  background: none;
  border: none;
  padding: 2.5rem 3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  cursor: pointer;
}

.accordion-badge {
  background-color: #57c000;
  color: #fff;
  padding: 0.8rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 2rem;
  white-space: nowrap;
}

.accordion-title {
  flex: 1;
  font-size: 2.2rem;
  text-align: left;
}

.accordion-icon {
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
}
.accordion-icon {
  width: 1.4rem;
  height: 1.4rem;
  transition: transform 0.3s ease;
  background-image: url('./images/arr.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
} 

.accordion-item.is-open .accordion-icon {
  transform: rotate(180deg);
}


.accordion-icon::after {
  width: 0.125rem;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
}

.accordion-item.is-open .accordion-icon::after {
  opacity: 0;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  padding: 0 3rem;
}
.cert ul {
  margin-bottom: 3rem;
}

№
.cert h6 {
  font-weight: 400;
  font-size: 2rem !important;
}
.accordion-item.is-open .accordion-content {
  max-height: 20rem;
  opacity: 1;
  padding-bottom: 2.5rem;
}

.accordion-content ul {
  padding-left: 1.2rem;
  line-height: 1.4;
  font-weight: 300;
  color: #555A65 !important;
}

/* MOBILE */

@media (max-width: 48rem) {
  .program__layout {
    flex-direction: column;
  }
}

.skills {
  background-color: #242424;
}
p.sp {
  margin-bottom: 3rem;
    font-size: 2rem;
    font-weight: 300;
}
.audiences .main-botom {
gap: 3rem 0;
}
.audiences .main-botom>* {
justify-content: flex-start;

}
 .main__content .btns > *:last-child span.text {
color: #fff !important;

}
@media (max-width: 1200px) {
  section.main .main__content {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2rem;
  }
}
section.main .main__content .r-img {
  /* margin-top: 2rem; */
}
@media (max-width: 1200px) {
  section.main .main__content .r-img {
    margin-left: -2rem;
    margin-top: 3rem;
  }
  .schedule .schedule-item .schedule-header .toggle-btn svg {
    height: 15px;
  }
}
section.main .main__content .content {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  section.main .main__content .content {
    width: 100%;
  }
}
section.main .main__content .content h1 {
  font-weight: 700;
  margin-top: 4rem;
  margin-bottom: 4rem !important;
}
@media screen and (max-width: 1199px) {
  section.main .main__content .content h1 {
    line-height: 1;
  }
}
section.main .main__content .content h1 span {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 0;
  text-transform: none;
}
@media screen and (max-width: 1199px) {
  section.main .main__content .content h1 span {
    font-size: 3.5rem;
    line-height: 1;
  }
}
section.main .main__content .content p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;

}
@media (max-width: 1200px) {
  section.main .main__content .content {
    width: 100%;
    padding-bottom: 0;
    padding-top: 3rem;
  }
}

section.main .main__content .btn {
  
    margin-top: 1rem;
}
section.main .main__content .r-text {
  width: 28%;
  border-radius: 2rem;
  color: #fff;
  padding: 2rem;
  background: radial-gradient(
    218.87% 155.14% at 5.03% -3.59%,
    #9a050c 0%,
    #670409 11.41%,
    #350306 38.72%,
    #1c0808 63.54%,
    #150909 84.8%,
    #0d0a0a 100%
  );
  position: relative;
}
@media screen and (max-width: 1199px) {
  section.main .main__content .r-text {
    width: 100%;
    margin-top: 4rem;
    padding: 4rem 3rem;
  }
}
section.main .main__content .r-text .date {
  font-size: 3rem;
  font-weight: 300;
}
@media screen and (max-width: 1199px) {
  section.main .main__content .r-text .date {
    font-size: 3.5rem;
    margin-bottom: 2rem;
  }
}
section.main .main__content .r-text .adress {
  font-size: 1.55rem;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1199px) {
  section.main .main__content .r-text .adress {
    font-size: 2rem;
    max-width: 65%;
    line-height: 1.5;
  }
  section.main .main__content .r-text .adress br {
    display: none;
  }
}
section.main .main__content .r-text .time {
  font-size: 1.7rem;
  font-weight: 300;
}
@media (max-width: 1199px) {
  section.main .main__content .r-text .time {
    font-size: 2.4rem;
  }
}
section.main .main__content .r-text .btn {
  width: 100% !important;
  height: var(--h);
  text-align: center;
  margin-top: 3rem;
}
section.main .main__content .r-text .btn span {
  text-align: center;
  width: 100% !important;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.main .main__content .r-text {
    width: 100%;
  }
}
section.main .main__content .main__content-links {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2rem;
}
section.main .main__content .main__content-links > *:not(:last-child) {
  margin-right: 8rem;
}
section.main .main__content .main__content-links img {
  height: 7rem;
}
@media screen and (max-width: 768px) {
  section.main .main__content .main__content-links {
    margin-bottom: 3rem;
  }
}
section.main .main__content .subtitle {
  font-size: 2rem;
  margin-bottom: 5rem;
  font-weight: 300;
}
section.main .main__content h1 {
  line-height: 1;
  margin-bottom: 4rem;
}
@media (max-width: 1200px) {
  section.main .main__content h1 {
    padding-top: 0;
    margin-bottom: 2rem;
  }
}
section.main .main__content h1 span {
  font-size: 4rem;
}
section.main .main__content .main__text {
  margin-bottom: 1rem;
}
section.main .main__content ul {
  margin-bottom: 3rem;
}
section.main .main__content .main__btns {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  section.main .main__content .main__btns {
    width: 100%;
  }
  section.main .main__content .main__btns .btn {
    width: 100%;
  }
}
section.main .main__content .main__btns .red {
  background-color: var(--red);
  border-color: var(--red);
}
section.main .main__content .main__btns .red span {
  color: #fff;
}
section.main .main__content .main__btns > *:not(last-child) {
  margin-right: 1.5rem;
}
@media (max-width: 1200px) {
  section.main .main__content .main__btns > *:not(last-child) {
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
  }
}
section.main .main__content .main__btns .btn.bordered {
  background-color: rgba(0, 0, 0, 0) !important;
}
section.main .main__content .main__btns .btn.bordered span {
  color: var(--text) !important;
}
section.main .main__content .main__date {
  display: flex;
  align-items: center;
  position: relative;
}
section.main .main__content .main__date > * {
  font-size: var(--fz-large);
  font-weight: 400;
  padding: 0 1.5rem;
}
section.main .main__content .main__date > * i {
  margin-right: 1rem;
}
section.main .main__content span.theme {
  color: var(--red);
}
section.main .main__content .main__description {
  display: flex;
  align-items: flex-start;
  padding: 2rem 0;
  margin-top: 2rem;
  width: calc(100% + 4rem);
}
@media screen and (max-width: 768px) {
  section.main .main__content .main__description {
    justify-content: center;
    width: calc(100% + 2rem);
  }
}
section.main .main__content .main__description > * {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 4rem;
  font-size: 2rem;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  section.main .main__content .main__description > * {
    font-size: 1.4rem;
    margin-right: 0;
  }
}
section.main .main__content .main__description > *:first-child {
  width: 15rem;
  border-radius: 50%;
  height: 15rem;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 0 !important;
}
@media screen and (max-width: 768px) {
  section.main .main__content .main__description > *:first-child {
    width: 10rem;
    height: 10rem;
  }
}
section.main .main__content .main__description > *:nth-child(2) {
  border-radius: 80px;
  border: 2px solid #fff;
  padding: 2.5rem 3rem;
  font-size: 5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  section.main .main__content .main__description > *:nth-child(2) {
    font-size: 2rem;
    padding: 3rem 2rem;
  }

  .skills-items>* {
    width: calc(100% - 3rem) !important;
  }
}
section.main .main__content .main__description > *:last-child {
  width: 16rem;
  border-radius: 50%;
  height: 16rem;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0 !important;
}
@media screen and (max-width: 768px) {
  section.main .main__content .main__description > *:last-child {
    width: 10rem;
    height: 10rem;
  }
}
section.main .main__content .main__description > * span {
  font-size: 3.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.main .main__content .main__description > * span {
    font-size: 2rem;
  }
}
section.main .main__content .main__description > * img {
  height: 4rem;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 1.25rem;
}
section.main .main__content .main__description > * p {
  white-space: nowrap;
  font-weight: 600;
  font-size: var(--fz-larger);
}
section.main .main__content .main__description > *:not(:last-child) {
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  section.main .main__content .main__description > *:not(:last-child) {
    margin-right: 2rem;
    margin-bottom: 1rem;
  }
}
.t-subtitle {
  display: flex;
}
.t-subtitle > * {
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  border: 1px solid #6B6E79;
  color: #6B6E79;
  /* color: #171717; */

}

.t-subtitle > *:not(:last-child){
    margin-right: 1.4rem;
}


.schedule .df {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.schedule .df img {
  width: 7rem;
  height: 7rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .schedule .df img {
    width: 3rem;
    height: 3rem;
  }
}
button.b24-form-btn {
  padding: 0 5rem !important;
  width: 100% !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.b24-widget-button-pulse {
  background-color: #000 !important;
}
.b24-widget-button-inner-block {
  background-color: #000 !important;
}
button.b24-form-btn:hover {
  background-color: var(--t-dark) !important;
}
.b24-window-popup-wrapper {
  border-radius: 2rem !important;
  overflow: hidden;
}
.sc-container {
  width: 100%;
  margin: 0 auto;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #fff;
  color: #111827;
}
.sc-container .row {
  display: grid;
  grid-template-columns: 12rem 1fr 18rem;
  padding: 2rem 1.5rem;
}
@media screen and (max-width: 1199px) {
  .sc-container .row {
    grid-template-columns: 6rem 1fr 13rem;
    font-size: 1.3rem;
  }
}
.sc-container .row:nth-child(even) {
  background: #fff;
}
.sc-container .row:nth-child(6) {
  font-weight: 300;
}
.sc-container .row:nth-child(odd) {
  background: #f8f8f7;
}
.sc-container .row .time {
  color: #111827;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .sc-container .row .time {
    text-align: left;
  }
}
.sc-container .row .topic {
  line-height: 1.4;
  padding-left: 2rem;
}
@media screen and (max-width: 1199px) {
  .sc-container .row .topic {
    padding-right: 1rem;
  }
}
.sc-container .row .topic.secret {
  color: #9b0a0a;
}
.sc-container .row .speaker {
  color: #374151;
}
@media screen and (max-width: 1199px) {
  .sc-container .row .speaker {
    text-align: end;
  }
}
ul.marker {
  list-style-type: disc;
  line-height: 1.2;
}
ul.marker li {
  margin-left: 2.25rem;
}
ul.marker .text {
  margin: 1.5rem 0;
}
.why h4 {
  margin-bottom: 3rem;
}
.why__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.2;
}
.why__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  grid-template-areas: "a1 a2 a3" "a1 a4 a5" "a6 a6 a7";
}
@media (max-width: 1200px) {
  .why__grid {
    grid-template-areas: "a1" "a2" "a3" "a4" "a5" "a6" "a7";
  }
}
.why-card {
  background: #f6f7f9;
  border-radius: 2rem;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  min-width: 0;
  box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.06);
}
.why-card--tall {
  grid-row: span 2;
}
.why-card--accent {
  background: #ffd633;
  color: #0e0e0e;
}
.why-card__title {
  font-weight: 500;
  line-height: 1.35;
  font-size: 1.8rem;
  max-width: 90%;
}
.why-card__list {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.1;
  list-style-type: disc;
}
.why__grid article:nth-child(1) {
  grid-area: a1;
  justify-content: start;
}
.why__grid article:nth-child(1) img {
  width: 13rem;
  margin-left: auto;
  margin-top: auto;
}
.why__grid article:nth-child(2) {
  grid-area: a2;
}
.why__grid article:nth-child(3) {
  grid-area: a3;
}
.why__grid article:nth-child(4) {
  grid-area: a4;
  padding: 1rem 2.4rem;
}
.why__grid article:nth-child(5) {
  grid-area: a5;
  padding: 1rem 2.4rem;
  position: relative;
}
.why__grid article:nth-child(5)::after {
  content: "";
  background-image: url("./images/badge.svg");
  position: absolute;
  z-index: 111111;
  top: -1rem;
  right: -4.55rem;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14rem;
  bottom: -1rem;
  background-position: right;
}
@media (max-width: 1200px) {
  .why__grid article:nth-child(5)::after {
    right: -2rem;
  }
}
.why__grid article:nth-child(6) {
  grid-area: a6;
}
.why__grid article:nth-child(6) .group {
  display: flex;
  align-items: flex-start;
}
.why__grid article:nth-child(6) .group > * {
  width: 50%;
}
.why__grid article:nth-child(7) {
  grid-area: a7;
  justify-content: start;
}
@media (max-width: 1200px) {
  .why__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .why-card--tall {
    grid-row: auto;
  }
}
.order-inner {
  display: flex;
  width: calc(100% + 1rem);
  margin-bottom: -1rem;
}
@media screen and (max-width: 1199px) {
  .order-inner {
    flex-direction: column;
  }
}
.order-inner > * {
  width: calc(100% - 1rem);
  margin-right: 1rem;
  margin-bottom: 1rem;

  padding: 3rem;
  height: auto;
  border-radius: 2rem;
}
.order-inner .l-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #171717;
}
.order-inner .l-block h3 {
  max-width: 100%;
}
.order-inner .l-block p {
  color: #B8BBC1;
  max-width: 100%;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.order-inner .l-block .pr {
  margin-top: auto;
}
.order-inner .l-block .pr .pr-bottom {
  max-width: 40%;
  font-weight: 500;
  color: #B8BBC1;
  font-size: 1.25rem;
  margin-top: 2rem;
}

.order__content {  background-color: #171717;}
@media screen and (max-width: 1199px) {
  .order-inner .l-block .pr .pr-bottom {
    max-width: 45%;
  }
}
.program.first  {
background-color: #242424;
}


.skills-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -3rem;
  width: calc(100% + 3rem);
  margin-top: 5rem;
}

.skills-items>* {
  width: calc(100% / 3 - 3rem);
  margin-right: 3rem;
  margin-bottom: 3rem;
  color: #B8BBC1;
  display: flex;
  align-items: center;
  line-height: 1.2;

}

.skills-items>*  img {
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
}
.program .wrap {
  border-top-left-radius: 4%;
  border-top-right-radius: 4%;
  background-color: #F2F4F7;
}
.cert h3 {
    color: #fff;
}
.order-inner .l-block .pr span {
  color: #6b6e79;
}
.order-inner .l-block h2 {
  color: #59BC00;
  font-weight: 500;
  font-size: 6rem;
}
.bonus-wrap {
  background-color: #fff;
  border-radius: 2.5rem;
  position: relative;
  justify-content: space-between;
  display: flex;
}
.bonus-wrap .image {
  width: 40%;
  margin: -8rem 0;
  flex-shrink: 0;
  margin-right: 4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 1199px) {
  .bonus-wrap .image {
    padding-left: 2.4rem;
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: -7rem;

  }
}
.bonus-wrap .image img {
  width: 100%;
}
.bonus-wrap .bonus-r {
  padding: 4rem;
}
@media screen and (max-width: 1199px) {
  .bonus-wrap .bonus-r {
    padding: 2.4rem;
  }
}
.bonus-wrap .bonus-r h4 {
  font-size: 3rem;
  line-height: 1.2;
  max-width: 70%;
  margin-top: 2rem;
}
@media screen and (max-width: 1199px) {
  .bonus-wrap .bonus-r h4 {
    margin-top: 1rem;
    font-size: 2rem;
    max-width: 100%;
    line-height: 1.1;
  }
}

section.cert .cert-w {
  background-color: #fff;
  border-radius: 2.5rem;
  padding: 4rem;
  display: flex;
  align-items: start;
  justify-content: space-between
}

@media(max-width: 1200px) {
  section.cert .cert-w {
      padding:2rem !important
  }

  section.cert .cert-w ul.marker li {
      margin-left: 1.25rem !important
  }

  section.cert .cert-w h3 {
      font-size: 2rem;
      margin-bottom: 1.5rem !important
  }

  section.cert .cert-w h6 {
      font-weight: 600;
      font-size: 1.75rem !important;
      margin-bottom: 1rem !important
  }
}

section.cert .cert-w .sp-inner {
  display: flex;
  align-items: flex-start;
  margin-right: 5rem;
}

@media(max-width: 1200px) {
  section.cert .cert-w .sp-inner {
      order:2;
      margin-right: 0;
  }
}


section.cert .cert-w .sp-inner img {
  margin-right: 1rem;
  width: 30rem;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: -4rem;

}


.bonus-r .t-subtitle >* {
  border-color: #000 !important;
}

@media(max-width: 1200px) {
  section.cert .cert-w .sp-inner img {
      display:none
  }
}

section.cert .cert-w .sp-inner .text h3 {
  margin-bottom: 3rem;
  color: #000 !important;
}

section.cert .cert-w .sp-inner h6 {
  font-size: 2.25rem;
  margin-bottom: 2rem
}

@media screen and (max-width: 1199px) {
  section.cert .cert-w {
      padding:3rem
  }
}




section.cert .cert-w img {
  width: 30%;

}

@media screen and (max-width: 1199px) {

  section.main .main__content {
    background-position-x: center;
  }

  .bg-block::after {
    content: none !important;
  }
  section.cert .cert-w img {
      width:100%;
      height: 36rem !important;
      -o-object-fit: cover;
      object-fit: cover;
      margin-right: 0;
      margin-left: 0;
      -o-object-position: top;
      object-position: top;
      overflow: hidden;
      border-radius: 2rem;
      margin-bottom: 3rem
  }

  section.cert .cert-w {
      flex-direction: column
  }
}

@media (max-width: 1200px) {
  section.cert .cert-w .sp-inner img {
    display: none;
  }
}
section.cert .cert-w .sp-inner .text h3 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 1199px) {
  section.cert .cert-w {
    padding: 3rem;
  }
}

@media screen and (max-width: 1199px) {
  section.cert .cert-w img {
    width: 100%;
    height: 25rem;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 0;
    -o-object-position: top;
    object-position: top;
    overflow: hidden;
    border-radius: 2rem;
    margin-bottom: 3rem;
  }
  section.cert .cert-w {
    flex-direction: column;
  }
}

@media screen and (max-width: 1199px) {
  section.cert .cert-w .text h4 {
    font-size: 2rem;
  }
}
.partner .df {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .partner .df {
    flex-direction: column;
    align-items: start;
  }
}
.partner .df img {
  height: 4rem;
}
@media screen and (max-width: 1199px) {
  .partner .df img {
    height: 3rem;
    margin-top: 2rem;
  }
}
.partner .df h3 {
  margin-bottom: 0;
}
.prize-w {
  background: radial-gradient(
    218.87% 155.14% at 5.03% -3.59%,
    #9a050c 0%,
    #670409 11.41%,
    #350306 38.72%,
    #1c0808 63.54%,
    #150909 84.8%,
    #0d0a0a 100%
  );
  border-radius: 2.5rem;
  padding: 3rem 4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .prize-w {
    padding: 3rem;
  }
}
.prize-w img {
  height: 22rem;
  margin-right: 6rem;
}
@media screen and (max-width: 1199px) {
  .prize-w img {
    height: 12rem;
    margin-right: 3rem;
  }
}
.prize-w .text {
  width: 50%;
  flex-grow: 1;
}
.prize-w .text h4 {
  line-height: 1.2;
  margin-bottom: 2rem;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .prize-w .text h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.prize-w .text h4 span.red {
  color: #e50914;
}
.prize-w .text p {
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .prize-w .text p {
    line-height: 1.3;
    font-size: 1.3rem;
  }
}
section h3 {
  max-width: 50%;
  line-height: 1;
  margin-bottom: 2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  section h3 {
    margin-bottom: 2.5rem;
    max-width: 80%;
  }
}
.program-w {
  display: flex;
  justify-content: space-between;

}
@media (max-width: 1200px) {
  .program-w {
    padding: 0;
    flex-direction: column;
  }
}
.program-w .program-l {
  width: 50%;
}
@media (max-width: 1199px) {
  .program-w .program-l {
    width: 100%;
  }
}
.program-w .program-l h3 {
  max-width: 100%;
  margin-bottom: 3rem;
}
.program-w .program-l ul {
  margin-bottom: 3rem;
}
.program-w  ul {
  padding-left: 2rem;
}

.program-w  h5 {
  margin-bottom: 3rem;
}

.program-w  {
padding: 0 2.5rem 0 4rem ;
}
.program-w .program-r {
  width: calc(30% + 4rem);
}
.program-w .program-r img {
  width: 100%;
}
@media (max-width: 1199px) {
  .program-w .program-r {
    width: 100%;
    margin-top: 3rem;
  }
}
@media (max-width: 1200px) {
  header .header__logo img {
    height: 3rem;
  }
  .header .df > * a img {
    height: 2rem;
    width: 2rem;
  }
}
.bg-block > * {
  border-radius: 2rem;
  overflow: hidden;
}
.bg-block span.red {
  color: #e50914;
}
.bg-block h3 {
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  .bg-block h3 {
    max-width: 100%;
  }
}
.bg-block > * {
  padding: 4rem;
  display: flex;
  background-color: #242424;
}
@media (max-width: 1200px) {
  .bg-block > * {
    flex-direction: column;
    padding: 2.4rem;
  }
}
.bg-block > * > * {
  width: 50%;
}
@media (max-width: 1200px) {
  .bg-block > * > * {
    width: 100%;
  }
}
.bg-block p {
  color: #b8bbc1;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 3rem;
  max-width: 80%;
}
@media (max-width: 1200px) {
  .bg-block p {
    max-width: 100%;
  }
}
footer p {
  font-size: 1.3rem;
  font-weight: 300;
}
.slider-container {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .slider-container {
    overflow: visible;
  }
}
.slider-container .slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  margin: 0 -0.5rem;
}
@media (max-width: 1199px) {
  .slider-container .slider-wrapper {
    margin: 0 -2rem 0 -2.5rem;
  }
}
.slider-container .slide {
  flex: 0 0 calc(33.3333333333% - 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: #232428;
  margin: 0 1rem;
  border-radius: 2.35rem;
  overflow: hidden;
}
.slider-container .slide > * {
  width: 100%;
  height: 100%;
}
.slider-container .slide .image {
  height: 60%;
  border-radius: 2.35rem;
  overflow: hidden;
  background: #dae0e6;
}
@media screen and (max-width: 1199px) {
  .slider-container .slide .image {
    height: 22rem;
  }
}
.slider-container .slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.slider-container .slide .regalia {
  padding: 3rem 2rem;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .slider-container .slide .regalia {
    padding: 1.5rem;
  }
}
.slider-container .slide .regalia .name {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .slider-container .slide .regalia .name {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.slider-container .slide .regalia .text {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .slider-container .slide .regalia .text {
    line-height: 1.2;
  }
}
@media screen and (max-width: 1199px) {
  .slider-container .slide {
    flex: 0 0 calc(50% - 3rem);
  }
}
.slider {
  position: relative;
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #171717;
  border: none;
  color: #fff;
  font-size: 2rem;
  z-index: 22;
  font-weight: 300;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
}
.arrow.prev {
  left: 10px;
}
.arrow.next {
  right: calc(var(--sp) - 8rem);
}
@media (max-width: 1200px) {
  .about-t p br {
    display: none;
  }
}
.about-wrap {
  display: flex;
}
@media (max-width: 1200px) {
  .about-wrap {
    flex-direction: column;
  }
}
.about-wrap .dark.item {
  width: calc(33.3333333333% - 1rem);
  flex-shrink: 0;
  background-color: #242424 !important;
  color: #fff;
  position: relative;
}
.about-wrap .dark.item img {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 13rem;
  height: 13rem;
}
@media (max-width: 1200px) {
  .about-wrap .dark.item {
    width: calc(100% - 1rem);
  }
}
.about-wrap .dark.item .inner p {
  font-size: 1.8rem !important;
  color: #c1c1c3 !important;
  line-height: 1.4;
  margin-top: 1rem;
  max-width: 75% !important;
  font-weight: 300;
}
.about-wrap .about-w {
  margin-top: 0;
}
.about-wrap .about-w > * {
  width: calc(50% - 1rem);
}
.about-wrap .about-w .title {
  font-size: 2rem !important;
  max-width: 100% !important;
}
.about-wrap .item {
  margin-right: 1rem;
  margin-bottom: 1rem;
  background-color: #f8f8f7;
  box-shadow: 0px 7px 10px rgba(176, 178, 183, 0.17);
  border-radius: 1.8rem;
}
.about-wrap .inner {
  padding: 2.5rem 2.5rem 4rem 2.5rem;
}
@media screen and (max-width: 1199px) {
  .about-wrap .inner {
    padding: 2rem;
  }
}
.about-wrap .title {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1199px) {
  .about-wrap .title {
    font-size: 2.25rem;
  }
}
.about-wrap p {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.4;
  max-width: 100% !important;
}
.about-w {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
  width: calc(100% + 1rem);
  margin-bottom: -1rem;
}
@media screen and (max-width: 1199px) {
  .about-w {
    width: calc(100% + 1rem);
    margin-bottom: -1rem;
  }
}
.about-w.icons .item {
  position: relative;
}
.about-w.icons .item::after {
  content: "";
  background-image: url("./images/user-round-check.svg");
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 2.5rem;
  right: 2.5rem;
  width: 2rem;
  height: 2rem;
}
.about-w > * {
  width: calc(25% - 1rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
  background-color: #f8f8f7;
  /* box-shadow: 0px 7px 10px rgba(176, 178, 183, 0.17); */
  border-radius: 1.8rem;
}
@media (max-width: 1199px) {
  .about-w > * {
    width: calc(100% - 2rem) !important; 
    margin-right: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
.bg-block {
  position: relative;
}

.bg-block::after {
  content: "";
  background-image: url(./images/r12.png);
  position: absolute;
  right: -4rem;
  height: 25rem;
  bottom: 10%;
  width: 25rem;
  background-size: contain;
  background-repeat: no-repeat;

}
.about-w > * .inner {
  padding: 2.5rem 2.5rem 4rem 2.5rem;
}
@media screen and (max-width: 1199px) {
  .about-w > * .inner {
    padding: 2rem;
  }
}
.about-w > * .title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1199px) {
  .about-w > * .title {
    font-size: 2.25rem;
  }
}
.about-w > * p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3;
}
.about-w > * p b {
  font-weight: 600;
}
.integration {
  background-image: url("./images/bg2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.integration .container {
  position: relative;
}
@media (max-width: 1200px) {
  .integration .container {
    padding: 0 !important;
  }
}
.integration .integration-cloud {
  position: relative;
  height: 36rem;
  margin: 0 auto;
}
.integration .integration-cloud::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
        circle at 50% 50%,
        rgba(0, 0, 0, 0.06) 0 1px,
        transparent 1px
      )
      0 0/6rem 6rem,
    radial-gradient(
        circle at 50% 50%,
        rgba(0, 0, 0, 0.04) 0 1px,
        transparent 1px
      )
      0 0/12rem 12rem;
  -webkit-mask: radial-gradient(
    circle at center,
    rgba(0, 0, 0, 0.35) 0,
    transparent 70%
  );
  mask: radial-gradient(
    circle at center,
    rgba(0, 0, 0, 0.35) 0,
    transparent 70%
  );
  opacity: 0.6;
  pointer-events: none;
}
.integration .integration-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #f7cb00;
  border-radius: 3rem;
  padding: 2.4rem 3rem;
  text-align: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  min-width: 35%;
}
@media (max-width: 1200px) {
  .integration .integration-center {
    min-width: 100%;
  }
}
.integration .integration-center .integration-logo {
  display: block;
  margin: 0 auto 0.8rem;
  width: auto;
  height: 2.5rem;
}
.integration .integration-center .integration-sub {
  margin: 0;
  font-size: 1.2rem;
}
.integration .integration-item {
  position: absolute;
  background: var(--border);
  border-radius: 3rem;
  padding: 2rem 3rem;
  text-align: center;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.05);
  transition: 0.5s;
}
.integration .integration-item:hover {
  transform: scale(0.95);
}
.integration .integration-item:nth-child(3):hover {
  transform: scale(0.95) translateX(-50%);
}
.integration .integration-item img {
  width: auto;
  height: 1.8rem;
  margin: 0 auto 0.8rem;
}
.integration .integration-item p {
  margin: 0 auto;
  font-size: 1.2rem;
}
.integration .i-top-left {
  top: -2rem;
  left: 6rem;
}
.integration .i-top-center {
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .integration .i-top-center {
    transform: none;
    max-width: 100%;
  }
}
.integration .i-top-right {
  top: -2rem;
  right: 6rem;
}
.integration .i-bottom-left {
  bottom: -2rem;
  left: 9rem;
}
.integration .i-bottom-right {
  bottom: -2rem;
  right: 9rem;
}
@media (max-width: 1200px) {
  .integration .integration-cloud {
    height: auto;
    padding: 2rem 0;
  }
  .integration .integration-center {
    position: static;
    transform: none;
    margin: 0 auto 2rem;
  }
  .integration .integration-item {
    position: static;
    width: 100%;
    margin: 0 0 1.2rem;
  }
  .integration .integration-cloud {
    display: grid;
    gap: 1.2rem;
  }
}
.how-to-start .how-to-start-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  overflow: hidden;
  background: #d92b2b;
  color: #fff;
  border-radius: 3rem;
  background: linear-gradient(
    100.04deg,
    #e50914 -0.76%,
    #e50914 12.63%,
    #e50914 43.54%,
    #73050a 106.11%,
    #000000 121.46%
  );
}
@media (max-width: 1200px) {
  .how-to-start .how-to-start-inner {
    grid-template-columns: 1fr;
  }
}
.how-to-start .how-to-text {
  padding: 2rem 4rem;
}
@media (max-width: 1200px) {
  .how-to-start .how-to-text {
    padding: 3rem;
  }
}
.how-to-start h4 {
  font-weight: 500;
}
.how-to-start ol {
  padding-top: 3rem;
  padding-left: 2rem;
  font-size: 1.35rem;
  font-weight: 300;
  padding-bottom: 3rem;
}
.how-to-start ol li {
  margin-bottom: 1.3rem;
}
.how-to-start .btn {
  background-color: #fff;
}
.how-to-start .btn:hover span {
  color: #fff !important;
}
.how-to-start .btn span {
  color: #000;
}
.how-to-start .btn::before {
  background-color: #000;
}
.how-to-start .how-to-image {
  height: 100%;
}
@media (max-width: 1200px) {
  .how-to-start .how-to-image {
    display: none;
  }
}
.how-to-start .how-to-image img {
  max-width: 100%;
  height: 100%;
}
@media (max-width: 64rem) {
  .how-to-start .container {
    grid-template-columns: 1fr;
  }
  .how-to-start .how-to-image {
    order: -1;
  }
}
.pricing .container {
  display: grid;
  justify-content: flex-start;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 1200px) {
  .pricing .container {
    grid-template-columns: 1fr;
  }
}
.pricing .pricing-card {
  background: #f3f3f5;
  height: 100%;
  border-radius: 2.5rem;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.5s;
  cursor: pointer;
}
.pricing .pricing-card:hover {
  margin-top: 2rem;
  transform: scale(0.99);
}
.pricing .pricing-card:first-child:hover,
.pricing .pricing-card:last-child:hover {
  margin-top: 5rem;
}
@media (max-width: 1200px) {
  .pricing .pricing-card:first-child:hover,
  .pricing .pricing-card:last-child:hover {
    margin-top: 0;
  }
}
.pricing .pricing-card:first-child,
.pricing .pricing-card:last-child {
  margin-top: 4rem;
}
@media (max-width: 1200px) {
  .pricing .pricing-card:first-child,
  .pricing .pricing-card:last-child {
    margin-top: 0;
  }
}
.pricing .pricing-card h5 {
  font-size: 3rem;
}
.pricing .pricing-card p {
  margin: 0.7rem 0;
  font-size: 2rem;
  color: #242424;
}
.pricing .pricing-card ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem 0;
}
.pricing .pricing-card ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  padding-right: 2rem;
  font-size: 1.7rem;
  font-weight: 500;
}
.pricing .pricing-card .desc {
  font-size: 1.35rem;
}
.pricing .pricing-card .price {
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: right;
}
.pricing .pricing-card .price span {
  font-size: 3rem;
  font-weight: 600;
  margin-right: 0.5rem;
}
.pricing .pricing-card .btn {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.pricing .pricing-card .btn {
  background-color: #000;
  border-color: #000;
}
.pricing .pricing-card .btn:hover span {
  color: #fff !important;
}
.pricing .pricing-card .btn:hover {
  border-color: #e50914 !important;
}
.pricing .pricing-card .btn span {
  color: #fff;
}
.pricing .pricing-card .btn::before {
  background-color: #e50914;
}
.pricing .optimal {
  background: #ffd400;
}
.pricing .optimal .btn {
  background-color: #fff;
  border-color: #fff;
}
.pricing .optimal .btn:hover span {
  color: #fff !important;
}
.pricing .optimal .btn:hover {
  border-color: #000 !important;
}
.pricing .optimal .btn span {
  color: #000;
}
.pricing .optimal .btn::before {
  background-color: #000;
}
@media (max-width: 64rem) {
  .pricing .container {
    grid-template-columns: 1fr;
  }
}
section.info .info-wrapper {
  display: flex;
  align-items: center;
  background-color: #3a3a3a;
  border-radius: 3rem;
  overflow: hidden;
}
section.info .info-wrapper h4 {
  margin-bottom: 3rem;
  font-weight: 600;
}
section.info .info-wrapper .info-text {
  width: 60%;
  padding: 4rem;
}
@media (max-width: 1200px) {
  section.info .info-wrapper .info-text {
    width: 100%;
    padding: 3rem;
  }
}
section.info .info-wrapper .info-text ul {
  margin-bottom: 4rem;
}
section.info .info-wrapper .info-text ul li {
  font-weight: 300;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
section.info .info-wrapper .info-text ul li svg {
  width: 1.5rem;
  margin-right: 1rem;
}
section.info .info-wrapper img {
  width: 50%;
  height: auto;
  filter: opacity(0.3);
  padding: 3rem;
}
@media (max-width: 1200px) {
  section.info .info-wrapper img {
    display: none;
  }
}
section.last {
  text-align: center;
}
section.last img {
  max-width: 70%;
}
section.last p {
  font-weight: 600;
  margin: 3rem 0 3rem;
}
section.last h5.theme {
  color: #326bee;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  section.last p {
    font-size: 2.15rem;
    font-weight: 300;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
  }
  section.last h5 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
  }
  section.last h5.theme {
    max-width: 100%;
    margin-bottom: 0;
  }
}
section.last .top__items {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  flex-wrap: wrap;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  section.last .top__items {
    width: 100%;
  }
}
section.last .top__items > * {
  padding: 1.15rem 3rem;
  background-color: #80bc40;
  border-radius: 2rem;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  width: calc(33.3333333333% - 1.25rem);
}
@media (max-width: 767px) {
  section.last .top__items > * {
    font-size: 2rem;
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 1.25rem;
    padding: 2.15rem 2rem;
    border-radius: 3rem;
  }
}
section.last .top__items > :not(:last-child) {
  margin-right: 1.25rem;
}
section.spikers p {
  text-align: center;
  margin-bottom: 6rem !important;
  font-size: 1.65rem;
  line-height: 1.4;
}
section.spikers .spikers__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
section.spikers .spikers__content > * {
  width: calc(100% / var(--card) - 5rem);
  margin-right: 5rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.spikers .spikers__content > * {
    margin-right: 2rem;
    width: calc(100% / var(--card) - 2rem);
    margin-bottom: 2rem;
  }
}
section.spikers .spikers__content > * img {
  background-color: var(--opacity);
  width: 10rem;
  height: 10rem;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 1.5rem;
}
.r-block {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.r-block > * {
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .r-block {
    text-align: left;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  section.spikers .spikers__content > * img {
    width: 7rem;
    height: 7rem;
  }
}
section.spikers .spikers__content > * .title {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
section.spikers .spikers__content > * .desc {
  color: #8c919b;
  font-size: var(--fz-small);
  line-height: 1.3;
  font-weight: 300;
}
.b24-window-close {
  background-color: var(--t-light) !important;
}
.b24-form-sign {
  display: none !important;
}
body .b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none !important;
}
body .b24-window-overlay {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
body .b24-window-panel-pos-center {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto !important;
}
body .b24-window-panel {
  height: 60vh;
}
.about__title {
  text-align: center;
  margin-bottom: 4rem;
}
.about__title h5 {
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
.about__title .text {
  font-size: 1.8rem;
}
.order .uc-registration-input label {
  color: #000 !important;
}
.about {
  position: relative;
}
.about ul {
  list-style-type: disc;
  margin-top: 2rem;
}
.about ul li {
  color: #8c919b;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.75rem;
}
section.partners {
  text-align: center;
}
section.partners h3 {
  margin-bottom: 3rem;
  font-size: var(--h4);
}
section.partners .first__item img {
  height: 12rem;
  -o-object-fit: contain;
  object-fit: contain;
}
section.partners .partners__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--padding);
}
@media screen and (max-width: 768px) {
  section.partners .partners__item {
    flex-direction: column;
  }
}
section.partners .partners__item img {
  width: 25%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
section.partners .partners__item img:not(:last-child) {
  margin-right: var(--padding);
}
@media screen and (max-width: 768px) {
  section.partners .partners__item img:not(:last-child) {
    margin-bottom: 4rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  section.partners .partners__item img {
    height: 7rem;
    width: auto;
  }
  section.partners .partners__item img:last-child {
    height: 6rem;
  }
}
.about__right-img {
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 40%;
  z-index: -1;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .about__right-img {
    display: none;
  }
}
.prize {
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 1199px) {
  .prize h3 {
    max-width: 100%;
  }
}
.prize .content {
  padding-top: 3rem;
}
@media (max-width: 1200px) {
  .prize .content {
    margin-bottom: 2rem;
    text-align: center;
  }
}
.section__title {
  display: flex;
}
@media (max-width: 1200px) {
  .section__title {
    flex-direction: column;
  }
}
.section__title .section__title-text {
  width: 35%;
  flex-shrink: 0;
  margin-right: 3rem;
}
@media (max-width: 1200px) {
  .section__title .section__title-text {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.section__title .section__title-text .sub-title {
  margin-bottom: 3.25rem;
}
.section__title svg {
  margin-left: auto;
}
@media (max-width: 1200px) {
  .section__title svg {
    margin-top: -2rem;
  }
}
.section__title h3 {
  width: 45%;
  flex-shrink: 0;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .section__title h3 {
    width: 100%;
  }
}
.section__title h3 span {
  color: var(--text-grey);
}
.about__content {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1rem);
}
.about__content > * {
  height: 6rem;
  border-radius: 5px;
  padding: 0 2rem;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .about__content > * {
    font-size: 1.65rem;
    font-weight: 600;
  }
}
.about__content > *:not(:last-child) {
  width: calc(50% - 1rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
  background-color: #ececec;
}
@media (max-width: 1200px) {
  .about__content > *:not(:last-child) {
    width: calc(100% - 1rem);
  }
}
.about__content > *:last-child {
  width: calc(100% - 1rem);
  color: #fff;
  background: radial-gradient(
    143.01% 258.31% at 100% -69.84%,
    #e31724 3.28%,
    #ffadb3 38.44%,
    #e31724 68.7%,
    #e41d2a 100%
  );
}
.conference-benefits {
  background-color: var(--border);
}
.conference-benefits__tag {
  font-size: 1.4rem;
  padding: 0.6rem 1.4rem;
  border: 1px solid #000;
  border-radius: 0.6rem;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  margin-bottom: 2rem;
}
.conference-benefits__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #212121;
}
.conference-benefits__title--light {
  font-weight: 500;
  color: #8a8f98;
}
.conference-benefits__cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 1.5rem);
  margin-bottom: -1.5rem;
}
.conference-benefits__card {
  background: var(--bg-opacity);
  padding: 2.5rem;
  border-radius: 1.2rem;
  width: calc(100% / var(--card) - 1.5rem);
  margin-right: 1.5rem;
  text-align: left;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 18rem;
  box-shadow: var(--shadow);
}
.conference-benefits__card--highlighted {
  background: radial-gradient(
    220.01% 240.31% at 100% -60.84%,
    #e31724 2.28%,
    #ffadb3 38.44%,
    #e31724 55.7%,
    #e41d2a 100%
  );
}
.conference-benefits__text {
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.conference-benefits__text--white {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .conference-benefits__text {
    font-size: 1.4rem;
  }
}
.conference-benefits .btn {
  margin-left: auto;
}
section.actual h3 {
  margin-bottom: 6rem;
}
section.actual .actual__content {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 4rem);
  margin-bottom: -2rem;
}
section.actual .actual__content > * {
  width: calc(100% / var(--card) - 4rem);
  margin-right: 4rem;
  margin-bottom: 2rem;
}
section.actual .actual__content > * svg {
  width: 4.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  section.actual .actual__content > * svg {
    margin-bottom: 1rem;
  }
}
section.actual .actual__content > * .title {
  font-size: 1.5rem;
}
section.price .content {
  background-size: cover;
  overflow: hidden;
  border-radius: 1.75rem;
  background-position: top;
  justify-content: space-between;
  padding: 4rem;
  display: flex;
}
@media (max-width: 1200px) {
  section.price .content {
    padding: 3rem;
    background-position: 30%;
  }
}
@media (max-width: 767px) {
  section.price .content {
    flex-direction: column;
    overflow: visible;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
  }
}
section.price .content .text {
  padding: 3rem 0 0 0;
}
@media (max-width: 1200px) {
  section.price .content .text {
    padding: 5rem 2rem 0 2rem;
    width: 100%;
  }
}
section.price .content .text h3 {
  font-weight: 300;
  margin: 6rem 0 4rem 0;
}
@media (max-width: 1200px) {
  section.price .content .text h3 {
    margin: 3rem 0;
  }
}
section.price .content .text .btn {
  background-color: #fff;
  padding: 0 8rem;
  border-color: #fff;
}
@media (max-width: 767px) {
  section.price .content .text .btn {
    width: 100%;
  }
}
section.price .content .text .btn span.text {
  color: #000 !important;
  padding-top: 0;
}
section.price .content .text .btn::before {
  background-color: #000 !important;
  transition: 0.4s;
}
section.price .content .text .btn:hover {
  border-color: #000;
}
section.price .content .text .btn:hover span {
  color: #fff !important;
}
section.price .content .image {
  width: 50%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  section.price .content .image {
    width: 110%;
    margin-top: 4rem;
    margin-bottom: -3rem;
  }
}
.last__section {
  position: relative;
}
.last__section h2 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: var(--h1);
}
.last__section .last__block {
  max-width: 65%;
  margin: 0 auto;
  padding-top: 4rem;
}
@media screen and (max-width: 1299px) {
  .last__section .last__block {
    padding-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .last__section .last__block {
    max-width: 100%;
  }
}
.last__section .last__block .content {
  text-align: left;
}
.last__section .last__block .image {
  position: absolute;
  z-index: -1;
  bottom: -3px;
  right: calc((100vw - var(--container)) / 1.35);
  width: 25%;
}
@media screen and (max-width: 1299px) {
  .last__section .last__block .image {
    display: none;
  }
}
.last__section h4 {
  max-width: 100%;
  font-size: var(--h5);
}
@media screen and (max-width: 1299px) {
  .last__section h4 {
    text-align: center;
  }
  .last__section h4 br {
    display: none;
  }
}
@media screen and (max-width: 1299px) {
  .last__section h4 {
    max-width: 100%;
    font-size: 1.75rem;
  }
}
.last__section .btn {
  margin-top: 3rem;
}
@media screen and (max-width: 1299px) {
  .last__section .btn {
    margin: 3rem auto 0 auto;
  }
}
.last__section .btn span {
  color: var(--red);
}

@media (max-width: 1200px) {
  .programm {
    padding-bottom: var(--h) !important;
  }
}


.program ul.marker li {
  margin-left: 0 !important;
}
.programm .section-title {
  display: none;
}
.uc-them-dark {
  color: var(--text) !important;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}
.card {
  border: 1px solid #d1d5db;
  border-radius: 1rem;
  padding: 3rem 4rem;
  flex: 1 1 18rem;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.card.highlight {
  background-color: #f9fafb;
}
.card h5 {
  margin-bottom: 3rem;
  text-align: left;
  line-height: 1.3;
  font-size: 2rem;
}
.highlight-text {
  color: #dc2626;
}
.card ul {
  list-style-type: disc;
  text-align: left;
  padding-left: 1.2rem;
  margin-top: auto;
}
.card ul li {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cards {
    flex-direction: column;
    align-items: center;
  }
  .card {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  section.order h5 {
    font-size: 2rem;
  }
}
.order__title {
  flex-direction: column;
}
.order__title h3 {
  font-size: var(--h1);
}
section.programm .tabs .tab-button {
  transition: 0.5s;
}
section.programm .tabs .tab-button:hover {
  background-color: var(--red-light);
  border-color: var(--red-light);
  color: #fff;
}
section.programm .tab__content {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  section.programm .tab__content {
    max-width: 100%;
  }
}
section.programm .tab__content .tab-panel {
  transform: translateY(-30px);
  height: 0;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.5s ease;
}
section.programm .tab__content .tab-panel.active {
  height: 100%;
  opacity: 1;
  transform: translateY(0);
}
.program__content {
  color: #232323;
}
.tabs {
  display: flex;
  gap: 1rem 2rem;
  justify-content: center;
  margin-bottom: var(--h-large);
}
@media screen and (max-width: 768px) {
  .tabs {
    justify-content: flex-start;
  }
}
.tab-button {
  padding: 1.25rem 2rem;
  border-radius: 2.25rem;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #6e7179;
  cursor: pointer;
  color: #6e7179;
  font-weight: 400;
  font-size: 1.65rem;
}
.tab-button.active {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}
.top-title h5 {
  font-weight: 500;
  margin-bottom: var(--h-large);
  font-size: 2.5rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .top-title h5 {
    margin-bottom: 2rem;
    font-size: 2rem;
    margin-left: 0;
    max-width: 100%;
  }
}
.prize__content {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .prize__content {
    flex-direction: column;
    max-width: 100%;
  }
}
.prize__content .image {
  width: 45%;
  flex-shrink: 0;
  z-index: -1;
  margin-bottom: -3px;
}
@media (max-width: 1200px) {
  .prize__content .image {
    width: 90%;
    margin-left: auto;
    z-index: -1;
    margin-top: 2rem;
    margin-bottom: -3px;
    margin-right: auto;
  }
}
.prize__content .content p {
  line-height: 1.4;
  margin: 2rem 0 3rem;
}
.prize__content .content .btn {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1200px) {
  .prize__content .content .btn {
    padding-left: 4rem;
    padding-right: 3rem;
    margin: 0 auto;
  }
}
.tab-panel {
  position: relative;
}
section.programm {
  background-color: var(--border);
}
section.programm {
  background-color: var(--border);
}
section.programm .spiker {
  position: relative;
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: var(--rad);
  padding: 2.4rem 6rem;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}
section.programm .spiker:nth-child(even) {
  background-color: #e7e7e7;
}
section.programm .spiker::after {
  content: "";
  border-left: 1px solid #4d4d4d;
  position: absolute;
  left: calc(3rem + 2.5px);
  bottom: auto;
  top: 3rem;
  height: calc(100% + 2rem);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.programm .spiker {
    flex-direction: column;
  }
}
section.programm .spiker::before {
  content: "";
  position: absolute;
  left: 3rem;
  top: 2.9rem;
  width: 6px;
  z-index: 2;
  height: 6px;
  background: #000;
  border-radius: 50%;
}
section.programm .left-block {
  display: flex;
  align-items: flex-start;
  width: 58%;
  margin-right: 2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  section.programm .left-block {
    margin-bottom: 2rem;
    flex-direction: column;
    width: 100%;
  }
}
section.programm .left-block .time {
  font-size: 1.45rem;
  width: 20%;
  flex-shrink: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  section.programm .left-block .time {
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--bg-opacity);
    border-radius: 2rem;
    padding: 0.7rem 1.25rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 2rem;
  }
}
section.programm .left-block .md-text {
  font-weight: 600;
}
section.programm .right-block {
  display: flex;
  align-items: flex-start;
}
section.programm .right-block .inner {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
section.programm .right-block .image {
  display: none;
}
section.programm .right-block .image img {
  width: 4.5rem;
  height: 4.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
section.programm .right-block .text .name {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
section.programm .right-block .text p {
  color: #373737;
  margin: 0;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.4;
}
section.programm .spiker:last-child {
  background: #4d4d4d;
  color: #fff;
}
section.programm .spiker:last-child::after {
  content: none;
}
@media screen and (max-width: 768px) {
  section.programm .spiker:last-child .left-block .time {
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--bg-opacity);
    color: #373737;
  }
}
section.programm .spiker:last-child .text p,
section.programm .spiker:last-child .name,
section.programm .spiker:last-child .time,
section.programm .spiker:last-child .md-text {
  color: #fff;
}
section.programm .spiker:last-child::before {
  background: #fff;
}
span.theme {
  color: var(--t);
}
h3.tac {
  text-align: center;
  padding-bottom: 4rem;
}
ul {
  font-size: 1.5rem;
}
ul > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
header ul > *:not(:last-child) {
  margin-bottom: 0;
}
section.order .order__content h5 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 3rem;
}
section.order .order__content .form .b24-form-content {
  padding: 0 !important;
}
@media (max-width: 767px) {
  section.order .order__content .form {
    max-width: 100%;
  }
  section.order .order__content .form h5 {
    font-size: 2.4rem;
  }
}
section.order .order__content .form .b24-form-wrapper {
  background-color: rgba(0, 0, 0, 0) !important;
}
section.order .order__content .form .b24-form-wrapper .b24-form-control-label {
  text-align: left !important;
  color: #6b6e79 !important;
}
section.order .order__content .form .b24-form-wrapper .b24-form-btn-block {
  width: 100% !important;
}
section.order
  .order__content
  .form
  .b24-form-wrapper
  .b24-form-btn-block
  .b24-form-btn {
  width: 100% !important;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background-color: var(--t) !important;
  border-radius: 1rem !important;
}
section.order
  .order__content
  .form
  .b24-form-wrapper
  .b24-form-btn-block
  .b24-form-btn:hover {
  background-color: var(--t-dark) !important;
}
section.order .order__content .form .b24-form-wrapper input {
  background: #242424 !important;
  color: #fff !important;
  border: 1px solid #414246 !important;
  text-align: left !important;
  border-radius: 1rem;
}
section.order .order__content .form .b24-form-header {
  display: none !important;
}
section.info .info__content > *:first-child {
  margin-bottom: var(--h);
}
section.info .info__content .info__block > * {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 3rem;
}
section.info .info__content .info__block > * > *:not(:last-child) {
  margin-right: var(--h);
}
section.info .info__content .info__block > * img {
  height: var(--h);
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.3s;
}
section.info .info__content .info__block > * img:hover {
  transform: scale(0.9);
}
@media screen and (max-width: 768px) {
  section.info .info__content .info__block > * img {
    height: var(--h-small);
  }
}
ul.styled {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: 0.3s;
}
ul.styled.show {
  height: auto;
  opacity: 1;
  overflow: visible;
}
ul.styled {
  list-style-type: disc;
  padding-left: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}
ul.styled li::marker {
  color: var(--t);
  font-size: 15px;
}
.inner span.name {
  font-style: italic;
  font-size: 2rem;
  margin: 1rem 0 -1rem 0;
  display: flex;
}
section.tabs .tab__content .profiles > * .profile__regalia {
  max-width: 100% !important;
}
.more {
  margin: 2rem 0 1.4rem;
  font-size: 1.5rem;
}
section.tabs .tabs__items {
  min-height: 100vh !important;
}
@media (max-width: 1200px) {
  section.tabs .tabs__items {
    min-height: 150rem;
  }
  .more {
    margin-left: auto;
    margin-right: auto;
  }
  .inner span.name {
    text-align: center;
    justify-content: center;
  }
}
section.register .register__content .register__info {
  margin-top: 3rem;
}
.section__title .section__title-text .sub-title.sub-title-sm {
  display: none;
}
@media (max-width: 1200px) {
  section.register .register__content .register__info {
    margin-top: 0;
  }
  .section__title svg {
    display: none;
  }
  .section__title .section__title-text {
    order: 2;
    margin-top: 2rem;
    margin-bottom: 0 !important;
  }
  .section__title .section__title-text .sub-title {
    display: none;
  }
  .section__title .section__title-text .sub-title.sub-title-sm {
    display: block;
    margin-bottom: 2rem;
  }
}
.b24-form-field.b24-form-field-product.b24-form-control-list {
  display: none;
}
.b24-form-basket {
  display: none;
}
body .b24-window-panel {
  min-height: 100vh;
  height: 100vh;
}
@font-face {
  font-family: "icomoon";
  src: url("./fonts/icomoon.eot");
  src: url("./fonts/icomoon.eot") format("embedded-opentype"),
    url("./fonts/icomoon.ttf") format("truetype"),
    url("./fonts/icomoon.woff") format("woff"),
    url("./fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-clock:before {
  content: "";
}
.icon-after:before {
  content: "";
}
.icon-balance:before {
  content: "";
}
.icon-before:before {
  content: "";
}
.icon-calendar:before {
  content: "";
}
.icon-cart:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-instagram1:before {
  content: "";
}
.icon-map:before {
  content: "";
}
.icon-pattern:before {
  content: "";
}
.icon-quote:before {
  content: "";
}
.icon-valute:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-telegram:before {
  content: "";
}
.icon-vk:before {
  content: "";
}
.header {
  height: var(--hd);
  background-color: #171717;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 30;
  left: 0;
  box-shadow: var(--shadow);
}
.header__container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--hd);
}
.header ul li a {
  font-weight: 300;
  font-size: 1.3rem;
}
.header .df {
  display: flex;
  align-items: center;
}
.header .df > * a {
  margin-left: 2rem;
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 300;
  font-size: 1.3rem;
}
.header .df > * a img {
  height: 2.5rem;
  width: 2.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 1rem;
}
.header .btn {
  background-color: #fff;
  border-color: #fff;
  height: 3rem;
  padding: 0 !important;
}
.header .btn span.text {
  color: #000;
}
.header .btn:hover {
  border-color: var(--t) !important;
}
.header .btn:hover span.text {
  color: #fff !important;
}
.header .btn::before {
  background-color: var(--t) !important;
}
.header__logo {
  margin-top: 3px;
}
.header__nav-list {
  display: flex;
  gap: 3rem;
  list-style: none;
  margin-right: auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .header__nav-list {
    display: none;
  }
}
.header__nav-item {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  transition: 0.3s;
}
.header__nav-item a:hover {
  border-bottom: 2px solid var(--red);
  color: var(--text) !important;
}
.header__nav-item a.theme {
  color: var(--red);
}
.header nav {
  margin-right: auto;
  margin-left: 4rem;
}
@media (max-width: 1200px) {
  .header nav {
    display: none;
  }
}
footer {
  background-color: #242424;
  padding: 4rem 0;
}
footer.site__footer h3 {
  margin-bottom: 2rem !important;
}
footer.site__footer .footer__content .contacts {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
footer.site__footer .footer__content .contacts > *:not(:last-child) {
  margin-bottom: 1rem;
}
footer.site__footer .footer__content .contacts p {
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
}
footer.site__footer .footer__content .contacts p a {
  margin-left: 0.5rem;
}
footer.site__footer .footer__content .contacts a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
}
footer.site__footer .footer__content .contacts a:hover {
  color: var(--t);
}
.social {
  display: flex;
}
.social > * {
  margin-right: 1.5rem;
  background-color: #414246 !important;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.social > :hover {
  background-color: var(--t-dark) !important;
  color: #fff;
}
section.sch {
  background-color: #171717;
  margin-bottom: 10rem;
}
section.sch h3 {
  text-align: center;
  max-width: 100%;
  margin-bottom: 5rem;
}
.schedule {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
.schedule .schedule-item {
  background: #242424;
  border-radius: 1rem;
  overflow: hidden;
  transition: background 0.3s ease;
}
.schedule .schedule-item.open {
  background: #252525;
}
.schedule .schedule-item .schedule-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 3rem;
  cursor: pointer;
}
.schedule .schedule-item .schedule-header .schedule-date {
  color: #000;
  background-color: #fff;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  margin-right: 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .schedule .schedule-item .schedule-header .schedule-date {
    font-size: 1.3rem;
    margin-right: 1rem;
  }
}
.schedule .schedule-item .schedule-header .schedule-title {
  flex: 1;
  font-weight: 600;
  font-size: 1.85rem;
}
@media screen and (max-width: 1199px) {
  .schedule .schedule-item .schedule-header .schedule-title {
    font-size: 1.65rem;
  }


  .accordion-title {
    font-size: 1.65rem;
  }


  .program-l h5 {
    font-size: 2rem;
  }
  .program-w .program-l {
    padding:  0 3rem;
  }

  .program-w {
    padding:  0 ;
  }
}
.schedule .schedule-item .schedule-header .toggle-btn {
  background: #2e2f33;
  border: none;
  color: #ccc;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.schedule .schedule-item .schedule-header .toggle-btn svg {
  height: 5px;
}
.schedule .schedule-item .schedule-header .toggle-btn:hover {
  color: #fff;
}
.schedule .schedule-item .schedule-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 3rem;
}
.schedule .schedule-item .schedule-content .theory,
.schedule .schedule-item .schedule-content .practice {
  margin: 2rem 0;
}
.schedule .schedule-item .schedule-content .theory strong,
.schedule .schedule-item .schedule-content .practice strong {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.65rem;
}
.schedule .schedule-item .schedule-content .theory p,
.schedule .schedule-item .schedule-content .practice p {
  font-weight: 300;
  font-size: 1.55rem;
  margin: 1.25rem 0;
  color: #aeb2bd;
}
.schedule .schedule-item.open .schedule-content {
  max-height: 30rem;
  padding-bottom: 1.2rem;
}
.schedule .schedule-item.open .toggle-btn {
  transform: rotate(180deg);
}
.schedule .schedule-item.open .toggle-btn svg {
  stroke: #e50914;
}
@font-face {
  font-family: "icomoon";
  src: url("./fonts/icomoon.eot");
  src: url("./fonts/icomoon.eot") format("embedded-opentype"),
    url("./fonts/icomoon.ttf") format("truetype"),
    url("./fonts/icomoon.woff") format("woff"),
    url("./fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-clock:before {
  content: "";
}
.icon-after:before {
  content: "";
}
.icon-balance:before {
  content: "";
}
.icon-before:before {
  content: "";
}
.icon-calendar:before {
  content: "";
}
.icon-cart:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-instagram1:before {
  content: "";
}
.icon-map:before {
  content: "";
}
.icon-pattern:before {
  content: "";
}
.icon-quote:before {
  content: "";
}
.icon-valute:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-telegram:before {
  content: "";
}
.icon-vk:before {
  content: "";
}


.salary-risks {

}

.salary-risks__layout {
  display: flex;
  gap: 0.7rem;
  align-items: stretch;
  height: auto;
}

.salary-risks__content {
  flex: 1 1 calc(100%/3 * 2);
  height: auto;
}

.salary-risks__notice {
  flex: 1 1 40%;
  background: linear-gradient(145deg, #1e1e1e, #000);
  color: #fff;
  border-radius: 1.5rem;
  padding: 2.5rem 2.5rem 8rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

/* TEXT */

.salary-risks__title {
  font-size: 2.4rem;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.salary-risks__subtitle {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #444;
}


.salary-risks p {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 300;
}
/* POINTS */

.salary-risks__points {
  display: flex;

  
  flex-wrap: wrap;
  height: 100%;
  gap: 0.5rem;
}

.salary-risks__point {
  flex: 1 1 calc(50% - 1rem);
  background-color: #fff;
  padding: 2rem 2.5rem;
  border-radius: 1.5rem;
font-size: 1.55rem;
height: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.salary-risks__point::before {
  content: "";
background-image: url('./images/iii.svg');
height: 2rem;
width: 2rem;
margin-right: 0.5rem;
}

.salary-risks__point--full {
  flex: 1 1 100%;
}

/* NOTICE */

.salary-risks__list {
font-size: 1.65rem;


}

.salary-risks__list li + li {
  margin-top: 2rem;
}

.salary-risks__alert {
  align-self: flex-end;
  width: 20rem;
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -1rem;
  right: -1rem;
}

/* RESPONSIVE */

@media (max-width: 48rem) {
  .salary-risks__layout {
    flex-direction: column;
  }

  .salary-risks__point {
    flex: 1 1 100%;
  }
}

