/*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;
  }
}
#topper-mu .close {
    cursor: pointer;
}
#topper-mu {
    min-height: 60px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.08);
}
#topper-mu .maxwidth-theme {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
}
#topper-mu .text-block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 5px;
}
#topper-mu p {
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #212529;
    margin: 0;
}
#topper-mu .button {
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #ee7d00;
    cursor: pointer;
    text-decoration: underline;
}
#topper-pc {
    display: block;
    top: 0;
    min-height: 64px;
    background-color: #fff;
    z-index: 10;
    border-bottom: 1px solid rgba(34, 34, 34, 0.08);
}
#topper-pc .img-block {
    width: 100px;
    height: 64px;
}
#topper-pc img {
    width: 100px;
    height: 64px;
}
#topper-pc .maxwidth-theme {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#topper-pc .left-part {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
}
#topper-pc .text-block {
    display: flex;
    gap: 7px;
    margin-top: 12px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}
#topper-pc .text-block p {
    font-family: "Golos Text";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #222228;
}
#topper-pc .text-block p:first-child {
    font-weight: 600;
    margin: 0;
}
#topper-pc .text-block a {
    color: #ee7d00;
}
#topper-pc .right-part {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
#topper-pc .right-part .button {
    height: 45px;
    cursor: pointer;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 156px;
    font-family: "Golos Text";
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    background: #ee7d00;
    border-radius: 5px;
}
#topper-pc .right-part .close {
    padding: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.remove {
    display: none !important;
}
.svg.remove{
    display: block !important;
}
@media(min-width:992px){#topper-mu{display:none}}
span .change_color {
    color: color-mix(in oklab, var(--white_text_black) var(--text-opacity), transparent);
}
.custom-tooltip .tooltip-inner {
    width: 342px;
    min-height: 120px;
    background: #ffffff !important;
    border-radius: 10px !important;
    box-shadow: 0px 0px 10px #ebeced !important;
    padding: 15px !important;
    color: #545454 !important;
    font-size: 13px !important;
    line-height: 140% !important;
    text-align: left !important;
    border: 1px solid #f0f0f0 !important;
    max-width: 342px;
}
.custom-tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #ffffff !important;
    border-width: 0 8px 8px 8px !important;
} /* Make sure tooltip is visible */
.tooltip.show {
    opacity: 1 !important;
} /* Custom Tooltip CSS - extracted and modified from Bootstrap 5 */
.custom-tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
}
.custom-tooltip.tooltip-mu .tooltip-inner {
    margin-left: 0px;
    max-width: -webkit-fill-available;
    width: -webkit-fill-available;
}
.custom-tooltip.show {
    opacity: 0.9;
}
.custom-tooltip a {
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #ee7d00;
}
.custom-tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 28px; /* Adjust to match your SVG size */
    height: 14px; /* Adjust to match your SVG size */
    background-image: url("/upload/intelsib/Polygon 1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: -8px;
}
.custom-tooltip .tooltip-arrow::before {
    display: none; /* Hide the old CSS arrow */
} /* Positioning styles */
.custom-tooltip[data-popper-placement^="top"] > .tooltip-arrow {
    bottom: -0.4rem;
}
.custom-tooltip[data-popper-placement^="top"] > .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.custom-tooltip[data-popper-placement^="bottom"] > .tooltip-arrow {
    top: -8px;
}
.custom-tooltip[data-popper-placement^="bottom"] > .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.custom-tooltip[data-popper-placement^="left"] > .tooltip-arrow {
    right: -0.4rem;
    width: 0.4rem;
    height: 0.8rem;
}
.custom-tooltip[data-popper-placement^="left"] > .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.custom-tooltip[data-popper-placement^="right"] > .tooltip-arrow {
    left: -0.4rem;
    width: 0.4rem;
    height: 0.8rem;
}
.custom-tooltip[data-popper-placement^="right"] > .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.custom-tooltip .tooltip-inner{margin-left:0px};.custom-tooltip.tooltip-mu .tooltip-inner{margin-left:0px}
