@charset "UTF-8";

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

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

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

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

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

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

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

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

a {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

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

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

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

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

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

/* шрифты */
@font-face {
  font-family: "PT Astra Fact";
  src: url("/events/roadshow/25/samara/assets/fonts/PTAstraFact-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "PT Astra Fact";
  src: url("/events/roadshow/25/samara/assets/fonts/PTAstraFact-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* переменные - цвета*/
:root {
  --accent140: #287ca6;
  --accent100: #4eb9e5;
  --accent60: #83CEED;
  --accentHover: #4cd4ff;
  --accent20: #dcf1fa;
  --neutral100: #001b36;
  --neutral75: #2d3d57;
  --neutral50: #56637a;
  --neutral10: #dde3ed;
  --neutral5: #eef1f6;
  --negative: #f93923;
  font-family: "PT Astra Fact", "Arial", "Verdana", sans-serif !important;
}

#appEvent .blue {
  color: var(--accent140);
  display: inline;
}

#appEvent .framed {
  display: inline-block;
  text-align: center;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  border: 1px solid;
  border-radius: 12px;
}

#appEvent .hidden {
  display: none !important;
}

#appEvent h1 {
  font-size: 48px;
  font-weight: 400;
  color: var(--neutral100);
  line-height: 125%;
  text-align: left;
  margin-bottom: 60px;
}

#appEvent h2 {
  font-size: 24px;
  font-weight: 400;
  color: var(--accent140);
  line-height: 130%;
  text-align: left;
  margin-bottom: 40px;
}

#appEvent button {
  border: none;
  outline: none;
}

#appEvent .btn {
  width: 560px;
  height: 72px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--accent100);
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 16px 20px 32px;
  color: white;
  font-size: 20px;
  letter-spacing: 0.03em;
  font-weight: 800;
  line-height: 100%;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
  gap: 20px;
}

#appEvent .btn::after {
  content: url("/events/roadshow/25/samara/assets/img/arrow_right.svg");
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 2px;
  background-color: white;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: inherit;
  transition: inherit;
}

#appEvent .btn:hover {
  background-color: var(--accentHover);
}

#appEvent .btn:hover::after {
  content: url("/events/roadshow/25/samara/assets/img/arrow_right_hover.svg");
}

#appEvent body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
}

#appEvent #app {
  width: 100%;
}

#appEvent .wrapper {
  width: 1208px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  justify-self: center;
}

#appEvent section {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#appEvent header {
  width: 100%;
  height: 680px;
  background: url(/events/roadshow/25/samara/assets/img/background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 24px 24px;
}

#appEvent .header-content {
  width: 750px;
  height: 392px;
  margin-top: 54px;
  background: url(/events/roadshow/25/samara/assets/img/header_content.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#appEvent .header-content .btn {
  width: 371px;
}

#appEvent .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 15px 40px;
  background-color: white;
  border-radius: 0 0 32px 32px;
  position: relative;
}

#appEvent .nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

#appEvent .nav_menu a {
  color: var(--neutral100);
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.02em;
}

#appEvent .nav_menu__item {
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

#appEvent .nav_menu__item:hover {
  border-color: var(--accent100);
}

#appEvent .nav .btn {
  width: 246px;
  height: 50px;
  gap: 5px;
  padding: 10px 12px 10px 20px;
  font-size: 14px;
  color: white;
}

#appEvent .nav .btn::after {
  padding-top: 1px;
  -webkit-transform: scale(75%);
  transform: scale(75%);
}

#appEvent .nav:before {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: -42px;
  -webkit-box-shadow: 21px -21px white;
  box-shadow: 21px -21px white;
}

#appEvent .nav:after {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: -42px;
  -webkit-box-shadow: -21px -21px white;
  box-shadow: -21px -21px white;
}

#appEvent .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 32px;
  width: 864px;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--neutral50);
  outline: 24px solid white;
  margin-top: -39px;
  position: relative;
}

#appEvent .info-block .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: default;
}

#appEvent .info-block .date:hover {
  color: var(--accent100);
}

#appEvent .info-block .date_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

#appEvent .info-block .date_day {
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
}

#appEvent .info-block .date_month,
#appEvent .info-block .date_time {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  margin-right: 32px;
}

#appEvent .info-block .place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  color: white;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  cursor: default;
}

#appEvent .info-block .place:hover {
  color: var(--accent100);
}

#appEvent .info-block .place br {
  display: none;
}

#appEvent .info-block::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: transparent;
  position: absolute;
  left: -74px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 24px 27px white;
  box-shadow: 24px 27px white;
}

#appEvent .info-block::after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: transparent;
  position: absolute;
  right: -74px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: -24px 27px white;
  box-shadow: -24px 27px white;
}

