

/* Start:/local/templates/depohost/components/bitrix/catalog.section.list/popular_solutions_front/style.css?17569849208292*/
.popular-solutions-subtitle {
	line-height: 22px;
	margin-top: 10px;
}

.popular-solutions-tabs {
	margin-top: 40px;
}

.popular-solutions-tabs-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.popular-solutions-tabs-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 48%;
}

.popular-solutions-tabs-head-item {
	position: relative;
	display: inline-block;
	-webkit-box-shadow: 0 0 0 2px #E1E5EB;
	box-shadow: 0 0 0 2px #E1E5EB;
	padding: 13px 15px;
	margin: 0 1px;
	cursor: pointer;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	color: #647185;
}

.popular-solutions-tabs-head-item:first-child {
	border-radius: 8px 0 0 8px;
}

.popular-solutions-tabs-head-item:last-child {
	border-radius: 0 8px 8px 0;
}

.popular-solutions-tabs-head-item:hover {
	-webkit-box-shadow: 0 0 0 2px #0094FF;
	box-shadow: 0 0 0 2px #0094FF;
	z-index: 5;
}

.popular-solutions-tabs-head-item.active-tab {
	color: #000000;
	-webkit-box-shadow: 0 0 0 2px #0094FF;
	box-shadow: 0 0 0 2px #0094FF;
	z-index: 5;
}

.popular-solutions-tabs-body {
	margin-top: 40px;
}

.popular-solutions-sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 48%;
}

.popular-solutions-sort-item {
	position: relative;
	display: inline-block;
	-webkit-box-shadow: 0 0 0 2px #E1E5EB;
	box-shadow: 0 0 0 2px #E1E5EB;
	padding: 13px 15px;
	margin: 0 1px;
	cursor: pointer;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

.popular-solutions-sort-item:first-child {
	border-radius: 8px 0 0 8px;
}

.popular-solutions-sort-item:last-child {
	border-radius: 0 8px 8px 0;
}

.popular-solutions-sort-item:hover {
	-webkit-box-shadow: 0 0 0 2px #0094FF;
	box-shadow: 0 0 0 2px #0094FF;
	z-index: 5;
}

.popular-solutions-sort-item.active-tab {
	-webkit-box-shadow: 0 0 0 2px #0094FF;
	box-shadow: 0 0 0 2px #0094FF;
	z-index: 5;
}

.popular-solutions-dropdowns {
	display: none;
}

.popular-solutions-dropdown {
	margin-bottom: 20px;
}

.popular-solutions-dropdown:last-child {
	margin-bottom: 0;
}

.popular-solutions-items {
	white-space: nowrap;
}

.popular-solutions-items-wrapper {
	display: none;
	/*padding: 3% 1%;*/
	padding: 15px 1% !important;
}

.popular-solutions-items-wrapper.active-tab {
	display: block;
	-webkit-animation: showTabsBodyDesktop 0.5s ease-in-out;
	animation: showTabsBodyDesktop 0.5s ease-in-out;
}

.popular-solutions-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 24px 30px 75px;
	-webkit-box-shadow: 0 0 12px rgba(65, 69, 96, 0.1);
	box-shadow: 0 0 12px rgba(65, 69, 96, 0.1);
	background-color: #FFFFFF;
	border-radius: 12px;
	-webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
	transition: -webkit-transform .3s, -webkit-box-shadow .3s;
	-o-transition: transform .3s, box-shadow .3s;
	transition: transform .3s, box-shadow .3s;
	transition: transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
}

.popular-solutions-item:last-child {
	margin-right: 0;
}

.popular-solutions-item:hover {
	-webkit-box-shadow: 0 5px 10px #0004;
	box-shadow: 0 5px 10px #0004;
	-webkit-transform: translateY(-4px) !important;
	-ms-transform: translateY(-4px) !important;
	transform: translateY(-4px) !important;
}

.popular-solutions-item__title {
	display: block;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
	margin-top: 40px;
}

.popular-solutions-item__label {
	position: absolute;
	right: 0;
	top: 20px;
	display: inline-block;
	vertical-align: top;
	padding: 7px 20px 7px 10px;
	color: #FFFFFF;
	border-radius: 6px 0 0 6px;
}

.popular-solutions-item__label:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 6px;
}

.popular-solutions-item__label.hit {
	background-color: #FF603D;
}

.popular-solutions-item__label.hit:before {
	background: url("/local/templates/depohost/components/bitrix/catalog.section.list/popular_solutions_front/../../../../pictures/icons/star.svg");
}

