

/* Start:/local/templates/gidrosistema/components/bitrix/news.list/vilka_services/style.css?17822044345453*/
.vilka-services-list-wrapper {
	width: 100%;
	background: white;
	/*padding-top: 64px;*/
	padding-bottom: 64px;
}
.vilka-services-list-wrapper .grid {
	display: grid;
	grid-template-columns: 33.3333% 33.3333% 33.3333%;
	grid-column-gap: 13px;
	grid-row-gap: 24px;
	width: 100%;
}
.vilka-services-list-wrapper .item {
	display: flex;
	/*grid-template-columns: 1fr;*/
	/*grid-gap: 14px;*/
	width: 100%;
	flex-direction: column;
}
.vilka-services-list-wrapper .item img {
	width: 100%;
	height: 222px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 14px;
}
.vilka-services-list-wrapper .item:nth-of-type(even) img {
	order: 2;
	margin-bottom: 0;
	margin-top: 14px;
}
.vilka-services-list-wrapper .item .content {
	border-radius: 8px;
	background: #F9F9F9;
	padding: 32px;
	flex: 1;
}
.vilka-services-list-wrapper .item .title {
	color: #333;
	font-family: 'Montserrat';
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.64px;
	text-transform: uppercase;
	margin: 0 0 23px 0;
	width: 100%;
}
.vilka-services-list-wrapper .item .title .red {
	color: #d22020;
	display: block;
}
.vilka-services-list-wrapper .item ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.vilka-services-list-wrapper .item li {
	display: flex;
	color: #333;
	font-family: 'Montserrat';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.14px;
	margin-bottom: 15px;
}
.vilka-services-list-wrapper .item li:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	background: url("/images/list_check_icon.svg") no-repeat center center;
	background-size: contain;
	flex-shrink: 0;
}
.vilka-services-list-wrapper .link {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-family: 'Montserrat';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 2.56px;
	display: flex;
	align-items: center;
	margin-top: 11px;
}
.vilka-services-list-wrapper .link svg {
	display: block;
	margin-left: 16px;
	flex-shrink: 0;
}
.vilka-services-list-wrapper .link:hover {
	color: #CA2C2A;
}
.vilka-services-list-wrapper .item form {
	border-radius: 8px;
	background: #21709D;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 32px;
	flex: 1;
}
.vilka-services-list-wrapper .item.with-form .content,
.vilka-services-list-wrapper .item.with-form img {
	display: none;
}
.vilka-services-list-wrapper .item form .form-title {
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat';
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.64px;
	margin: 5px 0 16px 0;
}
.vilka-services-list-wrapper .item form .form-subtitle {
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat';
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: -0.2px;
	margin-bottom: 50px;
}
.vilka-services-list-wrapper .item form b {
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: -0.2px;
	margin-bottom: 24px;
}
.vilka-services-list-wrapper .item form input {
	border-radius: 6px;
	border: 1px solid rgba(51, 51, 51, 0.25);
	width: 100%;
	color: rgba(51, 51, 51, 0.9);
	font-family: 'Montserrat';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 16px;
	display: block;
	padding: 11px 16px;
	background: white;
}

.vilka-services-list-wrapper .item form input::placeholder {
	color: rgba(51, 51, 51, 0.50);
	font-family: 'Montserrat';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
}
.vilka-services-list-wrapper .item form button[type="submit"] {
	border-radius: 6px;
	background: #D22020;
	display: inline-block;
	padding: 11px 64px;
	color: white;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	transition: .3s ease-out;
	margin-bottom: 8px;
}
.vilka-services-list-wrapper .item form button[type="submit"]:hover {
	background: #076696;
}
.vilka-services-list-wrapper .vlika-pol {
	margin: auto 0 0 0;
	color: white;
	font-family: 'Montserrat';
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}

.vilka-services-list-wrapper .vlika-pol a {
	transition: .3s ease-out;
	color: inherit;
}

