*,*::after,*::before{
margin:0;
padding:0;
box-sizing:border-box
}
html{
  scroll-behavior: smooth;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
}
img,
video {
    vertical-align: middle;
    max-width: 100%;
}
.mv-wrap h2 {
  color: #fff;
  line-height: 130%;
}
.mv-wrap .header {
  width: 100%;
  height: 54px;
  background: #25272d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.mv-wrap .header__body {
  width: 1144px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mv-wrap .container {
  width: 1270px;
  padding: 0 20px;
  margin: 0 auto;
}

.mv-wrap .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #e31235;
  border-radius: 6px;
  min-height: 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  padding: 8px 24px;
  cursor: pointer;
  transition: background 0.3s ease 0s, color 0.3s ease 0s;
}

.mv-wrap .btn > svg {
  margin-right: 9px;
}

.mv-wrap .btn.btn-outline {
  background: transparent;
  border: 2px solid #fff;
  z-index: inherit;
}

.mv-wrap .btn.btn-outline-red {
  color: #333;
  border: 1px solid #e31235;
  width: 352px;
  height: 48px;
  margin: 40px auto 0;
  background: #fff;
  border-radius: 100px;
}

.mv-wrap .btn.btn-choise-main {
  text-transform:capitalize;
  min-height: 48px;
  border-radius: 8px;
  /* font-size: 14px; */
  max-width: 160px;
  width: 100%;
  /* letter-spacing: -0.02em; */
}

.mv-wrap .header__menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}

.mv-wrap .header__menu-item + .header__menu-item {
  margin-left: 32px;
}

.mv-wrap .header__menu-item > a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 150%;
}

.mv-wrap .header__menu-item.active > a {
  color: #e31235;
}

.mv-wrap .main {
  width: 100%;
  background: #10131C;
  position: relative;
  padding-bottom: 112px;
}

.mv-wrap .main__bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.mv-wrap .main__content {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 80px;
  z-index: 5;
}

.mv-wrap .no-wrapp {
  white-space: nowrap;
}

.mv-wrap .no-wrapp-sec {
  white-space: nowrap;
}

.mv-wrap .main__title {
  width: 100%;
  position: relative;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  z-index: 5;
  margin-top: 36px;
  margin-bottom: 25px;
  padding: 0;
  max-width: 534px;
  letter-spacing: -0.04em;
}

.mv-wrap .advantages-tabs__mob,
.mv-wrap .info-mob__mob {
  display: none;
}

.mv-wrap .main__title-svg1 {
  display: block;
  z-index: 5;
  max-width: 99px;
  margin-bottom: 8px;
}

.mv-wrap .main__title-svg2 {
  display: block;
  margin-left: auto;
  margin-top: 8px;
  z-index: 5;
  max-width: 99px;
}

.mv-wrap .main__content-img {
  z-index: 5;
}

.mv-wrap .main__buttons {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mv-wrap .main__buttons > .btn {
  width: 100%;
  max-width: 49%;
}

.mv-wrap .main__buttons > .btn + .btn {
  margin-left: 24px;
}

.mv-wrap .robot-many {
  background: #10131C url(../images/many-bg.jpg) no-repeat center/cover;
  padding: 42px 0 64px;
}

.mv-wrap .robot-many h2 {
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  color: #fff;
}

.mv-wrap .main__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  max-width: 962px;
  margin: 43px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mv-wrap .main__grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 160px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.02em;
  text-decoration: none;
  z-index: 11;
  font-weight: 500;
}

.mv-wrap .main__grid-item div {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.mv-wrap .main__grid-item div img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mv-wrap .tags {
  padding-top: 40px;
  padding-bottom: 10px;
}

.mv-wrap .title {
  font-size: 4rem;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.04em;
  color: #333;
  font-weight: 500;
}

.mv-wrap .tags-labels .swiper-slide {
  height: auto;
  margin: 0 8px;
  width: auto;
}

.mv-wrap .tags__labels-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
  position: relative;
}

