h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

img,
video {
  width: 100%;
}

.brand-banner {
  display: block;
  margin: 0;
  position: relative;
  z-index: 1;
}

.banner-btn:hover {
  background-color: var(--green);
}

.banner-btn-text-wrap {
  padding-top: 8%;
  padding-bottom: 5%;
}

.banner-btn--conditions {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.banner-subtitle {
  font-size: 20px;
  max-width: 620px;
  width: 52%;
}

.brand-banner-container {
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 32px;
}

.brand-backdrop {
  background: linear-gradient(
    90deg,
    #000032 5%,
    #000032 25%,
    #00c7a0 59%,
    rgba(0, 255, 191, 0) 70%
  );
}

.brand-advantages-list {
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
  margin-bottom: 88px;
}

.brand-advantage-item {
  position: relative;
  width: 48%;
  height: 254px;
  background: linear-gradient(360deg, #00d19d 0%, #010333 100%);
  border-radius: 10px;
  color: #fff;
  flex-grow: 1;
  overflow: hidden;
  padding: 32px 35px;
}

.brand-adv-num {
  position: absolute;
  bottom: -62px;
  left: 8px;
  font-weight: 700;
  font-size: 190px;
}

.brand-advantage-item:nth-child(n + 3) .brand-adv-num {
  left: auto;
  right: 12px;
}

.brand-advantage-item:nth-child(2) {
  background: linear-gradient(270deg, #00d19d 0%, #010333 100%);
}

.brand-advantage-item:nth-child(3) {
  background: linear-gradient(360deg, #00d19d 0%, #010333 100%);
}

.brand-advantage-item:nth-child(4) {
  background: linear-gradient(90deg, #00d19d 0%, #010333 100%);
}

.brand-advantage-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  white-space: unset;
  margin-left: 53%;
  max-width: 280px;
  /* text-wrap: balance; */
}

.brand-advantage-title-text--mobile {
  display: none;
}

.brand-advantage-item:nth-child(n + 3) .brand-advantage-title {
  margin-left: 5px;
}

.brand-advantages-list-main {
  display: flex;
  margin: -75px auto 54px;
  padding: 28px 44px;
  justify-content: center;
  gap: 55px;
  position: relative;
  z-index: 10;
  border-radius: 10px;
  list-style: none;
  background: linear-gradient(360deg, #00d19d 0%, #010333 100%);
}

.brand-advantage-main-title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.brand-advantage-main-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  flex: 1 1 0;
  max-width: 250px;
}

.brand-advantage-value {
  font-size: 17px;
  text-align: center;
  line-height: 22px;
  color: #fff;
}

.wrap-image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px auto;
}

.wrap-image img {
  width: 48%;
}

.section-catalog-index {
  margin-bottom: 88px;
}

.section-sale {
  border-radius: 10px;
}

.section-sale-content {
  padding: 38px 88px;
}

.brand-banner-text {
  font-size: 20px;
  max-width: 43%;
}

.brand-b2b-content {
  justify-content: space-between;
}

.section-brand-b2b {
  height: 286px;
}

.section-brand-b2b-link {
  width: 310px;
}

.section-brand-b2b-link.mob {
  display: none;
}

.brand-news-section {
  overflow: hidden;
}

.section-b2b-work {
  margin-bottom: 88px;
}

.b2b-work__list {
  display: grid;
  grid-template-columns: 240px 270px 340px 240px;
  gap: 55px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.b2b-work__item {
  position: relative;
  min-width: 0;
  max-width: 340px;
}

.b2b-work__title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 340px;
  margin-bottom: 32px;
}

.b2b-work__num {
  display: block;
  margin-bottom: 8px;
  color: var(--default-color-green);
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.b2b-work__title {
  min-height: 44px;
  color: var(--default-color-black);
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;

  display: flex;
  align-items: center;
}

.b2b-work__text {
  margin: 0;
  color: var(--default-color-black);
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.b2b-work__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 236px;
  min-height: 50px;
  margin-top: 20px;
  border-radius: 10px;
  background-color: var(--default-color-black);
  color: var(--default-color-white);
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s linear;
}

.b2b-work__button:hover {
  color: var(--default-color-white);
  opacity: 0.85;
  text-decoration: none;
}

.b2b-work__arrow {
  display: block;
}

.b2b-work__arrow--mob {
  display: none;
}

.b2b-contacts-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.b2b-contacts-item {
  font-size: 20px;
}

.section-index-form {
  margin-bottom: 0;
}

@media (max-width: 880px) {
  .banner-subtitle {
    font-size: 12px;
    width: 78%;
  }

  .banner-subtitle span:last-of-type {
    display: none;
  }

  .banner-btn-text-wrap {
    padding: 0;
  }

  .section-b2b-work {
    margin-bottom: 48px;
  }

  .b2b-work__list {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 380px;
  }

  .b2b-work__item:not(:last-child)::after {
    display: none;
  }

  .b2b-work__num {
    margin-bottom: 8px;
    line-height: 40px;
  }

  .b2b-work__title {
    min-height: 0;
    font-size: 16px;
    line-height: 19px;
  }

  .b2b-work__title br {
    display: none;
  }

  .b2b-work__title-wrap {
    margin-bottom: 16px;
  }

  .b2b-work__text {
    font-size: 17px;
  }

  .b2b-work__button {
    width: 100%;
    max-width: 160px;
    min-height: 40px;
    font-size: 14px;
    margin-top: 16px;
  }

  .brand-advantages-list-main {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 22px 20px;
    margin-top: 0;
    background: transparent;
    box-shadow: none;
    margin-bottom: 24px;
  }

  .brand-advantages-list {
    margin-bottom: 48px;
  }

  .brand-advantage-item {
    max-width: none;
    width: 100%;
    height: 100px;
    padding: 12px 16px;
  }

  /* .brand-advantage-main-title {
            font-size: 32px;
        } */

  .brand-advantage-main-item {
    gap: 8px;
  }

  .wrap-image img {
    width: 100%;
  }

  .advantages-list {
    display: none;
  }

  .section-brand-b2b {
    width: 100%;
    min-height: 135px;
    height: auto;
  }

  .brand-banner-text {
    display: none;
  }

  .brand-b2b-content {
    padding: 16px 24px;
  }

  .section-brand-b2b-link {
    display: none;
  }

  .section-brand-b2b-link.mob {
    display: block;
    width: 125px;
    padding: 12px 25px;
    font-size: 14px;
  }

  #main .section-sale-title {
    max-width: 50%;
  }

  .brand-backdrop {
    background: linear-gradient(
      0deg,
      #000032 5%,
      #00c7a0 33%,
      rgba(0, 255, 191, 0) 65%
    );
  }

  .brand-banner {
    margin-bottom: 39px;
  }

  .brand-advantage-main-title {
    color: var(--green);
    line-height: 40px;
  }

  .brand-advantage-value {
    color: var(--default-color-black);
  }

  .brand-adv-num {
    font-size: 76px;
    bottom: -24px;
  }

  .banner-btns-wrap {
    flex-direction: column;
  }

  .banner-btn {
    font-size: 14px;
  }

  .brand-advantage-title {
    font-size: 12px;
    margin-left: 120px;
    line-height: 13px;
    max-width: 65%;
  }

  .brand-advantage-title-text--desktop {
    display: none;
  }

  .brand-advantage-title-text--mobile {
    display: inline;
  }

  .advantage-item {
    height: 100px;
    padding: 12px 15px;
  }

  .section-catalog-index {
    margin-bottom: 48px;
  }

  .b2b-work__arrow {
    display: none;
  }

  .b2b-work__arrow--mob {
    display: block;
    margin-top: 16px;
  }

  .b2b-contacts-item {
    font-size: 15px;
    text-wrap: balance;
  }
}
@media (max-width: 380px) {
  h1 {
    font-size: 24px;
  }
}

.warehouses-wrap {
  width: 100%;
  max-width: 900px;
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.warehouses-region {
  padding: 24px 32px 24px 40px;
  background-color: var(--default-bd-light-blue);
  border-radius: 10px;
}

.warehouses-region-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
}

.warehouses-region-title-text {
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
}

.warehouses-region-arrow {
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  border-top: 2px solid var(--default-color-black);
  border-left: 2px solid var(--default-color-black);
  rotate: -135deg;
  transition: all 0.3s ease-in-out;
}

.warehouses-region.active .warehouses-region-arrow {
  rotate: 45deg;
}

.warehouses-item-name {
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 20px;
  font-weight: 500;
}

.warehouses-address {
  font-size: 14px;
  margin-bottom: 38px;
  line-height: 18px;
}

.warehouses-item-contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.warehouses-tel {
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  transition: all 0.2s ease-in-out;
}

.warehouses-tel:hover {
  color: var(--green);
}

.warehouses-item-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  min-height: 0;
}

.warehouses-item {
  display: flex;
  gap: 35px;
  justify-content: space-between;
}

.warehouses-item-contact {
  max-width: 260px;
  margin-top: 58px;
}

.warehouses-item-media {
  flex-grow: 1;
  max-width: 520px;
}

.warehouses-tabs {
  width: 100%;
}

.warehouses-tabs-nav {
  display: flex;
  gap: 56px;
  margin-bottom: 16px;
}

.warehouses-tabs-button {
  color: var(--secondary-grey-medium);
  cursor: pointer;
  font-size: 20px;
  line-height: 26px;
  padding: 0;
  transition: color 0.2s linear;
  border: none;
  background: transparent;
}

.warehouses-tabs-button.active {
  color: var(--default-color-black);
}

.warehouses-tabs-panel img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  max-height: 240px;
}

.warehouses-map {
  width: 100%;
  height: 240px;
  border-radius: 8px;
  overflow: hidden;
}

.warehouses-map-shell {
  position: relative;
}

.warehouses-map-state {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: var(--default-bd-light-blue);
  text-align: center;
}

@media (max-width: 880px) {
  .warehouses-tabs-nav {
    gap: 16px;
    margin-bottom: 8px;
  }

  .warehouses-tabs-button {
    font-size: 15px;
    line-height: 19px;
  }

  .warehouses-map {
    height: 280px;
  }
  .warehouses-region-title-text {
    font-size: 14px;
    line-height: 19px;
  }

  .warehouses-region {
    padding: 13px 12px;
  }

  .warehouses-item {
    flex-direction: column-reverse;
    gap: 8px;
  }

  .warehouses-region-title {
    margin-bottom: 12px;
  }

  .warehouses-tabs-panel img {
    display: block;
    width: 100%;
    min-height: 280px;
    border-radius: 8px;
    max-height: none;
    object-fit: cover;
  }

  .warehouses-item-contact {
    margin-top: 0;
  }

  .warehouses-wrap {
    max-width: 580px;
  }

  .warehouses-item-name {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .warehouses-address {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .warehouses-item-contacts {
    gap: 5px;
  }

  .warehouses-tel {
    font-size: 14px;
    line-height: 20px;
  }

  .warehouses-item-list {
    gap: 24px;
  }
}