#appEvent .about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 120px 0;
  justify-self: flex-end;
  gap: 80px;
}

#appEvent .about-block_img img {
  width: 387px;
  height: 362px;
}

#appEvent .about-block_txt h1 {
  margin-bottom: 32px;
  max-width: 294px;
}

#appEvent .about-block_txt p {
  color: var(--neutral100);
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
  max-width: 625px;
}

#appEvent .about-block_txt p:first-of-type {
  margin-bottom: 7px;
  font-size: 24px;
}

#appEvent .about-block_txt .framed {
  margin-bottom: 13px;
  border-color: var(--accent100);
}

#appEvent .products-block {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 80px 40px 40px 40px;
  background-color: var(--accent20);
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#appEvent .products-block h1 {
  max-width: 900px;
}

#appEvent .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 48px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#appEvent .products_card {
  width: calc(25% - 38px);
  height: 240px;
  padding: 40px 28px 32px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border-radius: 20px;
  color: var(--neutral100);
  background-image: inherit;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right 20px center;
}

#appEvent .products_card__name {
  font-size: 20px;
  line-height: 140%;
  text-align: left;
  font-weight: 400;
  max-width: 186px;
}

#appEvent .products_card__about {
  font-size: 14px;
  line-height: 155%;
  text-align: left;
  font-weight: 400;
  max-width: 186px;
}

#appEvent .registration-button {
  width: 686px;
  height: 176px;
  background-color: var(--accent20);
  justify-self: center;
  border-radius: 0 0 100px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

#appEvent .registration-button::before {
  content: "";
  position: absolute;
  height: 170px;
  width: 170px;
  background-color: transparent;
  border-radius: 50%;
  left: -170px;
  top: 0;
  -webkit-box-shadow: 85px -85px var(--accent20);
  box-shadow: 85px -85px var(--accent20);
  z-index: -1;
}

#appEvent .registration-button::after {
  content: "";
  position: absolute;
  height: 170px;
  width: 170px;
  background-color: transparent;
  border-radius: 50%;
  right: -170px;
  top: 0;
  -webkit-box-shadow: -85px -85px var(--accent20);
  box-shadow: -85px -85px var(--accent20);
  z-index: -1;
}

#appEvent .registration-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 48px 60px;
  border: 1px solid var(--neutral75);
  background: var(--neutral75);
  border-radius: 32px;
  position: relative;
  justify-self: center;
}

#appEvent .registration-block .blue,
#appEvent .registration-block h1 {
  text-align: center;
  max-width: 500px;
  color: #fff;
}

#appEvent .registration-block .attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid var(--neutral10);
}

#appEvent .registration-block .attention .framed {
  border-color: var(--negative);
  color: var(--negative);
}

#appEvent .registration-block .attention p {
  color: var(--neutral100);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
  color: #fff;
}

#appEvent .features-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
  margin: 120px 0;
}

#appEvent .features-block_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
}

#appEvent .features-block_line__txt {
  color: var(--neutral100);
  font-size: 18px;
  line-height: 150%;
  text-align: left;
  padding-top: 60px;
  max-width: 409px;
}

#appEvent .features-block_line> :last-of-type img {
  width: 407px;
  height: 267px;
}

#appEvent .features-block_line> :first-of-type img {
  width: 408px;
  height: 362px;
}

#appEvent .programm-block {
  width: 100%;
  background-color: var(--neutral75);
  background-image: url(/events/roadshow/25/samara/assets/img/lightning.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  border-radius: 40px;
  margin-top: 120px;
  padding: 120px 84px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#appEvent .programm-block::after {
  width: 82px;
  height: 82px;
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  right: 0;
  border-radius: 50px;
  -webkit-box-shadow: 41px 41px var(--neutral100);
  box-shadow: 41px 41px var(--neutral100);
}

#appEvent .programm-block::before {
  width: 82px;
  height: 82px;
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  -webkit-box-shadow: -41px 41px var(--neutral100);
  box-shadow: -41px 41px var(--neutral100);
}

#appEvent .programm-block .wrapper {
  background-color: white;
  border-radius: 32px;
  padding: 64px 60px 60px 60px;
  background-image: url(/events/roadshow/25/samara/assets/img/ripLine_2.svg);
  background-repeat: no-repeat;
  background-position: bottom -6px center;
}

#appEvent .programm-block .wrapper:nth-child(2) {
  background-position: top -6px center;
}

#appEvent .programm-block h1 {
  color: var(--neutral75);
  padding-bottom: 48px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid var(--neutral75);
  margin-bottom: 48px;
}

#appEvent .programm-block .table-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#appEvent .programm-block .table-block_wrapper,
#appEvent .programm-block .table-block_section__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#appEvent .programm-block .table-block_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 48px;
  color: var(--neutral50);
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 0 0 8px 0;
}

