

/* Start:/partner/tech-partner/style.css?176174222715509*/
:root {
	--color-primary: #CC2B24;
	--color-optional: #F5F5F5;
	--margin-next-block: 5rem;
}
body {
	font-size: 1rem;
	font-weight: 400;
}
/* header */
.content__btns {
	display: flex;
	align-items: center;
	gap: 2.1875rem;
}
body .partner-header .partner-btn.btn {
	margin: 0 !important;
}
@media (max-width: 600px) {
	.content__btns {
		gap: 1.5rem;
	}
	.partner-header__img img {
		display: none;
	}
	    body .partner-header__img {
			margin: 0 !important;
		}
	.partner-header {
		padding: 4.375rem 0;
	}
}
/*  */
.partnership-redsoft {
	margin: var(--margin-next-block) 0;
}
.partnership-redsoft__grid {
	margin-top: 3.125rem;	
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.375rem;
}
.partnership-redsoft__title {
	font-size: 1.25rem;
	font-weight: 600;
	margin: 1.25rem 0 .75rem 0;
}
.partnership-redsoft__item img {
	width: 100%;
}
@media (max-width: 768px) {
	.partnership-redsoft__grid {
		grid-template-columns: 1fr;
	}
	.partnership-redsoft__item img {
		width: auto;
	}
    .partnership-redsoft__item br {
        display: none;
    }
}
@media (max-width: 500px) {
    .partnership-redsoft__item img {
        width: 100%;
    }
}
.opens-possibilities {
	margin-bottom: var(--margin-next-block);
}
.opens-possibilities__grid {
	display: grid;
 	gap: 1.25rem;
	grid-template-areas:
    "A A A A A A A A B B B B"
    "C C C C D D D D D D D D";
	margin-top: 3.125rem;
}
.box-1 {
	grid-area: A;
}
.box-2 {
	grid-area: B;
}
.box-3 {
	grid-area: C;
}
.box-4 {
	grid-area: D;
}
.opens-possibilities__item {
	padding: 2rem;
	border: 1px solid #E7E7E7;
}
.opens-possibilities__title {
	display: flex;
	align-items: center;
	gap: .875rem;
	margin-bottom: 1.25rem;
}
.opens-possibilities__item:first-child .opens-possibilities__title {
	margin-bottom: .625rem;
}
.opens-possibilities__title p {
	font-size: 18px;
	font-weight: 700;
	color: #313131;
}
.opens-possibilities__title p span {
	white-space: nowrap;
}
.opens-possibilities__title img {
	width: 42px;
	height: 42px;
}
.opens-possibilities__annotation {
	padding-top: .8125rem;
	margin-top: .9375rem;
	border-top: 1px solid #E7E7E7;
	font-size: 14px;
	color: #6E6E6E;
}
@media (max-width: 768px) {
	.opens-possibilities__grid {
		grid-template-areas: "A" "B" "C" "D";
		grid-template-columns: 1fr;
	}
}
@media (max-width: 500px) {
	.opens-possibilities__title {
		flex-direction: column;
		align-items: flex-start;
	}
} 
.our-partners {
	margin-bottom: 6.875rem;
}
.our-partners__title--mobile {
	display: none;
}

