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

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


.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;
}


.banner__img img {
  border-radius: 0 0 80px 80px;
}
@media (max-width: 767.98px) {
  .banner__img img {
    border-radius: 0 0 40px 40px;
  }
}

.quota {
  max-width: 1200px;
  margin-inline: auto;
}
.quota__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.58333;
  text-align: center;
  color: #1e1e1e;
}
@media (max-width: 767.98px) {
  .quota__title {
    font-size: 20px;
    line-height: 1.4;
  }
}

.your-opinion__text {
  border-radius: 30px;
  padding: 52px 40px;
  background-color: #ededed;
}
@media (max-width: 767.98px) {
  .your-opinion__text {
    padding: 25px 25px 25px 20px;
  }
}
.your-opinion__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  color: #1e1e1e;
}
@media (max-width: 767.98px) {
  .your-opinion__title {
    font-size: 22px;
    line-height: 1.27273;
  }
}

.review__content {
  box-shadow: 5px 5px 25px 0 rgba(30, 30, 30, 0.25);
  border-radius: 30px;
  padding: 52px 70px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .review__content {
    padding: 25px;
  }
}
.review__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  color: #333;
}
@media (max-width: 767.98px) {
  .review__title {
    font-size: 22px;
    line-height: 1.27273;
  }
}
.review__items {
  margin-top: 25px;
  display: grid;
  justify-content: center;
  gap: 35px;
}
@media (max-width: 767.98px) {
  .review__items {
    gap: 20px;
  }
}
.review__item {
  display: flex;
  align-items: flex-start;
  column-gap: 23px;
}
.review__num {
  position: relative;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .review__num {
    font-size: 22px;
  }
}
.review__num::before {
  content: "";
  position: absolute;
  top: -15%;
  left: -60%;
  background-color: #f00;
  width: 35px;
  height: 36px;
  transform: skew(-10deg);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .review__num::before {
    top: -22%;
    left: -70%;
    font-size: 24px;
    width: 30px;
    height: 31px;
  }
}
.review__desc {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.27273;
  color: #1e1e1e;
}
@media (max-width: 767.98px) {
  .review__desc {
    font-size: 18px;
    line-height: 1.22222;
  }
}

@media (min-width: 435px) {
    .none {
      display: none;
    }
}

.tool__mv {
  max-width: 1920px;
  margin-inline: auto;
}

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