.vilka-services-list-wrapper .vlika-pol a:hover {
	color: #D22020
}
@media (max-width: 1024px) {
	.vilka-services-list-wrapper .item.with-form .content,
	.vilka-services-list-wrapper .item.with-form img {
		display: block;
	}
	.vilka-services-list-wrapper .item form {
		display: none;

	}
	.vilka-services-list-wrapper .item .title {
		font-size: 16px;
		margin-bottom: 17px;
	}
	.vilka-services-list-wrapper {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.vilka-services-list-wrapper .item:nth-of-type(even) img {
		order: initial;
		margin-top: 0;
		margin-bottom: 14px;
	}
	.vilka-services-list-wrapper .item .content {
		padding: 24px;
	}
}
@media (max-width: 768px) {
	.vilka-services-list-wrapper .link {
		font-size: 14px;
	}
	.vilka-services-list-wrapper .item .title {
		font-size: 20px;
	}
	.vilka-services-list-wrapper .item img {
		height: 148px;
	}
	.vilka-services-list-wrapper .grid {
		grid-template-columns: 1fr;
	}
	.vilka-services-list-wrapper {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}
/* End */


/* Start:/local/templates/gidrosistema/components/bitrix/news.list/vilka_advantages/style.css?17822036215386*/
.vilka-advantages-wrapper {
	padding-top: 32px;
	padding-bottom: 32px;
	position: relative;
	/*margin-bottom: 64px;*/
}
.vilka-advantages-wrapper:after {
	/*content: '';*/
	/*position: absolute;*/
	/*width: 100%;*/
	/*left: 0;*/
	/*bottom: 0;*/
	/*height: calc(100%);*/
	/*background: #F9F9F9;*/
}
.vilka-advantages {
	width: 100%;
	position: relative;
	z-index: 2;
}
.vilka-advantages .swiper {
	width: 100%;
}
.vilka-advantages .swiper .swiper-wrapper{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	/*grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;*/
	grid-column-gap: 25px;
	grid-row-gap: 50px;
	padding-bottom: 32px;
}

@media (min-width: 1024px){

	.vilka-advantages .swiper .swiper-wrapper{
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}


	.vilka-advantages .item:nth-of-type(1){
		grid-column: 1 / span 2;
		grid-row: 1;
	}
	.vilka-advantages .item:nth-of-type(2){
		grid-column: 3 / span 2;
		grid-row: 1;
	}
	.vilka-advantages .item:nth-of-type(3){
		grid-column: 5 / span 2;
		grid-row: 1;
	}
	.vilka-advantages .item:nth-of-type(4){
		grid-column: 1 / span 3;
		grid-row: 2;
	}
	.vilka-advantages .item:nth-of-type(5){
		grid-column: 4 / span 3;
		grid-row: 2;
	}
}



.vilka-advantages .item {
	width: 100%;
	display: grid;
	grid-template-columns: 72px 1fr;
	padding: 24px;
	grid-gap: 16px;
	position: relative;
	min-height: 120px;
	align-items: center;
}
.vilka-advantages .item .icon {
	width: 72px;
	height: 72px;
	object-fit: contain;
	position: relative;
	z-index: 3;
}
.vilka-advantages .item .text {
	color: #333;
	font-family: 'Montserrat';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: relative;
	z-index: 3;
}
.vilka-advantages .item:after,
.vilka-advantages .item:before{
	content: '';
	position: absolute;
	width: 90%;
	height: 90%;
	border-radius: 8px;
	top: 15%;
	left: 5%;
	display: block;
	background: #C5CFDA;
	filter: blur(8px);
	z-index: 0;
}
.vilka-advantages .item:before {
	top: 0;
	left: 0;
	z-index: 1;
	background: white;
	border-radius: 8px;
	filter: none;
	width: 100%;
	height: 100%;
}

.text-block-wrapper {
	margin-bottom: 64px;
	position: relative;
	z-index: 2;
}
.vilka-advantages-wrapper .text-block {
	border-radius: 8px;
	background: #136797;
	width: 100%;
	color: white;
	padding: 40px 56px;
	position: relative;
}
.vilka-advantages-wrapper .text-block img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 1;
	/*width: 50%;*/
	width: 56%;
	max-width: 741px;
	min-height: 100%;
	object-fit: contain;
}
.vilka-advantages-wrapper .text-block .content {
	width: 100%;
	max-width: 595px;
	position: relative;
	z-index: 3;
}
.vilka-advantages-wrapper .text-block .content h2 {
	color: #FFF;
	font-family: 'SF Pro Display';
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 24px 0;
}
.vilka-advantages-wrapper .text-block .content ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.vilka-advantages-wrapper .text-block .content li {
	padding: 0;
	margin: 0 0 16px 0;
	color: #FFF;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	list-style: none;
}
.vilka-advantages-wrapper .text-block .content a {
	display: inline-flex;
	padding: 11px 64px;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	background: #D22020;
	color: white;
	font-family: 'Montserrat';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	text-decoration: none;
}
.vilka-advantages-wrapper .text-block .content a:hover {
	background: #136797;
}

@media (max-width: 1024px) {
	.text-block-wrapper {
		background: #136797;
		margin-bottom: 48px;
	}

	.vilka-advantages-wrapper {
		padding-bottom: 24px;
	}
	.vilka-advantages .swiper .swiper-wrapper {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 32px;
		padding-bottom: 24px;
	}
	.vilka-advantages-wrapper .text-block img {
		display: none;
	}
	.vilka-advantages-wrapper .text-block .content a {
		width: 100%;
	}
	.vilka-advantages-wrapper .text-block {
		top: initial;
		margin-top: initial;
		padding-left: 0;
		padding-right: 0;
	}
	.vilka-advantages-wrapper .text-block .content {
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	.vilka-advantages-wrapper .text-block {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.vilka-advantages .swiper .swiper-wrapper {
		display: flex;
	}
	.vilka-advantages .swiper-pagination {
		top: calc(100% - 15px) !important;
	}
	.vilka-advantages .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		border-radius: 8px;
		border: 1px solid #136797;
		background: #FFF;
		margin: 4px 10px!important;
		transition: .3s ease-out!important;
	}
	.vilka-advantages .swiper-pagination-bullets .swiper-pagination-bullet-active {
		background: #136797;
		width: 16px;
	}
}
@media (max-width: 580px) {
	.vilka-advantages .swiper .swiper-wrapper {
		grid-column-gap: initial;
	}
	.vilka-advantages-wrapper .text-block .content h2 {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.vilka-advantages .item .text {
		font-size: 16px;
	}
	.vilka-advantages .item {
		padding: 24px 16px;
		grid-template-columns: 48px 1fr;
	}
	.vilka-advantages {
		padding-right: 0!important;
	}
	.vilka-advantages .item .icon {
		width: 48px;
		height: 48px;
	}
}
/* End */


/* Start:/local/templates/gidrosistema/components/bitrix/news.list/vilka_home_news/style.css?17821261603201*/
.vilka-home-news-wrapper {
	margin-bottom: 90px;
}
.vilka-home-news-wrapper .title-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 37px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: #333333;
}
.vilka-home-news {
	padding-bottom: 30px!important;
}
.vilka-home-news .item {
	width: 100%;
	max-width: 431px;
	height: 410px;
	background: rgba(249, 249, 249, 1);
	border-radius: 8px;
	text-decoration: none;
}
.vilka-home-news .item .img {
	background: #1D6E9B;
	width: 100%;
	height: 247px;
	border-radius: 8px;
	overflow: hidden;
	display: block;
}
.vilka-home-news .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vilka-home-news .item .description {
	padding: 24px;
	display: block;
}
.vilka-home-news .item .name {
	display: block;
	text-decoration: none;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #333333;
	margin-bottom: 10px;
	width: 100%;
}
.vilka-home-news .item .date {
	background: #1D6E9B;
	display: inline-block;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}
.vilka-home-news .item .text {
	display: block;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	leading-trim: both;
	text-edge: cap;
	letter-spacing: -0.03em;
	color: #333333;
	width: 100%;
}




.vilka-home-news .swiper-pagination {
	bottom: 0!important;
	display: flex;
	justify-content: center;
	gap: 10px;
}
.vilka-home-news .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border: 1px solid #CA2C2A;
	margin: 0;
	background: white;
	transition: .3s ease-out;
	border-radius: 7px;
}
.vilka-home-news .swiper-pagination-bullet-active {
	width: 30px;
	background: #CA2C2A;
}
.vilka-home-news.swiper:not(.swiper-initialized,.not-loader) {
	position: relative;
	max-height: 410px;
	overflow: hidden;
	width: 100%;
}
.vilka-home-news.swiper:not(.swiper-initialized,.not-loader):before,
.vilka-home-news.swiper:not(.swiper-initialized,.not-loader):after {
	content: '';
	position: absolute;
}
.vilka-home-news.swiper:not(.swiper-initialized,.not-loader):before {
	background: white;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
}
.vilka-home-news.swiper:not(.swiper-initialized,.not-loader):after {
	width: 48px;
	height: 48px;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
	border: 5px solid white;
	border-bottom-color: var(--red-color);
	border-radius: 50%;
	display: block;
	animation: rotation 1s linear infinite;
	z-index: 12;
}
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


@media (max-width: 580px) {
	.vilka-home-news-wrapper {
		margin-bottom: 48px;
	}
	.vilka-home-news-wrapper .title-nav {
		font-size: 24px;
		flex-direction: column;
		gap: 16px;
		align-items: flex-start;
		margin-bottom: 24px;
	}
}
/* End */


/* Start:/local/templates/gidrosistema/components/bitrix/news.list/vilka_home_links/style.css?16920990773764*/
.vilka-home-links {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr) minmax(280px, 1fr);
	grid-column-gap: 41px;
	grid-row-gap: 24px;
	width: 100%;
	padding-bottom: 64px;
	margin-bottom: 32px;
}