@media (max-width: 1280px) {
  .mv-wrap .tags__labels-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.mv-wrap .tags__labels-btn.desktop {
  position: absolute;
  right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 152px;
  height: 34px;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  background-color: #EEEEEE;
  border-radius: 24px;
  border: transparent;
  margin: 0;
}

.mv-wrap .tags__labels-btn.desktop svg {
  margin-right: 12px;
}

.mv-wrap .tags-labels {
  max-width: 835px;
}

.mv-wrap .tags-labels .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 21px;
}

.mv-wrap .tags__labels-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 1000px) {
  .mv-wrap .tags__labels-line {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.mv-wrap .tags__labels-line + .tags__labels-line {
  margin-top: 12px;
}

.mv-wrap .tags__labels-btn-mobile {
  width: 165px;
  height: 37px;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #333;
  background: #eee;
  border-radius: 24px;
  cursor: pointer;
}

@media (max-width: 1280px) {
  .mv-wrap .tags__labels-btn-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
}

.mv-wrap .tags__labels-btn-mobile > svg {
  margin-right: 13px;
}

.mv-wrap .tags__label {
  border: 1px solid rgba(34, 34, 34, 0.12);
  border-radius: 24px;
  padding: 7px 12px;
  color: #333;
  font-size: 1.4rem;
  line-height: 130%;
  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;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 10px;
  background-color: #fff;
}

.mv-wrap .tags__label.active {
  background: #1C1C22;
  border-color: #1C1C22;
  color: #fff;
}

.mv-wrap .tags__label.red_tag {
  color: #e31235;
  border-color: transparent;
  z-index: 10;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.mv-wrap .tags__label.red_tag img {
  margin-right: 10px;
}

.mv-wrap .tags__label.full-red_tag {
  background: #e31235;
  color: #fff;
  z-index: 10;
}

.mv-wrap .tags__label.mla {
  margin-left: auto;
}

@media (max-width: 1000px) {
  .mv-wrap .tags__label.mla {
    margin-left: 0;
  }
}

.mv-wrap .tags__label.mra {
  margin-right: auto;
}

.mv-wrap .tags__label + .tags__label {
  margin-left: 12px;
}

.mv-wrap .tags__labels-btn {
  width: 53px;
  height: 53px;
  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;
  border: 1px solid rgba(34, 34, 34, 0.4);
  border-radius: 50%;
  cursor: pointer;
  margin-top: 5px;
  margin-left: 65px;
}

.mv-wrap .tags__labels-btn > svg {
  margin-left: 2px;
}

.mv-wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mv-wrap .info-mob-slider .swiper-slide {
  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;
}

.mv-wrap .info-item > img {
  width: 100%;
  max-width: 352px;
  height: 274px;
  display: block;
  margin: auto;
}

.mv-wrap .info-item {
  width: 100%;
}

.mv-wrap .info-item__header {
  width: 100%;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

.mv-wrap .info-item__title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.02em;
  color: #333;
  font-weight: 500;
  margin-top: -15px;
  margin-bottom: 24px;
  text-align: center;
}

.mv-wrap .info-item__ul {
  list-style-type: none;
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 126px;
}

.mv-wrap .info-item__li {
  padding-left: 13px;
  position: relative;
  font-size: 14px;
  line-height: 180%;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.mv-wrap .info-item__li::before {
  content: "";
  position: absolute;
  background: #e31235;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

.mv-wrap .footer {
  background-color: #fff;
}

.mv-wrap .info-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv-wrap .info-item__footer > .btn {
  width: 120px;
}

.mv-wrap .info-item__price {
  font-size: 2rem;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #e31235;
  margin-right: 16px;
}

.mv-wrap .fullinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mv-wrap .fullinfo__header {
  height: 60px;
  min-width: 1095px;
  background: #25272d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mv-wrap .fullinfo__header-block {
  width: 365px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.3rem;
  letter-spacing: -0.02em;
  color: #fff;
  position: relative;
}

.mv-wrap .fullinfo__header-block.best {
  background: #e3123540;
  border-left: 1px solid #e31235;
  border-right: 1px solid #e31235;
}

.mv-wrap .fullinfo__header-block::before {
  content: "";
  border: 32px solid transparent;
  border-bottom: 16px solid #25272d;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: -48px;
  width: 0;
}

.mv-wrap .fullinfo__header-block.best::before {
  border-bottom-color: #572a2e;
}

.mv-wrap .fullinfo__header-block > .tags__label {
  width: 126px;
  height: 30px;
  margin-left: 18px;
  padding: 0;
}

.mv-wrap .fullinfo__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  background: linear-gradient(253.92deg, #303239 11.03%, #1B1C22 71.7%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 1095px;
}

.mv-wrap .fullinfo__body-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mv-wrap .fullinfo__body-block {
  width: 365px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  padding-right: 8px;
}

.mv-wrap .fullinfo__body-block.pb60 {
  padding-bottom: 60px;
}

.mv-wrap .fullinfo__body-block.best {
  background: #e3123540;
  border-left: 1px solid #e31235;
  border-right: 1px solid #e31235;
}

.mv-wrap .fullinfo__body-block-title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.1rem;
  text-align: center;
  letter-spacing: -0.02em;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 40px;
}

.mv-wrap .fullinfo__body-block > img {
  height: 280px;
  width: 340px;
  margin-bottom: 20px;
}

.mv-wrap .fullinfo__body-block-title-min {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.1rem;
  text-align: center;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 5px;
}

.mv-wrap .fullinfo__body-block-text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #fff;
  width: 352px;
}

.mv-wrap .fullinfo__body-block-video {
  width: 340px;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}

.mv-wrap .fullinfo__body-block-video-poster {
  width: 100%;
  border-radius: 20px;
}

.mv-wrap .fullinfo__body-block-video-play {
  position: absolute;
  left: 70px;
  top: 26px;
}

.mv-wrap .fullinfo__body-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.mv-wrap .choise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 39px 0;
}

.mv-wrap .choise > .btn {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mv-wrap .choise__mob {
  margin-top: 40px;
}

.mv-wrap .choise__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-top: 1px solid #eee;
  position: relative;
}

.mv-wrap .choise__block:first-child {
  border-top: none;
}

.mv-wrap .choise__block:nth-child(2) {
  margin-top: 32px;
}

.mv-wrap .choise__block + .choise__block {
  padding: 24px 0;
}

.mv-wrap .choise__block:first-of-type::before {
  display: none;
}

.mv-wrap .choise__block:last-of-type {
  margin-bottom: 30px;
}

.mv-wrap .choise__main-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv-wrap .info-item .choise__main-item-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0 31px;
}

.mv-wrap .choise__main-item-header {
  height: 32px;
}

.mv-wrap .best-choise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #e31235;
  font-size: 1.2rem;
  line-height: 150%;
  text-transform: uppercase;
  font-weight: 600;
}