.popular-solutions-item__label.recommended {
	background-color: #00BF7A;
}

.popular-solutions-item__label.recommended:before {
	background: url("/local/templates/depohost/components/bitrix/catalog.section.list/popular_solutions_front/../../../../pictures/icons/like.svg");
}

.popular-solutions-item__label.sale {
	background-color: #00BF7A;
}

.popular-solutions-item__label.sale:before {
	background-image: url("/local/templates/depohost/pictures/icons/percent.svg");
}

.popular-solutions-item__label.bitrix {
	background-color: #F9A400;
}

.popular-solutions-item__label.bitrix:before {
	width: 27px;
	background-image: url("/local/templates/depohost/pictures/icons/1c-icon-small.svg");
}

.popular-solutions-item__price {
	display: block;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
}

.popular-solutions-item-characteristics {
	margin: 20px 0 50px;
}

.popular-solutions-item-characteristics li {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
    text-wrap: auto;
}

.popular-solutions-item-characteristics li:last-child {
	margin-bottom: 0;
}

.popular-solutions-item-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 30px;
}

.popular-solutions-bottom {
	margin-top: 30px;
}

.popular-solutions-bottom span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.popular-solutions-bottom .btn {
	vertical-align: middle;
	border: 2px solid #E1E5EB;
	color: #0094FF;
}

.popular-solutions-bottom .btn:hover {
	color: #0094FF;
}

.popular-solutions-items {
	-webkit-box-shadow: 0 7px 15px 8px #fbfbfc;
	box-shadow: 0 7px 15px 8px #fbfbfc;
	/*padding: 15px 1% !important;*/
}

.popular-solution-description {
	display: block;
	margin-top: 18px;
	white-space: normal;
}

.popular-solutions-item.swiper-slide {
	height: auto;
}

