body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.desktop,.desktop * {
  box-sizing: border-box
}

.desktop {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow-y: auto
}

.privacy-policy a{
	color:#222;
}

.header-cont {
  background: #14796d;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative
}

.header {
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-shrink: 0;
  max-width: 1440px;
  position: relative
}

.nav {
  padding: 5px 0 5px 0;
  display: flex;
  flex-direction: row;
  row-gap: 30px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  flex: 1;
  max-width: 1400px;
  position: relative
}

.company-info {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 326.96px;
  position: relative
}

.company-info2 {
  flex: 1;
  height: 29px;
  max-width: 166px;
  max-height: 29.36px;
  position: relative;
  aspect-ratio: 163.96/29
}

.company-slogan {
  color: #fff;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  width: 143px
}

.navigation {
  display: flex;
  flex-direction: row;
  gap: 20px;
  row-gap: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  flex: 1;
  position: relative
}

.nav-item {
  color: #fff;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
  position: relative
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  justify-content: center;
  flex-shrink: 0;
  position: relative
}

.phone-number {
  color: #fff;
  text-align: left;
  font-weight: 700;
  font-size: 21px;
  position: relative
}

.email {
  color: #fff;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  text-decoration: underline;
  position: relative;
  text-decoration: none;
}

.main-cont {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative
}

.hero-cont {
  background: linear-gradient(to right, rgba(20, 121, 109, 1), rgba(20, 121, 109, 0.9)), url('../img/hero-cont0.webp') center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 43px 0 43px 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden
}

.hero-content {
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  max-width: 1400px;
  position: relative;
  overflow: hidden
}

.hero-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 685px;
  position: relative
}

.hero-title {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-end;
  flex-shrink: 0;
  width: 644px;
  position: relative
}

.main-title {
  color: #fff;
  text-align: left;
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  position: relative
}

.subtitle {
  color: #fff;
  text-align: left;
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  position: relative
}

.price-info {
  border-radius: 30px;
  border-style: dashed;
  border-color: #FFF600;
  border-width: 2px;
  padding: 2px 26px 2px 26px;
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden
}

.price {
  color: #FFF600;
  text-align: left;
  font-weight: 700;
  font-size: 30px;
  position: relative
}

.description {
  color: #fff;
  text-align: left;
  font-size: 16px;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.description-span {
  list-style-type: disc;
  padding-left: 1em;
  font-weight: 500;
  line-height: 32px;
}

.description-span2 {
  list-style-type: disc;
  padding-left: 1em;
  font-weight: 700
}

.hero-links {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative
}

.link {
  background: #FFF600;
  border-radius: 12px;
  padding: 14px 35px 14px 35px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  z-index: 1;
}

.link-text {
  color: #222;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  position: relative
}

.link2 {
  border-radius: 12px;
  padding: 0 9px 0 9px;
  display: flex;
  flex-direction: row;
  gap: 9px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative
}

.whatsapp-social-media-svgrepo-com-1 {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  aspect-ratio: 1
}

.link-text2 {
  color: #fff;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
  position: relative
}

.group-1-1 {
  flex-shrink: 0;
  width: 655px;
  height: 650px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 655/650
}

.hero-image {
  flex-shrink: 0;
  width: 320.67px;
  height: 481px;
  position: absolute;
  left: calc(50% - -266.5px);
  bottom: 0;
  object-fit: cover;
  aspect-ratio: 320.67/481
}

.products-cont {
  background: #f9f9f9;
  padding: 100px 0 50px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative
}

.popular-products-content {
  padding: 0 10px 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 1400px;
  position: relative;
  overflow: hidden
}

.section-title {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  position: relative;
  align-self: stretch
}

.section-title-span {
  color: #222
}

.section-title-span2 {
  color: #14796d
}

.product-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(309px, 1fr));
  gap: 30px;
  width: 100%;
  padding: 70px 0 70px 0;
  justify-content: center;
  align-items: stretch;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.product-info {
  background: #fff;
  border-radius: 20px 20px 0 20px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  width: 100%;
}

.product-name, .product-name2, .product-name3, .product-name4 {
  color: #222;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  align-self: stretch;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
}

.product-detail-text {
  color: #666;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  width: 269px
}

.product-options {
  width: 100%;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}

