

/* Start:/local/templates/fb/components/bitrix/news/services/bitrix/news.detail/.default/style.css?176277039311168*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.button-primary__text {
	font-family: Suisse, sans-serif;
}
span.banner-primary__content-description {
	font-family: Suisse, sans-serif;
}
section.why-choose__section.secondary-section {
	margin-top: 0;
}
.why-choose__section-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.why-choose__section-top h2 {
	font-family: Suisse Bold, sans-serif;
	font-size: 40px;
	line-height: 52px;
}
.why-choose__section-top div {
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
}
.why-choose__section-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 24px;
}
.why-choose__card {
	width: 31%;
	height: 280px;
	padding: 18px 18px 26px 18px;
	background-color: white;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.why-choose__card img {
	width: 64px;
	height: 64px;
}
.why-choose__card.card-image {
	background-color: transparent;
	justify-content: center;
}
.why-choose__card.card-image:nth-child(3n + 1) {
	display: none;
}
.why-choose__card.card-image img {
	width: auto;
	height: auto;
}
.why-choose__card-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 15px;
}
.why-choose__card-description {
	color: #8D8D8D;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}
@media (max-width: 1100px) {
	.why-choose__card {
		height: 350px;
	}
}
@media (max-width: 991px) {
	.why-choose__section-top {
		display: block;
	}
	.why-choose__section-top>* {
		width: auto;
	}
	.why-choose__section-top h2 {
		margin-bottom: 16px;
	}
}
@media (max-width: 768px) {
	.why-choose__section-top h2 {
		font-size: 22px;
		line-height: 33px;
	}
	.why-choose__section-top div {
		font-size: 14px;
		line-height: 22px;
	}
	.why-choose__card {
		width: 100%;
		height: auto;
	}
	.why-choose__card>:first-child {
		margin-bottom: 50px;
	}
	.why-choose__card.card-image {
		display: none;
	}
}
.includes__section ul {
	list-style-type: disc;
}
.text-stroke-white {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FFFFFF;
}
.integration__section {
	background-color: #111117;
	color: white;
	padding: 80px 0;
}
.integration__section-top {
	margin-bottom: 40px;
}
.integration__section-title {
	font-family: Suisse Bold, sans-serif;
	font-size: 40px;
	line-height: 52px;
	margin-bottom: 26px;
}
.integration__section-description {
	font-size: 18px;
	line-height: 27px;
}
.integration__section-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.integration__section div.integration__card {
	width: 33%;
	height: 330px;
	padding: 36px 32px;
	border: 1px solid #313342;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4,0,1,1);
}
.integration__section .integration__card:hover {
	background-color: #E50071;
}
.integration__section .integration__card:hover .integration__card-title {
	display: none;
}
.integration__section .integration__card:hover .integration__card-hidden {
	height: auto !important;
	opacity: 1;
	transition: opacity;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4,0,1,1);
}
.integration__section .integration__card-top {
	display: flex;
	justify-content: space-between;
}
.integration__section .integration__card-num {
	font-family: Suisse Bold, sans-serif;
	font-size: 64px;
	line-height: 50px;
	-webkit-text-stroke-color: white;
	-webkit-text-stroke-width: 0.5px;
	color: transparent;
}
.integration__section .integration__card-icon {
	width: 40px;
}
.integration__section .integration__card-title {
	font-family: Suisse Bold, sans-serif;
	font-size: 20px;
	line-height: 30px;
}
.integration__section .integration__card-hidden {
	font-family: Suisse Light, sans-serif;
	height: 0 !important;
	font-size: 16px;
	line-height: 26px;
	opacity: 0;
}
.integration__section .integration__card-consult {
	width: 33%;
	height: 330px;
	padding: 36px 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.integration__section .integration__card-consult p {
	font-family: Suisse Bold, sans-serif;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 24px;
}
.integration__section .integration__card-consult .btn__container {
	padding-bottom: 0;
}
@media (max-width: 1199px) {
	.integration__section {
		padding: 20px 0;
	}
	.integration__section .integration__section-title {
		font-size: 22px;
		line-height: 33px;
	}
	.integration__section .integration__section-description {
		font-size: 14px;
		line-height: 22px;
	}
	.integration__section div.integration__card {
		width: 100%;
		height: 310px;
	}
	.integration__section .integration__card-consult {
		width: 100%;
		height: auto;
	}
	.integration__section .integration__card-consult p {
		font-size: 18px;
		line-height: 28px;
	}
	.integration__section .integration__card-top {
		margin-bottom: 20px;
	}
	.integration__section .integration__card-num {
		font-size: 48px;
		line-height: 36px;
	}
	.integration__section .integration__card-icon {
		width: 34px;
	}
	.integration__section .integration__card-title {
		font-size: 16px;
		line-height: 26px;
	}
	.integration__section .integration__card-hidden {
		font-size: 14px;
		line-height: 22px;
	}
}
.table-primary__consult {
	background-color: #2D2E35;
	padding: 56px 40px;
	margin-top: 40px;
}
.table-primary__consult p {
	font-family: Suisse Bold, sans-serif;
	font-size: 24px;
	line-height: 32px;
	color: white;
	text-align: center;
}
.table-primary__consult .btn__container {
	margin-top: 30px;
	padding-bottom: 0;
}
@media (max-width: 575px) {
	.table-primary__consult p {
		margin-bottom: 30px;
		font-size: 18px;
		line-height: 28px;
	}
}
.two-sided__section>div {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 50px;
	height: 600px;
}
.two-sided__section.gray {
	background-color: #EDEFF3;
}
.two-sided__section.reverse>div {
	flex-direction: row-reverse;
	flex-wrap: wrap-reverse;
}
.two-sided__section.short>div {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: 500px;
}
.two-sided__section.short .two-sided__section-side:first-child {
	height: auto;
}
.two-sided__section.short .two-sided__section-side:first-child>img {
	max-height: 350px;
}
.two-sided__section.short .two-sided__section-side:last-child {
	max-width: 60%;
}
.two-sided__section-side {
	flex: 1 0;
}
.two-sided__section-side:first-child {
	height: 100%;
	flex: 0 0 fit-content;
}
.two-sided__section-side>img {
	height: 100%;
}
.two-sided__section-side>h2 {
	font-size: 32px;
	line-height: 40px;
	font-family: Suisse Bold, sans-serif;
	margin-bottom: 32px;
}
.two-sided__section-side>p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 24px;
}
.two-sided__section-side .copilot {
	max-width: 85%;
	display: flex;
	align-items: center;
	gap: 16px;
	background-color: #FFFFFF99;
	font-size: 14px;
	line-height: 22px;
	padding: 16px 24px 16px 16px;
	margin-bottom: 32px;
}
.two-sided__section-side .copilot-image {
	flex-shrink: 0;
}
.two-sided__section-side .copilot-image img {
	width: 36px;
}
.two-sided__section-side button.btn__main {
	min-width: 270px;
}
.two-sided__section-side>ul>li {
	list-style: url("/images/list-check.png") inside;
	font-family: Suisse, sans-serif;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 28px;
}
.two-sided__section-side>ul>li>span {
	vertical-align: top;
}
@media (max-width: 1200px) {
	.two-sided__section-side:first-child {
		height: auto;
		flex: 1 0;
	}
	.two-sided__section.short .two-sided__section-side:first-child>img {
		margin-left: auto;
	}
}
@media (max-width: 991px) {
	.two-sided__section>div, .two-sided__section.short>div {
		height: auto;
		padding-top: 0;
	}
	.two-sided__section-side {
		min-width: 80%;
	}
	.two-sided__section-side>img {
		max-width: min(600px, 100%);
		justify-content: center;
		margin: 0 auto;
	}
	.two-sided__section.short .two-sided__section-side:last-child {
		max-width: 100%;
	}
	.two-sided__section.short .two-sided__section-side:first-child>img {
		width: auto;
	}
	.two-sided__section-side .copilot {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.two-sided__section-side>h2 {
		font-size: 22px;
		line-height: 33px;
		margin-bottom: 16px;
	}
	.two-sided__section-side>p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.two-sided__section-side .copilot {
		font-size: 12px;
		line-height: 20px;
		padding: 16px 24px 16px 16px;
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {
	.two-sided__section-side .btn__main {
		width: 100%;
	}
}
section.transfer__section.secondary-section {
	margin-top: 96px;
}
.transfer__section-top h2 {
	font-family: Suisse Bold, sans-serif;
	font-size: 40px;
	line-height: 52px;
	margin-bottom: 24px;
}
.transfer__section-top p {
	font-family: Suisse, sans-serif;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 40px;
}
.transfer__section-main {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.transfer__card {
	flex: 1 0;
	padding: 0 18px 24px 18px;
	background-color: white;
}
.transfer__card h3 {
	font-family: Suisse Bold, sans-serif;
	font-size: 18px;
	line-height: 26px;
	padding: 24px;
	text-align: center;
	border-bottom: 1px solid #70707033;
	margin-bottom: 24px;
}
.transfer__card li {
	list-style: url("/images/list-check-small.png");
	font-family: Suisse, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #2D2E35;
	margin: 0 0 8px 24px;
}
.transfer__card li>span {
	vertical-align: text-bottom;
}
@media (max-width: 991px) {
	.transfer__card {
		flex: 1 0 90%;
	}
}
@media (max-width: 767px) {
	.transfer__section-top h2 {
		font-size: 22px;
		line-height: 33px;
		margin-bottom: 12px;
	}
	.transfer__section-top p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 32px;
	}
	.transfer__card h3 {
		padding: 16px;
		margin-bottom: 16px;
	}
}
div.factoid-container {
	padding-bottom: 90px;
	border-bottom: 1px solid rgba(112,112,112,.3);
}
div.factoid__card-num {
	font-family: Suisse Bold, sans-serif;
	font-size: 82px;
	line-height: 128px;
	color: #E50071;
}
@media (max-width: 991px) {
	div.factoid__card-num {
		font-size: 40px;
		line-height: 81px;
	}
}
@media (max-width: 768px) {
	div.factoid__cards {
		display: grid;
		grid-template-columns: repeat(2,minmax(0,1fr));
	}
}
.keys .keys__slider {
	border-bottom: none;
	border-bottom-width: 0;
}
.possibility__section-top div.main-section__title {
	font-size: 40px;
	line-height: 52px;
}
@media (max-width: 767px) {
	.possibility__section-top div.main-section__title {
		font-size: 22px;
		line-height: 33px;
	}
}
div.question__cards {
	padding-bottom: 20px;
}

.products-page__main>.products-page__header-bottom {
	padding-bottom: .5rem;
}
@media (min-width: 769px) {
	.products-page__main>.products-page__header-bottom {
		padding-bottom: 2.5rem;
	}
}

@media (min-width: 769px) {
	.products-page__header .products-page__header-bottom {
		padding-top: 34px;
		padding-bottom: 50px;
	}
}
/* End */


