

/* Start:/local/templates/bq_aliot_s1/components/bitrix/news/completed_projects/bitrix/news.detail/.default/style.css?17582930395737*/
.completed-detail section {
	margin-bottom: 50px;
}

.completed-detail__top {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;

}

.completed-detail-top__img {
	position: relative;
	width: 50%;
}

.completed-detail-top__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.completed-detail-top__info {
	width: 50%;
	padding: 30px;
}

.completed-detail-top__title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 24px;
}

.completed-detail-top__row {
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: 500;
}

.completed-detail-top__row span:first-child {
	color: #333;
	font-weight: 600;
}

.completed-detail-top__result {
	padding: 16px 33px 16px 16px;
	background-color: #F9FAFB;
	border-left: 3px solid #DF4D48;
	margin-top: 100px;
}

.completed-detail-top-result__title {
	color: #E12A2A;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
}

.completed-detail-top-result__text {
	font-weight: 600;
	font-size: 15px;
}


/**/

.completed-detail-steps__item {
	background-color: #fff;
	padding: 24px 24px 24px 96px;
	margin-bottom: 16px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	position: relative;
}

.completed-detail-steps__item:before {
	content: "";
	border-radius: 50%;
	position: absolute;
	width: 56px;
	height: 56px;
	left: 24px;
	top: 24px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
}

.completed-detail-steps-item__title {

	font-weight: 600;
	font-size: 22px;
	margin-bottom: 6px;

}

.completed-detail-steps__item--task:before {
	background-image: url("/local/templates/bq_aliot_s1/img/comp-task.svg");
}

.completed-detail-steps__item--solution:before {
	background-image: url("/local/templates/bq_aliot_s1/img/comp-solu.svg");
}

.completed-detail-steps__item--about:before {
	background-image: url("/local/templates/bq_aliot_s1/img/comp-about.svg");
}

.completed-detail-steps__item--result:before {
	background-image: url("/local/templates/bq_aliot_s1/img/comp-result.svg");
}

/**/

.completed-detail-slider .splide {
	max-width: 100%;
	margin: 0;
}

.completed-detail-slider .splide__pagination {
	bottom: 10px;
}

.completed-detail-slider .splide__pagination__page {
	background: #ccc;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.completed-detail-slider .splide__pagination__page.is-active {
	background: #fff;
}

.completed-detail-slider .splide__arrow {
	background: rgba(0, 0, 0, 0.5);
	border: none;
	color: #fff;
	width: 30px;
	height: 30px;
}


.completed-detail-slider .thumbnail-bar {
	display: flex;
	position: relative;
	overflow-x: auto;
	margin: 0 auto;
	box-sizing: border-box;
	scroll-behavior: smooth;
	padding: 14px 0 16px;
}

.completed-detail-slider .thumbnail-bar__item {
	width: calc(14.28% - 10px);
	object-fit: cover;
	cursor: pointer;
	margin-right: 10px;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	border: 2px solid transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}

.completed-detail-slider .thumbnail-bar__item svg {
	position: relative;
	z-index: 1;
}

.completed-detail-slider .thumbnail-bar__item.is-active {
	border: 2px solid red;
}

.completed-detail-slider .thumbnail-bar__item:last-child {
	margin-right: 0;
}

.completed-detail-slider .splide__slide {
	overflow: hidden;
	border-radius: 10px;
}

.completed-detail-slider .splide__slide:before,
.completed-detail-slider .thumbnail-bar__item:before {
	content: "";
	padding-top: 55%;
	display: block;
}

.completed-detail-slider img,
.completed-detail-slider iframe,
.completed-detail-slider video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.completed-detail-slider .thumbnail-bar img:last-child {
	margin-right: 0;
}

.completed-detail-slider .splide__slide:before {
	padding-top: 50%;
}

.completed-detail-slider .thumbnail-bar img.active {
	border-color: red;
}

.completed-detail-slider .thumbnail-bar-wrapper {
	position: relative;
	width: 100%;
}

