

/* Start:/partners/style.css?178912265626081*/
body {
	scroll-behavior: smooth;
}
.vilka-withus-page * {
	font-family: 'Montserrat';
}
.vilka-withus-page .red-color {
	color: #CA2C2A;
}
.v-mb {
	margin-bottom: 64px;
}

.vilka-withus-page {
	padding-top: 32px;
}

.vilka-withus-page .title {
	color: #2F2F2F;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 150% ; /* 150% */
	text-transform: uppercase;
	display: block;
	margin: 0 0 32px 0;
}

.vilka-withus-page .btn {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	transition: .3s ease-out;
	display: flex;
	width: 100%;
	max-width: 365px;
	padding: 16px 40px;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	background: #CA2C2A;
	cursor: pointer;
	text-decoration: none;
}
.vilka-withus-page .btn:hover {
	background: #35669B;
}

.vilka-withus-banner {
	width: 100%;
	display: block;
}







.vilka-team-img-with-content {
	width: 100%;
	min-height: 416px;
	background: #1D6E9B;
	position: relative;
	margin-bottom: 64px;
}
.vilka-team-img-with-content:before {
	content: '';
	border-radius: 873px;
	background: rgba(255, 255, 255, 0.30);
	filter: blur(200px);
	display: block;
	width: 45%;
	height: 90%;
	position: absolute;
	top: 0;
	right: calc(50%);
}
.vilka-team-img-with-content .img {
	width: 50%;
	height: calc(100% + 64px);
	top: -32px;
	left: 50%;
	object-fit: cover;
	position: absolute;
}
.vilka-team-img-with-content .content {
	position: relative;
	z-index: 2;
	max-width: 420px;
	padding: 60px 24px 60px 0;
}
.vilka-team-img-with-content .content .title {
	color: white;
	margin: 0 0 32px 0;
}
.vilka-team-img-with-content .content .text {
	color: white;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 175%;
	margin: 0 0 16px 0;
	display: block;
}
.vilka-team-img-with-content ul {
	margin: 0 0 8px 0;
	padding: 0;
}
.vilka-team-img-with-content li {
	list-style: none;
	margin-bottom: 12px;
	display: flex;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 150% */
	letter-spacing: -0.16px;
}
.vilka-team-img-with-content li:before {
	content: '';
	width: 16px;
	height: 16px;
	display: block;
	margin: 4px 8px 0 0;
	background: url("/partners/images/check.svg") no-repeat;
	flex-shrink: 0;
}



.vilka-withus-benefits-wrapper {
	width: 100%;
	padding: 64px 0;
	margin-bottom: 64px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), linear-gradient(0deg, rgba(8, 69, 134, 0.50) 0%, rgba(8, 69, 134, 0.50) 100%);
	background-blend-mode: normal, soft-light, normal;
	position: relative;
}
.vilka-withus-benefits > .title {
	color: white;
	grid-column: 1/4;
	margin: 0;
}
.vilka-withus-benefits-wrapper .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vilka-withus-benefits-wrapper .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vilka-withus-benefits {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 32px;
	position: relative;
	z-index: 2;
}
.vilka-withus-benefits .item .icon {
	display: block;
	margin-right: 16px;
}
.vilka-withus-benefits .item,
.vilka-withus-benefits .btn {
	border-radius: 8px;
	border: 1px solid #FFF;
	background: rgba(0, 0, 0, 0.40);
	padding: 24px;
	min-height: 160px;
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 0px;
	max-width: 100% !important;
}

.vilka-withus-benefits .item .content {
	flex: 1;
}
.vilka-withus-benefits .item .title {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: block;
	max-width: 370px;
	margin: 0 0 8px 0;
}
.vilka-withus-benefits .item .text {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 157.143%; /* 157.143% */
	display: block;
	margin: 0;
}

