.our-experience-slider__buttons {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none !important; /* Safari */ /* IE 10 and IE 11 */
  -moz-user-select: none !important;
  user-select: none !important; /* Standard syntax */
}

.block-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 1440px) {
  .block-wrapper {
    padding: 0 3vw;
  }
}
@media only screen and (max-width: 1370px) {
  .block-wrapper {
    padding: 0 2.5vw;
  }
}
@media only screen and (max-width: 1280px) {
  .block-wrapper {
    padding: 0 2vw;
  }
}
@media only screen and (max-width: 760px) {
  .block-wrapper {
    padding: 0 30px;
  }
}
.block-wrapper--wo-paddings {
  padding: 0;
}

.service-title {
  font-size: 48px;
  line-height: 130%;
  font-weight: 900;
}
@media only screen and (max-width: 760px) {
  .service-title {
    font-size: 25px;
  }
}

.service-description {
  font-size: 15px;
  line-height: 180%;
  color: #505050;
  font-weight: 400;
}
@media only screen and (max-width: 760px) {
  .service-description {
    font-size: 14px;
  }
}

.service-header {
  position: relative;
  height: calc(100vh - 120px);
  background-size: cover;
  background-position: top left;
}
@media screen and (max-height: 850px) and (min-width: 1200px) and (max-width: 760px) {
  .service-header {
    min-height: 846px;
  }
}
@media only screen and (max-width: 850px) {
  .service-header {
    height: calc(100vh - 100px);
  }
}
@media only screen and (max-width: 500px) {
  .service-header {
    min-height: unset;
    height: auto;
  }
}
.service-header:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(31, 48, 55, 0.85) 0%, rgba(77, 105, 116, 0.85) 52.01%);
}
.service-header .block-wrapper {
  position: relative;
  height: 100%;
}
.service-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: 10%;
}
@media only screen and (max-width: 1650px) {
  .service-header__inner {
    gap: 5%;
  }
}
@media only screen and (max-width: 850px) {
  .service-header__inner {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 7%;
  }
}
@media only screen and (max-width: 760px) {
  .service-header__inner {
    gap: 34px;
  }
}
@media only screen and (max-width: 500px) {
  .service-header__inner {
    padding-top: 74px;
    padding-bottom: 40px;
  }
}
.service-header__left-column {
  width: 800px;
}
@media only screen and (max-width: 1550px) {
  .service-header__left-column {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .service-header__left-column {
    flex-shrink: 1;
  }
}
@media only screen and (max-width: 850px) {
  .service-header__left-column {
    width: auto;
  }
}
.service-header__title {
  margin-bottom: 30px;
  font-size: 78px;
  line-height: 100%;
  color: #fff;
  font-weight: 900;
}
@media only screen and (max-width: 850px) {
  .service-header__title {
    max-width: 80%;
    font-size: 56px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 760px) {
  .service-header__title {
    max-width: unset;
    font-size: 36px;
  }
}
.service-header__desc {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  font-weight: 400;
}
@media only screen and (max-width: 850px) {
  .service-header__desc {
    max-width: 80%;
  }
}
@media only screen and (max-width: 760px) {
  .service-header__desc {
    max-width: unset;
    font-size: 14px;
  }
}
.service-header__desc h3, .service-header__desc h4, .service-header__desc h5, .service-header__desc h6 {
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 160%;
  color: #fff;
  font-weight: 900;
}
@media only screen and (max-width: 760px) {
  .service-header__desc h3, .service-header__desc h4, .service-header__desc h5, .service-header__desc h6 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.service-header__desc p {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  font-weight: 400;
}
@media only screen and (max-width: 760px) {
  .service-header__desc p {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.service-header__desc b,
.service-header__desc strong,
.service-header__desc span {
  font-weight: 800;
}
@media only screen and (max-width: 760px) {
  .service-header__additional-info {
    gap: 8px;
    margin-top: 16px;
  }
}
.service-header__right-column {
  flex-shrink: 0;
  width: 538px;
  margin-right: 11.55%;
}
@media only screen and (max-width: 1800px) {
  .service-header__right-column {
    margin-right: 3%;
  }
}
@media only screen and (max-width: 1650px) {
  .service-header__right-column {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1550px) {
  .service-header__right-column {
    width: 35%;
  }
}
@media only screen and (max-width: 1440px) {
  .service-header__right-column {
    width: 30%;
  }
}
@media only screen and (max-width: 850px) {
  .service-header__right-column {
    width: 100%;
    max-width: 250px;
    margin: 0;
  }
}
@media only screen and (max-width: 500px) {
  .service-header__right-column {
    width: 40%;
  }
}
.service-header__img-container {
  position: relative;
  width: 100%;
}
.service-header__img-container svg {
  position: relative;
}
.service-header__bg-circle {
  position: absolute;
  top: 110px;
  left: 50%;
  translate: -50% 0;
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, #1F3037 0%, #1F3037 20%, #597482 49.07%, #1F3037 80%, #1F3037 100%);
  animation: test-bg 4s ease-in-out alternate infinite;
  border-radius: 50%;
}
@media only screen and (max-width: 1550px) {
  .service-header__bg-circle {
    top: 25%;
    width: 42%;
    height: auto;
    aspect-ratio: 1;
  }
}

@keyframes test-bg {
  0% {
    background-size: 100% 100%;
    background-position: center center;
    rotate: 70deg;
    opacity: 0.85;
  }
  50% {
    background-size: 80% 80%;
    background-position: top right;
    rotate: 0;
    opacity: 1;
  }
  100% {
    background-size: 100% 100%;
    background-position: center center;
    rotate: -10deg;
    opacity: 0.85;
  }
}
.service-videos {
  padding-top: 90px;
}
@media only screen and (max-width: 760px) {
  .service-videos {
    padding-top: 30px;
  }
}
.service-videos__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
  padding-bottom: 70px;
}
@media only screen and (max-width: 760px) {
  .service-videos__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 40px;
  }
}
.service-videos__title {
  font-size: 32px;
  line-height: 125%;
  color: #454545;
  font-weight: 900;
  opacity: 0;
  transform: translateY(-7rem);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 760px) {
  .service-videos__title {
    font-size: 24px;
  }
}
.service-videos__desc {
  opacity: 0;
  transform: translateY(7rem);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.service-our-experience {
  padding-top: 30px;
  border-top: 1px solid #DBDBDB;
}
@media only screen and (max-width: 760px) {
  .service-our-experience {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .service-our-experience__text-block {
    width: 100%;
  }
}
.service-our-experience__title {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  background: linear-gradient(90deg, #1F3037 0%, #4D6974 49.07%, #1F3037 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  opacity: 0;
  transform: translateY(-7rem);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.service-our-experience__desc {
  opacity: 0;
  transform: translateY(-7rem);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.service-our-experience__desc p + p {
  margin-top: 16px;
}
@media only screen and (max-width: 760px) {
  .service-our-experience__desc p + p {
    margin-top: 8px;
  }
}
.service-our-experience__desc b,
.service-our-experience__desc strong,
.service-our-experience__desc span {
  font-weight: 900;
}
.service-our-experience__advantage {
  position: relative;
  max-width: 760px;
  padding-left: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 760px) {
  .service-our-experience__advantage {
    margin-top: 24px;
  }
}
.service-our-experience__advantage-text {
  opacity: 0;
  transform: translateY(-7rem);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 24px;
  line-height: 160%;
  color: #454545;
  font-weight: 400;
}
@media only screen and (max-width: 760px) {
  .service-our-experience__advantage-text {
    font-size: 18px;
  }
}
.service-our-experience__advantage-text b,
.service-our-experience__advantage-text strong,
.service-our-experience__advantage-text span {
  font-weight: 900;
}
.service-our-experience__vertical-line {
  position: absolute;
  left: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(90deg, #1F3037 0%, #4D6974 49.07%, #1F3037 100%);
}
.service-our-experience__additional-block {
  max-width: 738px;
  width: 100%;
  float: right;
  margin-left: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1550px) {
  .service-our-experience__additional-block {
    margin-left: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1600px) {
  .service-our-experience__additional-block {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  .service-our-experience__additional-block {
    max-width: 738px;
    float: unset;
    margin-left: 0;
  }
}
@media only screen and (max-width: 850px) {
  .service-our-experience__additional-block {
    margin-bottom: 30px;
  }
}
.service-our-experience__cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 1vw, 20px);
}
@media only screen and (max-width: 580px) {
  .service-our-experience__cards-container {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.service-our-experience__cards-container > :nth-child(1),
.service-our-experience__cards-container > :nth-child(3) {
  animation: translate-bg-gradient-1 2s ease-in alternate infinite;
}
.service-our-experience__cards-container > :nth-child(2),
.service-our-experience__cards-container > :nth-child(4) {
  animation: translate-bg-gradient-2 2s ease-out alternate infinite;
}
.service-our-experience__slider-container {
  position: relative;
}
@media only screen and (max-width: 500px) {
  .service-our-experience__slider-container {
    width: 100vw;
    margin-left: -12px;
  }
}
.service-our-experience__slider-container .swiper-container {
  overflow: hidden;
  padding: 0;
  border-radius: 8px;
}
@media only screen and (max-width: 500px) {
  .service-our-experience__slider-container .swiper-container {
    border-radius: 0;
  }
}
.service-our-experience__slider-container .swiper-container .swiper-slide {
  height: auto;
}
.service-our-experience__slider-container .swiper-container img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.our-experience-card {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 358px;
  width: 100%;
  padding: 10px;
  background: linear-gradient(90deg, #1F3037 0%, #1F3037 40%, #4D6974 50%, #1F3037 60%, #1F3037 100%);
  background-size: 300% 100%;
  background-position: 83% 0;
  border-radius: 8px;
  aspect-ratio: 1.96;
}
@media only screen and (max-width: 1200px) {
  .our-experience-card {
    max-width: unset;
    aspect-ratio: 3;
  }
}
@media only screen and (max-width: 850px) {
  .our-experience-card {
    aspect-ratio: 1.96;
  }
}
.our-experience-card img {
  max-width: 100%;
}
@media only screen and (max-width: 395px) {
  .our-experience-card img {
    scale: 0.9;
  }
}
@media only screen and (max-width: 373px) {
  .our-experience-card img {
    scale: 0.8;
  }
}

.videoSlider + .block-wrapper + .service-our-experience {
  margin-top: 20px;
}

@keyframes translate-bg-gradient-1 {
  0% {
    background-position: 87% 0;
  }
  3% {
    background-position: 87% 0;
  }
  50% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes translate-bg-gradient-2 {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 100% 0;
  }
  97% {
    background-position: 13% 0;
  }
  100% {
    background-position: 13% 0;
  }
}
.our-experience-slider__buttons {
  display: flex;
  justify-content: end;
  width: 100%;
  margin-top: 20px;
}
.our-experience-slider__buttons svg circle {
  stroke: #fff;
}
.our-experience-slider__buttons svg path {
  fill: #fff;
}

.service-guarantees {
  clear: right;
  margin-top: 70px;
}
.musicSlider + .service-guarantees {
  margin-top: 0;
}
@media only screen and (max-width: 760px) {
  .service-guarantees {
    margin-top: 32px;
  }
}
.service-guarantees .block-wrapper {
  padding: 0;
}
.service-guarantees__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 760px) {
  .service-guarantees__inner {
    grid-template-columns: 1fr;
  }
}
.service-guarantees__column {
  display: flex;
  justify-content: center;
  padding: 70px 60px;
  background: linear-gradient(90deg, #1F3037 0%, #4D6974 49.07%, #1F3037 100%);
}
@media only screen and (max-width: 760px) {
  .service-guarantees__column {
    padding: 30px;
  }
}
.service-guarantees__column--offers {
  background: #FBFBFB;
}
.service-guarantees__column--offers ul li h4, .service-guarantees__column--offers ul li h5, .service-guarantees__column--offers ul li h6, .service-guarantees__column--offers ul li span {
  color: #454545;
}
.service-guarantees__column--offers ul li p {
  color: #454545;
}
.service-guarantees__column-content {
  max-width: 588px;
}
.service-guarantees__title {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
  color: #fff;
}
@media only screen and (max-width: 850px) {
  .service-guarantees__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 760px) {
  .service-guarantees__title {
    font-size: 30px;
  }
}
.service-guarantees__column--offers .service-guarantees__title {
  background: linear-gradient(90deg, #1F3037 0%, #4D6974 49.07%, #1F3037 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
.service-guarantees ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  width: 100%;
}
@media only screen and (max-width: 760px) {
  .service-guarantees ul {
    gap: 20px;
  }
}
.service-guarantees li {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (max-width: 760px) {
  .service-guarantees li {
    gap: 8px;
  }
}
.service-guarantees li h4, .service-guarantees li h5, .service-guarantees li h6, .service-guarantees li span {
  font-weight: 900;
  color: #fff;
}
.service-guarantees__column--offers .service-guarantees li h4, .service-guarantees__column--offers .service-guarantees li h5, .service-guarantees__column--offers .service-guarantees li h6, .service-guarantees__column--offers .service-guarantees li span {
  color: #454545;
}
.service-guarantees li p {
  color: #fff;
}

.service-explore {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 760px) {
  .service-explore {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.service-explore__title {
  color: #454545;
  margin-bottom: 40px;
}
@media only screen and (max-width: 760px) {
  .service-explore__title {
    margin-bottom: 24px;
  }
}
.service-explore__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}
@media only screen and (max-width: 1280px) {
  .service-explore__cards {
    gap: 10px;
  }
}
@media only screen and (max-width: 850px) {
  .service-explore__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .service-explore__cards {
    gap: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .service-explore__cards {
    grid-template-columns: 1fr;
  }
}

.service-explore-card {
  font-size: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
@media screen and (max-width: 1920px) {
  .service-explore-card {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 1280px) {
  .service-explore-card {
    font-size: 0.6510416667vw;
  }
}
@media only screen and (max-width: 850px) {
  .service-explore-card {
    font-size: 10px;
  }
}
@media screen and (max-width: 760px) {
  .service-explore-card {
    font-size: 1.3157894737vw;
  }
}
@media only screen and (max-width: 500px) {
  .service-explore-card {
    font-size: 2vw;
  }
}
.service-explore-card::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(105deg, #4D6974 0%, rgba(0, 0, 0, 0) 142.48%), #121212;
  opacity: 0.7;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (hover: hover) and (pointer: fine) {
  .service-explore-card:hover::before {
    opacity: 0.8;
    transition-property: opacity;
    transition-duration: 0.65s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
  }
  .service-explore-card:hover .service-explore-card__img {
    transition-property: transform;
    transition-duration: 0.65s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transform: scale3d(1.04, 1.04, 1);
  }
  .service-explore-card:hover .service-explore-card__title {
    text-decoration-color: #fff;
    transition: text-decoration-color 0.45s ease-in-out 0.05s;
  }
}
.service-explore-card.js--hovered::before {
  opacity: 0.8;
  transition-property: opacity;
  transition-duration: 0.65s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.service-explore-card.js--hovered .biocomposite-idea__card-img {
  transition-property: transform;
  transition-duration: 0.65s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transform: scale3d(1.04, 1.04, 1);
}
.service-explore-card.js--hovered .biocomposite-idea__card-title {
  text-decoration-color: #fff;
  transition: text-decoration-color 0.45s ease-in-out 0.05s;
}
.service-explore-card__text-container {
  z-index: 3;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 2.3em;
}
.service-explore-card__title {
  margin-bottom: 0.3em;
  font-size: 2.4em;
  line-height: 130%;
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.1em;
  transition: text-decoration-color 0.25s ease-in-out 0.05s;
}
.service-explore-card__desc {
  font-size: 1.6em;
  line-height: 140%;
  color: #fff;
  font-weight: 400;
}
.service-explore-card__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transform: scale3d(1, 1, 1);
}
@media only screen and (max-width: 500px) {
  .service-explore-card__img {
    -o-object-position: left;
       object-position: left;
    height: 260px;
  }
}

.service-cards {
  padding-bottom: 70px;
}
@media only screen and (max-width: 760px) {
  .service-cards {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.service-cards__title {
  color: #454545;
  margin-bottom: 40px;
}
@media only screen and (max-width: 760px) {
  .service-cards__title {
    margin-bottom: 24px;
  }
}
.service-cards__cards {
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 1280px) {
  .service-cards__cards {
    gap: 17px;
  }
}
@media only screen and (max-width: 850px) {
  .service-cards__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
  }
}
@media only screen and (max-width: 760px) {
  .service-cards__cards {
    gap: 17px;
  }
}
@media only screen and (max-width: 500px) {
  .service-cards__cards {
    grid-template-columns: 1fr;
  }
}

.service-card {
  font-size: 10px;
  width: calc((100% - 34px) / 3);
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
@media screen and (max-width: 1920px) {
  .service-card {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 1280px) {
  .service-card {
    font-size: 0.6510416667vw;
    width: calc((100% - 17px) / 2);
  }
}
@media only screen and (max-width: 850px) {
  .service-card {
    font-size: 1.3157894737vw;
  }
}
@media screen and (max-width: 760px) {
  .service-card {
    font-size: 1.3157894737vw;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .service-card {
    font-size: 2vw;
  }
}
.service-card::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(105deg, #4D6974 0%, rgba(0, 0, 0, 0) 142.48%), #121212;
  opacity: 0.7;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (hover: hover) and (pointer: fine) {
  .service-card:hover::before {
    opacity: 0.8;
    transition-property: opacity;
    transition-duration: 0.65s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
  }
  .service-card:hover .service-explore-card__img {
    transition-property: transform;
    transition-duration: 0.65s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transform: scale3d(1.04, 1.04, 1);
  }
  .service-card:hover .service-explore-card__title {
    text-decoration-color: #fff;
    transition: text-decoration-color 0.45s ease-in-out 0.05s;
  }
}
.service-card.js--hovered::before {
  opacity: 0.8;
  transition-property: opacity;
  transition-duration: 0.65s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.service-card.js--hovered .biocomposite-idea__card-img {
  transition-property: transform;
  transition-duration: 0.65s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transform: scale3d(1.04, 1.04, 1);
}
.service-card.js--hovered .biocomposite-idea__card-title {
  text-decoration-color: #fff;
  transition: text-decoration-color 0.45s ease-in-out 0.05s;
}
.service-card__text-container {
  z-index: 3;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 2.3em;
}
.service-card__title {
  margin-bottom: 0.3em;
  font-size: 2.4em;
  line-height: 130%;
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.1em;
  transition: text-decoration-color 0.25s ease-in-out 0.05s;
}
.service-card__desc {
  font-size: 1.6em;
  line-height: 140%;
  color: #fff;
  font-weight: 400;
}
@media only screen and (max-width: 850px) {
  .service-card__desc {
    font-size: 1.2em;
    line-height: 140%;
    color: #fff;
    font-weight: 400;
  }
}
@media only screen and (max-width: 760px) {
  .service-card__desc {
    font-size: 1.6em;
    line-height: 140%;
    color: #fff;
    font-weight: 400;
  }
}
.service-card__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transform: scale3d(1, 1, 1);
}
@media only screen and (max-width: 500px) {
  .service-card__img {
    -o-object-position: left;
       object-position: left;
  }
}

.new-service-general #header {
  height: auto !important;
  z-index: 33;
  background: linear-gradient(180deg, rgba(31, 48, 55, 0.8) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, rgba(31, 48, 55, 0.8) 0%, rgba(77, 105, 116, 0.8) 49.07%, rgba(31, 48, 55, 0.8) 100%), rgba(31, 48, 55, 0.8) !important;
}
.new-service-general .breadcrumbs {
  margin-bottom: 0;
}
.new-service-general .breadcrumbs.block-wrapper {
  position: relative;
}
.new-service-general .breadcrumbs.block-wrapper .breadcrumbs__wrapper {
  position: absolute;
  z-index: 1;
}
.new-service-general .breadcrumbs.block-wrapper .little__directory_path {
  color: #fff;
}
.new-service-general .library-controls {
  display: none;
}
.new-service-general .library-general {
  padding-top: 50px;
}
@media only screen and (max-width: 500px) {
  .new-service-general .library-general {
    padding-top: 0;
  }
}
.new-service-general .single-album-page__inner {
  padding-top: 0;
}
.new-service-general .videoSlider__buttons {
  justify-content: center;
  padding-bottom: 60px;
}
@media only screen and (max-width: 760px) {
  .new-service-general .videoSlider__buttons {
    padding-bottom: 40px;
  }
}
.new-service-general .musicSlider.swiper-container {
  padding-top: 70px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 760px) {
  .new-service-general .musicSlider.swiper-container {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 760px) {
  .new-service-general .musicSlider__buttons {
    display: none;
  }
}
.new-service-general .animated {
  opacity: 1;
  transform: translateY(0);
}
.new-service-general .library-general .library-gallery {
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .new-service-general .library-general .library-gallery {
    margin: 30px 0 25px;
  }
}
@media only screen and (max-width: 850px) {
  .new-service-general .library-general .library-gallery {
    margin-top: 10px;
  }
}
.new-service-general .library-general .library-gallery.js--collapsed .service-playlist__show-all-btn-container {
  display: block;
}
.new-service-general .library-general .library-gallery .library-gallery__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.new-service-general .service-playlist__show-all-btn-container {
  position: relative;
  top: -1px;
  width: 100%;
  background-color: #fff;
}
.new-service-general .service-playlist__show-all-btn-container.js--hidden {
  display: none;
}
.new-service-general .service-playlist__show-all-btn {
  display: block;
  width: 100%;
  height: 78px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #F3F3F3;
  font-size: 17px;
  line-height: 20px;
  color: #1F3037;
  font-weight: 700;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (hover: hover) and (pointer: fine) {
  .new-service-general .service-playlist__show-all-btn:hover {
    background-color: #F3F3F3;
  }
}
@media only screen and (max-width: 760px) {
  .new-service-general .service-playlist__show-all-btn {
    height: 70px;
  }
}

.scroll-top {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  height: 20px;
  margin-bottom: -20px;
  z-index: 1;
  position: relative;
}