.option {
  background: #efefef;
  border-radius: 5px;
  padding: 6px 10px 6px 10px;
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden
}

.option-text {
  color: #141416;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  position: relative
}

.product-price {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}

.price-info2 {
  background: #FFF600;
  border-radius: 10px;
  padding: 15px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  z-index: 1;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  color: #222;
  text-align: center;
}

/* Фиксируем ссылку в карточке товара */
.product-price a.price-info2 {
  flex: 1;
  min-width: 150px;
  max-width: 100%;
  padding: 15px 10px;
}

.price-text {
  color: #222;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  width: 139px
}

.price-tag {
  background: #fff;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: center;
  min-width: 103px;
  height: 59px;
  position: relative;
}

.rectangle {
  border-radius: 0;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -14px;
  top: 0;
}

.price-tag-text {
  color: #222;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  position: relative
}

.image {
  border-radius: 10px;
  border-style: solid;
  border-color: #eee;
  border-width: 1px;
  align-self: stretch;
  flex-shrink: 0;
  height: auto;
  width: 100%;
  position: relative;
  object-fit: cover;
  aspect-ratio: 1;
}

.buy-cont {
  background: #14796d;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden
}

.buyback-section {
  border-radius: 20px;
  padding: 50px 10px 50px 10px;
  display: flex;
  flex-direction: column;
  gap: 58px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 1400px;
  position: relative
}

.section-title2 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  position: relative;
  align-self: stretch
}

.buyback-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative
}

.buyback-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.buyback-info {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative
}

.image3 {
  flex-shrink: 0;
  width: 69px;
  height: 69px;
  position: relative;
  object-fit: cover
}

.heading {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  width: 242px;
  height: 53px
}

.buyback-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  max-width: 700px;
  z-index: 1;
  position: relative
}

.form-background {
  background: #fff;
  border-radius: 10px;
  border-width: 1px;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buyback-table {
  width: 100%;
  color: #222;
  font-size: 16px;
}

.buyback-table thead {
  background-color: #f9f9f9;
  color: #222222;
  border-radius: 20px;
}

.buyback-table thead tr{
  border-radius: 20px;
}
.buyback-table thead tr th{
  border-radius: 3px;
}

.buyback-table th {
  padding: 12px 15px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
}

.buyback-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
}

.buyback-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}


.link3 {
  background: #FFF600;
  border-radius: 12px;
  padding: 14px 35px 14px 35px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  z-index: 1;
}

.form-link {
  color: #222;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  position: relative
}

.buyback-image {
  border-radius: 10px;
  flex-shrink: 0;
  width: 384.32px;
  height: 310.74px;
  position: absolute;
  left: 377.84px;
  top: 219px;
  object-fit: cover;
  aspect-ratio: 384.32/310.74;
  z-index: 0;
}

.adv-cont {
  background: #f9f9f9;
  padding: 80px 0 80px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden
}

.industries-section {
  border-radius: 20px;
  padding: 0 10px 0 10px;
  display: flex;
  flex-direction: column;
  gap: 58px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 100%;
  max-width: 1400px;
  position: relative
}

.industries-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 20px;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.industry-card {
  background: #222;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  grid-row: 1 / span 3;
  grid-column: 1;
  position: relative;
  overflow: hidden
}

.section-title3 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  text-align: left;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  position: relative;
  align-self: stretch
}