.vilka-withus-benefits .btn {
	background: #CA2C2A;
	border-color: #CA2C2A;
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 175%;
	text-transform: uppercase;
	transition: .3s ease-out;
	max-width: 354px;
	margin-right: 0;
	text-decoration: none;
}
.vilka-withus-benefits .btn:hover {
	background: #136797;
	border-color: #136797;
}
@media (max-width: 1410px) {
	.vilka-withus-benefits .btn {
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.vilka-withus-benefits-wrapper {
		padding: 32px 0;
		margin-bottom: 24px;
	}

}




.vilka-withus-img-with-content {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 44px;
	align-items: center;
	position: relative;
	margin-top: 64px;
}
.vilka-withus-img-with-content:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: calc(100% - 40px);
	height: 283px;
	background: #CA2C2A;
}
.vilka-withus-img-with-content .img {
	width: 100%;
	position: relative;
	z-index: 2;
}
.vilka-withus-img-with-content .img img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
}
.vilka-withus-img-with-content .content {
	position: relative;
	z-index: 3;
	padding-top: 48px;
	padding-bottom: 48px;
}

.vilka-withus-img-with-content .content .btn {
	background: white;
	color: #333;
}
.vilka-withus-img-with-content .content .title {
	font-size: 32px;
	margin-bottom: 40px;
	color: white;
}


.v-trusted-partner-wrapper {
	position: relative;
	background: #1D6E9B;
}
.v-trusted-partner-wrapper .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.v-trusted-partner-wrapper .container {
	position: relative;
	z-index: 2;
}
.v-trusted-partner-wrapper .title {
	max-width: 1200px;
	color: white;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 48px;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}
.v-trusted-partner-wrapper .title .red {
	color: #CA2C2A;
}
.v-trusted-partner-wrapper .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.v-trusted-partner-wrapper .item1 {
	background: #135F89;
	padding: 24px;
	position: relative;
}
.v-trusted-partner-wrapper .item1 .content {
	max-width: 50%;
	position: relative;
	z-index: 2;
}
.v-trusted-partner-wrapper .item1 .bg {
	bottom: 0;
	left: initial;
	right: 0;
	top: initial;
	max-width: 50%;
	object-fit: contain;
	height: auto;
}
.v-trusted-partner-wrapper .item {
	min-width: 0;
}
.v-trusted-partner-wrapper .item .text {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #FFFFFF;
	position: relative;
	z-index: 3;
}
.v-trusted-partner-wrapper .item1 .title {
	margin-bottom: 12px;
	color: white;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: -0.03em;
}
.v-trusted-partner-wrapper .item1 ul {
	margin: 0;
	padding: 0;
}
.v-trusted-partner-wrapper .item1 li {
	color: white;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 12px;
	letter-spacing: -0.03em;
	display: grid;
	grid-template-columns: 8px 1fr;
	grid-gap: 8px;
}
.v-trusted-partner-wrapper .item1 li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #CA2C2A;
	position: relative;
	top: 6px;
}
.v-trusted-partner-wrapper .item1 li:last-child {
	 margin-bottom: 0;
}
.v-trusted-partner-wrapper .item2 {
	display: flex;
	flex-direction: column;
}
.v-trusted-partner-wrapper .item2 .top {
	height: 50%;
	background: #CA2C2A;
	padding: 24px;
	display: flex;
	justify-content: flex-end;
	position: relative;
	border: none;
}
.v-trusted-partner-wrapper .item2 .top .text {
	max-width: 216px;
}
.v-trusted-partner-wrapper .item2 .top .bg {
	height: 100%;
	width: auto;
	right: 24px;
	left: initial;
}

