@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-VariableFont_opsz\,wght.ttf") format("truetype");
  font-weight: 1 1000;
  font-stretch: 75% 100%;
  font-display: swap;
}

:root {
  --main-bg-color: #ffffff;
  --second-bg-color: #f7f7f6;
  --main-text-color: #2e2725;
  --second-text-color: #ffffff;
  --third-text-color: #979392;
  --accent-color: #8dbb1d;
  --main-font-family: "Inter";
  --line-1: 1;
  --line-2: 1.2;
  --line-3: 1.3;
  --line-4: 1.4;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

a {
  background-color: transparent;
  transition: all 0.25s;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

body {
  margin: 0;
  font-family: var(--main-font-family), "Arial", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: var(--line-4);
  color: var(--main-text-color);
  background: var(--main-bg-color);
}

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

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: var(--main-text-color);
  transition: all 0.25s;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

button {
  padding: 0;
  border: none;
  background: inherit;
  cursor: pointer;
  transition: all 0.25s;
}

.section {
  max-width: 126rem;
  width: 100%;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.container {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.container-top {
  padding-top: 10rem;
  padding-bottom: 0;
}

.container-bot {
  padding-top: 0;
  padding-bottom: 10rem;
}

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

.box-row {
  display: flex;
  flex-direction: row;
}

.header {
  box-shadow: 0px 2px 8px 0px #0000000a;
}

.header__box-top {
  padding: 1rem 0;
  gap: 2rem;
  justify-content: space-between;
  border-bottom: 1px solid var(--second-bg-color);
}

.header__list-info {
  max-width: 81.6%;
  width: 100%;
  gap: 1rem;
  justify-content: space-between;
}

.element {
  position: relative;
  padding-left: 2.4rem;
}

.element::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.element-location::before {
  background-image: url(../assets/svg/location.svg);
}

.element-time::before {
  background-image: url(../assets/svg/clock.svg);
}

.element-mail::before {
  background-image: url(../assets/svg/mail.svg);
}

.element-phone::before {
  background-image: url(../assets/svg/phone-call.svg);
}

.header__link-map {
  padding-left: 2.4rem;
  color: var(--third-text-color);
  text-decoration: underline;
}

.link-hover:hover,
.link-hover:focus-within {
  color: var(--accent-color);
}

.header__box {
  padding: 0.8rem 0 1.6rem;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  max-width: 40.2rem;
  gap: 1.2rem;
  align-items: center;
  width: 100%;
}

.header__descr {
  height: 5.6rem;
  padding-left: 1.2rem;
  display: flex;
  align-items: center;
  border-left: 2px solid var(--main-text-color);
}

.header__img-logo {
  max-width: 19.6rem;
  width: 100%;
}

.header__box-contacts {
  max-width: 52.8rem;
  width: 100%;
  gap: 6rem;
  align-items: center;
  justify-content: space-between;
}

.header__list-phone {
  gap: 0.4rem;
}

.element-phone {
  font-size: 1.6rem;
}

.productions__btn.active,
.base-btn {
  max-width: 28rem;
  width: 100%;
  padding: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.6rem;
  border-radius: 2.4rem;
  color: var(--second-text-color);
  background: var(--accent-color);
}

.productions__btn.active:hover,
.productions__btn.active:focus-within,
.base-btn:hover,
.base-btn:focus-within {
  background: #a4c94a;
  color: var(--second-text-color);
  box-shadow: 0px 2px 6px 0px #00000026;
}

.base-btn:disabled {
  background: #719617;
  box-shadow: 0px 2px 6px 0px #00000026 inset;
}

.header__nav-list {
  width: 100%;
  gap: 1rem;
  justify-content: space-between;
}

.header__nav-list a {
  padding: 1.2rem 0;
  display: flex;
  font-weight: 500;
  font-size: 2rem;
}

.link-accent,
a.link-accent {
  color: var(--accent-color);
}

.swiper__btn {
  min-width: 4.8rem;
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--accent-color);
  border-radius: 50%;
  cursor: pointer;
  background: var(--accent-color);
  pointer-events: all;
  z-index: 3;
}

.swiper__btn.swiper-button-disabled {
  border: 2px solid #e0dfdf;
  background: inherit;
}

.swiper__btn img {
  width: 1.3rem;
  height: auto;
}

.swiper__btn--next {
  rotate: 180deg;
}

.swiper__pagination {
  display: flex;
  gap: 0.6rem;
  left: 0 !important;
  transform: none !important;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 !important;
  left: 0 !important;
  background: #e0dfdf;
  transform: scale(1) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  width: 1.2rem;
  height: 1.2rem;
  background: var(--accent-color);
}

.hero {
  position: relative;
  padding: 8.8rem 0 2.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-hero-pagination {
  left: 50% !important;
  position: absolute;
  transform: translate(-50%, 0) !important;
}

.hero-main::after {
  width: 52%;
  content: '';
  position: absolute;
  top: 44px;
  left: 0;
  right: 44px;
  bottom: 30px;
  background: #FFFFFFCC;
  border-radius: 0 24px 24px 0;
  z-index: 0;
}

.hero__box {
  gap: 1.2rem;
}

.banner-2 .hero__descr {
  width: 66%;
}

.hero__title {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: var(--line-3);
}

.hero__descr {
  font-size: 2rem;
}

.hero__btn {
  margin-top: 1.2rem;
  gap: 1rem;
}

.arrow-right {
  max-width: 2rem;
  width: 100%;
}

.hero__wrapper {
  margin-top: 1.6rem;
  position: relative;
  z-index: 2;
  gap: 40%;
  justify-content: end;
  align-items: center;
}

.hero__wrapper-btn {
  gap: 1rem;
}

.title {
  margin-bottom: 6rem;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: var(--line-3);
  text-align: center;
}

.swiper-hero .swiper-slide {
  display: flex;
  align-items: center;
}

.banner-1 .swiper-hero {
  width: 48%;
}

.swiper-category .swiper-slide {
  height: auto !important;
  padding: 2.4rem;
  border-radius: 4rem;
  background: var(--second-bg-color);
}

.category__box {
  height: 100%;
  gap: 0.4rem;
  justify-content: space-between;
}

.category__descr {
  font-size: 1.6rem;
  text-align: center;
}

.category__link {
  margin: 1.6rem auto 0;
}

.category__box img {
  height: 17.6rem;
}

.category__block-swiper {
  padding-top: 6rem;
}

.category__text {
  width: max-content;
  padding-top: 1.8rem;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: var(--line-3);
  color: var(--second-text-color);
}

.category {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 50% auto;
}

.category__container {
  position: relative;
}

.category__wrapper-btn {
  gap: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-30%);
}



.banner {
  gap: 73.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width:1500px) {
  .banner {
    background-size: cover;
  }
}

.footer {
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 10rem 8rem 2rem;
  background: var(--second-bg-color);
  border-radius: 4rem 4rem 0 0;
}

.footer__container {
  gap: 4rem;
  padding: 0;
}

.footer__wrapper {
  gap: 6%;
  justify-content: space-between;
}

.footer__box {
  max-width: 40.2rem;
  width: 100%;
  gap: 1rem;
  justify-content: space-between;
}

.footer__block {
  width: 100%;
  gap: 6%;
  justify-content: space-between;
}

.footer__block-1,
.footer__block-2,
.footer__block-3 {
  gap: 1.2rem;
}

.footer__name {
  width: max-content;
  font-weight: 500;
  font-size: 2rem;
}

.footer__list {
  gap: 0.8rem;
}

.link-inst {
  width: 2rem;
  height: 2rem;
}

.footer .element::before {
  content: "";
  width: 2rem;
  height: 2rem;
}

.footer__list-info {
  gap: 0.8rem;
}

.element-time {
  width: max-content;
}

.link-vtop3 {
  text-align: center;
  color: var(--third-text-color);
}

.breadcrumbs {
  margin-top: 2rem;
}

.swiper {
  width: 100%;
}

.breadcrumbs__list {
  gap: 0.4rem;
  flex-wrap: wrap;
}

.breadcrumbs__link,
.breadcrumbs__link a {
  color: var(--third-text-color);
}

.product__title {
  margin-bottom: 6rem;
  text-align: left;
}

.product__box {
  max-width: 49%;
  width: 100%;
}

.product__block-swiper {
  gap: 1rem;
  align-items: center;
}

.product__box-slider {
  gap: 2rem;
}

.product__container {
  gap: 6rem;
}

.swiper-product .swiper-slide,
.product__info-wrapper,
.swiper-product-2 .swiper-slide {
  height: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--second-bg-color);
  border-radius: 4rem;
}

.product__info-wrapper {
  max-width: 45%;
}

.swiper-product .swiper-slide img,
.swiper-product-2 .swiper-slide img {
  height: 100%;
  object-fit: contain;
}

.swiper-product-2,
.swiper-product-2 .swiper-wrapper {
  max-height: 31.8rem;
}

.swiper-product,
.swiper-product .swiper-wrapper {
  max-height: 7.6rem;
}

.swiper-product {
  width: 80%;
  margin: 0 auto;
}

.swiper-product .swiper-slide {
  border-radius: 2rem;
}

.swiper-product .swiper-slide-thumb-active {
  border: 1px solid var(--accent-color);
}

.product__wrap {
  gap: 4.8rem;
}

.product__block {
  gap: 2.4rem;
}

.product__name {
  margin-bottom: 1.6rem;
  display: flex;
  font-weight: 500;
  font-size: 2rem;
}

.product__text {
  font-size: 1.6rem;
}

.product__text-second {
  margin-top: 0.4rem;
}

.product__list-info {
  padding-left: 2rem;
  gap: 0.4rem;
  list-style-type: disc;
  font-size: 1.6rem;
}

.product__box-link {
  gap: 2.4rem;
  flex-wrap: wrap;
  justify-content: center;
}

.product__box-link a {
  width: 26rem;
}

.productions__btn,
.second-btn {
  max-width: 28rem;
  width: 100%;
  padding: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.6rem;
  color: var(--accent-color);
  background: var(--second-text-color);
  border: 1px solid #8dbb1d;
  border-radius: 2.4rem;
}

.productions__btn,
.productions__btn.active {
  max-width: 26rem;
  min-width: 26rem;
}

.product__info-swiper {
  gap: 1rem;
  align-items: center;
}

.product__info-wrap {
  gap: 6rem;
}

.swiper-product-3 .product__box-info,
.swiper-product-4 .product__box-info {
  width: 50%;
}

.product__info--reverse .product__info-wrap {
  flex-direction: row-reverse;
}

.catalog__box-company {
  position: relative;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid var(--second-bg-color);
}

.catalog__btn {
  width: 100%;
  height: 10rem;
  gap: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: var(--line-3);
  text-align: center;
}

.catalog__btn img {
  width: auto;
  max-height: 70%;
}

.catalog__btn-current {
  position: relative;
}

.catalog__btn-current::after {
  width: 100%;
  height: 0.2rem;
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  background: var(--accent-color);
}

.catalog__box {
  margin-top: 2rem;
  gap: 6rem;
}

.filter {
  max-width: 25.2rem;
  width: 250px;
  height: max-content;
  padding: 4rem 4rem 2rem 4rem;
  background: var(--second-bg-color);
  border-radius: 4rem;
}

.filter__title {
  margin-bottom: 2.4rem;
  gap: 0.8rem;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
}

.filter__title img {
  width: 2rem;
  height: 2rem;
}

.filter__subtitle-main {
  font-size: 1.6rem;
}

.filter__subtitle {
  width: max-content;
  margin-bottom: 1rem;
  padding-right: 1.6rem;
  position: relative;
  font-weight: 500;
}

details[open]>.filter__subtitle::after {
  transform: rotate(0) !important;
}

details>.filter__subtitle::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 25%;
  right: 0;
  background-image: url(../assets/svg/arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s;
  transform: rotate(180deg) !important;
}

.filter__details {
  padding-left: 1rem;
  gap: 1.2rem;
}

.filter__box {
  gap: 1rem;
}

.filter__list {
  padding-left: 1rem;
  gap: 0.6rem;
}

.check {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}

.check input {
  display: none;
}

.form-submit {
  max-width: 100% !important;
  width: 100% !important;
}

.check__box {
  min-width: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  border: 1px solid var(--third-text-color);
  border-radius: 0.6rem;
  transition: 0.2s;
}

.check__box.error {
  border: 1px solid red;
}

.form-field input.error {
  border: 1px solid red;
}

.check__box::after {
  content: "";
  width: 70%;
  height: 70%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
  background-image: url(../assets/svg/done.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s;
}

.check input:checked+.check__box::after {
  opacity: 1;
}

.radio {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}

.radio input {
  display: none;
}

.radio__dot {
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--third-text-color);
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
}

.radio__dot::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.2s;
  background: var(--accent-color);
  border-radius: 50%;
}

.radio input:checked+.radio__dot::after {
  transform: translate(-50%, -50%) scale(1);
}

summary {
  cursor: pointer;
  font-weight: 500;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.catalog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.6rem;
}

.catalog__item {
  padding: 2.4rem;
  gap: 0.4rem;
  justify-content: space-between;
  background: var(--second-bg-color);
  border-radius: 4rem;
}

.catalog__link {
  margin: 1.6rem auto 0;
}

.catalog__text {
  min-height: 10.4rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  text-align: center;
}

.catalog__wrapper {
  gap: 3.6rem;
}

.pagination__list {
  margin: 0 auto;
  gap: 1rem;
}

.pagination__list li {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  text-align: center;
  color: #e0dfdf;
  border: 1px solid #e0dfdf;
  border-radius: 0.8rem;
}

.pagination__list li a {
  color: #e0dfdf;
}

.pagination__list .pagination__page-current,
.pagination__list li:hover,
.pagination__list li:focus-visible {
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
  cursor: pointer;
}

.pagination__list .pagination__page-current a,
.pagination__list li:hover a,
.pagination__list li:focus-visible a {
  color: var(--accent-color);
}

.pagination__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination__btn--prev {
  rotate: 180deg;
}

.contacts__box {
  gap: 2rem;
}

.contacts__list {
  gap: 10%;
  flex-wrap: wrap;
}

.contacts__list-second {
  gap: 2rem;
}

.contacts__list li {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contacts__name {
  font-weight: 500;
  font-size: 2rem;
}

.contacts__list-info {
  gap: 0.4rem;
  font-size: 2rem;
}

.contacts__list a {
  font-size: 2rem;
}

ul a:hover,
ul a:focus-within {
  color: var(--accent-color);
}

.new__wrap {
  gap: 6rem;
  align-items: center;
}

.new__box-wrap {
  width: 50%;
  height: 100%;
  padding: 0 5.8rem;
}

.new__wrapper-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--second-bg-color);
  border-radius: 4rem;
}

