

/* Start:/company/style_company.css?17848744567459*/
body.sidebar-type2 footer{
  padding-left: 0!important;
}

.content-column.content-page {
  padding: 0 !important;
}

.company__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.slider__container {
  width: 90%;
  height: 360px;
  overflow: hidden;
  position: relative;
  user-select: none;
}

.company__wrap {
  display: flex;
  gap: 10px;
  z-index: 10;
  position: relative;
  padding: 10px 0;
  transition: .3s ease-in-out;
  touch-action: pan-x;
  overflow-x: scroll;
  z-index: 100;
  /* Включаем горизонтальный скролл */
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  /* overflow: hidden; */
  white-space: nowrap;
}


.company__content::-webkit-scrollbar {
  height: 0px;
}

/* Track */
.company__scrollbar {
  position: absolute;
  left: 0;
  bottom: 40%;
  height: 13px;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.1);
}

.company__track {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* Handle */
.company__thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-radius: 4px;
  /* Optional: round the corners of the thumb */
}

.company__thumb:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* Стили для полосы прокрутки */
.company__wrap::-webkit-scrollbar {
  height: 0px;
}

.company__wrap::-webkit-scrollbar-track {
  background: #ffffff;
}

.company__wrap::-webkit-scrollbar-thumb {
  background-color: #ff0000;
  border-radius: 20px;
}

.button__wrap {
  position: absolute;
  top: 25%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;


}

.prev-btn,
.next-btn {
  /* position: absolute; */
  top: 25%;
  transform: translateY(-50%);
  background-color: #055CA7;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  transition: .3s ease-in-out;
}

.svg-arrow-prev,
.svg-arrow-next {
  margin: 0 auto;
  height: 20px;
  width: 20px;
  margin-left: 3px;

}

.svg-arrow-next {
  transform: rotate(180deg);
  margin-left: -3px;
}

.prev-btn {
  right: -10px;
}

.next-btn {
  left: -10px;
}

.prev-btn-left {
  right: 180px;
}

.prev-btn:hover,
.next-btn:hover {
  transform: scale(1.1) translateY(-50%);
  transition: .2s ease-in-out;
}

.company__cart {
  background-color: white;
  width: 150px;
  height: 130px;
  border-radius: 20px;
  padding: 20px;
  transition: .3s ease-in-out;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  flex: 0 0 auto;
  /* Запрещаем элементам сжиматься */
  scroll-snap-align: start;
  /* Привязка к началу слайда */

}

.company__cart:hover {
  height: 310px;
  transition: .3s ease-in-out;
}

.company__title,
.company__subtitle {
  font-family: "Rubik Mono One", serif;
  font-weight: 400;
  text-align: center;
  transition: .3s ease-in-out;
}

.company__title {
  position: relative;
  color: #055CA7;
  font-size: 68px;
  margin: 55px 0;
  z-index: 10;
  letter-spacing: -10px;
}

.title-150 {
  font-size: 60px;
}

.title-svg {
  margin: 40px 0;
}

.company__cart:hover .title-svg {
  margin: 27px 0 !important;
  transition: .3s ease-in-out;
}

.company__title-svg {
  height: 55px;
  fill: #055CA7;
}

.company__subtitle {
  position: relative;
  padding-top: 20px;
  font-size: 16px;
  color: #2A2E39;
  text-align: center;
  z-index: 10;
}

.company__cart:hover .company__title {
  margin: 40px 0;
  transition: .3s ease-in-out;
}

.company__subtitle,
.company__text,
.company__img,
.company__circle,
.company__square {
  /* display: none; */
  opacity: 0;
  transition: .3s ease-in-out;
}

.company__svg,
.square__svg,
.circle__svg {
  fill: #0089FF;
}


.company__text {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0px;
  line-height: normal;
  z-index: 10;
  white-space: normal;
  /* word-break:break-all; */
}


.company__img {
  position: absolute;
  top: -10px;
  left: -20px;
  z-index: 1;
  transform: scale(0) rotate(180deg);
  transition: .4s ease-in-out;


}


.company__circle,
.company__square {
  position: absolute;
  z-index: 1;
}

.company__circle {
  left: -50px;
  bottom: -200px;
  transition: .3s ease-in-out;
}

.company__square {
  left: 180px;
  bottom: -200px;
  transition: .3s ease-in-out;
}


.company__cart:hover .company__subtitle {
  display: block;
  opacity: 1;
  transition: .3s ease-in-out;
}

.company__cart:hover .company__text {
  display: block;
  opacity: 1;
  transition: .3s ease-in-out;
}

.company__cart:hover .company__img {
  display: flex;
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition: .4s ease-in-out;
  animation: img 30s infinite linear;
  animation-delay: 1s;
}

@keyframes img {
  0% {
    transform: scale(1) rotate(0deg);
  }

  25% {
    transform: scale(0.9) rotate(-90deg);
  }

  50% {
    transform: scale(0.8) rotate(-180deg);
  }

  750% {
    transform: scale(0.9) rotate(-270deg);
  }

  100% {
    transform: scale(1) rotate(-360deg);
  }
}

.company__cart:hover .company__circle {
  position: absolute;
  opacity: 1;
  left: -50px;
  bottom: -60px;
  transition: .7s ease-in-out;
}

.company__cart:hover .company__square {
  position: absolute;
  opacity: 1;
  left: 100px;
  bottom: -70px;
  transition: .9s ease-out;
}

.company__info-wrap {
  margin-top: -130px;
}

.company__wrapper-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.info-title,
.company__info-title {
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.company__info-title {
  margin: 0;
  margin-bottom: 15px;
}

.info-title {
  margin: 0;
  font-size: 36px;
}

.info-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 105%;
  text-align: center;
}

.company__info-subtitle {
  font-size: 24px;
  font-weight: 600;
  text-align: start;
  margin: 0;

}

.company__info {
  height: 100%;

}

.company__wrap-subtitle {
  color: white;
  font-size: 24px;
  background-color: #055CA7;
  border-radius: 20px;
  height: calc(100% - 100px);
  padding: 20px;
}

@media (max-width: 767px) {
  .company__container {
    width: 480px;
  }

  .slider__container {
    width: 100%;
  }

  .company__wrapper-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .company__wrap-subtitle {
    height: auto;
  }

}

@media (max-width: 480px) {

  .company__container {
    width: 460px;
  }

  /* .slider__container {
    width: 68%;
  } */


  .info-title {
    font-size: 24px;
  }

  .info-subtitle {

    font-size: 18px;

  }

  .info-subtitle {
    font-size: 20px;
  }

  .company__info-subtitle {
    font-size: 16px;
    line-height: 120%;
  }

  .company__title {
    font-size: 68px;
    margin: 60px 0;
    z-index: 10;
    letter-spacing: -10px;
  }

  .title-150 {
    font-size: 60px;
  }

  .company__title-svg {
    height: 55px;
  }

  .company__cart:hover .title-svg {
    margin: 27px 15px !important;
    transition: .3s ease-in-out;
  }

  .title-svg {
    width: 60%;
    margin: 45px 0px;
  }
}

@media (max-width: 480px) {

  .company__container {
    width: 100%;
  }

  /* .slider__container {
    width: 68%;
  } */
}
/* End */
/* /company/style_company.css?17848744567459 */