#appEvent .programm-block .table-block_header> :nth-child(1) {
  -webkit-box-flex: 1.4;
  -ms-flex: 1.4;
  flex: 1.4;
}

#appEvent .programm-block .table-block_header> :nth-child(2) {
  -webkit-box-flex: 3.9;
  -ms-flex: 3.9;
  flex: 3.9;
}

#appEvent .programm-block .table-block_header> :nth-child(3) {
  -webkit-box-flex: 2.4;
  -ms-flex: 2.4;
  flex: 2.4;
}

#appEvent .programm-block .table-block_header> :nth-child(4) {
  -webkit-box-flex: 1.1;
  -ms-flex: 1.1;
  flex: 1.1;
}

#appEvent .programm-block .table-block_raw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 48px;
  font-weight: 400;
  text-align: left;
  line-height: 160%;
  padding: 28px 0;
  border-bottom: 1px solid var(--neutral5);
}

#appEvent .programm-block .table-block_raw> :nth-child(1) {
  -webkit-box-flex: 1.4;
  -ms-flex: 1.4;
  flex: 1.4;
  color: var(--accent140);
  font-size: 16px;
  position: relative;
}

#appEvent .programm-block .table-block_raw> :nth-child(1) p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 0;
  background-color: var(--accent20);
  border-radius: 12px;
}

#appEvent .programm-block .table-block_raw> :nth-child(2) {
  -webkit-box-flex: 3.9;
  -ms-flex: 3.9;
  flex: 3.9;
  color: var(--accent140);
  font-size: 20px;
}

#appEvent .programm-block .table-block_raw> :nth-child(3) {
  -webkit-box-flex: 2.4;
  -ms-flex: 2.4;
  flex: 2.4;
  color: var(--neutral75);
  font-size: 16px;
}

#appEvent .programm-block .table-block_raw> :nth-child(3)>.speaker> :nth-child(2) {
  color: var(--neutral50);
  font-size: 14px;
  margin-top: 4px;
}

#appEvent .programm-block .table-block_raw> :nth-child(4) {
  -webkit-box-flex: 1.1;
  -ms-flex: 1.1;
  flex: 1.1;
  color: var(--neutral75);
  font-size: 16px;
}

#appEvent .programm-block .table-block_raw:last-of-type {
  border-bottom: none;
}

#appEvent .programm-block .table-block_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  font-weight: 400;
  text-align: left;
  line-height: 160%;
  padding: 28px 0;
  border-bottom: 1px solid var(--neutral5);
}

#appEvent .programm-block .table-block_section> :nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: var(--neutral75);
  font-size: 16px;
  position: relative;
}

#appEvent .programm-block .table-block_section> :nth-child(1) p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 0;
  border: 1px solid var(--accent100);
  border-radius: 50px;
}

#appEvent .programm-block .table-block_section> :nth-child(2) {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
  color: var(--neutral75);
  font-size: 24px;
}

#appEvent .programm-block .table-block_section> :nth-child(3) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: var(--accent100);
  font-size: 16px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#appEvent .programm-block .table-block_section> :nth-child(3):hover {
  color: var(--accent140);
}

#appEvent .programm-block .table-block_section> :nth-child(3):hover .show-btn::after {
  background-color: var(--accent140);
}

#appEvent .programm-block .table-block_section:last-of-type {
  border-bottom: none;
}

#appEvent .programm-block .table-block_section.opened {
  border-bottom: none;
  margin-bottom: 60px;
}

#appEvent .programm-block .table-block_section.opened .show-btn::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#appEvent .programm-block .show-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#appEvent .programm-block .show-btn::after {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-left: 16px;
  background-color: var(--accent100);
  background-image: url(/events/roadshow/25/samara/assets/img/arrow_show.svg);
  background-repeat: no-repeat;
  background-position: center;
}

#appEvent .bottom-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--neutral100);
  background-image: url(/events/roadshow/25/samara/assets/img/globe.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 20% bottom;
}

#appEvent .registration-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 120px;
  color: var(--neutral50);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  /* text field */
  /* with floating label */
  /* Стилизация чекбокса */
  /* Оформление состояния checked */
  /* Эффект нажатия */
  /* Смена цвета границы при наведении */
  /* Стили для чекбокса при фокусе */
}

#appEvent .registration-form h1 {
  color: white;
  margin-bottom: 0;
  margin-top: 0;
}

#appEvent .registration-form_header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--accent140);
  background-image: url(/events/roadshow/25/samara/assets/img/form_header.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 59px;
  padding-bottom: 52px;
  border-radius: 24px;
  position: relative;
}