.industry-image {
  background: linear-gradient(180.03deg,#222 0,rgba(20,121,109,0) 100%);
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  object-fit: cover
}

.industry-card2, .industry-card4 {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.industry-card2-top {
  grid-column: 2;
  grid-row: 1;
}

.industry-card2-bottom {
  grid-column: 2;
  grid-row: 2;
}

.retail-card {
  grid-column: 2;
  grid-row: 3;
}

.export-card {
  grid-column: 3;
  grid-row: 3;
}

.heading2 {
  color: #222;
  text-align: left;
  font-weight: 700;
  font-size: 25px;
  position: relative;
  align-self: stretch
}

.heading3 {
  color: #222;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  align-self: stretch
}

.industry-card3 {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  grid-column: 3;
  grid-row: 1 / span 2;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.industry-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative
}

.heading4 {
  color: #222;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative
}

.industry-image2 {
  align-self: stretch;
  flex-shrink: 0;
  height: auto;
  position: relative;
  object-fit: cover;
  aspect-ratio: 366.67/347.6;
  z-index: 1;
}

.industry-background {
  background: #14796d;
  border-radius: 400px 0 0 0;
  flex-shrink: 0;
  width: 311px;
  height: 295px;
  position: absolute;
  right: -.5px;
  bottom: -1.08px;
  z-index: 0;
}

.heading5 {
  color: #222;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  align-self: stretch
}

.rent-cont {
  background: #14796d;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden
}

.rental-section {
  border-radius: 20px;
  padding: 50px 20px 50px 20px;
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 1400px;
  position: relative
}

.rental-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  min-width: 600px;
  max-width: 641px;
  position: relative
}

.section-title4 {
  color: #fff;
  text-align: left;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  position: relative;
  align-self: stretch
}

.description2 {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  width: 100%;
  max-width: 800px
}

.link-text3 {
  color: #222;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  position: relative
}

.rental-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  max-width: 700px;
  position: relative;
}

.benefit, .benefit2, .benefit3, .benefit4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
}

.benefit {
  background: #14796d;
  border-radius: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  padding: 10px;
  gap: 10px;
}

.benefit2 {
  background: #fff;
  border-radius: 20px;
  padding: 10px;
  gap: 10px;
}

.benefit3 {
  background: #fff;
  border-radius: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  padding: 10px;
  gap: 10px;
}

.benefit4 {
  border-radius: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  padding: 10px;
  gap: 10px;
}

.benefit-info {
  background: #fff;
  border-radius: 17px;
  padding: 21px 22px 21px 22px;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden
}

.benefit-number {
  color: #222;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.heading6 {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.benefit-info2 {
  background: #14796d;
  border-radius: 17px;
  padding: 21px 22px 21px 22px;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden
}

.benefit-number2 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.heading7 {
  color: #222;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.customer-cont {
  background: #f4fffe;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden
}

.trust-section {
  border-radius: 20px;
  padding: 100px 10px 100px 10px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 1400px;
  position: relative
}

.section-title-span {
  color: #222
}

.section-title-span2 {
  color: #14796d
}

.trust-content {
  padding: 60px 0 60px 0;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative
}

.trust-logo {
  flex-shrink: 0;
  width: auto;
  height: 50px;
  position: relative;
  object-fit: cover;
}

.trust-logo2 {
  flex-shrink: 0;
  width: auto;
  height: 50px;
  position: relative;
  object-fit: cover;
}

.trust-logo3 {
  flex-shrink: 0;
  width: auto;
  height: 50px;
  position: relative;
  object-fit: cover;
}

.trust-logo4 {
  flex-shrink: 0;
  width: auto;
  height: 50px;
  position: relative;
  object-fit: cover;
}

.trust-logo5 {
  flex-shrink: 0;
  width: auto;
  height: 50px;
  position: relative;
  object-fit: cover;
}

.trust-logo6 {
  flex-shrink: 0;
  width: auto;
  height: 50px;
  position: relative;
  object-fit: cover;
}

.trust-logo7 {
  flex-shrink: 0;
  width: auto;
  height: 50px;
  position: relative;
  object-fit: cover;
}

.trust-images {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative
}

.lightbox-link img{
  border-radius: 10px;
  flex-shrink: 0;
  width: 300px;
  height: 201px;
  position: relative;
  object-fit: cover;
}

.custom-cont {
  background: #14796d;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden
}

.custom-pallets-section {
  border-radius: 20px;
  padding: 50px 10px 50px 10px;
  display: flex;
  flex-direction: row;
  gap: 100px;
  row-gap: 28px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  flex: 1;
  max-width: 1400px;
  width: 100%;
  position: relative
}

.image5{
  height: auto;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}

.image4 {
  border-radius: 20px;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  max-width: 650px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 3/2
}

.custom-pallets-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  min-width: 562px;
  max-width: 632px;
  position: relative
}

.faq-cont {
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden
}

.faq-section {
  border-radius: 20px;
  padding: 50px 10px 50px 10px;
  display: flex;
  flex-direction: column;
  gap: 58px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 1400px;
  position: relative
}

.section-title5 {
  color: #222;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  position: relative
}

.faq-content {
  display: flex;
  flex-direction: row;
  gap: 100px;
  row-gap: 58px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative
}

