* {
  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: 1280px;
  width: 100%;
  padding: 0 26px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .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%);
}

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

.m-quota__title {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.27273;
  text-align: center;
  color: #000;
}
@media (max-width: 767.98px) {
  .m-quota__title {
    font-size: 18px;
    line-height: 1.22222;
  }
}
.m-quota__title span {
  display: block;
}
.m-quota__title span:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .m-quota__title span:not(:last-child) {
    margin-bottom: 15px;
  }
}

.m-info-section__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .m-info-section__item {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}
@media (min-width: 991.98px) {
  .m-info-section__img {
    flex: 0 1 54.315%;
  }
}
@media (max-width: 991.98px) {
  .m-info-section__img {
    flex: 1 0 400px;
  }
}
@media (max-width: 767.98px) {
  .m-info-section__img {
    flex: 1 0 100%;
  }
}
.m-info-section__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media (min-width: 767.98px) {
  .m-info-section__desc {
    max-width: 394px;
  }
}
@media (max-width: 767.98px) {
  .m-info-section__desc {
    font-size: 14px;
    line-height: 1.42857;
  }
}

.m-info-section__item--reverse {
  flex-direction: row-reverse;
}

.m-about-roduct__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .m-about-roduct__item {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.m-about-roduct__img {
  flex: 0 1 32.247%;
}
@media (max-width: 767.98px) {
  .m-about-roduct__img {
    flex: 0 1 100%;
  }
}
.m-about-roduct__content {
  flex: 0 1 32.247%;
}
@media (max-width: 767.98px) {
  .m-about-roduct__content {
    flex: 0 1 100%;
    padding: 0;
  }
}
.m-about-roduct__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27273;
  color: #000;
  margin-bottom: 14px;
}
@media (max-width: 991.98px) {
  .m-about-roduct__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .m-about-roduct__title {
    font-size: 14px;
    line-height: 1.42857;
  }
}
.m-about-roduct__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 991.98px) {
  .m-about-roduct__desc {
    font-size: 14px;
    line-height: 1.42857;
  }
}

@media (max-width: 767.98px) {
  .m-about-roduct__img--none {
    display: none;
  }
  .m-about-roduct__img--order-1 {
    order: 1;
  }
  .m-about-roduct__img--order-2 {
    order: 2;
  }
  .m-about-roduct__img--order-3 {
    order: 3;
  }
}

@media (max-width: 767.98px) {
  .m-ifno-banner__body {
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
  }
}
@media (min-width: 767.98px) {
  .m-ifno-banner__img {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .m-ifno-banner__img {
    display: block;
    min-width: 320px;
    height: 253px;
  }
  .m-ifno-banner__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right 0%;
  }
}
@media (min-width: 767.98px) {
  .m-ifno-banner__content {
    max-width: 346px;
    margin-left: auto;
    padding: 47px 37px 47px 0;
  }
}
@media (max-width: 767.98px) {
  .m-ifno-banner__content {
    margin-bottom: 12px;
  }
}
.m-ifno-banner__logo {
  max-width: 124px;
}
@media (min-width: 767.98px) {
  .m-ifno-banner__logo {
    margin-left: auto;
  }
}
.m-ifno-banner__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27273;
  color: #000;
  margin: 16px 0;
}
@media (max-width: 991.98px) {
  .m-ifno-banner__title {
    font-size: 18px;
    line-height: 1.22222;
    margin: 12px 0;
  }
}
@media (min-width: 767.98px) {
  .m-ifno-banner__title {
    text-align: right !important;
  }
}
.m-ifno-banner__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 991.98px) {
  .m-ifno-banner__desc {
    font-size: 14px;
    line-height: 1.42857;
  }
}
@media (min-width: 767.98px) {
  .m-ifno-banner__desc {
    text-align: right;
  }
}

@media (min-width: 767.98px) {
  .m-ifno-banner__content--left {
    margin: 0;
  }

  .m-ifno-banner__content--left.m-ifno-banner__content {
    padding: 47px 0px 47px 37px;
  }
}

.m-ifno-banner__content--left .m-ifno-banner__logo {
  margin-left: 0 !important;
}
.m-ifno-banner__content--left .m-ifno-banner__title,
.m-ifno-banner__content--left .m-ifno-banner__desc {
  text-align: left !important;
}

.m-technologies__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .m-technologies__item {
    flex-wrap: wrap;
    gap: 12px;
  }
}
@media (min-width: 767.98px) {
  .m-technologies__img {
    flex: 0 1 32.247%;
  }
  .m-technologies__content {
    flex: 0 1 32.247%;
  }
}
@media (max-width: 767.98px) {
  .m-technologies__img {
    flex: 0 1 100%;
  }
  .m-technologies__content {
    flex: 0 1 100%;
  }
}
.m-technologies__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27273;
  color: #000;
  margin: 16px 0;
}
@media (max-width: 991.98px) {
  .m-technologies__title {
    font-size: 18px;
    line-height: 1.22222;
    margin: 12px 0;
  }
}
.m-technologies__desk {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 991.98px) {
  .m-technologies__desk {
    font-size: 14px;
    line-height: 1.42857;
  }
}

.m-technologies__item--reverse {
  flex-direction: row-reverse;
}

.m-advantages__items {
  display: flex;
}
@media (max-width: 767.98px) {
  .m-advantages__items {
    flex-wrap: wrap;
  }
}
@media (min-width: 767.98px) {
  .m-advantages__item {
    flex: 0 1 32.247%;
  }
}
@media (max-width: 767.98px) {
  .m-advantages__item {
    flex: 0 1 100%;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
  }
}
.m-advantages__img {
  max-width: 140px;
}
@media (min-width: 767.98px) {
  .m-advantages__img {
    margin-inline: auto;
  }
}
@media (max-width: 767.98px) {
  .m-advantages__img {
    max-width: 93px;
    min-width: 93px;
  }
}
.m-advantages__img img {
  width: 100%;
}
.m-advantages__info {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27273;
  text-align: center;
  color: #000;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .m-advantages__info {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .m-advantages__info {
    font-size: 14px;
    line-height: 1.42857;
    text-align: left;
  }
}

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