.mv-wrap .best-choise > img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.mv-wrap .choise__main-item-labels > svg {
  cursor: pointer;
}

.mv-wrap .choise__main-item-labels > svg + svg {
  margin-left: 8px;
}

.mv-wrap .choise__main-item .choise__main-item-labels > svg + svg {
  margin: 0;
}

.mv-wrap .choise__main-item-title {
  font-size: 2rem;
  line-height: 2.3rem;
  text-align: center;
  letter-spacing: -0.02em;
  color: #333;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mv-wrap .choise__main-item-image {
  margin-top: 0;
  margin-bottom: 0;
  width: 160px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv-wrap .choise__main-item--info,
.mv-wrap .choise__main-price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #e31235;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 63px;
}

.mv-wrap .choise__main-price {
  font-size: 2rem;
}

.mv-wrap .choise__item-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #111;
}

.mv-wrap .choise__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: #333;
  text-align: center;
  padding: 5px;
}

.mv-wrap .choise__item > span {
  margin-top: 8px;
}

.mv-wrap .recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}

.mv-wrap .recommend__block {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 64px;
}

.mv-wrap .recommend__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 352px;
}

.mv-wrap .recommend__item + .recommend__item {
  margin-left: 32px;
}

.mv-wrap .recommend__item > span {
  margin-top: 24px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #333;
  text-align: center;
}

