

/* 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/agro.css?17762448053186*/
.agro-map{min-height:603px;margin:16px 0}@media(min-width: 768px){.agro-map{min-height:736px;margin:16px 0}}@media(min-width: 1440px){.agro-map{min-height:691px;margin:48px 0}}@media(min-width: 1920px){.agro-map{min-height:816px;margin:32px 0}}.agro-grid{display:grid;grid-template-columns:repeat(1, 1fr);gap:12px;grid-auto-rows:1fr}@media(min-width: 768px){.agro-grid{grid-template-columns:repeat(2, 1fr);gap:12px}}@media(min-width: 1440px){.agro-grid{grid-template-columns:repeat(3, 1fr);gap:16px}}.agro-card{width:100%;height:100%;border:1px solid #ededed;border-radius:24px;padding:16px;box-sizing:border-box;background:#fff;display:flex;flex-direction:column}.agro-card__title{padding:16px 0}@media(min-width: 1920px){.agro-card__title{padding-top:16px;padding-bottom:12px}}.agro-card__icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:12px;padding:16px;box-sizing:border-box}@media(min-width: 1920px){.agro-card__icon{width:120px;height:120px;padding:24px;box-sizing:border-box}}.agro-card__icon.green{background:#65ac1e}.agro-card__icon.blue{background:#21a0d2}.agro-card__content{display:flex;flex-direction:column;gap:4px}.agro-card__info-item{display:flex;gap:8px;justify-content:space-between;align-items:flex-start}.agro-card__info-item__key{max-width:180px;width:180px}.agro-card__info-item__value{flex:1}#agro-menu{position:absolute;display:none;z-index:10}@media(max-width: 1440px){#agro-menu{position:fixed !important;width:auto;bottom:32px;left:32px;right:32px}#agro-menu::before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:-1;pointer-events:none}}.agro-menu{width:506px;position:relative;background:#fff;padding:24px;border:2px solid #dfdfdf;border-radius:16px;box-sizing:border-box}@media(max-width: 1920px){.agro-menu{width:424px}}@media(max-width: 1440px){.agro-menu{border-radius:24px;width:100%}}.agro-menu__shape{fill:#fff;stroke:#ededed;stroke-width:1px}.agro-menu{transform-origin:center bottom}.agro-menu__icon{width:80px;height:80px;border-radius:12px;display:flex;justify-content:center;align-items:center;background-color:#ededed}@media(min-width: 1920px){.agro-menu__icon{width:120px;height:120px}}.agro-menu__content{display:flex;flex-direction:column;gap:12px;max-width:330px}.agro-menu__content__info{display:flex;flex-direction:column;gap:4px}.agro-menu__content__info__item{display:flex;align-items:center;gap:8px}.agro-menu__content__info__item img{width:24px;height:24px}.agro-menu__content-wrapper{position:relative;box-sizing:border-box;display:flex;align-items:flex-start;gap:16px;width:100%;height:100%;flex-direction:column}@media(max-width: 1440px){.agro-menu__content-wrapper{flex-direction:row}}@media(max-width: 768px){.agro-menu__content-wrapper{flex-direction:column}}.agro-menu__close{position:absolute;top:16px;right:16px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:0;z-index:10}.agro-menu__close img{width:100%;height:100%}@media(min-width: 768px)and (max-width: 1440px){.agro-menu__content-wrapper-col{position:relative;box-sizing:border-box;gap:16px;width:100%;height:100%;display:flex;flex-direction:column}}
/* End */


/* Start:/local/templates/basf_new/components/bitrix/news.list/agro-demo-centers/style.css?1776244805150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /about/style.css?17762448049329 */
/* /local/templates/basf_new/styles/agro.css?17762448053186 */
/* /local/templates/basf_new/components/bitrix/news.list/agro-demo-centers/style.css?1776244805150 */