.v-trusted-partner-wrapper .item2 .bottom {
	display: flex;
	height: 50%;
}
.v-trusted-partner-wrapper .item2 .left,
.v-trusted-partner-wrapper .item2 .right {
	padding: 24px;
	width: 50%;
}
.v-trusted-partner-wrapper .item2 .left {
	background: #9A2120;
	position: relative;
}
.v-trusted-partner-wrapper .item2 .left .text {
	max-width: 173px;
}
.v-trusted-partner-wrapper .item2 .left .bg {
	height: 91%;
	width: initial;
	right: 0;
	bottom: 0;
	left: initial;
	top: initial;
}
.v-trusted-partner-wrapper .item2 .right {
	background: #135F89;
	display: flex;
	justify-content: flex-end;
	position: relative;
	align-items: flex-end;
}
.v-trusted-partner-wrapper .item2 .right .text {
max-width: 173px;
}
.v-trusted-partner-wrapper .item2 .right .bg {
	left: calc(50%);
	transform: translateX(-50%);
	top: 0;
	width: 90%;
	height: auto;
}
.v-trusted-partner-wrapper .item3 {
	display: flex;
	flex-direction: column;
}
.v-trusted-partner-wrapper .item3 .top,
.v-trusted-partner-wrapper .item3 .bottom {
	position: relative;
	padding: 24px;
	height: 50%;
}
.v-trusted-partner-wrapper .item3 .top {
	background: #135F89;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	border: none;
}
.v-trusted-partner-wrapper .item3 .top .bg {
	height: 100%;
	left: 0;
	width: initial;
}
.v-trusted-partner-wrapper .item3 .top .text {
	max-width: 192px;
}
.v-trusted-partner-wrapper .item3 .bottom {
	background: linear-gradient(180deg, #CA2C2A -100%, #641615 100%),
	linear-gradient(0deg, #CA2C2A, #CA2C2A),
	linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24));
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}
.v-trusted-partner-wrapper .item3 .bottom .text {
	max-width: 166px;
}
.v-trusted-partner-wrapper .item3 .bottom .bg {
	bottom: 10px;
	right: 10px;
	width: auto;
	height: calc(100% + 40px);
	top: initial;
	left: initial;
}
@media (max-width: 1405px) {
	.v-trusted-partner-wrapper .grid {
		display: flex;
		flex-wrap: wrap;
	}
	.v-trusted-partner-wrapper > .bg {
		display: none;
	}
	.v-trusted-partner-wrapper .item1,
	.v-trusted-partner-wrapper .item2 {
		width: 50%;
	}
	.v-trusted-partner-wrapper .item2 .left {
		overflow: hidden;
	}
	.v-trusted-partner-wrapper .item2 .left .bg {
		display: none;
	}
	.v-trusted-partner-wrapper .item2 .left:after {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		background: url("/partners/images/tprm1.png") no-repeat;
		background-size: cover;
	}
	.v-trusted-partner-wrapper .item3 {
		width: 100%;
		flex-direction: initial;
		height: 230px;
	}
	.v-trusted-partner-wrapper .item3 .top,
	.v-trusted-partner-wrapper .item3 .bottom {
		height: 100%;
		width: 50%;
	}
	.v-trusted-partner-wrapper .item3 .bottom .bg {
		height: 90%;
	}
	.v-trusted-partner-wrapper .item1 .bg {
		height: 100%;
		width: auto;
	}
	.v-trusted-partner-wrapper .item3 .top {
		align-items: flex-start;
		justify-content: flex-end;
	}
	.v-trusted-partner-wrapper .item3 .top .bg {
		left: initial;
		right: 0;
		transform: scaleX(-1);
	}
}
@media (max-width: 992px) {

	.v-trusted-partner-wrapper .item1,
	.v-trusted-partner-wrapper .item2 {
		width: 100%;
	}
	.v-trusted-partner-wrapper .item1,
	.v-trusted-partner-wrapper .left,
	.v-trusted-partner-wrapper .right,
	.v-trusted-partner-wrapper .top,
	.v-trusted-partner-wrapper .bottom{
		padding: 20px;
	}
	.v-trusted-partner-wrapper .item1 .title {
		font-size: 20px;
	}
	.v-trusted-partner-wrapper .item .text {
		font-size: 14px;
	}
	.v-trusted-partner-wrapper .item3 {
		width: 100%;
		flex-direction: column;
		height: initial;
	}
	.v-trusted-partner-wrapper .item3 .top,
	.v-trusted-partner-wrapper .item3 .bottom {
		height: 180px;
		width: 100%;
	}
	.v-trusted-partner-wrapper .item2 .top,
	.v-trusted-partner-wrapper .item2 .left,
	.v-trusted-partner-wrapper .item2 .right {
		height: 180px;
	}
	.v-trusted-partner-wrapper .item2 .bottom {
		height: initial;
		padding: 0;
	}
	.v-trusted-partner-wrapper .item2 .right .bg {
		max-width: 149px;
	}
	.v-trusted-partner-wrapper .item2 .right {
		justify-content: flex-start;
	}
	.v-trusted-partner-wrapper .item3 .top .text {
		max-width: 168px;
	}
}
@media (max-width: 1280px) {
	.vilka-withus-benefits > .title {
		grid-column: 1/3;
	}
	.vilka-withus-benefits {
		grid-template-columns: 1fr 1fr
	}

	.vilka-withus-img-with-content {
		grid-template-columns: 1fr 1.6fr;

	}
	.vilka-withus-img-with-content:before {
		height: 100%;
	}
}
@media (max-width: 1024px) {
	.v-mb {
		margin-bottom: 32px;
	}



	.vilka-team-img-with-content {
		display: flex;
		flex-direction: column;
		margin-bottom: 32px;
	}
	.vilka-team-img-with-content .img {
		position: static;
		width: 100%;
		height: 255px;
		object-position: top;
		order: 2;
	}
	.vilka-team-img-with-content .content {
		position: relative;
		z-index: 2;
		max-width: 420px;
		padding: 32px 0;
	}

	.vilka-withus-benefits > .title {
		grid-column: 1;
	}
	.vilka-withus-benefits {
		grid-template-columns: 1fr;
		grid-gap: 24px;
	}





}
@media (max-width: 768px) {

	.vilka-withus-img-with-content .img {
		width: 55%;
	}

	.intro {
		padding-bottom: 24px!important;
	}

	.vilka-withus-img-with-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.vilka-withus-img-with-content:before {
		height: calc(100% - 80px);
		transform: initial;
		top: initial;
		bottom: 0;
		left: 20px;
	}
	.vilka-withus-img-with-content .content .title {
		text-align: center;
		font-size: 24px;
		margin-bottom: 24px;
	}
	.vilka-withus-img-with-content .content {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0 20px 40px 20px;
	}

}
@media (max-width: 648px) {
	.intro {
		padding-bottom: 16px!important;
	}
	.vilka-withus-page .title {
		font-size: 24px;
		margin-bottom: 24px;
	}
	.vilka-team-img-with-content .content .title{
		margin-bottom: 24px;
	}
	.vilka-team-img-with-content .content .text {
		font-size: 14px;
	}
	.vilka-withus-img-with-content .img {
		width: 80%;
	}
	.vilka-withus-img-with-content .content {
		width: 100%;
	}
	.vilka-withus-benefits .item .icon {
		width: 50px;
		height: 50px;
	}


	.v-trusted-partner-wrapper .title {
		font-size: 22px;
		margin-bottom: 24px;
	}
}






