

/* Start:/about/style.css?17762448049329*/
.company-timeline {
  margin: 32px 0;
  overflow: visible;
}
.company-timeline__container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.company-timeline__swiper {
  overflow: visible;
  padding: 40px 0 60px 0;
}
.company-timeline__swiper .swiper-wrapper {
  align-items: flex-end;
}
.company-timeline__swiper .swiper-wrapper {
  align-items: flex-start;
}
.timeline-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 175px;
  flex-shrink: 0;
  cursor: pointer;
}
.timeline-item__image {
  position: relative;
  width: 308px;
  height: 175px;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
}
.timeline-item__image.filled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  border-radius: 12px;
  pointer-events: none;
  z-index: 1;
}
.timeline-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.timeline-item__year {
  align-self: flex-start;
  position: relative;
  z-index: 2;
}
.company-timeline__swiper {
  width: 100% !important;
  position: relative;
  padding: 0;
}
.timeline-item__spacer {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 16px;
}
.timeline-item__round {
  width: 24px;
  box-sizing: border-box;
  height: 24px;
  border: 4px solid #65ac1e;
  border-radius: 50%;
}
.timeline-item__line {
  flex: 1;
  height: 6px;
  width: 308px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.swiper-slide:first-child .timeline-item__line {
  border-left: 1px solid #ededed;
}
.swiper-slide:last-child .timeline-item__line {
  border-right: 1px solid #ededed;
}
.swiper-slide {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
.timeline-item__description {
  max-width: 308px;
  text-align: left;
  padding-right: 4px;
  box-sizing: border-box;
}
.swiper-slide-active .timeline-item__line {
  background-color: #65ac1e;
}
.swiper-slide-active .timeline-item__year span {
  color: #65ac1e;
}
@media (min-width: 1440px) {
  .company-timeline {
    margin: 80px 0;
  }
}
@media (min-width: 1920px) {
  .company-timeline {
    margin: 120px 0;
  }
  .timeline-item__image {
    width: 443px;
    height: 251px;
  }
  .timeline-item__round {
    width: 32px;
    height: 32px;
  }
  .timeline-item__description {
    max-width: 443px;
  }
  .timeline-item__line {
    min-width: 443px;
  }
}
.company-timeline__swiper__control-buttons {
  gap: 8px;
  position: absolute;
  top: -74px;
  z-index: 10;
  display: none;
}
@media (min-width: 1440px) {
  .company-timeline__swiper__control-buttons {
    display: flex;
  }
}
.swiper__controls-btn {
  height: 72px;
  width: 72px;
  border-radius: 12px;
  border: 1.83px solid #f0f0f3;
  background: #f9f9fb;
  cursor: pointer;
  transition: all 0.3s ease;
}
.swiper__controls-btn:hover:not(.swiper-button-disabled) {
  background: rgb(233.7, 233.7, 240.8);
  border-color: #65ac1e;
}
.swiper-button-disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
  pointer-events: none !important;
}
.swiper__controls-btn__image {
  width: 32px;
  height: 32px;
  padding: 20px;
}
.company-timeline__swiper-button-next .swiper__controls-btn__image {
  transform: rotate(180deg);
}
.timeline-item__image {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.swiper-slide-active .timeline-item__image {
  opacity: 1;
}
.about-company__header {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  overflow: hidden;
}
.about-company__title {
  margin: 4px 0;
}
.about-company__reviews {
  margin-bottom: 60px;
}
.about-company__reviews-title {
  padding: 24px 0;
}
.about-company__reviews-list {
  display: flex;
  overflow: auto;
  gap: 16px;
}
.about-company__company-description {
  margin: 24px 0;
}
.company-card {
  box-sizing: border-box;
  padding: 32px;
  width: 100%;
  height: 100%;
}
.company-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 24px;
  pointer-events: none;
  z-index: 0;
}
.company-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-company__department-list {
  margin-top: 32px;
  margin-bottom: 80px;
  display: grid;
  gap: 16px;
}
.department-item {
  box-sizing: border-box;
  height: 240px;
  border: 1px solid #ededed;
  background-color: #fafafa;
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.department-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    103.61% 106.96% at 94.53% 5.9%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  pointer-events: none;
  z-index: 0;
}
.department-item__text {
  position: absolute;
  z-index: 1;
}
.about-company__department-title {
  margin: 24px 0;
}
.about-company__department-description {
  padding: 16px 0;
}
.about-company__contacts-title {
  padding: 24px 0;
}
.about-company__contacts-item {
  border: 1px solid #ededed;
  background-color: #fafafa;
  padding: 24px;
  margin: 24px 0;
}
.contacts-item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contacts-item__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contacts-item__list {
  display: grid;
  gap: 32px;
}
.contacts-item__list-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contacts-item__button {
  padding: 24px 25px;
}
.about-company-swiper {
  margin-bottom: 72px;
}
.about-company-swiper__container {
  position: relative;
  width: 100%;
}
.about-company-swiper__swiper {
  overflow: visible;
}
.about-company-swiper__swiper .swiper-slide {
  height: auto;
  border-radius: 12px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.about-company-swiper__swiper .swiper-slide:hover {
  transform: scale(1.02);
}
.about-company-swiper__swiper .swiper-slide .product-card:hover {
  transform: none;
  box-shadow: none;
}
.about-company-swiper__slide-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 848px;
  height: 477px;
  border-radius: 12px;
  margin-right: 8px;
  overflow: hidden;
}
.about-company-swiper__slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  background: #e0e0e0;
}
.about-company-swiper__scrollbar {
  margin-top: 24px;
  height: 6px;
  border: 1px solid #ededed;
  border-radius: 31px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about-company-swiper__scrollbar .swiper-scrollbar-drag {
  background: #65ac1e;
  border-radius: 31px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
}
.about-company-swiper .swiper-slide {
  width: 848px;
  height: 477px;
  flex-shrink: 0;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.about-company-swiper .swiper-slide:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.about-company__swiper-button-prev .swiper__controls-btn {
  position: absolute;
  top: 32px;
  left: 32px;
  height: 72px;
  width: 72px;
  border-radius: 12px;
  border: 1.83px solid #f0f0f3;
  background: #f9f9fb;
}
.about-company__swiper-button-next .swiper__controls-btn__image {
  rotate: 180deg;
}
.about-company__swiper-button-next .swiper__controls-btn {
  position: absolute;
  top: 32px;
  left: 112px;
  height: 72px;
  width: 72px;
  border-radius: 12px;
  border: 1.83px solid #f0f0f3;
  background: #f9f9fb;
}
@media (min-width: 768px) {
  .about-company__company-description {
    margin: 8px 0;
  }
  .contacts-item__button {
    align-self: flex-start;
  }
}
@media (min-width: 1440px) {
  .about-company__title {
    margin: 8px 0;
  }
  .about-company__reviews {
    margin-bottom: 80px;
  }
  .about-company__company-description {
    margin: 24px 0;
  }
  .about-company__department-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .department-item {
    aspect-ratio: 1/1;
    height: auto;
  }
  .about-company__department-title {
    margin: 8px 0;
  }
  .about-company__department-description {
    margin: 24px 0;
  }
  .about-company__contacts-item {
    padding: 40px;
  }
  .contacts-item {
    gap: 48px;
  }
  .contacts-item__header {
    gap: 24px;
  }
  .contacts-item__list {
    width: 70.5%;
    grid-template-columns: 396fr minmax(120px, max-content) minmax(
        200px,
        max-content
      );
    gap: 60px;
  }
  .contacts-item__button {
    padding: 33px 48px;
  }
}
@media (min-width: 1920px) {
  .about-company__title {
    margin: 16px 0;
  }
  .about-company__reviews {
    margin-bottom: 120px;
  }
  .about-company__reviews-title {
    margin: 32px 0;
  }
  .about-company__department-list {
    margin-top: 48px;
    margin-bottom: 120px;
  }
  .about-company__contacts-title {
    margin: 19px 0;
  }
  .contacts-item {
    gap: 60px;
  }
  .contacts-item__list {
    grid-template-columns: 460px minmax(150px, max-content) minmax(
        260px,
        max-content
      );
  }
  .contacts-item__button {
    padding: 40px 60px;
  }
}

/* End */


/* Start:/local/templates/basf_new/styles/development.css?17762448055766*/
:root{--header-h: 80px}@media(min-width: 1440px){:root{--header-h: 108px}}@media(min-width: 1920px){:root{--header-h: 144px}}.development__information-card--ar2{aspect-ratio:2/1 !important;height:auto !important;background-size:contain !important}.navigation__link:hover span{color:#65ac1e}.development__header{font-size:48px !important;letter-spacing:-0.02em}@media(min-width: 1440px){.development__header{font-size:64px !important}}@media(min-width: 1920px){.development__header{font-size:80px !important}}.development__navigation{padding:8px 0;display:flex}@media(min-width: 1440px){.development__navigation{border-radius:24px;padding:32px;border:1px solid #ededed;position:sticky;top:var(--header-h);align-self:start;min-height:calc(100vh - var(--header-h) - 284px);overflow-y:auto}}@media(min-width: 1920px){.development__navigation{min-height:calc(100vh - var(--header-h) - 302px)}}.navigation__content{overflow-x:scroll}@media(min-width: 1440px){.navigation__content{overflow-x:hidden}}.navigation__list{display:flex;gap:8px}@media(min-width: 1440px){.navigation__list{gap:12px;flex-direction:column}}.navigation__item{white-space:nowrap;padding:12px 24px;border-radius:24px;border:1px solid #ededed}@media(min-width: 1440px){.navigation__item{border:none;padding:0;white-space:wrap}}.navigation__item.active{background-color:#65ac1e}.navigation__item.active span{color:#fff}@media(min-width: 1440px){.navigation__item.active{background-color:rgba(0,0,0,0)}.navigation__item.active span{color:#65ac1e}}.development__content{display:flex;flex-direction:column;gap:32px}.development__content__card{border-radius:24px;border:1px solid #ededed;padding:16px}@media(min-width: 1440px){.development__content__card{padding:32px 124px 32px 32px}}.development__content__header{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.development__content__step{background-color:#65ac1e;border-radius:8px;width:48px;height:48px;display:flex;align-items:center;justify-content:center}@media(min-width: 1440px){.development__content__step{position:absolute;top:12px;right:12px;width:78px;height:78px;border-radius:12px}}.development__information{display:flex;flex-direction:column;gap:16px}.development__dev-information{display:flex;flex-direction:column;gap:16px}.development__dev-information-list{padding-left:24px}.development__dev-information-list li{list-style:disc}.development__information-card{width:100%;aspect-ratio:1/1;margin-top:8px;transition:all .4s ease}.development__information-card:hover{transform:scale(1.01)}.development__information-card--clear{margin-top:0}.development__information-card--image{aspect-ratio:1/1.1;min-width:100%}.development__information-card--full{aspect-ratio:auto;background-size:100% auto !important;background-position:center top;position:relative;height:0;padding-bottom:50%}@media(min-width: 768px){.development__information-card--full{padding-bottom:55%}}@media(min-width: 768px){.development__information-card{height:311px}}@media(min-width: 1440px){.development__information-card{margin-top:35px}.development__information-card--clear{margin-top:0}}.development__information-card__content{display:flex;padding:16px;align-items:flex-end;box-sizing:border-box;height:100%;position:absolute;z-index:1}@media(min-width: 1440px){.development__information-card__content{padding:24px}}.information-card-linear{position:relative}.information-card-linear::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);border-radius:inherit;pointer-events:none}.development__video__wrapper._16x9{position:relative;padding-top:56.25%}.development__video__wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.dev-information-video{margin-top:8px}@media(min-width: 1440px){.dev-information-video{margin-top:35px}}.development__slider{padding-top:24px;padding-bottom:24px;gap:16px}@media(min-width: 1440px){.development__slider{padding-top:32px;padding-bottom:32px;gap:24px}}.development__swiper{width:100%;height:auto;overflow:visible;position:relative}.development__swiper .swiper-wrapper{display:flex;align-items:center}.development__swiper .swiper-slide{border-radius:12px;overflow:hidden;flex-shrink:0;width:100% !important;aspect-ratio:16/9;transition:transform .3s ease,box-shadow .3s ease}.development__swiper .swiper-slide:hover{transform:scale(1.02)}.development__swiper .swiper-slide .product-card:hover{transform:none;box-shadow:none}@media(min-width: 768px){.development__swiper .swiper-slide{width:550px !important;height:311px;aspect-ratio:unset}}.development__swiper .swiper-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:12px}.development__swiper-scrollbar{margin-top:24px;height:6px;border:1px solid #ededed;border-radius:31px;position:relative;width:100%;overflow:hidden}.development__swiper-scrollbar .swiper-scrollbar-drag{background:#65ac1e;border-radius:31px;height:100%;position:absolute;left:0;top:0;transition:transform .3s ease}.development__swiper__control-buttons{gap:8px;position:absolute;top:32px;left:32px;display:none}@media(min-width: 1440px){.development__swiper__control-buttons{display:flex}}.development__swiper-button-prev .swiper__controls-btn,.development__swiper-button-next .swiper__controls-btn{height:72px;width:72px;border-radius:12px;border:1.83px solid #f0f0f3;background:#f9f9fb}.development__swiper-button-next .swiper__controls-btn__image{transform:rotate(180deg)}.swiper__controls-btn__image{width:32px;height:32px;padding:20px}.development__not-container{position:relative;width:100vw;left:calc((100% - 100vw)/2)}.development__alert{padding:24px 16px;color:#00793a;border:1px solid #00793a;background:rgba(0,121,58,.1019607843);border-radius:12px}
/* End */


/* Start:/local/templates/basf_new/styles/layoutWithSidebar.css?17762448058692*/
.header{position:fixed;top:0;left:0;right:0;z-index:1003;display:flex;height:48px;gap:4px;background-color:rgba(0,0,0,0);padding:16px}.header__wrapper{background-color:#f5f5f5;border:1px solid #ededed;border-radius:12px;width:100%;display:flex;align-items:center;transition:width .5s ease-in-out}.header__wrapper.collapsed{width:0;border:none}.header_nav{overflow:hidden;width:100%;text-wrap:nowrap}.header__auth-button{border:1px solid #ededed;display:none;padding:21px 48px}.header__logo{display:flex;align-items:center;padding:0 21px}.header__image{width:52px;height:20px;-o-object-fit:cover;object-fit:cover;-o-object-position:right center;object-position:right center}.header__search{flex:1;display:flex;justify-content:end}.header__button{border:1px solid #ededed;min-height:48px;min-width:48px}.header__button.hidden{display:none}.header__basket-button{display:none;background-color:#f5f5f5}.header__account-button{display:none;background-color:#65ac1e}.header__burger-button{background-color:#f5f5f5;transition:width .5s ease-in-out}.nav{display:none}.nav__menu{display:flex;list-style:none;gap:16px;margin-left:16px;padding:0}.nav__link{text-decoration:none;transition:all .3s ease;position:relative}.nav__link:hover{color:#65ac1e}.nav__link:hover::after{width:100%}@media(min-width: 768px){.header{padding-left:32px;padding-right:32px}}.transparent-item,.header__wrapper,.header__button,.transparent-item--green,.header__account-button,.header__auth-button{transition:background-color .7s ease,backdrop-filter .7s ease,box-shadow .7s ease,width .5s ease-in-out;position:relative;overflow:visible}.transparent-item.transparent,.transparent.header__wrapper,.transparent.header__button,.transparent.transparent-item--green,.transparent.header__account-button,.transparent.header__auth-button{background-color:hsla(0,0%,100%,.7);backdrop-filter:blur(10px);box-shadow:0 0 10px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.06)}.transparent-item.transparent::after,.transparent.header__wrapper::after,.transparent.header__button::after,.transparent.transparent-item--green::after,.transparent.header__account-button::after,.transparent.header__auth-button::after{content:"";position:absolute;bottom:-8px;left:0;width:100%;height:16px;pointer-events:none;background:linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));filter:blur(8px);opacity:.7;transition:opacity .3s ease,filter .3s ease}.transparent-item.transparent.faded::after,.transparent.faded.header__wrapper::after,.transparent.faded.header__button::after,.transparent.faded.transparent-item--green::after,.transparent.faded.header__account-button::after,.transparent.faded.header__auth-button::after{opacity:.4;filter:blur(10px)}.transparent-item.no-background,.no-background.header__wrapper,.no-background.header__button,.no-background.transparent-item--green,.no-background.header__account-button,.no-background.header__auth-button{background-color:rgba(0,0,0,0);backdrop-filter:none;box-shadow:none;border-bottom:none}.transparent-item.no-background::after,.no-background.header__wrapper::after,.no-background.header__button::after,.no-background.transparent-item--green::after,.no-background.header__account-button::after,.no-background.header__auth-button::after{content:none}.transparent-item--green.transparent,.transparent.header__account-button,.transparent.header__auth-button{background-color:rgba(113,191,99,.85);backdrop-filter:blur(10px);box-shadow:0 0 10px rgba(50,150,80,.15);border:1px solid rgba(0,0,0,.06)}.transparent-item--green.transparent::after,.transparent.header__account-button::after,.transparent.header__auth-button::after{background:linear-gradient(to bottom, rgba(113, 191, 99, 0.3), rgba(113, 191, 99, 0.15), rgba(113, 191, 99, 0));filter:blur(8px);opacity:.6}.transparent-item--green.transparent.faded::after,.transparent.faded.header__account-button::after,.transparent.faded.header__auth-button::after{opacity:.4;filter:blur(10px)}@media(min-width: 1440px){.header{height:60px;gap:11px;padding-top:24px;padding-bottom:24px;padding-left:80px;padding-right:80px;max-width:1760px}.header__image{width:69px;height:26px}.header__logo{padding:0 24px}.header__button{min-height:60px;min-width:60px}.header__basket-button{display:flex}.header__account-button{display:flex}.header__auth-button{display:flex}.header__burger-button{display:none}.nav{display:block}.header__wrapper.collapsed{width:117px;display:flex}}@media(min-width: 1920px){.header{height:80px;padding-top:32px;padding-bottom:32px;margin:0 auto}.header__image{width:92px;height:34px}.header__button{min-height:80px;min-width:80px}.header__logo{padding:0 32px}.header__wrapper.collapsed{width:156px}}.footer{background-color:#fafafa;border-radius:12px;margin-top:60px;padding:16px 16px 24px}@media(min-width: 1920px){.footer{max-width:1856px;box-sizing:border-box;width:100%;align-self:center}}.footer__wrapper{display:flex;flex-direction:column}.footer__logo{align-self:flex-start}.footer__content{width:100%;display:grid;grid-template-columns:188px 1fr;-moz-column-gap:24px;column-gap:24px}.footer__map-site{grid-column:span 2}.footer__socials{grid-column:span 2}.footer__helper{grid-column:span 2}.footer__company{grid-column:span 2}.footer__company{grid-column:span 2}.footer__action-wrapper{display:flex;flex-direction:column;width:100%}.footer__article{display:flex;flex-direction:column;gap:8px;padding-top:16px;padding-bottom:16px}.footer__section__title{letter-spacing:.04rem !important;text-transform:uppercase}.footer__article__content{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.footer__socials__content{display:grid;width:-moz-fit-content;width:fit-content;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;gap:4px}.footer__socials__content__button{width:60px;height:60px;background-color:#dfdfdf}.footer__helper__content{border-radius:8px;display:flex !important;flex-direction:column;gap:12px;padding:16px;overflow:hidden;background-color:#ededed;border:.69px solid #dfdfdf}.footer__helper__content_text{color:#9d9d9d;padding-right:29px;width:213px}.footer__helper__wrapper{position:relative;max-width:100%}.footer__helper__wrapper::before{content:"";position:absolute;bottom:-24px;right:-7px;transform:translateY(0%);width:87px;height:74px;background-image:url("/local/templates/basf_new/assets/svg/socials/telegram.svg");background-size:contain;background-repeat:no-repeat;opacity:.1;pointer-events:none}.footer__helper__button{color:#fafafa}.footer__info{margin-top:32px;display:flex;align-items:center;gap:32px;flex-direction:column-reverse;color:#9d9d9d}.footer__info_links{display:flex;align-items:center;flex-direction:column;gap:12px}.footer__info_links>a{color:#9d9d9d}.footer__company{width:100%}.footer__helper__description{display:flex}.footer__company__content__link:hover{color:hsl(90,70.297029703%,34.6078431373%)}.footer__map-site__content__link:hover{color:#747474}@media(min-width: 768px){.footer{padding:32px 32px 16px 32px}.footer__socials{grid-column:span 1}.footer__helper{grid-column:span 1}.footer__action-wrapper{flex-direction:row;gap:24px}.footer__helper{width:346px}.footer__helper__content{height:100%;justify-content:space-between}.footer__helper__wrapper::before{width:123px;height:104px}.footer__helper__content_text{width:163px}.footer__info{margin-top:16px;align-items:flex-start}.footer__info_links{flex-direction:row}}@media(min-width: 1440px){.footer{margin:80px 32px 32px;padding:46px 48px 27px 48px}.footer__content{display:flex;margin-top:31px;margin-bottom:63px;flex-direction:row;gap:80px;justify-content:normal}.footer__article__content{flex-direction:column}.footer__article{gap:16px}.footer__action-wrapper{gap:60px;width:-moz-fit-content;width:fit-content}.footer__company{width:auto}.footer__info{gap:0;margin-top:0;justify-content:space-between;flex-direction:row}.footer__info_links{flex-direction:row}.footer__helper__wrapper::before{width:82px;height:70px}.footer__helper__content_text{white-space:pre-line;width:174px}.footer__helper{width:235px}}@media(min-width: 1920px){.footer{margin-top:120px}.footer__content{justify-content:flex-start;gap:80px}.footer__socials__content__button{width:80px;height:80px}.footer__socials__content__button img{width:35px;height:35px}.footer__helper{width:280px}.footer__helper__content_text{width:186px}}.layout-with-sidebar__top{display:flex;flex-direction:column;margin-bottom:8px}.layout-with-sidebar__wrapper{display:flex;flex-direction:column;gap:16px}@media(min-width: 1440px){.layout-with-sidebar__top{margin-bottom:16px}.layout-with-sidebar__wrapper{display:grid;grid-template-columns:1fr 3fr;gap:16px}}.layout-with-sidebar__content{overflow:hidden}
/* End */
/* /about/style.css?17762448049329 */
/* /local/templates/basf_new/styles/development.css?17762448055766 */
/* /local/templates/basf_new/styles/layoutWithSidebar.css?17762448058692 */