@-webkit-keyframes showTabsBodyDesktop {
	0% {
		display: none;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes showTabsBodyDesktop {
	0% {
		display: none;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes showTabsBodyMobile {
	0% {
		display: none;
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes showTabsBodyMobile {
	0% {
		display: none;
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@media screen and (max-width: 1400px) {
	.popular-solutions-tabs-head-item {
		font-size: 11px;
	}

	.popular-solutions-sort-item {
		font-size: 11px;
	}

	.popular-solutions-item__title {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 15px;
	}

	.popular-solutions-item__price {
		font-size: 24px;
		line-height: 30px;
	}

	.popular-solutions-item-bottom .btn {
		font-size: 14px;
		padding: 5px 10px;
	}

	.popular-solutions-item-bottom .link {
		font-size: 12px;
	}
}

@media screen and (max-width: 992px) {
	.popular-solutions-tabs-head-item {
		padding: 9px 7px;
	}

	.popular-solutions-sort-item {
		padding: 9px 7px;
	}

	.popular-solutions-item-bottom .btn {
		font-size: 14px;
		padding: 5px 10px;
	}

	.popular-solutions-item-bottom .link {
		font-size: 15px;
	}
}

@media screen and (max-width: 768px) {
	.popular-solutions-tabs-head {
		display: none;
	}

	.popular-solutions-sort {
		display: none;
	}

	.popular-solutions-dropdowns {
		display: block;
	}

	.popular-solutions-items-wrapper.active-tab {
		-webkit-animation: showTabsBodyMobile 0.5s ease-in-out;
		animation: showTabsBodyMobile 0.5s ease-in-out;
	}

	.popular-solutions-item {
		width: 350px;
	}

	.popular-solutions-bottom span {
		font-size: 14px;
	}

	.popular-solutions-bottom .btn {
		font-size: 12px;
	}
}

@media screen and (max-width: 540px) {
	.popular-solutions-bottom span {
		display: block;
		margin-bottom: 10px;
	}

	.popular-solutions-item-characteristics li{
		font-size: 12px;
	}
}
/* End */


/* Start:/local/templates/depohost/components/bitrix/catalog.section/additional-services/style.css?16916701713457*/
.additional-services-wrapper {
  margin: 40px 0 60px;
}

.additional-services-wrapper.no-accordion .additional-services-title {
  padding-left: 0;
  cursor: text;
}

.additional-services-wrapper.no-accordion .additional-services-title:before,
.additional-services-wrapper.no-accordion .additional-services-title:after {
  content: none;
}

.additional-services-wrapper.no-accordion .additional-services-title:hover {
  color: #000000;
}

.additional-services-wrapper.no-accordion .additional-services-content {
  display: block;
}

.additional-services-title {
  position: relative;
  display: block;
  margin-bottom: 40px;
  padding-left: 30px;
  cursor: pointer;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;

}

.additional-services-title:hover {
  color: #0094FF;
}

.additional-services-title:before,
.additional-services-title:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #0094FF;
  top: 25%;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.additional-services-title:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.additional-services-title.active:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.additional-services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.additional-services-item {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E5EB;
}

.additional-services-item:nth-child(even) {
  margin-right: 0;
}

.additional-services-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.additional-services-item__name {
  margin-right: 10px;
}

.additional-services-item__price {
  white-space: nowrap;
}

.additional-services-item__name,
.additional-services-item__price {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
}

.additional-services-item__text {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  color: #647185;
  margin-top: 5px;
  font-size: 14px;
  line-height: 25px;
}

.additional-services-item__text ul {
  margin-top: 20px;
}

.additional-services-item__text ul li {
  position: relative;
  margin-bottom: 10px;
}

.additional-services-item__text ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  background-color: #647185;
  border-radius: 50%;
}

.additional-services-content {
  display: none;
}

@media screen and (max-width: 1200px) {
  .additional-services-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .additional-services-title {
    font-size: 18px;
    line-height: 24px;
    margin-left: 10px;
  }

  /*.additional-services-item {*/
  /*  width: 100%;*/
  /*  margin-right: 0;*/
  /*  margin-bottom: 20px;*/
  /*}*/

  .additional-services-item__name,
  .additional-services-item__price {
    font-size: 15px;
    line-height: 20px;
  }
}
/* End */


/* Start:/local/templates/depohost/components/bitrix/news.list/faq/style.css?16528004001734*/
.faq-block {
	margin-top: 40px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 10px 40px rgba(65, 69, 96, 0.1);
	box-shadow: 0 10px 40px rgba(65, 69, 96, 0.1);
	border-radius: 12px;
	padding: 0 30px;
}

.faq-wrapper {
	padding: 27px 0;
	border-bottom: 1px solid #E1E5EB;
}

.faq-wrapper:last-child {
	border-bottom: none;
}

.faq-title {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	vertical-align: middle;
	padding-left: 30px;
	cursor: pointer;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	font-size: 18px;
	line-height: 24px;
}

.faq-title:hover {
	color: #0094FF;
	text-shadow: none;
}

.faq-title:before,
.faq-title:after {
	content: "";
	position: absolute;
	left: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 2px;
	height: 20px;
	background-color: #0094FF;
	top: auto;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.faq-title:before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.faq-title.active:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.faq-content {
	display: none;
	padding: 0 30px;
	margin-top: 20px;
	color: #647185;
	line-height: 24px;
}

@media screen and (max-width: 768px) {
	.faq-title {
		font-size: 14px;
		line-height: 18px;
	}

	.faq-title:before,
	.faq-title:after {
		height: 15px;
	}

	.faq-content {
		font-size: 14px;
		line-height: 18px;
	}
}

@media screen and (max-width: 540px) {
	.faq-block {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
}
/* End */


/* Start:/local/templates/depohost/components/bitrix/news.list/clients-slider/style.css?1656062735393*/
.clients-slider {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px !important;
}

.clients-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.clients-item img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  margin: 0 auto;
}
/* End */


/* Start:/local/templates/depohost/components/bitrix/news.list/our-technology/style.css?1656062735916*/
.our-technology-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 2rem;
}

.our-technology-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% / 5 - 2rem);
  flex: 1 0 calc(100% / 5 - 2rem);
}

.our-technology-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.our-technology-item img {
  margin: 0 auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

@media screen and (max-width: 992px) {
  .our-technology-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 3 - 2rem);
    flex: 1 0 calc(100% / 3 - 2rem);
  }
}

@media screen and (max-width: 768px) {
  .our-technology-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 2 - 2rem);
    flex: 1 0 calc(100% / 2 - 2rem);
  }
}
/* End */
/* /local/templates/depohost/components/bitrix/catalog.section.list/popular_solutions_front/style.css?17569849208292 */
/* /local/templates/depohost/components/bitrix/catalog.section/additional-services/style.css?16916701713457 */
/* /local/templates/depohost/components/bitrix/news.list/faq/style.css?16528004001734 */
/* /local/templates/depohost/components/bitrix/news.list/clients-slider/style.css?1656062735393 */
/* /local/templates/depohost/components/bitrix/news.list/our-technology/style.css?1656062735916 */
