.banner {
  display: flex;
  gap: 1.0416666667rem;
  padding: 1.0416666667rem 1.0416666667rem 3.90625rem;
  background-color: #fff;
  max-width: 100rem;
  margin: 0 auto;
}

.banner__item {
  width: calc(50% - 0.5208333333rem);
  position: relative;
  border-radius: 1.0416666667rem;
  -webkit-border-radius: 1.0416666667rem;
  -moz-border-radius: 1.0416666667rem;
  -ms-border-radius: 1.0416666667rem;
  -o-border-radius: 1.0416666667rem;
  overflow: hidden;
}

.banner__item-img {
  width: 100%;
  max-height: 40.625rem;
  height: 100%;
  object-fit: contain;
  object-position: top;
  border-radius: 1.0416666667rem;
  -webkit-border-radius: 1.0416666667rem;
  -moz-border-radius: 1.0416666667rem;
  -ms-border-radius: 1.0416666667rem;
  -o-border-radius: 1.0416666667rem;
}

.banner__item-picture {
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
}

.banner__item-picture-img {
  width: 100%;
}

.banner__item-content {
  position: absolute;
  top: 1.5625rem;
  left: 50%;
  padding: 1.5625rem 1.0416666667rem;
  background-color: #fff;
  border-radius: 1.0416666667rem;
  -webkit-border-radius: 1.0416666667rem;
  -moz-border-radius: 1.0416666667rem;
  -ms-border-radius: 1.0416666667rem;
  -o-border-radius: 1.0416666667rem;
  display: flex;
  flex-direction: column;
  gap: 1.0416666667rem;
  max-width: 34.375rem;
  width: 95%;
  align-items: center;
  transform: translate(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.banner__item-title,
.banner__item-text {
  text-align: center;
}

.banner__item-btn {
  font-size: 0.8333333333rem;
  line-height: 1.0833333333rem;
  font-weight: 600;
  width: 11.4583333333rem;
  height: 2.7604166667rem;
}

@media screen and (max-width: 1299px) {
  .banner {
    flex-direction: column;
    padding: 5px 16px 50px;
    gap: 6px;
  }

  .banner__item {
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  .banner__item-content {
    padding: 20px 20px 30px;
    top: 20px;
    left: 20px;
    max-width: 400px;
    width: 100%;
    transform: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    gap: 17px;
    align-items: flex-start;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    z-index: 1000;
  }

  .banner__item-img {
    max-height: 460px;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  .banner__item-title.title {
    font-size: 30px;
    line-height: 39px;
    text-align: left;
  }

  .banner__item-text.text {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .banner__item-picture {
    z-index: 10;
  }

  .banner__item-btn {
    font-size: 16px;
    line-height: 20.8px;
    width: 220px;
    height: 53px;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    flex-direction: column;
    padding: 10px 16px;
    gap: 10px;
  }

  .banner__item {
    height: 556px;
    width: 100%;
  }

  .banner__item-content {
    padding-top: 20px;
    margin: 0 auto;
    width: 95%;
    left: 50%;
    top: 10px;
    align-items: center;
    gap: 13px;
    max-width: 100%;
    transform: translate(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .banner__item-img {
    height: 556px;
    object-fit: cover;
    max-height: 100%;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .banner__item-title.title {
    font-size: 24px;
    line-height: 31.2px;
    text-align: center;
  }

  .banner__item-text.text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .banner__item-picture {
    z-index: 0;
  }

  .banner__item-btn {
    width: 190px;
  }
}

.production {
  padding: 4.1666666667rem 0;
}

.production__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.0416666667rem;
  row-gap: 1.5625rem;
  margin-top: 3.6458333333rem;
  list-style-type: none;
}

.production__item {
  background-color: #fff;
  border-radius: 1.0416666667rem;
  -webkit-border-radius: 1.0416666667rem;
  -moz-border-radius: 1.0416666667rem;
  -ms-border-radius: 1.0416666667rem;
  -o-border-radius: 1.0416666667rem;
  width: calc(50% - 0.5208333333rem);
  padding: 0 1.6666666667rem;
}

.production__item:nth-child(1) {
  width: 100%;
  max-height: 22.1354166667rem;
  height: 100%;
}

.production__item-link {
  display: flex;
  gap: 1.0416666667rem;
}

.production__item-img_big {
  position: relative;
  top: -1.5625rem;
  left: 1.0416666667rem;
  width: 33.8541666667rem;
}

.production__item-wrapper {
  padding-top: 2.0833333333rem;
  padding-left: 2.1875rem;
}

.production__item-wrapper_big {
  padding-left: 5.9375rem;
  padding-top: 5.3125rem;
}

.production__item-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.production__item-title_big {
  font-size: 1.5625rem;
  line-height: 1.875rem;
}

.production__item-text.text {
  text-align: left;
  margin-top: 1.1979166667rem;
  line-height: 1.8229166667rem;
}

.production__item-text_big {
  margin-top: 1.1979166667rem;
  font-size: 1.0416666667rem;
  line-height: 1.9791666667rem;
}

.production__wrapper-img {
  position: relative;
}

.production__link {
  margin: 0 auto;
  margin-top: 2.0833333333rem;
  height: 2.8645833333rem;
  max-width: 15.2604166667rem;
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1.21875rem;
  font-weight: 500;
}

@media screen and (max-width: 1400px) {
  .production__item-wrapper {
    padding-left: 0;
  }
}

@media screen and (max-width: 1300px) {
  .production {
    padding: 60px 0;
  }

  .production__list {
    margin-top: 35px;
    row-gap: 20px;
  }

  .production__item {
    padding: 15px 10px 15px 30px;
  }

  .production__item-wrapper {
    padding: 0;
  }

  .production__item-link {
    flex-direction: column;
  }

  .production__item-img {
    max-width: 194px;
  }

  .production__item-img_big {
    position: static;
    width: 100%;
    max-width: 338px;
    height: auto;
    max-height: 235px;
  }

  .production__item:nth-child(1) {
    padding: 28px 35px;
    max-height: initial;
  }

  .production__item:nth-child(1) .production__item-link {
    flex-direction: row;
  }

  .production__item-title {
    font-size: 24px;
    line-height: 28.2px;
  }

  .production__item-title_big {
    font-size: 24px;
    line-height: 28.2px;
    margin-top: 10px;
  }

  .production__item-text.text {
    font-size: 18px;
    line-height: 28px;
  }

  .production__item-text_big {
    font-size: 20px;
    line-height: 30px;
  }

  .production__link {
    margin: 40px auto 0;
    height: 55px;
    max-width: 293px;
    width: 100%;
    font-size: 18px;
    line-height: 23.4px;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .production {
    padding-top: 45px;
  }

  .production__list {
    margin-top: 15px;
    row-gap: 10px;
  }

  .production__item {
    width: 100%;
    padding: 12px 20px;
  }

  .production__item-img {
    margin: 0 auto;
    max-width: 180px;
  }

  .production__item-img_big {
    margin: 0 auto;
    max-width: 259px;
    width: 100%;
  }

  .production__item:nth-child(1) {
    padding: 20px;
  }

  .production__item:nth-child(1) .production__item-link {
    flex-direction: column;
  }

  .production__item-title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
  }

  .production__item-title_big {
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
    text-align: center;
  }

  .production__item-text.text {
    font-size: 16px;
    text-align: center;
    line-height: 27px;
    margin-top: 20px;
  }

  .production__item-text_big {
    margin-top: 15px;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
  }

  .production__link {
    max-width: 263px;
    font-size: 16px;
    line-height: 20.8px;
  }
}

.statistic {
  padding: 6.7708333333rem 0;
}

.statistic__wrapper {
  display: flex;
  flex-direction: column;
}

.statistic__top {
  display: flex;
  gap: 1.5625rem;
  justify-content: space-between;
  align-items: flex-start;
}

.statistic__logo {
  max-width: 16.3020833333rem;
  width: 100%;
}

.statistic__text {
  width: calc(50% - 0.78125rem);
  font-size: 1.0416666667rem;
  line-height: 1.5625rem;
}

.statistic__block {
  margin-top: 1.5625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625rem;
}

.statistic__list {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.statistic__content {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  overflow: hidden;
  border-radius: 2.0833333333rem;
  -webkit-border-radius: 2.0833333333rem;
  -moz-border-radius: 2.0833333333rem;
  -ms-border-radius: 2.0833333333rem;
  -o-border-radius: 2.0833333333rem;
}

.statistic__content video {
  width: 100%;
  height: 100%;
  border-radius: 2.0833333333rem;
  -webkit-border-radius: 2.0833333333rem;
  -moz-border-radius: 2.0833333333rem;
  -ms-border-radius: 2.0833333333rem;
  -o-border-radius: 2.0833333333rem;
  object-fit: cover;
}

.statistic__list {
  list-style-type: none;
  display: flex;
  column-gap: 1.5625rem;
  row-gap: 2.0833333333rem;
  flex-wrap: wrap;
}

.statistic__item {
  width: calc(50% - 0.78125rem);
  display: flex;
  flex-direction: column;
  gap: 0.5208333333rem;
}

.statistic__item-value {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 3.75rem;
}

.statistic__item-text {
  font-size: 0.9375rem;
  line-height: 1.1979166667rem;
}

.statistic__btns {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  display: flex;
  align-items: flex-end;
  gap: 0.5208333333rem;
}

.statistic__btn {
  height: 2.8645833333rem;
  padding: 0 1.5625rem;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .statistic {
    padding: 100px 0;
  }

  .statistic__top {
    flex-direction: column;
    gap: 30px;
  }
  .statistic__logo {
    max-width: 313px;
  }
  .statistic__text {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }

  .statistic__wrapper {
    gap: 18px;
  }
  .statistic__item {
    gap: 10px;
  }
  .statistic__list {
    column-gap: 10px;
    row-gap: 40px;
  }

  .statistic__block {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .statistic__btns {
    justify-content: center;
    gap: 10px;
  }

  .statistic__item-value {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
  }

  .statistic__item-text {
    font-size: 18px;
    line-height: 23px;
  }

  .statistic__btn {
    height: 55px;
    padding: 0 30px;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .statistic {
    padding: 55px 0 87px;
  }

  .statistic__top {
    align-items: center;
  }

  .statistic__logo {
    max-width: 229px;
    margin: 0 auto;
  }

  .statistic__text {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
  }
  .statistic__wrapper{
    gap: 0;
  }
  .statistic__block {
    margin-top: 20px;
    gap: 20px;
  }

  .statistic__list {
    column-gap: 10px;
    row-gap: 30px;
  }

  .statistic__item {
    align-items: center;
    width: calc(50% - 5px);
    gap: 0;
  }

  .statistic__item-value {
    font-size: 44px;
    line-height: 52.8px;
  }

  .statistic__item-text {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .statistic__btn {
    height: 49px;
    font-size: 16px;
    line-height: 20.8px;
    padding: 0 10px;
    width: calc(50% - 5px);
  }
}

.innovation {
  padding-top: 1.3020833333rem;
}

.innovation__wrapper {
  background-color: #f8f8f8;
  border-radius: 1.5625rem;
  -webkit-border-radius: 1.5625rem;
  -moz-border-radius: 1.5625rem;
  -ms-border-radius: 1.5625rem;
  -o-border-radius: 1.5625rem;
  position: relative;
  padding: 2.7083333333rem 3.125rem;
}

.innovation__title {
  max-width: 39.1666666667rem;
}

.innovation__list {
  list-style-type: none;
  display: flex;
  max-width: 39.1666666667rem;
  width: 100%;
  margin-top: 2.0833333333rem;
  gap: 0.5208333333rem;
  justify-content: space-between;
}

.innovation__list-item {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  border-left: solid 0.0520833333rem #e9e800;
  padding-left: 0.5208333333rem;
  width: calc(33.3333333333% - 1.40625rem);
}

.innovation__img {
  height: 100%;
  right: 4.4270833333rem;
  bottom: 0;
  position: absolute;
  max-width: 31.3541666667rem;
}

.innovation__btn {
  margin-top: 2.0833333333rem;
  height: 2.8645833333rem;
  max-width: 13.2291666667rem;
  font-size: 0.9375rem;
  line-height: 1.21875rem;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .innovation {
    padding-top: 0;
  }

  .innovation__title {
    max-width: 100%;
  }

  .innovation__wrapper {
    padding: 40px 40px;
    display: grid;
    gap: 20px;
  }

  .innovation__list {
    margin-top: 30px;
    max-width: 100%;
    flex-direction: column;
    gap: 20px;
  }

  .innovation__list-item {
    width: 100%;
    font-size: 18px;
    line-height: 21.6px;
    padding-left: 10px;
  }

  .innovation__img {
    display: block;
    margin: 0 auto;
    position: static;
    max-width: 526px;
  }

  .innovation__btn {
    grid-row-start: 2;
    grid-row-end: 3;
    margin-top: 0px;
    height: 55px;
    max-width: 254px;
    font-size: 18px;
    line-height: 23.4px;
  }
}

@media screen and (max-width: 767px) {
  .innovation {
    padding-top: 0;
  }

  .innovation__title {
    max-width: 100%;
  }

  .innovation__wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
  }

  .innovation__list {
    margin-top: 25px;
    max-width: 100%;
    flex-direction: column;
    gap: 15px;
  }

  .innovation__list-item {
    font-size: 16px;
    line-height: 19.2px;
  }

  .innovation__img {
    display: block;
    margin: 0 auto;
    position: static;
    max-width: 526px;
    width: 100%;
  }

  .innovation__btn {
    grid-row-start: 2;
    grid-row-end: 3;
    margin: 0 auto;
    font-size: 16px;
    line-height: 20.8px;
  }
}

.projects {
  padding-top: 6.7708333333rem;
  padding-bottom: 6.7708333333rem;
}

.projects__top {
  display: flex;
  justify-content: space-between;
  gap: 0.5208333333rem;
  align-items: center;
}

.projects__link {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 0.7291666667rem;
  line-height: 0.9166666667rem;
  font-weight: 500;
  margin-right: 0.2083333333rem;
}

.projects__list {
  margin-top: 1.9270833333rem;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625rem;
}
.projects__list {
  margin-top: 1.9270833333rem;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625rem;
}

.projects__item {
  width: calc(25% - 1.1979166667rem);
  overflow: hidden;
  border-radius: 1.0416666667rem;
  -webkit-border-radius: 1.0416666667rem;
  -moz-border-radius: 1.0416666667rem;
  -ms-border-radius: 1.0416666667rem;
  -o-border-radius: 1.0416666667rem;
  border: solid 0.0520833333rem #e4e4e4;
}
.projects__item .preview_picture {
  width: 100%;
  object-fit: cover;
}

.projects__item:nth-child(1) {
  width: calc(50% - 0.78125rem);
}

.projects__item-link {
  width: 100%;
  height: 100%;
  display: block;
}

.projects__img {
  width: 100%;
  max-height: 16.6666666667rem;
  object-fit: cover;
}

.projects__name {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.21875rem;
  display: block;
  padding: 0.78125rem 0.9895833333rem 1.0416666667rem;
}

@media screen and (max-width: 1200px) {
  .projects {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .projects__link {
    margin-right: 0;
    font-size: 14px;
    line-height: 17.6px;
  }

  .projects__name {
    font-size: 18px;
    line-height: 23.4px;
    padding: 15px 18px 20px;
  }

  .projects__list {
    gap: 20px;
    margin-top: 27px;
  }

  .projects__item {
    width: calc(50% - 10px);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .projects__item:nth-child(1) {
    width: 100%;
  }

  .projects__img {
    max-height: 351px;
  }
}

@media screen and (max-width: 767px) {
  .projects {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .projects__top {
    justify-content: center;
  }

  /* .projects__item .preview_picture{
    max-height: 227px;
  } */

  .projects__link {
    display: none;
  }

  .projects__list {
    margin-top: 20px;
  }

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

  .projects__img {
    max-height: 220px;
  }

  .projects__name {
    font-size: 16px;
    line-height: 20.8px;
    padding: 15px 12px 20px;
  }
}

.manufacture {
  padding-top: 4.1666666667rem;
  padding-bottom: 3.90625rem;
  background-color: #f8f8f8;
}

.manufacture__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625rem;
}

.manufacture__text.text {
  text-align: left;
  margin-top: 1.5104166667rem;
}

.manufacture__banner {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  overflow: hidden;
  border-radius: 1.0416666667rem;
  -webkit-border-radius: 1.0416666667rem;
  -moz-border-radius: 1.0416666667rem;
  -ms-border-radius: 1.0416666667rem;
  -o-border-radius: 1.0416666667rem;
}

.manufacture__banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manufacture__btn {
  grid-row-start: 2;
  max-width: 14.1666666667rem;
  height: 2.7083333333rem;
  grid-row-end: 3;
  width: 100%;
}

.manufacture__award {
  margin-top: 1.5625rem;
  display: flex;
  border: solid 0.0520833333rem #e4e4e4;
  align-items: flex-start;
  border-radius: 1.0416666667rem;
  -webkit-border-radius: 1.0416666667rem;
  -moz-border-radius: 1.0416666667rem;
  -ms-border-radius: 1.0416666667rem;
  -o-border-radius: 1.0416666667rem;
  overflow: hidden;
  padding: 1.5104166667rem;
  gap: 1.3541666667rem;
}

.manufacture__award-text {
  display: flex;
  flex-direction: column;
  gap: 0.5729166667rem;
}

.manufacture__award-text_top {
  font-size: 0.8333333333rem;
  line-height: 1.25rem;
}

.manufacture__award-text_bottom {
  font-size: 0.5208333333rem;
  line-height: 0.78125rem;
}

.manufacture__marks {
  display: flex;
  margin-top: 1.4583333333rem;
  flex-direction: column;
}

.manufacture__marks-list {
  list-style-type: none;
  display: flex;
  gap: 1.0416666667rem;
  margin-top: 0.5208333333rem;
}

.manufacture__marks-item {
  padding: 0.2604166667rem 0;
  width: calc(33.3333333333% - 0.5208333333rem);
  background-color: #fff;
  border: solid 0.0520833333rem #e4e4e4;
  border-radius: 0.5208333333rem;
  -webkit-border-radius: 0.5208333333rem;
  -moz-border-radius: 0.5208333333rem;
  -ms-border-radius: 0.5208333333rem;
  -o-border-radius: 0.5208333333rem;
}

.manufacture__marks-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 7.8125rem;
}

.manufacture__marks-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .manufacture {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .manufacture__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }

  .manufacture__award {
    margin-top: 20px;
    align-items: center;
    padding: 20px;
  }

  .manufacture__text.text {
    margin-top: 30px;
  }
  .manufacture__award-text_top {
    font-size: 16px;
    line-height: 24px;
  }

  .manufacture__award-text_bottom {
    font-size: 10px;
    line-height: 15px;
  }

  .manufacture__marks {
    margin-top: 25px;
  }

  .manufacture__marks-list{
    margin-top: 10px;
  }

  .manufacture__marks-title {
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 500;
  }

  .manufacture__marks-icon {
    max-width: 150px;
  }

  .manufacture__banner {
    max-height: 455px;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

  .manufacture__banner-img {
    max-height: 455px;
    object-position: center;
  }

  .manufacture__btn {
    max-width: 272px;
    height: 52px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .manufacture {
    padding-top: 30px;
    padding-bottom: 63px;
  }

  .manufacture__text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 19px;
  }

  .manufacture__wrapper {
    gap: 21px;
  }

  .manufacture__award {
    flex-direction: column;
    gap: 21px;
    padding: 18px 14px;
  }

  .manufacture__text.text{
    margin-top: 17px;
    line-height: 24px;
    text-align: center;
  }

  .manufacture__award-text_top,
  .manufacture__award-text_bottom {
    text-align: center;
  }
  .manufacture__award-text_bottom{
    margin-top: 10px;
  }

  .manufacture__marks {
    margin-top: 20px;
  }

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

  .manufacture__marks-list {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
  }

  .manufacture__marks-item {
    width: calc(50% - 5px);
    padding: 3px 15px;
  }

  .manufacture__banner {
    max-height: 264px;
  }
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}

.pagination a {
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s;
}

.pagination .pagination-points {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
}

.pagination a:hover {
  background-color: #007bff;
  color: white;
}

.pagination .active a {
  background-color: #ffd700; /* Желтый фон */
  color: black;
  border: 1px solid #ffd700;
  cursor: default;
}

.pagination .disabled a {
  color: #ccc;
  border-color: #ddd;
  pointer-events: none;
}
