*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
  height: auto;
}

:focus {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-moz-placeholder {
  -moz-user-select: none;
       user-select: none;
}

input::placeholder {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html,
body {
  height: 100%;
}

li {
  list-style: none;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

.wrapper {
  /* min-height: 100vh;
  min-height: 100dvh; */
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  overflow-y: visible;
}

.main {
  flex: 1 0 auto;
  min-height: 0;
}

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

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
}

header {
  background: #e2fcff;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  background: #f7f7f7;
  height: 715px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toc__item-box p {
  margin: 0 !important;
}

.toc {
  margin-top: 160px;
  margin-bottom: 111px;
}
.toc__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.toc__header h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  color: #2c2c2c;
}
.toc__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 376px;
  gap: 20px;
  grid-auto-flow: row dense;
}
.toc__item {
  height: 100%;
  background: #f7f7f7;
  border-radius: 20px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 20px;
}
.toc__item-header {
  background: #ffffff;
  border-radius: 20px;
  padding: 17px 19px;
  margin-bottom: 10px;
}
.toc__item-main {
  flex: 1 1 auto;
  min-width: 0;
}
.toc__item-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #2c2c2c;
  margin-bottom: 15px;
  white-space: nowrap;
}
.toc__item-price {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #2c2c2c;
}
.toc__item-img {
  height: 224px;
  border-radius: 20px;
}
.toc__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  border-radius: 20px;
  max-height: 224px;
}
.toc__item-info {
  background: #ffffff;
  border-radius: 20px;
  padding: 68px 20px 40px 10px;
  position: relative;
  flex: 0 0 298px;
  z-index: 10;
}
.toc__item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.toc__item-box:last-child {
  margin-bottom: 0;
}
.toc__item-box p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #2c2c2c;
}
.toc__item-box span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #2c2c2c;
}
.toc__item-caption {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 107% !important;
  color: #2c2c2c !important;
  max-width: 177px;
}
.toc__item-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 47px;
  height: 47px;
  background: #f7f7f7;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
.toc__item-arrow .arrow-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 47px;
  height: 47px;
  display: block;
  color: #8f8f8f;
}
.toc__item-figure {
  position: absolute;
  top: 0;
  right: 47px;
  width: 30px;
  height: 30px;
  background: #f7f7f7;
  border: none;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.toc__item-figure::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-top-right-radius: 16px;
  border: none;
}
.toc__item-figure2 {
  position: absolute;
  top: 47px;
  right: 0px;
  width: 30px;
  height: 30px;
  background: #f7f7f7;
  border: none;
  z-index: -1;
}
.toc__item-figure2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-top-right-radius: 16px;
  border: none;
}
.toc__item._big {
  grid-row: span 2;
}
.toc__item._big .toc__item-img {
  height: 569px;
}
.toc__item._big .toc__item-img img {
  height: 100%;
  max-height: unset;
}
.toc__item._big .toc__item-title {
  margin-bottom: 46px;
}
.toc__item._big .toc__item-header {
  margin-bottom: 20px;
  padding: 21px 19px;
}
.toc__item._big .toc__item-info {
  padding: 68px 20px 1px 10px;
}

.subject {
  margin-bottom: 111px;
}
.subject p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #2c2c2c;
}

.prime {
  margin-bottom: 111px;
}

.prime__inner {
  display: grid;
  grid-template-columns: 62fr 38fr; /* примерно как flex: 62% / 38% */
  gap: 20px;
  align-items: stretch; /* оба блока одной высоты */
}

.prime__box {
  background: #e2fcff;
  border-radius: 20px;
  padding: clamp(24px, 3.5vw, 48px) clamp(20px, 3.8vw, 58px);
  display: flex;
  align-items: center;
  gap: 80px;
  height: 100%; /* растянуть по высоте строки грида (равной .prime__img) */
}

.prime__img {
  min-width: 280px;
  border-radius: 20px;
  overflow: hidden;
  height: 100%; /* та же высота, что у .prime__box */
}

.prime__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 20px;
  /* снимаем жесткие ограничения высоты/ширины */
  max-width: none;
  max-height: none;
}

.prime__form {
  width: 445px;
}

.prime__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 25px;
  width: inherit;
}

.prime__label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2c2c2c;
}

.prime__input {
  border: 1px solid rgba(44, 44, 44, 0.2);
  width: 100%;
  padding: 22px 25px;
  border-radius: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2c2c2c;
}

.prime__input::placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.prime__input:focus,
.prime__input:focus-visible {
  border-color: #00bcd5;
}

.prime__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 1px solid #00bcd5;
  background: #00bcd5;
  color: #ffffff;
  box-shadow: 0 0 20px 1px rgba(0, 188, 213, 0.25);
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  border-radius: 50px;
  margin-bottom: 10px;
  transition: 0.25s ease-in-out;
}