.v-paddingY {
	padding-top: 96px!important;
	padding-bottom: 96px!important;
}
.red-color {
	color: #CA2C2A;
}
.v-partner-title {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 32px;
	line-height: 140%;
	letter-spacing: -2%;
	text-transform: uppercase;
	margin-bottom: 48px;
}
.v-partner-page .btn {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	transition: .3s ease-out!important;
	display: inline-flex;
	/*width: 100%;*/
	padding: 16px 40px;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	background: #CA2C2A;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0%;
	font-family: 'Montserrat';

}
.v-partner-page .btn:hover {
	background: #076696;
	color: #ffffff;
}
.v-partner-page .v-banner {
	height: 831px;
	position: relative;
	background: #1D6E9B;
	display: flex;
}
.v-partner-page .v-banner .container {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}
.v-partner-page .v-banner .content {
	max-width: 630px;
}
.v-partner-page .v-banner * {
	color: white;
}
.v-partner-page .v-banner .title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 64px;
	line-height: 120%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	margin-bottom: 32px;
}
.v-partner-page .v-banner .text {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: 0.02em;
	margin-bottom: 48px;
}
.v-partner-page .v-banner .btn:hover {
	background: #35669B;
}
.v-partner-page .v-banner .bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}
.v-partner-page .v-banner .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.v-map-block {
	background: #F9F9F9;
}
.v-map-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 48px;
}
.v-map-grid p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.02em;
	color: #2F2F2F;
	margin-bottom: 16px;
}
.v-map-grid img {
	width: 100%;
	height: auto;
}
.v-map-grid ul {
	margin: 0 0 24px 0;
	padding: 0;
}
.v-map-grid li {
	display: grid;
	grid-template-columns: 10px 1fr;
	align-items: start;
	grid-gap: 12px;
	list-style: none;
	margin-bottom: 12px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.02em;
	color: #2F2F2F;
}
.v-map-grid li:before {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	content: '';
	background: #CA2C2A;
	position: relative;
	top: 8px;
}