.mv-wrap .recommend__item-image-block {
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.mv-wrap .recommend__item-poster {
  width: 100%;
  border-radius: 20px;
}

.mv-wrap .recommend__item-play {
  position: absolute;
  left: 126px;
  top: 84px;
}

.mv-wrap .footer {
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: -0.05em;
  color: rgba(34, 34, 34, 0.4);
  margin-bottom: 80px;
  margin-top: 40px;
}

.mv-wrap .my-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  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;
  overflow: hidden;
  display: none;
  background: #2b2b2beb;
  z-index: 1000;
}

.mv-wrap .modal__x {
  position: absolute;
  right: 40px;
  top: 20px;
  cursor: pointer;
}

.mv-wrap .modal_yt-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.mv-wrap #yt_iframe {
  z-index: 100;
}

.mv-wrap .recommend-mob, .mv-wrap .choise-row-slider {
  display: none;
}

.mv-wrap .main__buttons > .btn + .btn:hover {
  background: #eb212e;
  border-color: #eb212e;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.mv-wrap .recommend__item {
  text-decoration: none;
}

.mv-wrap .fullinfo__scroll {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.mv-wrap .advantages-tabs {
  background-color: #1C1C22;
  color: #fff;
}

.mv-wrap .advantages-tabs-wrapper {
  max-width: 1120px;
  width: 100%;
  margin: auto;
}

.mv-wrap .advantages-tabs-wrapper__content {
  display: none;
}

.mv-wrap .advantages-tabs-wrapper__content.best {
  display: block;
  padding: 0 0 88px;
}

.mv-wrap .advantages-tabs-wrapper__content h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.mv-wrap .info-item__navs {
  display: block;
  padding: 8px 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  cursor: pointer;
  margin: 36px auto 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.8);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.mv-wrap .info-item__navs p:last-child,
.mv-wrap .info-item__navs.best p:first-child {
  display: none;
}

.mv-wrap .info-item__navs.best p:last-child {
  display: block;
}

.mv-wrap .info-item__navs.best {
  color: #e31235;
  border-color: #e31235;
}

.mv-wrap .advantages-tabs-wrapper__conus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.mv-wrap .advantages-tabs-wrapper__conus div {
  width: 100%;
  max-width: 32%;
  text-align: center;
}

.mv-wrap .advantages-tabs__slider {
  margin-top: 48px;
}

.mv-wrap .advantages-tabs-wrapper__video {
  max-width: 544px;
}

.mv-wrap .advantages-tabs-wrapper__video img {
  border-radius: 16px;
}

.mv-wrap .advantages-tabs-wrapper__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv-wrap .advantages-tabs-wrapper__right {
  width: 100%;
  max-width: 448px;
}

.mv-wrap .advantages-tabs-wrapper__right h2 {
  font-size: 40px;
  line-height: 1.1em;
  letter-spacing: -0.04em;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.mv-wrap .advantages-tabs-wrapper__right p {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: -0.01em;
  margin: 20px 0 0;
}

.mv-wrap .advantages-tabs-wrapper__none,
.mv-wrap .doted-open,
.mv-wrap .advantages-tabs-wrapper__item p.active .dotted-close,
.mv-wrap .advantages-tabs-wrapper__links a:last-child,
.mv-wrap .advantages-tabs-wrapper__links.active a:first-child {
  display: none;
}

.mv-wrap .advantages-tabs-wrapper__item p.active .advantages-tabs-wrapper__none,
.mv-wrap .advantages-tabs-wrapper__item p.active .doted-open {
  display: contents;
}

.mv-wrap .advantages-tabs-wrapper__links.active a:last-child {
  display: block;
}

.mv-wrap .info-mob,
.mv-wrap .advantages-mob,
.mv-wrap .robot-bg__shadow {
  display: none;
}

.mv-wrap .info-mob-slider .swiper-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mv-wrap .robot-power,
.mv-wrap .robot-maps,
.mv-wrap .robot-control {
  position: relative;
  overflow: hidden;
}

.mv-wrap .robot-power {
  background-color: #161b1f;
}

.mv-wrap .robot-bg {
  width: 100%;
  /* max-height: 640px; */
  position: relative;
}

.mv-wrap .robot-cleaning .robot-bg img.robot-mob {
  display: none;
}

.mv-wrap .robot-bg img,
.mv-wrap .robot-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 600px;
}

.mv-wrap .robot-power .container,
.mv-wrap .robot-maps .container,
.mv-wrap .robot-control .container,
.mv-wrap .robot-intellect .container {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
}

.mv-wrap .robot-bg img.robot-bg__right-shadow {
  position: absolute;
  right: 0;
  height: 100%;
  width: 55%;
}

.mv-wrap .robot-content {
  width: 100%;
  max-width: 448px;
  margin-left: auto;
}

.mv-wrap .robot-maps .robot-content,
.mv-wrap .robot-control .robot-content {
  margin-left: 0;
}

.mv-wrap .robot-content h2 {
  color: #fff;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.1em;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}

.mv-wrap .robot-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: -0.01em;
}

.mv-wrap .robot-maps .robot-bg,
.mv-wrap .robot-control .robot-bg {
  max-width: 1066px;
  display: block;
  margin-left: auto;
}

.mv-wrap .robot-maps {
  background-color: #413F42;
}

.mv-wrap .robot-maps img.robot-shadow {
  position: absolute;
  left: -21%;
  top: 0;
  width: auto;
  z-index: 1;
}

.mv-wrap .robot-cleaning {
  background-color: #172026;
  padding: 20px 0 0;
}

.mv-wrap .robot-cleaning .robot-content {
  max-width: 736px;
  margin: 0 auto -60px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.mv-wrap .robot-cleaning .robot-bg {
  max-width: 1142px;
  margin: auto;
}

.mv-wrap .robot-cleaning .robot-bg img.robot-pc {
  position: absolute;
  top: -1px;
  left: -1px;
  height: auto;
  display: block;
}

.mv-wrap .robot-cleaning .robot-bg .robot-block-shadow {
  position: absolute;
  right: -1px;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#172026), color-stop(8.67%, rgba(23, 32, 38, 0))), -webkit-gradient(linear, right top, left top, from(#172026), color-stop(6.48%, rgba(23, 32, 38, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(7.5%, #172026), color-stop(26.38%, rgba(43, 66, 84, 0)));
  background: linear-gradient(90deg, #172026 0%, rgba(23, 32, 38, 0) 8.67%), linear-gradient(270deg, #172026 0%, rgba(23, 32, 38, 0) 6.48%), linear-gradient(180deg, #172026 7.5%, rgba(43, 66, 84, 0) 26.38%);
  width: 100%;
  height: 100%;
}

.mv-wrap .robot-cleaning .robot-bg video {
  margin-bottom: -14px;
}

.mv-wrap .robot-control {
  background-color: #0C0A0A;
}

.mv-wrap .robot-control ul {
  margin: 10px 0;
  padding-left: 12px;
}

.mv-wrap .robot-control li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  line-height: 1.5em;
  font-size: 18px;
  letter-spacing: -0.01em;
  font-weight: 500;
}

.mv-wrap .robot-control li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 100px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 10px;
}

.mv-wrap .robot-content__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.mv-wrap .robot-content__buttons a:not(:last-child) {
  margin-right: 24px;
}

.mv-wrap .robot-bg img.control-shadow {
  position: absolute;
  left: 0;
  width: auto;
}

.mv-wrap .main__bg_mob,
.mv-wrap .robot-mob {
  display: none;
}

.mv-wrap .robot-intellect {
  position: relative;
  margin-top: -2px;
}

.mv-wrap .robot-intellect__shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  z-index: 1;
}

