* {
  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;
}
.mv__container {
  max-width: 1600px;
  width: 100%;
  padding: 0 42px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .mv__container {
    max-width: 1280px;
    padding: 0 26px;
  }
}
@media (max-width: 1279.98px) {
  .mv__container {
    max-width: 1024px;
    padding: 0 42px;
  }
}
@media (max-width: 991.98px) {
  .mv__container {
    max-width: none;
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .mv__container {
    max-width: none;
    padding: 0 15px;
  }
}

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 {
  max-width: 1368px;
  margin-inline: auto;
  color: #333;
  font-weight: 400;
  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%;
  }
}
.quota__title span {
  font-weight: 700;
}

.swiper-button-prev,
.swiper-button-next {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background-color: #fff;
  user-select: none;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  height: 48px;
  width: 48px;
}
@media (max-width: 1600px) {
  .swiper-button-prev,
  .swiper-button-next {
    transform: scale(0.7);
    top: 37%;
  }
}
@media (max-width: 991.98px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 42%;
  }
}

.swiper-button-prev {
  box-shadow: -5px 5px 10px rgba(4, 6, 28, 0.1);
  left: 20px;
}
.swiper-button-prev::after {
  background: url("../img/icons/arrow-left.svg") center no-repeat;
}
@media (max-width: 1600px) {
  .swiper-button-prev {
    left: 10px;
  }
}
@media (max-width: 1279.98px) {
  .swiper-button-prev {
    left: 25px;
  }
}
@media (max-width: 991.98px) {
  .swiper-button-prev {
    left: 5px;
  }
}

.swiper-button-next {
  box-shadow: 5px 5px 10px rgba(4, 6, 28, 0.1);
  right: 20px;
}
.swiper-button-next::after {
  background: url("../img/icons/arrow-right.svg") center no-repeat;
}
@media (max-width: 1600px) {
  .swiper-button-next {
    right: 10px;
  }
}
@media (max-width: 1279.98px) {
  .swiper-button-next {
    right: 25px;
  }
}
@media (max-width: 991.98px) {
  .swiper-button-next {
    right: 5px;
  }
}

.m-stories__container {
  position: relative;
}
.m-stories__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  color: #333;
  margin-bottom: 48px;
}
@media (max-width: 1600px) {
  .m-stories__title {
    margin-bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  .m-stories__title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.27273;
    text-align: center;
  }
}
.m-stories__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m-stories__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.m-stories__text--info {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2222;
  color: #333;
  margin: 10px 0;
}
@media (max-width: 767.98px) {
  .m-stories__text--info {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    margin: 6px 0;
  }
}
.m-stories__text--title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  .m-stories__text--title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 20px;
  }
}
.m-stories__link {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #e31235;
  max-width: 110px;
  padding: 5px;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .m-stories__link {
    font-weight: 500;
  }
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-pagination-bullet {
  background-color: #000;
}

.swiper-pagination-bullet-active {
  background-color: #e31235;
}

@media (min-width: 767.98px) {
  .swiper-pagination {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .m-stories__button {
    display: none;
  }
}
.present {
  max-width: 1920px;
  margin-inline: auto;
}
.present__items {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 45px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .present__items {
    gap: 40px;
  }
}
.present__item {
  flex: 0 1 250px;
}
.present__btn {
  border: 10px solid #fff;
  padding: 25px 68px;
  background: linear-gradient(180deg, rgb(243, 246, 184) 0%, rgb(125, 188, 161) 100%);
  border-radius: 100px;
  position: relative;
  z-index: 10;
  box-shadow:
    0 0px 10px gray,
    0px 21px 29px -17px rgb(0, 0, 0);
}
@media (max-width: 767.98px) {
  .present__btn {
    padding: 20px 40px;
  }
}
.present__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100px;
  opacity: 0;
  background: linear-gradient(0deg, rgb(245, 235, 187) 29%, rgb(245, 129, 162) 100%);
  transition-duration: 0.3s;
  z-index: -10;
}
.present__btn span {
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.17293;
  color: #1e1e1e;
  width: 240px;
}
.present__btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 92%;
  border-radius: 100px;
  background: linear-gradient(180deg, rgba(254, 254, 254, 0.8) 15%, rgba(175, 213, 197, 0.1) 60%, rgb(175, 213, 197) 60%, rgb(125, 188, 161) 100%);
  z-index: -10;
}
.present__btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98.35%;
  height: 92%;
  opacity: 0;
  border-radius: 100px;
  background: linear-gradient(0deg, rgb(245, 235, 187) 29%, rgb(254, 180, 201) 100%);
  transition-duration: 0.3s;
  z-index: -10;
}
@media (max-width: 767.98px) {
  .present__btn span {
    max-width: 180px !important;
    font-size: 17px;
    line-height: 1.17293;
  }
}
.present__btn:hover::before {
  transition: opacity 0.3s ease 0s;
  opacity: 1;
}
.present__btn:hover span::after {
  transition: opacity 0.3s ease 0s;
  opacity: 1;
}
.present__listings {
  margin-top: 96px;
}
@media (max-width: 991.98px) {
  .present__listings {
    margin-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .present__listings {
    margin-top: 40px;
  }
}
@media (min-width: 991.98px) {
  .present--bg-1,
  .present--bg-3 {
    background: url("../img/tabs-bg-1.png") center 30%/100% auto no-repeat;
  }
  .present--bg-2 {
    background: url("../img/tabs-bg-2.png") center center/100% auto no-repeat;
  }
}
._tabs-item._active::before,
._tabs-item._active span::after {
  opacity: 1;
}

.present__listings {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  visibility: visible;
}

@media (max-width: 767.98px) {
  .present__listings {
    min-height: 470px;
  }
}
.present__listing {
  position: absolute;
  top: 0;
  width: 100%;
  transition-duration: 0.6s;
}

.present__listing._tabs-block._active {
  transform: translateY(0%);
  visibility: visible;
}

.present__listing._tabs-block {
  transform: translateY(100%);
  visibility: hidden;
}

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