.v-info-grid {
	padding-top: 70px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 22px;
}
.v-info-grid .item {
	min-width: 0px;
	min-height: 162px;
	background: white;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 32px;
	border-radius: 8px;
	border: 1px solid #1D6E9B;
}
.v-info-grid .item .title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
	text-transform: uppercase;
	color: #CA2C2A;
}
.v-info-grid .item .text {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.02em;
	color: #1D6E9B;
}

.v-partners-get-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 31px;
}
.v-partners-get-grid .item {
	min-width: 0px;
}
.v-partners-get-grid .item svg {
	display: block;
	margin-bottom: 24px;
}
.v-partners-get-grid .item .title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #2F2F2F;
	margin-bottom: 16px;
}
.v-partners-get-grid .item .text {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	color: #2F2F2F;
}



.v-price-block {
	background: #F9F9F9;
	overflow: hidden;
}
.v-price-block .container {
	position: relative;
}
.v-price-block .bg {
	position: absolute;
	top: 0;
	right: -2%;
	height: 100%;
	width: auto;
}
.v-price-block .grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	grid-gap: 24px;
	position: relative;
	z-index: 2;
}
.v-price-block .grid img {

}
.v-price-block .title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #2F2F2F;
	margin-bottom: 16px;
}
.v-price-block .title span {
	display: block;
	color: #CA2C2A;
}
.v-price-block .text {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.02em;
	color: #2F2F2F;
	margin-bottom: 32px;
}



.v-partners-progress-slider {
	width: 100%;
	overflow: hidden;
}
.v-partners-progress-slider:not(.swiper-initialized) .swiper-wrapper {
	display: flex;
}
.v-partners-progress-slider-wrapper .swiper-button-prev:after,
.v-partners-progress-slider-wrapper .swiper-button-next:after {
	display: none;
}
.v-partners-progress-slider-wrapper .swiper-button-prev,
.v-partners-progress-slider-wrapper .swiper-button-next {
	width: 48px;
	height: 48px;
}
.v-partners-progress-slider-wrapper .swiper-button-prev {
	left: -25px!important;
}
.v-partners-progress-slider-wrapper .swiper-button-next {
	right: -25px!important;
}
.v-partners-progress-slider-wrapper .swiper-button-prev svg,
.v-partners-progress-slider-wrapper .swiper-button-next svg {
	width: 100%;
	height: 100%;
}
.v-partners-progress-slider .item {
	min-height: 418px;
	flex-shrink: 0;
	display: grid;
	grid-template-columns: 1.6fr 1fr;
}
.v-partners-progress-slider .item * {
	color: white;
}
.v-partners-progress-slider .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.v-partners-progress-slider .item .description {
	background: #1D6E9B;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px;
}
.v-partners-progress-slider .item .title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.v-partners-progress-slider .item .text {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: 0.02em;
}
.v-partners-progress-slider-wrapper {
	position: relative;
}
.v-partners-progress-slider .swiper-pagination {
	display: none;
}


.v-we-learning {
	background: #1D6E9B;
	position: relative;
	margin-top: 96px;
	margin-bottom: 96px;
}
.v-we-learning .bg {
	position: absolute;
	top: -42px;
	right: 0;
	width: 50%;
	height: calc(100% + 84px);
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	overflow: hidden;
}

.v-we-learning .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}
.v-we-learning * {
	color: white;
}
.v-we-learning .description {
	/*padding-top: 64px;*/
	/*padding-bottom: 64px;*/
	max-width: 480px;
	position: relative;
	z-index: 3;
}
.v-we-learning .title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 140%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	margin-bottom: 26px;
}
.v-we-learning .text {
	display: grid;
	grid-template-columns: 24px 1fr;
	grid-gap: 14px;
	margin-bottom: 26px;
}


.v-ready-cooperation {
	height: 586px;
	background: #1D6E9B;
	margin-bottom: 100px;
}
.v-ready-cooperation * {
	color: white;
}
.v-ready-cooperation .container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 87px;
	align-items: center;
	height: 100%;
}
.v-ready-cooperation .title {
	margin-bottom: 24px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 140%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}