.faq-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 700px;
  min-width: 500px;
  max-width: 700px;
  position: relative
}

.details {
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 0 0 1px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  position: relative
}

.slot-summary {
  padding: 10px 0 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  height: auto;
  position: relative;
  cursor: pointer;
}

.question {
  color: #222;
  text-align: left;
  font-size: 18px;
  line-height: 28.16px;
  position: relative;
  font-weight: 700;
}

.expand-icon {
  color: #14796d;
  text-align: left;
  font-weight: 500;
  font-size: 24px;
  line-height: 38.4px;
  position: relative;
  width: 13.68px;
  height: 38.39px;
  transition: transform 0.3s ease;
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.answer p {
  padding-bottom: 15px;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}

.image5 {
  flex: 1;
  height: 443px;
  min-width: 300px;
  max-width: 420px;
  min-height: 316.44px;
  max-height: 443.02px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 420/443
}

.contact-cont {
  background: #14796d;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  padding: 0px 10px 50px 10px;
}

.contact-content {
  background: #14796d;
  padding: 50px 0 50px 0;
  display: flex;
  flex-direction: column;
  gap: 58px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative
}

.map {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.full-width-map {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
}

.embed-1 {
  width: 100%;
  height: 534px;
  position: relative;
}

.link4 {
  background: #FFF600;
  border-radius: 12px;
  padding: 14px 28px 14px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 26px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  z-index: 2;
}

.contact-info2 {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 1400px;
  position: relative
}

.contact-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative
}

.label {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  position: relative
}

.detail {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  position: relative
}

.footer-cont {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.nav2 {
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 0 0 1px 0;
  padding: 15px 0 15px 0;
  display: flex;
  flex-direction: row;
  row-gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  flex-shrink: 0;
  width: 100%;
  max-width: 1400px;
  position: relative
}

.footer-nav {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative
}

.footer-nav-item {
  flex-shrink: 0;
  width: 106.84px;
  height: 18.73px;
  position: relative;
  aspect-ratio: 106.84/18.73
}

.footer-nav-text {
  color: #222;
  text-align: left;
  font-weight: 700;
  font-size: 9px;
  text-transform: uppercase;
  position: relative;
  width: 106px
}

.footer-nav-links {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative
}

.footer-nav-link {
  color: #222;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 25.6px;
  position: relative
}

.link-7-xxx-xxx-xx-xx {
  color: #222;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  position: relative
}

.header2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  width: 100%;
  max-width: 1400px;
  position: relative
}

.privacy-policy {
  color: #222;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 25.6px;
  position: relative
}

.copyright {
  color: #222;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 25.6px;
  position: relative
}

@media screen and (max-width: 800px) {
  .nav2{
    justify-content: center;
  }
  .header2{
    display: flex;
    flex-direction: column;
  }
  header .navigation{
    display: none;
  }
  .section-title, .section-title-span, .section-title-span2, .section-title2, .section-title3, .section-title4, .section-title5, .section-title6, .section-title7, .section-title8 {
    font-size: 20px;
  }
  .email{
    font-size: 14px;
  }
  .widjet_cont{
    flex-direction: row!important;
    bottom: 10px!important;
    width: 95%!important;
    border-radius: 10px!important;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: space-between!important;
    padding: 20px!important;
  }
  .widjet_cont .cont span{
    max-width: 90px;
  }
  .widjet_cont .cont img{
    margin-bottom: 20px;
  }
  .widjet_cont .cont{
    border-top: none!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
    flex: 1;
  }
  .widjet_cont .cont img{
    margin-top: 0!important;
  }
  .widjet_cont .cont:nth-child(2){
  border-right: 1px solid #656565;
  border-left: 1px solid #656565;
}
}

@media screen and (max-width: 400px){
  .widjet_cont .cont span{
    display: none!important;
    gap:5px;
    left: auto!important;
  }
  .widjet_cont .cont{
    border: none!important;
  }
  .widjet_cont{
    padding: 10px!important;
    width: auto!important;
    left: auto!important;
    right: 10px!important;
  }
}

@media screen and (max-width: 768px) {
  .industries-content {
    grid-template-columns: 1fr;
  }
  .company-info{
    width: auto;
  }
  .industry-card, .industry-card2, .industry-card3, .industry-card4 {
    grid-column: 1;
  }
}

@media screen and (max-width: 500px) {
  .company-info2{
    max-width: 96px;
  }
  .phone-number{
    font-size: 16px;
  }
}

.heading8 {
  color: #222;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.heading-3-span, .heading-4-span, .heading-5-span {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.heading-3-span li, .heading-4-span li, .heading-5-span li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 5px;
}

.heading3, .heading4, .heading5 {
  width: 100%;
}

/* Переопределение базового сброса списков */
menu, ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Стили для списков отраслей */
.heading-3-span, .heading-4-span, .heading-5-span {
  list-style-type: disc !important;
  padding-left: 20px !important;
  margin: 0;
}

.heading-3-span li, .heading-4-span li, .heading-5-span li {
  margin-bottom: 8px;
  position: relative;
  display: list-item !important;
  list-style-position: outside;
}

.heading3, .heading4, .heading5 {
  width: 100%;
}

/* Общий стиль для всех кнопок */
.link, .link3, .link4, .price-info2 {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  color: #222;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Добавляем автоблик на кнопки прайс-листов */
.link, .link3, .link4, .price-info2 {
  position: relative;
  z-index: 1;
}

/* Автоблик для кнопок */
.link::before, .link3::before, .link4::before, .price-info2::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(30deg);
  opacity: 0.6;
  transition: transform 0.3s ease-out;
  pointer-events: none;
}


/* Анимация пульсации для призыва к действию */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 246, 0, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 246, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 246, 0, 0);
  }
}

