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

.title {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #000;
}
@media (max-width: 767.98px) {
  .title {
    font-size: 16px;
    line-height: 1.2;
  }
}

.desc {
  font-size: 22px;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 767.98px) {
  .desc {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
  }
}

.caption {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857;
  text-align: center;
  color: #000;
}
@media (max-width: 767.98px) {
  .caption {
    font-size: 12px;
    line-height: 1.5;
  }
}

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%);
}

.quota__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  color: #333;
}
.quota__title strong {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .quota__title {
    font-size: 22px;
    line-height: 1.27273;
  }
}

.m-banner {
  max-width: 1440px;
  margin-inline: auto;
}
@media (min-width: 767.98px) {
  .prm-features {
    max-width: 1440px;
    margin-inline: auto;
    background: url("//static.mvideo.ru/media/Promotions/Promo_Page/2025/February/gama-new-page/img/bg-img.jpg") center 0/1440px 100% no-repeat;
    padding: 112px 0 107px 0;
  }
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  .prm-features {
    padding: 65px 0;
  }
}
.prm-features__item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .prm-features__item {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .prm-features__img {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 767.98px) {
  .prm-features__img {
    min-width: 380px;
  }
}
.prm-features__list {
  display: grid;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .prm-features__list {
    transform: scale(0.8);
  }
}
@media (max-width: 767.98px) {
  .prm-features__list {
    background-color: #e9dedb;
    margin-top: 40px;
    padding: 16px;
    transform: scale(1);
  }
}
.prm-features__text {
  display: flex;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .prm-features__text {
    gap: 10px;
  }
}
.prm-features__text:not(:last-child)::before {
  content: "";
  display: inline-block;
  background-color: #222121;
  border-radius: 50%;
  margin-top: 2px;
  min-width: 15px;
  height: 15px;
}
@media (max-width: 767.98px) {
  .prm-features__text:not(:last-child)::before {
    min-width: 10px;
    height: 10px;
    margin-top: 4px;
  }
}
.prm-features__text:last-child {
  margin-left: 35px;
}
@media (max-width: 767.98px) {
  .prm-features__text:last-child {
    margin-left: 20px;
  }
}
.prm-features__item--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .prm-features__item--reverse {
    flex-direction: column-reverse;
  }
}
.prm-features__list.mg {
  margin: 0px 0 40px;
}

.product-specs {
  max-width: 1440px;
  margin-inline: auto;
  background-color: #e9dedb;
  padding: 50px 0;
}
@media (max-width: 767.98px) {
  .product-specs {
    padding: 25px 0;
  }
}
@media (min-width: 767.98px) {
  .product-specs__container {
    display: flex;
  }
}
.product-specs__items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 991.98px) {
  .product-specs__items {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .product-specs__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
}
.product-specs__item {
  max-width: 266px;
  text-align: center;
}
.product-specs__item img {
  max-width: 111px;
  max-height: 111px;
}
@media (max-width: 767.98px) {
  .product-specs__item img {
    max-width: 80px;
    max-height: 80px;
  }
}
@media (max-width: 1280px) {
  .product-specs__item {
    width: 260px;
  }
}
@media (max-width: 767.98px) {
  .product-specs__item {
    flex-wrap: nowrap;
    width: 100%;
  }
}
.product-specs__title {
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .product-specs__title {
    margin: 15px 0;
  }
}
.product-specs__image {
  max-width: 406px;
}
.product-specs__image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .product-specs__image {
    display: none;
  }
}

.product-details {
  max-width: 1440px;
  margin-inline: auto;
  background-color: #e9dedb;
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .product-details {
    padding: 28px 0 23px;
  }
}
.product-details__items {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .product-details__items {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .product-details__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.product-details__item {
  text-align: center;
}
.product-details__item:nth-child(1) {
  flex: 0 1 275px;
}
.product-details__item:nth-child(2) {
  flex: 0 1 209px;
}
.product-details__item:nth-child(3) {
  flex: 0 1 160px;
}
.product-details__item:nth-child(4) {
  flex: 0 1 180px;
}
.product-details__item:nth-child(5) {
  flex: 0 1 264px;
}
.product-details__item img {
  max-width: 111px;
  height: 111px;
}
@media (max-width: 767.98px) {
  .product-details__item img {
    max-width: 80px;
    height: 80px;
  }
}
.product-details__title {
  margin: 24px 0;
}
@media (max-width: 767.98px) {
  .product-details__title {
    margin: 15px 0;
  }
}
.product-details__desc {
  margin-inline: auto;
}

@media (max-width: 767.98px) {
  .order-1 {
    order: 5;
    grid-column: 1/3;
  }
  .order-2 {
    order: 3;
  }
  .order-3 {
    order: 1;
  }
  .order-4 {
    order: 2;
  }
  .order-5 {
    order: 4;
  }
}
.page {
  flex: 1 1 auto;
  z-index: 2;
}