.completed-detail-slider .thumbnail-bar {
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.completed-detail-slider .thumbnail-bar::-webkit-scrollbar {
	display: none;
}

.completed-detail-slider .scrollbar {
	width: 100%;
	height: 8px;
}

.completed-detail-slider .scrollbar__track {
	width: 100%;
	height: 100%;
	position: relative;
}

.completed-detail-slider .scrollbar__thumb {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #E12A2A;
	border-radius: 4px;
}


.completed-detail-slider .splide__arrow {
	width: 44px;
	height: 44px;
	background: #fff;
	outline: none !important;
}


@media (max-width: 991px) {
	.completed-detail__top {
		flex-direction: column;
	}

	.completed-detail-top__img {
		width: 100%;
		order: 2;
	}

	.completed-detail-top__img:before {
		padding-top: 55%;
		display: block;
		content: "";
	}

	.completed-detail-top__info {
		width: 100%;
		order: 1;
		padding: 15px;
	}

	.completed-detail-top__result {
		margin-top: 30px;
		padding: 15px;
	}

	.completed-detail-top__row,
	.completed-detail-top-result__text {
		font-size: 14px;
	}

	.completed-detail-steps__item {
		padding: 15px;
	}

	.completed-detail-steps__item:before {
		width: 30px;
		height: 30px;
		left: 15px;
		top: 10px;
	}

	.completed-detail-steps-item__title {
		font-size: 16px;
		padding-left: 40px;
	}

	.completed-detail-slider .thumbnail-bar__item {
		width: calc(25% - 4px);
		margin-right: 4px;
		border-radius: 6px;
	}

	.completed-detail-slider .thumbnail-bar__item svg {
		width: 20px;
	}

	.completed-detail-slider .scrollbar {
		height: 4px;
	}
}
/* End */


/* Start:/local/templates/bq_aliot_s1/components/bquadro/form/consult/style.css?17519725092814*/
.consult {
    background-color: #fff;
    padding: 40px 0;
}

.consult .bq-form-inner {
    margin: 0 -10px;
}

.consult .bq-form {
    max-width: 588px;
    margin: 0 auto;
}

.bq-form-descr {
    text-align: center;
    color: #4A5565;
    margin-bottom: 30px;
}

.consult .bq-form-title {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    margin-bottom: 17px;

}

.consult .bq-form-inner__item {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 26px 0;
}

.consult .bq-form-inner__item--textarea {
    width: 100%
}

.consult .bq-form-submit {
    width: calc(100% - 20px);
    margin-left: 10px;
    background-color: #E12A2A;
    border-radius: 5px;
    border: none;
    min-height: 52px;
    transition: background-color .3s;
    font-weight: 700;
}

.consult .bq-form-submit:hover {
    background: #c51f1f;
}

.consult .bq-form-input,
.consult .bq-form-textarea {
    border: 1px solid #D1D5DC;
    border-radius: 5px;
    min-height: 44px;
    font-weight: normal;
}

.consult .bq-form-textarea {
    min-height: 120px;
}

.consult .bq-form-inner__item > span:nth-child(1) {
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 3px;
    font-weight: 600;
}

.consult .bq-form-inner__item--agreement {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
}

.consult .bq-form-checkbox__text,
.consult .bq-form-checkbox__text a {
    font-weight: 400;
    font-size: 12px;
}

.consult .bq-form-checkbox__text a {
    text-decoration: none;
    color: #E12A2A;
}

.consult .bq-form-checkbox__text::before {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: 1px solid #D1D5DC;
    top: 1px;
}

.consult .bq-form-checkbox__input:checked ~ .bq-form-checkbox__text::before {
    background-color: transparent;
    border: 1px solid #D1D5DC;
}

.consult .bq-form-checkbox__input:checked ~ .bq-form-checkbox__text::after {
    display: block;
    position: absolute;
    top: 0;
    left: 3px;
    width: 17px;
    height: 13px;
    background-image: url(/local/templates/bq_aliot_s1/img/tic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    background-color: transparent;
}


.consult .contact-form__title {

    width: 100%;
    text-align: center;
    margin-bottom: 7px;
}

.consult .contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 16px;
}

.consult .contact-form__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.consult .contact-form__wrap  a {
    margin: 0 10px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .consult .bq-form-inner__item {
        width: 100%;
    }
    .consult
    {
        padding: 20px 15px;
    }
    .consult .bq-form-title
    {
        font-size: 20px;
    }
}
/* End */


/* Start:/local/templates/bq_aliot_s1/components/bquadro/catalog.section/solutions_completed/style.css?1757525363481*/
.solutions-completed .list_prod_item
{
    margin: 0;
}
.solutions-completed .list_prod_item:after
{
    right: 0;
}

.solutions-completed .splide__arrow {
    background: #fff;
    outline: none !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.solutions-completed .splide__arrow--prev {
    left: -10px;
}

.solutions-completed .splide__arrow--next {
    right: -10px;
}

.solutions-completed .splide__arrow svg {
    height: 1em;
    width: 1em;
}
/* End */


/* Start:/local/templates/bq_aliot_s1/components/bitrix/news.list/tech_list_comp/style.css?17575270192587*/
.completed-tech-list .splide__slide {
    background: #fff;
}
.completed-tech-list .splide__arrow {
    background: #fff;
    outline: none !important;
    opacity: 1;
}

.completed-tech-list .splide__arrow--prev {
    left: -10px;
}

.completed-tech-list .splide__arrow--next {
    right: -10px;
}

.completed-tech-list .splide__arrow svg {
    height: 1em;
    width: 1em;
}

/*.lidservices*/
.lidservices__slider {
    position: relative;
    padding-bottom: 74px;
}

.lidservices__slider .splide__arrows {
    display: flex;
    position: absolute;
    top: calc(100% + 32px);
    right: 0;
    justify-content: space-between;
    width: 70px;
}

.lidservices__slider .splide__arrow {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 26px;
    height: 16px;
    transform: none;
    transform-origin: center;
    background-color: transparent;
    opacity: 1;
}

.lidservices__slider .splide__arrow:before,
.lidservices__slider .splide__arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    transition: opacity .3s;
}

.lidservices__slider .splide__arrow:before {
    background-image: url(/local/templates/bq_aliot_s1/img/lidservices-slider-arrow.svg);
}

.lidservices__slider .splide__arrow:after {
    background-image: url(/local/templates/bq_aliot_s1/img/lidservices-slider-arrow-red.svg);
    opacity: 0;
}

.lidservices__slider .splide__arrow:not([disabled]):hover:after {
    opacity: 1;
}

.lidservices__slider .splide__arrow:not([disabled]):hover:before {
    opacity: 0;
}

.lidservices__slider .splide__arrow[disabled] {
    opacity: 0.5;
}

.lidservices__slider .splide__arrow svg {
    display: none;
}

.lidservices__slider .splide__arrow.splide__arrow--prev {
    transform: rotate(180deg);
}

a.lidservices-slider__slide,
a.lidservices-slider__slide:hover {
    display: block;
    height: 100%;
    padding: 20px;
    border: 2px solid #ECECEC;
    text-decoration: none;
    transition: border-color .3s;
}

.lidservices-slider__img {
    margin-bottom: 16px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lidservices-slider__img:before {
    display: block;
    padding-top: 100%;
    content: '';
}

.lidservices-slider__title {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
}

a.lidservices-slider__slide:hover {
    border-color: #E12A2A;
}

/* End */


/* Start:/local/templates/bq_aliot_s1/components/bquadro/catalog.section.list/completed/style.css?1757525363359*/
.completed-category .splide__arrow {
    background: #fff;
    outline: none !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.completed-category .splide__arrow--prev {
    left: -10px;
}

.completed-category .splide__arrow--next {
    right: -10px;
}

.completed-category .splide__arrow svg {
    height: 1em;
    width: 1em;
}
/* End */
/* /local/templates/bq_aliot_s1/components/bitrix/news/completed_projects/bitrix/news.detail/.default/style.css?17582930395737 */
/* /local/templates/bq_aliot_s1/components/bquadro/form/consult/style.css?17519725092814 */
/* /local/templates/bq_aliot_s1/components/bquadro/catalog.section/solutions_completed/style.css?1757525363481 */
/* /local/templates/bq_aliot_s1/components/bitrix/news.list/tech_list_comp/style.css?17575270192587 */
/* /local/templates/bq_aliot_s1/components/bquadro/catalog.section.list/completed/style.css?1757525363359 */