/* Добавляем пульсацию для основных кнопок */
.link, .link3 {
  animation: pulse 2s infinite;
}

/* Улучшенный эффект при клике */
.link:active, .link3:active, .link4:active, .price-info2:active {
  transform: translateY(1px);
}

/* Cursor pointer для всех кнопок */
.link, .link2, .link3, .link4, .price-info2 {
  cursor: pointer;
}

/* Стили для попап форм */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-container {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(20px);
  transition: transform 0.3s;
}

.popup-overlay.active .popup-container {
  transform: translateY(0);
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #999;
  line-height: 1;
  transition: color 0.2s;
}

.popup-close:hover {
  color: #222;
}

.popup-container h3 {
  color: #14796d;
  font-size: 28px;
  margin: 0 0 15px;
}

.popup-container p {
  color: #666;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.contact-form {
  width: 100%;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #333;
}

.form-group input[type="tel"], .form-group input[type="text"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.2s;
}

.form-group input[type="tel"]:focus, .form-group input[type="text"]:focus {
  border-color: #14796d;
  outline: none;
}

.checkbox-group, .checkbox-group p  {
  display: flex;
  align-items: flex-start;
}

.checkbox-group input[type="checkbox"] {
  margin-top: 3px;
  margin-right: 10px;
}

.checkbox-group label {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.form-submit {
  background: #FFF600;
  color: #222;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 25px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.2s, transform 0.2s;
}

.form-submit:hover {
  background: #f0e800;
  transform: translateY(-2px);
}

.form-submit:active {
  transform: translateY(0);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 480px) {
  .popup-container {
    padding: 20px;
  }
  
  .form-group input[type="tel"], .form-group input[type="text"],
  .form-submit {
    padding: 10px 15px;
  }
  
  .popup-container h3 {
    font-size: 28px;
  }
}
.widjet_cont{
  display: flex;
  flex-direction: column;
  width: 120px;
  position: fixed;
  bottom: 30%;
  right: 0;
  gap: 20px;
  background: #484848;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  border-radius: 10px 0px 0px 10px;
  z-index: 1000;
}

.widjet_cont .cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  
}

.widjet_cont .cont span{
  color: white;
}

.widjet_cont .cont img{
  margin-top: 10px;
  margin-bottom: 5px;
}

.widjet_cont .cont:nth-child(2), .widjet_cont .cont:nth-child(3){
  border-top: 1px solid #656565 ;
}

.widjet_cont .cont span{
  text-align: center;
}

