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

.m-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  color: #1b1919;
  background: linear-gradient(90deg, #f7f7f7 0%, #afa5a5 100%);
  border: 2px solid #c89595;
  border-radius: 16px;
  padding: 20px 40px;
}
@media (max-width: 991.98px) {
  .m-title {
    padding: 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .m-title {
    font-size: 18px;
    line-height: 1.22222;
    padding: 12px;
  }
}

.m-list {
  display: flex;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #1b1919;
}
@media (max-width: 767.98px) {
  .m-list {
    font-size: 14px;
    line-height: 1.42857;
    gap: 8px;
  }
}

.m-list::before {
  content: "";
  min-width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  transform: translateY(10px);
}
@media (max-width: 767.98px) {
  .m-list::before {
    transform: translateY(6px);
  }
}

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

.hero__bg {
  background: url("../img/bg-1.png") right center no-repeat;
  background-size: cover;
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .hero__bg {
    padding: 20px;
  }
}
.hero__title {
  max-width: 790px;
  margin-inline: auto;
}
.hero__items {
  max-width: 812px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 40px;
  margin-block: 60px;
}
@media (max-width: 767.98px) {
  .hero__items {
    gap: 20px;
    margin-block: 60px;
  }
}
.hero__item {
  flex: 0 1 48.76%;
}
@media (max-width: 767.98px) {
  .hero__item {
    flex: 100%;
  }
  .hero__item:last-child {
    text-align: center;
  }
}
.hero__desc--bold {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27273;
  color: #000;
}
@media (max-width: 767.98px) {
  .hero__desc--bold {
    font-size: 22px;
    line-height: 1.27273;
  }
}
.hero__desc--norm {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
.hero__desc--fz {
  font-size: 22px;
  line-height: 1.27273;
  color: #000;
}
@media (max-width: 479.98px) {
  .hero__img {
    scale: 1.21;
  }
}

.chief-assistant__bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  background: url("../img/bg-2.png") right center no-repeat;
  background-size: cover;
  padding: 60px;
}
@media (max-width: 991.98px) {
  .chief-assistant__bg {
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .chief-assistant__bg {
    gap: 20px;
    padding: 20px;
  }
}
.chief-assistant__title {
  max-width: 565px;
  margin-inline: auto;
  font-size: 22px;
}
@media (max-width: 767.98px) {
  .chief-assistant__title {
    font-size: 18px;
    line-height: 1.22222;
  }
}
.chief-assistant__img {
  max-width: 1100px;
  margin-inline: auto;
}
.chief-assistant__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .chief-assistant__items {
    gap: 16px;
  }
}
.chief-assistant__item {
  flex: 0 1 48%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .chief-assistant__item {
    flex: 0 1 100%;
    align-items: flex-start;
  }
}
@media (max-width: 479.98px) {
  .chief-assistant__item:nth-child(3) br {
    display: none;
  }
}
.chief-assistant__icon {
  max-width: 112px;
}
@media (max-width: 767.98px) {
  .chief-assistant__icon {
    max-width: 60px;
  }
}
.chief-assistant__icon img {
  width: 100%;
}
.chief-assistant__title-characteristics {
  font-size: 16px;
  line-height: 1.375;
  color: #1b1919;
  margin-left: 14px;
}
@media (max-width: 767.98px) {
  .chief-assistant__title-characteristics {
    font-size: 14px;
    line-height: 1.42857;
    margin-left: 13px;
  }
}
.equipment__bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background: url("../img/bg-3.png") right center no-repeat;
  background-size: cover;
  padding: 60px;
}
@media (max-width: 767.98px) {
  .equipment__bg {
    gap: 20px;
    padding: 20px;
  }
}
.equipment__subtitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27273;
  text-align: center;
  color: #1b1919;
}
@media (max-width: 767.98px) {
  .equipment__subtitle {
    font-size: 18px;
    line-height: 1.22222;
  }
}
.equipment__desc {
  max-width: 820px;
  margin-inline: auto;
  font-size: 22px;
  line-height: 1.27273;
  text-align: center;
  color: #1b1919;
}
@media (max-width: 767.98px) {
  .equipment__desc {
    font-size: 14px;
    line-height: 1.42857;
    text-align: center;
    color: #1b1919;
  }
}
.equipment__product-block {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .equipment__product-block {
    flex-direction: column;
    justify-content: center;
  }
}
.equipment__img {
  flex: 0 1 50%;
}
@media (max-width: 479.98px) {
  .equipment__img img {
    scale: 1.23;
  }
}
.equipment__ifno {
  flex: 0 1 50%;
}
.equipment__text {
  font-size: 16px;
  line-height: 1.5;
  color: #1b1919;
}
@media (max-width: 767.98px) {
  .equipment__text {
    font-size: 14px;
    line-height: 1.42857;
  }
}
.equipment__result-title {
  font-size: 22px;
  line-height: 1.27273;
  text-align: center;
  color: #1b1919;
}
@media (max-width: 767.98px) {
  .equipment__result-title {
    font-size: 18px;
    line-height: 1.22222;
  }
}
.equipment__result-desc {
  max-width: 820px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #1b1919;
  margin: 20px auto 40px auto;
}
@media (max-width: 767.98px) {
  .equipment__result-desc {
    font-size: 14px;
    line-height: 1.42857;
    margin: 10px auto 20px auto;
  }
}
.equipment__items {
  display: flex;
  gap: 60px;
}
@media (max-width: 991.98px) {
  .equipment__items {
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .equipment__items {
    flex-direction: column;
    gap: 20px;
  }
}
.equipment__item {
  flex: 0 1 33.333%;
}
.equipment__image img {
  border-radius: 12px;
}

.advantages__bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background: url("../img/bg-4.png") right center no-repeat;
  background-size: cover;
  padding: 60px;
}
@media (max-width: 767.98px) {
  .advantages__bg {
    gap: 20px;
    padding: 20px;
  }
}
.advantages__list-item {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27273;
  color: #1b1919;
}
@media (max-width: 767.98px) {
  .advantages__list-item {
    font-size: 18px;
    line-height: 1.22222;
  }
}
.advantages__items {
  display: flex;
}
@media (max-width: 767.98px) {
  .advantages__items {
    flex-direction: column;
    gap: 20px;
  }
}
.advantages__item {
  flex: 0 1 50%;
}
@media (min-width: 767.98px) {
  .advantages__item:first-child {
    border-right: solid 1px #fff;
    padding-right: 60px;
  }
  .advantages__item:last-child {
    padding-left: 60px;
  }
}
.advantages__title {
  margin-left: 13px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27273;
  color: #1b1919;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .advantages__title {
    font-size: 18px;
    line-height: 1.22222;
    text-align: center;
  }
}
.advantages__desc {
  font-size: 16px;
  line-height: 1.5;
  color: #1b1919;
}
@media (max-width: 767.98px) {
  .advantages__desc {
    font-size: 14px;
    line-height: 1.42857;
  }
}
.advantages__imgs {
  display: flex;
  gap: 20px;
}
.advantages__img {
  margin-top: 15px;
}
.advantages__iframe {
  margin: 24px 0;
  position: relative;
  aspect-ratio: 16/9;
}
.advantages__iframe iframe {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.m-iframe__bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background: url("../img/bg-4.png") right center no-repeat;
  background-size: cover;
  padding: 60px;
}
@media (max-width: 767.98px) {
  .m-iframe__bg {
    gap: 20px;
    padding: 20px;
  }
}
.m-iframe__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 500px));
  gap: 40px;
}
@media (max-width: 767.98px) {
  .m-iframe__items {
    grid-template-columns: repeat(1, minmax(280px, 700px));
  }
}
.m-iframe__item {
  position: relative;
  aspect-ratio: 16/9;
}
.m-iframe__item iframe {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.page {
  flex: 1 1 auto;
  z-index: 2;
}