.mv-wrap .robot-intellect .robot-content {
  margin: auto;
  text-align: center;
  max-width: 645px;
}

.mv-wrap .item-comparison__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px auto 0;
  position: relative;
}

.mv-wrap .choise .flex-container {
  max-width: 1288px;
}

.mv-wrap .choise h3 {
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: -0.03em;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mv-wrap .choise .swiper-slide h4 {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 500;
}

.mv-wrap .choise .swiper-slide h3 {
  font-size: 29px;
  font-weight: 500;
  color: #333;
}

.mv-wrap .item-comparison__characteristics {
  width: 18%;
}

.mv-wrap .item-comparison__main {
  width: 82%;
}

.mv-wrap .choise .swiper-slide ul {
  padding: 0;
  margin: auto;
}

.mv-wrap .choise .swiper-slide ul li,
.mv-wrap .item-comparison__content .item-comparison__characteristics ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 0;
  color: #333;
  text-align: center;
  font-size: 12px;
  min-height: 40px;
  padding-bottom: 12px;
  position: relative;
  font-weight: 500;
}

.mv-wrap .choise .swiper-slide ul li.table-price {
  font-size: 24px;
  font-weight: 700;
}

.mv-wrap .item-comparison__content .item-comparison__characteristics ul li:first-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 294px;
}