@media screen and (max-width:1400px) {
  .main-title, .subtitle{
    font-size: 30px;
  }
  .price, .section-title-span, .section-title-span2, .section-title3, .section-title2, .section-title4{
    font-size: 28px;
  }
  .heading2{
    font-size: 18px;
  }
  .link, .link3, .link4, .price-info2, .link-text2, .description, .heading, .buyback-table, .heading5, .description2, .benefit-number, .benefit-number2, .heading6, .heading8,.heading7, .question, .answer p, .detail{
    font-size: 14px;
  }
  .industry-card2, .industry-card4, .industry-card3{
    padding: 25px 20px;
  }
  .option-text{
    font-size: 12px;
  }
  .faq-item{
    width: 600px;
  }
  .group-1-1{
    width: 462px;
    height: auto;
  }
  .hero-image{
    width: 222px;
    height: auto;
  }
  .label {
    font-size: 16px;
  }
}

@media screen and (max-width:1200px) {
  .faq-content{
    justify-content: center;
  }
  .main-title, .subtitle, .price, .price, .section-title-span, .section-title-span2, .section-title3, .section-title2, .section-title4{
    font-size: 25px;
  }
  .hero-text{
    width: 540px;
  }
  .industries-content {
    grid-template-columns: 1fr 1fr;
  }
  .industry-card2-top, .industry-card2-bottom, .industry-card3, .retail-card, .export-card {
    grid-column: auto;
    grid-row: auto;
  }
  .company-slogan, .industry-background, .industry-image2, .buyback-image, .footer-nav-links, .navigation{
    display: none;
  }
  .footer-cont{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .question{
    word-wrap: break-word;
  }
  .contact-content{
    gap: 43px;
  }
  .hero-image{
    width: 152px;
  }
  .group-1-1{
    width: 295px;
  }
  .faq-item{
    max-width: 600px;
    width: 100%;
    min-width: 100%;
  }
  .trust-images{
    display: none;
  }
  .hero-text{
    width: 496px;
  }
  .rental-benefits, .rental-content, .custom-pallets-content{
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
  .custom-pallets-section{
    justify-content: flex-start;
  }
  
  
}
@media screen and (max-width:800px){
  .rental-benefits{
    width: 100%;
  }
  .main-title, .subtitle, .price, .price, .section-title-span, .section-title-span2, .section-title3, .section-title2, .section-title4{
    font-size: 20px;
  }
  .link, .link3, .link4, .price-info2, .link-text2, .description, .heading, .buyback-table, .heading5,.heading7, .description2, .benefit-number, .benefit-number2, .heading6,.heading8, .question, .answer p, .detail, .heading-4-span, .heading-3-span, .heading-5-span{
    font-size: 13px;
  }
  .detail{
      text-align:left;
  }
  .trust-content img{
    height: 30px;
    width: auto;
  }
  .image5{
    min-height: auto;
    max-height: auto;
    height: auto;
  }
  .rental-benefits{
    display: flex;
    flex-direction: column;
  }
  .benefit3{
    background: transparent;
  }
  .heading8{
    color: white;
  }
  .benefit3 .benefit-info2{
    background: #fff;
  }
  .benefit3 .benefit-number2{
    color: #14796d;
  }
  .benefit4{
    background: #fff;
  }
  .benefit4 .heading6{
    color: #222;
  }
  .benefit4 .benefit-info{
    background: #14796d;
  }
  .benefit4 .benefit-number{
    color: #fff;
  }
  .price-info{
    padding: 2px 15px 2px 15px;
  }
  .hero-image{
    left: calc(50% - -66.5px);
  }
  .hero-text{
    width: 100%;
  }
  .link-text2{
    display: none;
  }
  .hero-title{
    width: 100%;
    align-items: center;
    align-content: center;
  }
  .description-span li{
    line-height: 15px;
  }
  .description-span{
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  .buyback-content{
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .buyback-table td, .buyback-table th{
    font-size: 12px;
  }
  .industries-content, .hero-content{
    display: flex;
    flex-direction: column;
  }
  .industry-image{
    display: none;
  }
  .rental-content, .custom-pallets-content{

    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .section-title3{
    color: #222;
    text-align: center;
    padding: 0
  }
  .industry-card{
    background: transparent;
  }
}

.lightbox-overlay {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.5);
  align-items: center;
  justify-content: center;
}
.lightbox-overlay.active {
  display: flex;
}
.lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 10px;
}
.lightbox-close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  cursor: pointer;
  z-index: 2100;
  transition: color 0.2s;
}
.lightbox-close:hover {
  color: #FFF600;
}

