* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
}

.m-wrapper {
  font-size: 18px;
}

section._mb,
div._mb,
h1._mb,
h2._mb,
h3._mb,
h4._mb {
  margin-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._mb,
  div._mb,
  h1._mb,
  h2._mb,
  h3._mb,
  h4._mb {
    margin-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mb,
  div._mb,
  h1._mb,
  h2._mb,
  h3._mb,
  h4._mb {
    margin-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mb,
  div._mb,
  h1._mb,
  h2._mb,
  h3._mb,
  h4._mb {
    margin-bottom: 40px;
  }
}
section._mt,
div._mt,
h1._mt,
h2._mt,
h3._mt,
h4._mt {
  margin-top: 96px;
}
@media (max-width: 1439.98px) {
  section._mt,
  div._mt,
  h1._mt,
  h2._mt,
  h3._mt,
  h4._mt {
    margin-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mt,
  div._mt,
  h1._mt,
  h2._mt,
  h3._mt,
  h4._mt {
    margin-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mt,
  div._mt,
  h1._mt,
  h2._mt,
  h3._mt,
  h4._mt {
    margin-top: 40px;
  }
}
section._pt,
div._pt,
h1._pt,
h2._pt,
h3._pt,
h4._pt {
  padding-top: 96px;
}
@media (max-width: 1439.98px) {
  section._pt,
  div._pt,
  h1._pt,
  h2._pt,
  h3._pt,
  h4._pt {
    padding-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pt,
  div._pt,
  h1._pt,
  h2._pt,
  h3._pt,
  h4._pt {
    padding-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pt,
  div._pt,
  h1._pt,
  h2._pt,
  h3._pt,
  h4._pt {
    padding-top: 40px;
  }
}
section._pb,
div._pb,
h1._pb,
h2._pb,
h3._pb,
h4._pb {
  padding-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._pb,
  div._pb,
  h1._pb,
  h2._pb,
  h3._pb,
  h4._pb {
    padding-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pb,
  div._pb,
  h1._pb,
  h2._pb,
  h3._pb,
  h4._pb {
    padding-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pb,
  div._pb,
  h1._pb,
  h2._pb,
  h3._pb,
  h4._pb {
    padding-bottom: 40px;
  }
}

._container {
  max-width: 1280px;
  padding: 0 26px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  ._container {
    max-width: 1024px;
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  ._container {
    max-width: none;
    padding: 0 20px;
  }
}

.p-main {
  margin-top: 40px;
}

.p-section {
  padding-top: 96px;
}
@media (max-width: 992px) {
  .p-section {
    padding-top: 40px;
  }
}

.p-image {
  font-size: 0;
}
.p-image img {
  width: 100%;
}

.p-title {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.p-title span {
  display: block;
  font-weight: 400;
}

.p-title--center {
  text-align: center;
}

.p-text {
  font-size: 16px;
  color: #797979;
  line-height: 1.4;
}
.p-text p {
  padding: 0;
  margin: 0;
}
.p-text p + p {
  margin-top: 10px;
}

.p-text--center {
  text-align: center;
}

.p-tab__body {
  background-color: #f4f4f4;
  padding: 95px 0;
}
@media (max-width: 760px) {
  .p-tab__body {
    padding: 40px 0;
  }
}
.p-tab__content {
  display: none;
}
.p-tab__content.active {
  display: block;
}
.p-tab__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 760px) {
  .p-tab__nav {
    flex-wrap: wrap;
  }
}
.p-tab__btn {
  width: 315px;
  height: 40px;
  padding: 9px 24px;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  background-color: #f5f5f6;
  color: #333;
  border: none;
}
.p-tab__btn:hover,
.p-tab__btn.active {
  background-color: #e31235;
  color: #fff;
}
.p-tab__btn--min {
  width: auto;
}

.p-header {
  margin-bottom: 40px;
}

.p-slider {
  position: relative;
}
.p-slider__nav {
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='40' height='40' rx='20' fill='white'/%3e%3cpath d='M16 13L24 20L16 27' stroke='%23E31235' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  position: absolute;
  bottom: 38%;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.1));
}
.p-slider__nav.slick-disabled {
  opacity: 0;
}
@media (max-width: 1280px) {
  .p-slider__nav {
    bottom: 18vw;
  }
}
@media (max-width: 760px) {
  .p-slider__nav {
    bottom: 10vw;
    transform: scale(0.7);
  }
}
.p-slider__nav-prev {
  left: -20px;
  transform: rotate(-180deg);
  z-index: 1;
}
.p-slider__nav-next {
  right: -20px;
}
.p-slider__dots {
  display: flex;
  max-width: 560px;
  margin: -10% auto 0;
  padding: 32px 48px 16px 48px;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 4px 40px 0px rgba(34, 60, 80, 0.24);
}
@media (max-width: 760px) {
  .p-slider__dots {
    display: none;
  }
}
.p-slider__dot {
  cursor: pointer;
  text-align: center;
}
.p-slider__dot.slick-current .p-slider__dot-icon {
  background-color: #000;
}
.p-slider__dot-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #e7e7e7;
  background-position: 50% 50%;
  background-size: 52px;
  background-repeat: no-repeat;
}
@media (max-width: 760px) {
  .p-slider__dot-icon {
    width: 40px;
    height: 40px;
    background-size: 25px;
  }
}
.p-slider__dot-text {
  margin-top: 16px;
  line-height: 1.2;
  font-size: 16px;
}
.p-slider__dot-icon--1 {
  background-image: url("../images/icon1.png");
}
.p-slider__dot-icon--2 {
  background-image: url("../images/icon2.png");
}
.p-slider__dot-icon--3 {
  background-image: url("../images/icon3.png");
}

.p-row {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 760px) {
  .p-row {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}

.p-row--middle {
  align-items: center;
}

.p-row--center {
  justify-content: center;
}

.p-col-3 {
  width: calc(50% - 10px);
}

.p-col-2 {
  width: calc(33.3333333333% - 10px);
}

.p-col-4 {
  width: 66.6666666667%;
}

@media (max-width: 760px) {
  .p-col-2,
  .p-col-3,
  .p-col-4 {
    width: 100%;
  }
}
.p-video video {
  width: 100%;
  border-radius: 20px;
  cursor: pointer;
}

.p-card {
  text-align: center;
  color: #333;
}
.p-card__img {
  max-width: 310px;
  margin: 0 auto 20px;
}
@media (max-width: 760px) {
  .p-card__img {
    margin-bottom: 10px;
  }
}
.p-card__img--max {
  max-width: 100%;
}
.p-card__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  min-height: 82px;
  line-height: 1.2;
}
@media (max-width: 760px) {
  .p-card__title {
    margin-bottom: 10px;
    min-height: 100%;
  }
}
.p-card__text {
  color: #797979;
  line-height: 1.4;
} /*# sourceMappingURL=style.css.map */

@media (max-width: 470px) {
  .p-title {
    font-size: 24px;
  }
}
