.justify-content-left {
	justify-content: left !important;
}
.partners__new-footer_suptitle.img img {
    margin: 16px 18px 32px 0px;
}
.g-bg {
    background: var(--bg) !important;
}
.g-bg-image {
    background: linear-gradient(to bottom, var(--bg-overlay), var(--bg-overlay)), -webkit-image-set(var(--bg-url) 1x, var(--bg-url-2x) 2x) center/var(--bg-size) var(--bg-attachment) !important;
}
.g-color {
    color: var(--theme-color-main) !important;
    color: var(--color) !important;
}
/*** forms fix ***/
.block-10-1ci-application-brochure-form .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	border: solid 2px #ffffff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    width: 14px;
    height: 14px;
}

.block-10-1ci-application-brochure .row.brochure-row {
    padding: 2rem 0rem;
}

.all-products-block_iconblock img {
    width: 40px;
    height: 40px;
}
/*** forms fix ***/

.bitrix-footer {
    display: none;
}

/***fb restricktions***/
.col-12.col-lg-4.footer_social a:nth-child(1),
.col-12.col-lg-4.footer_social a:nth-child(5),
.col-12.col-lg-4.footer_social a:nth-child(6),
.col-12.col-lg-4.footer_social a:nth-child(8) {
    display: none;
}
.newsroom__subscribe-icons a:nth-child(5) {
    display: none;
}
.newsroom__subscribe-icons a:nth-child(6) {
    display: none;
}
.newsroom__subscribe-icons a:nth-child(8) {
    display: none;
}
.forms__social-icons a:nth-child(5) {display: none;}
.forms__social-icons a:nth-child(8) {display: none;}
/***fb restricktions***/
/*** footer ***/
footer .social-footer {
    text-align: right;
}

footer hr.social_footer_line {
    background: #42526E;
    margin-top: 1.5rem;
}

.col-12.col-lg-4.footer_social {
    bottom: 0;
    position: relative;
    display: contents;
    text-align: right;
}

footer a.selection__rendered_link {
    display: block;
    margin-right: 40px;
    margin-bottom: 20px;
}

footer .select2-selection__rendered {
    padding: 0.5rem 1.2rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 0;
    color: #fff;
    background-clip: padding-box;
    border: 1px solid #c1c7d0;
    border-radius: 0.25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: none;
    margin-right: 20px;
    margin-bottom: 10px;
}

footer .select2-selection__rendered img {
    margin-right: 10px;
}

footer a.selection__rendered_link span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    white-space: nowrap;
}

footer .select2-selection__rendered:hover {
    color: #fff;
}

footer a.selection__rendered_link span img {
    margin-top: -4px;
    margin-right: 10px;
}

footer .selection__rendered_link_wrap {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 995px) {
    footer .selection__rendered_link_wrap {
        justify-content: start;
    }
}

@media (min-width: 992px) {
    footer .footer_hr {
        margin-top: 2rem;
    }
}

@media (min-width: 768px) {
    footer hr.social_footer_line {
        display: none;
    }
}

@media (max-width: 767px) {
    footer .social-footer {
        text-align: left;
        padding-bottom: 1rem;
    }

    footer .footer_social {
        bottom: 2rem;
    }
}

/*** footer ***/

/*** Drive & ERP form fix ***/
.block-10-1ci-application-brochure-form .form-group.col-12.col-md {
    flex-basis: content;
}
/*** Drive & ERP form fix ***/