.new__wrapper-img img {
  height: 100%;
}

.new__block {
  width: 45.5%;
  gap: 1.6rem;
}

.new__name {
  font-weight: 500;
  font-size: 2rem;
}

.new__text {
  font-size: 1.6rem;
}

.new__text-second {
  margin-top: -1.2rem;
}

.new__link {
  margin-top: 2.4rem;
}

.new-swiper {
  position: relative;
}

.new__box-btn {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
  z-index: 5;
}

.lang-select {
  position: relative;
  width: 22rem;
}

.network__img {
  width: 1.6rem;
  height: 1.6rem;
}

.lang-select__btn {
  width: max-content;
  gap: 0.4rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lang-arrow {
  width: 1.2rem;
  height: 1.2rem;
  transition: 0.3s;
}

.lang-select.active .lang-arrow {
  transform: rotate(180deg);
}

.lang-select__list {
  width: 100%;
  padding: 5px 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: var(--main-bg-color);
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  list-style: none;
  z-index: 10;
}

.lang-select.active .lang-select__list {
  display: block;
}

.lang-select__list li {
  padding: 10px 14px;
  cursor: pointer;
}

.lang-select__list li:hover {
  background: #f3f3f3;
}

.new-swiper {
  align-items: flex-start;
}

.catalog__box-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  justify-content: space-between;
  gap: 1rem;
  z-index: 5;
  transform: translateY(-50%);
  pointer-events: none;
}

