* {
  margin: 0;
  padding: 0;
  font: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-focus-ring-color: rgba(255,255,255,0);
  cursor: default;
}
body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a {
  background: transparent;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
ol,
ul {
  list-style: none;
}
pre {
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  white-space: pre-wrap;
}
q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}
img {
  border: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
input,
select,
textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input,
textarea {
  resize: none;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}
[placeholder]:focus::-moz-placeholder {
  color: transparent;
}
[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}
[placeholder]:focus::-ms-input-placeholder {
  color: transparent;
}
[placeholder]:focus::placeholder {
  color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  color: #1c1e21;
  font-family: 'Roboto', Arial, sans-serif;
  font-variant: no-common-ligatures;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
h1:not([class]),
h2:not([class]),
h3:not([class]),
h4:not([class]),
h5:not([class]),
h6:not([class]) {
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (min-width: 1025px) {
  h1:not([class]),
  h2:not([class]),
  h3:not([class]),
  h4:not([class]),
  h5:not([class]),
  h6:not([class]) {
    line-height: 1.4;
  }
}
h1:not([class]):last-child,
h2:not([class]):last-child,
h3:not([class]):last-child,
h4:not([class]):last-child,
h5:not([class]):last-child,
h6:not([class]):last-child {
  margin-bottom: 0;
}
h1:not([class]) {
  margin: 0 0 50px;
  font-size: 42px;
}
h2:not([class]) {
  margin: 0 0 43px;
  font-size: 36px;
}
h3:not([class]) {
  margin: 0 0 43px;
  font-size: 28px;
}
h4:not([class]) {
  margin: 0 0 20px;
  font-size: 24px;
}
h5:not([class]) {
  margin: 0 0 15px;
  font-size: 20px;
}
h6:not([class]) {
  margin: 0 0 10px;
  font-size: 18px;
}
p:not([class]),
ul:not([class]),
ol:not([class]),
table:not([class]),
img:not([class]),
hr:not([class]),
fieldset:not([class]),
iframe:not([class]) {
  margin: 0 0 27px;
}
p:not([class]):last-child,
ul:not([class]):last-child,
ol:not([class]):last-child,
table:not([class]):last-child,
img:not([class]):last-child,
hr:not([class]):last-child,
fieldset:not([class]):last-child,
iframe:not([class]):last-child {
  margin-bottom: 0;
}
p:not([class]) + div.not(.cotent__panel),
ul:not([class]) + div.not(.cotent__panel),
ol:not([class]) + div.not(.cotent__panel),
table:not([class]) + div.not(.cotent__panel),
img:not([class]) + div.not(.cotent__panel),
hr:not([class]) + div.not(.cotent__panel),
fieldset:not([class]) + div.not(.cotent__panel),
iframe:not([class]) + div.not(.cotent__panel) {
  padding-top: 10px;
}
p:not([class]) + ul,
ul:not([class]) + ul,
ol:not([class]) + ul,
table:not([class]) + ul,
img:not([class]) + ul,
hr:not([class]) + ul,
fieldset:not([class]) + ul,
iframe:not([class]) + ul,
p:not([class]) + ol,
ul:not([class]) + ol,
ol:not([class]) + ol,
table:not([class]) + ol,
img:not([class]) + ol,
hr:not([class]) + ol,
fieldset:not([class]) + ol,
iframe:not([class]) + ol {
  padding-top: 25px;
}
p:not([class]) + h1:not([class]),
ul:not([class]) + h1:not([class]),
ol:not([class]) + h1:not([class]),
table:not([class]) + h1:not([class]),
img:not([class]) + h1:not([class]),
hr:not([class]) + h1:not([class]),
fieldset:not([class]) + h1:not([class]),
iframe:not([class]) + h1:not([class]),
p:not([class]) + h2:not([class]),
ul:not([class]) + h2:not([class]),
ol:not([class]) + h2:not([class]),
table:not([class]) + h2:not([class]),
img:not([class]) + h2:not([class]),
hr:not([class]) + h2:not([class]),
fieldset:not([class]) + h2:not([class]),
iframe:not([class]) + h2:not([class]),
p:not([class]) + h3:not([class]),
ul:not([class]) + h3:not([class]),
ol:not([class]) + h3:not([class]),
table:not([class]) + h3:not([class]),
img:not([class]) + h3:not([class]),
hr:not([class]) + h3:not([class]),
fieldset:not([class]) + h3:not([class]),
iframe:not([class]) + h3:not([class]),
p:not([class]) + h4:not([class]),
ul:not([class]) + h4:not([class]),
ol:not([class]) + h4:not([class]),
table:not([class]) + h4:not([class]),
img:not([class]) + h4:not([class]),
hr:not([class]) + h4:not([class]),
fieldset:not([class]) + h4:not([class]),
iframe:not([class]) + h4:not([class]),
p:not([class]) + h5:not([class]),
ul:not([class]) + h5:not([class]),
ol:not([class]) + h5:not([class]),
table:not([class]) + h5:not([class]),
img:not([class]) + h5:not([class]),
hr:not([class]) + h5:not([class]),
fieldset:not([class]) + h5:not([class]),
iframe:not([class]) + h5:not([class]),
p:not([class]) + h6:not([class]),
ul:not([class]) + h6:not([class]),
ol:not([class]) + h6:not([class]),
table:not([class]) + h6:not([class]),
img:not([class]) + h6:not([class]),
hr:not([class]) + h6:not([class]),
fieldset:not([class]) + h6:not([class]),
iframe:not([class]) + h6:not([class]) {
  padding-top: 25px;
}
p:not([class]) + .content__bulging,
ul:not([class]) + .content__bulging,
ol:not([class]) + .content__bulging,
table:not([class]) + .content__bulging,
img:not([class]) + .content__bulging,
hr:not([class]) + .content__bulging,
fieldset:not([class]) + .content__bulging,
iframe:not([class]) + .content__bulging {
  padding-top: 25px;
}
img {
  position: relative;
  font-size: 0;
}
img:not([class]) {
  display: block;
  max-width: 100%;
  margin: 43px auto 40px;
}
img:not([class]):first-child {
  margin-top: 0;
}
img:not([class]):last-child {
  margin-bottom: 0;
}
img:after {
  content: "📷";
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  font-size: 20px;
  line-height: 1.3;
  background: #454545;
}
ul:not([class]) {
  margin: 0 0 39px;
  list-style: none;
}
@media only screen and (min-width: 1025px) {
  ul:not([class]) {
    margin: 0 0 43px;
  }
}
ul:not([class]):last-child {
  margin-bottom: 0;
}
ul:not([class]) > li:not([class]) {
  position: relative;
  margin: 0 -10px 20px 0;
  padding: 0 0 0 30px;
}
@media only screen and (min-width: 1025px) {
  ul:not([class]) > li:not([class]) {
    margin: 0 0 20px;
    padding: 0 0 0 40px;
  }
}
ul:not([class]) > li:not([class]):last-child {
  margin-bottom: 0;
}
ul:not([class]) > li:not([class]):before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/ui/point.svg") center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1025px) {
  ul:not([class]) > li:not([class]):before {
    left: 0;
  }
}
ol:not([class]) {
  counter-reset: ol;
  margin: 0 0 43px;
  list-style: none;
}
ol:not([class]):last-child {
  margin-bottom: 0;
}
ol:not([class]) > li:not([class]) {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 30px;
}
ol:not([class]) > li:not([class]):before {
  content: counter(ol) '.';
  counter-increment: ol;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #5b27f0;
}
ol:not([class]) > li:not([class]):last-child {
  margin-bottom: 0;
}
table:not([class]) {
  display: table;
  width: 100%;
  margin: 0 0 20px;
  border-spacing: 1px;
  border-collapse: collapse;
  border: 1px solid #dedede;
}
caption:not([class]) {
  display: table-caption;
  padding: 0 0 10px;
  font-size: 1.1em;
  text-align: center;
}
th:not([class]) {
  vertical-align: middle;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  background: #f1f1f1;
  border: 1px solid #dedede;
}
tbody:not([class]) th:not([class]) {
  text-align: left;
}
td:not([class]) {
  padding: 10px;
  border: 1px solid #dedede;
}
tr:not([class]):nth-child(even) th:not([class]),
tr:not([class]):nth-child(even) td:not([class]) {
  background: #e6e6e6;
}
thead:not([class]) {
  color: #888;
}
tfoot:not([class]) {
  color: #888;
}
tfoot:not([class]) th:not([class]),
tfoot:not([class]) td:not([class]) {
  background: #e6e6e6;
}
a:not([class]) {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:not([class]):hover {
  color: #5b27f0;
  text-decoration: none;
}
a:not([class]):active {
  color: #5b27f0;
}
sub:not([class]) {
  bottom: -0.25em;
  vertical-align: bottom;
  font-size: 0.75em;
}
sup:not([class]) {
  top: -0.5em;
  vertical-align: top;
  font-size: 0.75em;
}
i:not([class]),
em:not([class]),
dfn:not([class]) {
  font-style: italic;
}
b:not([class]),
strong:not([class]) {
  font-weight: 700;
}
s:not([class]),
strike:not([class]),
del:not([class]) {
  text-decoration: line-through;
}
ins:not([class]) {
  text-decoration: underline;
}
q:not([class]) {
  display: inline;
}
q:not([class]):before {
  content: open-quote;
}
q:not([class]):after {
  content: close-quote;
}
kbd:not([class]) {
  font-family: monospace, monospace;
}
mark:not([class]) {
  background: #f1f1f1;
}
abbr:not([class]) {
  position: relative;
  text-decoration: none;
}
abbr:not([class])[title]:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #000;
}
blockquote:not([class]) {
  margin: 0 0 20px;
  padding: 26px 10px 26px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(92,39,239,0.7)), to(rgba(229,83,56,0.7)));
  background-image: linear-gradient(90deg, rgba(92,39,239,0.7) 0, rgba(229,83,56,0.7) 100%);
  border-left: 4px solid #5b27f0;
  border-radius: 0 10px 10px 0;
}
@media only screen and (min-width: 1025px) {
  blockquote:not([class]) {
    margin: 0 0 20px;
    padding: 30px 40px 30px 48px;
    font-size: 28px;
    border-radius: 0 10px 10px 0;
  }
}
blockquote:not([class]):last-child {
  margin-bottom: 0;
}
dl:not([class]) {
  margin: 0 0 20px;
}
dd:not([class]) {
  padding: 0 0 0 50px;
}
hr:not([class]) {
  width: 100%;
  height: 0;
  background: none;
  border: none;
  border-bottom: 2px groove #dedede;
}
fieldset:not([class]) {
  padding: 20px;
  border: 1px solid #dedede;
}
legend:not([class]) {
  margin: 0 0 0 2em;
  padding: 0 0.5em;
}
select:not([class]) {
  width: 200px;
  padding: 10px;
  line-height: 1.6;
  background: #fff;
  border: 1px solid #343434;
}
input[type='text']:not([class]),
input[type='password']:not([class]),
input[type='email']:not([class]),
input[type='url']:not([class]),
input[type='number']:not([class]),
input[type='datetime']:not([class]),
input[type='datetime-local']:not([class]),
input[type='search']:not([class]),
input[type='tel']:not([class]),
input[type='month']:not([class]),
input[type='week']:not([class]),
input[type='date']:not([class]),
input[type='time']:not([class]),
textarea:not([class]) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  margin: 0 0 5px;
  padding: 10px;
  color: #343434;
  font-size: 1em;
  line-height: 1.6;
  text-align: left;
  background: #fff;
  border: 1px solid #343434;
  outline: none;
}
input[type='text']:not([class])::-webkit-input-placeholder,
input[type='password']:not([class])::-webkit-input-placeholder,
input[type='email']:not([class])::-webkit-input-placeholder,
input[type='url']:not([class])::-webkit-input-placeholder,
input[type='number']:not([class])::-webkit-input-placeholder,
input[type='datetime']:not([class])::-webkit-input-placeholder,
input[type='datetime-local']:not([class])::-webkit-input-placeholder,
input[type='search']:not([class])::-webkit-input-placeholder,
input[type='tel']:not([class])::-webkit-input-placeholder,
input[type='month']:not([class])::-webkit-input-placeholder,
input[type='week']:not([class])::-webkit-input-placeholder,
input[type='date']:not([class])::-webkit-input-placeholder,
input[type='time']:not([class])::-webkit-input-placeholder,
textarea:not([class])::-webkit-input-placeholder {
  color: #ddd;
  font-size: 16px;
}
input[type='text']:not([class]):-ms-input-placeholder,
input[type='password']:not([class]):-ms-input-placeholder,
input[type='email']:not([class]):-ms-input-placeholder,
input[type='url']:not([class]):-ms-input-placeholder,
input[type='number']:not([class]):-ms-input-placeholder,
input[type='datetime']:not([class]):-ms-input-placeholder,
input[type='datetime-local']:not([class]):-ms-input-placeholder,
input[type='search']:not([class]):-ms-input-placeholder,
input[type='tel']:not([class]):-ms-input-placeholder,
input[type='month']:not([class]):-ms-input-placeholder,
input[type='week']:not([class]):-ms-input-placeholder,
input[type='date']:not([class]):-ms-input-placeholder,
input[type='time']:not([class]):-ms-input-placeholder,
textarea:not([class]):-ms-input-placeholder {
  color: #ddd;
  font-size: 16px;
}
input[type='text']:not([class])::-moz-placeholder,
input[type='password']:not([class])::-moz-placeholder,
input[type='email']:not([class])::-moz-placeholder,
input[type='url']:not([class])::-moz-placeholder,
input[type='number']:not([class])::-moz-placeholder,
input[type='datetime']:not([class])::-moz-placeholder,
input[type='datetime-local']:not([class])::-moz-placeholder,
input[type='search']:not([class])::-moz-placeholder,
input[type='tel']:not([class])::-moz-placeholder,
input[type='month']:not([class])::-moz-placeholder,
input[type='week']:not([class])::-moz-placeholder,
input[type='date']:not([class])::-moz-placeholder,
input[type='time']:not([class])::-moz-placeholder,
textarea:not([class])::-moz-placeholder {
  color: #ddd;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:not([class])::-ms-input-placeholder,
input[type='password']:not([class])::-ms-input-placeholder,
input[type='email']:not([class])::-ms-input-placeholder,
input[type='url']:not([class])::-ms-input-placeholder,
input[type='number']:not([class])::-ms-input-placeholder,
input[type='datetime']:not([class])::-ms-input-placeholder,
input[type='datetime-local']:not([class])::-ms-input-placeholder,
input[type='search']:not([class])::-ms-input-placeholder,
input[type='tel']:not([class])::-ms-input-placeholder,
input[type='month']:not([class])::-ms-input-placeholder,
input[type='week']:not([class])::-ms-input-placeholder,
input[type='date']:not([class])::-ms-input-placeholder,
input[type='time']:not([class])::-ms-input-placeholder,
textarea:not([class])::-ms-input-placeholder {
  color: #ddd;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:not([class])::placeholder,
input[type='password']:not([class])::placeholder,
input[type='email']:not([class])::placeholder,
input[type='url']:not([class])::placeholder,
input[type='number']:not([class])::placeholder,
input[type='datetime']:not([class])::placeholder,
input[type='datetime-local']:not([class])::placeholder,
input[type='search']:not([class])::placeholder,
input[type='tel']:not([class])::placeholder,
input[type='month']:not([class])::placeholder,
input[type='week']:not([class])::placeholder,
input[type='date']:not([class])::placeholder,
input[type='time']:not([class])::placeholder,
textarea:not([class])::placeholder {
  color: #ddd;
  font-size: 16px;
  opacity: 1;
}
textarea:not([class]) {
  resize: none;
}
input[type='radio']:not([class]),
input[type='checkbox']:not([class]) {
  margin: 0 2px;
}
button:not([class]),
input[type='button']:not([class]),
input[type='reset']:not([class]),
input[type='submit']:not([class]) {
  padding: 10px;
  font-size: 1em;
  line-height: 1.6;
  background: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 0;
  outline: none;
}
button:not([class]):hover,
input[type='button']:not([class]):hover,
input[type='reset']:not([class]):hover,
input[type='submit']:not([class]):hover {
  background: #bbb;
}
label:not([class]) {
  font-weight: 700;
}
.bs-group {
  margin: 0 0 40px;
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.bs-group__title {
  margin: 0 0 20px;
  color: #909090;
  text-transform: uppercase;
}
.bs-tags-style li {
  margin: 0 0 8px;
}
.bs-tags-style li:last-child {
  margin-bottom: 0;
}
.content__wrapper_type_outside-figure + h1:not([class]),
.content__wrapper_type_outside-figure + h2:not([class]),
.content__wrapper_type_outside-figure + h3:not([class]),
.content__wrapper_type_outside-figure + h4:not([class]),
.content__wrapper_type_outside-figure + h5:not([class]),
.content__wrapper_type_outside-figure + h6:not([class]) {
  padding-top: 15px;
}
@media only screen and (min-width: 1025px) {
  .content__wrapper_type_outside-figure + h1:not([class]),
  .content__wrapper_type_outside-figure + h2:not([class]),
  .content__wrapper_type_outside-figure + h3:not([class]),
  .content__wrapper_type_outside-figure + h4:not([class]),
  .content__wrapper_type_outside-figure + h5:not([class]),
  .content__wrapper_type_outside-figure + h6:not([class]) {
    padding-top: 0;
  }
}
.alert {
  display: block;
  margin: 0 0 15px;
  padding: 10px 15px;
  color: #004085;
  background: #cce5ff;
  border: 1px solid transparent;
  border-color: #b8daff;
  border-radius: 5px;
}
.alert:last-child {
  margin-bottom: 0;
}
.alert__title {
  margin: 0 0 25px;
  font-size: 1.5em;
  font-weight: 700;
}
.alert__title:last-child {
  margin-bottom: 0;
}
.alert__fields {
  margin: 0 0 25px;
}
.alert__fields:last-child {
  margin-bottom: 0;
}
.alert__field {
  margin: 0 0 15px;
}
.alert__field:last-child {
  margin-bottom: 0;
}
.alert__link {
  display: inline;
  vertical-align: baseline;
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
.alert__link:hover,
.alert__link:active,
.alert__link:focus {
  color: inherit;
  text-decoration: none;
}
.alert_style_default {
  color: #004085;
  background: #cce5ff;
  border-color: #b8daff;
}
.alert_style_success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert_style_danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert_style_warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert_style_info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert_style_light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert_style_grayscale {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert_style_dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.bonus-panel {
  display: block;
}
.bonus-panel__title {
  margin: 0 0 32px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}
.bonus-panel__title:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .bonus-panel__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -10px;
  }
}
.bonus-panel__item {
  width: 100%;
  max-width: 160px;
  margin: 0 auto 50px;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .bonus-panel__item {
    max-width: 180px;
    margin: 0;
    padding: 0 10px;
  }
}
.bonus-panel__item:last-child {
  margin-bottom: 0;
}
.bonus-panel__item_not_available {
  opacity: 0.3;
}
.bonus-panel__item_is_active .bonus-panel__description:before {
  width: 26px;
  height: 30px;
  margin: 0 2px -3px 0;
  background: url("../blocks/bonus-panel/images/tick.png") center center no-repeat;
  background-size: contain;
}
.bonus-panel__panel {
  width: 160px;
  min-height: 160px;
  margin: 0 auto 9px;
  padding: 16px 15px 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 20px rgba(135,135,135,0.15);
          box-shadow: 0 2px 20px rgba(135,135,135,0.15);
}
.bonus-panel__panel:last-child {
  margin-bottom: 0;
}
.bonus-panel__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto 19px;
}
.bonus-panel__description:before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  width: 1px;
  height: 30px;
  margin: 0 0 -3px 0;
}
.bonus-panel__description,
.bonus-panel__info {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
.bonus-panel__info {
  display: block;
}
.bonus-panel__download-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bonus-panel__download-link:hover {
  opacity: 0.6;
}
.bonus-panel__download-link:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url("../blocks/bonus-panel/images/download-icon.png") center center no-repeat;
  background-size: contain;
}
.bonus-panel__link {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.bonus-panel__link:hover,
.bonus-panel__link:focus {
  color: #5b27f0;
}
.br {
  display: block;
}
@media only screen and (min-width: 1px) {
  .br_v_xs {
    display: block;
  }
}
@media only screen and (min-width: 1px) {
  .br_h_xs {
    display: none;
  }
}
@media only screen and (min-width: 375px) {
  .br_v_s {
    display: block;
  }
}
@media only screen and (min-width: 375px) {
  .br_h_s {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .br_v_m {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .br_h_m {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .br_v_l {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .br_h_l {
    display: none;
  }
}
@media only screen and (min-width: 1281px) {
  .br_v_xl {
    display: block;
  }
}
@media only screen and (min-width: 1281px) {
  .br_h_xl {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  .br_v_xxl {
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  .br_h_xxl {
    display: none;
  }
}
.burger {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 16px;
  margin: 0;
  color: #1c1e21;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  border: 1px solid currentColor;
  border-left: none;
  border-right: none;
  outline: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .burger {
    width: 26px;
    height: 16px;
  }
}
.burger:hover {
  opacity: 0.8;
}
.burger:before,
.burger:after {
  content: '';
  position: absolute;
}
.burger:before,
.burger:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -1px);
          transform: translate(-50%, -1px);
  display: block;
  width: 26px;
  height: 1px;
  background: #1c1e21;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .burger:before,
  .burger:after {
    width: 26px;
  }
}
.burger_state_closed {
  color: transparent;
}
.burger_state_closed:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.burger_state_closed:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  padding: 0 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #454545;
  border: none;
  border-radius: 10px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: color, background;
  transition-property: color, background;
}
@media only screen and (min-width: 1025px) {
  .button {
    padding: 0 33px;
  }
}
.button:hover:not(:disabled),
.button:active:not(:disabled),
.button:focus:not(:disabled) {
  color: #fff;
  text-decoration: none;
  background: #3a3a3a;
}
.button:disabled {
  color: #fff;
  background: #454545;
  cursor: not-allowed;
}
.button:disabled:before {
  display: none;
}
.button__holder {
  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;
  width: 100%;
  height: 100%;
}
.button__icon {
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 20px;
  height: 14px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.button__image {
  display: block;
  width: 150px;
  max-width: 100%;
}
.button__image_size_xs {
  width: 30px;
}
.button__image_size_s {
  width: 50px;
}
.button__image_size_m {
  width: 100px;
}
.button__image_size_l {
  width: 150px;
}
.button__image_size_xl {
  width: 250px;
}
.button__image_size_xxl {
  width: 300px;
}
.button_icon_reverce .button__icon {
  -webkit-transform: translate(0, -50%) scaleX(-1);
          transform: translate(0, -50%) scaleX(-1);
}
.button_icon_left .button__icon {
  left: 0;
}
@media only screen and (min-width: 1025px) {
  .button_icon_left .button__icon {
    left: 0;
  }
}
.button_icon_left .button__holder {
  padding-left: 30px;
}
.button_icon_right .button__icon {
  right: 0;
}
@media only screen and (min-width: 1025px) {
  .button_icon_right .button__icon {
    right: 0;
  }
}
.button_icon_right .button__holder {
  padding-right: 30px;
}
.button_width_full {
  display: block;
  width: 100%;
}
.button_width_full .button__holder {
  width: 100%;
}
.button_style_primary:before,
.button_style_secondary:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.button_style_primary .button__holder,
.button_style_secondary .button__holder {
  position: relative;
  z-index: 10;
}
.button_style_primary:hover:before,
.button_style_secondary:hover:before,
.button_style_primary:active:before,
.button_style_secondary:active:before,
.button_style_primary:focus:before,
.button_style_secondary:focus:before {
  opacity: 0.5;
}
.button_style_primary:disabled,
.button_style_secondary:disabled {
  color: #fff;
  cursor: not-allowed;
  background: #454545;
}
.button_style_primary:disabled:before,
.button_style_secondary:disabled:before {
  display: none;
}
.button_style_primary:before {
  background: -webkit-gradient(linear, left top, right top, from(#5c27ef), to(#e55337));
  background: linear-gradient(90deg, #5c27ef, #e55337);
}
.button_style_secondary:before {
  background: linear-gradient(137.71deg, #0d5776 23.82%, #fff61b 168.21%);
}
.button_style_secondary:disabled {
  color: #fff;
  cursor: not-allowed;
  background: #454545;
}
.button_style_secondary:disabled:before {
  display: none;
}
.button_size_xs {
  height: 18px;
  font-size: 12px;
}
.button_size_s {
  height: 28px;
  font-size: 14px;
}
.button_size_m {
  height: 38px;
  font-size: 16px;
}
.button_size_l {
  height: 48px;
  font-size: 18px;
}
.button_size_xl {
  height: 60px;
  font-size: 20px;
}
.button_size_xxl {
  height: 70px;
  font-size: 20px;
}
@media only screen and (min-width: 375px) {
  .button_size_xxl {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1px) {
  .button_size_xs-xs {
    height: 18px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1px) {
  .button_size_xs-s {
    height: 28px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1px) {
  .button_size_xs-m {
    height: 38px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1px) {
  .button_size_xs-l {
    height: 48px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1px) {
  .button_size_xs-xl {
    height: 60px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1px) {
  .button_size_xs-xxl {
    height: 70px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 375px) {
  .button_size_s-xs {
    height: 18px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 375px) {
  .button_size_s-s {
    height: 28px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 375px) {
  .button_size_s-m {
    height: 38px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 375px) {
  .button_size_s-l {
    height: 48px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 375px) {
  .button_size_s-xl {
    height: 60px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 375px) {
  .button_size_s-xxl {
    height: 70px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .button_size_m-xs {
    height: 18px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .button_size_m-s {
    height: 28px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .button_size_m-m {
    height: 38px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .button_size_m-l {
    height: 48px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .button_size_m-xl {
    height: 60px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .button_size_m-xxl {
    height: 70px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_size_l-xs {
    height: 18px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_size_l-s {
    height: 28px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_size_l-m {
    height: 38px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_size_l-l {
    height: 48px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_size_l-xl {
    height: 60px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_size_l-xxl {
    height: 70px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_size_xl-xs {
    height: 18px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_size_xl-s {
    height: 28px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_size_xl-m {
    height: 38px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_size_xl-l {
    height: 48px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_size_xl-xl {
    height: 60px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_size_xl-xxl {
    height: 70px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_size_xxl-xs {
    height: 18px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_size_xxl-s {
    height: 28px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_size_xxl-m {
    height: 38px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_size_xxl-l {
    height: 48px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_size_xxl-xl {
    height: 60px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_size_xxl-xxl {
    height: 70px;
    font-size: 24px;
  }
}
.button_type_wrapper {
  height: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.check-field {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 0 0 0 34px;
}
.check-field__label {
  display: block;
  min-height: 26px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
.check-field__label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  background: transparent;
  border: 1px solid #5b27f0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.check-field__label:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  width: 8px;
  height: 8px;
  opacity: 0;
  background: #fff;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.check-field__input {
  position: absolute;
  top: 50%;
  left: 11px;
  width: 1px;
  height: 1px;
  opacity: 0.1;
}
.check-field__input[type=radio] + .check-field__label:before,
.check-field__input[type=radio] + .check-field__label:after {
  border-radius: 50%;
}
.check-field__input[type=radio]:checked + .check-field__label:before {
  background: #5b27f0;
}
.check-field__input[type=radio]:checked + .check-field__label:after {
  opacity: 1;
}
.check-field__input:disabled + .check-field__label {
  opacity: 0.3;
}
.check-field_style_default {
  padding: 0 0 0 40px;
}
.check-field_style_default .check-field__input[type=radio] + .check-field__label,
.check-field_style_default .check-field__input[type=checkbox] + .check-field__label {
  font-size: 14px;
}
.check-field_style_default .check-field__input[type=radio] + .check-field__label:before,
.check-field_style_default .check-field__input[type=checkbox] + .check-field__label:before {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: transparent;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.check-field_style_default .check-field__input[type=radio] + .check-field__label:after,
.check-field_style_default .check-field__input[type=checkbox] + .check-field__label:after {
  top: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
  border-radius: 0;
  background: url("../blocks/check-field/images/tick.svg") center center no-repeat;
  background-size: contain;
  border: none;
}
.check-field_style_default .check-field__input:checked + .check-field__label:before {
  background: #5b27f0;
}
.check-field_style_default .check-field__input:checked + .check-field__label:after {
  opacity: 1;
}
.check-field_style_error .check-field__input:checked + .check-field__label:before {
  background-color: #f55;
  border-color: #f55;
}
.content {
  display: block;
}
.content__holder {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (min-width: 375px) {
  .content__holder {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .content__holder {
    max-width: 694px;
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .content__holder_type_lb {
    max-width: 694px;
    line-height: 1.75;
  }
}
.content__holder_type_lb h1:not([class]),
.content__holder_type_lb h2:not([class]),
.content__holder_type_lb h3:not([class]),
.content__holder_type_lb h4:not([class]),
.content__holder_type_lb h5:not([class]),
.content__holder_type_lb h6:not([class]) {
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 1025px) {
  .content__holder_width_l {
    max-width: 742px;
  }
}
.content__section {
  display: block;
  margin: 0 0 30px;
  padding: 46px 10px 25px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 20px rgba(135,135,135,0.15);
          box-shadow: 0 4px 20px rgba(135,135,135,0.15);
}
@media only screen and (min-width: 1025px) {
  .content__section {
    padding: 72px 36px 32px;
  }
}
.content__section:last-child {
  margin-bottom: 0;
}
.content__section_bottom-offset_l {
  padding-bottom: 52px;
}
@media only screen and (min-width: 1025px) {
  .content__section_bottom-offset_l {
    padding-bottom: 84px;
  }
}
.content__image {
  display: block;
  max-width: 100vw;
  margin: 0 -15px 45px;
}
@media only screen and (min-width: 1025px) {
  .content__image {
    max-width: 100%;
    margin: 0 30px 45px;
  }
}
.content__image:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .content__image_align_left {
    margin-right: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .content__image_align_center {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .content__image_align_right {
    margin-left: auto;
  }
}
.content__main-title {
  max-width: 274px;
  margin: 0 auto 13px;
}
@media only screen and (min-width: 768px) {
  .content__main-title {
    max-width: 320px;
  }
}
@media only screen and (min-width: 1025px) {
  .content__main-title {
    max-width: 100%;
    margin: -39px 0 10px;
  }
}
.content__main-title:last-child {
  margin-bottom: 0;
}
.content__main-title_offset_l {
  padding: 41px 0 0;
  margin: 0 auto 46px;
}
.content__figure {
  overflow: hidden;
  margin: 0 -40px 14px;
  padding: 19px 0;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .content__figure {
    margin: 0 -30px 16px;
    padding: 27px 0 23px;
  }
  .content__figure:last-child {
    margin-bottom: 0;
  }
}
.content__figure:last-child {
  margin-bottom: 0;
}
.content__figure_inner-align_left {
  text-align: left;
}
.content__figure_inner-align_center {
  text-align: center;
}
.content__figure_inner-align_right {
  text-align: right;
}
.content__figure_float_left {
  float: left;
}
.content__figure_float_center {
  margin: 0 auto;
}
.content__figure_float_right {
  float: right;
}
.content__panel {
  margin: 0 0 10px;
  padding: 17px 0 0;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .content__panel {
    padding: 0;
  }
}
.content__panel:last-child {
  margin-bottom: 0;
}
.content__panel_inner-align_left {
  text-align: left;
}
.content__panel_inner-align_center {
  text-align: center;
}
.content__panel_inner-align_right {
  text-align: right;
}
.content__panel_offset_s {
  padding: 23px 0;
}
.content__panel_offset_l {
  padding: 27px 0;
}
.content__panel_offset_xl {
  padding: 40px 0;
}
.content__panel_offset_xxl {
  padding: 80px 0;
}
@media only screen and (min-width: 1px) {
  .content__panel_offset_xs-s {
    padding: 23px 0;
  }
}
@media only screen and (min-width: 1px) {
  .content__panel_offset_xs-l {
    padding: 27px 0;
  }
}
@media only screen and (min-width: 1px) {
  .content__panel_offset_xs-xl {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1px) {
  .content__panel_offset_xs-xxl {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 375px) {
  .content__panel_offset_s-s {
    padding: 23px 0;
  }
}
@media only screen and (min-width: 375px) {
  .content__panel_offset_s-l {
    padding: 27px 0;
  }
}
@media only screen and (min-width: 375px) {
  .content__panel_offset_s-xl {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 375px) {
  .content__panel_offset_s-xxl {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) {
  .content__panel_offset_m-s {
    padding: 23px 0;
  }
}
@media only screen and (min-width: 768px) {
  .content__panel_offset_m-l {
    padding: 27px 0;
  }
}
@media only screen and (min-width: 768px) {
  .content__panel_offset_m-xl {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 768px) {
  .content__panel_offset_m-xxl {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .content__panel_offset_l-s {
    padding: 23px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .content__panel_offset_l-l {
    padding: 27px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .content__panel_offset_l-xl {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .content__panel_offset_l-xxl {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .content__panel_offset_xl-s {
    padding: 23px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .content__panel_offset_xl-l {
    padding: 27px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .content__panel_offset_xl-xl {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .content__panel_offset_xl-xxl {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .content__panel_offset_xxl-s {
    padding: 23px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .content__panel_offset_xxl-l {
    padding: 27px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .content__panel_offset_xxl-xl {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .content__panel_offset_xxl-xxl {
    padding: 80px 0;
  }
}
.content__difficulty-group {
  margin: 0 0 39px;
  padding: 30px 0 0;
}
@media only screen and (min-width: 1025px) {
  .content__difficulty-group {
    margin: 0 0 64px;
    padding: 30px 0 0 5px;
  }
}
.content__difficulty-group:last-child {
  margin-bottom: 0;
}
.content__intro {
  min-height: 300px;
  margin: 0 -15px 56px;
}
@media only screen and (min-width: 1025px) {
  .content__intro {
    margin: 0 0 67px;
  }
}
.content__intro:last-child {
  margin-bottom: 0;
}
.content__intro_type_simple {
  margin: 0 -15px 45px;
}
@media only screen and (min-width: 1025px) {
  .content__intro_type_simple {
    margin: 0 0 54px;
  }
}
.content__intro_offset_s {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1025px) {
  .content__intro_offset_m {
    margin-bottom: 52px;
  }
}
.content__summary {
  max-width: 694px;
  margin: 0 auto;
  padding: 0 0 38px;
}
@media only screen and (min-width: 1025px) {
  .content__summary {
    padding: 0 0 37px;
  }
}
.content__summary_offset-top_m {
  padding-top: 63px;
}
@media only screen and (min-width: 1025px) {
  .content__summary_offset-top_m {
    padding-top: 111px;
  }
}
.content__summary_offset-bottom_m {
  padding-bottom: 63px;
}
@media only screen and (min-width: 1025px) {
  .content__summary_offset-bottom_m {
    padding-top: 111px;
  }
}
.content__bulging {
  margin: 0 -40px 40px;
}
@media only screen and (min-width: 1025px) {
  .content__bulging {
    margin: 0 -15% 40px;
  }
}
@media only screen and (min-width: 1281px) {
  .content__bulging {
    margin: 0 -26.31% 40px;
  }
}
.content__bulging:last-child {
  margin-bottom: 0;
}
.content__bulging + .content__bulging {
  margin-top: -28px;
  margin-bottom: 24px;
}
.content__road-map {
  max-width: 273px;
  margin: 0 auto;
  padding: 0 0 7px;
}
@media only screen and (min-width: 1025px) {
  .content__road-map {
    max-width: 100%;
  }
}
.content__road-map_type_lb {
  line-height: 1.75;
}
@media only screen and (min-width: 1025px) {
  .content__road-map_type_lb {
    max-width: 695px;
    padding: 72px 0;
  }
}
.content__road-map_type_lb h1:not([class]),
.content__road-map_type_lb h2:not([class]),
.content__road-map_type_lb h3:not([class]),
.content__road-map_type_lb h4:not([class]),
.content__road-map_type_lb h5:not([class]),
.content__road-map_type_lb h6:not([class]) {
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 1025px) {
  .content__road-map_type_lb .content__road-map-holder {
    margin: 0 0 0 -47px;
  }
}
.content__banner {
  position: relative;
  margin: 0 0 44px;
  padding: 105px 0 0;
}
@media only screen and (min-width: 1025px) {
  .content__banner {
    margin: 0 0 29px;
    padding: 17px 0 0;
  }
}
.content__banner:last-child {
  margin-bottom: 0;
}
.content__banner-title {
  position: absolute;
  top: 13px;
  left: 7px;
  z-index: 1;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.16;
}
@media only screen and (min-width: 1025px) {
  .content__banner-title {
    top: 12px;
    left: 68px;
    font-size: 50px;
    line-height: 1.17;
  }
}
.content__bonus-panel {
  margin: 0 0 30px;
}
@media only screen and (min-width: 1025px) {
  .content__bonus-panel {
    margin: 0 0 39px;
  }
}
.content__bonus-panel:last-child {
  margin-bottom: 0;
}
.content__video {
  margin: 0 0 30px;
}
.content__wrapper {
  overflow: hidden;
}
.content__wrapper + .content__wrapper {
  padding-top: 0;
}
.content__wrapper_type_figure {
  overflow: hidden;
  margin: 0 -20px 20px;
  padding: 0 0 20px;
  text-align: left;
}
@media only screen and (min-width: 375px) {
  .content__wrapper_type_figure {
    margin: 0 -26px 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .content__wrapper_type_figure {
    margin: 0;
    padding: 19px 0 51px;
  }
}
.content__wrapper_type_figure:last-child {
  margin-bottom: 0;
}
.content__wrapper_type_outside-figure {
  overflow: hidden;
  margin: 0 -20px 20px;
  padding: 0 0 23px;
  text-align: left;
}
@media only screen and (min-width: 375px) {
  .content__wrapper_type_outside-figure {
    margin: 0 -26px 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .content__wrapper_type_outside-figure {
    margin: 0 -15%;
  }
}
@media only screen and (min-width: 1281px) {
  .content__wrapper_type_outside-figure {
    margin: 0 -25.32%;
    padding: 19px 0 51px;
  }
}
.content__wrapper_type_blockquote {
  margin: 0 -20px;
  padding: 32px 0 50px;
}
@media only screen and (min-width: 375px) {
  .content__wrapper_type_blockquote {
    margin: 0 -26px;
  }
}
@media only screen and (min-width: 1025px) {
  .content__wrapper_type_blockquote {
    margin: 0 -15%;
  }
}
@media only screen and (min-width: 1281px) {
  .content__wrapper_type_blockquote {
    margin: 0 -25.32%;
    padding: 15px 0 39px;
  }
}
.content__wrapper_type_control {
  padding: 40px 0 13px;
  margin: 0 -20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .content__wrapper_type_control {
    margin: 0;
  }
}
.content__wrapper_close_top {
  padding-top: 0;
}
.content__wrapper_close_bottom {
  padding-bottom: 0;
}
.content__question-panel {
  display: none;
  padding: 40px 0 0;
}
.content__question-panel_state_active {
  display: block;
}
.content__label {
  display: block;
  padding: 15px 0;
  font-size: 14px;
  text-align: center;
}
.content__label p:not([class]) {
  margin: 0;
}
.content__share {
  margin: 0 0 30px;
}
@media only screen and (min-width: 1025px) {
  .content__share {
    padding: 37px 50px 0 0;
  }
}
.content__share:last-child {
  margin-bottom: 0;
}
.difficulty-group {
  display: block;
}
.difficulty-group__item {
  width: 100%;
  max-width: 354px;
  margin: 0 auto 13px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .difficulty-group__item {
    margin: 0 auto 7px;
  }
}
.difficulty-group__item:last-child {
  margin-bottom: 0;
}
.difficulty-level {
  display: block;
}
.difficulty-level__holder {
  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;
}
@media only screen and (min-width: 1025px) {
  .difficulty-level__holder {
    -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;
  }
}
.difficulty-level__label {
  margin: 0 0 10px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .difficulty-level__label {
    margin: 0;
    padding: 10px 15px 0 0;
  }
}
.difficulty-level__panel {
  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: 6px 13px;
  background: #f0f2f5;
  border-radius: 20px;
}
.difficulty-level__item {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin: 0 3px;
  font-size: 0;
}
.difficulty-level__item:first-child {
  margin-left: 0;
}
.difficulty-level__item:last-child {
  margin-right: 0;
}
.difficulty-level__point {
  display: block;
  overflow: hidden;
}
.difficulty-level__icon {
  display: block;
  width: 27px;
  height: 26px;
}
.difficulty-level__icon .icon__bg,
.difficulty-level__icon .icon__outline {
  dif-trn: fill;
}
.difficulty-level__icon .icon__bg {
  fill: transparent;
}
.difficulty-level__icon .icon__outline {
  fill: #a8afb9;
}
.difficulty-level_value_1 .difficulty-level__item:nth-child(1) .difficulty-level__point .icon__bg {
  fill: #e65336;
}
.difficulty-level_value_1 .difficulty-level__item:nth-child(1) .difficulty-level__point .icon__outline {
  fill: #000;
}
.difficulty-level_value_2 .difficulty-level__item:nth-child(1) .difficulty-level__point .icon__bg {
  fill: #e65336;
}
.difficulty-level_value_2 .difficulty-level__item:nth-child(1) .difficulty-level__point .icon__outline {
  fill: #000;
}
.difficulty-level_value_2 .difficulty-level__item:nth-child(2) .difficulty-level__point .icon__bg {
  fill: #e65336;
}
.difficulty-level_value_2 .difficulty-level__item:nth-child(2) .difficulty-level__point .icon__outline {
  fill: #000;
}
.difficulty-level_value_3 .difficulty-level__item:nth-child(1) .difficulty-level__point .icon__bg {
  fill: #e65336;
}
.difficulty-level_value_3 .difficulty-level__item:nth-child(1) .difficulty-level__point .icon__outline {
  fill: #000;
}
.difficulty-level_value_3 .difficulty-level__item:nth-child(2) .difficulty-level__point .icon__bg {
  fill: #e65336;
}
.difficulty-level_value_3 .difficulty-level__item:nth-child(2) .difficulty-level__point .icon__outline {
  fill: #000;
}
.difficulty-level_value_3 .difficulty-level__item:nth-child(3) .difficulty-level__point .icon__bg {
  fill: #e65336;
}
.difficulty-level_value_3 .difficulty-level__item:nth-child(3) .difficulty-level__point .icon__outline {
  fill: #000;
}
.difficulty-level_value_4 .difficulty-level__item:nth-child(1) .difficulty-level__point .icon__bg {
  fill: #e65336;
}
.difficulty-level_value_4 .difficulty-level__item:nth-child(1) .difficulty-level__point .icon__outline {
  fill: #000;
}
.difficulty-level_value_4 .difficulty-level__item:nth-child(2) .difficulty-level__point .icon__bg {
  fill: #e65336;
}
.difficulty-level_value_4 .difficulty-level__item:nth-child(2) .difficulty-level__point .icon__outline {
  fill: #000;
}
.difficulty-level_value_4 .difficulty-level__item:nth-child(3) .difficulty-level__point .icon__bg {
  fill: #e65336;
}
.difficulty-level_value_4 .difficulty-level__item:nth-child(3) .difficulty-level__point .icon__outline {
  fill: #000;
}
.difficulty-level_value_4 .difficulty-level__item:nth-child(4) .difficulty-level__point .icon__bg {
  fill: #e65336;
}
.difficulty-level_value_4 .difficulty-level__item:nth-child(4) .difficulty-level__point .icon__outline {
  fill: #000;
}
.difficulty-level_value_5 .difficulty-level__item:nth-child(1) .difficulty-level__point .icon__bg {
  fill: #e65336;
}
.difficulty-level_value_5 .difficulty-level__item:nth-child(1) .difficulty-level__point .icon__outline {
  fill: #000;
}
.difficulty-level_value_5 .difficulty-level__item:nth-child(2) .difficulty-level__point .icon__bg {
  fill: #e65336;
}
.difficulty-level_value_5 .difficulty-level__item:nth-child(2) .difficulty-level__point .icon__outline {
  fill: #000;
}
.difficulty-level_value_5 .difficulty-level__item:nth-child(3) .difficulty-level__point .icon__bg {
  fill: #e65336;
}
.difficulty-level_value_5 .difficulty-level__item:nth-child(3) .difficulty-level__point .icon__outline {
  fill: #000;
}
.difficulty-level_value_5 .difficulty-level__item:nth-child(4) .difficulty-level__point .icon__bg {
  fill: #e65336;
}
.difficulty-level_value_5 .difficulty-level__item:nth-child(4) .difficulty-level__point .icon__outline {
  fill: #000;
}
.difficulty-level_value_5 .difficulty-level__item:nth-child(5) .difficulty-level__point .icon__bg {
  fill: #e65336;
}
.difficulty-level_value_5 .difficulty-level__item:nth-child(5) .difficulty-level__point .icon__outline {
  fill: #000;
}
.difficulty-level_no_wrap .difficulty-level__holder {
  -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;
}
.difficulty-level_no_wrap .difficulty-level__label {
  margin: 0;
}
.entry-list {
  display: block;
}
.entry-list__item {
  margin: 0 0 55px;
  padding: 0 0 57px;
  border-bottom: 2px solid #454545;
}
@media only screen and (min-width: 1025px) {
  .entry-list__item {
    margin: 0 0 59px;
    padding: 0;
    border-bottom: none;
  }
}
.entry-list__item:last-child {
  margin-bottom: 0;
}
.entry-list__item_offset-bottom_l {
  margin: 0 0 40px;
  padding: 0 0 38px;
}
@media only screen and (min-width: 1025px) {
  .entry-list__item_offset-bottom_l {
    margin: 0 0 70px;
    padding: 0;
  }
}
.entry-list__item_offset-bottom_xl {
  margin: 0 0 50px;
  padding: 0 0 48px;
}
@media only screen and (min-width: 1025px) {
  .entry-list__item_offset-bottom_xl {
    margin: 0 0 95px;
    padding: 0;
  }
}
.entry-list__item_offset-bottom_xl:last-child {
  margin-bottom: 0;
}
.entry-list_type_default .entry-list__item {
  padding: 0;
  border: none;
}
.entry-snippet {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .entry-snippet__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.entry-snippet__illustration {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background: transparent !important;
}
@media only screen and (min-width: 1025px) {
  .entry-snippet__illustration {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 340px;
        flex-basis: 340px;
    width: 340px;
    margin: -20px 0 0;
  }
}
.entry-snippet__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.entry-snippet__content {
  padding: 0 25px;
}
@media only screen and (min-width: 1025px) {
  .entry-snippet__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 0 0 18px;
  }
}
.entry-snippet__title {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (min-width: 375px) {
  .entry-snippet__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1025px) {
  .entry-snippet__title {
    margin: 0 0 13px;
  }
}
.entry-snippet__title:last-child {
  margin-bottom: 0;
}
.entry-snippet__description {
  line-height: 1.5;
}
.entry-snippet_image_last .entry-snippet__illustration {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.entry-snippet_image_last .entry-snippet__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 1025px) {
  .entry-snippet_image_last .entry-snippet__content {
    padding: 0 18px 0 0;
  }
}
.entry-snippet_type_default .entry-snippet__illustration {
  margin: 0 0 20px;
}
@media only screen and (min-width: 1025px) {
  .entry-snippet_type_default .entry-snippet__illustration {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    width: 200px;
    margin: 0;
  }
}
.entry-snippet_type_default .entry-snippet__image {
  width: auto;
}
@media only screen and (min-width: 1025px) {
  .entry-snippet_type_default .entry-snippet__image {
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .entry-snippet_type_default .entry-snippet__content {
    margin: -5px 0 0;
    padding: 0 110px 0 40px;
  }
}
.figure-group {
  display: block;
}
.figure-group__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.figure-group__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.figure {
  display: block;
  width: auto;
  overflow: hidden;
  max-width: 100%;
}
@media only screen and (min-width: 1025px) {
  .figure__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0;
  }
}
.figure__holder_cols_1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.figure__item {
  display: block;
  padding: 10px 0;
}
@media only screen and (min-width: 1025px) {
  .figure__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
  }
}
.figure__item:first-child.figure__item:last-child {
  padding: 0;
}
.figure__item:first-child {
  padding-top: 10px;
}
@media only screen and (min-width: 1025px) {
  .figure__item:first-child {
    padding-top: 0;
  }
}
.figure__item:last-child {
  padding-bottom: 15px;
}
@media only screen and (min-width: 1025px) {
  .figure__item:last-child {
    padding-bottom: 0;
  }
}
.figure__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 375px) {
  .figure__image {
    min-width: 331px;
  }
}
@media only screen and (min-width: 768px) {
  .figure__image {
    min-width: auto;
  }
}
.figure__caption {
  display: block;
  padding: 6px 30px 10px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.16;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .figure__caption {
    padding: 21px 0 0;
  }
}
.figure__caption_align_left {
  text-align: left;
}
.figure__caption_align_center {
  text-align: center;
}
.figure__caption_align_right {
  text-align: right;
}
@media only screen and (min-width: 1px) {
  .figure__caption_align_xs-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1px) {
  .figure__caption_align_xs-center {
    text-align: center;
  }
}
@media only screen {
  .figure__caption_align_xs-right {
    text-align: right;
  }
}
@media only screen and (min-width: 375px) {
  .figure__caption_align_s-left {
    text-align: left;
  }
}
@media only screen and (min-width: 375px) {
  .figure__caption_align_s-center {
    text-align: center;
  }
}
@media only screen {
  .figure__caption_align_s-right {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .figure__caption_align_m-left {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .figure__caption_align_m-center {
    text-align: center;
  }
}
@media only screen {
  .figure__caption_align_m-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1025px) {
  .figure__caption_align_l-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .figure__caption_align_l-center {
    text-align: center;
  }
}
@media only screen {
  .figure__caption_align_l-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1281px) {
  .figure__caption_align_xl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1281px) {
  .figure__caption_align_xl-center {
    text-align: center;
  }
}
@media only screen {
  .figure__caption_align_xl-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1440px) {
  .figure__caption_align_xxl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1440px) {
  .figure__caption_align_xxl-center {
    text-align: center;
  }
}
@media only screen {
  .figure__caption_align_xxl-right {
    text-align: right;
  }
}
.footer {
  display: block;
  padding: 22px 0 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .footer {
    padding: 29px 0 20px;
  }
}
.footer__holder {
  max-width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .footer__holder {
    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%;
    max-width: 100%;
    padding: 0 25px 0 0;
  }
}
.footer__logo {
  width: 174px;
  margin: 0 auto 19px;
}
@media only screen and (min-width: 1025px) {
  .footer__logo {
    max-width: none;
    margin: 0 0 0 -4px;
    padding: 5px 0;
    text-align: left;
  }
}
.footer__copyright {
  margin: 0 0 15px;
  padding: 1px 20px;
  opacity: 0.6;
}
@media only screen and (min-width: 1025px) {
  .footer__copyright {
    margin: 0;
  }
}
.footer__nav {
  padding: 5px 0;
}
.footer__nav-line {
  margin: 0 0 5px;
}
.footer__nav-line:last-child {
  margin-bottom: 0;
}
.form-control {
  position: relative;
  display: block;
}
.form-control__holder {
  position: relative;
  display: block;
}
.form-control__panel:before {
  content: '';
  position: absolute;
  top: 6px;
  right: 2px;
  z-index: 10;
  display: block;
  width: 19px;
  height: 14px;
  opacity: 0;
  background: url("../blocks/form-control/images/tick.svg") center center no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form-control__input,
.form-control__textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 43px;
  padding: 0;
  color: #1c1e21;
  font-size: 20px;
  font-weight: 500;
  line-height: 43px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #1c1e21;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-control__input:focus,
.form-control__textarea:focus {
  opacity: 1;
}
.form-control__input:disabled,
.form-control__textarea:disabled {
  opacity: 0.2;
}
.form-control__textarea {
  height: 156px;
  padding: 20px 0;
  line-height: 1.6;
}
@media only screen and (min-width: 1025px) {
  .form-control__textarea {
    height: 211px;
  }
}
.form-control__label {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  color: #858585;
  font-size: 18px;
  font-weight: 300;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-control__messages,
.form-control__text-help {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
.form-control__message,
.form-control__text-help {
  display: none;
}
.form-control__message_type_error,
.form-control__text-help_type_error {
  color: #5b27f0;
}
.form-control__toggle {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 10;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.form-control__toggle_state_active .form-control__toggle-icon {
  display: none;
}
.form-control__toggle_state_active .form-control__toggle-icon_type_active {
  display: block;
}
.form-control__toggle-icon {
  display: block;
  width: 24px;
  height: 24px;
  fill: transparent;
  stroke: ;
}
.form-control__toggle-icon_type_active {
  display: none;
}
.form-control_style_bordered .form-control__input,
.form-control_style_bordered .form-control__textarea {
  border: 1px solid #c6d6e2;
  border-radius: 10px;
}
.form-control_style_bordered .form-control__textarea {
  padding: 20px 20px;
}
.form-control_style_bordered .form-control__label {
  top: 24px;
}
.form-control_style_bordered .form-control__panel:before {
  top: 10px;
  right: 10px;
}
.form-control_is_filled .form-control__label {
  top: -12px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.form-control_state_invalid .form-control__message_type_error {
  display: block;
}
.form-control_state_valid .form-control__panel:before {
  opacity: 1;
}
.form-control_text-align_left {
  text-align: left;
}
.form-control_text-align_center {
  text-align: center;
}
.form-control_text-align_right {
  text-align: right;
}
.form {
  display: block;
}
.form__message-group {
  display: none;
  padding: 0 0 60px;
}
.form__message-group_state_active {
  display: block;
}
.form__message {
  margin: 0 0 15px;
  color: #5b27f0;
  font-size: 14px;
  font-style: italic;
}
@media only screen and (min-width: 1025px) {
  .form__message {
    margin: 0 0 20px;
  }
}
.form__message:last-child {
  margin-bottom: 0;
}
.form__message_type_error {
  color: #ff2525;
}
.form__message_type_success {
  color: #25ff25;
}
.form__line {
  display: block;
  width: 100%;
  margin: 0 0 50px;
}
@media only screen and (min-width: 1025px) {
  .form__line {
    margin-bottom: 51px;
  }
}
.form__line:last-child {
  margin-bottom: 0;
}
.form__line_offset-bottom_xs {
  margin-bottom: 10px;
}
.form__line_offset-bottom_xs:last-child {
  margin-bottom: 0;
}
.form__line_offset-bottom_s {
  margin-bottom: 15px;
}
.form__line_offset-bottom_s:last-child {
  margin-bottom: 0;
}
.form__line_offset-bottom_m {
  margin-bottom: 20px;
}
.form__line_offset-bottom_m:last-child {
  margin-bottom: 0;
}
.form__line_offset-bottom_l {
  margin-bottom: 25px;
}
.form__line_offset-bottom_l:last-child {
  margin-bottom: 0;
}
.form__line_offset-bottom_xl {
  margin-bottom: 35px;
}
.form__line_offset-bottom_xl:last-child {
  margin-bottom: 0;
}
.form__line_offset-bottom_xxl {
  margin-bottom: 50px;
}
.form__line_offset-bottom_xxl:last-child {
  margin-bottom: 0;
}
.form__line_type_extra {
  text-align: left;
}
.form__input {
  display: block;
  width: 100%;
  padding: 0;
  height: 64px;
  color: #1c1e21;
  line-height: 64px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #1c1e21;
}
.form__controls {
  margin: 0 0 30px;
  padding: 35px 0 0;
  text-align: center;
}
.form__controls:last-child {
  margin-bottom: 0;
}
.form__control {
  margin: 0 0 30px;
}
@media only screen and (min-width: 1025px) {
  .form__control {
    margin: 0 0 40px;
  }
}
.form__control:last-child {
  margin-bottom: 0;
}
.form__footer {
  text-align: center;
}
.form__info {
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 1.5;
}
.form__info:last-child {
  margin-bottom: 0;
}
.form__link {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.form__link:hover {
  color: #5b27f0;
  text-decoration: none;
}
.form__link:active {
  color: #5b27f0;
}
.header {
  padding: 20px 0;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .header {
    padding: 28px 0;
  }
}
.header__holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .header__holder {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header__logo {
  width: 144px;
  margin: 0 auto;
  padding: 14px 0 0;
}
@media only screen and (min-width: 1025px) {
  .header__logo {
    margin: 0 0 0 -4px;
    padding: 0;
  }
}
.header__controls {
  display: none;
  padding: 0 27px;
  font-size: 0;
}
@media only screen and (min-width: 1025px) {
  .header__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
}
.header__sub-controls {
  display: none;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 0 0 10px;
  text-align: center;
}
.header__sub-controls:first-child {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .header__sub-controls {
    display: inline-block;
    vertical-align: middle;
    max-width: none;
    padding: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .header__sub-controls {
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.header__control {
  display: inline-block;
  vertical-align: middle;
  max-width: 375px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}
.header__control + .header__control {
  padding: 0 0 0 10px;
}
@media only screen and (min-width: 1025px) {
  .header__control + .header__control {
    padding: 0 0 0 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .header__control {
    max-width: none;
    padding: 0 0 0 15px;
  }
}
.header__user-snippet {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 1025px) {
  .header__user-snippet {
    padding: 3px 3px 0 0;
  }
}
.header__burger {
  display: block;
  margin: 4px 7px;
}
@media only screen and (min-width: 1025px) {
  .header__burger {
    display: none;
  }
}
.iframe {
  position: relative;
  display: block;
  height: 760px;
}
@media only screen and (min-width: 679px) {
  .iframe {
    height: 820px;
  }
}
@media only screen and (min-width: 681px) {
  .iframe {
    height: 640px;
  }
}
.iframe__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro {
  position: relative;
  display: block;
  padding: 237px 15px 0;
}
@media only screen and (min-width: 1025px) {
  .intro {
    padding: 107px 0 0;
  }
}
.intro__illustration {
  position: absolute;
  top: -37px;
  right: 0;
  z-index: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@media only screen and (min-width: 768px) {
  .intro__illustration {
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
@media only screen and (min-width: 1025px) {
  .intro__illustration {
    top: 34.5%;
    right: -12px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.intro__image {
  display: block;
  max-width: 100%;
  height: auto;
}
.intro__header {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 0 41px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .intro__header {
    max-width: 35%;
    margin: 0 0 165px;
    padding: 0 0 0 6px;
    text-align: left;
  }
}
.intro__header:last-child {
  margin-bottom: 0;
}
.intro__header_type_close {
  margin: 0 0 20px;
}
.intro__header_type_close:last-child {
  margin-bottom: 0;
}
.intro__title {
  position: relative;
  padding: 0 0 26px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.16;
}
@media only screen and (min-width: 375px) {
  .intro__title {
    font-size: 36px;
  }
}
.intro__title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 130px;
  height: 2px;
  background: #1c1e21;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (min-width: 1025px) {
  .intro__title:before {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.intro__title_type_simple:before {
  display: none;
  padding: 0;
}
.intro__label {
  display: block;
  margin: 0 0 24px;
  color: #5b27f0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (min-width: 1025px) {
  .intro__label {
    margin: 0 0 25px;
  }
}
.intro__label:last-child {
  margin-bottom: 0;
}
.intro__holder {
  position: relative;
  z-index: 10;
}
.intro__difficulty-group {
  position: relative;
  z-index: 10;
  max-width: 245px;
  margin: 0 auto;
}
@media only screen and (min-width: 375px) {
  .intro__difficulty-group {
    max-width: 315px;
    padding: 0 5px 0 0;
  }
}
.intro__description {
  display: block;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .intro__description {
    max-width: 50%;
    text-align: left;
  }
}
.intro_type_simple {
  padding: 287px 0 0;
  margin: 0 -15px 68px;
}
@media only screen and (min-width: 1025px) {
  .intro_type_simple {
    padding: 86px 0 0;
    margin: 0 0 47px;
  }
}
.intro_type_simple .intro__header {
  margin: 0 0 26px;
}
@media only screen and (min-width: 1025px) {
  .intro_type_simple .intro__header {
    max-width: 50%;
  }
}
.intro_type_simple .intro__title {
  padding: 0;
}
.intro_type_simple .intro__title:before {
  display: none;
}
.intro_type_simple .intro__illustration {
  top: -15px;
}
@media only screen and (min-width: 1025px) {
  .intro_type_simple .intro__illustration {
    top: 21.5%;
    right: 31px;
  }
}
@media only screen and (min-width: 1025px) {
  .intro_type_a {
    padding: 43px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .intro_type_a .intro__header {
    max-width: 53%;
    margin: 0 0 119px;
  }
}
@media only screen and (min-width: 1025px) {
  .intro_type_a .intro__illustration {
    right: 41px;
  }
}
@media only screen and (min-width: 1025px) {
  .intro_type_b {
    padding: 17px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .intro_type_b .intro__header {
    max-width: 60%;
    margin: 0 0 104px;
  }
}
@media only screen and (min-width: 1025px) {
  .intro_type_c {
    padding: 43px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .intro_type_c .intro__header {
    max-width: 60%;
    margin: 0 0 119px;
  }
}
@media only screen and (min-width: 1025px) {
  .intro_type_c .intro__illustration {
    right: 18px;
  }
}
.intro_type_c {
  padding: 277px 15px 0;
}
@media only screen and (min-width: 1025px) {
  .intro_type_c {
    padding: 65px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .intro_type_c .intro__header {
    max-width: 55%;
    margin: 0 0 138px;
  }
}
@media only screen and (min-width: 1025px) {
  .intro_type_c .intro__illustration {
    top: 36.5%;
  }
}
.link {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.link:hover {
  border-color: transparent;
}
.link__icon-panel {
  position: relative;
  display: block;
  width: 39px;
  height: 39px;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media only screen and (min-width: 1025px) {
  .link__icon-panel {
    display: none;
  }
}
.link__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 22px;
  fill: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.link_type_minimizing {
  opacity: 1;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .link_type_minimizing {
    border-bottom: 1px solid #fff;
  }
}
.link_type_minimizing:hover {
  opacity: 0.3;
}
@media only screen and (min-width: 1025px) {
  .link_type_minimizing:hover {
    opacity: 1;
    border-color: transparent;
  }
}
.link_type_minimizing .link__text {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .link_type_minimizing .link__text {
    display: inline;
  }
}
.logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.logo__image {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .logo__image {
    width: 100%;
  }
}
.main-title {
  position: relative;
  display: block;
  font-size: 32px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  line-height: 0.74;
}
@media only screen and (min-width: 375px) {
  .main-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .main-title {
    padding: 73px 0 18px 10px;
    font-size: 40px;
    line-height: 0.7;
  }
}
@media only screen and (min-width: 1025px) {
  .main-title:before,
  .main-title:after {
    content: '';
    position: absolute;
    z-index: 10;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (min-width: 1025px) {
  .main-title:before {
    top: 12px;
    left: 13.8%;
    width: 133px;
    height: 83px;
    background-image: url("../blocks/main-title/images/left-note.png");
  }
}
@media only screen and (min-width: 1025px) {
  .main-title:after {
    top: 0;
    right: 12.6%;
    width: 79px;
    height: 111px;
    background-image: url("../blocks/main-title/images/right-note.png");
  }
}
.main-title__holder {
  position: relative;
  z-index: 20;
}
@media only screen and (min-width: 1025px) {
  .main-title__holder {
    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;
    width: 100%;
  }
}
.main-title__item {
  position: relative;
  padding: 0 0 18px;
  text-align: right;
}
@media only screen and (min-width: 375px) {
  .main-title__item {
    padding: 0 0 38px;
  }
}
@media only screen and (min-width: 1025px) {
  .main-title__item {
    padding: 0 26px 0 0;
  }
}
.main-title__item_type_mark {
  padding: 22px 0 0;
  color: #5b27f0;
  font-weight: 900;
  letter-spacing: normal;
}
@media only screen and (min-width: 1025px) {
  .main-title__item_type_mark {
    padding: 10px 0 10px 23px;
    text-align: left;
  }
}
.main-title__item_type_mark:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 6px;
  background: #5b27f0;
  border-radius: 3px;
}
@media only screen and (min-width: 1025px) {
  .main-title__item_type_mark:before {
    bottom: 0;
    width: 6px;
    height: 100%;
  }
}
.main-title__label {
  font-size: 24px;
}
@media only screen and (min-width: 375px) {
  .main-title__label {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1025px) {
  .main-title__label {
    font-size: 28px;
  }
}
.main-title__large-text {
  display: block;
  margin: 0 -1px 0 0;
}
.mobile-menu {
  display: block;
}
.mobile-menu__wrapper {
  padding: 20px 15px;
}
.mobile-menu__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 30px;
}
.mobile-menu__header:last-child {
  margin-bottom: 0;
}
.mobile-menu__content {
  display: block;
}
.mobile-menu__logo {
  width: 144px;
  margin: 0 auto;
  padding: 14px 0 0;
}
.mobile-menu__burger {
  display: block;
  margin: 4px 7px;
}
.mobile-menu__controls {
  margin: 0 0 30px;
}
.mobile-menu__controls:last-child {
  margin-bottom: 0;
}
.mobile-menu__control {
  margin: 0 0 16px;
}
.mobile-menu__control:last-child {
  margin-bottom: 0;
}
.mobile-menu__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 30px;
}
.mobile-menu__list:last-child {
  margin-bottom: 0;
}
.mobile-menu__item {
  display: block;
  margin: 0;
  padding: 0;
  margin: 0 0 8px;
}
.mobile-menu__item:last-child {
  margin-bottom: 0;
}
.modal {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.modal:after {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .modal:after {
    display: inline-block;
  }
}
.modal__base {
  width: 546px;
  max-width: 100% !important;
  min-height: 100%;
}
@media only screen and (min-width: 1025px) {
  .modal__base {
    max-width: 80% !important;
    min-height: 0;
  }
}
.modal__header {
  margin: 0 0 52px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .modal__header {
    margin: 0 0 50px;
  }
  .modal__header:last-child {
    margin-bottom: 0;
  }
}
.modal__header:last-child {
  margin-bottom: 0;
}
.modal__title {
  margin: 0 0 30px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}
.modal__title:last-child {
  margin-bottom: 0;
}
.modal__description {
  color: #858585;
}
.modal__inner {
  position: relative;
  background: #f0f2f5 !important;
}
.modal__holder {
  padding: 60px 40px;
}
.modal__line-holder {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.modal__line-holder_size_xs {
  max-width: 200px;
}
.modal__line-holder_size_s {
  max-width: 294px;
}
.modal__line-holder_size_m {
  max-width: 475px;
}
.modal__line-holder_size_l {
  max-width: 768px;
}
.modal__line-holder_size_xl {
  max-width: 1024px;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 20px;
  height: 20px;
  font-size: 0;
  background: transparent;
  opacity: 1;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .modal__close {
    right: 26px;
  }
}
.modal__close:before,
.modal__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 27px;
  height: 2px;
  background: #1c1e21;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__close:hover {
  opacity: 0.6;
}
.modal_size_xs .modal__base {
  width: 375px;
}
.modal_size_m .modal__base {
  width: 375px;
}
@media only screen and (min-width: 1025px) {
  .modal_size_m .modal__base {
    width: 546px;
  }
}
.modal_size_l .modal__base {
  width: 375px;
}
@media only screen and (min-width: 1025px) {
  .modal_size_l .modal__base {
    width: 840px;
  }
}
.modal_style_primary .modal__holder {
  padding: 20px;
}
.modal_style_primary .modal__inner {
  border-radius: 0 !important;
}
@media only screen and (min-width: 1025px) {
  .modal_style_primary .modal__inner {
    border: 10px solid #5b27f0;
  }
}
.modal_inner-offset_none .modal__holder {
  padding: 0;
}
.nav__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav__item {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.nav__item:last-child {
  margin-bottom: 0;
}
.nav__link {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  color: inherit;
  text-decoration: none;
  background: transparent;
  border-bottom: 1px solid #b8b8b8;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .nav__link {
    padding: 5px 10px;
  }
}
.nav__link:hover,
.nav__link:active,
.nav__link:focus {
  color: #5b27f0;
  text-decoration: none;
}
.nav__link_state_active {
  color: #5b27f0;
}
.nav_direction_horizontal .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.nav_direction_horizontal .nav__item {
  margin: 0 16px;
  padding: 0;
}
.nav_direction_horizontal .nav__item:first-child {
  margin-left: 0;
}
.nav_direction_horizontal .nav__item:last-child {
  margin-right: 0;
}
.nav_direction_horizontal .nav__link {
  padding: 0;
}
@media only screen and (min-width: 1px) {
  .nav_direction_xs-horizontal .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
@media only screen and (min-width: 1px) {
  .nav_direction_xs-horizontal .nav__item {
    margin: 0 16px;
    padding: 0;
  }
}
@media only screen and (min-width: 1px) {
  .nav_direction_xs-horizontal .nav__item:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1px) {
  .nav_direction_xs-horizontal .nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1px) {
  .nav_direction_xs-horizontal .nav__link {
    padding: 0;
  }
}
@media only screen and (min-width: 375px) {
  .nav_direction_s-horizontal .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
@media only screen and (min-width: 375px) {
  .nav_direction_s-horizontal .nav__item {
    margin: 0 16px;
    padding: 0;
  }
}
@media only screen and (min-width: 375px) {
  .nav_direction_s-horizontal .nav__item:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 375px) {
  .nav_direction_s-horizontal .nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 375px) {
  .nav_direction_s-horizontal .nav__link {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .nav_direction_m-horizontal .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .nav_direction_m-horizontal .nav__item {
    margin: 0 16px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .nav_direction_m-horizontal .nav__item:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .nav_direction_m-horizontal .nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .nav_direction_m-horizontal .nav__link {
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .nav_direction_l-horizontal .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .nav_direction_l-horizontal .nav__item {
    margin: 0 16px;
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .nav_direction_l-horizontal .nav__item:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .nav_direction_l-horizontal .nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .nav_direction_l-horizontal .nav__link {
    padding: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .nav_direction_xl-horizontal .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
@media only screen and (min-width: 1281px) {
  .nav_direction_xl-horizontal .nav__item {
    margin: 0 16px;
    padding: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .nav_direction_xl-horizontal .nav__item:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .nav_direction_xl-horizontal .nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .nav_direction_xl-horizontal .nav__link {
    padding: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .nav_direction_xxl-horizontal .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .nav_direction_xxl-horizontal .nav__item {
    margin: 0 16px;
    padding: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .nav_direction_xxl-horizontal .nav__item:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .nav_direction_xxl-horizontal .nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .nav_direction_xxl-horizontal .nav__link {
    padding: 0;
  }
}
.nav_inner-align_left .nav__list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nav_inner-align_center .nav__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav_inner-align_right .nav__list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 1px) {
  .nav_inner-align_xs-left .nav__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1px) {
  .nav_inner-align_xs-center .nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1px) {
  .nav_inner-align_xs-right .nav__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 375px) {
  .nav_inner-align_s-left .nav__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 375px) {
  .nav_inner-align_s-center .nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 375px) {
  .nav_inner-align_s-right .nav__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .nav_inner-align_m-left .nav__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .nav_inner-align_m-center .nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .nav_inner-align_m-right .nav__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1025px) {
  .nav_inner-align_l-left .nav__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .nav_inner-align_l-center .nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1025px) {
  .nav_inner-align_l-right .nav__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1281px) {
  .nav_inner-align_xl-left .nav__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1281px) {
  .nav_inner-align_xl-center .nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1281px) {
  .nav_inner-align_xl-right .nav__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1440px) {
  .nav_inner-align_xxl-left .nav__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1440px) {
  .nav_inner-align_xxl-center .nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1440px) {
  .nav_inner-align_xxl-right .nav__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.offer-panel {
  display: block;
}
.offer-panel__holder {
  padding: 86px 40px;
  background: transparent !important;
}
@media only screen and (min-width: 1025px) {
  .offer-panel__holder {
    padding: 55px 135px 100px;
    background-position: right 96%;
    background-repeat: no-repeat;
  }
}
.offer-panel__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (min-width: 1025px) {
  .offer-panel__label {
    margin: 0;
  }
}
.offer-panel__label-image {
  margin: 0 0 0 36px;
}
@media only screen and (min-width: 1025px) {
  .offer-panel__label-image {
    margin: 0 0 0 26px;
  }
}
.offer-panel__title {
  margin: 0 0 22px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}
@media only screen and (min-width: 1025px) {
  .offer-panel__title {
    margin: 0 0 40px;
    font-size: 36px;
    line-height: 1.2;
  }
}
.offer-panel__title:last-child {
  margin-bottom: 0;
}
.offer-panel__description {
  margin: 0 0 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
.offer-panel__description:last-child {
  margin-bottom: 0;
}
.offer-panel__controls {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .offer-panel__controls {
    text-align: left;
  }
}
.offer-panel__control {
  display: inline-block;
  vertical-align: middle;
  width: 260px;
}
.page {
  position: relative;
  display: block;
  height: 100%;
}
.page__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-width: 300px;
  min-height: 100vh;
  background: #f4f5fa;
}
.page__body_menu_open {
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .page__body_menu_open {
    overflow: auto;
  }
}
.page__body_menu_open .page__mobile-menu {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.page__container {
  width: 100%;
  max-width: 934px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 375px) {
  .page__container {
    padding: 0 22px;
  }
}
@media only screen and (min-width: 1025px) {
  .page__container {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1281px) {
  .page__container {
    max-width: 1076px;
  }
}
.page__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.page__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 10px 0 66px;
}
@media only screen and (min-width: 1025px) {
  .page__content {
    padding: 50px 0 66px;
  }
}
.page__footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.page__mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  display: block;
  width: 100%;
  height: 100%;
  width: 100%;
  background: #f4f5fa;
  -webkit-box-shadow: 0 4px 20px rgba(135,135,135,0.15);
          box-shadow: 0 4px 20px rgba(135,135,135,0.15);
  -webkit-transform: translate(-120%, 0);
          transform: translate(-120%, 0);
  -webkit-transition: trasnsform 0.3s ease;
  transition: trasnsform 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .page__mobile-menu {
    display: none;
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #5b27f0;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.pagination__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination__item {
  display: block;
}
.pagination__point {
  position: relative;
  display: block;
  min-width: 37px;
  line-height: 37px;
  color: #d5d5e5;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination__point:hover,
.pagination__point:focus,
.pagination__point:active {
  color: #5b27f0;
}
.pagination__point_state_active {
  color: #5b27f0;
}
.pagination__point_state_active:hover {
  color: #5b27f0;
}
.pagination__point_state_active:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #d5d5e5;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pagination__point_type_prev,
.pagination__point_type_next {
  font-size: 0;
  color: #5b27f0;
}
.pagination__point_type_prev:not([href]),
.pagination__point_type_next:not([href]) {
  color: #d5d5e5;
}
.pagination__point_type_prev:before,
.pagination__point_type_next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}
.pagination__point_type_prev:before {
  -webkit-transform: translate(-100%, -50%) rotate(-45deg);
          transform: translate(-100%, -50%) rotate(-45deg);
}
.pagination__point_type_next:before {
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
}
.panel {
  display: block;
  padding: 8px 24px 0;
}
@media only screen and (min-width: 1025px) {
  .panel {
    padding: 0;
  }
}
.panel__illustration {
  margin: 0 -24px 73px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .panel__illustration {
    margin: 0 0 54px;
  }
}
.panel__illustration:last-child {
  margin-bottom: 0;
}
.panel__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.panel__content {
  padding: 40px 0 38px;
  border-top: 1px solid #454545;
}
@media only screen and (min-width: 1025px) {
  .panel__content {
    padding: 30px 0 38px;
    letter-spacing: -0.01em;
  }
}
.panel__title {
  margin: 0 0 40px;
  padding: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .panel__title {
    margin: 0 0 30px;
    padding: 0 30px;
  }
}
.panel__title:last-child {
  margin-bottom: 0;
}
.panel__title_style_primary {
  color: #5b27f0;
}
.panel__title_align_left {
  text-align: left;
}
.panel__title_align_center {
  text-align: center;
}
.panel__title_align_right {
  text-align: right;
}
@media only screen and (min-width: 1px) {
  .panel__title_align_xs-left {
    align: left;
  }
}
@media only screen and (min-width: 1px) {
  .panel__title_align_xs-center {
    align: center;
  }
}
@media only screen and (min-width: 1px) {
  .panel__title_align_xs-right {
    align: right;
  }
}
@media only screen and (min-width: 375px) {
  .panel__title_align_s-left {
    align: left;
  }
}
@media only screen and (min-width: 375px) {
  .panel__title_align_s-center {
    align: center;
  }
}
@media only screen and (min-width: 375px) {
  .panel__title_align_s-right {
    align: right;
  }
}
@media only screen and (min-width: 768px) {
  .panel__title_align_m-left {
    align: left;
  }
}
@media only screen and (min-width: 768px) {
  .panel__title_align_m-center {
    align: center;
  }
}
@media only screen and (min-width: 768px) {
  .panel__title_align_m-right {
    align: right;
  }
}
@media only screen and (min-width: 1025px) {
  .panel__title_align_l-left {
    align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .panel__title_align_l-center {
    align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .panel__title_align_l-right {
    align: right;
  }
}
@media only screen and (min-width: 1281px) {
  .panel__title_align_xl-left {
    align: left;
  }
}
@media only screen and (min-width: 1281px) {
  .panel__title_align_xl-center {
    align: center;
  }
}
@media only screen and (min-width: 1281px) {
  .panel__title_align_xl-right {
    align: right;
  }
}
@media only screen and (min-width: 1440px) {
  .panel__title_align_xxl-left {
    align: left;
  }
}
@media only screen and (min-width: 1440px) {
  .panel__title_align_xxl-center {
    align: center;
  }
}
@media only screen and (min-width: 1440px) {
  .panel__title_align_xxl-right {
    align: right;
  }
}
.panel__controls {
  padding: 27px 0 0;
  text-align: center;
}
.panel__control {
  display: inline-block;
  vertical-align: middle;
  width: 275px;
}
.progress {
  display: block;
}
.progress__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10px;
  border: 1px solid #bca7f9;
  border-radius: 9px;
}
.progress__pill {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1px;
  font-size: 0;
}
.progress__pill:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.41;
  background: #5b27f0;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.progress__pill_is_done:before {
  opacity: 1;
}
.progress__label {
  padding: 15px 0 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
.question-list {
  display: block;
}
.question-list__item {
  max-width: 694px;
  margin: 0 0 40px;
  padding: 0 0 37px;
  border-bottom: 2px solid #f0f2f5;
}
.question-list__item:last-child {
  margin-bottom: 0;
}
.question-list__footer {
  padding: 57px 0 45px;
}
@media only screen and (min-width: 1025px) {
  .question-list__footer {
    padding: 63px 0 45px;
  }
}
.question-list__controls {
  margin: 0 0 40px;
  text-align: center;
}
.question-list__controls:last-child {
  margin-bottom: 0;
}
.question-list__illustration {
  display: block;
  margin: 0 -40px 40px;
}
@media only screen and (min-width: 1025px) {
  .question-list__illustration {
    margin: -40px auto 80px;
  }
}
.question-list__illustration:last-child {
  margin-bottom: 0;
}
.question-list__image {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .question-list__image {
    max-width: 532px;
  }
}
.question-list__info {
  margin: 40px 0 0;
}
.question-list__info_type_error {
  color: #5b27f0;
}
.question-list__link {
  opacity: 1;
  color: #5b27f0;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.question-list__link:hover {
  opacity: 0.6;
}
.question-snippet {
  display: block;
}
.question-snippet__label {
  display: block;
  margin: 0 0 21px;
  color: #5b27f0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
.question-snippet__label:last-child {
  margin-bottom: 0;
}
.question-snippet__title {
  display: block;
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
.question-snippet__title:last-child {
  margin-bottom: 0;
}
.question-snippet__option {
  margin: 0 0 20px;
}
@media only screen and (min-width: 1025px) {
  .question-snippet__option {
    margin: 0 0 21px;
  }
}
.question-snippet__option:last-child {
  margin-bottom: 0;
}
.result-panel {
  display: block;
  padding: 53px 20px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 4px 20px rgba(135,135,135,0.15);
          box-shadow: inset 0 4px 20px rgba(135,135,135,0.15);
}
@media only screen and (min-width: 1025px) {
  .result-panel {
    padding: 53px;
  }
}
.result-panel__title {
  margin: 0 0 11px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (min-width: 1025px) {
  .result-panel__title {
    margin: 0 0 5px;
    line-height: 1.5;
  }
}
.result-panel__title:last-child {
  margin-bottom: 0;
}
.result-panel__description {
  max-width: 80%;
  margin: 0 auto 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 1025px) {
  .result-panel__description {
    max-width: 80%;
  }
}
.result-panel__description:last-child {
  margin-bottom: 0;
}
.result-panel__controls {
  margin: 0 0 10px;
  padding: 18px 0;
}
@media only screen and (min-width: 1025px) {
  .result-panel__controls {
    padding: 30px 0;
  }
}
.result-panel__controls:last-child {
  margin-bottom: 0;
}
.road-map {
  position: relative;
  display: block;
}
.road-map__main {
  position: relative;
  margin: 0 0 116px;
}
@media only screen and (min-width: 1025px) {
  .road-map__main {
    margin: 0;
    padding: 37px 0;
  }
}
.road-map__path,
.road-map__active-path {
  position: relative;
  z-index: 1;
  display: none;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  stroke: #f0f2f5;
  stroke-width: 6;
  stroke-dasharray: 15 15;
}
@media only screen and (min-width: 1025px) {
  .road-map__path,
  .road-map__active-path {
    display: block;
  }
}
.road-map__path_type_mobile,
.road-map__active-path_type_mobile {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .road-map__path_type_mobile,
  .road-map__active-path_type_mobile {
    display: none;
  }
}
.road-map__active-path {
  position: absolute;
  top: 37px;
  left: 0;
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}
.road-map__active-path_type_mobile {
  top: 0;
  left: 0;
}
.road-map__active-path_point_1 {
  -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 7%, 0 7%);
          clip-path: polygon(0 -3%, 100% -3%, 100% 7%, 0 7%);
}
@media only screen and (min-width: 1025px) {
  .road-map__active-path_point_1 {
    -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 6%, 0 6%);
            clip-path: polygon(0 -3%, 100% -3%, 100% 6%, 0 6%);
  }
}
.road-map__active-path_point_2 {
  -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 15%, 0 15%);
          clip-path: polygon(0 -3%, 100% -3%, 100% 15%, 0 15%);
}
@media only screen and (min-width: 1025px) {
  .road-map__active-path_point_2 {
    -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 0%, 100% 13%, 62% 13%);
            clip-path: polygon(0 -3%, 100% -3%, 100% 0%, 100% 13%, 62% 13%);
  }
}
.road-map__active-path_point_3 {
  -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 30%, 0 30%);
          clip-path: polygon(0 -3%, 100% -3%, 100% 30%, 0 30%);
}
@media only screen and (min-width: 1025px) {
  .road-map__active-path_point_3 {
    -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 20%, 15% 17%, 0 20%, 0 20%);
            clip-path: polygon(0 -3%, 100% -3%, 100% 20%, 15% 17%, 0 20%, 0 20%);
  }
}
.road-map__active-path_point_4 {
  -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 38%, 0 38%);
          clip-path: polygon(0 -3%, 100% -3%, 100% 38%, 0 38%);
}
@media only screen and (min-width: 1025px) {
  .road-map__active-path_point_4 {
    -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 20%, 57% 20%, 44% 26%, 0 26%);
            clip-path: polygon(0 -3%, 100% -3%, 100% 20%, 57% 20%, 44% 26%, 0 26%);
  }
}
.road-map__active-path_point_5 {
  -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 44%, 0 49%);
          clip-path: polygon(0 -3%, 100% -3%, 100% 44%, 0 49%);
}
@media only screen and (min-width: 1025px) {
  .road-map__active-path_point_5 {
    -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 47%, 38% 47%, 22% 33%, 0 33%);
            clip-path: polygon(0 -3%, 100% -3%, 100% 47%, 38% 47%, 22% 33%, 0 33%);
  }
}
.road-map__active-path_point_6 {
  -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 61%, 0 56%);
          clip-path: polygon(0 -3%, 100% -3%, 100% 61%, 0 56%);
}
.road-map__active-path_point_7 {
  -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 67%, 0 73%);
          clip-path: polygon(0 -3%, 100% -3%, 100% 67%, 0 73%);
}
.road-map__active-path_point_8 {
  -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 100%, 0 100%);
          clip-path: polygon(0 -3%, 100% -3%, 100% 100%, 0 100%);
}
.road-map__content {
  position: absolute;
  display: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.16;
  text-align: left;
}
@media only screen and (min-width: 375px) {
  .road-map__content {
    font-size: 24px;
  }
}
.road-map__label {
  display: block;
  margin: 0 0 14px;
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  white-space: nowrap;
}
.road-map__label:last-child {
  margin-bottom: 0;
}
.road-map__label:before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  width: 13px;
  height: 16px;
  margin: 0 10px -2px 0;
  background: url("../blocks/road-map/images/lock.png") center center no-repeat;
  background-size: contain;
}
.road-map__icon {
  position: absolute;
  z-index: 10;
  display: block;
  width: auto;
  height: auto;
}
.road-map__icon_type_superbonus {
  position: static;
  display: block;
  margin: -10px auto 0;
}
.road-map__icon_type_bonus {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}
.road-map__icon_type_monster {
  top: -49px;
  left: 27px;
  width: 43px;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .road-map__icon_type_monster {
    top: -32px;
    left: -56px;
  }
}
.road-map__image {
  display: block;
  max-width: 220px;
}
@media only screen and (min-width: 375px) {
  .road-map__image {
    max-width: 303px;
  }
}
@media only screen and (min-width: 1025px) {
  .road-map__image {
    max-width: 500px;
  }
}
.road-map__visual-message {
  width: 283px;
}
@media only screen and (min-width: 1025px) {
  .road-map__visual-message {
    width: 487px;
  }
}
.road-map__point {
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 30px;
  color: #8e8e8e;
  background: #dddedf;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.road-map__point_style_passed {
  color: #fff;
  background-color: #5b27f0;
}
.road-map__point_style_passed .road-map__label {
  color: #5b27f0;
}
.road-map__point_style_passed .road-map__label:before {
  display: none;
}
.road-map__point_type_0 {
  top: 0.15%;
  left: 0.95%;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_0 {
    top: 1.95%;
    left: 1.8%;
  }
}
.road-map__point_type_0 .road-map__content {
  top: 47px;
  left: 14px;
  display: block;
  width: 160px;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_0 .road-map__content {
    top: 46px;
    left: 6px;
  }
}
.road-map__point_type_1 {
  top: 6.25%;
  left: 99.9%;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_1 {
    top: 7.95%;
    left: 97.9%;
  }
}
.road-map__point_type_1 .road-map__content {
  top: 35px;
  right: 35px;
  display: block;
  width: 240px;
  text-align: right;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_1 .road-map__content {
    top: 50%;
    right: 51px;
    -webkit-transform: translate(0, -52%);
            transform: translate(0, -52%);
  }
}
.road-map__point_type_2 {
  top: 14.9%;
  left: 6%;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_2 {
    top: 14.1%;
    left: 60.8%;
  }
}
.road-map__point_type_2 .road-map__content {
  top: 4px;
  left: 40px;
  display: block;
  width: 230px;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_2 .road-map__content {
    top: 46px;
    left: 0;
    width: 280px;
  }
}
.road-map__point_type_3 {
  top: 23.5%;
  left: 70.2%;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_3 {
    top: 13.55%;
    left: 33.4%;
  }
}
.road-map__point_type_3 .road-map__content {
  top: 48px;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_3 .road-map__content {
    top: 49px;
    left: 50%;
  }
}
.road-map__point_type_4 {
  top: 29.56%;
  left: 99%;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_4 {
    top: 20.35%;
    left: 0.4%;
  }
}
.road-map__point_type_4 .road-map__content {
  top: 0;
  right: 17px;
  display: block;
  width: 180px;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_4 .road-map__content {
    top: 50%;
    right: auto;
    left: 72px;
    -webkit-transform: translate(0, -63%);
            transform: translate(0, -63%);
  }
}
.road-map__point_type_5 {
  top: 37.95%;
  left: 6.6%;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_5 {
    top: 25.85%;
    left: 46.2%;
  }
}
.road-map__point_type_5 .road-map__content {
  top: 1px;
  left: 57px;
  display: block;
  width: 180px;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_5 .road-map__content {
    top: 58px;
    left: 0;
    width: 340px;
  }
}
.road-map__point_type_6 {
  top: 46.7%;
  left: 36.1%;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_6 {
    top: 37.8%;
    left: 26.9%;
  }
}
.road-map__point_type_6 .road-map__content {
  top: 44px;
  left: -82px;
  display: block;
  width: 270px;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_6 .road-map__content {
    top: 74px;
    left: 1px;
  }
}
.road-map__point_type_7 {
  top: 55.05%;
  left: 94.1%;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_7 {
    top: 43.45%;
    left: 0;
  }
}
.road-map__point_type_7 .road-map__content {
  top: 3px;
  right: 46px;
  display: block;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_7 .road-map__content {
    top: 2px;
    right: auto;
    left: 44px;
  }
}
.road-map__point_type_8 {
  top: 58.4%;
  left: 46.9%;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_8 {
    top: 49.55%;
    left: 55.2%;
  }
}
.road-map__point_type_8 .road-map__content {
  top: 55px;
  left: -50px;
  display: block;
  width: 200px;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_8 .road-map__content {
    top: 65px;
    left: 0;
    width: 250px;
  }
}
.road-map__point_type_9 {
  top: 70.2%;
  left: 43.8%;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_9 {
    top: 61.5%;
    left: 37%;
  }
}
.road-map__point_type_9 .road-map__content {
  top: 64px;
  left: -67px;
  display: block;
  width: 180px;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_9 .road-map__content {
    top: 72px;
    left: 0;
    width: 270px;
  }
}
.road-map__point_type_10 {
  top: 89.8%;
  left: 64.6%;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_10 {
    top: 88.05%;
    left: 60.6%;
  }
}
.road-map__point_type_10 .road-map__content {
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-63%, -60%);
          transform: translate(-63%, -60%);
}
.road-map__point_type_11 {
  top: 100.15%;
  left: 50.3%;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_11 {
    top: 98.1%;
    left: 48.55%;
  }
}
.road-map__point_type_11 .road-map__content {
  top: 100%;
  left: 50%;
  display: block;
  width: 200px;
  -webkit-transform: translate(-50%, 38px);
          transform: translate(-50%, 38px);
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .road-map__point_type_11 .road-map__content {
    -webkit-transform: translate(-44%, 25px);
            transform: translate(-44%, 25px);
  }
}
.road-map__controls {
  padding: 76px 0 37px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .road-map__controls {
    padding: 122px 0 48px 0;
  }
}
.road-map__next-arrows {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto 44px;
}
@media only screen and (min-width: 1025px) {
  .road-map__next-arrows {
    margin: 0 auto 40px;
  }
}
.road-map_active-chunk_1 .road-map__active-path {
  -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 7%, 0 7%);
          clip-path: polygon(0 -3%, 100% -3%, 100% 7%, 0 7%);
}
@media only screen and (min-width: 1025px) {
  .road-map_active-chunk_1 .road-map__active-path {
    -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 6%, 0 6%);
            clip-path: polygon(0 -3%, 100% -3%, 100% 6%, 0 6%);
  }
}
.road-map_active-chunk_1 .road-map__point_type_0,
.road-map_active-chunk_1 .road-map__point_type_1 {
  color: #1c1e21;
  background-color: #5b27f0;
}
.road-map_active-chunk_1 .road-map__point_type_0 .road-map__label,
.road-map_active-chunk_1 .road-map__point_type_1 .road-map__label {
  color: #5b27f0;
}
.road-map_active-chunk_1 .road-map__point_type_0 .road-map__label:before,
.road-map_active-chunk_1 .road-map__point_type_1 .road-map__label:before {
  display: none;
}
.road-map_active-chunk_2 .road-map__active-path {
  -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 15%, 0 15%);
          clip-path: polygon(0 -3%, 100% -3%, 100% 15%, 0 15%);
}
@media only screen and (min-width: 1025px) {
  .road-map_active-chunk_2 .road-map__active-path {
    -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 0%, 100% 13%, 62% 13%);
            clip-path: polygon(0 -3%, 100% -3%, 100% 0%, 100% 13%, 62% 13%);
  }
}
.road-map_active-chunk_2 .road-map__point_type_0,
.road-map_active-chunk_2 .road-map__point_type_1,
.road-map_active-chunk_2 .road-map__point_type_2 {
  color: #1c1e21;
  background-color: #5b27f0;
}
.road-map_active-chunk_2 .road-map__point_type_0 .road-map__label,
.road-map_active-chunk_2 .road-map__point_type_1 .road-map__label,
.road-map_active-chunk_2 .road-map__point_type_2 .road-map__label {
  color: #5b27f0;
}
.road-map_active-chunk_2 .road-map__point_type_0 .road-map__label:before,
.road-map_active-chunk_2 .road-map__point_type_1 .road-map__label:before,
.road-map_active-chunk_2 .road-map__point_type_2 .road-map__label:before {
  display: none;
}
.road-map_active-chunk_3 .road-map__active-path {
  -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 30%, 0 30%);
          clip-path: polygon(0 -3%, 100% -3%, 100% 30%, 0 30%);
}
@media only screen and (min-width: 1025px) {
  .road-map_active-chunk_3 .road-map__active-path {
    -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 20%, 15% 17%, 0 20%, 0 20%);
            clip-path: polygon(0 -3%, 100% -3%, 100% 20%, 15% 17%, 0 20%, 0 20%);
  }
}
.road-map_active-chunk_3 .road-map__point_type_0,
.road-map_active-chunk_3 .road-map__point_type_1,
.road-map_active-chunk_3 .road-map__point_type_2,
.road-map_active-chunk_3 .road-map__point_type_3,
.road-map_active-chunk_3 .road-map__point_type_4 {
  color: #1c1e21;
  background-color: #5b27f0;
}
.road-map_active-chunk_3 .road-map__point_type_0 .road-map__label,
.road-map_active-chunk_3 .road-map__point_type_1 .road-map__label,
.road-map_active-chunk_3 .road-map__point_type_2 .road-map__label,
.road-map_active-chunk_3 .road-map__point_type_3 .road-map__label,
.road-map_active-chunk_3 .road-map__point_type_4 .road-map__label {
  color: #5b27f0;
}
.road-map_active-chunk_3 .road-map__point_type_0 .road-map__label:before,
.road-map_active-chunk_3 .road-map__point_type_1 .road-map__label:before,
.road-map_active-chunk_3 .road-map__point_type_2 .road-map__label:before,
.road-map_active-chunk_3 .road-map__point_type_3 .road-map__label:before,
.road-map_active-chunk_3 .road-map__point_type_4 .road-map__label:before {
  display: none;
}
.road-map_active-chunk_4 .road-map__active-path {
  -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 38%, 0 38%);
          clip-path: polygon(0 -3%, 100% -3%, 100% 38%, 0 38%);
}
@media only screen and (min-width: 1025px) {
  .road-map_active-chunk_4 .road-map__active-path {
    -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 20%, 57% 20%, 44% 26%, 0 26%);
            clip-path: polygon(0 -3%, 100% -3%, 100% 20%, 57% 20%, 44% 26%, 0 26%);
  }
}
.road-map_active-chunk_4 .road-map__point_type_0,
.road-map_active-chunk_4 .road-map__point_type_1,
.road-map_active-chunk_4 .road-map__point_type_2,
.road-map_active-chunk_4 .road-map__point_type_3,
.road-map_active-chunk_4 .road-map__point_type_4,
.road-map_active-chunk_4 .road-map__point_type_5 {
  color: #1c1e21;
  background-color: #5b27f0;
}
.road-map_active-chunk_4 .road-map__point_type_0 .road-map__label,
.road-map_active-chunk_4 .road-map__point_type_1 .road-map__label,
.road-map_active-chunk_4 .road-map__point_type_2 .road-map__label,
.road-map_active-chunk_4 .road-map__point_type_3 .road-map__label,
.road-map_active-chunk_4 .road-map__point_type_4 .road-map__label,
.road-map_active-chunk_4 .road-map__point_type_5 .road-map__label {
  color: #5b27f0;
}
.road-map_active-chunk_4 .road-map__point_type_0 .road-map__label:before,
.road-map_active-chunk_4 .road-map__point_type_1 .road-map__label:before,
.road-map_active-chunk_4 .road-map__point_type_2 .road-map__label:before,
.road-map_active-chunk_4 .road-map__point_type_3 .road-map__label:before,
.road-map_active-chunk_4 .road-map__point_type_4 .road-map__label:before,
.road-map_active-chunk_4 .road-map__point_type_5 .road-map__label:before {
  display: none;
}
.road-map_active-chunk_5 .road-map__active-path {
  -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 44%, 0 49%);
          clip-path: polygon(0 -3%, 100% -3%, 100% 44%, 0 49%);
}
@media only screen and (min-width: 1025px) {
  .road-map_active-chunk_5 .road-map__active-path {
    -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 47%, 38% 47%, 22% 33%, 0 33%);
            clip-path: polygon(0 -3%, 100% -3%, 100% 47%, 38% 47%, 22% 33%, 0 33%);
  }
}
.road-map_active-chunk_5 .road-map__point_type_0,
.road-map_active-chunk_5 .road-map__point_type_1,
.road-map_active-chunk_5 .road-map__point_type_2,
.road-map_active-chunk_5 .road-map__point_type_3,
.road-map_active-chunk_5 .road-map__point_type_4,
.road-map_active-chunk_5 .road-map__point_type_5,
.road-map_active-chunk_5 .road-map__point_type_6 {
  color: #1c1e21;
  background-color: #5b27f0;
}
.road-map_active-chunk_5 .road-map__point_type_0 .road-map__label,
.road-map_active-chunk_5 .road-map__point_type_1 .road-map__label,
.road-map_active-chunk_5 .road-map__point_type_2 .road-map__label,
.road-map_active-chunk_5 .road-map__point_type_3 .road-map__label,
.road-map_active-chunk_5 .road-map__point_type_4 .road-map__label,
.road-map_active-chunk_5 .road-map__point_type_5 .road-map__label,
.road-map_active-chunk_5 .road-map__point_type_6 .road-map__label {
  color: #5b27f0;
}
.road-map_active-chunk_5 .road-map__point_type_0 .road-map__label:before,
.road-map_active-chunk_5 .road-map__point_type_1 .road-map__label:before,
.road-map_active-chunk_5 .road-map__point_type_2 .road-map__label:before,
.road-map_active-chunk_5 .road-map__point_type_3 .road-map__label:before,
.road-map_active-chunk_5 .road-map__point_type_4 .road-map__label:before,
.road-map_active-chunk_5 .road-map__point_type_5 .road-map__label:before,
.road-map_active-chunk_5 .road-map__point_type_6 .road-map__label:before {
  display: none;
}
.road-map_active-chunk_6 .road-map__active-path {
  -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 61%, 0 56%);
          clip-path: polygon(0 -3%, 100% -3%, 100% 61%, 0 56%);
}
.road-map_active-chunk_6 .road-map__point_type_0,
.road-map_active-chunk_6 .road-map__point_type_1,
.road-map_active-chunk_6 .road-map__point_type_2,
.road-map_active-chunk_6 .road-map__point_type_3,
.road-map_active-chunk_6 .road-map__point_type_4,
.road-map_active-chunk_6 .road-map__point_type_5,
.road-map_active-chunk_6 .road-map__point_type_6,
.road-map_active-chunk_6 .road-map__point_type_7,
.road-map_active-chunk_6 .road-map__point_type_8 {
  color: #1c1e21;
  background-color: #5b27f0;
}
.road-map_active-chunk_6 .road-map__point_type_0 .road-map__label,
.road-map_active-chunk_6 .road-map__point_type_1 .road-map__label,
.road-map_active-chunk_6 .road-map__point_type_2 .road-map__label,
.road-map_active-chunk_6 .road-map__point_type_3 .road-map__label,
.road-map_active-chunk_6 .road-map__point_type_4 .road-map__label,
.road-map_active-chunk_6 .road-map__point_type_5 .road-map__label,
.road-map_active-chunk_6 .road-map__point_type_6 .road-map__label,
.road-map_active-chunk_6 .road-map__point_type_7 .road-map__label,
.road-map_active-chunk_6 .road-map__point_type_8 .road-map__label {
  color: #5b27f0;
}
.road-map_active-chunk_6 .road-map__point_type_0 .road-map__label:before,
.road-map_active-chunk_6 .road-map__point_type_1 .road-map__label:before,
.road-map_active-chunk_6 .road-map__point_type_2 .road-map__label:before,
.road-map_active-chunk_6 .road-map__point_type_3 .road-map__label:before,
.road-map_active-chunk_6 .road-map__point_type_4 .road-map__label:before,
.road-map_active-chunk_6 .road-map__point_type_5 .road-map__label:before,
.road-map_active-chunk_6 .road-map__point_type_6 .road-map__label:before,
.road-map_active-chunk_6 .road-map__point_type_7 .road-map__label:before,
.road-map_active-chunk_6 .road-map__point_type_8 .road-map__label:before {
  display: none;
}
.road-map_active-chunk_7 .road-map__active-path {
  -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 67%, 0 73%);
          clip-path: polygon(0 -3%, 100% -3%, 100% 67%, 0 73%);
}
.road-map_active-chunk_7 .road-map__point_type_0,
.road-map_active-chunk_7 .road-map__point_type_1,
.road-map_active-chunk_7 .road-map__point_type_2,
.road-map_active-chunk_7 .road-map__point_type_3,
.road-map_active-chunk_7 .road-map__point_type_4,
.road-map_active-chunk_7 .road-map__point_type_5,
.road-map_active-chunk_7 .road-map__point_type_6,
.road-map_active-chunk_7 .road-map__point_type_7,
.road-map_active-chunk_7 .road-map__point_type_8,
.road-map_active-chunk_7 .road-map__point_type_9 {
  color: #1c1e21;
  background-color: #5b27f0;
}
.road-map_active-chunk_7 .road-map__point_type_0 .road-map__label,
.road-map_active-chunk_7 .road-map__point_type_1 .road-map__label,
.road-map_active-chunk_7 .road-map__point_type_2 .road-map__label,
.road-map_active-chunk_7 .road-map__point_type_3 .road-map__label,
.road-map_active-chunk_7 .road-map__point_type_4 .road-map__label,
.road-map_active-chunk_7 .road-map__point_type_5 .road-map__label,
.road-map_active-chunk_7 .road-map__point_type_6 .road-map__label,
.road-map_active-chunk_7 .road-map__point_type_7 .road-map__label,
.road-map_active-chunk_7 .road-map__point_type_8 .road-map__label,
.road-map_active-chunk_7 .road-map__point_type_9 .road-map__label {
  color: #5b27f0;
}
.road-map_active-chunk_7 .road-map__point_type_0 .road-map__label:before,
.road-map_active-chunk_7 .road-map__point_type_1 .road-map__label:before,
.road-map_active-chunk_7 .road-map__point_type_2 .road-map__label:before,
.road-map_active-chunk_7 .road-map__point_type_3 .road-map__label:before,
.road-map_active-chunk_7 .road-map__point_type_4 .road-map__label:before,
.road-map_active-chunk_7 .road-map__point_type_5 .road-map__label:before,
.road-map_active-chunk_7 .road-map__point_type_6 .road-map__label:before,
.road-map_active-chunk_7 .road-map__point_type_7 .road-map__label:before,
.road-map_active-chunk_7 .road-map__point_type_8 .road-map__label:before,
.road-map_active-chunk_7 .road-map__point_type_9 .road-map__label:before {
  display: none;
}
.road-map_active-chunk_8 .road-map__active-path {
  -webkit-clip-path: polygon(0 -3%, 100% -3%, 100% 100%, 0 100%);
          clip-path: polygon(0 -3%, 100% -3%, 100% 100%, 0 100%);
}
.road-map_active-chunk_8 .road-map__point_type_0,
.road-map_active-chunk_8 .road-map__point_type_1,
.road-map_active-chunk_8 .road-map__point_type_2,
.road-map_active-chunk_8 .road-map__point_type_3,
.road-map_active-chunk_8 .road-map__point_type_4,
.road-map_active-chunk_8 .road-map__point_type_5,
.road-map_active-chunk_8 .road-map__point_type_6,
.road-map_active-chunk_8 .road-map__point_type_7,
.road-map_active-chunk_8 .road-map__point_type_8,
.road-map_active-chunk_8 .road-map__point_type_9,
.road-map_active-chunk_8 .road-map__point_type_10,
.road-map_active-chunk_8 .road-map__point_type_11 {
  color: #1c1e21;
  background-color: #5b27f0;
}
.road-map_active-chunk_8 .road-map__point_type_0 .road-map__label,
.road-map_active-chunk_8 .road-map__point_type_1 .road-map__label,
.road-map_active-chunk_8 .road-map__point_type_2 .road-map__label,
.road-map_active-chunk_8 .road-map__point_type_3 .road-map__label,
.road-map_active-chunk_8 .road-map__point_type_4 .road-map__label,
.road-map_active-chunk_8 .road-map__point_type_5 .road-map__label,
.road-map_active-chunk_8 .road-map__point_type_6 .road-map__label,
.road-map_active-chunk_8 .road-map__point_type_7 .road-map__label,
.road-map_active-chunk_8 .road-map__point_type_8 .road-map__label,
.road-map_active-chunk_8 .road-map__point_type_9 .road-map__label,
.road-map_active-chunk_8 .road-map__point_type_10 .road-map__label,
.road-map_active-chunk_8 .road-map__point_type_11 .road-map__label {
  color: #5b27f0;
}
.road-map_active-chunk_8 .road-map__point_type_0 .road-map__label:before,
.road-map_active-chunk_8 .road-map__point_type_1 .road-map__label:before,
.road-map_active-chunk_8 .road-map__point_type_2 .road-map__label:before,
.road-map_active-chunk_8 .road-map__point_type_3 .road-map__label:before,
.road-map_active-chunk_8 .road-map__point_type_4 .road-map__label:before,
.road-map_active-chunk_8 .road-map__point_type_5 .road-map__label:before,
.road-map_active-chunk_8 .road-map__point_type_6 .road-map__label:before,
.road-map_active-chunk_8 .road-map__point_type_7 .road-map__label:before,
.road-map_active-chunk_8 .road-map__point_type_8 .road-map__label:before,
.road-map_active-chunk_8 .road-map__point_type_9 .road-map__label:before,
.road-map_active-chunk_8 .road-map__point_type_10 .road-map__label:before,
.road-map_active-chunk_8 .road-map__point_type_11 .road-map__label:before {
  display: none;
}
.section-group {
  display: block;
}
.section-group__item {
  padding: 0 0 10px;
}
@media only screen and (min-width: 1025px) {
  .section-group__item {
    padding: 0 0 108px;
  }
}
.section-group__item_offset-bottom_l {
  padding: 0 0 33px;
}
.section-group__item_offset-bottom_l:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 1px) {
  .section-group__item_offset-bottom_xs-l {
    padding: 0 0 29px;
  }
}
@media only screen and (min-width: 1px) {
  .section-group__item_offset-bottom_xs-xl {
    padding: 0 0 66px;
  }
}
@media only screen and (min-width: 1px) {
  .section-group__item_offset-bottom_xs-xxl {
    padding: 0 0 108px;
  }
}
@media only screen and (min-width: 375px) {
  .section-group__item_offset-bottom_s-l {
    padding: 0 0 29px;
  }
}
@media only screen and (min-width: 375px) {
  .section-group__item_offset-bottom_s-xl {
    padding: 0 0 66px;
  }
}
@media only screen and (min-width: 375px) {
  .section-group__item_offset-bottom_s-xxl {
    padding: 0 0 108px;
  }
}
@media only screen and (min-width: 768px) {
  .section-group__item_offset-bottom_m-l {
    padding: 0 0 29px;
  }
}
@media only screen and (min-width: 768px) {
  .section-group__item_offset-bottom_m-xl {
    padding: 0 0 66px;
  }
}
@media only screen and (min-width: 768px) {
  .section-group__item_offset-bottom_m-xxl {
    padding: 0 0 108px;
  }
}
@media only screen and (min-width: 1025px) {
  .section-group__item_offset-bottom_l-l {
    padding: 0 0 29px;
  }
}
@media only screen and (min-width: 1025px) {
  .section-group__item_offset-bottom_l-xl {
    padding: 0 0 66px;
  }
}
@media only screen and (min-width: 1025px) {
  .section-group__item_offset-bottom_l-xxl {
    padding: 0 0 108px;
  }
}
@media only screen and (min-width: 1281px) {
  .section-group__item_offset-bottom_xl-l {
    padding: 0 0 29px;
  }
}
@media only screen and (min-width: 1281px) {
  .section-group__item_offset-bottom_xl-xl {
    padding: 0 0 66px;
  }
}
@media only screen and (min-width: 1281px) {
  .section-group__item_offset-bottom_xl-xxl {
    padding: 0 0 108px;
  }
}
@media only screen and (min-width: 1440px) {
  .section-group__item_offset-bottom_xxl-l {
    padding: 0 0 29px;
  }
}
@media only screen and (min-width: 1440px) {
  .section-group__item_offset-bottom_xxl-xl {
    padding: 0 0 66px;
  }
}
@media only screen and (min-width: 1440px) {
  .section-group__item_offset-bottom_xxl-xxl {
    padding: 0 0 108px;
  }
}
.section {
  display: block;
  padding: 25px 0 0;
  line-height: 1.5;
}
@media only screen and (min-width: 1025px) {
  .section {
    padding: 20px 0 0;
    line-height: 1.75;
  }
}
.section__header {
  margin: 0 0 34px;
}
@media only screen and (min-width: 1025px) {
  .section__header {
    margin: 0 0 67px;
  }
}
.section__header:last-child {
  margin-bottom: 0;
}
.section__title {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  text-align: left;
}
@media only screen and (min-width: 375px) {
  .section__title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1025px) {
  .section__title {
    padding: 0 0 10px;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .section__title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 130px;
    height: 2px;
    background: #1c1e21;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.section__title_align_left {
  text-align: left;
}
.section__title_align_center {
  text-align: center;
}
.section__title_align_center:before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.section__title_align_right {
  text-align: right;
}
.section__title_align_right:before {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 1px) {
  .section__title_align_xs-left {
    align: left;
  }
}
@media only screen and (min-width: 1px) {
  .section__title_align_xs-center {
    align: center;
  }
}
.section__title_align_xs-center:before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (min-width: 1px) {
  .section__title_align_xs-right {
    align: right;
  }
}
.section__title_align_xs-right:before {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 375px) {
  .section__title_align_s-left {
    align: left;
  }
}
@media only screen and (min-width: 375px) {
  .section__title_align_s-center {
    align: center;
  }
}
.section__title_align_s-center:before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (min-width: 375px) {
  .section__title_align_s-right {
    align: right;
  }
}
.section__title_align_s-right:before {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .section__title_align_m-left {
    align: left;
  }
}
@media only screen and (min-width: 768px) {
  .section__title_align_m-center {
    align: center;
  }
}
.section__title_align_m-center:before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .section__title_align_m-right {
    align: right;
  }
}
.section__title_align_m-right:before {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 1025px) {
  .section__title_align_l-left {
    align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .section__title_align_l-center {
    align: center;
  }
}
.section__title_align_l-center:before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (min-width: 1025px) {
  .section__title_align_l-right {
    align: right;
  }
}
.section__title_align_l-right:before {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 1281px) {
  .section__title_align_xl-left {
    align: left;
  }
}
@media only screen and (min-width: 1281px) {
  .section__title_align_xl-center {
    align: center;
  }
}
.section__title_align_xl-center:before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (min-width: 1281px) {
  .section__title_align_xl-right {
    align: right;
  }
}
.section__title_align_xl-right:before {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 1440px) {
  .section__title_align_xxl-left {
    align: left;
  }
}
@media only screen and (min-width: 1440px) {
  .section__title_align_xxl-center {
    align: center;
  }
}
.section__title_align_xxl-center:before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (min-width: 1440px) {
  .section__title_align_xxl-right {
    align: right;
  }
}
.section__title_align_xxl-right:before {
  left: auto;
  right: 0;
}
.section__description {
  width: 100%;
  margin: 0 auto 58px;
  padding: 0 26px 0 25px;
  line-height: 1.3;
}
@media only screen and (min-width: 1025px) {
  .section__description {
    max-width: 805px;
    padding: 0;
  }
}
.section_type_primary {
  font-size: 19px;
  line-height: 1.65;
  letter-spacing: -0.01em;
}
.share {
  display: block;
}
.share__title {
  position: relative;
  margin: 0 0 28px;
  padding: 0 0 19px;
  color: #5b27f0;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.share__title:last-child {
  margin-bottom: 0;
}
.share__title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 100%;
  max-width: 130px;
  height: 2px;
  background: #1c1e21;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.share__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.share__item {
  position: relative;
  padding: 5px 8px;
}
@media only screen and (min-width: 375px) {
  .share__item {
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .share__item {
    padding: 5px 20px;
  }
}
.share__item-tooltip {
  position: absolute;
  left: 50%;
  bottom: 100%;
  z-index: 5;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  padding: 4px;
  color: #fff;
  font-size: 12px;
  background: #5b27f0;
  border-radius: 4px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.share__item-tooltip svg {
  display: inline-block;
  vertical-align: top;
  width: 1.25em;
  height: 1.25em;
}
.share__link {
  display: block;
  fill: #d5d5e5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.share__link:hover {
  fill: #5b27f0;
}
.share__icon {
  display: block;
  width: 32px;
  height: 32px;
  fill: inherit;
}
.summary {
  position: relative;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .summary {
    padding: 387px 0 0;
  }
}
.summary__visual-message {
  margin: -40px -20px;
}
@media only screen and (min-width: 375px) {
  .summary__visual-message {
    margin: -24px -26px;
  }
}
@media only screen and (min-width: 1025px) {
  .summary__visual-message {
    position: absolute;
    top: 183px;
    left: 0;
    z-index: 10;
    width: 100%;
    margin: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.summary__visual-message:last-child {
  margin-bottom: 0;
}
.summary__progress {
  margin: 61px 0 25px;
}
@media only screen and (min-width: 1025px) {
  .summary__progress {
    margin: 0 0 35px;
  }
}
.summary__progress:last-child {
  margin-bottom: 0;
}
.summary__description {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (min-width: 1025px) {
  .summary__description {
    max-width: 70%;
    margin: 0 auto;
  }
}
.summary__controls {
  position: relative;
  padding: 100px 0 0;
}
@media only screen and (min-width: 1025px) {
  .summary__controls {
    padding: 30px 0 0;
  }
}
.summary__controls:before {
  content: '';
  display: block;
  width: 100%;
  height: 57px;
  margin: 0 0 26px 8px;
  background: url("../blocks/summary/images/arrow-down.svg") center center no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1025px) {
  .summary__controls:before {
    height: 90px;
    margin: 0 0 20px 8px;
  }
}
.summary__result {
  padding: 40px 0 0;
}
@media only screen and (min-width: 1025px) {
  .summary__result {
    padding: 10px 0 0;
  }
}
.title {
  display: block;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (min-width: 1025px) {
  .title {
    line-height: 1.4;
  }
}
.title:last-child {
  margin-bottom: 0;
}
.title_size_h1 {
  margin: 0 0 50px;
  font-size: 42px;
}
.title_size_h2 {
  margin: 0 0 43px;
  font-size: 36px;
}
.title_size_h3 {
  margin: 0 0 43px;
  font-size: 28px;
}
.title_size_h4 {
  margin: 0 0 20px;
  font-size: 24px;
}
.title_size_h5 {
  margin: 0 0 15px;
  font-size: 20px;
}
.title_size_h6 {
  margin: 0 0 10px;
  font-size: 18px;
}
.user-snippet {
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.user-snippet__name {
  padding: 0 10px 0 0;
}
@media only screen and (min-width: 1025px) {
  .user-snippet__name {
    padding: 0 15px 0 0;
  }
}
.user-snippet__avatar {
  width: 41px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}
.user-snippet__avatar:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 100% 0 0;
}
.user-snippet__image {
  display: none;
}
.video {
  position: relative;
  display: block;
  background: #454545;
}
.video:before {
  content: '';
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  padding: 52% 0 0;
}
.video__placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #858585;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .video__placeholder {
    width: 40%;
  }
}
.video__placeholder:before {
  content: '';
  display: block;
  width: 107px;
  height: 82px;
  margin: 0 auto 20px;
  background: url("../blocks/video/images/youtube-icon.svg") center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1025px) {
  .video__placeholder:before {
    width: 214px;
    height: 165px;
    margin: 0 auto 40px;
  }
}
.video__additional-text {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .video__additional-text {
    display: block;
  }
}
.visual-message {
  display: block;
}
.visual-message__panel {
  position: relative;
}
.visual-message__image {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.work-list {
  display: block;
  color: main-color;
}
.work-list__title {
  display: block;
  font-size: 40px;
  font-weight: 600;
}
.work-list__list {
  counter-reset: workList;
}
.work-list__item {
  margin: 0 0 5px;
}
.work-list__item:before {
  content: counter(workList) '.';
  counter-increment: workList;
  display: inline-block;
  vertical-align: middle;
  min-width: 20px;
  padding: 0 5px 0 0;
  font-size: 20px;
  text-align: left;
}
.work-list__item:last-child {
  margin-bottom: 0;
}
.work-list__link {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 20px;
  text-decoration: none;
}
.work-list__link[href='#'] {
  cursor: default;
  pointer-events: none;
  opacity: 0.2;
}
@media only screen and (max-width: 0px) {
  .hide-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 1px) {
  .hide-up-xs {
    display: none !important;
  }
}
@media only screen and (max-width: 374px) {
  .hide-s {
    display: none !important;
  }
}
@media only screen and (min-width: 375px) {
  .hide-up-s {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide-m {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .hide-up-m {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .hide-l {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .hide-up-l {
    display: none !important;
  }
}
@media only screen and (max-width: 1280px) {
  .hide-xl {
    display: none !important;
  }
}
@media only screen and (min-width: 1281px) {
  .hide-up-xl {
    display: none !important;
  }
}
@media only screen and (max-width: 1439px) {
  .hide-xxl {
    display: none !important;
  }
}
@media only screen and (min-width: 1440px) {
  .hide-up-xxl {
    display: none !important;
  }
}
.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  clip: rect(0 0 0 0);
}
