/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

/*B2B*/


.b2b-slider {
  background: #F8F8FC;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.b2b-slider__container {
  display: flex;
}

.b2b-slider__content {
  padding: 64px 125px 112px 64px;
}

.b2b-slider__image {
  max-width: 50%;
  flex-shrink: 0;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  order: 1;
}


.b2b-slider__title {
  font-size: clamp(1rem + 10px, 3vw, 1rem + 20px);
  line-height: calc(1em + 8px);
  color: #222228;
}

.b2b-slider__sub-title {
  margin-top: 32px;
  font-weight: 500;
  color: #222228;
}

.b2b-slider__sub-title ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0;
}

.b2b-slider__sub-title ul li {
  padding-left: 32px;
  margin: 0 0;
}

.b2b-slider__sub-title ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url('/images/b2b/check.svg') no-repeat 0 0;
  margin-right: 0px
}

.b2b-slider__link {
  margin-top: 48px;
  min-height: 44px;
}

.b2b-slider__pag {
  position: absolute;
  bottom: 40px !important;
  left: 64px !important;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1;
}

.b2b-slider__pag .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E0E0E0;
  margin: 0 0 !important;
  opacity: 1 !important;
}

.b2b-slider__pag .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F5821F;
}

.b2b-slider__nav {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  bottom: 27px;
  left: 150px;
  z-index: 1;
}

.b2b-slider__nav .slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

.b2b-slider__nav .slider-nav:hover {
  background: var(--theme-base-color);
}

.box-main {
  padding: 80px 0;
}

.b2b-process__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: color-mix(in oklab, var(--white_text_black) var(--text-opacity), transparent);
  --text-opacity: 100%;
}

.b2b-process__lists {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0px, 1fr));
  column-gap: 12px;
}

.process-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.process-item__number {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  background: #EE7D00;
}

.process-item__wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.process-item__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: color-mix(in oklab, var(--white_text_black) var(--text-opacity), transparent);
  --text-opacity: 100%;
}

.process-item__sub-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #8D8D8D;
}

.b2b-process__form {
  margin-top: 48px;
}

.process-form {
  padding: 68px 32px;
  border-radius: 6px;
  border: 1px solid #EBECEF;
  display: flex;
  align-items: center;
  gap: 78px;
}

.process-form__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: color-mix(in oklab, var(--white_text_black) var(--text-opacity), transparent);
  --text-opacity: 100%;
  flex-shrink: 0;
}

.process-form__main {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
}

.process-form__btn {
  height: 44px;
  max-width: 121px;
  flex-shrink: 0;
}

.b2b-variant__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: color-mix(in oklab, var(--white_text_black) var(--text-opacity), transparent);
  --text-opacity: 100%;
}

.b2b-variant__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  column-gap: 12px;
  margin-top: 32px;
}

.b2b-variant .h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: color-mix(in oklab, var(--white_text_black) var(--text-opacity), transparent);
  --text-opacity: 100%;
}

.variant-item {
  padding: 32px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #EBECEF;
}

.variant-item__lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.variant-item__lists li {
  padding-left: 32px;
  margin: 0 0;
  display: grid;
  grid-template-columns: 221px minmax(0px, 1fr);
  column-gap: 24px;
}

.variant-item__lists li span {
  font-weight: 400;
  color: #555558;
}

.variant-item__lists li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url('/images/b2b/check.svg') no-repeat 0 0;
  margin-right: 0px
}

.variant-item__btn {
  height: 40px;
  margin-top: 32px;
  margin-left: 30px;
}

.variant-item.--bg {
  position: relative;
  z-index: 1;
  background: #F8F8FC;
  border: none;
  background: #F8F8FC;
}

.variant-item.--bg .h3 {
  color: #222228;
}

.variant-item.--bg .variant-item__lists li {
  display: block;
  color: #222228;
}

.variant-item__image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 648px;
  z-index: -1;
  height: 100%;
}

.variant-item__image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 303px;
  height: 100%;
  background: linear-gradient(89.91deg, #F8F8FC 2.06%, rgba(248, 248, 252, 0) 99.93%);
}

.variant-item__image img {
  max-width: 100%;
  height: 100%;
}

.variant-item.--bg .variant-item__lists {
  margin-top: 24px;
  gap: 12px;
}

.b2b-format__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: color-mix(in oklab, var(--white_text_black) var(--text-opacity), transparent);
  --text-opacity: 100%;
}

.b2b-format__lists {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  column-gap: 12px;
}

.format-item {
  padding: 32px;
  border-radius: 6px;
  border: 1px solid #EBECEF;
  display: flex;
  align-items: center;
  gap: 26px;
}

.format-item__icon {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #F8F8FC;
}

.format-item__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.format-item__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: color-mix(in oklab, var(--white_text_black) var(--text-opacity), transparent);
  --text-opacity: 100%;
}

.format-item__sub-title {
  font-size: 16px;
  line-height: 24px;
  color: #3D464D;
}

.b2b-format__btn {
  margin-top: 32px;
  height: 44px;
}

.b2b-individ__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: color-mix(in oklab, var(--white_text_black) var(--text-opacity), transparent);
  --text-opacity: 100%;
}

.b2b-individ__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.individ-item {
  position: relative;
  padding: 318px 32px 32px 32px;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
  color: #fff;
}

.individ-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 15.19%, rgba(0, 0, 0, 0) 54.33%);
}

.individ-item__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.individ-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.individ-item__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}

.individ-item__lists {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.individ-item__lists li {
  margin: 0 0;
  padding-left: 32px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.individ-item__lists li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url('/images/b2b/check-White.svg') no-repeat 0 0;
  margin-right: 0px
}

.b2b-question__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: color-mix(in oklab, var(--white_text_black) var(--text-opacity), transparent);
  --text-opacity: 100%;
}

.b2b-question__content {
  margin-top: 32px;
  display: flex;
  gap: 40px;
}

.b2b-question__image {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  max-width: 264px;
  flex-shrink: 0;
  max-height: 376px;
}

.b2b-question__image img {
  width: 100%;
  object-fit: cover;
}

.b2b-question__lists {
  flex-grow: 1;
}

.b2b-advance__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: color-mix(in oklab, var(--white_text_black) var(--text-opacity), transparent);
  --text-opacity: 100%;
}

.b2b-advance__content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  column-gap: 12px;
  margin-top: 32px;
}

.advance-item {
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.advance-item__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
}

.advance-item__main {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.advance-item__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: color-mix(in oklab, var(--white_text_black) var(--text-opacity), transparent);
  --text-opacity: 100%;
}

.advance-item__sub-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #555558;
}

.b2b-cooperation__content {
  padding: 32px;
  border-radius: 6px;
  border: 1px solid #EBECEF;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}

.b2b-cooperation__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  max-width: 1029px;
  color: color-mix(in oklab, var(--white_text_black) var(--text-opacity), transparent);
  --text-opacity: 100%;
}

.b2b-cooperation__btns {
  display: flex;
  align-items: center;
  gap: 32px;
}

.b2b-cooperation__btns .btn {
  height: 44px;
  max-width: fit-content;
}

.b2b-cooperation__link {
  border: 1px solid #EE7D00;
  color: #EE7D00;
}

@media screen and (min-width: 1600px) {
  .b2b-slider__image {
    max-width: 852px;
    flex-shrink: 0;
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    order: 1;
  }
}