.prime__btn:hover {
  background-color: #fff;
  border-color: #00bcd4;
  color: #00bcd4;
}

.prime__excerpt {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: rgba(44, 44, 44, 0.3882352941);
}

.prime__excerpt a {
  border-bottom: 1px solid;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: rgba(44, 44, 44, 0.3882352941);
  transition: 0.25s ease-in-out;
}

.prime__excerpt a:hover {
  color: #00bcd4;
  border-color: transparent;
}

.prime__info {
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.prime__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  color: #2c2c2c;
}

.prime__title span {
  color: #00bbd4;
  border-bottom: 3px solid;
}

.prime__caption {
  min-width: 494px;
}

.prime__caption p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #2c2c2c;
}

.prime .prime__content.has-error .prime__input {
  border-color: #e53935;
}

.prime .prime__error {
  display: none;
}


.reviews {
  margin-bottom: 111px;
}
.reviews__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 150px;
}
.reviews__info {
  max-width: 494px;
  display: flex;
  flex-direction: column;
  gap: 55px;
}
.reviews__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  color: #2c2c2c;
}
.reviews__subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #2c2c2c;
}
.reviews__items {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 71px 135px;
}
.reviews__item.item1 .reviews__logo, .reviews__item.item3 .reviews__logo {
  margin-bottom: 38px;
}
.reviews__item.item1 .reviews__lead, .reviews__item.item3 .reviews__lead {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #2c2c2c;
  margin-top: 15px;
}
.reviews__item.item2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.reviews__item.item2 .reviews__lead {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #2c2c2c;
  margin-top: 15px;
}

.stock {
  margin-bottom: 180px;
}
.stock__slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 676px;
  overflow: visible;
  padding: 16px 0 80px;
}
.stock__slider .swiper-slide .stock__item {
  background: #f7f7f7;
}
.stock__slider .swiper-slide.is-alt .stock__item {
  background: #e2fcff;
}
.stock__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 157px;
  padding: 110px 144px 100px 104px;
  border-radius: 20px;
  height: 100%;
}
.stock__info {
  max-width: 755px;
}
.stock__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  color: #2c2c2c;
  margin-bottom: 30px;
}
.stock__text p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #2c2c2c;
}
.stock__text p:not(:last-child) {
  margin-bottom: 12px;
}
.stock__link {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #00bcd5;
  background: #fff;
  border: 1px solid #00bcd5;
  border-radius: 50px;
  width: 251px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  box-shadow: 0 0 20px 1px rgba(0, 188, 213, 0.25);
  text-decoration: none;
}
.stock__img {
  position: relative;
  border-radius: 20px;
}
.stock__img img {
  border-radius: 20px;
  width: 500px;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}
.stock__flag, .stock__flag2, .stock__flag3 {
  position: absolute;
  display: inline-flex;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  color: #2c2c2c;
  box-shadow: 0 0 4px 0 rgba(0, 188, 213, 0.5);
  border: 1px solid rgba(0, 188, 213, 0.25);
  border-radius: 80px;
  background: #fff;
  white-space: nowrap;
}
.stock__flag span, .stock__flag2 span, .stock__flag3 span {
  text-decoration: line-through;
}
.stock__flag {
  top: 184px;
  left: -50px;
  font-weight: 600;
  font-size: 20px;
  padding: 4px 28px;
  transform: rotate(8deg);
}
.stock__flag2 {
  top: 238px;
  left: -29px;
  font-weight: 300;
  font-size: 14px;
  padding: 4px 16px;
  transform: rotate(8deg);
}
.stock__flag3 {
  top: 337px;
  right: -57px;
  font-weight: 300;
  font-size: 14px;
  padding: 4px 16px;
  transform: rotate(341deg);
}
.stock__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.stock__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  color: #2c2c2c;
}
.stock .stock__pagination {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 5;
}
.stock .stock__pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e2fcff;
  opacity: 1;
  margin: 0;
}
.stock .stock__pagination .swiper-pagination-bullet-active {
  background: #00bcd5;
}

.about {
  margin-bottom: 120px;
}
.about__box {
  display: grid;
  grid-template-columns: 957fr 683fr;
  gap: 20px;
  align-items: stretch;
  margin-bottom: 30px;
}
.about__holder {
  background: #e2fcff;
  box-shadow: 0 0 10px 2px rgba(0, 188, 213, 0.34);
  padding: 40px 30px 40px 20px;
  border-radius: 20px;
  height: 100%;
  box-sizing: border-box;
  max-height: 603px;
}
.about__author {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  max-height: 603px;
}
.about__author img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 20px;
}
.about__title {
  max-width: 730px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 117%;
  color: #2c2c2c;
  margin-bottom: 60px;
}
.about__text {
  margin-bottom: 60px;
  max-width: 907px;
}
.about__text p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: #2c2c2c;
  margin-bottom: 30px;
}
.about__text p:last-child {
  margin-bottom: 0;
}