/*** FIX block-5-1ci-customer-stories-block-wo-title ***/
@media (min-width: 990px) {
    .customer-stories_story .customer-story_description {
        color: #fff;
        text-align: center;
        min-height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/*** FIX block-5-1ci-customer-stories-block-wo-title ***/


/**
 * Owl Carousel v2.3.4
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 */
 
p.text-block_description {
    color: #6C798F;
    /* Body/General */
    font-family: Source Sans Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

img.img_textblock_left-img {
    padding-bottom: 2rem;
}

/*** 9.1ci_video_block_popup_checklist ***/
.video-w-bg-block_card-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background: url(/local/templates/1ci/i/icons/Common/check.svg) no-repeat 0 0;
}

.video-w-bg-block_card-item {
	position: relative;
	padding-left: 3rem;
}

.video_block_popup_checklist h4 {
	font-family: Rubik;
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	line-height: 32px;
	color: #091E42;
	padding-bottom: 1rem;
}

.video-w-bg-block_card-item {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #6C798F;
}

.video-w-bg-block_card-item a {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #158AFF;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.video-w-bg-block_card-item a:hover {
	color: #0064c8;
}

.video-w-bg-block_card-item a:hover:after {
	background: url(/local/templates/1ci/i/icons/play-blue-hover.svg) no-repeat 0 0;
}

.video-w-bg-block_card--wrapper {
	padding: 0.6rem 0;
}

.video-w-bg-block_card-item a[target=_popup]:after {
	content: "";
	position: absolute;
	margin-top: 5px;
	margin-left: 5px;
	width: 24px;
	height: 24px;
	background: url(/local/templates/1ci/i/icons/play-blue.svg) no-repeat 0 0;
}

.video-w-bg-block_card--learn_more {
	margin-top: 12px;
}

a.video-w-bg-block_card-learn_more {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #158AFF;
	position: relative;
}

a.video-w-bg-block_card-learn_more:after {
	content: "";
	position: absolute;
	top: 3px;
	margin-left: 1px;
	width: 24px;
	height: 24px;
	background: url(/local/templates/1ci/i/icons/arrow.svg) no-repeat 0 0;
	transition: all 0.2s ease-in-out;
}

a.video-w-bg-block_card-learn_more:hover {
	color: #0064C9;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.video-w-bg-block_card-learn_more:hover:after {
	transform: translateX(3px);
	filter: brightness(0.56) hue-rotate(0deg) saturate(1.9);
}

/*** 9.1ci_video_block_popup_checklist ***/

/*** 9.1ci_video_block_popup ***/

h2.video_block_popup {
	font-family: Rubik;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 40px;
	color: #091E42;
	margin-bottom: 1rem;
}

p.video_block_popup {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #6C798F;
}

section.video-block-popup .container {
	padding-bottom: 3rem !important;
}

.video-block-popup .video-w-bg-block_bg.js-video-container {
	box-shadow: 4rem 3rem 0px 0px #f4f5f7;
}

.video-block-popup-block_card {
	padding-left: 7rem;
	padding-top: 2rem;
}

.video-popup_buttonblock {
  margin-top: 0.75rem;
}

.video-popup_buttonblock [class*="_button"],
.video-popup_buttonblock [class*="_btn"] {
  font-weight: 600;
  padding: 0;
}

.video-popup_buttonblock [role="button"] + .button-icon {
  padding-left: 0;
  margin-left: -3px;
  margin-top: 2px;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .video-popup_buttonblock [role="button"] + .button-icon {
	transition: none;
  }
}

.video-popup_buttonblock [role="button"] + .button-icon.plus path {
  fill: #0064c8;
}

.video-popup_buttonblock [role="button"] + .button-icon .arrow,
.video-popup_buttonblock [role="button"] + .button-icon .http,
.video-popup_buttonblock [role="button"] + .button-icon .plus {
  fill: #158aff;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .video-popup_buttonblock [role="button"] + .button-icon .arrow,
  .video-popup_buttonblock [role="button"] + .button-icon .http,
  .video-popup_buttonblock [role="button"] + .button-icon .plus {
	transition: none;
  }
}

.video-popup_buttonblock [role="button"]:hover + .button-icon path {
	fill: #0064c8;
}

.video-popup_buttonblock [role="button"]:hover + .button-icon .arrow,
.video-popup_buttonblock [role="button"]:hover + .button-icon .http,
.video-popup_buttonblock [role="button"]:hover + .button-icon .plus {
  fill: #0064c8;
}

.video-popup_buttonblock [role="button"]:hover + .browser-link {
  transform: none;
}

.video-popup_buttonblock .btn {
  padding-left: 0rem;
  padding-right: 4px;
}

@media (max-width: 990px) and (min-width: 767px) {
	.video-w-bg-block_before_text {
		/*max-width: 42%;*/
	}
}

@media (max-width: 990px) {

	.video-block-popup .video-w-bg-block_bg.js-video-container {
		box-shadow: 3rem 3rem 0px 0px rgb(34 60 80 / 6%);
	}

	.video-block-popup-block_card {
		padding-left: 4rem;
		padding-top: 0;
	}
	
	section.video-block-popup {
		padding-bottom: 0rem !important;
	}


}

@media (max-width: 767px) {
	.video-block-popup .video-w-bg-block_row {
		flex-direction: column-reverse;
	}
	
	.video-block-popup-block_card {
		padding-left: 1rem;
		padding-top: 1rem;
	}
	.video-w-bg-block_before_text {
		/*padding: 0;*/
		/*margin-top: 1.25rem;*/
		width: 80%;
		/*margin-left: 1rem;*/
		margin-bottom: 1rem;
	}
	
	.video-w-bg-block_play img {
		width: 50px;
	}
	
	.video-w-bg-block_image {
		/*width: 90%;*/
	}
	
	.video-block-popup .video-w-bg-block_bg.js-video-container {
		box-shadow: 3rem 2rem 0px 0px rgb(34 60 80 / 6%);
	}
	
	h2.video_block_popup {
		font-family: Rubik;
		font-style: normal;
		font-weight: normal;
		font-size: 30px;
		line-height: 32px;
		color: #091E42;
	}


}

@media (max-width: 766px) {
	.video_block_popup .row.video-w-bg-block_row.justify-content-left {
		flex-direction: column-reverse;
	}
	h2.video_block_popup {
		padding-bottom: 0.5rem;
	}
	.video-popup_buttonblock {
		margin-top: 1rem;
		margin-bottom: 1.75rem;
	}
	
	
}

/*** 9.1ci_video_block_popup ***/


/*** 10.1ci_application_brochure_form ***/
.block-10-1ci-application-brochure-form .brochure > .container {
	padding-bottom: 3rem;
}
.block-10-1ci-application-brochure-form .h5.brochure__form-form_title {
	color: #fff;
	margin-bottom: 0.5rem;
}

.block-10-1ci-application-brochure-form .h6.brochure__form-form_title {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	padding-bottom: 1rem;
}

.block-10-1ci-application-brochure-form .brochure .brochure-row.form {
	padding-top: 0rem;
}

.block-10-1ci-application-brochure-form .brochure-row__form-background.grid a {
	color: #fff;
	text-decoration: underline;
}

.block-10-1ci-application-brochure-form .brochure-row.form .row.brochure-row__form-background {
	background: #f4f5f7;
	width: 90%;
}

.block-10-1ci-application-brochure-form .brochure-row.form .brochure_block {
	padding-top: 7rem;
}
.block-10-1ci-application-brochure-form .brochure-row.form .form-check-input {
	margin-top: 0;
}

.block-10-1ci-application-brochure-form .brochure-row__form-background.grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.block-10-1ci-application-brochure-form .grid .brochure-text {
	grid-area: 1 / 1 / 2 / 2;
	background: #f4f5f7;
}

.block-10-1ci-application-brochure-form .grid .brochure-img {
	grid-area: 1 / 2 / 2 / 3;
	background: #f4f5f7;
}

.block-10-1ci-application-brochure-form .grid .brochure-form {
	grid-area: 1 / 3 / 2 / 4;
	background: #f4f5f7;
	width: 50%;
}

.block-10-1ci-application-brochure-form .brochure-row__form-background.grid .brochure_type {
	margin-bottom: 0.5rem;
}

.block-10-1ci-application-brochure-form .brochure-row__form-background.grid .forms {
	position: relative;
	border-radius: 0.125rem;
	background-color: #158aff;
	z-index: 1;
}


.block-10-1ci-application-brochure-form .brochure-row__form-background.grid .form-group label {
	color: #fff;
}

.block-10-1ci-application-brochure-form .brochure-row__form-background.grid .forms {
	padding: 2rem;
}

.block-10-1ci-application-brochure-form .block-10-1ci-application-brochure-form .brochure_image-block {
    display: block !important;
}

@media (min-width: 1200px) {
	.block-10-1ci-application-brochure-form .brochure-row__form-background.grid .brochure_image {
		bottom: 10px;
		left: 50px;
		width: 320px;
	}
	
	.block-10-1ci-application-brochure-form .brochure-row__form-background.grid .forms {
		bottom: -3rem;
		right: -3rem;
		width: 320px;
	}
	
	
	
}



@media (max-width: 1200px) {
	.block-10-1ci-application-brochure-form .brochure-row__form-background.grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		padding-right: 30px !important;
	}

	.block-10-1ci-application-brochure-form .grid .brochure-text { grid-area: 1 / 1 / 2 / 3; height: 150px;}
	.block-10-1ci-application-brochure-form .grid .brochure-img { grid-area: 2 / 1 / 3 / 2; margin-top: 20px;}
	.block-10-1ci-application-brochure-form .grid .brochure-form { grid-area: 2 / 2 / 3 / 3; width: 100%; }
		
	.block-10-1ci-application-brochure-form .brochure-row__form-background.grid .brochure_block {
		padding: 2rem 1rem 1rem 1.5rem;
	}
	
	.block-10-1ci-application-brochure-form .grid .brochure_image {
		bottom: auto;
	}
	
	.block-10-1ci-application-brochure-form .grid .brochure_image-block {
		width: 320px;
		left: 20px;
	}
	
	.block-10-1ci-application-brochure-form .grid .brochure_image-block > img {
		top: 30px;
	}
	
	.block-10-1ci-application-brochure-form .brochure-row__form-background.grid .forms {
		right: -3rem;
		bottom: -3rem;
	}
	
	.block-10-1ci-application-brochure-form .brochure-row {
		padding-top: 3rem;
	}
	
}

@media (max-width: 769px) {
	.block-10-1ci-application-brochure-form .grid .brochure_image-block {
		width: 90%;
	}
	.block-10-1ci-application-brochure-form .brochure-row__form-background.grid .forms {
		right: -2.1rem;
	}
}

@media (max-width: 576px) {
	.block-10-1ci-application-brochure-form .brochure > .container {
		padding-bottom: 0;
	}
}

@media (max-width: 600px) {
	.block-10-1ci-application-brochure-form .grid .brochure-img {
		grid-area: 2 / 1 / 3 / 2;
		height: 360px;
		margin-top: -80px;
		margin-bottom: 20px;
	}
	
	.block-10-1ci-application-brochure-form .grid .brochure-text { grid-area: 1 / 1 / 2 / 2; height: auto; }
	.block-10-1ci-application-brochure-form .grid .brochure-form { grid-area: 3 / 1 / 4 / 2; }
	
	.block-10-1ci-application-brochure-form .brochure-row__form-background.grid .forms {
		right: 0;
		bottom: 0;
	}
	
	.block-10-1ci-application-brochure-form section.brochure .container {
		padding-right: 0;
		padding-left: 0;
	}
	
	.block-10-1ci-application-brochure-form .brochure-row__form-background.grid {
		padding-right: 0px !important;
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		grid-template-rows: auto;
	}
	

	
	.block-10-1ci-application-brochure-form .grid .brochure_image-block {
		margin: 0px auto;
		max-width: 320px;
		left: unset;
		display: block;
	}
}

	
@media (min-width: 992px) {

	.block-10-1ci-application-brochure-form .brochure-row__form-background.grid .forms .row {
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}
	.block-10-1ci-application-brochure-form .brochure-row__form-background.grid .forms .form-group {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}

@media (max-width: 340px) {
	.block-10-1ci-application-brochure-form .brochure > .container {
		padding-bottom: 0rem;
	}
}
/*** 10.1ci_application_brochure_form ***/

/*** 13.1ci_company_about_block_grid_photos ***/
section.company-photo {
	background: #F4F5F7;
}

.photo-grid_container {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.div1 {
	grid-area: 1 / 1 / 3 / 10;
}

.div2 {
	grid-area: 3 / 4 / 5 / 9;
}

.div3 {
	grid-area: 4 / 1 / 6 / 4;
}

.div4 {
	grid-area: 1 / 8 / 3 / 13;
}

.div5 {
	grid-area: 3 / 10 / 6 / 13;
}

.div1 img {
	width: 632px;
}
.div2 img {
	width: 445px;
	margin-left: 10px;
	margin-top: 40px;
}
.div3 img {
	width: 255px;
	margin-top: -60px;
}
.div4 img {
	width: 285px;
	margin-top: 50px;
	margin-left: 70px;
}
.div5 img {
	width: 350px;
	margin-left: -70px;
	margin-top: -60px;
}

.grid-item {
	position: relative;
	width: auto;
	height: auto;
}

.grid-item img {
	height: auto;
}

.text.h5 {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	color: #091E42;
	padding-bottom: 40px;
}

@media screen and (max-width: 1200px) {
	.div1 img {
		width: 80%;
	}
	
	.div2 img {
		width: 90%;
	}
	
	.div3 img {
		width: 90%;
	}
	
	.div4 img {
		width: 80%;
	}
	
	.div5 img {
		width: 80%;
		margin-top: 20px;
	}
	
	
	
}

@media screen and (max-width: 1024px) {
	.grid-item img {
		width: 80%;
	}
	
	.div5 img {
		margin-top: 20px;
	}
	
	.div2 img {
		margin-left: 50px;
		width: 70%;
	}
	
	.div3 img {
		width: 110%;
		margin-top: -90px;
	}
	
}

@media screen and (max-width: 768px) {
	.div3 img {
		width: 120%;
		margin-left: 20px;
		margin-top: -70px;
	}
	
	.div4 img {
		margin-top: 30px;
		margin-left: 60px;
	}
	
	.div2 img {
		margin-left: 90px;
		width: 70%;
		margin-top: 60px;
	}
	
	.div5 img {
		margin-left: -20px;
		width: 120%;
	}
	
}

@media screen and (max-width: 767px) {
	.div2 img {
		margin-left: 70px;
		width: 70%;
		margin-top: 60px;
	}
}

@media screen and (max-width: 550px) {
	.div2 img {
		margin-left: 60px;
	}
}

@media screen and (max-width: 430px) {
	
	.photo-grid_container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}

	.div1 { grid-area: 1 / 1 / 2 / 2; }
	.div5 { grid-area: 2 / 1 / 3 / 2; }
	.div3 { grid-area: 3 / 1 / 4 / 2; }
	
	
	
	.div2 img, .div4 img {
		display: none;
	}
	
	.div1 img {
		width: 100%;
	}
	
	.div3 img {
		width: 70%;
		margin-right: 30%;
		margin-left: 0px;
		margin-top: 20px;
	}
	
	.div5 img {
		margin-left: 25%;
		width: 75%;
	}

}
/*** 13.1ci_company_about_block_grid_photos ***/



/*** 7.1ci_drive_chart ***/
.drive_chart .container {
	max-width: 920px;
}

.drive_chart .drive_chart_header {
	font-family: Rubik;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 24px;
}

.drive_chart .card-wrapper .drive_chart_header {
	padding-left: 1rem;
}

.drive_chart p {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #6C798F;
}

.drive_chart .drive_chart_caption {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #091E42;
	padding-left: 1rem;
}

.drive_chart .card-wrapper {
	border-bottom: 1px solid #C1C7D0;
	min-height: 55px;
	display: flex;
	align-content: center;
}

.drive_chart .card-wrapper > div:nth-child(2) {
	padding-left: 3rem;
}

.drive_chart .card-wrapper > div:nth-child(3) {
	padding-left: 2.5rem;
}

.drive_chart .drive_chart_table_2 {
	display: none;
}


@media screen and (max-width: 769px) {
	.drive_chart .card-wrapper .drive_chart_header {
		padding-left: 0;
	}
	.drive_chart .card-wrapper > div:nth-child(1) {
		margin-left: 0;
		padding-left: 0;
	}
	.drive_chart .card-wrapper {
		margin-left: 0.4rem;
	}
	.drive_chart .drive_chart_caption {
		padding-left: 0;
	}
	
	
}



@media screen and (max-width: 767px) {
	.drive_chart .drive_chart_table_1 .card-wrapper > div:nth-child(3) {
		display: none;
	}
	.drive_chart .drive_chart_table_2 .card-wrapper > div:nth-child(2) {
		display: none;
	}
	.drive_chart .card-wrapper > div:nth-child(2) {
		padding-left: 0;
	}
	.drive_chart .card-wrapper > div:nth-child(3) {
		padding-left: 0;
	}
	.drive_chart .card-wrapper {
		margin-right: 0.4rem;
	}
	.drive_chart .drive_chart_table_1 .drive_chart_table_header > div:nth-child(1) {
		display: none;
	}
	.drive_chart .drive_chart_table_1 .drive_chart_table_header > div:nth-child(3) {
		display: none;
	}
	.drive_chart .drive_chart_table_2 .drive_chart_table_header > div:nth-child(2) {
		display: none;
	}
	.drive_chart_table_2 {
		margin-top: 4rem;
	}
	.drive_chart .drive_chart_table_2 {
		display: block;
	}

}
/*** 7.1ci_drive_chart ***/



/*** 12.1ci_video_slider ***/
.video-slider {
	padding: 3rem 0 4.5rem;
}

.video-slider .owl-carousel .owl-stage {
	display: flex;
}

.video-slider .owl-carousel .owl-item {
	flex-basis: auto;
	flex-shrink: 0;
}

.video-slider .owl-carousel .owl-nav {
	width: 118%;
	display: flex;
	justify-content: space-between;
	margin-top: -200px;
	margin-left: -11%;
	position: absolute;
	z-index: 1;
}

.video-slider .owl-carousel .owl-nav button {
	width: 48px;
	height: 48px;
}

.video-slider .owl-carousel .owl-nav button:hover {
	opacity: 0.8;
}

.video-slider .owl-carousel .owl-nav button.owl-prev {
	background: url(/local/templates/1ci/i/icons/Common/024-left.svg);
}

.video-slider .owl-carousel .owl-nav button.owl-next {
	background: url(/local/templates/1ci/i/icons/Common/024-right.svg);
    position: absolute;
    right: 0px;
}

.video-slider .owl-carousel .owl-dots {
	margin-top: 1rem;
}

.video-slider .owl-carousel .owl-dot {
	outline: none;
}

.video-slider .owl-carousel .owl-dot span {
	margin: 0 0.25rem;
	height: 8px;
	width: 8px;
	background-color: #dfe1e6;
}

.video-slider .owl-carousel .owl-dot.active span {
	background-color: #158aff;
}

.video-slider .owl-carousel .slide {
	height: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	z-index: 100;
	background: #F4F5F7;
}

.video-slider .owl-carousel .slide_head {
	position: relative;
	margin-bottom: 24px;
}

.photo-slider .owl-carousel .slide {
	max-width: -moz-max-content;
	max-width: max-content;
	margin: auto;
}

.photo-slider .owl-theme .owl-dots .owl-dot.active span {
	background: #158AFF;
}

.photo-slider .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

.photo-slider .owl-carousel .owl-nav {
	position: absolute;
	top: 40%;
	width: 100%;
}

.photo-slider .owl-carousel .owl-nav button:hover {
	opacity: 0.8;
}

.photo-slider .owl-carousel .owl-nav button.owl-prev {
	background: url(/local/templates/1ci/i/icons/Common/024-left.svg);
	left: -45px;
	position: absolute;
}

.photo-slider .owl-carousel .owl-nav button.owl-next {
	background: url(/local/templates/1ci/i/icons/Common/024-right.svg);
	right: -10px;
}

.photo-slider .owl-carousel .owl-nav button {
	width: 48px;
	height: 48px;
}

.photo-slider .owl-dots {
	padding-top: 1rem;
}

@media (max-width: 768px) {
	.photo-slider .owl-carousel .owl-nav {
		display: none;
	}
}

@media (min-width: 576px) {
	.video-slider .owl-carousel .slide {
		max-width: 330px;
	}
}

@media (max-width: 575.98px) {
	.video-slider .owl-carousel .slide_head {
		display: flex;
		flex-direction: column;
	}
}

@media (min-width: 576px) {
	.video-slider .owl-carousel .slide_head {
		/*width: 330px;
		height: 296px;*/
	}
}

@media (min-width: 992px) {
	.video-slider .owl-carousel .slide_head {
		/*width: 350px;
		height: 272px;*/
	}
	
	.video-slider .video-w-bg-block_image {
		width: 285px;
		height: 160px;
		overflow: hidden;
	}
	
	
}

@media (max-width: 575.98px) {
	.video-slider .owl-carousel .slide_picture {
		align-self: flex-end;
		margin-bottom: 0px;
	}

	.video-slider .owl-carousel .slide_picture--img {
		-o-object-fit: cover;
		object-fit: cover;
	}
}

@media (min-width: 400px) and (max-width: 775px) {
	.video-slider .owl-carousel .slide_picture {
		/*width: 300px;
		height: 224px;*/
		width: 100%;
	}
	
	.video-slider .video-w-bg-block_image {
		width: 330px;
		height: 184px;
		overflow: hidden;
	}
}

@media (min-width: 992px) {
	.video-slider .owl-carousel .slide_picture {
		/*width: 310px;
		height: 224px;*/
	}
}

@media (max-width: 1200px) {
	.video-slider .owl-carousel .owl-nav {
		display: none;
	}
}

.video-slider .owl-carousel .slide_picture {
	/*width: 88%;*/
}

.video-slider .owl-carousel .slide_picture--img {
	width: 100%;
}

.video-slider .owl-carousel .slide_text {
	color: #6c798f;
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.0625rem;
	line-height: 1.41;
	margin-bottom: 0.5rem;
}

.video-slider .owl-carousel .slide_action {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
	padding: 24px;
}

.video-slider .owl-carousel .slide_action--time {
	color: #6c798f;
	font-family: "Rubik", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.33;
	letter-spacing: .7px;
	margin-bottom: 0;
}

.video-slider .owl-carousel .slide_buttonblock {
	display: flex;
	align-items: center;
}

.video-slider .owl-carousel .slide_buttonblock--link {
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.5;
	margin-right: 4px;
}

.video-slider .owl-carousel .slide_buttonblock--img {
	width: 16px;
	height: 16px;
}

.video-slider .owl-carousel .slide_buttonblock [class*="_button"], .video-slider .owl-carousel .slide_buttonblock [class*="_btn"] {
	font-weight: 600;
	padding: 0;
}

.video-slider .owl-carousel .slide_buttonblock [role="button"] + .button-icon {
	padding-left: 0;
	margin-left: -3px;
	margin-top: 2px;
	transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
	.video-slider .owl-carousel .slide_buttonblock [role="button"] + .button-icon {
		transition: none;
	}
}

.video-slider .owl-carousel .slide_buttonblock [role="button"] + .button-icon.plus {
	transform: translateX(3px);
}

.video-slider .owl-carousel .slide_buttonblock [role="button"] + .button-icon .arrow, .video-slider .owl-carousel .slide_buttonblock [role="button"] + .button-icon .http, .video-slider .owl-carousel .slide_buttonblock [role="button"] + .button-icon .plus {
	fill: #158aff;
	transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
	.video-slider .owl-carousel .slide_buttonblock [role="button"] + .button-icon .arrow, .video-slider .owl-carousel .slide_buttonblock [role="button"] + .button-icon .http, .video-slider .owl-carousel .slide_buttonblock [role="button"] + .button-icon .plus {
		transition: none;
	}
}

.video-slider .owl-carousel .slide_buttonblock [role="button"]:hover + .button-icon {
	transform: translateX(3px);
}

.video-slider .owl-carousel .slide_buttonblock [role="button"]:hover + .button-icon .arrow, .video-slider .owl-carousel .slide_buttonblock [role="button"]:hover + .button-icon .http, .video-slider .owl-carousel .slide_buttonblock [role="button"]:hover + .button-icon .plus {
	fill: #0064c8;
}

.video-slider .owl-carousel .slide_buttonblock [role="button"]:hover + .browser-link {
	transform: none;
}

.video-slider .owl-carousel {
	max-width: 952px;
	margin: auto;
}

.video-slider .owl-carousel .owl-stage-outer {
	z-index: 90;
}

.video-slider p.slide_text {
	font-family: Rubik;
	font-style: normal;
	font-weight: normal;
	font-size: 21px !important;
	line-height: 24px !important;
	color: #091E42 !important;
	padding: 0px 24px;
	min-height: 90px;
}



.video-slider .slide_buttonblock a {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #158AFF;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.video-slider .slide_buttonblock a:hover {
	color: #0064c8;
}

.video-slider .slide_buttonblock a:hover:after {
	background: url(/local/templates/1ci/i/icons/play-blue-hover.svg) no-repeat 0 0;
}

.video-slider .video-w-bg-block_card--wrapper {
	padding: 0.6rem 0;
}

.video-slider .slide_buttonblock a:after {
	content: "";
	position: absolute;
	margin-top: 5px;
	margin-left: 5px;
	width: 24px;
	height: 24px;
	background: url(/local/templates/1ci/i/icons/play-blue.svg) no-repeat 0 0;
}

.block-12-1ci-video-slider .video-slider .slide_buttonblock a:after {
    margin-top: 3px;
    width: 16px;
    height: 16px;
    background: url(/local/templates/1ci/i/icons/play-blue.svg) no-repeat 0 0;
}
/*** 12.1ci_video_slider ***/



/*** 1.1ci_main_banner_index_breadcrumbs_drive ***/
.block-wrapper.block-1-1ci-main-banner-index-breadcrumbs-drive {
    padding-bottom: 40px;
	display: block !important;
}

.main-banner-erp .main-banner_description {
	padding-right: 1rem;
}

.main-banner-erp .event-banner_subtitle {
	color: #8993A4;
}

.main-banner-erp .main-banner_title {
	margin-bottom: 0.5rem;
}

@media (min-width: 770px) {
	.main-banner-erp .event-banner_subtitle {
		margin-top: 2.3rem;
	}
}

@media (min-width: 992px) {
	.main-banner-erp .main-banner_title {
		margin-top: 0.75rem;
	}
}

@media (max-width: 769px) {
	.main-banner-erp .event-banner_subtitle {
		margin-top: 1.5rem;
	}
	.main-banner-erp .main-banner_title {
		margin-top: 1rem;
	}
}

@media (max-width: 400px) {
	.main-banner-erp .main-banner_title {
		margin-top: 0.5rem;
	}
}

/*** 1.1ci_main_banner_index_breadcrumbs_drive ***/


/*** 1.1ci_main_button ***/
.main_btnblock {
	text-align: center;
	padding-top: 2rem;
}
/*** 1.1ci_main_button ***/


/*** 7.1ci_drive_3_cols_block ***/
section.drive_3_cols_block .container {
	max-width: 920px;
}

.drive_3_cols_block_right {
	float: left;
	padding-left: 20px;
	width: calc(100% - 50px);
}

.drive_3_cols_block_grid img {
	float: left;
}

.drive_3_cols_block_grid:first-child {
	/*padding-left: 0px;*/
}

.drive_3_cols_block_grid {
	padding-left: 20px;
}

.drive-3-cols-block_maintitle {
	font-family: Rubik;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 24px;
	color: #091E42;
}

.drive-3-cols-block_maintitle {
	font-family: Rubik;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 24px;
	color: #091E42;
}

.drive_3_cols_block_link {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #158AFF;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.drive_3_cols_block_link:hover {
	color: #0064c8;
}

.drive_3_cols_block_link:hover:after {
	background: url(/local/templates/1ci/i/icons/external-link-blue.svg) no-repeat 0 0;
	filter: brightness(0.56) hue-rotate(0deg) saturate(1.9);
}

.drive_3_cols_block_link:after {
	content: "";
	position: absolute;
	margin-top: 5px;
	margin-left: 5px;
	width: 24px;
	height: 24px;
	background: url(/local/templates/1ci/i/icons/external-link-blue.svg) no-repeat 0 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width: 780px) {
	section.drive_3_cols_block .container {
		max-width: 690px;
	}
	
	
}

@media (max-width: 767px) {
	.drive_3_cols_block_grid:first-child {
		padding-left: 20px;
	}
	.drive_3_cols_block_grid {
		padding-bottom: 2rem;
	}

}

/*** 7.1ci_drive_3_cols_block ***/



/*** 10.1ci_application_value_block_erp ***/
.application_value_block_erp_count {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 42px;
	line-height: 42px;
	color: #091E42;
}

.application-value-block_block.erp p {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 24px;
	color: #7A869A;
	margin: 0;
}

@media (min-width: 992px) {
	.application_value_block_erp_right.first {
		margin-bottom: 3.2rem;
	}
}

.application_value_block_erp_right.first {
	/*margin-bottom: 3.2rem;*/
	grid-row: 2;
}

.application_value_block_erp_right.second {
	padding-bottom: 2.5rem;
}


.col-3.application-value-block_block.erp {
	padding-left: 0;
	flex: 0 0 20% !important;
	padding: 1.5rem 1.1rem 0.1rem 1.2rem;
}

.col-9.application-value-block_block.erp {
	flex: 0 0 80% !important;
	max-width: 80% !important;
}



@media (min-width: 992px) {
	.application-value-block_block.erp {
		padding: 1rem 2rem 2rem 2rem;
	}

	.hide-tablet {
		display: block;
	}

	.show-tablet {
		display: none;
	}
	.application-value-block .bar-value-5 .application-value-block_base {
		height: 25.5%;
	}
	.application-value-block .bar-value-5 .application-value-block_progress {
		height: 70%;
	}
	.application-value-block .bar-value-4 .application-value-block_base {
		height: 32%;
	}
	
}

@media (max-width: 992px) {
	.hide-tablet {
		display: none;
	}

	.show-tablet {
		display: grid;
	}
	.application-value-block_item:not(:last-child) .application-value-block_text {
		margin-bottom: 3.2rem;
	}	
	
}



@media (max-width: 992px) and (min-width: 768px) {
	.application-value-block_item:nth-child(2n) {
		padding-left: 40px;
	}
	.application-value-block_block {
		padding: 1.6rem 0rem 1.7rem 3.6rem;
	}
	.application-value-block_item.application-value-block_block.erp.show-tablet {
		padding: 0rem 0rem 1.7rem 2.6rem;
	}
	.application-value-block_base {
		padding-left: .5rem !important;
	}
	.application-value-block_item:not(:last-child) .application-value-block_text {
		margin-bottom: 2.2rem;
		width: 60%;
	}
	
	.application-value-block .bar-value-5 .application-value-block_base {
		width: 23%;
	}
	.application-value-block .bar-value-5 .application-value-block_progress {
		width: 43%;
	}
	.application-value-block .bar-value-2 .application-value-block_base {
		width: 36%;
	}
	.application-value-block .bar-value-2 .application-value-block_progress {
		width: 30%;
	}
	.application-value-block .bar-value-4 .application-value-block_base {
		width: 23%;
	}
	
	
}

@media (max-width: 992px) and (min-width: 400px) {
	.application-value-block {
		margin: 2.5rem;
	}
	

	

	
	
}


@media (max-width: 400px) {
	.application-value-block {
		background-color: transparent;
		margin: 0 15px;
	}
	.application-value-block_item > div {
		padding-left: 7px;
	}
	.application-value-block_item:not(:last-child) .application-value-block_text {
		margin-bottom: 2.2rem;
		width: 60%;
	}
	.application-value-block_item.application-value-block_block.erp.show-tablet {
		padding: 0rem 0rem 0rem 1rem;
	}
	.application_value_block_erp_right.second {
		padding-bottom: 1.5rem;
	}

}


/*** 10.1ci_application_value_block_erp ***/




/*** 7.1ci_erp_2_cols_block ***/
.erp-2-cols-block_maintitle {
	font-family: Rubik;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 24px;
	color: #091E42;
}

.erp_2_cols_block_right {
	float: left;
	padding-left: 20px;
	width: calc(100% - 50px);
}

img.erp_2_cols_block_img {
	float: left;
	width: 48px;
	height: 48px;
}

.erp_2_cols_block_grid {
	padding-right: 9%;
	padding-bottom: 2rem;
}

section.erp_2_cols_block .container {
	/*border-bottom: 1px solid #979797;
	padding-bottom: 3rem;*/
}

@media (max-width: 992px) and (min-width: 400px) {
	section.erp_2_cols_block .container {
		padding-bottom: 2rem;
	}
	
}


@media (max-width: 400px) {
	section.erp_2_cols_block .container {
		padding-bottom: 3rem;
	}
	section.erp_2_cols_block {
		margin: 0 15px;
	}
	.erp_2_cols_block_grid {
		padding-right: 0;
		padding-left: 0;
	}
	
}
/*** 7.1ci_erp_2_cols_block ***/



/*** 11.1ci_erp_4_cols ***/
.erp-4-col-block {
	background-color: #fff;
	padding: 2.5rem 0 0.5rem;
}

.erp-4-col-block_row {
	justify-content: center;
}

.erp-4-col-block .w-100 {
	margin-bottom: 0;
}

.erp-4-col-block_kpi {
	margin-bottom: 0rem;
	text-align: center;
}

.erp-4-col-block_icon {
	width: 48px;
	height: 48px;
	margin-bottom: 0.5rem;
}

.erp-4-col-block_text {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #091E42;
}

.block_kpi_wrap {
	width: 200px;
	margin: 0px auto;
	text-align: left;
}

@media (max-width: 770px) {
	.erp-4-col-block_kpi {
		margin-bottom: 1rem;
	}
	
}


/*** 11.1ci_erp_4_cols ***/



/*** 7.1ci_solutions_3_cols_block_w_title_left ***/
.solution-3-cols-block_item.left {
	text-align: left;
}

/*** 7.1ci_solutions_3_cols_block_w_title_left ***/


/*** follow us***/
section.newsroom__subscribe.company {
	background-image: linear-gradient( 90deg, #0064c9 0%, #158aff 70%);
}

@media (min-width: 992px) {
	section.newsroom__subscribe.company .newsroom__subscribe-social {
		padding-left: 3.5rem;
		width: 100%;
		text-align: center;
	}
}

section.newsroom__subscribe.company .newsroom__subscribe-icons {
	text-align: center;
	justify-content: center;
}
/*** follow us***/


/*** fix chatfuel & cookies ***/
.fb_dialog.fb_dialog_advanced {
    z-index: 100 !important;
}

.fb_reset>div {
    z-index: 100;
}

/*** fix chatfuel & cookies ***/


/*** NEW YEAR ***/
.site-header .navbar-brand {
    /*width: 240px;*/
}
/*** NEW YEAR ***/


/*** 11.1ci_contacts_block_w_partners ***/
.contacts_block.partners .contacts_block-title {
    padding: 2rem 3rem;
}

.contacts_block.partners .contacts_block-body {
    padding: 0.5rem 3rem 1.5rem;
    border: 1px solid #C1C7D0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top: 0;
}

.contacts_block.partners hr {
    width: calc(100% - 6rem);
    margin: 0 auto;
    background: #C1C7D0;
}

.contacts_block.partners .contacts_block-title {
    display: flex;
    align-items: center;
    padding: 2rem 3rem 1.5rem;
    border-top: 1px solid #C1C7D0;
    border-left: 1px solid #C1C7D0;
    border-right: 1px solid #C1C7D0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.contacts_block.partners span {
    display: block;
}

.contacts_block.partners .row.partners {
    padding: 1rem 0;
}

.contacts_block.partners .contacts_block-body:not(:last-child) {
    border-bottom: 0;
}

.contacts_block.partners .contacts_block-title:not(:last-child):not(:first-child){
    border-top: 0;
}


/*** 11.1ci_contacts_block_w_partners ***/




/*** 1.1ci_solution_challenges ***/

section.solution_challenges {
    background: #F4F5F7;
}

.solution_challenges img.solution_challenges_image {
    /*max-width: 445px;*/
	margin-top: 0.5rem;
	max-width: 100%;
}

.solution_challenges img.solution_challenges-block_list-img {
    margin-right: 16px;
	height: 24px;
    width: 24px;
}

.solution_challenges .solution_challenges-block_list-item {
    padding: 0.7rem 0;
	display: flex;
}

.solution_challenges .solution_challenges_text {
    padding-top: 1rem;
	color: #6C798F;
}

@media (max-width: 769px) {
	.solution_challenges .solution_challenges-block_list-item {
		padding: 0.7rem 0;
		color: #6C798F;
		font-size: 16px;
	}
	.solution_challenges img.solution_challenges_image {
		max-width: 100%;
	}

}

@media (max-width: 321px) {
	.solution_challenges-list {
		padding-top: 1rem;
		padding-bottom: 0.5rem;
	}

}

/*** 1.1ci_solution_challenges ***/



/*** 1.1ci_solution_block_right_img ***/
.solution_block_right_img .solution_block_right_img {
    background: #F4F5F7;
}

.solution_block_right_img .solution_block_right_img-block_list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url(/local/templates/1ci/i/icons/Common/check.svg) no-repeat 0 0;
}

.solution_block_right_img .solution_block_right_img-block_list-item {
	padding-left: 2.5rem;
    padding-bottom: 1.4rem;
    position: relative;
	color: #6C798F;
}

.solution_block_right_img .solution_block_right_img_text {
	color: #6C798F;
}

.solution_block_right_img img.solution_block_right_img_image {
    max-width: 100%;
}

@media (max-width: 321px) {
	
	.solution_block_right_img .solution_block_right_img-row-flex-reverse {
		flex-direction: column-reverse;
	}
	
}

section.solution_block_right_img {
    background: #F4F5F7;
}


/*** 1.1ci_solution_block_right_img ***/



/*** 2.1ci_three_cols_fix_title_and_text_underline ***/
.block-2-1ci-three-cols-fix-title-and-text-underline .three-cols-block_item {
    box-shadow: none;
    border: 1px solid #C1C7D0;
	transition: none;
	border-radius: 0;
	min-height: 232px;
}

.block-2-1ci-three-cols-fix-title-and-text-underline .three-cols-block_item:hover {
    box-shadow: 0 0.5rem 1rem 1px rgb(0 0 0 / 15%);
    box-shadow: none;
}

.block-2-1ci-three-cols-fix-title-and-text-underline .three-cols-block_titleblock {
    border-bottom: 1px solid #C1C7D0;
    padding-bottom: 1rem;
    margin-bottom: 1.4rem;

}

/*** 2.1ci_three_cols_fix_title_and_text_underline ***/





/*** 7.1ci_solutions_request_demo ***/
section.solutions__request {
    margin-top: -3rem;
}

@media (max-width: 991.98px) {
  .solutions__request {
    padding-top: 64px;
    padding-bottom: 64px;
    background-size: cover;
    background-image: url("/local/templates/1ci/i/solutions/Graphic-Request.png");
    background-position: center;
  }
}

@media (max-width: 767.98px) {
  .solutions__request {
    background-position: 100%;
  }
}

@media (min-width: 992px) {
  .solutions__request-bg {
    background-image: url("/local/templates/1ci/i/solutions/Graphic-Request.png");
    background-position: center;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.solutions__request-title {
  margin-bottom: 1.5rem;
  text-align: center;
}

.solutions__request-btn_wrapper {
  text-align: center;
  margin-bottom: 0;
}


/*** 7.1ci_solutions_request_demo ***/




/*** 2.1ci_three_cols_fix_title_and_text_img ***/

.block-2-1ci-three-cols-fix-title-and-text-img section {
	background: #F4F5F7;
}

.block-2-1ci-three-cols-fix-title-and-text-img .three-cols-block_item {
    box-shadow: none;
    border: none;
	transition: none;
	border-radius: 0;
	min-height: 232px;
}

.block-2-1ci-three-cols-fix-title-and-text-img .three-cols-block_item:hover {
    box-shadow: 0 0.5rem 1rem 1px rgb(0 0 0 / 15%);
    box-shadow: none;
}



.block-2-1ci-three-cols-fix-title-and-text-img .three-cols-block_icon {
	width: auto;
	height: auto;	
}


.block-2-1ci-three-cols-fix-title-and-text-img .three-cols-block_titleblock {
    padding: 1.5rem 1.5rem 0 1.5rem;
    background: #172B4D;
    color: #aaa;
}

.block-2-1ci-three-cols-fix-title-and-text-img .three-cols-block_textblock {
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.block-2-1ci-three-cols-fix-title-and-text-img .three-cols-block_titleblock h3 {
    color: #fff;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
}

.block-2-1ci-three-cols-fix-title-and-text-img .three-cols-block_iconblock {
    background: #172B4D;
    margin-bottom: 1.5rem;
}

.block-2-1ci-three-cols-fix-title-and-text-img .three-cols-block_iconblock img {
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: -1.5rem;
	width: 80%;
}

.block-2-1ci-three-cols-fix-title-and-text-img .three-cols-block_buttonblock {
    padding: 0 1.5rem 1.5rem 1.5rem !important;
}

.block-2-1ci-three-cols-fix-title-and-text-img .three-cols-block_item {
    padding: 0;
}
/*** 2.1ci_three_cols_fix_title_and_text_img ***/



/*** 1.1ci_solution_how_it_works ***/

.solution_how_it_works-block_item {
    background: #F4F5F7;
    border-radius: 2px;
    margin-bottom: 8px;
    padding: 1.7rem 2.7rem 1.7rem 1.7rem;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    color: #091E42;
	cursor: pointer;
}

.solution_how_it_works-block_item.active {
    background: #158AFF;
    color: #FFFFFF;
    background-image: url(/local/templates/1ci/i/icons/Vector.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.solution_how_it_works_text {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6C798F;
	display: none;
}

.bx-core .solution_how_it_works_text {
	display: block;
}

.landing-public-mode .solution_how_it_works_text {
	display: none;
}

.landing-public-mode .solution_how_it_works_text.active {
	display: block;
}
@media (min-width: 768px) {
	.solution_how_it_works-list .solution_how_it_works_text {
		display: none !important;
	}
	.solution_how_it_works-row-flex-reverse .text-left {
		display: block !important;
	}
	
}
@media (max-width: 768px) {

	.solution_how_it_works-row-flex-reverse .text-left {
		display: none;
	}
}

/*** 1.1ci_solution_how_it_works ***/




/*** 9.1ci_platform ***/
.partner_platform_text {
	margin-bottom: 0.6rem;
}
.three-cols-block.three-cols-block_buttonblock.partner_platform {
    position: relative;
    display: block;
    padding: 0px 0px;
	margin-top: 2rem;
}

/*** 9.1ci_platform ***/




/*** 9.1ci_academy ***/
.partners_academy_text {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    color: #6C798F;
}

.partners_academy-block_list-item span {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    /* identical to box height, or 114% */
    color: #091E42;
}

.partners_academy-block_list-item {
    margin-bottom: 1.5rem;
	display: flex;
}

.partners_academy-block_list-item img {
    margin-right: 1rem;
}

.three-cols-block.three-cols-block_buttonblock.partners_academy {
    position: relative;
    display: block;
    padding: 0px 0px;
}
.partners_academy img.partners_academy_image {
	max-width: 100%;
}

@media (max-width: 768px) {
	.partners_academy img.partners_academy_image {
		max-width: 100%;
		margin-bottom: 2rem;
	}
	.partners_academy .row {
		flex-direction: column-reverse;
	}
}
/*** 9.1ci_academy ***/



/*** 2.1ci_core_products ***/

ul.core_products {
	margin-block-start: 1em;
    padding-inline-start: 20px;	
}

ul.core_products li {
    list-style: url('/local/templates/1ci/i/icons/icon-list.svg');
}

.core_products_wrap .three-cols-block_item {
    min-height: auto;
}

.core_products_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.core_products_1 {
    grid-area: 1 / 1 / 3 / 2;
}

.core_products_2 {
    grid-area: 1 / 2 / 2 / 4;
}

.core_products_3 {
    grid-area: 2 / 2 / 3 / 4;
}



section.core_products_section {
    background: #F4F5F7;
}

@media (max-width: 768px) {
    .core_products_wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .core_products_1 {
        grid-area: 1 / 1 / 3 / 2;
    }

    .core_products_2 {
        grid-area: 1 / 2 / 2 / 4;
    }

    .core_products_3 {
        grid-area: 2 / 2 / 3 / 4;
    }
}


@media (max-width: 321px) {
    .core_products_wrap {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .core_products_1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .core_products_2 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .core_products_3 {
        grid-area: 3 / 1 / 4 / 2;
    }
}



/*** 2.1ci_core_products ***/



/*** customers stories ***/
.landing-card .cu__card-info-wrapper {
  width: 30%;
}

.cu__new_buttonblock {
  margin: 0 auto;
}

.cu__new_buttonblock [class*="_button"],
.cu__new_buttonblock [class*="_btn"] {
  font-weight: 600;
  padding: 0;
}

.cu__new_buttonblock [role="button"] + .button-icon {
  padding-left: 0;
  margin-left: -3px;
  margin-top: 2px;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .cu__new_buttonblock [role="button"] + .button-icon {
    transition: none;
  }
}

.cu__new_buttonblock [role="button"] + .button-icon.plus {
  transform: translateX(3px);
}

.cu__new_buttonblock [role="button"] + .button-icon .arrow,
.cu__new_buttonblock [role="button"] + .button-icon .http,
.cu__new_buttonblock [role="button"] + .button-icon .plus {
  fill: #158aff;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .cu__new_buttonblock [role="button"] + .button-icon .arrow,
  .cu__new_buttonblock [role="button"] + .button-icon .http,
  .cu__new_buttonblock [role="button"] + .button-icon .plus {
    transition: none;
  }
}

.cu__new_buttonblock [role="button"]:hover + .button-icon {
  transform: translateX(3px);
}

.cu__new_buttonblock [role="button"]:hover + .button-icon .arrow,
.cu__new_buttonblock [role="button"]:hover + .button-icon .http,
.cu__new_buttonblock [role="button"]:hover + .button-icon .plus {
  fill: #0064c8;
}

.cu__new_buttonblock [role="button"]:hover + .browser-link {
  transform: none;
}

.cu__new .cu__card {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 0.25rem;
  margin-bottom: 2rem;
}

.cu__new .cu__card-info {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.cu__new .cu__card-info-wrapper {
  display: flex;
  flex-direction: column;
}

.cu__new .cu__card-info p {
  margin-bottom: 0;
}

.cu__new .cu__card-info .description {
  color: #6c798f;
  margin-right: 0.5rem;
}

.cu__new .cu__card-image {
  margin: 1rem 0 2rem;
}

.cu__new .cu__card-image img {
  height: 176px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cu__new .cu__card_buttonblock [class*="_button"],
.cu__new .cu__card_buttonblock [class*="_btn"] {
  font-weight: 600;
  padding: 0;
}

.cu__new .cu__card_buttonblock [role="button"] + .button-icon {
  padding-left: 0;
  margin-left: -3px;
  margin-top: 2px;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .cu__new .cu__card_buttonblock [role="button"] + .button-icon {
    transition: none;
  }
}

.cu__new .cu__card_buttonblock [role="button"] + .button-icon.plus {
  transform: translateX(3px);
}

.cu__new .cu__card_buttonblock [role="button"] + .button-icon .arrow,
.cu__new .cu__card_buttonblock [role="button"] + .button-icon .http,
.cu__new .cu__card_buttonblock [role="button"] + .button-icon .plus {
  fill: #158aff;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .cu__new .cu__card_buttonblock [role="button"] + .button-icon .arrow,
  .cu__new .cu__card_buttonblock [role="button"] + .button-icon .http,
  .cu__new .cu__card_buttonblock [role="button"] + .button-icon .plus {
    transition: none;
  }
}

.cu__new .cu__card_buttonblock [role="button"]:hover + .button-icon {
  transform: translateX(3px);
}

.cu__new .cu__card_buttonblock [role="button"]:hover + .button-icon .arrow,
.cu__new .cu__card_buttonblock [role="button"]:hover + .button-icon .http,
.cu__new .cu__card_buttonblock [role="button"]:hover + .button-icon .plus {
  fill: #0064c8;
}

.cu__new .cu__card_buttonblock [role="button"]:hover + .browser-link {
  transform: none;
}

.cu__new-slider .cu__new_buttonblock {
  margin-top: 72px;
}

.cu__new-slider .cu__card {
  margin-bottom: 0;
}

.cu__new-slider .owl-nav button.owl-prev, .cu__new-slider .owl-nav button.owl-next {
  background-color: #8993a4;
}
.block-17-1ci-customer-stories-new-slider-grey .cu__new-slider .owl-nav button.owl-prev, .block-17-1ci-customer-stories-new-slider-grey .cu__new-slider .owl-nav button.owl-next {
  background-color: unset;
}

.cu__new-slider .owl-nav button.owl-prev {
  left: -65px;
}

.cu__new-slider .owl-nav button.owl-next {
  right: -65px;
}

.cu__new-slider .owl-carousel .owl-dots {
  bottom: -48px;
}


/***/
.cu__new .cu__card {
  background-color: #F4F5F7;
  padding: 1.5rem;
  border-radius: 0.25rem;
  margin-bottom: 2rem;
}

.cu__new .cu__card-info {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.cu__new .cu__card-info-wrapper {
  display: flex;
  flex-direction: column;
}

.cu__new .cu__card-info p {
  margin-bottom: 0;
}

.cu__new .cu__card-info .description {
  color: #6c798f;
  margin-right: 0.5rem;
}

.cu__new .cu__card-image {
  margin: 1rem 0 2rem;
}

.cu__new .cu__card-image img {
  height: 176px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cu__new .cu__card_buttonblock [class*="_button"],
.cu__new .cu__card_buttonblock [class*="_btn"] {
  font-weight: 600;
  padding: 0;
}

.cu__new .cu__card_buttonblock [role="button"] + .button-icon {
  padding-left: 0;
  margin-left: -3px;
  margin-top: 2px;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .cu__new .cu__card_buttonblock [role="button"] + .button-icon {
    transition: none;
  }
}

.cu__new .cu__card_buttonblock [role="button"] + .button-icon.plus {
  transform: translateX(3px);
}

.cu__new .cu__card_buttonblock [role="button"] + .button-icon .arrow,
.cu__new .cu__card_buttonblock [role="button"] + .button-icon .http,
.cu__new .cu__card_buttonblock [role="button"] + .button-icon .plus {
  fill: #158aff;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .cu__new .cu__card_buttonblock [role="button"] + .button-icon .arrow,
  .cu__new .cu__card_buttonblock [role="button"] + .button-icon .http,
  .cu__new .cu__card_buttonblock [role="button"] + .button-icon .plus {
    transition: none;
  }
}

.cu__new .cu__card_buttonblock [role="button"]:hover + .button-icon {
  transform: translateX(3px);
}

.cu__new .cu__card_buttonblock [role="button"]:hover + .button-icon .arrow,
.cu__new .cu__card_buttonblock [role="button"]:hover + .button-icon .http,
.cu__new .cu__card_buttonblock [role="button"]:hover + .button-icon .plus {
  fill: #0064c8;
}

.cu__new .cu__card_buttonblock [role="button"]:hover + .browser-link {
  transform: none;
}

@media (min-width: 768px) {
  .cu__sticky {
    margin-top: 4rem;
  }
}

.cu__sticky-form {
  position: relative;
  background-color: #158aff;
  padding: 2rem 0;
}

@media screen and (max-width: 576px) {
  .cu__sticky-form::before, .cu__sticky-form::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 15px;
    background-color: #158aff;
  }
  .cu__sticky-form::before {
    left: -15px;
    top: 0;
  }
  .cu__sticky-form::after {
    right: -15px;
    top: 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .cu__sticky-form {
    padding: 2rem;
    border-radius: 2px;
    margin-top: 3rem;
  }
}

@media (min-width: 768px) {
  .cu__sticky-form {
    padding: 2rem;
    max-width: 320px;
    border-radius: 2px;
    position: sticky;
    z-index: 1;
    top: 2rem;
  }
}

.cu__sticky-form .btn {
  display: block;
  margin: 2rem auto 0;
  width: -moz-max-content;
  width: max-content;
}

.cu__sticky-form .form_item {
  color: #fff;
}

.cu__sticky-form .form_item:not(:first-child) {
  border-top: 1px solid #fff;
  margin-top: 1rem;
  padding-top: 1rem;
}

.cu__sticky-form .form_item-title {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.cu__sticky-form .form_item.item__link div {
  display: flex;
  align-items: center;
}

.cu__sticky-form .form_item.item__link img {
  margin-left: 4px;
  width: 12px;
  height: 12px;
}

.cu__sticky-form .form_item.item__link a {
  display: block;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

.cu__sticky-text {
  color: #6c798f;
}

@media (max-width: 767.98px) {
  .cu__sticky-logo {
    margin-top: 72px;
  }
}

.cu__sticky-logo_image {
  margin-bottom: 2rem;
}

.cu__sticky-challenges {
  margin-top: 4rem;
}

.cu__sticky-challenges .title, .cu__sticky_result .title {
  text-align: center;
  margin-bottom: 2rem;
}

.cu__sticky-challenges .description, .cu__sticky_result .description {
  font-size: 1.3125rem;
}

.cu__sticky-challenges .list__item, .cu__sticky_result .list__item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.cu__sticky-challenges .list__item-text, .cu__sticky_result .list__item-text {
  color: #6c798f;
  margin-bottom: 0;
}

.cu__sticky-challenges .list__item-image, .cu__sticky_result .list__item-image {
  height: 24px;
  width: 24px;
  margin-right: 1rem;
}

.cu__sticky_result {
  background-color: #f4f5f7;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.cu__sticky_result::before, .cu__sticky_result::after {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #f4f5f7;
  width: 150px;
}

.cu__sticky_result::before {
  left: -150px;
  top: 0;
}

.cu__sticky_result::after {
  right: -150px;
  top: 0;
}

@media (min-width: 768px) {
  .cu__sticky_result::before, .cu__sticky_result::after {
    width: 100vw;
  }
  .cu__sticky_result::before {
    left: 100%;
  }
  .cu__sticky_result::after {
    right: 100%;
  }
}

.cu__sticky_result .keys {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
  background-color: #fff;
  border-radius: 2px;
  margin-top: 3rem;
  gap: 0 24px;
}

@media (max-width: 767.98px) {
  .cu__sticky_result .keys::before, .cu__sticky_result .keys::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 150px;
    background-color: #fff;
    top: 0;
    z-index: 1;
  }
  .cu__sticky_result .keys::before {
    left: -150px;
  }
  .cu__sticky_result .keys::after {
    right: -150px;
  }
}

@media (min-width: 768px) {
  .cu__sticky_result .keys {
    gap: 16px 24px;
    padding: 2rem 2.5rem;
  }
}

.cu__sticky_result .keys .key {
  position: relative;
  width: calc(50% - 20px);
}

.cu__sticky_result .keys .key:not(:last-child) {
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .cu__sticky_result .keys .key {
    width: calc(20% - 20px);
    margin-bottom: 0;
  }
}

.cu__sticky_result .keys .key-text {
  font-size: 0.875rem;
  line-height: 16px;
  margin-bottom: 0;
}

.cu__sticky_result .keys .key-image {
  position: absolute;
  top: -47px;
  left: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 32px;
  color: #158aff;
}

.cu__sticky-gray {
  margin-top: 3rem;
  padding: 2.5rem;
  background-color: #f4f5f7;
  border-radius: 2px;
}

.cu__sticky .cu__sticky-product_description,
.cu__sticky .cu__sticky-partner_description,
.cu__sticky .cu__sticky-quote_description {
  margin-bottom: 0.5rem;
  color: #8993a4;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 16px;
}

.cu__sticky-partner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.cu__sticky-partner_title {
  margin-bottom: 0;
  line-height: 24px;
}

.cu__sticky-partner_image {
  max-height: 48px;
}

.cu__sticky-product {
  margin-top: 2.5rem;
}

.cu__sticky-product_title {
  margin-bottom: 0;
  line-height: 24px;
}

.cu__sticky-product_image {
  margin-right: 1rem;
  height: 40px;
  width: 40px;
}

.cu__sticky_buttonblock [class*="_button"],
.cu__sticky_buttonblock [class*="_btn"] {
  font-weight: 600;
  padding: 0;
}

.cu__sticky_buttonblock [role="button"] + .button-icon {
  padding-left: 0;
  margin-left: -3px;
  margin-top: 2px;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .cu__sticky_buttonblock [role="button"] + .button-icon {
    transition: none;
  }
}

.cu__sticky_buttonblock [role="button"] + .button-icon.plus {
  transform: translateX(3px);
}

.cu__sticky_buttonblock [role="button"] + .button-icon .arrow,
.cu__sticky_buttonblock [role="button"] + .button-icon .http,
.cu__sticky_buttonblock [role="button"] + .button-icon .plus {
  fill: #158aff;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .cu__sticky_buttonblock [role="button"] + .button-icon .arrow,
  .cu__sticky_buttonblock [role="button"] + .button-icon .http,
  .cu__sticky_buttonblock [role="button"] + .button-icon .plus {
    transition: none;
  }
}

.cu__sticky_buttonblock [role="button"]:hover + .button-icon {
  transform: translateX(3px);
}

.cu__sticky_buttonblock [role="button"]:hover + .button-icon .arrow,
.cu__sticky_buttonblock [role="button"]:hover + .button-icon .http,
.cu__sticky_buttonblock [role="button"]:hover + .button-icon .plus {
  fill: #0064c8;
}

.cu__sticky_buttonblock [role="button"]:hover + .browser-link {
  transform: none;
}

.cu__sticky-badges {
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.cu__sticky-badges_wrapper {
  gap: 24px;
}

@media (min-width: 768px) {
  .cu__sticky-badges_wrapper {
    gap: 40px 24px;
  }
}

.cu__sticky-badge {
  width: calc(50% - 20px);
}

@media (min-width: 768px) {
  .cu__sticky-badge {
    width: calc(20% - 20px);
  }
}

.cu__sticky-badge_icon {
  width: 24px;
  height: 24px;
  margin-bottom: 1.5rem;
}

.cu__sticky-badge_text {
  margin-bottom: 0;
}

.cu__sticky-quote {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.cu__sticky-quote_image {
  width: 60px;
  height: 56px;
  margin-bottom: 1.5rem;
}

.cu__sticky-quote_text {
  display: block;
  color: #158aff;
  font-size: 1.375rem;
  line-height: 32px;
  position: relative;
  margin-bottom: 2rem;
}

.cu__sticky-quote_text::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: currentColor;
}

.cu__sticky-quote_author .author__name {
  line-height: 24px;
  margin-bottom: 0;
}

.cu__sticky-quote_author .author__job {
  font-family: "Rubik", sans-serif;
  font-style: italic;
  font-size: 0.75rem;
  line-height: 16px;
}



/*** customers stories ***/



/*** 9.1ci_key_benefits ***/
.key_benefits .video-w-bg-block_image {
    max-width: 443px;
}

.key_benefits .card-wrapper.js-popup-video-wrapper {
    padding-left: 2.5rem;
    padding-top: 1rem;
}

.key_benefits .video-w-bg-block_card--wrapper {
    padding: 0.8rem 0;
}
/*** 9.1ci_key_benefits ***/



/*** 7.1ci_partners_2_cols_block ***/
.partners_2_cols_block .erp_2_cols_block_grid {
    padding-right: 2%;
    padding-bottom: 2rem;
}
/*** 7.1ci_partners_2_cols_block ***/


/*** 3.1ci_main_title_narrow ***/
h2.header-w-description_header.narrow {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	color: #091E42;
}
/*** 3.1ci_main_title_narrow ***/



/*** 7.1ci_cpm_4_cols_block ***/
.block-7-1ci-cpm-4-cols-block .cpm_4_cols_block_grid img {
    float: left;
}

.block-7-1ci-cpm-4-cols-block .cpm_4_cols_block_right {
    float: right;
    padding-left: 1.25rem;
    width: calc(100% - 50px);
}

.block-7-1ci-cpm-4-cols-block .cpm_4_cols-block_maintitle {
    margin-bottom: 0px;
}

.block-7-1ci-cpm-4-cols-block .cpm_4_cols-block_maintitle {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 37px;
    color: #091E42;
}

.block-7-1ci-cpm-4-cols-block .cpm_4_cols_block_link {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #7A869A;
}

.block-7-1ci-cpm-4-cols-block section.cpm_4_cols_block .container {
    max-width: 1030px;
}


@media screen and (max-width: 426px) {
	.block-7-1ci-cpm-4-cols-block section.cpm_4_cols_block .container {
	    max-width: 300px;
	}
}

@media screen and (max-width: 576px) {

	.block-7-1ci-cpm-4-cols-block .cpm_4_cols_block_grid {
		padding-bottom: 2rem;
	}
}

@media screen and (min-width: 577px) and (max-width: 1023px) {

	.block-7-1ci-cpm-4-cols-block .cpm_4_cols_block_grid {
		padding-bottom: 1rem;
	}
	.block-7-1ci-cpm-4-cols-block section.cpm_4_cols_block .container {
	    max-width: 650px;
	}
}
/*** 7.1ci_cpm_4_cols_block ***/




/*** 1.1ci_main_banner_index_breadcrumbs_cpm ***/
sup.supertext {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFDD2D;
    vertical-align: super;
}
/*** 1.1ci_main_banner_index_breadcrumbs_cpm ***/


/*** 12.1ci_comment_slider_new_wo_picture ***/
.slide_author.wo_picture {
    justify-content: center !important;
}
/*** 12.1ci_comment_slider_new_wo_picture ***/


/*** 1.1ci_main_banner_index_breadcrumbs_svg ***/
section.main-banner.main-banner-grey.main-banner-svg {
    position: relative;
}

lottie-player {
    position: absolute;
}

/*** 1.1ci_main_banner_index_breadcrumbs_svg ***/



/*** newsroom__subscribe-form ***/
.newsroom__subscribe-form .grid__input:first-child {grid-area: 1 / 1 / 2 / 3 !important;}
.newsroom__subscribe-form .grid__input:nth-child(2n) { grid-area: 2 / 1 / 3 / 2 !important
; }
.newsroom__subscribe-form .grid__form .grid__button { grid-area: 2 / 2 / 3 / 3; }
.newsroom__subscribe-form .grid__form .grid__checkbox-0 { grid-area: 3 / 1 / 4 / 3; }
.newsroom__subscribe-form .grid__form .grid__checkbox-1 { grid-area: 4 / 1 / 5 / 3; }
/*** newsroom__subscribe-form ***/


/*** 1.1ci_main_banner_index_breadcrumbs_svg ***/
#animation_container {
    position: absolute;
    margin: auto;
    left: auto;
    right: 0;
    bottom: 0px;
}

.banner_svg_description {
    font-size: 1.375rem;
    font-weight: 400;
    color: #091e42;
    margin-bottom: 0;
}

@media (max-width: 768px) {
	.banner_svg_description {
		font-size: 1rem;
	}
	section.banner-svg {
		padding-bottom: 3rem;
	}
}

@media (max-width: 440px) {
	/*
	section.banner-svg {
			background: url(/local/templates/1ci/i/banners/1Ci-Main-Page-Visual-Mobile-2.png) !important;
			background-size: cover !important;
			background-position: 100% 100% !important;
	}
	div#animation_container {
		display: none;
	}
	*/
	
	.block-1-1ci-main-banner-index-breadcrumbs-svg .main-banner_breadcrumb {
		min-height: 0px !important;
	}
	
	.banner_svg_description {
		font-size: 1.5rem;
		font-weight: 300 !important;
		margin: 1rem 0;
	}
	
}


section.banner-svg {
    background: linear-gradient(to right, #f19c09, #f5a718, #f8b224, #fcbd2f, #ffc83a);
    position: relative;
	overflow: hidden;
}

.banner-svg .breadcrumb-item {
	font-size: 0.9375rem;
	padding-right: 0.5rem;
	color: #091e42;
}

.banner-svg .breadcrumb-item a {
	color: #091e42;
	position: relative;
	font-weight: 600;
}

.banner-svg .breadcrumb-item a::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	opacity: 0;
	transition: opacity .2s;
}

.banner-svg .breadcrumb-item a:hover::before {
	opacity: 1;
}

.banner-svg .breadcrumb-item:not(:last-child)::after {
	display: inline-block;
	padding-left: 0.4rem;
	color: #091e42;
	content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIzcHgiIGhlaWdodD0iNnB4IiB2aWV3Qm94PSIwIDAgMyA2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0i4oC6IiBmaWxsPSIjMDkxRTQyIiBmaWxsLXJ1bGU9Im5vbnplcm8iPiAgICAgICAgICAgIDxwb2x5Z29uIHBvaW50cz0iMC42MTA0NjUxMTYgNiAwIDUuNTQ4Mzg3MSAyLjA1ODEzOTUzIDMgMCAwLjQ4Mzg3MDk2OCAwLjYxMDQ2NTExNiAwIDMgMi41IDMgMy41Ij48L3BvbHlnb24+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=");
}

.banner-svg .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.banner-svg .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.banner-svg .breadcrumb-item.active {
  color: #091e42;
}

.banner-svg {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  background-position: center 0%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

@media (min-width: 576px) {
  .banner-svg::after {
    height: 40px;
  }
}

@media (min-width: 992px) {
  .banner-svg {
    min-height: 360px;
    margin-bottom: 0rem;
  }
  .banner-svg::after {
    content: none;
  }
}

@media (min-width: 1200px) {
  .banner-svg {
    min-height: 408px;
  }
}

.block-1-1ci-main-banner-index-breadcrumbs-svg .main-banner_title {
	font-weight: 600;
	margin-top: 3rem;
    margin-bottom: 0.8rem;
}

.block-1-1ci-main-banner-index-breadcrumbs-svg .banner_svg_description {
    line-height: 2rem;
	font-weight: 500;
}

.block-1-1ci-main-banner-index-breadcrumbs-svg .main-banner_breadcrumb {
    min-height: 52px;
}
/*** 1.1ci_main_banner_index_breadcrumbs_svg ***/


/*** reCaptcha ***/
.rc-anchor.rc-anchor-invisible {
    visibility: hidden;
}
.grecaptcha-badge {
    visibility: hidden;
}
/*** reCaptcha ***/


/*** 1.1ci_solution_main_banner_svg ***/
@media (min-width: 400px) {
	section.solution-main-banner.svg {
		background-image: url(/local/templates/1ci/i/partners/1Ci-Partner-Visual.svg), url(/local/templates/1ci/i/partners/1Ci-Partner-Visual-BG.svg) !important;
		background-position: 100% 100%;
		background-repeat: no-repeat;
	}
}

@media (max-width: 400px) {
	section.solution-main-banner.svg {
		background-image: url(/local/templates/1ci/i/partners/1Ci-Partner-Visual-Mobile.svg) !important;
		background-position: 100% 100%;
		background-repeat: no-repeat;
	}
}

.solution-main-banner.svg .breadcrumb-item, section.solution-main-banner.svg .breadcrumb-item a {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #0D143F;
}


.solution-main-banner.svg .breadcrumb-item:not(:last-child)::after {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #0D143F;
	content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIzcHgiIGhlaWdodD0iNnB4IiB2aWV3Qm94PSIwIDAgMyA2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0i4oC6IiBmaWxsPSIjMDkxRTQyIiBmaWxsLXJ1bGU9Im5vbnplcm8iPiAgICAgICAgICAgIDxwb2x5Z29uIHBvaW50cz0iMC42MTA0NjUxMTYgNiAwIDUuNTQ4Mzg3MSAyLjA1ODEzOTUzIDMgMCAwLjQ4Mzg3MDk2OCAwLjYxMDQ2NTExNiAwIDMgMi41IDMgMy41Ij48L3BvbHlnb24+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=");
}

.solution-main-banner.svg .solution-main-banner_column-row {
    justify-content: start;
	color: #0D143F;
}

.solution-main-banner.svg .solution-main-banner_title {
    text-align: left;
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 40px;
	color: #091E42;
}

.solution-main-banner.svg .solution-main-banner_subtitle {
    text-align: left;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	color: #0D143F;
}

/*** 1.1ci_solution_main_banner_svg ***/


/*** 11.1ci_customer_info ***/
section.customer_info > .container .row {
    background-color: #158aff;
    padding: 2.5rem;
	border-radius: 4px;
	margin: 0px 0px;
}

section.customer_info p.customer_info_text {
    color: #FFF;
    font-size: 12px;
    font-family: Rubik;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

p.customer_info_text:nth-child(2) {
    text-transform: capitalize !important;
}

section.customer_info .customer_info_link {
    color: #FFF !important;
    font-size: 16px;
    font-family: Source Sans Pro;
    line-height: 24px;
}

section.customer_info a.customer_info_link {
    text-decoration-line: underline !important;
}

section.customer_info .customer_info_block {
    border-bottom: 1px solid #fff;
    padding: 0px 0px !important;
    margin: 0px 16px;
}

section.customer_info p.customer_info_text:nth-child(2) {
    color: #FFF;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 576px) {
	section.customer_info .customer_info_block {
		border-bottom: 1px solid #fff;
		padding: 13px 0px !important;
		margin: 10px 10px;
	}
    section.customer_info > .container {
        background-color: #158aff;
        padding: 2.5rem 2rem;
    }
    section.customer_info p.customer_info_text {
        margin-bottom: 0.5rem !important;
    }
}

section.customer_info .customer_info_block a {
    color: #FFF;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    text-decoration-line: underline;
}

section.customer_info .customer_info_block a:after {
    content: "";
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
    width: 24px;
    height: 24px;
    background: url(/local/templates/1ci/i/icons/external-link-white.svg) no-repeat 0 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


/*** 11.1ci_customer_info ***/





/*** 7.1ci_solutions_5_cols_block ***/

.solution-5-cols-block > .container > .row {
    margin: 0px 0px;
    /*justify-content: space-between;*/
}

.solution-5-cols-block .solution-4-cols-block_img {
    width: 24px;
    height: 24px;
    margin-bottom: 1.5rem;
    margin-right: 0.5rem;
}

.solution-5-cols-block h3.solution-5-cols-block-block_header {
    color: #000;
    font-family: Rubik;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 0.7rem;
}

.solution-5-cols-block p.solution-5-cols-block-block_description {
    color: #6C798F;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 0.8rem;
}

.solution-5-cols-block .solution-4-cols-block_item {
    min-width: 160px;
    margin-right: 60px;
}

@media (min-width: 1000px) {
	.solution-5-cols-block .solution-4-cols-block_item {
		max-width: 160px;
	}
}

@media (max-width: 500px) {
	.solution-5-cols-block > .container > .row {
		margin: 0px;
	}
}

/*** 7.1ci_solutions_5_cols_block ***/


/*** 15.1ci_partner_product ***/

section.partner_product p.partner_product_subtitle {
    color: #8993A4;
    font-size: 12px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

section.partner_product .partner_product-top.left img {
    position: absolute;
    right: 20px;
    top: 0px;
	/*max-width: 88px;*/
	max-height: 60px;
}

section.partner_product h4.h4.newsroom__about-title.left-title {
    color: #000;
    /* Header/H5 */
    font-size: 21px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

section.partner_product h4.h4.newsroom__about-title.right-title {
	color: #000;
    font-size: 21px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    display: inline-block;
    padding-left: 16px;
}

section.partner_product p.partner_product-text.right-desc {
    color: #6C798F;
    font-size: 16px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

section.partner_product img.product-icon {
    display: inline;
	width: 40px;
	height: 40px;
}

section.partner_product p.partner_product-text.left-desc {
    color: #6C798F;
}
/*** 15.1ci_partner_product ***

/*** 9.1ci_customer_stories_checklist ***/

section.customer_stories_checklist {
    background: #fff;
}
section.customer_stories_checklist h4.video_block_popup_checklist_title {
    font-size: 21px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

section.customer_stories_checklist p {
    color: #6C798F;
    font-size: 16px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/*** 9.1ci_customer_stories_checklist ***/


/*** 9.1ci_customer_success ***/
section.customer_success p.customer_success_subtitle {
    color: #8993A4;
    font-size: 12px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

section.customer_success p.customer_success_text {
    color: #158AFF;
    /* Description */
    font-size: 22px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
	padding-bottom: 1rem;
}

section.customer_success p.customer_success_name {
    color: #091E42;
    /* Body/General-Semibold */
    font-size: 16px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 0px;
    margin: 0px;
}

section.customer_success p.customer_success_position {
    color: #091E42;
    font-size: 12px;
    font-family: Rubik;
    font-style: italic;
    font-weight: 400;
    line-height: 16px;
}

section.customer_success p.customer_success_name:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 15px;
    width: 40px;
    height: 1px;
    background: #158AFF;
    background-repeat: no-repeat;
}

section.customer_success p.customer_success_subtitle:before {
    content: "";
    position: absolute;
    top: -80px;
    left: 15px;
    width: 59px;
    height: 56px;
    background-image: url(/local/templates/1ci/i/icons/quotes-big-blue.svg);
    background-repeat: no-repeat;
}

/*** 9.1ci_customer_success ***/


/*** 9.1ci_customer_stories_checklist_one_col ***/
section.customer_stories_checklist.customer_stories_checklist-one-col {
	background: #f4f5f7;
}

/*** 9.1ci_customer_stories_checklist_one_col ***/


/*** 9.1ci_customer_stories_key_numbers ***/
section.key_numbers {
    background: #f4f5f7;
}

section.key_numbers h4.video_block_popup_checklist_title {
    color: #000;
    /* Header/H5 */
    font-size: 21px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

section.key_numbers p.customer_stories_checklist_desc {
    color: #6C798F;
    /* Body/General */
    font-size: 16px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

section.key_numbers .key_numbers-wrapper {
    flex-shrink: 0;
    border-radius: 2px;
    background: #FFF;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 90px;
    padding: 40px;
    margin-top: 40px;
}

@media (max-width: 768px) {
	section.key_numbers .key_numbers-wrapper {
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(2, 1fr);
	}
}

@media (max-width: 475px) {
	section.key_numbers .key_numbers-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
	}
}

section.key_numbers .key_numbers-percent {
    color: #158AFF;
    font-size: 30px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
}

section.key_numbers .key_numbers-desc {
    color: #091E42;
    /* Body/Small */
    font-size: 14px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

section.key_numbers .key_numbers-card {
    margin-top: -60px;
    padding-right: 30px;
}


/*** 9.1ci_customer_stories_key_numbers ***/


/*** 1.1ci_main_banner_index_breadcrumbs_cs ***/
section.main-banner.main-banner-grey.cs p.event-banner_subtitle {
    color: #8993A4;
    font-size: 12px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

section.main-banner.main-banner-grey.cs .main-banner_title {
    margin-top: 1rem;
	color: #091E42;
	font-size: 40px;
	font-family: Rubik;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
}

/*** 1.1ci_main_banner_index_breadcrumbs_cs ***/


/*** download_block ***/
.download_block li {
    text-align: center;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.375rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
	list-style: none;
	text-align: left;
    padding-left: 50px;
	position: relative;
}

.download_block li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 24px;
    height: 24px;
    background: url(/local/templates/1ci/i/icons/Common/check.svg) no-repeat 0 0;
}
/*** download_block ***/

/*** main-banner-2024 ***/
.main-banner-2024 {
    background: url(/local/templates/1ci/i/banners/1Сi-New-Year-2024-BG.svg);
    background-position: center;
    background-size: cover;
}

.main-banner-2024 .main-banner_title {
    color: #fff;
}

.main-banner-2024 .main-banner_description {
	color: #ffffffb5;
}
/*** main-banner-2024 ***/


section.main-banner.main-banner-grey.cs {
    margin-bottom: 7rem;
}

section.customer_stories_checklist.customer_stories_checklist-one-col.white {
    background: #ffffff;
}


/*** block-17-1ci-customer-stories-new-slider ***/
.block-17-1ci-customer-stories-new-slider .owl-nav,
.block-17-1ci-customer-stories-new-slider-grey .owl-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.block-17-1ci-customer-stories-new-slider .owl-nav .owl-prev, .owl-nav .owl-next,
.block-17-1ci-customer-stories-new-slider-grey .owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.block-17-1ci-customer-stories-new-slider .owl-nav .owl-prev i, .owl-nav .owl-next i,
.block-17-1ci-customer-stories-new-slider-grey .owl-nav .owl-prev i, .owl-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.block-17-1ci-customer-stories-new-slider .owl-nav .owl-prev,
.block-17-1ci-customer-stories-new-slider-grey .owl-nav .owl-prev {
  left: 0;
}
.block-17-1ci-customer-stories-new-slider .owl-nav .owl-next,
.block-17-1ci-customer-stories-new-slider-grey .owl-nav .owl-next {
  right: 0;
}

.block-17-1ci-customer-stories-new-slider .owl-theme .owl-nav [class*=owl-] img {
    background: #a5a5a5;
    color: #ffffff00;
    text-decoration: none;
}

.block-17-1ci-customer-stories-new-slider .owl-theme .owl-nav [class*=owl-]:hover img,
.block-17-1ci-customer-stories-new-slider-grey .owl-theme .owl-nav [class*=owl-]:hover img {
    background: #e5e5e5;
    color: #ffffff00;
    text-decoration: none;
}

.block-17-1ci-customer-stories-new-slider .owl-theme .owl-nav [class*=owl-]:hover,
.block-17-1ci-customer-stories-new-slider-grey .owl-theme .owl-nav [class*=owl-]:hover {
    background: #ffffff00;
    color: #FFF;
    text-decoration: none;
}

.block-17-1ci-customer-stories-new-slider .cu__new-slider .owl-nav button.owl-prev, .cu__new-slider .owl-nav button.owl-next {
    background-color: #ffffff00;
}
.block-17-1ci-customer-stories-new-slider .owl-theme .owl-nav [class*=owl-],
.block-17-1ci-customer-stories-new-slider-grey .owl-theme .owl-nav [class*=owl-] {
    border-radius: 50%;
    width: 38px;
    height: 38px;
}

.block-17-1ci-customer-stories-new-slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span,
.block-17-1ci-customer-stories-new-slider-grey .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #158aff;
}

.cu__new .cu__card {
	background-color: #ffffff;
}

.block-17-1ci-customer-stories-new-slider-grey .cu__new .cu__card {
	background-color: #f4f5f7;
}
/*** block-17-1ci-customer-stories-new-slider ***/

.partners-logos.align-center .row {
	display: flex;
    justify-content: center;
}

.testimonial-slider .owl-carousel .owl-nav .owl-prev, .comments-slider .owl-carousel .owl-nav .owl-prev, .newsroom__slider .owl-carousel .owl-nav .owl-prev, .career__slider .owl-carousel .owl-nav .owl-prev {
    transform: translateY(-50%) scale(1, 1);
    left: -10px;
}

.newsroom__contact.whatsapp .newsroom__contact-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

a.newsroom__contact-link-whatsapp {
    color: #fff;
    background-color: #33CC33;
    border-radius: 4px;
    padding: 10px 40px 10px 53px;
    background-image: url(/local/templates/1ci/i/icons/whatsapp.svg);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    font-size: 16px;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a.newsroom__contact-link-whatsapp:hover {
    background-color: #2db22d;
}

a.newsroom__contact-link-whatsapp:active {
    background-color: #38d438;
}

.form-control, .inputtext, .inputselect {
	height: calc(2rem + 8px) !important;
}

textarea.form-control {
	height: auto !important;
}



@media (max-width: 500px) {
	.block-17-1ci-customer-stories-new-slider .owl-nav {
		display: none;
	}
	.block-2-1ci-core-products .core_products_wrap {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		grid-template-rows: auto 1fr;
	}
	.block-2-1ci-core-products .core_products_1 { grid-area: 1 / 1 / 2 / 2; }
	.block-2-1ci-core-products .core_products_2 { grid-area: 2 / 1 / 3 / 2; }
	.block-2-1ci-core-products .core_products_3 { grid-area: 3 / 1 / 4 / 2; }
	.block-2-1ci-core-products .three-cols-block_itemblock {
		margin-bottom: 20px;
	}
	.block-3-1ci-main-title-narrow .col-8.header-w-description_columns h2 {
		font-size: 30px;
	}
	.block-3-1ci-main-title-narrow .col-8.header-w-description_columns {
		max-width: 90% !important;
		flex: 0 0 90%;
	}
	.newsroom__about-title {
		margin-bottom: 0.5rem;
	}
	section.partner_product .partner_product-top.left img {
		position: relative;
		left: 0px;
		top: 0px;
		margin-bottom: 20px;
		max-height: 60px;
	}
	.solution_block_right_img .row:first-child {
		flex-direction: column-reverse;
	}
	.block-10-1ci-application-brochure-form .brochure .brochure-row.form {
		margin-top: 3rem;
	}
	.block-10-1ci-application-brochure-form .grid .brochure-img {
		margin-bottom: 2rem;
	}
	section.testimonial-slider.pt-6.pb-6 {
		padding-top: 0rem !important;
	}
	section.erp_2_cols_block .container {
		padding-bottom: 1rem;
	}
	section.drive_3_cols_block.pb-55.g-bg-white {
		padding-top: 3rem;
	}
	.block_kpi_wrap {
		width: auto;
		display: flex;
	}
	.erp-4-col-block_text {
		padding-left: 20px;
	}
	section.main-banner.main-banner-grey.cs {
		margin-bottom: 0rem;
	}
	section.customer_info > .container .row {
		padding: 0.5rem;
	}
	footer a.selection__rendered_link {
		width: 100%;
		padding-left: 5px;
	}
	.brochure_image {
		position: relative;
	}
	.block-11-1ci-customer-info section.customer_info.mb-1.mt-1 {
		margin-top: 0 !important;
	}
	.block-1-1ci-main-banner-index-breadcrumbs-cs .main-banner_description {
		margin-bottom: 3rem;
	}
	
}


.form-group.form-group_checkbox .form-group {
	min-height: auto !important;
	margin-bottom: 0rem;
}

.newsroom__contact-wrapper {
	text-align: center;
}

section.solution-5-cols-block {
	padding-bottom: 2rem;
}

.brochure_image-block {
	display: block !important;
}


@media (max-width: 768px) {
	.customer-challenges_image-block--wrapper {
		display: none;
	}
	.partner_product-top.right {
		margin-bottom: 20px;
	}
	.block-1-1ci-main-banner-index-breadcrumbs-drive .main-banner_btnblock {
		margin-bottom: 3rem;
	}
	.block-1-1ci-main-banner-index-breadcrumbs-cs .main-banner_image {
		padding: 0px !important;
	}
	
}


/*** 12.1ci_survey ***/
/* Common */
.block-12-1ci-survey  {
	margin: auto;
}

.block-12-1ci-survey .wizard, 
.block-12-1ci-survey .tabcontrol {
	display: block;
	width: 100%;
	overflow: hidden;
}
.block-12-1ci-survey .wizard a,
.block-12-1ci-survey .tabcontrol a {
	outline: 0;
}
.block-12-1ci-survey .wizard ul,
.block-12-1ci-survey .tabcontrol ul {
	list-style: none !important;
	padding: 0;
	display: flex;
	justify-content: space-between;
	width: 40%;
	margin: 2rem auto 1rem;
	overflow: hidden;
}
.block-12-1ci-survey .wizard ul > li,
.block-12-1ci-survey .tabcontrol ul > li {
	display: block;
	padding: 0;
}
/* Accessibility */
.block-12-1ci-survey .wizard > .steps .current-info,
.block-12-1ci-survey .tabcontrol > .steps .current-info {
	position: absolute;
	left: -999em;
}
.block-12-1ci-survey .wizard > .content > .title,
.block-12-1ci-survey .tabcontrol > .content > .title {
	position: absolute;
	left: -999em;
}
/* Wizard */
.block-12-1ci-survey .wizard > .steps {
	position: relative;
	display: block;
	width: 100%;
}
.block-12-1ci-survey .wizard.vertical > .steps {
	display: inline;
	float: left;
	width: 30%;
}
.block-12-1ci-survey .wizard > .steps .number {
	font-size: 1.429em;
}
.block-12-1ci-survey .wizard > .steps > ul > li {
	background: none;
}
.block-12-1ci-survey .wizard > .steps > ul > li,
.block-12-1ci-survey .wizard > .actions > ul > li {
}
.block-12-1ci-survey .wizard.vertical > .steps > ul > li {
	float: none;
	width: 100%;
}
.block-12-1ci-survey .wizard > .steps a,
.block-12-1ci-survey .wizard > .steps a:hover, .wizard > .steps a:active {
	display: block;
	width: auto;
	text-decoration: none;
	border-radius: 100%;
	width: 24px;
	height: 24px;
	text-align: center;
	font-family: Rubik;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
}
.block-12-1ci-survey .wizard > .steps .disabled a,
.block-12-1ci-survey .wizard > .steps .disabled a:hover,
.block-12-1ci-survey .wizard > .steps .disabled a:active {
	background: #eee;
	color: #aaa;
	cursor: default;
}
.block-12-1ci-survey .wizard > .steps .current a,
.block-12-1ci-survey .wizard > .steps .current a:hover,
.block-12-1ci-survey .wizard > .steps .current a:active {
	background: #2184be;
	color: #fff;
	cursor: default;
}
.block-12-1ci-survey .wizard > .steps .done a,
.block-12-1ci-survey .wizard > .steps .done a:hover,
.block-12-1ci-survey .wizard > .steps .done a:active {
	background: #9dc8e2;
	color: #fff;
}
.block-12-1ci-survey .wizard > .steps .error a,
.block-12-1ci-survey .wizard > .steps .error a:hover,
.block-12-1ci-survey .wizard > .steps .error a:active {
	background: #158AFF;
	color: #fff;
}
.block-12-1ci-survey .wizard > .content {
	background: #eee;
	display: block;
	margin: auto;
	min-height: 5em;
	overflow: hidden;
	position: relative;
	width: auto;
	max-width: 730px;
	border-radius: 5px;
}
.block-12-1ci-survey .wizard.vertical > .content {
	display: inline;
	float: left;
	margin: 0 2.5% 0.5em 2.5%;
	width: 65%;
}
.block-12-1ci-survey .wizard > .content > .body {
	padding: 1.5rem;
}
.block-12-1ci-survey .wizard > .content > .body ul {
	list-style: disc !important;
}
.block-12-1ci-survey .wizard > .content > .body ul > li {
	display: list-item;
}
.block-12-1ci-survey .wizard > .content > .body > iframe {
	border: 0 none;
	width: 100%;
	height: 100%;
}
.block-12-1ci-survey .wizard > .content > .body input {
	display: block;
	border: 1px solid #ccc;
	margin: auto;
}
.block-12-1ci-survey .wizard > .content > .body input[type="checkbox"] {
	display: inline-block;
}
.block-12-1ci-survey .wizard > .content > .body input.error {
	background: rgb(251, 227, 228);
	border: 1px solid #fbc2c4;
	color: #8a1f11;
}
.block-12-1ci-survey .wizard > .content > .body label {
	/*display: inline-block;
	margin-bottom: 0.5em;*/
	color: #091E42;
	text-align: center;
	font-family: Rubik;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.block-12-1ci-survey label.label-header {
	margin-bottom: 2rem;
}

.block-12-1ci-survey .wizard > .content > .body label.error {
	color: #ff1e00;
	display: inline-block;
	margin-left: 1.5em;
	background: #f5dcdc;
	font-size: 1rem;
}
.block-12-1ci-survey .wizard > .actions {
	position: relative;
	display: block;
	text-align: right;
	width: 100%;
}
.block-12-1ci-survey .wizard.vertical > .actions {
	display: inline;
	float: right;
	margin: 0 2.5%;
	width: 95%;
}
.block-12-1ci-survey .wizard > .actions > ul {
	display: inline-block;
	text-align: right;
}
.block-12-1ci-survey .wizard > .actions > ul > li {
	margin: 0 0.5em;
}
.block-12-1ci-survey .wizard.vertical > .actions > ul > li {
	margin: 0 0 0 1em;
}
.block-12-1ci-survey .wizard > .actions a,
.block-12-1ci-survey .wizard > .actions a:hover,
.block-12-1ci-survey .wizard > .actions a:active {
	color: #fff;
	display: block;
	text-decoration: none;
}
.block-12-1ci-survey.wizard > .actions .disabled a, 
.block-12-1ci-survey .wizard > .actions .disabled a:hover,
.block-12-1ci-survey .wizard > .actions .disabled a:active {
	background: #eee;
	color: #aaa;
}
.block-12-1ci-survey .wizard > .loading {
}
.block-12-1ci-survey .wizard > .loading .spinner {
}
/* Tabcontrol */
.block-12-1ci-survey .tabcontrol > .steps {
	position: relative;
	display: block;
	width: 100%;
}
.block-12-1ci-survey .tabcontrol > .steps > ul {
	position: relative;
	margin: 6px 0 0 0;
	top: 1px;
	z-index: 1;
}
.block-12-1ci-survey .tabcontrol > .steps > ul > li {
	float: left;
	margin: 5px 2px 0 0;
	padding: 1px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.block-12-1ci-survey .tabcontrol > .steps > ul > li:hover {
	background: #edecec;
	border: 1px solid #bbb;
	padding: 0;
}
.block-12-1ci-survey .tabcontrol > .steps > ul > li.current {
	background: #fff;
	border: 1px solid #bbb;
	border-bottom: 0 none;
	padding: 0 0 1px 0;
	margin-top: 0;
}
.block-12-1ci-survey .tabcontrol > .steps > ul > li > a {
	color: #5f5f5f;
	display: inline-block;
	border: 0 none;
	margin: 0;
	padding: 10px 30px;
	text-decoration: none;
}
.block-12-1ci-survey .tabcontrol > .steps > ul > li > a:hover {
	text-decoration: none;
}
.block-12-1ci-survey .tabcontrol > .steps > ul > li.current > a {
	padding: 15px 30px 10px 30px;
}
.block-12-1ci-survey .tabcontrol > .content {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 35em;
	overflow: hidden;
	border-top: 1px solid #bbb;
	padding-top: 20px;
}
.block-12-1ci-survey .tabcontrol > .content > .body {
	float: left;
	position: absolute;
	width: 95%;
	height: 95%;
	padding: 2.5%;
}
.block-12-1ci-survey .tabcontrol > .content > .body ul {
	list-style: disc !important;
}
.block-12-1ci-survey .tabcontrol > .content > .body ul > li {
	display: list-item;
}

.block-12-1ci-survey .wizard > .steps a:before {
	content: "";
	width: 1000px;
	height: 2px;
	background: #d6d6d6;
	position: absolute;
	left: 24px;
	top: 11px;
}

.block-12-1ci-survey .wizard > .steps a {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #d1cfe9;
	/* margin-right: 78px; */
	position: relative;
	z-index: 100;
}

.block-12-1ci-survey .wizard > .steps a:after {
	width: 58px;
	content: "";
	width: 0;
	height: 2px;
	background: #6d7f52;
	position: absolute;
	left: -68px;
	top: 5px;
	transition: all 0.6s ease;
}

.block-12-1ci-survey .wizard  ul > li:last-child > a:before,
.block-12-1ci-survey .wizard  ul > li:last-child > a:after {
	display: none;
}

.block-12-1ci-survey .wizard > .actions > ul > li:first-child {
	display: none;
}

.block-12-1ci-survey .wizard > .actions > ul {
	width: 100%;
}

.block-12-1ci-survey .wizard > .actions > ul li {
	margin: auto;
	align-items: center;
	text-align: center !important;
	width: 109px;
	padding: 8px 24px;
	justify-content: center;
	border-radius: 4px;
	background: #158AFF;
}

.block-12-1ci-survey .wizard > .actions > ul li:last-child {
	margin: auto;
	align-items: center;
	text-align: center !important;
	width: 109px;
	padding: 8px 24px;
	justify-content: center;
	border-radius: 4px;
	background: #FFDD2D;
	color: #091E42;
	font-family: "Source Sans Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}
.block-12-1ci-survey .wizard > .actions > ul li:last-child a {
	color: #091E42;
}
.landing-edit-mode .survey_form_contact, .landing-edit-mode .survey_form_header,
.landing-edit-mode .survey_form_contact, .landing-edit-mode .action_button {
	display: block !important;
}

.block-12-1ci-survey .newsroom__contact.whatsapp .newsroom__contact-wrapper {
	padding-top: 0.5rem;
	padding-bottom: 3rem;
}

.block-12-1ci-survey .container-small {
	max-width: 550px;
	padding: 30px 0px 0px;
	margin: 30px auto 0px;
	border-radius: 4px;
	background: #F4F5F7;
}
.block-12-1ci-survey .container-small h1 {
	text-align: center;
}
.block-12-1ci-survey .survey_form_contact {
	margin-top: 64px;
}
/*** 12.1ci_survey ***/

.block-13-1ci-main-slider-animated .main-slider.animated {
	padding-top: 0;
	background: transparent;
}

.block-13-1ci-main-slider-animated .main-slider_animated {
	--slide-overlap: 48px;
	--slide-cutout-bg: #fff;
}

.block-13-1ci-main-slider-animated .owl-stage-outer,
.block-13-1ci-main-slider-animated .owl-stage,
.block-13-1ci-main-slider-animated .owl-item {
	overflow: visible;
}

.block-13-1ci-main-slider-animated .container-wrapper {
	position: relative;
	overflow: visible;
}

.block-13-1ci-main-slider-animated .container-wrapper > .container {
	position: relative;
	z-index: 2;
}

.block-13-1ci-main-slider-animated .container-wrapper::after {
	content: none;
}

.block-13-1ci-main-slider-animated .slide-image_wrapper,
.block-13-1ci-main-slider-animated .slide-image {
	position: relative;
	z-index: 3;
}

.block-13-1ci-main-slider-animated .slide-image_wrapper {
	overflow: visible;
}

.block-13-1ci-main-slider-animated  .item.yellow h1 {
	color: #091e42 !important;
	padding-top: 2rem;
}

.block-13-1ci-main-slider-animated  .item.yellow p {
	color: #091e42 !important;
}

@media (min-width: 992px) {
	.block-13-1ci-main-slider-animated .container-wrapper::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: var(--slide-overlap);
		background: var(--slide-cutout-bg);
		z-index: 1;
	}

	.block-13-1ci-main-slider-animated .container {
		padding-top: 4rem;
	}
	
	.block-13-1ci-main-slider-animated .item.yellow img {
		bottom: 0px !important;
	}
	
	.block-13-1ci-main-slider-animated .slide-image_wrapper {
		min-height: 400px;
		padding: 0 15px;
	}

	.block-13-1ci-main-slider-animated .slide-image {
		transform: translateY(var(--slide-overlap));
	}
	
	
}
@media (min-width: 576px) {
	.block-13-1ci-main-slider-animated .container {
		padding-top: 2.5rem;
	}
}
@media (max-width: 992px) {
	.block-13-1ci-main-slider-animated .main-slider .owl-carousel .container {
		height: 100%;
		position: relative;
	}
	.block-13-1ci-main-slider-animated .item.yellow img {
		position: absolute !important;
		width: auto;
		height: 300px;
		bottom: 0px !important;
		right: 0px !important;
		margin-right: -150px !important;
	}

	
}


.block-13-1ci-main-slider-animated .item.yellow img {
	position: absolute;
	width: auto;
	right: 0px;
	margin-right: 0px;
}

.block-13-1ci-main-slider-animated .main-slider .owl-carousel .slide-text {
	color: #fff;
	z-index: 999;
}

.block-13-1ci-main-slider-animated .main-slider .owl-carousel .slide-headline_subtext {
	margin-bottom: 1rem;
}

.block-12-1ci-survey .action_button {
	padding-right: 0rem;
	white-space: break-spaces;
}
.block-12-1ci-survey .cu__card_buttonblock {
	text-align: center;
	padding-top: 1rem;
}

/*** 6.1ci_anchor_block ***/

.block-6-1ci-anchor-block section.anchor_links_block {
	padding-top: 3rem;
}
.block-6-1ci-anchor-block .anchor_links_block_title {
	color: #091E42;
	text-align: center;
	font-family: Rubik;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	padding-bottom: 2rem;
}

.block-6-1ci-anchor-block .anchor_links_block_grid_container {
	padding-top: 1rem;
}

.block-6-1ci-anchor-block .anchor_links_block_subtitle {
	color: #6C798F;
	text-align: center;
	font-family: "Source Sans Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.block-6-1ci-anchor-block .anchor_links_block_grid {
	display: flex;
	justify-content: center;
	width: 70%;
	margin: auto;
}

.block-6-1ci-anchor-block a.anchor_links_block_link {
	color: #158AFF;
	font-family: "Source Sans Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

.block-6-1ci-anchor-block .anchor_links_block_item {
	position: relative;
	padding: .5rem 1rem;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex: 0 1 25%;
}
.block-6-1ci-anchor-block .anchor_links_block_item:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -2px;
	top: 25%;
	width: 1px;
	height: 50%;
	background-color: #DFE1E6;
}

@media (max-width: 768px) {
	.anchor_links_block_grid {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
	}
}


/*** 6.1ci_anchor_block ***/

.main-slider.animated.extended {
	padding-top: 0 !important;
}

.main-slider.animated.extended .item.yellow {
	padding: 3rem 0 0 0;
	background-position: right bottom, left top;
	background: url(/local/templates/1ci/i/banners/1Ci-Main-Page-Visual-BG.svg), url(https://www.dev8.tw-team.com/local/templates/1ci/i/banners/1Ci-Main-Page-Visual.svg);
	background-size: cover, cover;
	background-repeat: no-repeat, repeat;
	position: relative;
}

.main-slider.animated.extended .container-yellow {
	background: url(/local/templates/1ci/i/banners/1Ci-Main-Page-Visual.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	width: 100%;
	height: 100%;
}

.main-slider.animated.extended .item.yellow .slide-headline,
.main-slider.animated.extended .item.yellow .slide-text {
	color: #091e42;
}
.main-slider.animated.extended .item.blue {
	background-color: #158aff !important;
}

.main-slider.animated.extended img.inline.locate-icon {
	width: 24px;
	height: 24px;
}

.main-slider.animated.extended .owl-dots {
	bottom: 1.5rem !important;
}

.main-slider.animated.extended {
	background-color: #fcc132;
}

@media (max-width: 400px) {
	.main-slider.animated.extended .item.yellow {
		height: 610px;
	}
}

.js-cs-block.cu__new .cu__card {
	background-color: #F4F5F7;
}

.solution-main-banner-cs {
	background: url(/local/templates/1ci/i/customers/Customer-Sories-All.jpg);
}


/*** block-9-1ci-cs-list-block-white ***/
.block-9-1ci-cs-list-block-white .cu__new .cu__card-info .description {
	margin-right: 0.5rem;
	color: #6C798F;
	font-family: "Source Sans Pro";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

.block-9-1ci-cs-list-block-white .cu__card-info .text {
	color: #091E42;
	font-family: "Source Sans Pro";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 114.286% */
}

.block-9-1ci-cs-list-block-white a.action_button:after {
	content: "";
	position: absolute;
	top: 7px;
	margin-left: 4px;
	width: 24px;
	height: 24px;
	background: url(/local/templates/1ci/i/icons/arrow.svg) no-repeat 0 0;
	transition: all 0.2s ease-in-out;
}

.block-9-1ci-cs-list-block-white .cu__card_buttonblock {
	position: relative;
}

.block-9-1ci-cs-list-block-white p.cu__card-text_description {
	min-height: 72px;
}
/*** block-9-1ci-cs-list-block-white ***/


/*** 2.1ci_three_cols_fix_title_and_text_img ***/

.block-2-1ci-three-cols-fix-title-and-text-img-new section {
	background: #F4F5F7;
}

.block-2-1ci-three-cols-fix-title-and-text-img-new .three-cols-block_item {
    box-shadow: none;
    border: none;
	transition: none;
	border-radius: 0;
	min-height: 232px;
}

.block-2-1ci-three-cols-fix-title-and-text-img-new .three-cols-block_item:hover {
    box-shadow: 0 0.5rem 1rem 1px rgb(0 0 0 / 15%);
    box-shadow: none;
}



.block-2-1ci-three-cols-fix-title-and-text-img-new .three-cols-block_icon {
	width: auto;
	height: auto;	
}


.block-2-1ci-three-cols-fix-title-and-text-img-new .three-cols-block_titleblock {
    padding: 1.5rem 1.5rem 0 1.5rem;
    background: #172B4D;
    color: #aaa;
}

.block-2-1ci-three-cols-fix-title-and-text-img-new .three-cols-block_textblock {
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.block-2-1ci-three-cols-fix-title-and-text-img-new .three-cols-block_titleblock h3 {
    color: #fff;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
}

.block-2-1ci-three-cols-fix-title-and-text-img-new .three-cols-block_iconblock {
    background: #172B4D;
    margin-bottom: 0rem;
}

.block-2-1ci-three-cols-fix-title-and-text-img-new .three-cols-block_iconblock img {
    margin: 0 auto;
    text-align: center;
    display: block;
    /*margin-bottom: -1.5rem;*/
	width: 80%;
}

.block-2-1ci-three-cols-fix-title-and-text-img-new .three-cols-block_buttonblock {
    padding: 0 1.5rem 1.5rem 1.5rem !important;
}

.block-2-1ci-three-cols-fix-title-and-text-img-new .three-cols-block_item {
    padding: 0;
}

.block-2-1ci-three-cols-fix-title-and-text-img-new .three-cols-block_itemblock:nth-child(1) .three-cols-block_titleblock, .block-2-1ci-three-cols-fix-title-and-text-img-new .three-cols-block_itemblock:nth-child(1) .three-cols-block_iconblock {
	background-color: #158AFF;
}

.block-2-1ci-three-cols-fix-title-and-text-img-new .three-cols-block_itemblock:nth-child(2) .three-cols-block_titleblock, .block-2-1ci-three-cols-fix-title-and-text-img-new .three-cols-block_itemblock:nth-child(2) .three-cols-block_iconblock {
	background-color: #0A3282;
}


.block-2-1ci-three-cols-fix-title-and-text-img-new .three-cols-block_itemblock:nth-child(3) .three-cols-block_titleblock, .block-2-1ci-three-cols-fix-title-and-text-img-new .three-cols-block_itemblock:nth-child(3) .three-cols-block_iconblock {
	background-color: #FFBF00;
}

/*** 2.1ci_three_cols_fix_title_and_text_img ***/


/*** 2.1ci_three_cols_fix_title_and_text_img ***/

.block-2-1ci-three-cols-fix-title-and-text-img-new-white section {
	background: #f;
}

.block-2-1ci-three-cols-fix-title-and-text-img-new-white .three-cols-block_item {
    box-shadow: none;
    border: none;
	transition: none;
	border-radius: 0;
	min-height: 232px;
	background: #F4F5F7;
}

.block-2-1ci-three-cols-fix-title-and-text-img-new-white .three-cols-block_item:hover {
    box-shadow: 0 0.5rem 1rem 1px rgb(0 0 0 / 15%);
    box-shadow: none;
}



.block-2-1ci-three-cols-fix-title-and-text-img-new-white .three-cols-block_icon {
	width: auto;
	height: auto;	
}


.block-2-1ci-three-cols-fix-title-and-text-img-new-white .three-cols-block_titleblock {
    padding: 1.5rem 1.5rem 0 1.5rem;
    background: #172B4D;
    color: #aaa;
}

.block-2-1ci-three-cols-fix-title-and-text-img-new-white .three-cols-block_textblock {
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.block-2-1ci-three-cols-fix-title-and-text-img-new-white .three-cols-block_titleblock h3 {
    color: #fff;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
}

.block-2-1ci-three-cols-fix-title-and-text-img-new-white .three-cols-block_iconblock {
    background: #172B4D;
    margin-bottom: 0rem;
}

.block-2-1ci-three-cols-fix-title-and-text-img-new-white .three-cols-block_iconblock img {
    margin: 0 auto;
    text-align: center;
    display: block;
    /*margin-bottom: -1.5rem;*/
	width: 80%;
}

.block-2-1ci-three-cols-fix-title-and-text-img-new-white .three-cols-block_buttonblock {
    padding: 0 1.5rem 1.5rem 1.5rem !important;
}

.block-2-1ci-three-cols-fix-title-and-text-img-new-white .three-cols-block_item {
    padding: 0;
}

.block-2-1ci-three-cols-fix-title-and-text-img-new-white .three-cols-block_itemblock:nth-child(1) .three-cols-block_titleblock, .block-2-1ci-three-cols-fix-title-and-text-img-new-white .three-cols-block_itemblock:nth-child(1) .three-cols-block_iconblock {
	background-color: #158AFF;
}

.block-2-1ci-three-cols-fix-title-and-text-img-new-white .three-cols-block_itemblock:nth-child(2) .three-cols-block_titleblock, .block-2-1ci-three-cols-fix-title-and-text-img-new-white .three-cols-block_itemblock:nth-child(2) .three-cols-block_iconblock {
	background-color: #0A3282;
}


.block-2-1ci-three-cols-fix-title-and-text-img-new-white .three-cols-block_itemblock:nth-child(3) .three-cols-block_titleblock, .block-2-1ci-three-cols-fix-title-and-text-img-new-white .three-cols-block_itemblock:nth-child(3) .three-cols-block_iconblock {
	background-color: #6C798F;
}

/*** 2.1ci_three_cols_fix_title_and_text_img ***/




/*** 13.1ci_company_about_block_grid_photos_new ***/
.block-13-1ci-company-about-block-grid-photos-new .photo-grid_container-2024 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    max-width: 1110px;
    margin: 0 auto;
}

.block-13-1ci-company-about-block-grid-photos-new .tile img{
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.block-13-1ci-company-about-block-grid-photos-new .tile:nth-child(1){
    grid-column: span 4;
    grid-row: span 1;
}

.block-13-1ci-company-about-block-grid-photos-new .tile:nth-child(2) {
    grid-column: span 8;
}
.block-13-1ci-company-about-block-grid-photos-new .tile:nth-child(3) {
    grid-column: span 4;
}

.block-13-1ci-company-about-block-grid-photos-new .tile:nth-child(4) {
    grid-column: span 3;
}
.block-13-1ci-company-about-block-grid-photos-new .tile:nth-child(5) {
    grid-column: span 5;
}
@media screen and (max-width: 769px) {
	.block-13-1ci-company-about-block-grid-photos-new .tile:nth-child(1){
		grid-column: span 5;
		grid-row: span 1;
	}

	.block-13-1ci-company-about-block-grid-photos-new .tile:nth-child(2) {
		grid-column: span 7;
	}
	.block-13-1ci-company-about-block-grid-photos-new .tile:nth-child(3) {
		grid-column: span 7;
	}

	.block-13-1ci-company-about-block-grid-photos-new .tile:nth-child(4) {
		grid-column: span 5;
	}
	.block-13-1ci-company-about-block-grid-photos-new .tile:nth-child(5) {
		grid-column: span 12;
	}
}

@media screen and (max-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
	.block-13-1ci-company-about-block-grid-photos-new .photo-grid_container-2024 {
		grid-gap: 20px;
		max-width: 260px;
	}
	.block-13-1ci-company-about-block-grid-photos-new .tile img{
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.block-13-1ci-company-about-block-grid-photos-new .tile:nth-child(1){
		grid-column: span 12;
		grid-row: span 1;
	}

	.block-13-1ci-company-about-block-grid-photos-new .tile:nth-child(2) {
		grid-column: span 12;
	}
	.block-13-1ci-company-about-block-grid-photos-new .tile:nth-child(3) {
		grid-column: span 12;
	}

	.block-13-1ci-company-about-block-grid-photos-new .tile:nth-child(4) {
		grid-column: span 12;
	}
	.block-13-1ci-company-about-block-grid-photos-new .tile:nth-child(5) {
		grid-column: span 12;
	}

}

/*** 13.1ci_company_about_block_grid_photos_new ***/



/*** 7.1ci_industries_4_cols_block_w_title ***/
.h4.industries-4-cols-block_maintitle {
	color: #000;
	font-family: Rubik;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 1rem 0;
}

.industries-4-cols-block_text {
	color: #6C798F;
	/* Body/General */
	font-family: "Source Sans Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	min-height: 75px;
}

.industries-4-cols-block_subtitle a {
	padding: 0px;
	color: #158AFF;
	font-family: "Source Sans Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}


.three-cols-block_button, .button-icon {
	transition: all 0.2s ease-in-out;
}
.three-cols-block_button:hover + .button-icon {
	transform: translateX(3px);
}

/*** 7.1ci_industries_4_cols_block_w_title ***/





.main-banner-drive-2025 {
	background: #158AFF;
}

.main-banner-drive-2025 .breadcrumb-item,
.main-banner-drive-2025 .breadcrumb-item a,
.main-banner-drive-2025 p.event-banner_subtitle, 
.main-banner-drive-2025 .main-banner_title,
.main-banner-drive-2025 .main-banner_description {
	color: #FFF;
}

.main-banner-drive-2025 .breadcrumb-item:not(:last-child)::after {
	content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIzcHgiIGhlaWdodD0iNnB4IiB2aWV3Qm94PSIwIDAgMyA2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSLigLoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0ibm9uemVybyI+ICAgICAgICAgICAgPHBvbHlnb24gcG9pbnRzPSIwLjYxMDQ2NTExNiA2IDAgNS41NDgzODcxIDIuMDU4MTM5NTMgMyAwIDAuNDgzODcwOTY4IDAuNjEwNDY1MTE2IDAgMyAyLjUgMyAzLjUiPjwvcG9seWdvbj4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==");
}

.main-banner-drive-2025 .main-banner_title {
	margin-top: 1rem;
}

.main-banner-drive-2025 .main-banner_description {
	padding-right: 10px;
}

.main-banner-drive-2025 .main-banner_img {
	margin-top: 2rem;
	bottom: 0rem;
}

@media screen and (max-width: 768px) {
	.main-banner-drive-2025 .main-banner_img {
		padding-bottom: 2rem;
	}
}

.main-banner-drive-2025.main-banner-erp {
	background: #0a3282;
}

.main-banner-drive-2025.main-banner-cpm {
	background: #6c798f;
}

.main-banner-enterprise-2025 {
	background: #ffbf00;
}

.main-banner-enterprise-2025 .breadcrumb-item,
.main-banner-enterprise-2025 .breadcrumb-item a,
.main-banner-enterprise-2025 p.event-banner_subtitle, 
.main-banner-enterprise-2025 .main-banner_title,
.main-banner-enterprise-2025 .main-banner_description {
	color: #091E42;
}


.main-banner-enterprise-2025 .main-banner_title {
	margin-top: 1rem;
}

.main-banner-enterprise-2025 .main-banner_description {
	padding-right: 10px;
}

.main-banner-enterprise-2025 .main-banner_img {
	margin-top: 2rem;
	bottom: 0rem;
}

@media screen and (max-width: 768px) {
	.main-banner-enterprise-2025 .main-banner_img {
		padding-bottom: 2rem;
	}
}

.main-banner-cpm .main-banner_btnblock,
.main-banner-enterprise-2025 .main-banner_btnblock {
	margin-top: 3rem;
}





/*** 13.1ci_company_about_block_grid_photos_new_tr ***/
.block-13-1ci-company-about-block-grid-photos-new-tr .photo-grid_container-2024 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    max-width: 1110px;
    margin: 0 auto;
}

.block-13-1ci-company-about-block-grid-photos-new-tr .tile img{
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.block-13-1ci-company-about-block-grid-photos-new-tr .tile:nth-child(1){
    grid-column: span 7;
    grid-row: span 1;
}

.block-13-1ci-company-about-block-grid-photos-new-tr .tile:nth-child(2) {
    grid-column: span 5;
}
.block-13-1ci-company-about-block-grid-photos-new-tr .tile:nth-child(3) {
    grid-column: span 3;
}

.block-13-1ci-company-about-block-grid-photos-new-tr .tile:nth-child(4) {
    grid-column: span 5;
}
.block-13-1ci-company-about-block-grid-photos-new-tr .tile:nth-child(5) {
    grid-column: span 4;
}
@media screen and (max-width: 769px){
	.block-13-1ci-company-about-block-grid-photos-new-tr .tile:nth-child(1){
		grid-column: span 7;
		grid-row: span 1;
	}

	.block-13-1ci-company-about-block-grid-photos-new-tr .tile:nth-child(2) {
		grid-column: span 5;
	}
	.block-13-1ci-company-about-block-grid-photos-new-tr .tile:nth-child(3) {
		grid-column: span 4;
	}

	.block-13-1ci-company-about-block-grid-photos-new-tr .tile:nth-child(4) {
		grid-column: span 8;
	}
	.block-13-1ci-company-about-block-grid-photos-new-tr .tile:nth-child(5) {
		grid-column: span 12;
	}
}

@media screen and (max-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
	.block-13-1ci-company-about-block-grid-photos-new-tr .photo-grid_container-2024 {
		grid-gap: 20px;
		max-width: 260px;
	}
	.block-13-1ci-company-about-block-grid-photos-new-tr .tile img{
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.block-13-1ci-company-about-block-grid-photos-new-tr .tile:nth-child(1){
		grid-column: span 12;
		grid-row: span 1;
	}

	.block-13-1ci-company-about-block-grid-photos-new-tr .tile:nth-child(2) {
		grid-column: span 12;
	}
	.block-13-1ci-company-about-block-grid-photos-new-tr .tile:nth-child(3) {
		grid-column: span 12;
	}

	.block-13-1ci-company-about-block-grid-photos-new-tr .tile:nth-child(4) {
		grid-column: span 12;
	}
	.block-13-1ci-company-about-block-grid-photos-new-tr .tile:nth-child(5) {
		grid-column: span 12;
	}

}

/*** 13.1ci_company_about_block_grid_photos_new_tr ***/


/*** 15.1ci_company_employees ***/

.block-15-1ci-company-employees .newsroom__contact-author {
	color: #091E42;
	font-family: "Source Sans Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin-top: 0.5rem;
}

.block-15-1ci-company-employees .newsroom__contact-position {
	color: #091E42;
	font-family: "Source Sans Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	max-width: 80%;
}

.block-15-1ci-company-employees .newsroom__contact-wrapper {
	text-align: left;
}

.block-15-1ci-company-employees .newsroom__contact {
	background: #f4f5f7;
}

.block-15-1ci-company-employees img.newsroom__contact-img {
	margin-right: 1rem;
}


.block-15-1ci-company-employees .newsroom__contact-img {
	width: 112px !important;
	height: 112px !important;
	border-radius: 100%;
}


.block-15-1ci-company-employees .company_employee-carousel.grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 30px;
	max-width: 1110px;
	margin: 0 auto;
}

.block-15-1ci-company-employees .company_employee-carousel.grid .company_employee {
	grid-column: span 4;
}


.block-15-1ci-company-employees .owl-carousel button.owl-dot {
	background: #C1C7D0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 0px 4px;
}

.block-15-1ci-company-employees .owl-dots {
	margin: -20px auto 0;
	text-align: center;
}

.block-15-1ci-company-employees button.owl-dot.active {
	background: #158AFF;
}

.block-15-1ci-company-employees .owl-nav {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
}

.block-15-1ci-company-employees .owl-nav [class*=owl-] {
	border-radius: 100%;
	width: 40px;
	height: 40px;
}

.block-15-1ci-company-employees .owl-nav button.owl-prev, .block-15-1ci-company-employees .owl-nav button.owl-next {
	background-color: #8993a4;
}

.block-15-1ci-company-employees .owl-theme .owl-nav [class*=owl-],
.block-15-1ci-company-employees .owl-theme .owl-nav [class*=owl-] {
	border-radius: 50%;
	width: 38px;
	height: 38px;
}

.block-15-1ci-company-employees img.owl-prev_img, 
.block-15-1ci-company-employees img.owl-next_img {
	padding: 10px;
}

.block-15-1ci-company-employees .owl-nav button.owl-prev {
	left: -40px;
	position: absolute;
}

.block-15-1ci-company-employees .owl-nav button.owl-next {
	right: 15px;
}

.block-15-1ci-company-employees button.owl-next.disabled,
.block-15-1ci-company-employees button.owl-prev.disabled {
	background-color: rgb(137 147 164 / 49%);
}

@media screen and (max-width: 768px) {
	.block-15-1ci-company-employees .company_employee-carousel.grid .company_employee {
		grid-column: span 6;
		margin-left: 10px;
	}
	
	
}

@media screen and (max-width: 430px) {
	/*
	.block-15-1ci-company-employees .company_employee-carousel.grid .company_employee:last-child {
		grid-column: span 12;
		margin: auto;
	}
	*/
	.block-15-1ci-company-employees .company_employee-carousel.grid .company_employee {
		grid-column: span 12;
		margin-left: 10px;
	}


}

.block-15-1ci-company-employees .newsroom__contact-wrapper {
	display: flex;
	justify-content: center;
}

/*** 15.1ci_company_employees ***/






/*** 1.1ci_main_banner_new_breadcrumbs_btn_carousel ***/
.main-slider-carousel .owl-nav .owl-prev {
	background: url(/local/templates/1ci/i/icons/arrow-left.svg) !important;
	position: absolute;
	width: 10px;
	height: 17px;
	z-index: 9999;
	top: 45%;
	left: 50px;
}

.main-slider-carousel .owl-nav .owl-next {
	background: url(/local/templates/1ci/i/icons/arrow-right.svg) !important;
	position: absolute;
	width: 10px;
	height: 17px;
	z-index: 9999;
	top: 45%;
	right: 50px;
}

.main-slider-carousel .owl-nav {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

.main-slider-carousel .owl-dots {
	position: absolute;
	bottom: 100px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	align-content: center;
}

.main-slider-carousel .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 7px;
	background: #ffffff00;
	border: 1px solid #fff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 100%;
}

.main-slider-carousel .owl-dots .owl-dot.active span {
	background: #fff;
}

.main-slider-carousel .owl-dots .owl-dot:hover span {
	background: #ffffff70;
}

.main-slider-carousel .owl-carousel .owl-item img {
    display: block;
    width: auto;
}


.main-slider-carousel .locate-icon {
	/*width: 16px !important;
	height: 16px !important;*/
}

/*** 1.1ci_main_banner_new_breadcrumbs_btn_carousel ***/


/*** 1.1ci_main_banner_index_breadcrumbs_svg_new ***/

#motion-1ci {
    offset-path: path("M 100 400 Q 300 250 550 100 Q 650 50 700 50 Q 700 50 800 50 ");
    animation: move 3000ms infinite alternate ease-out;
    width: 70px;
    height: 70px;
    background: url(/local/templates/1ci/i/banners/Ball.svg);
    animation-direction: normal;
    animation-timing-function: cubic-bezier(0.49, 0.85, 0.53, -0.04);
    position: absolute;
    right: 694px;
}

@keyframes move {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}


#static-1ci {
    width: 70px;
    height: 70px;
    background: url(/local/templates/1ci/i/banners/Ball.svg);
    position: absolute;
    right: 395px;
    bottom: 33px;
}

#static-1ci-2 {
    width: 70px;
    height: 70px;
    background: url(/local/templates/1ci/i/banners/Ball.svg);
    position: absolute;
    right: 146px;
    bottom: 87px;
}


section.banner-svg.optimized {
    background: url(/local/templates/1ci/i/banners/Roads.svg), linear-gradient(to right, #f19c09, #f5a718, #f8b224, #fcbd2f, #ffc83a);
    background-color: #f19c09;
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: 100% 100%;
}

@media (max-width: 768px) {
	.block-1-1ci-main-banner-new-breadcrumbs-btn-carousel .owl-nav {
		display: none;
	}
}

@media (min-width: 1000px) and (max-width: 1200px) {
	#motion-1ci {
		right: 709px !important;
		top: -23px !important;
	}
	
	section.main-banner.banner-svg.optimized #motion-1ci {
		right: 675px !important;
		bottom: 348px !important;
	}
}

@media (min-width: 440px) and (max-width: 999px) {
	#motion-1ci {
		right: 781px !important;
		top: -110px !important;
	}
	
	section.main-banner.banner-svg.optimized #motion-1ci {
		right: 675px !important;
		bottom: 348px !important;
	}
}

@media (min-width: 389px) and (max-width: 439px) {
	#motion-1ci {
		right: 680px !important;
		top: -50px !important;
	}
	
	section.main-banner.banner-svg.optimized #motion-1ci {
		right: 691px !important;
		bottom: 348px !important;
	}
}

@media (min-width: 385px) and (max-width: 388px) {
	#motion-1ci {
		right: 674px !important;
		top: -10px !important;
	}
	
	section.main-banner.banner-svg.optimized #motion-1ci {
		right: 691px !important;
		bottom: 348px !important;
	}
}

@media (max-width: 384px) {
	#motion-1ci {
		right: 674px !important;
		top: 16px !important;
	}
	
	section.main-banner.banner-svg.optimized #motion-1ci {
		right: 691px !important;
		bottom: 348px !important;
	}
}

section.main-banner.banner-svg.optimized {
    /*min-height: 479px;*/
}

.block-1-1ci-main-banner-new-breadcrumbs-btn-carousel .owl-carousel .owl-stage { display: flex; }

.block-1-1ci-main-banner-new-breadcrumbs-btn-carousel section.main-banner{
    min-height: 100%;
	background-size: cover;
}

.block-1-1ci-main-banner-new-breadcrumbs-btn-carousel section.main-banner.banner-svg.optimized {
    background-size: initial !important;
}

.block-1-1ci-main-banner-new-breadcrumbs-btn-carousel .main-banner_image {
    display: flex;
    align-items: center;
}

.block-1-1ci-main-banner-new-breadcrumbs-btn-carousel .main-slider-carousel .owl-dots {
    bottom: 50px;
}

section.main-banner.banner-svg.optimized #motion-1ci {
    right: 682px;
    top: 62px;
}

/*** 1.1ci_main_banner_index_breadcrumbs_svg_new ***/

.block-9-1ci-cs-list-block-white h5.cu__card-text_header.h4 a {
    color: #091e42;
}

section.banner-svg.optimized h1.h1.main-banner_title.crumbs {
    margin-top: 6rem;
	font-weight: 600;
}

img.main-banner-bg-slide {
    width: 100%;
    height: 100%;
    position: absolute;
}

.solution-main-banner-cs form.cs-filter-form {
	display: contents;
}

.block-1-1ci-main-banner-new-breadcrumbs-btn-carousel .owl-carousel .owl-item img {
	max-height: 300px !important;
}

.block-1-1ci-main-banner-new-breadcrumbs-btn-carousel #motion-1ci {
    right: 682px !important;
    bottom: 343px !important;
	top: unset !important;
}

.block-1-1ci-main-banner-new-breadcrumbs-btn-carousel .main-slider-carousel .owl-nav {
    position: unset !important;
    top: 0px;
    width: unset !important;
    height: unset !important;
    z-index: 0;
}



/*** 11.1ci_erp_4_cols_links ***/
a.erp-4-col-block_link {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #091E42 !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    display: block;
}

a.erp-4-col-block_link:after {
    content: "";
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
    width: 24px;
    height: 24px;
    background: url(/local/templates/1ci/i/icons/arrow.svg) no-repeat 0 0;
    transition: all 0.2s ease-in-out;
}

a.erp-4-col-block_link:hover:after {
    transform: translateX(3px);
    filter: brightness(0.56) hue-rotate(0deg) saturate(1.9);
}

p.erp-4-col-block_link, p.erp-4-col-block_link a {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #091E42 !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    display: block;
}

p.erp-4-col-block_link a:after {
    content: "";
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
    width: 24px;
    height: 24px;
    background: url(/local/templates/1ci/i/icons/arrow.svg) no-repeat 0 0;
    transition: all 0.2s ease-in-out;
}

p.erp-4-col-block_link a:hover:after {
    transform: translateX(3px);
    filter: brightness(0.56) hue-rotate(0deg) saturate(1.9);
}


/*** 11.1ci_erp_4_cols_links ***/




/*** 5.1ci_enterprise_cases ***/

.customer-stories_wo-title.enterprise_cases .customer-stories_story .customer-story {
    border-radius: 4px 4px 0 0;
    margin-bottom: 0rem;
}

.enterprise_cases_text {
    background: #fff;
    padding: 12px 24px;
	border-radius: 0 0 4px 4px;
}

.enterprise_cases .customer-stories_story .customer-story_description {
    text-align: left;
    min-height: 64px;
    display: flex;
    align-items: flex-end;
    justify-content: start;
    color: #FFF;
    font-family: Rubik;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.enterprise_cases .customer-stories_story{
	border-radius: 4px;
	padding-bottom: 2rem;
}

.enterprise_cases .customer-stories_story .customer-story {
	padding: 5.3rem 1.5rem 1rem;
}

.enterprise_cases h3.enterprise_cases_seats {
    color: #000;
    font-family: Rubik;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
	margin-bottom: 1rem;
}

.enterprise_cases p {
    color: #091E42;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	margin-bottom: 0;
}

.enterprise_cases span.country_text {
    color: #091E42;
    text-align: right;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 0px 7px;
}


a.enterprise_cases_url {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #158AFF;
	position: relative;
}

a.enterprise_cases_url:after {
	content: "";
	position: absolute;
	top: 3px;
	margin-left: 1px;
	width: 24px;
	height: 24px;
	background: url(/local/templates/1ci/i/icons/arrow.svg) no-repeat 0 0;
	transition: all 0.2s ease-in-out;
}

a.enterprise_cases_url:hover {
	color: #0064C9;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.enterprise_cases_url:hover:after {
	transform: translateX(3px);
	filter: brightness(0.56) hue-rotate(0deg) saturate(1.9);
}

.enterprise_cases .country {
    margin-bottom: 1.3rem;
}

.enterprise_cases img.country_img {
    width: 21px;
    height: 15px;
    border-radius: 2px;
}

/*** 5.1ci_enterprise_cases ***/


/*** 15.1ci_newsroom_press_releases ***/
.newsroom_press_releases .newsroom__slider-wrapper {
    border-top: 1px solid #C1C7D0;
    padding: 1.75rem 0;
	width: 100%;
}

.newsroom_press_releases .newsroom__slider-wrapper:first-child {
    padding-top: 0;
	border: none;
}

.newsroom_press_releases .slide-info {
    width: 100%;
}

.newsroom_press_releases .slide-additional {
    display: flex;
}

.newsroom_press_releases .slide-additional_wrapper {
    display: flex;
    padding-right: 2rem;
}

.newsroom_press_releases .slide-additional_wrapper img {
    width: 16px;
    height: 16px;
    margin: 8px;
}

section.newsroom_press_releases .newsroom_press_releases-wrapper {
    border-radius: 4px;
    background: #F4F5F7;
    padding: 48px 95px;
}

.newsroom_press_releases .slide-additional_wrapper p {
    color: #091E42;
    /* Header/Additional */
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    /* 133.333% */
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.newsroom_press_releases .h4.slide-title {
    padding-left: 6px;
    padding-top: 10px;
}

.newsroom_press_releases .slide-btnblock {
    padding-left: 6px;
}


a.newsroom_press_releases_button {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #158AFF;
	position: relative;
}

a.newsroom_press_releases_button:after {
	content: "";
	position: absolute;
	top: 3px;
	margin-left: 1px;
	width: 24px;
	height: 24px;
	background: url(/local/templates/1ci/i/icons/arrow.svg) no-repeat 0 0;
	transition: all 0.2s ease-in-out;
}

a.newsroom_press_releases_button:hover {
	color: #0064C9;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.newsroom_press_releases_button:hover:after {
	transform: translateX(3px);
	filter: brightness(0.56) hue-rotate(0deg) saturate(1.9);
}

/*** 15.1ci_newsroom_press_releases ***/


/*** 9.1ci_video_block_popup_text ***/
.video_block_popup_text a.video-w-bg-block_card-watch[target=_popup]:after {
    content: "";
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
    width: 24px;
    height: 24px;
    background: url(/local/templates/1ci/i/icons/play-blue.svg) no-repeat 0 0;
}

.video_block_popup_text h2.video_block_popup_title {
    color: #091E42;
    font-family: Rubik;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.video_block_popup_text p.video_block_popup_desc {
    color: #091E42;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media screen and (min-width: 1000px) {
	.video_block_popup_text .video-w-bg-block_card {
		padding-right: 19%;
	}
}


@media screen and (max-width: 400px) {
	.video_block_popup_text h2.video_block_popup_title {
		color: #091E42;
		/* Header/H4-Mobile */
		font-family: Rubik;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 100% */
	}
	.video_block_popup_text p.video_block_popup_desc {
		color: #091E42;
		font-family: "Source Sans Pro";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 150% */
	}
	
}
/*** 9.1ci_video_block_popup_text ***/

/*** 0.1ci_table_1 ***/
.table_wrapper {
    background-color: #fff;
    color: #444;
	max-width: 100%;
	width: 100%;
}

.table_box {
    border: 1px solid #44444496;
    padding: 10px;
    background: #5e5e5e14;
    font-weight: 700;
	position: relative;
}
.table_row {

}

.table_row > .table_box {
    background: #FFF;
    font-weight: 500;
}

p.table_caption {
    font-weight: 600;
}
/*** 0.1ci_table_1 ***/



/*** 1.1ci_main_banner_new_breadcrumbs_btn_jet ***/

section.main-banner.main-banner-drive-2025.main-banner-cpm.main-banner-jet {
	background: #121d43 !important;
}

.main-banner-jet img.jet_arrow {
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: 200;
    width: 40%;
}

.main-banner-jet img.jet_flame {
    position: absolute;
    top: 135px;
    left: 36%;
    z-index: 100;
    width: 40%;
    animation: move-diagonal-ease 0.01s ease-out alternate infinite;
}

.main-banner-jet .box {
	position: relative;
    overflow: hidden;
}


.main-banner-jet .box i {
	position: absolute;
	top: -250px;
	background: rgba(255, 255, 255, 0.8);
	animation: move-diagonal linear infinite;
	box-shadow: 0px 0px 20px 0px white;
	border-radius: 100%;
}



@keyframes move-diagonal {
  from {
    transform: rotate(30deg) translate(50vh, 0);
  }
  to {
    transform: rotate(30deg) translate(50vh, 100vh);
  }
}



@keyframes move-diagonal-ease {
  from {
	transform: rotate(0deg) translate(1px, 1px);
  }
  to {
	transform: rotate(0deg) translate(0vh, 0vh);
  }
}


@media (min-width: 993px) and (max-width: 1200px) {
	.main-banner-jet img.jet_arrow {
		top: 0px;
		left: 50%;
	}

	.main-banner-jet img.jet_flame {
		left: 37%;
		top: 27%;
	}

}


@media (min-width: 440px) and (max-width: 991px) {
	.main-banner-jet .box {
		padding-bottom: 6rem;
	}
	.main-banner-jet img.jet_arrow {
		top: 0px;
		left: 50%;
	}

	.main-banner-jet img.jet_flame {
		left: 40%;
		top: 27%;
	}
}

@media (min-width: 390px) and (max-width: 439px) {
	.main-banner-jet .box {
		padding-bottom: 6rem;
	}
	.main-banner-jet img.jet_arrow {
		top: 0px;
		left: 50%;
	}

	.main-banner-jet img.jet_flame {
		left: 40%;
		top: 23%;
	}
}


@media (min-width: 200px) and (max-width: 389px) {
	.main-banner-jet .box {
		padding-bottom: 6rem;
	}
	.main-banner-jet img.jet_arrow {
		top: 0px;
		left: 50%;
	}

	.main-banner-jet img.jet_flame {
		left: 37%;
		top: 23%;
	}
}
/*** 1.1ci_main_banner_new_breadcrumbs_btn_jet ***/




/*** 1.1ci_solution_main_banner_svg_animated ***/
@media (min-width: 400px) {
	section.solution-main-banner.svg.animated {
		background-image: url(/local/templates/1ci/i/partners/1Ci-Partner-Visual-new.svg), url(/local/templates/1ci/i/partners/1Ci-Partner-Visual-BG.svg) !important;
		background-position: 100% 100%;
		background-repeat: no-repeat;
	}
}

@media (max-width: 400px) {
	section.solution-main-banner.svg.animated {
		background-image: url(/local/templates/1ci/i/partners/1Ci-Partner-Visual-Mobile-2.svg) !important;
		background-position: 100% 100%;
		background-repeat: no-repeat;
	}
}
section.solution-main-banner.svg.animated {
    overflow: hidden;
    position: relative;
}

section.solution-main-banner #motion-1ci-partner {
    right: 1450px;
    top: 265px;
}

#motion-1ci-partner {
    offset-path: path("M0,60 a390,40 0 1,0 810,0 a390,40 0 1,0 -810,0");
    offset-rotate: 0deg; 
    animation: move 7000ms  infinite alternate ease-out;
    width: 70px;
    height: 70px;
    background: url(/local/templates/1ci/i/banners/Ball.svg);
    animation-direction: normal;
    animation-timing-function: cubic-bezier(0.49, 0.85, 0.53, -0.04);
    position: absolute;
    right: 694px;
}

@keyframes move {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}


@media (min-width: 1900px) {
	section.solution-main-banner #motion-1ci-partner {
		right: 79%;
		top: 47%;
		transform: scale(1.4);
	}
}

@media (min-width: 1000px) and (max-width: 1200px) {
	section.solution-main-banner #motion-1ci-partner {
		right: 1450px;
		top: 265px;
	}
}

@media (min-width: 440px) and (max-width: 999px) {
	section.solution-main-banner #motion-1ci-partner {
		right: 1287px;
		top: 176px;
		transform: scale(0.8);
	}
}

@media (min-width: 389px) and (max-width: 439px) {
	section.solution-main-banner #motion-1ci-partner {
		right: 1450px;
		top: 265px;
	}

}

@media (min-width: 385px) and (max-width: 388px) {
	section.solution-main-banner #motion-1ci-partner {
		right: 1450px;
		top: 265px;
	}

}

@media (max-width: 384px) {
	section.solution-main-banner #motion-1ci-partner {
		right: 980px;
		top: 45%;
	}

}
/*** 1.1ci_solution_main_banner_svg_animated ***/
/*# sourceMappingURL=bx_blocks.css.map */