.vilka-home-links .item {
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 8px;
	/*background: #F9F9F9;*/
	position: relative;
	padding: 11px;
	text-decoration: none;
	min-height: 200px;
}
.vilka-home-links .item:after,
.vilka-home-links .item:before{
	content: '';
	position: absolute;
	width: 90%;
	height: 90%;
	border-radius: 8px;
	top: 15%;
	left: 5%;
	display: block;
	background: #C5CFDA;
	filter: blur(8px);
	z-index: 0;
	transition: .3s ease-out;
}
.vilka-home-links .item:before {
	top: 0;
	left: 0;
	z-index: 1;
	background: #F9F9F9;
	border-radius: 8px;
	filter: none;
	width: 100%;
	height: 100%;
}
.vilka-home-links .item:hover:after {
	opacity: 0;
}
.vilka-home-links .item .icon {
	width: 128px;
	height: 128px;
	position: relative;
	z-index: 2;
	flex-shrink: 0;
}
.vilka-home-links .item .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.vilka-home-links .item .content {
	padding: 13px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	position: relative;
	z-index: 2;
	width: calc(100% - 178px);
}


.vilka-home-links .item .title {
	color: #333;
	font-family: 'Montserrat';
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.64px;
	text-transform: uppercase;
	margin: 0 0 13px 0;
	width: 100%;
}
.vilka-home-links .item .title .red {
	color: #d22020;
}