.productions__box {
  gap: 1.2rem;
  justify-content: center;
  align-items: center;
}

.productions__name {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: var(--line-3);
  text-align: center;
  color: var(--accent-color);
}

.productions__decr {
  font-size: 2rem;
  text-align: center;
}

.productions__box-btn {
  width: 100%;
  margin-top: 2.8rem;
  justify-content: center;
  gap: 2.4rem;
}

.productions__box-btn button {
  width: 26rem;
}

.swiper__productions {
  margin-top: 6rem;
  gap: 1rem;
  align-items: center;
}

.productions__wrap {
  gap: 4rem;
  align-items: center;
}

.productions__box-text {
  max-width: 30%;
  width: 100%;
}

.productions__text {
  font-size: 1.6rem;
}

.productions__box-img {
  max-width: 33%;
  width: 100%;
  padding: 3rem 1rem;
  background: var(--second-bg-color);
  border-radius: 4rem;
  align-items: center;
  justify-content: center;
}

.swiper-slide {
  height: auto !important;
}

.filter__btn,
.filter__btn-close,
.wrap {
  display: none;
}

.dialog::backdrop {
  background: rgba(0, 0, 0, 0.7);
}

.dialog {
  max-width: 70rem;
  width: 100%;
  margin: auto;
  padding: 6.4rem 2rem;
  border: none;
  outline: none;
  border-radius: 4rem;
  background: var(--second-bg-color);
}

