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

.m-wrapper {
  color: #333;
  font-size: 14px;
  background: #fff;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.m-container {
  max-width: 1600px;
  width: 100%;
  padding: 0 42px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .m-container {
    max-width: 1280px;
    padding: 0 26px;
  }
}
@media (max-width: 1279.98px) {
  .m-container {
    max-width: 1024px;
    padding: 0 42px;
  }
}
@media (max-width: 991.98px) {
  .m-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;
}

.m-wrapper a.btn,
.m-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) {
  .m-wrapper a.btn:hover,
  .m-wrapper button.btn:hover {
    background-color: #bd0f2c;
  }
  .m-wrapper a.btn:focus,
  .m-wrapper button.btn:focus {
    background-color: #9c0c24;
  }
}
.m-wrapper a.btn._fw,
.m-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 {
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
}
@media (max-width: 1600px) {
  .quota__title {
    font-size: calc(22px + 10 * ((100vw - 320px) / 1280));
  }
}
@media (max-width: 767.98px) {
  .quota__title {
    line-height: 127%;
  }
}

.mline-bg {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 1920px;
  margin-inline: auto;
  background: url("../img/bg-desk.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .mline-bg {
    background: url("../img/bg-mob.jpg") 0 0 no-repeat;
  }
}

.mbrands__items {
  display: flex;
  justify-content: center;
  gap: 56px;
}
@media (max-width: 991.98px) {
  .mbrands__items {
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .mbrands__items {
    flex-direction: column;
    align-items: center;
  }
}
.mbrands__item:nth-child(1) {
  max-width: 451px;
}
.mbrands__item:nth-child(2) {
  max-width: 260px;
}
.mbrands__item:nth-child(3) {
  max-width: 338px;
}
.mbrands__item img {
  border-radius: 20px;
}

.m-advantages__items {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .m-advantages__items {
    flex-direction: column;
  }
}
@media (min-width: 767.98px) {
  .m-advantages__item:nth-child(-n+3) {
    width: calc(33.333% - 20px);
  }
  .m-advantages__item:nth-child(n+4):nth-child(-n+5) {
    width: calc(50% - 20px);
  }
}
.m-advantages__item img {
  border-radius: 20px;
}

.title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.65;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .title {
    font-size: 28px;
    line-height: 1.28571;
    margin-bottom: 20px;
  }
}

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