* {
  padding: 0px;
  margin: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

td {
  padding: 5px;
  outline: 1px solid black;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Roboto", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: top;
  font-size: 10px;
  line-height: 1.1;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  color: #333;
  font-size: 14px;
  background: #fff;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._container {
  max-width: 1280px;
  width: 100%;
  padding: 0 26px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  ._container {
    max-width: 1024px;
    padding: 0 42px;
  }
}
@media (max-width: 991.98px) {
  ._container {
    max-width: none;
    padding: 0 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
}

.advantages {
  width: auto;
}

section._mb,
div._mb,
li._mb {
  margin-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 40px;
  }
}
section._mt,
div._mt,
li._mt {
  margin-top: 96px;
}
@media (max-width: 1439.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 40px;
  }
}
section._pt,
div._pt,
li._pt {
  padding-top: 96px;
}
@media (max-width: 1439.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 40px;
  }
}
section._pb,
div._pb,
li._pb {
  padding-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 40px;
  }
}

._op0 {
  opacity: 0;
}

._lc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: clip;
}
._lc--1 {
  -webkit-line-clamp: 1;
}
._lc--2 {
  -webkit-line-clamp: 2;
}
._lc--3 {
  -webkit-line-clamp: 3;
}
._lc--4 {
  -webkit-line-clamp: 4;
}

.wrapper a.btn,
.wrapper button.btn {
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  min-height: 48px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #e31235;
  padding: 12px 24px;
  border-radius: 8px;
  transition: background-color 0.3s ease 0s;
}
@media (min-width: 992px) {
  .wrapper a.btn:hover,
  .wrapper button.btn:hover {
    background-color: #bd0f2c;
  }
  .wrapper a.btn:focus,
  .wrapper button.btn:focus {
    background-color: #9c0c24;
  }
}
.wrapper a.btn._fw,
.wrapper button.btn._fw {
  width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

.banner {
  max-width: 1440px;
  margin-inline: auto;
}
.banner__grid {
  display: grid;
}
.banner__column {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (min-width: 479.98px) and (max-width: 767.98px) {
  .banner__img img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    object-position: 50% 65%;
  }
}
.banner__content {
  text-align: center;
  padding: 0 20px;
  padding-top: 48px;
}
.banner__title {
  font-weight: 700;
  line-height: 1.09091;
  color: #fff;
  margin: 36px 0 28px;
  font-size: 44px;
}
@media (max-width: 1280px) {
  .banner__title {
    font-size: calc(27px + 17 * ((100vw - 320px) / 960));
  }
}
@media (max-width: 767.98px) {
  .banner__title {
    margin: 24px 0 12px;
  }
}
.banner__desc {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  color: #fff;
  max-width: 670px;
  margin-inline: auto;
  font-size: 32px;
}
@media (max-width: 1280px) {
  .banner__desc {
    font-size: calc(18px + 14 * ((100vw - 320px) / 960));
  }
}
@media (max-width: 767.98px) {
  .banner__desc {
    line-height: 1.22222;
  }
}

.emotion {
  max-width: 1228px;
  margin-inline: auto;
}
.emotion__title {
  font-weight: 700;
  font-size: 44px;
  line-height: 1.09091;
  text-align: center;
  color: #000;
  margin-bottom: 68px;
}
@media (max-width: 767.98px) {
  .emotion__title {
    font-size: 28px;
    line-height: 1.28571;
    margin-bottom: 28px;
  }
}
.emotion__grid {
  display: grid;
  border-radius: 20px;
  overflow: hidden;
}
.emotion__column {
  grid-column: 1/2;
  grid-row: 1/2;
}
.emotion__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.emotion__content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 44px 64px;
}
@media (max-width: 767.98px) {
  .emotion__content {
    padding: 20px;
  }
}
@media (min-width: 767.98px) {
  .emotion__icon {
    flex: 1 1 auto;
  }
}
@media (max-width: 767.98px) {
  .emotion__icon img {
    height: 48px;
  }
}
.emotion__subtitle {
  display: flex;
  gap: 8px;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  color: #fff;
}
@media (min-width: 767.98px) {
  .emotion__subtitle {
    margin-left: -33px;
    margin-bottom: 51px;
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .emotion__subtitle {
    font-size: 18px;
    line-height: 1.22222;
    margin: 20px 0;
    flex: 1 1 auto;
  }
}
.emotion__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  max-width: 510px;
}
@media (max-width: 767.98px) {
  .emotion {
    font-size: 14px;
    line-height: 1.42857;
    flex: 1 1 auto;
  }
}