.vilka-home-links .link {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-family: 'Montserrat';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 2.56px;
	display: flex;
	align-items: center;
	margin-top: 11px;
}
.vilka-home-links .link svg {
	display: block;
	margin-left: 16px;
	flex-shrink: 0;
}
.vilka-home-links .link:hover {
	color: #CA2C2A;
}

@media (max-width: 1400px) {

	.vilka-home-links .item {
		flex-direction: column;
	}
	.vilka-home-links .link {
		display: none;
	}
	.vilka-home-links .item .content {
		width: 100%;
	}
	.vilka-home-links .item .title {
		text-align: center;
	}
	.vilka-home-links .item {
		min-height: 274px;
		padding: 16px 21px 24px 21px;
	}
}
@media (max-width: 1200px) {
	.vilka-home-links .item .title {
		font-size: 16px;
	}
}
@media (max-width: 1024px) {
	.vilka-home-links {
		grid-column-gap: 20px;
	}

}
@media (max-width: 991px) {
	.vilka-home-links .item .icon {
		width: 128px;
		height: 128px;
	}
	.vilka-home-links {
		grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
	}
	.vilka-home-links .item {
		min-height: 200px;
	}
}
@media (max-width: 768px) {
	.vilka-home-links {
		grid-template-columns: 1fr;
	}
	.vilka-home-links .item {
		flex-direction: row;
		min-height: 176px;
		padding: 16px 24px;
	}
	.vilka-home-links .item .content {
		width: initial;
		flex: 1;
	}
	.vilka-home-links .item .title {
		text-align: left;
		font-size: 20px;
	}
	.vilka-home-links .link {
		display: flex;
		font-size: 14px;
	}
}
@media (max-width: 580px) {
	.vilka-home-links .item .icon {
		width: 90px;
		height: 90px;
	}
	.vilka-home-links .item {
		min-height: 120px;
	}
	.vilka-home-links .item .title {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.vilka-home-links .item .link {
		font-size: 12px;
	}
	.vilka-home-links .item .content {
		padding: 5px;
	}
}
@media (max-width: 374px) {

	.vilka-home-links .item {
		padding: 15px;
		flex-direction: column;
	}
	.vilka-home-links .item .icon {
		/*width: 90px;*/
		/*height: 90px;*/
		order: -1;
	}
	.vilka-home-links .item .title {
		margin-bottom: 10px;
	}
}
/* End */
/* /local/templates/gidrosistema/components/bitrix/news.list/vilka_services/style.css?17822044345453 */
/* /local/templates/gidrosistema/components/bitrix/news.list/vilka_advantages/style.css?17822036215386 */
/* /local/templates/gidrosistema/components/bitrix/news.list/vilka_home_news/style.css?17821261603201 */
/* /local/templates/gidrosistema/components/bitrix/news.list/vilka_home_links/style.css?16920990773764 */