.about__link {
  display: flex;
  justify-content: flex-start; /* кнопки будут слева */
  align-items: center;
  gap: 15px; /* расстояние между кнопками */
  flex-wrap: wrap; /* чтобы не ломался макет на узких экранах */
}

.about__link a {
  width: 251px;
  height: 50px;
  background: #00bcd4;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: 0.25s ease-in-out;
}
.about__link a:hover {
  background-color: #fff;
  border-color: #00bcd4;
  color: #00bcd4;
}

.about__signature {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 23px 69px;
  border-radius: 20px;
  opacity: 0.8;
  background: #fff;
}
.about__sub {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #2c2c2c;
  margin-bottom: 20px;
}
.about__post {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #2c2c2c;
}
.about__blocks {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.about__block {
  position: relative;
  box-sizing: border-box;
  width: calc((100% - 40px) / 3);
  background: #e2fcff;
  padding: 40px 33px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.about__block::after {
  content: "";
  background-image: url("../img/index/arrow.png");
  position: absolute;
  right: 24px;
  bottom: 20px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.about__block:first-child::after {
  content: none;
}
.about__block-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 1;
  color: #2c2c2c;
  margin-bottom: 42px;
  flex: 0 0 auto;
}
.about__block-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #2c2c2c;
  flex: 1 1 auto;
}
.about__block ul {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}
.about__block li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #2c2c2c;
}
.about__block li:last-of-type {
  margin-bottom: 0;
}
.about__block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00bcd5;
  box-shadow: 0 0 10px rgba(0, 188, 213, 0.6);
}
.about__block img {
  width: 95px;
  height: 95px;
  margin-top: auto;
}