.led-display__grid {
  display: grid;
}
@media (min-width: 767.98px) {
  .led-display__grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .led-display__img img {
    margin-left: -15px;
  }
}
@media (max-width: 767.98px) {
  .led-display__content {
    display: grid;
  }
}
.led-display__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  color: rgba(100, 120, 255, 0.8);
  border: 0.93px solid rgba(100, 120, 255, 0.8);
  border-radius: 37px;
  padding: 10px 51px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .led-display__title {
    font-size: 22px;
    line-height: 1.27273;
  }
}
@media (min-width: 767.98px) {
  .led-display__title--mob {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .led-display__title {
    margin-bottom: 14px;
    justify-self: center;
  }
  .led-display__title--desk {
    display: none;
  }
}
.led-display__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #191521;
}
@media (min-width: 767.98px) {
  .led-display__desc {
    margin: 41px 0;
  }
}
@media (max-width: 767.98px) {
  .led-display__desc {
    font-size: 14px;
    line-height: 1.42857;
    order: 1;
    padding: 0 20px;
  }
}
.led-display__subtitle {
  display: flex;
  gap: 8px;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  color: #747474;
}
@media (max-width: 767.98px) {
  .led-display__subtitle {
    order: 0;
    font-size: 18px;
    line-height: 1.22222;
    color: #8393ff;
    margin-top: 5px;
    margin-bottom: 12px;
    margin-left: -4px;
    gap: 4px;
  }
}

.voice {
  max-width: 1440px;
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .voice__container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
}
.voice__grid {
  display: grid;
}
.voice__column {
  grid-column: 1/2;
  grid-row: 1/2;
}
.voice__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice__icon {
  margin-top: 128px;
}
@media (max-width: 767.98px) {
  .voice__icon {
    margin-top: 20px;
    width: 232px;
    margin-inline: auto;
    flex: 1 1 auto;
  }
}
.voice__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  color: #fff;
}
@media (min-width: 479.98px) {
  .voice__title {
    margin: 123px 0 20px;
  }
}
@media (max-width: 767.98px) {
  .voice__title {
    font-size: 22px;
    line-height: 1.27273;
    margin-bottom: 28px;
  }
}
.voice__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857;
  color: #fff;
  max-width: 630px;
}
@media (max-width: 767.98px) {
  .voice {
    font-size: 14px;
    line-height: 1.42857;
  }
}
.voice__subtitle {
  display: flex;
  gap: 8px;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  color: #fff;
}
@media (min-width: 767.98px) {
  .voice__subtitle {
    margin-left: -33px;
    margin-top: 143px;
    margin-bottom: 127px;
    padding-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .voice__subtitle {
    font-size: 18px;
    line-height: 1.22222;
    margin: 20px 0 36px;
  }
}

.voice-search {
  max-width: 1228px;
  margin-inline: auto;
}
.voice-search__body {
  display: flex;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .voice-search__body {
    flex-direction: column;
    gap: 20px;
  }
}
.voice-search__grid {
  flex: 1;
  display: grid;
}
.voice-search__column {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (max-width: 991.98px) {
  .voice-search__column {
    max-width: 600px;
    margin-inline: auto;
  }
}
.voice-search__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.voice-search__content {
  display: flex;
  flex-direction: column;
  padding: 0 20px 0 40px;
}
@media (max-width: 767.98px) {
  .voice-search__content {
    padding: 0 20px 0 20px;
  }
}
.voice-search__icon img {
  margin-top: 44px;
}
@media (max-width: 767.98px) {
  .voice-search__icon img {
    margin-top: 20px;
  }
}
.voice-search__title {
  display: flex;
  gap: 8px;
  margin: 312px 0 136px;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 479.98px) {
  .voice-search__title {
    font-size: 18px;
    line-height: 1.22222;
    margin: 203px 0 14px;
  }
  .voice-search__title br {
    display: none;
  }
}
.voice-search__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  max-width: 520px;
  padding-bottom: 20px;
}
@media (max-width: 479.98px) {
  .voice-search__desc {
    font-size: 14px;
  }
}
.voice-search__subtitle {
  font-weight: 300;
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  margin: 20px 0;
}
@media (max-width: 479.98px) {
  .voice-search__subtitle {
    font-size: 22px;
    line-height: 1.27273;
    margin: 12px 0;
  }
}

.station-images {
  text-align: center;
}
.station-images__title {
  font-size: 32px;
  line-height: 125%;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .station-images__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 129%;
    margin-bottom: 12px;
  }
}
.station-images__desc {
  max-width: 812px;
  margin-inline: auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  color: #000;
  margin-bottom: 146px;
}
@media (max-width: 1280px) {
  .station-images__desc {
    margin-bottom: 55px;
  }
}
@media (max-width: 479.98px) {
  .station-images__desc {
    font-size: 14px;
    line-height: 143%;
    margin-bottom: 28px;
  }
}
@media (max-width: 479.98px) {
  .station-images__desk {
    display: none;
  }
}
.station-images__mob {
  display: grid;
  gap: 12px;
}
@media (min-width: 479.98px) {
  .station-images__mob {
    display: none;
  }
}
.yandex-ai {
  max-width: 1440px;
  margin-inline: auto;
}
.yandex-ai__container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.yandex-ai__grid {
  display: grid;
}
.yandex-ai__column {
  grid-column: 1/2;
  grid-row: 1/2;
}
.yandex-ai__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 767.98px) {
  .yandex-ai__content {
    padding-bottom: 145px;
  }
}
@media (max-width: 767.98px) {
  .yandex-ai__content {
    padding-bottom: 15px;
  }
}
.yandex-ai__icon {
  margin-top: 128px;
}
@media (max-width: 767.98px) {
  .yandex-ai__icon {
    margin-top: 40px;
  }
  .yandex-ai__icon img {
    height: 48px;
  }
}
.yandex-ai__center {
  flex: 1 1 auto;
}
@media (max-width: 767.98px) {
  .yandex-ai__center {
    display: grid;
    align-content: center;
    margin-top: 50px;
  }
}
.yandex-ai__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  color: #fff;
}
@media (min-width: 767.98px) {
  .yandex-ai__title {
    margin: 123px 0 20px;
  }
}
@media (max-width: 767.98px) {
  .yandex-ai__title {
    font-size: 22px;
    line-height: 1.27273;
    margin-top: 20px;
    margin-bottom: 16px;
  }
}
.yandex-ai__desc {
  flex: 1 1 auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857;
  color: #fff;
  max-width: 630px;
}
@media (min-width: 479.98px) {
  .yandex-ai__desc {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .yandex-ai {
    font-size: 14px;
    line-height: 1.42857;
  }
}
.yandex-ai__subtitle {
  display: flex;
  gap: 8px;
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  color: #fff;
}
@media (min-width: 767.98px) {
  .yandex-ai__subtitle {
    margin-left: 10px;
    margin-top: 24px;
  }
}
@media (max-width: 767.98px) {
  .yandex-ai__subtitle {
    font-size: 18px;
    line-height: 122%;
    color: #fff;
    margin-bottom: 24px;
  }
}
.yandex-ai__subtitle--message {
  font-size: 18px;
  line-height: 122%;
  opacity: 0.7;
  margin-left: 25px !important;
}
@media (max-width: 767.98px) {
  .yandex-ai__subtitle--message {
    font-size: 12px;
    line-height: 133%;
    margin-bottom: 12px;
  }
}
@media (min-width: 767.98px) {
  .yandex-ai__subtitle br {
    display: none;
  }
}

.option-pro {
  max-width: 1228px;
  margin-inline: auto;
}
.option-pro__title {
  font-weight: 700;
  font-size: 44px;
  line-height: 1.09091;
  text-align: center;
  color: #000;
  margin-bottom: 68px;
}
@media (max-width: 767.98px) {
  .option-pro__title {
    font-size: 28px;
    line-height: 1.28571;
    margin-bottom: 28px;
  }
}
.option-pro__grid {
  display: grid;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .option-pro__grid {
    border-radius: 20px;
  }
}
.option-pro__column {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (min-width: 479.98px) and (max-width: 767.98px) {
  .option-pro__img {
    height: 650px;
  }
  .option-pro__img img {
    object-position: top;
  }
}
.option-pro__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.option-pro__content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 44px 64px;
}
@media (max-width: 991.98px) {
  .option-pro__content {
    padding: 20px;
  }
}
.option-pro__icon {
  flex: 1 1 auto;
}
.option-pro__icon img {
  height: 60px;
}
@media (max-width: 991.98px) {
  .option-pro__icon img {
    height: 48px;
  }
}
.option-pro__subtitle {
  display: flex;
  gap: 8px;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 767.98px) {
  .option-pro__subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .option-pro__subtitle {
    font-size: 22px;
    line-height: 127%;
    color: #fff;
    margin-bottom: 12px;
  }
}
.option-pro__subtitle--message {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 767.98px) {
  .option-pro__subtitle--message {
    margin-left: 50px;
  }
}
@media (max-width: 767.98px) {
  .option-pro__subtitle--message {
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    color: #fff;
    margin-bottom: 0;
  }
}
.option-pro__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  max-width: 510px;
}
@media (max-width: 767.98px) {
  .option-pro {
    font-size: 14px;
    line-height: 1.42857;
    flex: 1 1 auto;
  }
}

