@charset "UTF-8";
/*обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*---------------------------------*/
body {
  color: #000;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  padding: 29px 0;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .header {
    padding: 28px 0;
  }
}
.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .header__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.header__logo {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .header__logo {
    font-size: 22px;
  }
}
.header__info {
  color: #e60a03;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  max-width: 672px;
}
@media (max-width: 991.98px) {
  .header__info {
    text-align: start;
    font-size: 16px;
  }
}
.header__info span {
  font-weight: 700;
}
.header__text p:last-child {
  margin: 8px 0 0 0;
}

.mainscreen {
  margin: 80px 0;
}
@media (max-width: 991.98px) {
  .mainscreen {
    margin: 32px 0 70px 0;
  }
}
.mainscreen__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 56px;
}
@media (max-width: 991.98px) {
  .mainscreen__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.mainscreen__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media (max-width: 991.98px) {
  .mainscreen__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.mainscreen__img img {
  max-width: 659px;
  width: 100%;
  border-radius: 10px;
}
.mainscreen__list p {
  position: relative;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
  padding: 0 0 0 32px;
  margin: 0 0 24px 0;
}
@media (max-width: 1200px) {
  .mainscreen__list p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .mainscreen__list p {
    padding: 0 0 0 24px;
    margin: 0 0 16px 0;
  }
}
.mainscreen__list p:last-child {
  margin: 0;
}
.mainscreen__list p::before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../img/check.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .mainscreen__list p::before {
    width: 16px;
    height: 16px;
  }
}
.mainscreen__items {
  border-radius: 10px;
  background: #625e7f;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 32px 0 0 0;
  padding: 42px 24px 13px 24px;
}
@media (max-width: 991.98px) {
  .mainscreen__items {
    margin: 24px 0 0 0;
    padding: 20px 25px 24px 25px;
  }
}
.mainscreen__items-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px 10px;
}
@media (max-width: 991.98px) {
  .mainscreen__items-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.mainscreen__old-price {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
}
@media (max-width: 991.98px) {
  .mainscreen__old-price {
    font-size: 18px;
  }
}
.mainscreen__old-price p {
  text-align: center;
  margin: 0 0 8px 0;
}
.mainscreen__old-price p:last-child {
  margin: 0;
}
@media (max-width: 991.98px) {
  .mainscreen__arrow {
    display: none;
  }
}
.mainscreen__new-price {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
}
@media (max-width: 991.98px) {
  .mainscreen__new-price {
    font-size: 22px;
    max-width: 240px;
  }
}
.mainscreen__items-car {
  text-align: center;
}
@media (max-width: 991.98px) {
  .mainscreen__items-car {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .mainscreen__items-car img {
    width: 51px;
  }
}
.mainscreen__items-car p {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
  margin: 7px 0 0 0;
}
@media (max-width: 991.98px) {
  .mainscreen__items-car p {
    max-width: 127px;
  }
}
.mainscreen__btn {
  margin: 28px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 88px;
  width: 100%;
  border-radius: 5px;
  background: #00972c;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  padding: 0 16px;
}
.mainscreen__btn:hover {
  background: #00621c;
}
@media (max-width: 991.98px) {
  .mainscreen__btn {
    font-size: 18px;
    height: 76px;
  }
}
.mainscreen__info {
  margin: 9px 0 0 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}

.s1 {
  background: #cfece8;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .s1 {
    padding: 70px 0;
  }
}
.s1__title {
  color: #4f5a78;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  margin: 0 0 56px 0;
}
@media (max-width: 991.98px) {
  .s1__title {
    font-size: 28px;
    margin: 0 0 32px 0;
  }
}
.s1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}
@media (max-width: 991.98px) {
  .s1__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px 0;
  }
}
@media (max-width: 767.98px) {
  .s1__row {
    margin: 0;
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.s1__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  padding: 0 16px;
}
@media (max-width: 991.98px) {
  .s1__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media (max-width: 767.98px) {
  .s1__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 0;
  }
}
.s1__items {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 32px 20px 25px 20px;
  background: #fff;
  min-height: 100%;
}
.s1__items-title {
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 26.4px */
  margin: 0 0 24px 0;
}
@media (max-width: 991.98px) {
  .s1__items-img {
    text-align: center;
  }
}
.s1__items-img img {
  max-width: 296px;
  width: 100%;
}
.s1__items-text {
  margin: 24px 0 0 0;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}

.s2 {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .s2 {
    padding: 70px 0;
  }
}
.s2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 56px;
}
@media (max-width: 991.98px) {
  .s2__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.s2__column:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 704px;
  flex: 0 1 704px;
}
@media (max-width: 991.98px) {
  .s2__column:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.s2__title {
  color: #4f5a78;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  margin: 0 0 32px 0;
  max-width: 659px;
}
@media (max-width: 1200px) {
  .s2__title {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .s2__title {
    font-size: 28px;
  }
}
.s2__text p:first-child {
  color: #ce130b;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
@media (max-width: 991.98px) {
  .s2__text p:first-child {
    font-size: 18px;
  }
}
.s2__text p:last-child {
  color: #4f5a78;
  max-width: 401px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  margin: 24px 0 0 0;
}
@media (max-width: 991.98px) {
  .s2__text p:last-child {
    font-size: 22px;
  }
}
.s2__btn {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  max-width: 381px;
  width: 100%;
  padding: 16px;
  border-radius: 5px;
  background: #00972c;
  margin: 48px 0 0 0;
}
.s2__btn:hover {
  background: #006e1f;
}
@media (max-width: 991.98px) {
  .s2__btn {
    max-width: 100%;
    margin: 32px 0 0 0;
  }
}
.s2__img img {
  max-width: 704px;
  width: 100%;
  border-radius: 10px;
}

.s3 {
  background: #cfece8;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .s3 {
    padding: 70px 0;
  }
}
.s3__title {
  color: #4f5a78;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  margin: 0 0 56px 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .s3__title {
    font-size: 28px;
    margin: 0 0 70px 0;
    text-align: start;
  }
}
.s3__row {
  padding: 40px 0;
  border-top: 1px solid #8fa3b0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s3__row:last-child {
  border-bottom: 1px solid #8fa3b0;
}
@media (max-width: 991.98px) {
  .s3__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    padding: 16px 0;
    border-top: none;
  }
  .s3__row:first-child {
    padding: 0 0 16px 0;
  }
  .s3__row:last-child {
    border-bottom: none;
    padding: 16px 0 0 0;
  }
}
.s3__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media (max-width: 991.98px) {
  .s3__items {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    gap: 16px;
  }
}
.s3__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}
@media (max-width: 991.98px) {
  .s3__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}