#appEvent .registration-form_header::after {
  content: '';
  position: absolute;
  bottom: -6px;
  width: 100%;
  height: 12px;
  background-image: url(/events/roadshow/25/samara/assets/img/ripLine.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

#appEvent .registration-form_body {
  width: 100%;
}

#appEvent .registration-form_contacts {
  width: 100%;
  padding: 68px 60px;
  background-color: white;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(/events/roadshow/25/samara/assets/img/ripLine.svg);
  background-repeat: no-repeat;
  background-position: bottom -6px center;
}

#appEvent .registration-form_contacts p {
  margin-bottom: 40px;
}

#appEvent .registration-form_contacts .framed {
  font-size: 12px;
  border-color: var(--accent100);
  margin-right: 12px;
}

#appEvent .registration-form_agreement {
  width: 100%;
  padding: 68px 60px;
  background-color: white;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 36px;
  background-image: url(/events/roadshow/25/samara/assets/img/ripLine.svg);
  background-repeat: no-repeat;
  background-position: top -6px center;
}

#appEvent .registration-form_iput {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
  gap: 24px;
}

#appEvent .registration-form_iput> :first-child,
#appEvent .registration-form_iput> :last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

#appEvent .registration-form .text-field__label {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--neutral50);
}

#appEvent .registration-form .text-field__input {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--neutral100);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* is invalid */
}

#appEvent .registration-form .text-field__input:invalid.touched {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5625rem center;
  background-size: 1.125rem 1.125rem;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(240, 75, 91, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(240, 75, 91, 0.25);
}

#appEvent .registration-form .text-field__input::-webkit-input-placeholder {
  color: #212529;
  opacity: 0.4;
}

#appEvent .registration-form .text-field__input:-ms-input-placeholder {
  color: #212529;
  opacity: 0.4;
}

#appEvent .registration-form .text-field__input::-ms-input-placeholder {
  color: #212529;
  opacity: 0.4;
}

#appEvent .registration-form .text-field__input::placeholder {
  color: #212529;
  opacity: 0.4;
}

#appEvent .registration-form .text-field__input:focus {
  color: var(--neutral100);
  background-color: #fff;
  border-color: var(--accent100);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(139, 194, 214, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(139, 194, 214, 0.25);
}

#appEvent .registration-form .text-field__input:disabled,
#appEvent .registration-form .text-field__input[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
}

#appEvent .registration-form .text-field_floating {
  position: relative;
}

#appEvent .registration-form .text-field_floating .text-field__input {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  padding: 1rem 0.75rem;
}

#appEvent .registration-form .text-field_floating .text-field__label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity .15s ease-in-out, -webkit-transform .15s ease-in-out;
  transition: opacity .15s ease-in-out, -webkit-transform .15s ease-in-out;
  transition: opacity .15s ease-in-out, transform .15s ease-in-out;
  transition: opacity .15s ease-in-out, transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

#appEvent .registration-form .text-field_floating .text-field__input::-webkit-input-placeholder {
  color: transparent;
}

#appEvent .registration-form .text-field_floating .text-field__input:-ms-input-placeholder {
  color: transparent;
}

#appEvent .registration-form .text-field_floating .text-field__input::-ms-input-placeholder {
  color: transparent;
}

#appEvent .registration-form .text-field_floating .text-field__input::placeholder {
  color: transparent;
}

#appEvent .registration-form .text-field_floating .text-field__input:focus,
#appEvent .registration-form .text-field_floating .text-field__input:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

#appEvent .registration-form .text-field_floating .text-field__input:focus~.text-field__label,
#appEvent .registration-form .text-field_floating .text-field__input:not(:placeholder-shown)~.text-field__label {
  opacity: .65;
  -webkit-transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
}

#appEvent .registration-form .checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

#appEvent .registration-form .checkbox-label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: 400;
  color: var(--neutral100);
}

#appEvent .registration-form .checkbox-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
}

#appEvent .registration-form .checkbox-input:checked {
  background-color: var(--accent100);
  border-color: var(--accent100);
  background-image: url("/events/roadshow/25/samara/assets/img/check.svg");
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

#appEvent .registration-form .checkbox-input:checked:hover {
  background-color: var(--accentHover);
  border-color: var(--accentHover) !important;
}

#appEvent .registration-form .checkbox-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

#appEvent .registration-form .checkbox-input:hover:not(:disabled) {
  border-color: var(--accent60);
}

#appEvent .registration-form .checkbox-input:focus {
  border-color: var(--accent100);
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(51, 192, 227, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(51, 192, 227, 0.25);
}

#appEvent .footer {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

#appEvent .footer .wrapper {
  border: 2px solid #dde3ed;
  padding: 48px 64px;
  border-radius: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#appEvent .footer_copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#appEvent .footer_copyright__logo {
  margin-bottom: 16px;
}