/* Start:/local/templates/fb/components/bitrix/news.detail/support/style.css?1762770393155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/templates/fb/components/bitrix/news.list/reviews_slider/style.css?17627703931984*/
.review.wrapper {
	position: relative;
}
.reviewbox-item {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding: 0.5rem;
}
.reviewbox-item__container {
	display: block;
	gap: 2rem;
}
.reviewbox-item__image {
	display: flex;
	height: 180px;
	width: 100%;
	flex: none;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.reviewbox-item__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}
.reviewbox-item__content {
	margin-top: 1.75rem;
}
.reviewbox-item__title {
	font-size: 14px;
	font-weight: 700;
}
.reviewbox-item__text {
	font-size: 12px;
	font-weight: 300;
}
.reviewbox-item_gap-t {
	margin-top: 1rem;
}
.reviewbox-item__link {
	display: flex;
	cursor: pointer;
	align-items: center;
	-moz-column-gap: .75rem;
	column-gap: 0.75rem;
	font-size: 14px;
	--tw-text-opacity: 1;
	color: rgb(229 0 113 / var(--tw-text-opacity));
}
.reviewbox-item__link svg {
	--tw-rotate: 180deg;
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	fill: #e50071;
}
.review .reviewbox-wrapper__btn-box {
	position: absolute;
	width: 100%;
	top: 50%;
}
.review .swiper-button-prev {
	left: 10px;
}
.review .swiper-button-next {
	right: 10px;
}