.dialog-message {
  max-width: 56rem;
}

.dialog__descr--success {
  font-size: 2rem;
  text-align: center;
}

.dialog__wrapper {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  gap: 2rem;
}

.dialog__close {
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.order__form-title {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: var(--line-3);
  text-align: center;
}

.order__form {
  gap: 1.2rem;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
  background: inherit;
  border: 1px solid var(--accent-color);
  border-radius: 4rem;
}

.form-submit {
  max-width: 100%;
  width: 100%;
  margin-top: 2.8rem;
}

.form-field textarea {
  min-height: 9.6rem;
}

.swiper-catalog .swiper-button-disabled {
  display: none;
}

.swiper-hero {
  width: 50%;
  margin: 0 auto 0 0;
}

.hero__box-second {
  gap: 1.2rem;

}

@media (max-width: 1280px) {
  .section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-top {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .container-bot {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .header__box-top {
    padding: 0.8rem 0;
    gap: 2rem;
  }

  .lang-select {
    max-width: 12.6rem;

  }

  .lang-select__btn {
    width: 100%;
    font-size: 1.2rem;
    line-height: var(--line-1);
  }

  .tabl-hidd {
    display: none;
  }

  .element,
  .header__link-map {
    padding-left: 2rem;
    font-size: 1.2rem;
  }

  .header__box {
    padding: 0.8rem 0 1.2rem;
  }

  .header .header__logo {
    max-width: 31.4rem;
    gap: 0.8rem;
  }

  .header .header__img-logo {
    max-width: 14.4rem;
  }

  .header .header__descr {
    height: 4.2rem;
    padding-left: 0.8rem;
    font-size: 1.2rem;
  }

  .base-btn {
    max-width: 20rem;
    padding: 1rem;
  }

  .header__box-contacts {
    max-width: 38rem;
    gap: 1.6rem;
  }

  .element-phone {
    font-size: 1.4rem;
  }

  .header__list-phone {
    gap: 0.2rem;
  }

  .header__nav-list a {
    padding: 1rem 0;
    font-size: 1.6rem;
  }

  .hero__title {
    font-size: 2.4rem;
  }

  .hero__descr,
  .new__name,
  .footer__name {
    font-size: 1.6rem;
  }

  .new__text {
    font-size: 1.4rem;
  }

  .hero {
    background-image: url("../assets/png/bg-hero-1-768.png") !important;
    padding: 6.5rem 0 2.5rem;

  }

  .banner-1 {
    min-height: 59.8rem;
    background-image: url("../assets/png/bg-hero-2-768.png") !important;
  }

  .banner-2 {
    min-height: 59.8rem;
    background-image: url("../assets/png/bg-hero-3-768.png") !important;
  }


  .banner-1 .swiper-hero ,
  .banner-2 .swiper-hero {
    width: 52%;
  }

  .banner-1 .hero__descr {
    width: 80%;
  }

  .hero__btn {
    max-width: 28rem;
  }

  .swiper__btn {
    min-width: 4rem;
    width: 4rem;
    height: 4rem;
  }

  .title {
    margin-bottom: 4rem;
    font-size: 3.2rem;
  }

  .new__wrap {
    gap: 2.4rem;
  }

  .new__box-wrap {
    padding: 0 4.8rem;
  }

  .new__wrapper-img {
    height: 15.4rem;
    margin: auto 0;
  }

  .new__block {
    gap: 1rem;
  }

  .new__text-second {
    margin-top: -0.8rem;
  }

  .new__link {
    max-width: 28rem;
    margin-top: 1rem;
  }

  .category__text {
    padding-top: 1.2rem;
    font-size: 2rem;
  }

  .swiper-category .swiper-slide {
    padding: 2rem;
  }

  .category__descr {
    font-size: 1.4rem;
  }

  .category__link {
    max-width: 100%;
    margin-top: 1.2rem;
  }

  .category__block-swiper {
    padding-top: 4rem;
  }

  .banner {
    gap: 42rem;
    background-image: url(../assets/png/bg-map-1280.png) !important;
  }

  .footer {
    width: calc(100% - 40px);
    padding: 6rem 4rem 1.2rem;
  }

  .footer__container,
  .footer__wrapper {
    gap: 2.4rem;
  }

  .footer__wrapper {
    flex-wrap: wrap;
  }

  .footer__box {
    gap: 2rem;
  }

  .footer .element,
  .footer .header__link-map {
    padding-left: 2.4rem;
    font-size: 1.4rem;
  }

  .footer__block-1,
  .footer__block-2,
  .footer__block-3 {
    gap: 1rem;
  }

  .footer__list {
    gap: 0.6rem;
  }

  .link-vtop3 {
    font-size: 1.2rem;
  }

  .product__title {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }

  .product__container,
  .product__info-wrap {
    gap: 2.4rem;
  }

  .product__block {
    gap: 1.6rem;
  }

  .product__name {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }

  .product__text,
  .product__list-info {
    font-size: 1.4rem;
  }

  .product__box-link {
    gap: 1.2rem;
  }

  .product__box-link a {
    max-width: 28rem;
  }

  .second-btn {
    padding: 1rem;
  }

  .product__box-slider {
    gap: 1.2rem;
  }

  .product__info-wrapper {
    max-height: 23.8rem;
  }

  .catalog__box-company {
    padding-bottom: 1rem;
  }

  .catalog__btn {
    height: 8.8rem;
    font-size: 2rem;
  }

  .catalog__box {
    gap: 2rem;
    flex-direction: column;
  }

  .catalog__list {
    gap: 2.8rem;
  }

  .catalog__text {
    font-size: 1.4rem;
  }

  .catalog__link {
    margin-top: 0.8rem;
  }

  .catalog__wrapper {
    gap: 2.8rem;
  }

  .productions__box {
    gap: 0.8rem;
  }

  .productions__name {
    font-size: 2.4rem;
  }

  .productions__decr {
    font-size: 1.6rem;
  }

  .productions__box-btn {
    margin-top: 1.6rem;
  }

  .productions__btn {
    max-width: 26rem;
  }

  .productions__wrap {
    gap: 2rem;
    align-items: flex-start;
  }

  .productions__text {
    font-size: 1.4rem;
  }

  .swiper__productions {
    margin-top: 4rem;
    align-items: flex-start;
  }

  .swiper-productions-1-button-next,
  .swiper-productions-1-button-prev,
  .swiper-productions-2-button-next,
  .swiper-productions-2-button-prev {
    margin-top: 4.2rem;
  }

  .contacts__list {
    gap: 5%;
    justify-content: space-between;
  }

  .contacts__name,
  .contacts__list a,
  .contacts__list-info {
    font-size: 1.6rem;
  }

  .contacts__list-second {
    gap: 2rem;
  }

  .filter__btn {
    max-width: 20rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.6rem;
    color: var(--accent-color);
  }

  .filter__btn img {
    width: 2rem;
    height: 2rem;
  }

  .filter {
    margin-top: 25rem;
    position: relative;
    padding: 6.8rem 2rem 2rem 7rem;
    border-radius: 0 4rem 4rem 0;
  }

  .main {
    position: relative;
  }

  .filter__btn-close {
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    position: absolute;
    top: 2.2rem;
    right: 2.2rem;
  }

  .filter__container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 10;
    background: rgba(46, 39, 37, 0.7);
  }

  .filter__container.active {
    display: flex;
  }

  .footer__container {
    padding: 0;
  }

  .dialog {
    max-width: 48rem;
  }

  .dialog-message {
    max-width: 42rem;
  }

  .dialog__descr--success {
    font-size: 1.6rem;
  }

  .category {
    background-size: 510px auto;
  }

  .product__info-swiper {
    align-items: flex-start;
  }

  .product__info-swiper .swiper__btn {
    margin-top: 10rem;
  }

  .product__info-swiper .swiper__btn {
    top: 11.2rem;
  }
}

@media (max-width: 767px) {
  .swiper-catalog .swiper-slide {
    width: auto !important;
  }

  .catalog__btn {
    width: min-content;
    min-width: 11.2rem;
    height: 6.8rem;
    font-size: 1.4rem;
  }



  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container-top {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .container-bot {
    padding-top: 0;
    padding-bottom: 5rem;
  }

  .wrap {
    display: flex;
  }

  .burger {
    width: 4rem;
    height: 4rem;
    padding: 1rem 0.6rem;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }

  .burger span {
    width: 100%;
    height: 0.3rem;
    display: block;
    background: var(--accent-color);
    transition: all 0.3s ease;
    border-radius: 1.1rem;
  }

  .burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
  }

  .burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -8px);
  }

  .burger.active span:nth-child(2) {
    opacity: 0;
  }

  .mob-hidd {
    display: none;
  }

  .nav-menu.open {
    padding: 0 1rem 2rem;
    display: flex;
    flex-direction: column;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 99999;
    background: var(--main-bg-color);
    box-shadow: 0px 2px 8px 0px #0000000a;
  }

  .nav-menu {
    position: absolute;
    display: none;
    transition: right 0.3s ease;
  }

  .header {
    position: relative;
  }

  .header__nav-list {
    padding-bottom: 1rem;
    gap: 0.8rem;
  }

  .header__nav-list a {
    padding: 0;
  }

  .network__img {
    width: 2rem;
    height: 2rem;
    margin-right: 0;
  }

  .element::before {
    width: 2rem;
    height: 2rem;
  }

  .element,
  .header__link-map {
    padding-left: 2.8rem;
  }

  .header__box-top {
    padding: 1rem 0;
    gap: 1.6rem;
    border-bottom: none;
    border-top: 1px solid var(--second-bg-color);
  }

  .header__box-contacts {
    max-width: 100%;
    padding: 1rem 0;
    gap: 1.6rem;
    justify-content: start;
    align-items: flex-start;
  }

  .base-btn {
    max-width: 30rem;
  }

  .breadcrumbs__link,
  .breadcrumbs__link a,
  .breadcrumbs__current {
    font-size: 1.2rem;
  }

  .hero {
    padding: 3.2rem 0 1rem;
    background-image: url("../assets/png/bg-hero-1-320.png") !important;
  }

  .hero::after {
    display: none;
  }

  .banner-1 {
    min-height: 60.8rem;
    background-image: url("../assets/png/bg-hero-2-320.png") !important;
  }
  .banner-2 {
    min-height: 60.8rem;
    background-image: url("../assets/png/bg-hero-3-320.png") !important;
  }

  .banner-1 .hero__box ,
  .banner-2 .hero__box {
    height: 100%;
  }

  .banner-1 .swiper-slide ,
  .banner-2 .swiper-slide {
    min-height: 55.8rem;
  }

  .banner-1 .hero__btn ,
  .banner-2 .hero__btn {
    margin-top: auto;
  }

  .banner-1 .hero__box-second ,
  .banner-2 .hero__box-second {
    padding: 0;
    background: none;

  }

  .banner-1 .swiper-hero ,
  .banner-2 .swiper-hero {
    width: 100%;
  }

  .banner-1 .hero__descr ,
  .banner-2 .hero__descr {
    width: 100%;
  }

  .hero__box-second {
    padding: 1rem;
    background: #FFFFFFCC;
    border-radius: 24px 24px;
  }


  .hero__box {
    width: 100%;
  }

  .hero__title {
    font-size: 2rem;
  }

  .hero__descr {
    font-size: 1.4rem;
  }

  .hero__btn {
    margin-top: 0.8rem;
  }

  .hero__wrapper {
    gap: 30%;
  }

  .swiper__btn {
    min-width: 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
  }

  .swiper__btn img {
    width: 0.7rem;
  }

  .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }

  .swiper-pagination-bullet-active {
    width: 1rem;
    height: 1rem;
  }

  .title {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }

  .new__wrap {
    flex-direction: column;
    gap: 1.6rem;
  }

  .new__box-wrap {
    width: 100%;
    height: 16.8rem;
    padding: 0;
  }

  .swiper-hero {
    width: 100%;
    margin: 0;
  }

  .lang-select {
    max-width: max-content;
  }

  .new__box-btn {
    width: 100%;
    top: 7.2rem;
    left: 0;
    transform: translateY(0);
  }

  .new__block {
    width: 100%;
    gap: 0.8rem;
  }

  .new__text-second {
    margin-top: -0.4rem;
  }

  .category {
    background-size: 100% 11.4rem;
    background-position: -30vw top;
  }

  .category__text {
    width: 70%;
    padding-top: 1rem;
    font-size: 1.6rem;
  }

  .category__link {
    margin-top: 0.8rem;
  }

  .footer {
    width: calc(100% - 20px);
    padding: 4rem 1rem 1.2rem;
  }

  .header .header__logo {
    max-width: 25.8rem;
    gap: 0.4rem;
  }

  .header .header__img-logo {
    max-width: 9.6rem;
  }

  .header .header__descr {
    height: 2.8rem;
    padding-left: 0.4rem;
  }

  .footer__container,
  .footer__wrapper {
    gap: 2rem;
  }

  .footer__box {
    gap: 1.6rem;
  }

  .header__logo {
    max-width: 28rem;
    gap: 1.2rem;
  }

  .header__img-logo {
    max-width: 10rem;
  }

  .header__descr {
    height: 3.4rem;
    padding-left: 1.2rem;
    font-size: 1.2rem;
  }

  .footer__block {
    gap: 2rem;
    flex-wrap: wrap;
  }

  .footer__container {
    gap: 2rem;
    padding: 0;
  }

  .footer .element,
  .footer .header__link-map {
    padding-left: 2rem;
    font-size: 1.2rem;
  }

  .footer .element::before,
  .footer .link-inst {
    width: 1.6rem;
    height: 1.6rem;
  }

  .footer__block-1,
  .footer__block-2,
  .footer__block-3 {
    gap: 0.8rem;
  }

  .breadcrumbs {
    margin-top: 1rem;
  }

  .product__title {
    font-size: 2rem;
  }

  .product__container {
    gap: 2rem;
    flex-direction: column;
  }

  .product__box {
    max-width: 30rem;
    margin: 0 auto;
  }

  .product__block-swiper {
    gap: 0;
    position: relative;
  }

  .product__block-swiper .swiper__btn,
  .product__info-swiper .swiper__btn {
    position: absolute;
    top: 8.8rem;
    z-index: 5;
  }


  .swiper-product-2-button-prev,
  .swiper-product-4-button-prev,
  .swiper-product-3-button-prev {
    left: 0;
  }

  .swiper-product-2-button-next,
  .swiper-product-4-button-next,
  .swiper-product-3-button-next {
    right: 0;
  }

  .swiper-product-2,
  .swiper-product-2 .swiper-wrapper {
    max-height: 19.8rem;
  }

  .swiper-product {
    max-width: 30rem;
    width: 100%;
    margin: 0 auto;
  }

  .product__block {
    gap: 1.2rem;
  }

  .product__name {
    margin-bottom: 0.8rem;
  }

  .product__wrap {
    gap: 2rem;
  }

  .product__box-link {
    gap: 1rem;
  }

  .product__box-link a {
    max-width: 30rem;
    width: 100%;
  }

  .product__info-wrapper {
    max-width: 100%;
  }

  .product__info-swiper {
    position: relative;
  }

  .product__info-wrap {
    gap: 2rem;
    flex-direction: column-reverse;
  }

  .swiper-catalog .swiper-button-disabled {
    display: flex;
  }

  .product__info-wrapper,
  .product__info-wrapper img {
    max-height: 23.8rem;
  }

  .swiper-product-3 .product__box-info,
  .swiper-product-4 .product__box-info {
    width: 100%;
  }

  .product__info--reverse .product__info-wrap {
    flex-direction: column-reverse;
  }

  .filter__btn {
    max-width: 16rem;
  }

  .catalog__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }

  .catalog__wrapper {
    gap: 1.2rem;
  }

  .pagination__list li {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.4rem;
  }

  .pagination__btn img {
    width: 70%;
  }

  .filter {
    margin-top: 19rem;
    padding: 6.8rem 2rem 2rem 4rem;
  }

  .productions__box {
    gap: 0.4rem;
  }

  .productions__name {
    font-size: 2rem;
  }

  .productions__decr {
    font-size: 1.4rem;
  }

  .productions__box-btn {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .productions__btn.active,
  .productions__box-btn button {
    width: 30rem;
    min-width: 30rem;
  }

  .productions__btn {
    max-width: 30rem;
  }

  .swiper__productions {
    margin-top: 2rem;
  }

  .productions__wrap {
    flex-direction: column;
  }

  .productions__box-text,
  .productions__box-img {
    max-width: 100%;
  }

  .swiper-productions-1-button-prev,
  .swiper-productions-1-button-next,
  .swiper-productions-2-button-prev,
  .swiper-productions-2-button-next {
    position: absolute;
    top: 38%;
    z-index: 5;
  }

  .swiper-productions-1-button-prev,
  .swiper-productions-2-button-prev {
    left: 0;
  }

  .swiper-productions-2-button-next,
  .swiper-productions-1-button-next {
    right: 0;
  }

  .productions__box-img {
    height: 20.6rem;
  }

  .productions__wrap {
    gap: 1rem;
  }

  .swiper__productions {
    position: relative;
  }

  .contacts__box {
    gap: 1.2rem;
  }

  .contacts__list {
    gap: 1rem;
  }

  .contacts__name,
  .contacts__list a,
  .contacts__list-info {
    font-size: 1.4rem;
  }

  .header__box {
    gap: 0.2rem;
  }

  .dialog {
    max-width: 30rem;
    padding: 6.4rem 2rem 4.4rem;
  }

  .dialog-message {
    max-width: 30rem;
  }

  .dialog__descr--success {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }

  .dialog__wrapper {
    max-width: 100%;
  }

  .order__form-title {
    margin-bottom: 0;
    font-size: 2.4rem;
  }

  .form-field input,
  .form-field textarea {
    padding: 1rem 2.4rem;
    font-size: 1.4rem;
  }

  .form-submit {
    margin-top: 2rem;
  }

  .form-field textarea {
    min-height: 8rem;
  }

  .contact-form .check {
    font-size: 1.2rem;
  }

  .product__info-swiper .swiper__btn {
    top: 1.2rem;
  }
}

@media (max-width: 450px) {
  .catalog__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .banner {
    gap: 20rem;
    background-image: url(../assets/png/bg-map-320.png) !important;
    background-position: center 41%;
  }
}