

/* Start:/about/style.css?17628613809839*/
.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 .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: .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 .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 .3s ease, box-shadow .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 .3s ease
}

.about-company-swiper .swiper-slide {
    width: 848px;
    height: 477px;
    flex-shrink: 0;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease
}

.about-company-swiper .swiper-slide:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(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 155fr 173fr;
        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 189px 211px
    }

    .contacts-item__button {
        padding: 40px 60px
    }
}
/* End */


/* Start:/local/templates/basf_new/styles/mobtech-consultations.css?17619844943891*/
.mobtech__sticky {
  position: sticky;
  top: var(--header-h);
  z-index: 99;
  background: #fff;
}
.mobtech__tabs {
  display: flex;
  padding-bottom: 20px;
}
.mobtech__tabs > .mobtech__outline {
  border-radius: 12px;
  padding: 4px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  border: 1px solid #dfdfdf;
}
.mobtech__tabs__tab {
  box-sizing: border-box;
  border-radius: 12px;
  padding: 12px 24px;
  background: #fafafa;
}
@media (min-width: 1440px) {
  .mobtech__tabs__tab {
    background: rgba(0, 0, 0, 0);
  }
}
.mobtech__tabs__tab > * {
  color: #414141;
}
.mobtech__tabs__tab.active {
  background: #606060;
}
.mobtech__tabs__tab.active > * {
  color: #fff;
}
@media (min-width: 1440px) {
  .mobtech__tabs__tab {
    padding: 12px 24px;
  }
}
.mobtech__filters {
  background: #fff;
  padding: 16px 0;
  display: flex;
  gap: 12px;
}
.mobtech__search {
  flex: 1;
}
.mobtech__input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 16px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-family: "Helvetica Neue";
  outline: none;
}
.mobtech__suffix {
  width: 24px;
  height: 24px;
}
.mobtech__suffix-icon {
  width: 24px;
  height: 24px;
}
.mobtech__button-container {
  display: flex;
  gap: 12px;
}
.mobtech__button {
  height: -moz-fit-content;
  height: fit-content;
  padding: 25px 32px;
}
.mobtech__button--reset {
  border: none;
  background-color: #fafafa;
}
.mobtech__button--reset:hover {
  background-color: #f5f5f5;
}
.mobtech__button--filter {
  border-radius: 16px;
  background-color: #fafafa;
  margin-bottom: 8px;
  width: 100%;
}
.mobtech__button--filter .button__content {
  width: auto;
}
.mobtech__filter-icon {
  order: 2;
}
.mobtech__button--filter {
  margin: 16px 0;
  padding: 20px 0;
}
.mobtech-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobtech-item {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
  padding: 24px;
  border-radius: 24px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .mobtech-item {
    padding: 32px;
  }
}
.mobtech-item__grid-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  grid-column: span 12;
}
@media (min-width: 768px) {
  .mobtech-item__grid-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 1440px) {
  .mobtech-item__grid-wrapper {
    align-items: flex-start;
    justify-content: left;
    gap: 48px;
    grid-column: span 9;
  }
}
@media (min-width: 1920px) {
  .mobtech-item__grid-wrapper {
    grid-column: span 7;
  }
}
.mobtech-item__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: left;
  align-items: flex-start;
}
@media (min-width: 1440px) {
  .mobtech-item__left {
    flex: 1;
    gap: 8px;
  }
}
.mobtech-item__left-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1440px) {
  .mobtech-item__left-item {
    flex-direction: row;
    align-items: center;
    gap: 48px;
  }
}
.mobtech-item__right {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .mobtech-item__right {
    justify-self: right;
  }
}
@media (min-width: 1440px) {
  .mobtech-item__right {
    height: 24px;
    gap: 48px;
  }
}
@media (min-width: 1920px) {
  .mobtech-item__right {
    height: 34px;
  }
}
.mobtech-item__state {
  min-width: 300px;
}
@media (min-width: 1920px) {
  .mobtech-item__state {
    min-width: 400px;
  }
}
.mobtech-item__city {
  flex: 1;
}
@media (min-width: 1440px) {
  .mobtech-item__name {
    min-width: 70px;
  }
}
.mobtech-item__phone {
  min-width: 150px;
}
.mobtech-item__phone span {
  font-weight: 700 !important;
}
@media (min-width: 1440px) {
  .mobtech-item__phone span {
    font-weight: 400 !important;
  }
}

/* End */
/* /about/style.css?17628613809839 */
/* /local/templates/basf_new/styles/mobtech-consultations.css?17619844943891 */