.mv-wrap .choise .swiper-slide ul li:first-child,
.mv-wrap .item-comparison__content .item-comparison__characteristics ul li:first-child {
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

.mv-wrap .choise .swiper-slide ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mv-wrap .choise .swiper-slide ul li div svg:not(:last-child) {
  margin-right: 8px;
}

.mv-wrap .item-comparison__direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mv-wrap .item-comparison__direction .btn {
  margin-top: 16px;
  max-width: 120px;
  background-color: #e31235;
  border-radius: 100px;
  color: #333;
  padding: 6px 0;
}

.mv-wrap .item-comparison__image h2 {
  color: #333;
  font-weight: 500;
  margin-top: 156px;
}

.mv-wrap .choise .swiper-slide ul li span {
  display: none;
}

.mv-wrap .item-comparison__content .item-comparison__characteristics ul li {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mv-wrap .item-comparison__content ul li:nth-child(2) {
  padding-top: 22px;
}

.mv-wrap .item-comparison__characteristics ul {
  margin-left: 0;
}

.mv-wrap .item-comparison__image {
  min-height: 384px;
}

.mv-wrap .item-comparison__image img {
  max-width: 132px;
  width: 100%;
}

.mv-wrap .item-comparison__image a {
  max-width: 152px;
  width: 100%;
  background-color: #F28130;
  display: inline-block;
  text-align: center;
  padding: 16px 0;
  font-size: 13px;
  font-weight: 900;
  color: #333;
  border-radius: 50px;
  text-transform: uppercase;
  margin-top: 15px;
}

.mv-wrap .choise .swiper-slide {
  padding-top: 16px;
}

.mv-wrap .choise__main-price {
  min-height: auto;
}

.mv-wrap .choise__main-item-labels {
  margin-top: 10px;
}

.mv-wrap .choise .swiper-slide ul li,
.mv-wrap .item-comparison__content .item-comparison__characteristics ul li {
  border-bottom: 1px solid #eee;
  height: 120px;
  padding: 0;
}

.mv-wrap .choise .swiper-slide ul li.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 20px;
}

.mv-wrap .flex-column p {
  margin-top: 10px;
  line-height: 1.67em;
}

.mv-wrap .item-comparison__content .item-comparison__characteristics ul li {
  font-size: 12px;
  font-weight: 700;
  padding-right: 16px;
  text-transform: uppercase;
  padding-right: 60px;
}

.mv-wrap .item-comparison__slider .swiper-scrollbar-drag {
  background: #e31235;
  cursor: pointer;
}

.mv-wrap .item-comparison__slider {
  padding-bottom: 40px;
}

.mv-wrap .align-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mv-wrap .choise .swiper-slide ul li.h20,
.mv-wrap .item-comparison__content .item-comparison__characteristics ul li.h20 {
  height: 100px;
}

.mv-wrap .arrow-up {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
}

.mv-wrap .robot-power video {
  height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  margin-left: -4px;
}
