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

video {
  display: block;
  max-width: 100%;
}

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: 1279px) {
  ._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%);
}

.sber-ring__body {
  position: relative;
  z-index: 10;
}

.sber-ring__animation {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.sber-ring__video-mob {
  display: none;
}

.sber-ring__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index: -1; */
}
.sber-ring__animation span {
  display: none;
}

@media (min-width: 767.98px) {
  .sber-ring__bg-mob {
    display: none;
    margin: 20px 0;
  }
  .sber-ring__bg-desk {
    width: 100%;

    transform: translateY(10px) scale(1.05);
  }
}

@media (max-width: 767.98px) {
  .sber-ring__bg-desk {
    display: none;
  }

  .sber-ring__bg-mob {
    display: block;
    margin: 20px 0;
  }
  .sber-ring__video-mob {
    position: relative;
    display: block;
    width: 100%;
    max-height: 524px;
    object-fit: cover;
    object-position: center;
  }

  .sber-ring__animation {
    position: absolute;
    top: 87%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 767px;
    /* max-height: 40px; */
    z-index: 10;
  }

  .sber-ring__body {
    /* position: relative; */
    /* z-index: 10; */
  }

  .sber-ring__video-desk {
    display: none;
  }

  .sber-ring__bg {
    position: static;
    /* z-index: -1; */
  }

  .sber-ring__animation {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    /* scale: 1.6; */
  }

  .sber-ring__animation span {
    display: inline-block;
    font-size: 14px;
    line-height: 1.42857;
    text-align: center;
    color: #fff;
  }

  .sber-ring__animation svg {
    width: 100%;
    scale: 1.6;
  }
}

/* Part 3 */
.productiveness {
}
.productiveness__container {
}

.productiveness__body {
  position: relative;
  z-index: 10;
}
.productiveness__img {
}
.productiveness__animation {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
}
.productiveness__animation svg {
}

@media (max-width: 767.98px) {
  .productiveness__animation {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }

  .productiveness__container {
    padding: 0 0px;
  }
}

/* =========================== */
.sleep {
}
.sleep__container {
}

.sleep__img {
  position: relative;
  z-index: 10;
}
.sleep__animation {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 450px;
}

@media (max-width: 767.98px) {
  .sleep__container {
    padding: 0;
  }

  .sleep__animation {
    position: absolute;
    top: 20.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* height: 350px; */
  }
}

@media (max-width: 457.98px) {
  .sleep__animation {
    position: absolute;
    top: 21%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 350px;
  }
}

/* part 2 ==================*/

.m-banner--item-2 {
  margin-top: 21px;
}

/* part 5 ==================*/

.m-banner--item-5 {
  max-width: 1440px;
  margin-inline: auto;
}

@media (max-width: 767.98px) {
  .m-banner--item-5 .m-banner__container {
    padding: 0;
  }
}

/* part 6 */

.stress {
}
.stress__container {
}
._container {
}
.stress__body {
  position: relative;
  z-index: 10;
}
.stress__img {
}

@media (min-width: 767.98px) {
  .stress__img img {
    border-radius: 21px;
  }
}
.stress__animation {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
  width: 50%;
  z-index: 10;
}

@media (max-width: 767.98px) {
  .stress__container {
    padding: 0;
  }
  .stress__animation {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
  }
}

/* Part 7 ==================*/

.movement {
  margin-top: 20px;
}

.movement__body {
  position: relative;
}
.movement__img {
}

@media (min-width: 767.98px) {
  .movement__img img {
    border-radius: 21px;
  }
}

.movement__animation {
  position: absolute;
  top: 26%;
  left: 9%;
  width: 35%;
}

@media (max-width: 767.98px) {
  .movement {
    margin-top: 40px;
  }

  .movement__container {
    padding: 0;
  }

  .movement__animation {
    position: absolute;
    top: 3%;
    left: 5%;
    width: 60%;
  }
}

/* Part 8 ==================*/

.one-place {
  margin-top: 21px;
}
.one-place__container {
}

.one-place__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.one-place__content {
  flex: 0 1 290px;
}
.one-place__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  color: #000;
  margin-bottom: 30px;
}
.one-place__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
.one-place__animation {
  flex: 0 1 456px;
}

@media (max-width: 767.98px) {
  .one-place__title {
    font-size: 22px;
    line-height: 1.27273;
    margin-bottom: 20px;
  }
  .one-place__desc {
    font-size: 18px;
    line-height: 1.22222;
  }

  .one-place__body {
    justify-content: start;
  }
}

/* Part 9 ==================*/
.smart-ring {
  margin-top: 60px;
}
.smart-ring__container {
}
._container {
}
.smart-ring__title {
  max-width: 603px;
  margin-inline: auto;
  margin-bottom: 60px;

  font-weight: 700;
  font-size: 44px;
  line-height: 1.09091;
  text-align: center;
  color: #000;
}
.smart-ring__img {
  max-width: 1440px;
  margin-inline: auto;
}

@media (max-width: 767.98px) {
  .smart-ring__title {
    font-size: 22px;
    line-height: 1.27273;
    text-align: start;
  }
}

/* Part 10 ==================*/

.battery-resource {
}
.battery-resource__container {
}

.battery-resource__title {
  max-width: 546px;
  margin-inline: auto;

  font-weight: 700;
  font-size: 44px;
  line-height: 1.09091;
  text-align: center;
  color: #000;
}
.battery-resource__img {
  max-width: 1440px;
  margin-inline: auto;
}

@media (max-width: 767.98px) {
  .smart-ring__title {
    font-size: 22px;
    line-height: 1.27273;
    text-align: start;
  }

  .battery-resource__title {
    display: none;
  }
}

/* Part 11 ==================*/

.designed {
}
.designed__container {
}

.designed__title {
  max-width: 546px;
  margin-inline: auto;

  font-weight: 700;
  font-size: 44px;
  line-height: 1.09091;
  text-align: center;
  color: #000;
}
.designed__img {
  max-width: 1440px;
  margin-inline: auto;
}

@media (max-width: 767.98px) {
  .designed__title {
    font-size: 22px;
    line-height: 1.27273;
  }
}

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