@media (min-width: 768px) {
	.reviewbox-item {
		padding: 3.5rem 2.5rem;
	}
	.reviewbox-item__container {
		display: flex;
		gap: 3.5rem;
	}
	.reviewbox-item__image {
		height: 260px;
		width: 280px;
	}
	.reviewbox-item__content {
		margin-top: 0;
	}
	.reviewbox-item__title {
		font-size: 20px;
	}
	.reviewbox-item__text {
		font-size: 16px;
		line-height: 26px;
	}
	.reviewbox-item_gap-t {
		margin-top: 1.5rem;
	}
	.reviewbox-item__link {
		font-size: 16px;
		line-height: 26px;
	}
}

/* End */


/* Start:/local/components/firstbit/seo.office/templates/.default/style.css?176277038642*/
.office_seo{
    display:none!important;
}
/* End */


/* Start:/local/templates/fb/components/bitrix/news.list/cert_slider/style.css?17627703933202*/
.certificates {
	background-image: url(/local/templates/fb/assets/img/bg_1.c0452f04.jpg);
	background-size: contain;
	/*background-color: rgba(0,0,0,0.7);*/
	background-blend-mode: color;
	padding: 40px 0 80px;
}
.certificates.mb-40 {
	margin-bottom: 40px;
}
.cert_heading {
	margin-bottom: 40px;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 32px;
	font-weight: 500;
}
.certificates__slider {
	overflow: hidden;
}
.certificates.slider .swiper-wrapper {}
.swiper-slide.cert__slide {
	height: 362px;
	width: auto;
	transition: all ease 0.4s;
}
.cert__slide img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.swiper-slide.cert__slide:hover {
	padding: 0 30px;
}
.cert__inner {
	position: relative;
	max-width: 1095px;
	margin: 0 auto;
}
.cert__inner .cert__btn {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
}
.cert__inner .cert__btn.left {
	left: -100px;
}
.cert__inner .cert__btn.right {
	right: -100px;
}
.cert__inner .cert__btn svg {
	transform: scale(4); /* Scale to 76x112 (19x28 * 4) */
	transform-origin: center;
}
.cert__wrapper {
	overflow: hidden;
}
#fancybox-cert_fb .fancybox__backdrop {
	background-color: rgba(255,255,255,0.57);
	backdrop-filter: blur(8px);
}
#fancybox-cert_fb .fancybox__nav .f-button {
	color: #E50071;
}
#fancybox-cert_fb .fancybox__nav .f-button:hover {
	background-color: transparent;
}
@media (max-width: 1199px) {
	.cert__inner {
		max-width: 900px;
	}
	.cert__inner .cert__btn.left {
		left: -80px;
	}
	.cert__inner .cert__btn.right {
		right: -80px;
	}
}
@media (max-width: 889px) {
	.cert__inner {
		max-width: 600px;
	}
	.cert__inner .cert__btn.left {
		left: -60px;
	}
	.cert__inner .cert__btn.right {
		right: -60px;
	}
	.cert__inner .cert__btn svg {
		transform: scale(1); /* Revert to original 19x28 size */
	}
	.cert__inner .cert__btn svg path {
		stroke-width: 7; /* Revert to original stroke width for mobile */
	}
	.swiper-slide.cert__slide {
		height: 367px; /* Half the height for mobile */
	}
}
@media (max-width: 767px) {
	.cert__inner {
		max-width: 500px;
	}
	.cert__inner .cert__btn.left {
		left: -40px;
	}
	.cert__inner .cert__btn.right {
		right: -40px;
	}
	.cert__inner .cert__btn svg {
		transform: scale(1); /* Revert to original 19x28 size */
	}
	.cert__inner .cert__btn svg path {
		stroke-width: 7; /* Revert to original stroke width for mobile */
	}
	.swiper-slide.cert__slide {
		height: 316px; /* Half the height for mobile */
	}
}
@media (max-width: 439px) {
	.cert__inner {
		max-width: 260px;
	}
	.cert__inner .cert__btn.left {
		left: -30px;
	}
	.cert__inner .cert__btn.right {
		right: -30px;
	}
	.cert__inner .cert__btn svg {
		transform: scale(1);
	}
	.cert__inner .cert__btn svg path {
		stroke-width: 7;
	}
	.swiper-slide.cert__slide {
		height: 181px;
		width: 100% !important; /* Занимает всю доступную ширину */
	}
	.certificates.slider .swiper-wrapper {
		justify-content: center; /* Центрируем слайды */
	}
	.cert__slide img {
		width: auto;
		height: 100%;
	}
}

/* End */
/* /local/templates/fb/components/bitrix/news/services/bitrix/news.detail/.default/style.css?176277039311168 */
/* /local/templates/fb/components/bitrix/news.detail/support/style.css?1762770393155 */
/* /local/templates/fb/components/bitrix/news.list/reviews_slider/style.css?17627703931984 */
/* /local/components/firstbit/seo.office/templates/.default/style.css?176277038642 */
/* /local/templates/fb/components/bitrix/news.list/cert_slider/style.css?17627703933202 */
