body {
  font-size: 18px;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.btn {
  padding: 10px 27px 13px 21px;
  border-radius: 28px;
}

.breadcrambs {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hidden {
  display: none !important;
}

.no-scroll {
  overflow: hidden !important;
}

.menu-active {
  transform: translateX(0) !important;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 4;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
  align-items: center;
  gap: 10px !important;
}

.bx-wrapper {
  margin-bottom: 155px !important;
  box-shadow: none;
  border: none;
  background: none;
}

.menu {
  padding-top: 23px;
}
.menu__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-inner__list {
  display: flex;
  gap: 30px;
  font-size: 19.1px;
}

.phone-btns {
  display: flex;
  align-items: center;
  gap: 30px;
}
.phone-btns__phone {
  border: 1px solid #fff;
  background-color: #fff;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
}
.phone-btns__phone:hover {
  border-color: #000;
}
.phone-btns__send {
  border: 1px solid #bd1f2e;
  text-transform: uppercase;
  font-weight: 700;
  color: #bd1f2e;
  padding: 11px 16px 13px 19px;
  letter-spacing: -1px;
  transition: all 0.3s ease;
}
.phone-btns__send:hover {
  background-color: #bd1f2e;
  color: #fff;
}

.menu-list__item {
  font-weight: 700;
}
.menu-list__link:hover {
  color: #bd1f2e;
}


.banner-mobile {
  display: none !important;
}

@media (max-width: 900px) {
  .menu-mobile {
    display: flex !important;
  }
  .menu__inner {
    display: none;
  }
  .header__logo {
    display: none;
  }

  .banner-pc {
    display: none !important;
  }
  .banner-mobile {
    display: block !important;
  }
}
.menu-mobile {
  padding: 0 20px 30px;
  display: none;
  justify-content: space-between;
  align-items: center;
}
.menu-mobile__logo img {
  background-size: cover;
  height: 90px;
}

.burger__button, .burger__button-close {
  background: none;
  border: none;
  cursor: pointer;
}
.burger__button img, .burger__button-close img {
  width: 40px;
  height: 40px;
}

.menu-all {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100vh;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  background-color: #fff;
  padding: 50px 0;
}
.menu-all__list {
  margin-bottom: 60px;
}
.menu-all__item {
  border-top: 1px solid rgb(189, 186, 186);
}
.menu-all__link {
  display: inline-block;
  padding: 15px 20px;
}
.menu-all__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 20px;
}
.menu-all-info__mail img {
  background-size: cover;
  height: 15px;
}
.menu-all-info__phone img {
  background-size: cover;
  height: 15px;
}

@media (max-width: 700px) {
  .burger__button img, .burger__button-close img {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 400px) {
  .menu-mobile__logo img {
    height: 60px;
  }
}
.header {
  background-image: url("/img/fon-shapka.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 100%;
}
.header__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.header__logo {
  margin-bottom: 25px;
}
.header__center {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 900px) {
  .header__center-slider {
    display: flex;
    gap: 10px;
  }
}
.main {
  margin-top: -150px;
}

.main-inner__slider {
  display: flex;
  margin-top: 76px;
}

.slider {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 120px;
  gap: 10px;
  padding: 0 70px 147px 100px;
  min-width: 0;
  position: relative;
}
.slider__item {
  min-width: 0;
  text-align: center;
}
.slider__item img {
  background-size: cover;
  max-height: 100px !important;
  max-width: 200px !important;
}
@media(max-width: 500px) {
  .slider__item img {
    max-width: 150px !important;
  }
}
.slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  font-size: 0;
  border: none;
  width: 60px;
  height: 60px;
  background: none;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  margin-top: -100px;
}
.slider .slick-arrow.slick-prev {
  left: 0;
  background-image: url("/img/strelka-2.png");
}
.slider .slick-arrow.slick-next {
  right: 0;
  background-image: url("/img/strelka-l.png");
}

.slide-item__descr {
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

.slider-item__descr-title {
  font-weight: 700;
  margin-bottom: 5px;
}
.slider-item__descr-text {
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 750px) {
  .slider {
    padding: 0 70px 120px 70px;
  }
  .slider-item__descr-title {
    font-size: 14px;
  }
  .slider-item__descr-text {
    font-size: 12px;
  }
}
.industry {
  background-image: url("/img/fon-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 1080px;
}
.industry__textblock {
  width: clamp(120px, 100%, 500px);
  text-align: justify;
  font-size: clamp(18px, 2vw + 12px, 28px);
  padding: 60px 50px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.7);
}
.industry__inner {
  display: flex;
  justify-content: flex-end;
  padding: 150px 0;
}
.industry__article {
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.industry__article h1 {
  font-size: clamp(18px, 2vw + 12px, 28px);
  font-weight: 700;
}
.industry__text {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.infoblock {
  padding: 80px 0 92px;
}
.infoblock__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.infoblock__row-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.infoblock-item__img img {
  background-size: cover;
  height: 180px;
}
.infoblock-item__text {
  margin-top: 20px;
  font-weight: 600;
  text-transform: uppercase;
  width: 300px;
}

@media (max-width: 1220px) {
  .infoblock__row-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .infoblock__row {
    justify-content: center;
  }
}
.assortiment {
  background-image: url("/img/fon-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-bottom: 40px;
}
.assortiment__inner {
  padding-top: 100px;
}
.assortiment__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.assort-item--1 {
  justify-self: end;
  padding: 53px 62px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.4);
  width: clamp(100px, 50vw, 476px);
  height: clamp(100px, 46vh, 476px);
}
.assort-item--1 p {
  color: #fff;
  font-size: clamp(24px, 2vw + 18px, 43px);
  line-height: 1.2;
  font-weight: 700;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.assort-item--2 {
  justify-self: start;
}

.assort-item--3 {
  grid-column: 2;
  justify-self: start;
  padding: 60px 40px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.4);
}
.assort-item--3 p {
  font-size: clamp(12px, 2vw + 12px, 24px);
  font-weight: 700;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.assortiment-item__list {
  color: #fff;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.assortiment-item__list-item {
  text-transform: lowercase;
  font-size: clamp(12px, 2vw + 8px, 29px);
  list-style-type: disc !important;
}

@media (max-width: 1000px) {
  .assortiment__inner {
    padding-top: 50px;
  }
  .assort-item--1 {
    padding: 30px 20px;
  }
}
@media (max-width: 900px) {
  .assortiment__grid {
    grid-template-columns: 1fr;
  }
  .assort-item--3 {
    grid-column: 1;
    width: clamp(200px, 50vw, 400px);
    padding: 20px 20px;
  }
  .assort-item--1,
  .assort-item--2,
  .assort-item--3 {
    justify-self: center;
  }
}
.suppliers__head {
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(28px, 2vw + 20px, 50px);
  font-weight: 700;
  margin-bottom: 51px;
}

.slider__item img {
  object-fit: contain;
  height: clamp(80px, 30vw, 130px);
  width: clamp(80px, 30vw, 180px);
}

.suppliers-inner__slider {
  padding: 72px 0 0;
}

.order {
  background-image: url("/img/fon-3.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: -51px;
  padding-top: 126px;
  padding-bottom: 308px;
  display: flex;
}
.order__head {
  text-align: center;
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 114px;
}

.form {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "name city" "phone email" "question question" "submit submit";
  align-content: space-between;
  row-gap: 46px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.input {
  width: 400px;
  height: 74px;
  padding: 0 33px;
  border: none;
  border-radius: 35px;
}
.input::-moz-placeholder {
  color: rgb(196, 196, 196);
  font-size: 16px;
}
.input::placeholder {
  color: rgb(196, 196, 196);
  font-size: 16px;
}
.input__name {
  grid-area: name;
}
.input__city {
  grid-area: city;
  justify-self: flex-end;
}
.input__phone {
  grid-area: phone;
}
.input__email {
  grid-area: email;
  justify-self: flex-end;
}
.input__question {
  box-sizing: border-box;
  grid-area: question;
  width: 100%;
}
.input__submit {
  grid-area: submit;
  justify-self: center;
  border: none;
  border-radius: 35px;
  background-color: #bd1f2e;
  color: #fff;
  text-transform: uppercase;
  padding: 0 30px;
  margin-top: 27px;
  width: 340px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.input__submit:hover {
  background-color: #000;
}

@media (max-width: 1000px) {
  .order {
    padding-bottom: 30px;
  }
  .form {
    grid-template-columns: 1fr;
    grid-template-areas: "name" "city" "phone" "email" "question" "submit";
  }
  .input {
    box-sizing: border-box;
    width: 100%;
  }
  .order__head {
    font-size: 50px;
  }
}
@media (max-width: 375px) {
  .input__submit {
    width: auto;
  }
}
.footer {
  padding: 50px 0;
  background-color: #fcf4e1;
  color: #bd1f2e;
}
.footer__grid {
  display: grid;
  grid-template-columns: 124px 102px 168px 1fr 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 50px;
  align-items: flex-start;
}
.footer__contacts > :first-child {
  margin-bottom: 15px;
}
.footer__contacts > :last-child {
  margin-top: 15px;
}
.footer__contacts-second {
  margin-top: 40px;
}
.footer__contacts-second > :first-child {
  margin-bottom: 15px;
}

.footer-item--1 {
  grid-column: 1/3;
  grid-row: 1;
}

.footer-item_contacts-title, .footer-item_products-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-item--2 {
  grid-column: 3/4;
  grid-row: 1;
}

.footer-item--3 {
  grid-column: 4/5;
  grid-row: 1;
  margin-left: 50px;
}

.footer-item--4 {
  grid-column: 1/2;
  grid-row: 2;
}

.footer-telegram img,
.footer-instagram img,
.footer-whatsapp img {
  background-size: cover;
  height: 40px;
}

.footer-item--5 {
  grid-column: 2/3;
  grid-row: 2;
}

.footer-item--6 {
  grid-column: 3/4;
  grid-row: 2;
}

.footer-insy {
  display: flex;
}
.footer-insy a {
  display: inline-block;
  border: 1px solid #d1c7c0;
}
.footer-insy img {
  width: 94px;
  height: 16px;
  display: inline-block;
  padding: 5px;
  vertical-align: top;
  background-size: cover;
}
.footer-insy p {
  display: inline-block;
  color: #d1c7c0;
  border-left: 1px solid #d1c7c0;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 4px;
}

.footer-item--7 {
  grid-column: 4/5;
  grid-row: 2;
  margin-left: 50px;
}

.footer-item--8 {
  grid-column: 5/6;
  grid-row: 2;
  color: #000;
  justify-self: flex-end;
}

@media (max-width: 1300px) {
  .footer__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(8, auto);
  }
  .footer-grid__item {
    justify-self: center;
    align-self: center;
    text-align: center;
  }
  .footer-grid > * {
    font-size: clamp(16px, 2vw + 14px, 24px);
  }
  .footer-item--1 {
    grid-column: 1/-1;
    grid-row: 1;
  }
  .footer-item--2 {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .footer-item--3 {
    grid-column: 1/-1;
    grid-row: 3;
    margin-left: 0;
  }
  .footer-item--4 {
    grid-column: 1/2;
    grid-row: 4;
  }
  .footer-item--5 {
    grid-column: 2/3;
    grid-row: 4;
  }
  .footer-item--6 {
    grid-column: 3/4;
    grid-row: 4;
  }
  .footer-item--7 {
    grid-column: 1/-1;
    grid-row: 5;
  }
  .footer-item--8 {
    grid-column: 1/-1;
    grid-row: 6;
  }
  .footer-insy img {
    width: auto;
  }
  .footer-insy p {
    padding: 4px 0;
  }
}
@media (max-width: 400px) {
  .footer-item--1,
  .footer-item--2 {
    max-width: 200px;
  }
}/*# sourceMappingURL=style.css.map */