#appEvent .footer_copyright p {
  color: white;
  font-size: 16px;
}

#appEvent .footer_copyright> :nth-child(2) {
  margin-bottom: 36px;
}

#appEvent .footer_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#appEvent .footer_contacts__questions {
  color: #aeb6c5;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
  width: 200px;
  margin-right: 10px;
}

#appEvent .footer_contacts__manger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#appEvent .footer_contacts__manger p,
#appEvent .footer_contacts__manger a {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  margin-bottom: 8px;
  width: 228px;
  color: white;
}

#appEvent .footer_contacts__manger> :nth-of-type(2) {
  font-size: 16px !important;
}

#appEvent .footer .blue {
  color: var(--accent100);
}

/* не в scss */

#appEvent .text-field__labelp {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  gap: 10px;
  /* width: 744px; */
  /* height: 24px; */
  font-family: "PT Astra Fact", "Arial", "Verdana", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #001B36;
}

hr {
  margin: 48px 0;
  outline: none;
  background: #DDE3ED;
  height: 1px;
  border: none;
}

.worksheet-radio-items {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.radio-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 20px 8px 16px;
  gap: 12px;
  /* width: 90px; */
  /* height: 40px; */
  border: 1px solid #DDE3ED;
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.radio-item .radio-input {
  position: relative;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #AEB6C5;
  border-radius: 50%;
  display: grid;
  place-content: center;
  cursor: pointer;
}

.radio-item .radio-input:before {
  content: "";
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 50%;
  transition: all ease .3s;
}

.radio-item .radio-input:hover {
  border: 1px solid #83CEED !important;
}

.radio-item .radio-input:checked {
  /* border: 1px solid #83CEED; */
}

.radio-item .radio-input:checked:before {
  background: #4EB9E5;
}

.radio-item .radio-label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #56637A;
}

#worksheet_q1_wrapper,
#worksheet_q2_wrapper,
#worksheet_q3_wrapper,
#worksheet_q4_wrapper {
  display: none;
}

#worksheet_q1_wrapper.show,
#worksheet_q2_wrapper.show,
#worksheet_q3_wrapper.show,
#worksheet_q4_wrapper.show {
  display: block;
}

#worksheet_q1_wrapper p,
#worksheet_q2_wrapper p,
#worksheet_q3_wrapper p,
#worksheet_q4_wrapper p {
  margin-top: 2rem;
}

