@charset "UTF-8";
* {
  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;
}

.m-wrapper ul li {
  list-style: none;
}
.m-wrapper img {
  max-width: 100%;
  vertical-align: top;
  font-size: 10px;
  line-height: 1.1;
}
.m-wrapper 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 img {
  border-radius: 0 0 80px 80px;
}

.m-cards__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.m-cards__item {
  flex: 0 1 48%;
  outline: 1px solid rgba(204, 204, 204, 0.4);
  border-radius: 20px;
  min-height: 250px;
  padding: 20px;
}
@media (min-width: 1279.98px) {
  .m-cards__item {
    background-size: 101% 101% !important;
    background-position: 0 0;
  }
}
@media (max-width: 1279.98px) {
  .m-cards__item {
    background-size: cover !important;
    background-position: right 80% !important;
  }
}
@media (max-width: 767.98px) {
  .m-cards__item {
    flex: 0 1 100%;
    min-height: 287px;
    background-position: center !important;
  }
}
.m-cards__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  height: 100%;
  max-width: 253px;
}
@media (max-width: 767.98px) {
  .m-cards__content {
    justify-content: flex-start;
    gap: 5px;
    max-width: 193px;
  }
}
.m-cards__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27273;
  color: #fff;
}
.m-cards__subtitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.27273;
  color: #fff;
}
.m-cards__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  max-width: 150px;
  text-align: left;
  white-space: nowrap;
  border-radius: 20px;
  padding: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  background: #e31235;
  color: #fff;
}
.m-cards__link::after {
  content: "";
  width: 12px;
  height: 24px;
  background: url("../img/icons/arrow-link.svg") center no-repeat;
}
@media (max-width: 767.98px) {
  .m-cards__link::after {
    width: 9px;
    height: 18px;
  }
}
@media (max-width: 767.98px) {
  .m-cards__link {
    padding: 11px;
    border-radius: 14px;
  }
}
.m-cards__item--bg-1 {
  background: url("../img/cards/img-1.jpg") 0 0 no-repeat;
}
.m-cards__item--bg-2 {
  background: url("../img/cards/img-2.jpg") 0 0 no-repeat;
}
.m-cards__item--bg-3 {
  background: url("../img/cards/img-3.jpg") 0 0 no-repeat;
}
.m-cards__item--bg-4 {
  background: url("../img/cards/img-4.jpg") 0 0 no-repeat;
}
.m-cards__item--bg-5 {
  background: url("../img/cards/img-5.jpg") 0 0 no-repeat;
}
.m-cards__item--bg-6 {
  background: url("../img/cards/img-6.jpg") 0 0 no-repeat;
}
.m-cards__item--bg-6 .m-cards__title,
.m-cards__item--bg-6 .m-cards__subtitle {
  color: #1e1e1e !important;
}
@media (max-width: 1279.98px) {
  .m-cards__item--bg-6 {
    background-size: cover !important;
    background-position: 50% center !important;
  }
}

@media (min-width: 1279.98px) {
  .m-cards__item {
    transition-duration: 0.3s;
  }
  /* Эффект при наведении на ссылку внутри карточки */
  .m-cards__item:has(.m-cards__link:hover) {
    background-size: 104% 104% !important;
    background-position: -12px 0px;
  }
}
@media (max-width: 767.98px) {
  .m-cards__item--bg-1 {
    background: url("../img/cards/m-img-1.jpg") 0 0 no-repeat;
  }
  .m-cards__item--bg-2 {
    background: url("../img/cards/m-img-2.jpg") 0 0 no-repeat;
  }
  .m-cards__item--bg-3 {
    background: url("../img/cards/m-img-3.jpg") 0 0 no-repeat;
  }
  .m-cards__item--bg-4 {
    background: url("../img/cards/m-img-4.jpg") 0 0 no-repeat;
  }
  .m-cards__item--bg-5 {
    background: url("../img/cards/m-img-5.jpg") 0 0 no-repeat;
  }
  .m-cards__item--bg-6 {
    background: url("../img/cards/m-img-6.jpg") 0 0 no-repeat;
  }
  .m-cards__title,
  .m-cards__subtitle {
    font-size: 16px;
    line-height: 1.25;
  }
  .banner img {
    border-radius: 0 0 40px 40px;
  }
}
.page {
  flex: 1 1 auto;
  z-index: 2;
}