.v-ready-cooperation .text {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.02em;
	margin-bottom: 24px;
}
.v-ready-cooperation .bg {
	width: 100%;
	height: 100%;
	position: relative;
}
.v-ready-cooperation img{
	width: 100%;
	height: calc(100% + 188px);
	top: -94px;
	position: absolute;
	left: 0;
	object-fit: cover;
	border-radius: 8px;
}

#v-form-modal {
	/*padding: 0!important;*/
}
#v-form-modal .img-wrapper {
	display: none;
}
#v-form-modal #learning-callback-form .form-wrapper {
	width: 100%;
}


@media(max-width: 1280px) {
	.v-map-grid {
		grid-template-columns: 1fr 1fr;
		grid-gap: 24px;
	}
	.v-price-block .grid {
		grid-template-columns: 1fr;
	}
	.v-price-block .grid img {
		order: -1;
		width: 100%;
		max-width: 640px;
		height: auto;
	}
	.v-price-block .bg {
		right: initial;
		left: 70%;
	}
	.v-price-block .title span {
		display: initial;
	}

	.v-partners-progress-slider .item {
		grid-template-columns: 1fr 1fr;
	}
	.v-partners-progress-slider .item .description {
		padding: 24px;
	}
	.v-ready-cooperation .container {
		grid-gap: 24px;
	}
}
@media(max-width: 1024px) {
	.v-map-grid {
		grid-template-columns: 1fr;
	}
	.v-info-grid {
		grid-template-columns: 1fr 1fr;
		padding-top: 48px;
	}
	.v-partners-get-grid {
		grid-template-columns: 1fr 1fr;
		grid-gap: 24px;
	}
	.v-partners-progress-slider .item {
		grid-template-columns: 1fr;
	}
	.v-partners-progress-slider .item .description {
		position: relative;
		z-index: 2;
		background: rgba(0, 0, 0, 0.5);
		padding: 36px;
	}
	.v-partners-progress-slider .item img {
		position: absolute;
		top: 0;
		left: 0;
	}

	.v-we-learning {
		padding-top: 64px!important;
		padding-bottom: 64px!important;
	}
	.v-we-learning .bg {
		width: 100%;
		height: 100%;
		top: 0;
		border-radius: 0;
	}
	.v-we-learning .description {
		/*padding: 24px 0;*/
	}

	.v-ready-cooperation {
		position: relative;
		margin: 0;
	}
	.v-ready-cooperation .bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 1);
	}
	.v-ready-cooperation img {
		width: 100%;
		height: 100%;
		opacity: .5;
		top: 0;
	}
	.v-ready-cooperation .container {
		grid-template-columns: 1fr;
	}
	.v-ready-cooperation .description {
		position: relative;
		z-index: 3;
	}
	.v-ready-cooperation-wrapper {
		padding-top: 0!important;
	}
}
@media(max-width: 768px){
	.v-partner-title {
		font-size: 28px;
		margin-bottom: 24px;
	}
	.v-paddingY {
		padding-top: 66px!important;
		padding-bottom: 66px!important;
	}
	.v-partner-page .v-banner {
		height: 768px;
	}
	.v-partner-page .v-banner .title {
		font-size: 48px;
		margin-bottom: 24px;
	}
	.v-partner-page .v-banner .text {
		font-size: 18px;
		margin-bottom: 32px;
	}
	.v-partner-page .v-banner .bg {
		width: 100%;
		background: black;
	}
	.v-partner-page .v-banner .bg img {
		opacity: .6;
	}

	.v-info-grid {
		grid-template-columns: 1fr;
		padding-top: 24px;
	}

	.v-partners-get-grid {
		grid-template-columns: 1fr;
		grid-gap: 24px;
	}
	.v-partners-get-grid .item {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.v-partners-get-grid .item .title,
	.v-partners-get-grid .item .text {
		text-align: center;
	}

	.v-partners-progress-slider-wrapper .swiper-button-next,
	.v-partners-progress-slider-wrapper .swiper-button-prev {
		display: none;
	}
	.v-partners-progress-slider .swiper-pagination {
		display: flex;
		justify-content: center;
		bottom: 24px!important;
	}
	.v-partners-progress-slider .swiper-pagination-bullet {
		background: white!important;
		opacity: 1!important;
	}
	.v-partners-progress-slider .swiper-pagination-bullet-active {
		background: #1D6E9B!important;
	}
	.v-ready-cooperation-wrapper {
		padding-top: 0!important;
	}
	.v-we-learning {
		margin-top: 66px;
		margin-bottom: 66px;
	}
}
@media(max-width: 580px){
	.v-paddingY {
		padding-top: 46px!important;
		padding-bottom: 46px!important;
	}
	.v-partner-page .v-banner {
		height: 600px;
	}
	.v-partner-page .v-banner .title {
		font-size: 36px;
		margin-bottom: 24px;
	}
	.v-partner-page .v-banner .text {
		font-size: 18px;
		margin-bottom: 24px;
	}
	.v-we-learning {
		margin-top: 46px;
		margin-bottom: 46px;
	}
	.v-we-learning .description {
		/*padding: 0;*/
	}
	.v-we-learning .title{
		font-size: 24px;
	}
	.v-ready-cooperation-wrapper {
		padding-top: 0!important;
	}
}
/* End */


/* Start:/local/templates/gidrosistema/components/bitrix/news.list/vilka_withus_catalog_items/style.css?17891225322879*/
.vilka-withus-catalog-items-wrapper h2 {
	color: #2F2F2F;
	font-family: 'Montserrat';
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 150% */
	text-transform: uppercase;
	margin: 0 0 32px 0;
}
.vilka-withus-catalog-items {
	width: 100%;
}

.vilka-withus-catalog-items .item {
	border-radius: 8px;
	background: #F9F9F9;
	padding: 12px;
	width: 100%;
	box-shadow: 0px 1px 0px 0px rgba(197, 207, 218, 0.50);
	height: auto;
	display: flex;
	flex-direction: column;
	text-decoration: none;
}
.vilka-withus-catalog-items .item > a {
	height: 100%;
	display: flex;
	flex-direction: column;
	text-decoration: none;
}
.vilka-withus-catalog-items .item .pic {
	width: 100%;
	height: 320px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: white;
	margin-bottom: 24px;
	flex-shrink: 0;
}
.vilka-withus-catalog-items .item .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vilka-withus-catalog-items .item .content {

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.vilka-withus-catalog-items .item .name {
	margin: auto 0 16px 0;
	color: #CA2C2A;
	font-family: 'Montserrat';
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 133.333%;
	text-decoration: none;
	display: block;
}
.vilka-withus-catalog-items .item .btn {
	border-radius: 5px;
	border: 2px solid #CA2C2A;
	background: #FFF;
	transition: .3s ease-out;
	color: #CA2C2A;
	font-family: 'Montserrat';
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: flex;
	align-items: center;
	padding: 21px;
	width: 100%;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	margin-top: auto;
}
.vilka-withus-catalog-items .item .btn .icon {
	display: block;
	margin: 0 0 0 16px;

}
.vilka-withus-catalog-items .item .btn:hover {
	background: #CA2C2A;
	color: white;
}
.vilka-slider-wrapper .swiper-button-prev:after,
.vilka-slider-wrapper .swiper-button-next:after {
	display: none;
}
.vilka-slider-wrapper .swiper-button-prev,
.vilka-slider-wrapper .swiper-button-next {
	position: absolute;
	top: calc(50% - 24px);
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.vilka-slider-wrapper .swiper-button-prev {
	left: -24px;
}
.vilka-slider-wrapper .swiper-button-next {
	right: -24px;
}

.vilka-slider-wrapper {
	position: relative;
}


@media (max-width: 1400px) {

}
@media (max-width: 1024px) {
	.vilka-withus-catalog-items .item .name {
		font-size: 16px;
	}
}
@media (max-width: 748px) {

}
@media (max-width: 640px) {
	.vilka-withus-catalog-items .item .name {
		margin: 0 0 14px 0;
		font-size: 14px;
	}

	.vilka-withus-catalog-items-wrapper h2 {
		font-size: 24px;
		margin-bottom: 24px;
	}
	.vilka-slider-wrapper .swiper-button-prev {
		left: 0px;
	}
	.vilka-slider-wrapper .swiper-button-next {
		right: 0px;
	}
}
/* End */
/* /partners/style.css?178912265626081 */
/* /local/templates/gidrosistema/components/bitrix/news.list/vilka_withus_catalog_items/style.css?17891225322879 */