.station-move {
  max-width: 1440px;
  margin-inline: auto;
}
.station-move__grid {
  display: grid;
}
@media (max-width: 767.98px) {
  .station-move__grid {
    align-items: end;
  }
}
.station-move__column {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (min-width: 479.98px) and (max-width: 767.98px) {
  .station-move__img {
    height: 600px;
  }
}
.station-move__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.station-move__content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.station-move__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 767.98px) {
  .station-move__title {
    margin-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .station-move__title {
    font-size: 22px;
    line-height: 127%;
    margin-bottom: 16px;
  }
}
.station-move__desc {
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  max-width: 606px;
}
@media (max-width: 479.98px) {
  .station-move__desc {
    font-size: 14px;
    line-height: 143%;
  }
}

@media (min-width: 767.98px) {
  .new-station__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
  }
}
.new-station__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  color: #191521;
}
@media (max-width: 767.98px) {
  .new-station__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 129%;
    text-align: center;
    margin-bottom: 29px;
  }
}
.rules__list {
  margin-left: 15px;
}
.rules__item {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 143%;
  color: #000;
}
@media (max-width: 479.98px) {
  .rules__item {
    font-size: 12px;
    line-height: 133%;
    margin-bottom: 10px;
  }
}

.page {
  flex: 1 1 auto;
  z-index: 2;
}