.s3__img img {
  max-width: 160px;
  width: 100%;
  border-radius: 50%;
}
.s3__items-title p {
  color: #4f5a78;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 104.7%; /* 41.88px */
  text-transform: uppercase;
  margin: 24px 0 0 0;
}
@media (max-width: 991.98px) {
  .s3__items-title p {
    font-size: 22px;
    margin: 16px 0 0 0;
  }
}
.s3__num {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 104.7%; /* 41.88px */
  text-transform: uppercase;
  background: var(--Linear, linear-gradient(0deg, #699a01 0%, #699a01 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991.98px) {
  .s3__num {
    font-size: 20px;
  }
}
.s3__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 704px;
  flex: 0 1 704px;
  color: #4f5a78;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 31.2px */
}
@media (max-width: 1200px) {
  .s3__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media (max-width: 991.98px) {
  .s3__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    font-size: 16px;
  }
}
.s3__doc {
  margin: 48px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .s3__doc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    margin: 32px 0 0 0;
  }
}
.s3__doc-items {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 704px;
  flex: 0 1 704px;
}
@media (max-width: 991.98px) {
  .s3__doc-items {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.s3__doc-title {
  color: #4f5a78;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  margin: 0 0 31px 0;
}
@media (max-width: 991.98px) {
  .s3__doc-title {
    margin: 0 0 16px 0;
    font-size: 22px;
  }
}
.s3__doc-text {
  color: #4f5a78;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
@media (max-width: 991.98px) {
  .s3__doc-text {
    font-size: 16px;
  }
}
.s3__doc-text p {
  margin: 0 0 32px 0;
}
.s3__doc-text p:last-child {
  margin: 0;
}
.s3__doc-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 672px;
  flex: 0 1 672px;
}
@media (max-width: 991.98px) {
  .s3__doc-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.s3__doc-img img {
  max-width: 672px;
  width: 100%;
}
.s3__btn {
  display: block;
  max-width: 381px;
  margin: 32px auto 0 auto;
  width: 100%;
  border-radius: 5px;
  background: #00972c;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  padding: 16px;
  line-height: 120%; /* 28.8px */
}
.s3__btn:hover {
  background: #00641c;
}
@media (max-width: 991.98px) {
}

.s4 {
  background: #e0e0e0;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .s4 {
    padding: 70px 0;
  }
}
.s4__title {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: 120%; /* 57.6px */
  margin: 0 0 56px 0;
}
@media (max-width: 991.98px) {
  .s4__title {
    font-size: 28px;
    text-align: start;
    margin: 0 0 32px 0;
  }
}
.s4__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
@media (max-width: 991.98px) {
  .s4__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.s4__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  background: #fff;
}
@media (max-width: 991.98px) {
  .s4__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.s4__items-top {
  padding: 12px 16px;
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}
.s4__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.s4__item-img img {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.s4__item-name {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}
@media (max-width: 991.98px) {
  .s4__item-name {
    font-size: 18px;
  }
}
.s4__items-text {
  padding: 10px 16px 24px 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media (max-width: 991.98px) {
  .s4__items-text {
    font-size: 14px;
  }
}

.s5 {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .s5 {
    padding: 70px 0;
  }
}
.s5__title {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  margin: 0 0 48px 0;
}
@media (max-width: 991.98px) {
  .s5__title {
    font-size: 28px;
    margin: 0 0 32px 0;
  }
}
.s5__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}
@media (max-width: 991.98px) {
  .s5__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px 0;
  }
}
.s5__column {
  padding: 0 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}
@media (max-width: 991.98px) {
  .s5__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media (max-width: 767.98px) {
  .s5__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.s5__img {
  text-align: center;
}
.s5__img img {
  max-width: 142px;
  width: 100%;
}
.s5__text {
  margin: 24px 0 0 0;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}

.s6 {
  background-color: #d0ece8;
  padding: 80px 0;
}
.s6__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.s6__column:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 611px;
  flex: 0 1 611px;
}
.s6__img {
  margin-bottom: 48px;
}
.s6__img img {
  max-width: 100%;
}
.s6__list {
  max-width: 677px;
}
.s6__list li {
  position: relative;
  padding-left: 32px;
  color: #000;
  font-family: Inter;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 24px;
}
.s6__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  background-image: url(../img/check.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .s6__list li::before {
    width: 16px;
    height: 16px;
  }
}
.s6__title {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
.s6__subtitle {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 32px;
}
.s6__attention {
  color: #e60a03;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  max-width: 547px;
  width: 100%;
  margin: 0 auto;
}

.input__title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}

form {
  margin: 0 auto;
  max-width: 547px;
}
form input {
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background: #fff;
  max-width: 547px;
  width: 100%;
  color: #000;
  padding: 15px;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 16px;
}
form button {
  margin-top: 8px;
  border-radius: 5px;
  background: #00972c;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
  padding: 20px 0;
  max-width: 547px;
  width: 100%;
  margin-bottom: 16px;
}
form button:hover {
  background: #00661d;
}

.s6__items {
  padding: 25px 24px 27px 24px;
  max-width: 547px;
  width: 100%;
  margin: 24px auto;
}

.s6__items-top {
  gap: 10px;
}

.s6__old-price {
  font-size: 16px;
}
.s6__old-price span {
  font-size: 19px;
}

.s6__arrow img {
  width: 28px;
}

.s6__new-price {
  font-size: 20px;
}

.s6__items-car img {
  width: 49px;
}
.s6__items-car p {
  font-size: 19px;
}

@media (max-width: 1350px) {
  .s6__row {
    gap: 70px;
  }
  .s6__items-top {
    gap: 18px;
  }
  .s6__new-price {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .s6__arrow img {
    display: none;
  }
}
@media (max-width: 992px) {
  .s6__items-top {
    gap: 32px;
  }
  .s6__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
  }
  .s6__new-price {
    font-size: 22px;
  }
  .s6__title {
    margin: 0 auto 24px auto;
    max-width: 530px;
    font-size: 40px;
  }
  .s6__subtitle {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .s6__list li {
    font-size: 18px;
    padding-left: 24px;
  }
  .s6__img {
    margin-bottom: 32px;
  }
  .s6__old-price {
    font-size: 18px;
  }
  .s6__old-price span {
    font-size: 22px;
  }
  .s6__items-car img {
    width: 51px;
  }
  .s6__items-car p {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .s6 {
    padding: 102px 0 70px 0;
  }
  .s6__list li {
    font-size: 16px;
  }
  .s6__title {
    font-size: 28px;
  }
  form button {
    font-size: 18px;
  }
  .s6__items {
    padding: 20px 26px 20px 25px;
  }
  .s6__attention {
    font-size: 16px;
  }
  .s6__row {
    gap: 8px;
  }
}
.footer {
  padding: 44px 0;
  background: #e0e0e0;
}