@media screen and (max-width: 1620px) {
  .toc__item-title {
    font-size: 18px;
  }

  .prime__box {
    min-width: 0;
    gap: 20px;
    padding: 20px;
  }

  .prime__caption {
    min-width: 430px;
  }
}
@media screen and (max-width: 1400px) {
  .toc__item-title {
    font-size: 16px;
    white-space: unset;
  }
  .toc__item-price {
    font-size: 14px;
  }
  .toc__item-img img {
    max-height: 215px;
  }
  .toc__item-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .stock {
    margin-bottom: 120px;
  }
  .stock__title {
    font-size: 30px;
  }
  .stock__info {
    max-width: 650px;
  }
  .stock__text p {
    font-size: 18px;
  }
  .stock__item {
    padding: 70px 55px;
  }
  .stock__slider {
    height: 595px;
    padding: 16px 0 45px;
  }
}
@media screen and (max-width: 1280px) {
  .toc__item-box span {
    font-size: 14px;
  }
  .toc__item-caption {
    font-size: 14px !important;
    max-width: 125px;
  }
  .toc__item-info {
    flex: 0 0 230px;
  }
  .prime__form {
    width: 325px;
  }
  .prime__input {
    padding: 13px 25px;
  }
  .prime__caption {
    min-width: 300px;
  }
  .prime__caption p {
    font-size: 16px;
  }
  .prime__title {
    font-size: 30px;
  }
  .about__box {
    grid-template-columns: 957fr 450fr;
  }
  .about__signature {
    padding: 25px 14px;
  }
  .about__sub {
    font-size: 18px;
  }
  .about__post {
    font-size: 14px;
  }
  .about__text p {
    font-size: 16px;
  }
  .about__title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .about__holder, .about__author {
    max-height: unset;
  }
  .about__block {
    padding: 25px;
  }
  .about__block-title {
    font-size: 24px;
  }
  .about__block-text,
  .about__block li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .toc__inner {
    grid-template-columns: 1fr;
  }

  .toc__item-info {
    flex: 0 0 290px;
  }

  .prime__inner {
    display: flex;              /* возвращаем flex */
    flex-direction: column-reverse;
  }

  .prime__img {
    width: 100%;
    height: auto;               /* больше не растягиваем по высоте */
  }

  .prime__img img {
    width: 100%;
    height: auto;
    max-width: unset;
    max-height: 400px;          /* как у тебя и было */
    object-fit: cover;
  }

  .prime__caption {
    min-width: unset;
    max-width: 450px;
  }

  .reviews {
    margin-bottom: 30px;
  }
  .reviews__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .reviews__info {
    max-width: unset;
    gap: 30px;
  }
  .reviews__items {
    gap: 20px;
  }
  .about__box {
    grid-template-columns: 568fr 450fr;
  }
  .about__block {
    padding: 25px 16px;
  }
  .about__block-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .about__block-text,
  .about__block li {
    font-size: 14px;
  }
  .stock__title {
    font-size: 24px;
  }
  .stock__info {
    max-width: 350px;
  }
  .stock__text p {
    font-size: 14px;
  }
  .stock__slider {
    height: 495px;
    padding: 16px 0 45px;
  }
  .stock__item {
    padding: 35px 35px;
    gap: 40px;
  }
  .stock__img img {
    width: 335px;
    height: 316px;
  }
  .stock__flag3 {
    top: 288px;
    right: -38px;
  }
  .stock .stock__pagination {
    left: 5px;
  }
  .stock .stock__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .stock__header {
    margin-bottom: 40px;
  }
  .stock__link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .toc {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .toc__header {
    margin-bottom: 27px;
  }
  .toc__header h1 {
    font-size: 24px;
  }
  .toc__inner {
    grid-auto-rows: unset;
  }
  .toc__item {
    position: relative;
    gap: unset;
    padding: unset;
  }
  .toc__item-header {
    position: absolute;
    z-index: 1;
    opacity: 0.8;
    width: 95%;
    height: 87%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .toc__item-info {
    display: none;
  }
  .toc__item-img {
    height: unset;
  }
  .toc__item._big {
    grid-row: unset;
  }
  .toc__item._big .toc__item-img {
    height: unset;
    max-height: 215px;
  }
  .toc__item-title {
    font-size: 20px;
    margin-bottom: 19px;
  }
  .toc__item-price {
    font-size: 18px;
  }
  .subject {
    margin-bottom: 40px;
  }
  .subject p {
    font-size: 16px;
    line-height: 130%;
  }
  .prime {
    margin-bottom: 40px;
  }

  .prime__img {
    width: 100%;
    height: auto;
  }

  .prime__img img {
    width: 100%;
    height: auto;
    max-width: unset;
    max-height: 250px;
  }

  .prime__box {
    min-width: unset;
    flex: unset;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px 15px;
  }
  .prime__info {
    gap: 43px;
  }
  .prime__title {
    text-align: center;
    font-size: 24px;
  }
  .prime__caption {
    text-align: center;
    min-width: unset;
    max-width: unset;
  }
  .prime__caption p {
    font-size: 14px;
  }
  .prime__label {
    font-size: 14px;
  }
  .prime__input {
    padding: 14.5px 15px;
    font-size: 14px;
  }
  .prime__input::-moz-placeholder {
    font-size: 14px;
  }
  .prime__input::placeholder {
    font-size: 14px;
  }
  .prime__input::-moz-placeholder {
    font-size: 14px;
  }
  .prime__content {
    margin-bottom: 20px;
  }
  .prime__btn {
    font-size: 16px;
  }
  .prime__excerpt {
    font-size: 12px;
  }
  .prime__excerpt a {
    font-size: 12px;
  }
  .prime__form {
    width: 100%;
  }
  .reviews {
    margin-bottom: 40px;
  }
  .reviews__inner {
    gap: 40px;
  }
  .reviews__title {
    font-size: 24px;
    line-height: 1.2;
  }
  .reviews__subtitle {
    font-size: 16px;
  }
  .about {
    margin-bottom: 40px;
  }
  .about__box {
    display: flex;
    flex-direction: column-reverse;
    grid-template-columns: unset;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
  }
  .about__author {
    width: 100%;
    height: 100%;
  }
  .about__signature {
    padding: 20px 18px;
  }
  .about__sub {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .about__post {
    text-align: center;
  }
  .about__holder {
    padding: 25px 19px 25px 11px;
  }
  .about__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .about__text {
    margin-bottom: 29px;
    max-width: unset;
  }
  .about__text p {
    font-size: 14px;
  }
  .about__blocks {
    flex-direction: column;
  }
  .about__block {
    width: 100%;
    background: #e2fcff;
    padding: 40px 33px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .about__block-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .about__block-text,
  .about__block li {
    font-size: 16px;
    font-weight: 600;
    opacity: 0.85;
  }
  .stock__title {
    margin-bottom: 0;
  }
  .stock__slider {
    height: 100%;
    padding: 0;
  }
  .stock__item {
    display: flex;
    flex-direction: column-reverse;
  }
  .stock__img {
    width: 100%;
  }
  .stock__img img {
    width: 100%;
  }
  .stock__flag, .stock__flag2, .stock__flag3 {
    display: none;
  }
  .stock__info {
    max-width: unset;
    width: 100%;
  }
  .stock__info .stock__title {
    margin-bottom: 16px;
  }
  .stock__text p:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .toc__item-img img {
    max-height: 131px;
  }
  .toc__item._big .toc__item-img {
    height: unset;
    max-height: 131px;
  }
  .toc__item._big .toc__item-title {
    margin-bottom: 19px;
  }
  .prime__img img {
    max-height: 186px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.icon {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  stroke: none;
}

.arrow-icon {
  width: 47px;
  height: 47px;
  fill: none;
}

.star-icon {
  width: 33px;
  height: 30px;
  fill: none;
}