@media (max-width: 768px) {
	.our-partners__title--desktop {
		display: none;
	}

	.our-partners__title--mobile {
		display: block;
		margin-bottom: 2rem;
	}
	.our-partners__subtitle {
		font-size: 20px;
		color: #313131;
		margin-top: 1.25rem;
	}
}
.our-partners__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.25rem;
	margin-top: 3.125rem;
}
.our-partners__item {
	display: flex;
	justify-content: space-between;
	border: 1px solid #E5E5E5;
}
.our-partners__item img {
	width: 17.5rem;
}
.our-partners-content {
	padding: 1.5rem 0 1.875rem 1.5rem;
	display: flex;
	flex-direction: column;
}
.our-partners-content__title {
	color: var(--color-primary);
	font-size: 46px;
	font-weight: 700;
}
.our-partners-content__desc {
	font-size: 18px;
}
.our-partners-content__link {
	margin-top: auto;
	display: flex;
	align-items: center;
	color: var(--color-primary);
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}
.our-partners-content__link::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 13.25L15.1275 13.25L12.4425 15.9425L13.5 17L18 12.5L13.5 8L12.4425 9.0575L15.1275 11.75L6 11.75L6 13.25Z' fill='%23CC2B24'/%3E%3C/svg%3E");
	background-size: contain;
	vertical-align: middle;
}
@media (max-width: 1000px) {
	.our-partners__items {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 500px) {
	.our-partners__item img {
		display: none;
	}
	.our-partners-content__link {
		margin-top: 1.25rem;
	}
}
.marquee {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 36px;
	margin-bottom: 6.875rem;
}
.marquee-mobile__items {
	display: none;
}
.marquee-content {
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
}
.marquee3k {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.marquee__item {
	color: #202124;
	height: 57px;
	border: 1px solid #E5E5E5;
	border-radius: 6px;
	margin-right: 22px;
	padding: 0 1.625rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position-x: right;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.marquee__item--red {
	gap: 1rem;
	background-image: url(/partner/tech-partner/img/marquee-item-red-bg.png);
	background-color: var(--color-primary);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border: 1px solid #DADADA;
}
.marquee__item--black {
	gap: 1rem;
	background-image: url(/partner/tech-partner/img/marquee-item-black-bg.png);
	background-color: #262626;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border: 1px solid #DADADA;
}
.marquee__item--red img,
.marquee__item--black img {
	width: 32px;
	height: 32px;
}
@media (max-width: 500px) {
	.marquee3k {
		display: none !important;
	}

	.w-341 { width: 341px; }
	.w-235 { width: 235px; }
	.w-197 { width: 197px; }
	.w-187 { width: 187px; }
	.w-183 { width: 183px; }
	.w-140 { width: 140px; }
	.w-134 { width: 134px; }
	.w-124 { width: 124px; }

	.marquee-mobile__items {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 341px;
		width: 100%;
	}

	.marquee-mobile__items:first-child {
		margin-bottom: 1.625rem;
	}

	.marquee__item {
		margin-right: 0;
		padding: 0;
		
	}
	.marquee__item:not(:last-child) {
		margin-bottom: .75rem;
	}
	.marquee__item--black,
	.marquee__item--red {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1.625rem !important;
	}
}
@media (max-width: 355px) {
	.marquee__item {
		width: 100%;
	}
}
.confirm-compatibility {
	background-color: var(--color-optional);
	padding: 4.0625rem 0;
	margin-bottom: var(--margin-next-block);
}
.confirm-compatibility__group {
	display: flex;
	width: 100%;
	justify-content: center;
	gap: 1.375rem;
	margin-top: 3.125rem;
}
.confirm-compatibility__item {
	width: 33.33%;
	border: 1px solid #E5E5E5;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
}
.confirm-compatibility__item img {
	width: 7.9375rem;
}
.confirm-compatibility__content {
	padding: 1.5rem 0 2rem 1.5rem;
	display: flex;
	flex-direction: column;
}
.confirm-compatibility__step {
	color: #6E6E6E;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: auto;
}
.confirm-compatibility__title {
	font-size: 20px;
	font-weight: 600;
	margin: .5rem 0;
	line-height: 100%;
}
.confirm-compatibility__desc a {
	color: var(--color-primary);
	text-decoration: underline;
}
@media (max-width: 1200px) {
	.confirm-compatibility__group {
		flex-wrap: wrap;
	}
	.confirm-compatibility__item {
		width: 24.375rem;
	}
}
@media (max-width: 500px) {
	.confirm-compatibility__item img {
		display: none;
	}
	.confirm-compatibility__title {
		margin: 1.5rem 0 .75rem 0;
	}
	.confirm-compatibility__desc a {
		display: inline-block;
	}
}

.included-partnership {
	margin-bottom: var(--margin-next-block);
}
.included-partnership__btns {
	display: flex;
	gap: 2.5rem;
	margin-top: 2.5rem;
	scrollbar-width: none;
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
}
.included-partnership__btn {
	padding-bottom: .625rem;
    font-weight: 600;
    cursor: pointer;
    color: #8B9195;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}
.included-partnership__btn:hover,
.included-partnership__btn.active {
	color: #CC2B24;
}
.included-partnership__btn svg path {
    transition: fill 0.3s ease-in-out;
}
.included-partnership__btn:hover svg path,
.included-partnership__btn.active svg path {
	fill: #CC2B24;
}
.included-partnership__btn::after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 0.125rem;
    background: transparent;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
.included-partnership__btn.active::after {
    background: #CC2B24;
    transition: all 0.3s ease-in-out;
}
.grey-line-tabs {
	height: .125rem;
    width: 100%;
    background-color: #E5E5E5;
    margin-top: -0.125rem;
}
.included-partnership__tabs {
	min-height: 22.125rem;
}
.included-partnership__tab {
	padding-top: 2.5rem;
	width: 100%;
	visibility: hidden;
	position: absolute;
	max-height: 22.125rem;
	top: 0;
	left: 0;
	transition: 
		opacity 0.7s ease,
		transform 0.7s ease,
		max-height 0.5s ease-in-out,
		filter 0.7s ease;
	opacity: 0;
	transform: translateY(-10px) scale(0.98);
	filter: blur(2px);
	pointer-events: none;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.75rem;
}

.included-partnership__tab.active {
	visibility: visible;
	opacity: 1;
	transform: translateY(0) scale(1);
	filter: blur(0);
	pointer-events: auto;
	position: relative;
	z-index: 2;
	max-height: 100%;
}

.included-partnership__item {
	padding: 1.625rem;
	border: 1px solid #E5E5E5;
	display: flex;
	flex-direction: column;
	gap: .625rem;
}
.included-partnership__item img {
	width: 32px;
	height: 32px;
}
.included-partnership__item p a {
	color: var(--color-primary);
	text-decoration: underline;
	display: inline;
}
@media (max-width: 768px) {
	.included-partnership__tab {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 500px) {
	.included-partnership__tab {
		grid-template-columns: 1fr;
		gap: 1.625rem;
		max-height: none;
	}
	.included-partnership__tab.active {
		max-height: none;
	}
}
.become-partner {
	margin-bottom: var(--margin-next-block);
}
.become-partner__block {
	padding: 0 2.625rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.75rem;
	background-image: url(/partner/tech-partner/img/become-partner__block-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #E5E5E5;
	background-color: #F5F5F5;
	height: 13.75rem;
}

.become-partner__title {
	font-size: 28px;
	font-weight: 700;
	line-height: 120%;
}
.become-partner__link {
	color: var(--color-primary);
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: .25rem;
	width: max-content;
}
.become-partner__link::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 13L16.17 13L12.59 16.59L14 18L20 12L14 6L12.59 7.41L16.17 11L4 11L4 13Z' fill='%23CC2B24'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}
@media (max-width: 840px) {
	.become-partner__block {
		background-image: none;
		height: auto;
		padding: 1.5rem;
	}
}
.feedback {
	margin-bottom: var(--margin-next-block);
}
.feedback__slider {
	margin-top: 3.125rem;
}
.feedback__block {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 31.9375rem;
	width: 100%;
	border: 1px solid #E5E5E5;
	background-color: #fff;
}
.feedback__content {
	display: flex;
	gap: .9375rem;
	align-items: flex-start;
	padding: 0 5.25rem 0 2.375rem;
}
.feedback__marks {
	margin-top: .5rem;
	margin-bottom: auto;
}
.feedback__marks img {
	width: 42px;
	height: 33px;
}
.feedback__title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 1.375rem;
}

.feedback__title span {
	color: var(--color-primary);
} 
.feedback__desc {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}
.feedback__desc span {
	font-weight: 700;
}
.feedback__company {
	display: flex;
	align-items: center;
	gap: .8125rem;
	margin-top: 4.75rem;
}
.feedback__company p {
	line-height: 150%;
}
.feedback__company p span {
	color: #6E6E6E;
	font-size: 14px;
}

@media (max-width: 1000px) {
	.feedback__block {
		height: 100%;
	}
	.feedback__content {
		padding: 2.375rem 5.25rem 2.375rem 2.375rem;
	}

}
@media (max-width: 768px) {
	.feedback__marks {
		display: none;
	}
}
@media (max-width: 600px) {
	.feedback__content {
		padding: 1.5rem 1.125rem;
	}
	.feedback__company {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 2rem;
	}
}
.solution-portfolio {
	padding: 4.0625rem 0;
	margin-bottom: var(--margin-next-block);
	background-color: #F5F5F5;
}
.solution-portfolio__grid {
	margin-top: 3.125rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.75rem;
}
.solution-portfolio__item {
	padding: 1.75rem 2rem;
	border: 1px solid #E7E7E7;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	gap: .875rem;
}
.solution-portfolio__item img {
	width: max-content;
}
.solution-portfolio__item hr {
	background: #E7E7E7;
	margin: 0;
}
.solution-portfolio__link {
	margin-top: auto;
	display: flex;
	align-items: center;
	color: var(--color-primary);
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}
.solution-portfolio__link::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 13.25L15.1275 13.25L12.4425 15.9425L13.5 17L18 12.5L13.5 8L12.4425 9.0575L15.1275 11.75L6 11.75L6 13.25Z' fill='%23CC2B24'/%3E%3C/svg%3E");
	background-size: contain;
	vertical-align: middle;
}
@media (max-width: 768px) {
	.solution-portfolio__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 600px) {
	.solution-portfolio__grid {
		grid-template-columns: repeat(1, 1fr);
	}
}
.faq {
    margin-bottom: var(--margin-next-block);
}
.faq_block {
    margin-top: 3.125rem;
} 
.sub_spoiler {
    border: 1px solid #E5E5E5;
    padding: 1.75rem 1.375rem;
}
.sub_spoiler:not(:last-child) {
    border-bottom: none;
}
.sub_spoiler-title {
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}
.sub_spoiler-title img {
    transition: transform 0.3s ease;
}
.sub_spoiler.active .sub_spoiler-title img {
    transform: rotate(-90deg);
}
.sub_spoiler-content {
    font-size: 18px;
    padding-top: 1.5rem;
    padding-left: 2.5rem;
}
.sub_spoiler-content ul {
    list-style-position: inside;
    padding-left: .625rem;
}
.request-now {
	margin-bottom: var(--margin-next-block);
}
.request-now__block {
	padding: 0 2.625rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.75rem;
	background-image: url(/partner/tech-partner/img/request-now__block-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #E5E5E5;
	background-color: #F5F5F5;
	height: 13.75rem;
}

.request-now__title {
	font-size: 28px;
	font-weight: 700;
	line-height: 120%;
}
.request-now__link {
	color: var(--color-primary);
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: .25rem;
	width: max-content;
}
.request-now__link::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 13L16.17 13L12.59 16.59L14 18L20 12L14 6L12.59 7.41L16.17 11L4 11L4 13Z' fill='%23CC2B24'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}
@media (max-width: 840px) {
	.request-now__block {
		background-image: none;
		height: auto;
		padding: 1.5rem;
	}
}
/* End */


/* Start:/bitrix/templates/redvirt/components/bitrix/form/request/bitrix/form.result.new/.default/style.css?17319141452061*/
.request-form .errors {
	margin-bottom: 25px;
}

.request-form input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width: auto;
}

.request-form input[type="checkbox"] + label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #8b9195;
	font-weight: 600;
}

.request-form input[type="checkbox"] + label:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border: 1px solid #bbb;
	border-radius: 0.25em;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.request-form input[type="checkbox"]:not(:disabled):not(:checked) + label:hover:before {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.request-form input[type="checkbox"]:not(:disabled):active + label:before {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.request-form input[type="checkbox"]:focus + label:before {
	box-shadow: 0 0 0 0.2rem rgba(232, 76, 61, 0.25);
}

.request-form input[type="checkbox"]:focus:not(:checked) + label:before {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.request-form input[type="checkbox"]:checked + label:before {
	border-color: #cc2b24;
	background-color: #cc2b24;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.request-form input[type="checkbox"]:disabled + label:before {
	background-color: #e9ecef;
}

.client-name
{
	display: none;
}

.request-form .bx-input-file-desc {
	margin-bottom: 40px;
}
/* End */
/* /partner/tech-partner/style.css?176174222715509 */
/* /bitrix/templates/redvirt/components/bitrix/form/request/bitrix/form.result.new/.default/style.css?17319141452061 */