.worksheet-radio-items-rating {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.worksheet-radio-items-rating>span:first-child {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #56637A;
}

.worksheet-radio-items-rating>span:last-child {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #56637A;
  text-align: right;
}

.radio-rating-item {
  width: 20px;
  gap: 5px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

/* /не в scss */

@media screen and (max-width: 1399px) {
  #appEvent .framed {
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 8px;
  }

  #appEvent h1 {
    font-size: 32px;
    line-height: 130%;
    text-align: left;
    margin-bottom: 40px;
  }

  #appEvent .btn {
    width: 400px;
    height: 62px;
    padding: 14px 14px 14px 24px;
    font-size: 16px;
  }

  #appEvent .btn::after {
    -webkit-transform: scale(85%);
    transform: scale(85%);
  }

  #appEvent .wrapper {
    width: 724px;
  }

  #appEvent header {
    height: 560px;
    border-radius: 0 0 16px 16px;
  }

  #appEvent .header-content {
    width: 552px;
    height: 289px;
    margin-top: 57px;
  }

  #appEvent .header-content .btn {
    width: 275px;
  }

  #appEvent .nav {
    padding: 8px 20px;
    border-radius: 0 0 16px 16px;
  }

  #appEvent .nav_menu {
    gap: 28px;
  }

  #appEvent .nav_menu__item {
    display: none;
  }

  #appEvent .nav:before {
    content: "";
    width: 36px;
    height: 36px;
    left: -36px;
    -webkit-box-shadow: 18px -18px white;
    box-shadow: 18px -18px white;
  }

  #appEvent .nav:after {
    content: "";
    width: 36px;
    height: 36px;
    right: -36px;
    -webkit-box-shadow: -18px -18px white;
    box-shadow: -18px -18px white;
  }

  #appEvent .info-block {
    padding: 20px 40px;
    width: 608px;
    border-radius: 20px;
    outline: 20px solid white;
    margin-top: -39px;
  }

  #appEvent .info-block .date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
  }

  #appEvent .info-block .date_day {
    font-size: 28px;
  }

  #appEvent .info-block .date_month,
  #appEvent .info-block .date_time {
    font-size: 14px;
    gap: 6px;
  }

  #appEvent .info-block .place {
    gap: 6px;
    font-size: 14px;
    line-height: 150%;
  }

  #appEvent .info-block .place br {
    display: inline;
  }

  #appEvent .info-block .place p {
    margin-bottom: 6px;
    text-align: right;
  }

  #appEvent .info-block::before {
    width: 28px;
    height: 28px;
    left: -48px;
    top: 25px;
    -webkit-box-shadow: 14px 16px white;
    box-shadow: 14px 16px white;
  }

  #appEvent .info-block::after {
    width: 28px;
    height: 28px;
    right: -48px;
    top: 25px;
    -webkit-box-shadow: -14px 16px white;
    box-shadow: -14px 16px white;
  }

  #appEvent .about-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 100px 0;
    gap: 60px;
  }

  #appEvent .about-block_img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #appEvent .about-block_txt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #appEvent .about-block_txt h1 {
    margin-bottom: 20px;
    max-width: 190px;
    text-align: center;
  }

  #appEvent .about-block_txt p {
    text-align: center;
    margin-bottom: 12px;
    max-width: 100%;
  }

  #appEvent .about-block_txt p:first-of-type {
    margin-bottom: 23px;
    font-size: 20px;
  }

  #appEvent .about-block_txt p:first-of-type br {
    display: none;
  }

  #appEvent .about-block_txt .framed {
    margin-bottom: 0;
  }

  #appEvent .products-block {
    padding: 60px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #appEvent .products-block h1 {
    max-width: 690px;
    text-align: center;
  }

  #appEvent .products {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
  }

  #appEvent .products_card {
    width: calc(50% - 62px);
    height: 192px;
    padding: 28px 28px 24px 28px;
    background-size: 130px auto;
    background-position: right 28px center;
  }

  #appEvent .products_card__name {
    font-size: 18px;
    max-width: 136px;
  }

  #appEvent .products_card__about {
    font-size: 12px;
    max-width: 136px;
  }

  #appEvent .registration-button {
    width: 520px;
    height: 160px;
    border-radius: 0 0 76px 76px;
  }

  #appEvent .registration-button::before {
    position: absolute;
    height: 152px;
    width: 152px;
    left: -152px;
    -webkit-box-shadow: 76px -76px var(--accent20);
    box-shadow: 76px -76px var(--accent20);
  }

  #appEvent .registration-button::after {
    height: 152px;
    width: 152px;
    right: -152px;
    -webkit-box-shadow: -76px -76px var(--accent20);
    box-shadow: -76px -76px var(--accent20);
  }

  #appEvent .registration-block {
    width: 724px;
    padding: 40px 60px;
  }

  #appEvent .registration-block h1 {
    max-width: 340px;
  }

  #appEvent .registration-block .attention {
    gap: 16px;
    margin-top: 40px;
    padding-top: 40px;
  }

  #appEvent .registration-block .attention p {
    font-size: 14px;
  }

  #appEvent .features-block {
    gap: 60px;
    margin: 100px 0 80px 0;
  }

  #appEvent .features-block_line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
  }

  #appEvent .features-block_line__txt {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    padding-top: 0;
    max-width: 504px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #appEvent .features-block_line__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #appEvent .programm-block {
    background-color: var(--neutral100);
    background-image: url(/events/roadshow/25/samara/assets/img/lightning.png);
    border-radius: 28px 28px 0 0;
    margin-top: 100px;
    padding: 60px 40px 0 40px;
  }

  #appEvent .programm-block::after {
    display: none;
  }

  #appEvent .programm-block::before {
    display: none;
  }

  #appEvent .programm-block .wrapper {
    border-radius: 24px;
    padding: 60px 40px 100px 40px;
    background-image: url(/events/roadshow/25/samara/assets/img/ripLine.svg);
  }

  #appEvent .programm-block h1 {
    color: var(--neutral100);
    padding-bottom: 32px;
    border-bottom: 1px solid var(--neutral100);
    margin-bottom: 32px;
  }

  #appEvent .programm-block .table-block_wrapper,
  #appEvent .programm-block .table-block_section__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #appEvent .programm-block .table-block_header {
    display: none;
  }

  #appEvent .programm-block .table-block_raw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    gap: 20px;
    padding: 32px 0;
    position: relative;
  }

  #appEvent .programm-block .table-block_raw> :nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #appEvent .programm-block .table-block_raw> :nth-child(1) p {
    width: auto;
    width: 124px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 12px;
    border-radius: 10px;
  }

  #appEvent .programm-block .table-block_raw> :nth-child(1)::before {
    width: 70px;
    height: 100%;
    content: 'Время';
    color: var(--neutral50);
    font-size: 12px;
  }

  #appEvent .programm-block .table-block_raw> :nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #appEvent .programm-block .table-block_raw> :nth-child(2) .programm_theme {
    max-width: 560px;
  }

  #appEvent .programm-block .table-block_raw> :nth-child(2)::before {
    width: 70px;
    height: 100%;
    content: 'Тема';
    color: var(--neutral50);
    font-size: 12px;
  }

  #appEvent .programm-block .table-block_raw> :nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #appEvent .programm-block .table-block_raw> :nth-child(3)> :nth-child(2) {
    font-size: 12px;
  }

  #appEvent .programm-block .table-block_raw> :nth-child(3) .programm_speaker__post {
    max-width: 560px;
  }

  #appEvent .programm-block .table-block_raw> :nth-child(3)::before {
    width: 70px;
    height: 100%;
    content: 'Спикер';
    color: var(--neutral50);
    font-size: 12px;
  }

  #appEvent .programm-block .table-block_raw> :nth-child(4) {
    position: absolute;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    left: 214px;
    top: 37px;
    font-size: 14px;
  }

  #appEvent .programm-block .table-block_raw:last-of-type {
    border-bottom: none;
  }

  #appEvent .programm-block .table-block_section {
    gap: 60px;
    padding: 24px 0;
  }

  #appEvent .programm-block .table-block_section> :nth-child(1) {
    font-size: 14px;
  }

  #appEvent .programm-block .table-block_section> :nth-child(1) p {
    width: 100%;
    padding: 5px 12px;
    border-radius: 20px;
  }

  #appEvent .programm-block .table-block_section> :nth-child(2) {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    font-size: 18px;
  }

  #appEvent .programm-block .table-block_section> :nth-child(3) {
    font-size: 14px;
  }

  #appEvent .programm-block .table-block_section.opened {
    margin-bottom: 0;
  }

  #appEvent .programm-block .show-btn::after {
    width: 26px;
    height: 26px;
    margin-left: 10px;
    background-size: 24%;
    background-position: 11px 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #appEvent .registration-form {
    margin-top: 100px;
    /* Стилизация чекбокса */
  }

  #appEvent .registration-form_header {
    padding-top: 44px;
    padding-bottom: 40px;
    border-radius: 16px;
  }

  #appEvent .registration-form_header img {
    width: 68px;
    height: 80px;
  }

  #appEvent .registration-form_contacts {
    padding: 40px 40px 60px 40px;
    border-radius: 16px;
  }

  #appEvent .registration-form_contacts p {
    margin-bottom: 32px;
  }

  #appEvent .registration-form_contacts .framed {
    margin-right: 10px;
  }

  #appEvent .registration-form_agreement {
    padding: 54px 40px;
    border-radius: 16px;
    gap: 32px;
  }

  #appEvent .registration-form_iput {
    margin-top: 20px;
    gap: 20px;
  }

  #appEvent .registration-form .checkbox-label {
    font-size: 12px;
  }

  #appEvent .registration-form .checkbox-input {
    width: 18px;
    height: 18px;
  }

  #appEvent .footer {
    padding-top: 120px;
    padding-bottom: 40px;
    background-size: contain;
  }

  #appEvent .footer .wrapper {
    border: 1px solid var(--accent100);
    padding: 40px;
    border-radius: 16px;
  }

  #appEvent .footer_copyright p {
    font-size: 14px;
  }

  #appEvent .footer_copyright> :nth-child(2) {
    margin-bottom: 28px;
  }

  #appEvent .footer_contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #appEvent .footer_contacts__questions {
    font-size: 14px;
    width: 228px;
    margin-right: 0;
    margin-bottom: 24px;
  }

  #appEvent .footer_contacts__manger p,
  #appEvent .footer_contacts__manger a {
    font-size: 18px;
    margin-bottom: 6px;
    width: 228px;
  }

  #appEvent .footer_contacts__manger> :nth-of-type(2) {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  #appEvent .btn {
    width: 310px;
  }

  #appEvent .wrapper {
    width: 350px;
  }

  #appEvent header {
    height: 780px;
    border-radius: 0 0 16px 16px;
  }

  #appEvent .header-content {
    width: 296px;
    height: 514px;
    margin-top: 40px;
    background: url(/events/roadshow/25/samara/assets/img/header_content_mobile.svg);
    background-repeat: no-repeat;
  }

  #appEvent .header-content .btn {
    width: 296px;
  }

  #appEvent .nav {
    padding: 16px 20px;
  }

  #appEvent .nav_menu .btn {
    display: none;
  }

  #appEvent .nav:before {
    content: "";
    width: 36px;
    height: 36px;
    left: -36px;
    -webkit-box-shadow: 18px -18px white;
    box-shadow: 18px -18px white;
  }

  #appEvent .nav:after {
    content: "";
    width: 36px;
    height: 36px;
    right: -36px;
    -webkit-box-shadow: -18px -18px white;
    box-shadow: -18px -18px white;
  }

  #appEvent .info-block {
    padding: 20px 24px;
    width: 400px;
    margin-top: -90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  #appEvent .info-block .date {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #appEvent .info-block .date_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }

  #appEvent .info-block .date_day {
    font-size: 28px;
  }

  #appEvent .info-block .date_month,
  #appEvent .info-block .date_time {
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
  }

  #appEvent .info-block .place {
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #appEvent .info-block .place br {
    display: inline;
  }

  #appEvent .info-block .place p {
    margin-bottom: 0;
    text-align: center;
  }

  #appEvent .info-block::before {
    top: 76px;
  }

  #appEvent .info-block::after {
    top: 76px;
  }

  #appEvent .about-block {
    margin: 100px 0 60px 0;
  }

  #appEvent .about-block_img img {
    width: 340px;
    height: 318px;
  }

  #appEvent .about-block_txt p:first-of-type {
    margin-bottom: 20px;
  }

  #appEvent .products-block {
    border-radius: 24px 24px 0 0;
    padding: 60px 40px 40px 40px;
  }

  #appEvent .products-block h1 {
    max-width: 320px;
  }

  #appEvent .products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #appEvent .products_card {
    width: 100%;
    height: 200px;
    padding: 28px 28px 32px 28px;
    background-size: 140px auto;
  }

  #appEvent .products_card__name {
    max-width: 186px;
  }

  #appEvent .products_card__about {
    max-width: 186px;
  }

  #appEvent .registration-button {
    width: 100%;
  }

  #appEvent .registration-button::before {
    display: none;
  }

  #appEvent .registration-button::after {
    display: none;
  }

  #appEvent .registration-block {
    width: 360px;
    padding: 40px 24px;
  }

  #appEvent .registration-block h1 {
    max-width: 300px;
  }

  #appEvent .registration-block .attention {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }

  #appEvent .registration-block .attention p {
    font-size: 14px;
    text-align: center;
    max-width: 300px;
  }

  #appEvent .features-block_line__txt {
    max-width: 280px;
  }

  #appEvent .features-block_line> :last-of-type img {
    width: 319px;
    height: 209px;
  }

  #appEvent .features-block_line> :first-of-type img {
    width: 319px;
    height: 284px;
  }

  #appEvent .programm-block {
    border-radius: 0;
    background-image: none;
    margin-top: 100px;
    padding: 80px 0 40px 0;
  }

  #appEvent .programm-block .wrapper {
    border-radius: 20px;
    width: 100%;
    padding: 40px 20px;
  }

  #appEvent .programm-block .table-block_raw> :nth-child(1)::before {
    display: none;
  }

  #appEvent .programm-block .table-block_raw> :nth-child(2) .programm_theme {
    max-width: 360px;
  }

  #appEvent .programm-block .table-block_raw> :nth-child(2)::before {
    display: none;
  }

  #appEvent .programm-block .table-block_raw> :nth-child(3) .programm_speaker__post {
    max-width: 360px;
  }

  #appEvent .programm-block .table-block_raw> :nth-child(3)::before {
    display: none;
  }

  #appEvent .programm-block .table-block_section {
    gap: 24px;
    padding: 64px 0 24px 0;
    position: relative;
  }

  #appEvent .programm-block .table-block_section> :nth-child(1) {
    position: absolute;
    top: 15px;
  }

  #appEvent .programm-block .table-block_section> :nth-child(2) {
    max-width: 310px;
  }

  #appEvent .programm-block .show-btn span {
    display: none;
  }

  #appEvent .registration-form {
    margin-top: 80px;
    /* Стилизация чекбокса */
  }

  #appEvent .registration-form .wrapper {
    width: 100%;
  }

  #appEvent .registration-form_contacts {
    padding: 36px 20px 52px 20px;
  }

  #appEvent .registration-form_contacts p {
    margin-bottom: 32px;
  }

  #appEvent .registration-form_contacts .framed {
    margin-right: 8px;
  }

  #appEvent .registration-form_agreement {
    padding: 54px 40px;
    border-radius: 16px;
    gap: 32px;
  }

  #appEvent .registration-form_iput {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    gap: 16px;
  }

  #appEvent .registration-form_iput> :first-child,
  #appEvent .registration-form_iput> :last-child {
    width: 100%;
  }

  #appEvent .registration-form .checkbox-input {
    min-width: 18px;
  }

  #appEvent .bottom-wrapper {
    background-size: 190%;
    background-position: center bottom;
  }

  #appEvent .footer {
    padding-top: 100px;
    background-size: cover;
  }

  #appEvent .footer .wrapper {
    padding: 40px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 48px;
  }

  #appEvent .footer_copyright p {
    font-size: 14px;
  }

  #appEvent .footer_copyright> :nth-child(2) {
    margin-bottom: 36px;
  }
}