

/* Start:/gs-pro/style.css?178912265511924*/

.vilka-learning-preview-content * {
	font-family: 'Montserrat';
	color: #2F2F2F;
}
.vilka-gs-pro-page h2,.vilka-gs-pro-page h4 {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
	margin: 0 0 24px 0;
}
.vilka-gs-pro-page h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 133%;
}
.vilka-gs-pro-page h2 span, .vilka-gs-pro-page h4 span {
	font-size: inherit;
	font-weight: inherit;
}
.vilka-gs-pro-page .red-color {
	color: #CA2C2A;
}
.vilka-gs-pro-page p {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.75; /* 175% */
	margin: 0 0 24px 0;
}

.vilka-learning-preview-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 63px;
	align-items: center;
}
.vilka-learning-preview-content > * {
	min-width: 0px;
}
.vilka-learning-preview-content .num-text-item {
	display: flex;
	width: 100%;
	align-items: flex-end;
}
.vilka-learning-preview-content .num-text-item .description {
	flex-shrink: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	display: block;
	max-width: 290px;
	padding-bottom: 1.6em;
}
.vilka-learning-preview-content .num-text-item .col {
	display: flex;
	align-items: flex-end;
	margin-right: 24px;
	min-width: 250px;
}
.vilka-learning-preview-content .num-text-item .num {
	color: #CA2C2A;
	font-size: 128px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	flex-shrink: 0;
}
.vilka-learning-preview-content .num-text-item .text {
	color: #136797;
	font-size: 64px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	flex-shrink: 0;
	position: relative;
	left: -.5em;
	padding-bottom: .26em;
}


@media( max-width: 410px ){

	.vilka-learning-preview-content .num-text-item.vilka-num-text-item .col{
		position: relative;
		width: 100%;
		padding: 0px;
	}
	.vilka-learning-preview-content .num-text-item.vilka-num-text-item .text{
		position: absolute;
		left:auto;
		right: 0px;
		bottom: 0px;
	}


}




#equipmentConsultationModal input,
#equipmentConsultationModal textarea,
#learningConsultationModal input,
#learningConsultationModal textarea,
#learning-callback-form input,
#learning-callback-form textarea,
.equipmentConsultationForm input,
.equipmentConsultationForm textarea{
	border-radius: 5px;
	border: 1px solid rgba(47, 47, 47, 0.50);
	background: #F9F9F9;
	padding: 12px 16px;
	width: 100%;
	outline: none;
	display: block;
	margin-bottom: 16px;
	color: #414243;
	font-family: 'Montserrat';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 171.429% */
}
#equipmentConsultationModal button[type="submit"],
#learning-callback-form button[type="submit"],
#learningConsultationModal button[type="submit"],
.equipmentConsultationForm button[type="submit"]{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 40px;
	color: #FFF;
	font-family: 'Montserrat';
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 8px;
	transition: .3s ease-out;
	cursor: pointer;
	background: #CA2C2A;
	border-radius: 8px;
}
#equipmentConsultationModal button[type="submit"]:hover,
#learning-callback-form button[type="submit"]:hover,
#learningConsultationModal button[type="submit"]:hover,
.equipmentConsultationForm button[type="submit"]:hover{
	background: #35669B;
}
*.vlika-pol,
*.vlika-pol a{
	color: #2F2F2F;
	font-family: 'Montserrat';
	font-size: 12px!important;
	font-style: normal!important;
	font-weight: 400!important;
	line-height: 133.333% !important; /* 133.333% */
}
*.vlika-pol a {
	text-decoration: underline;
}

.equipmentConsultationForm {
	max-width: 420px;
}

#learningConsultationModal,
#equipmentConsultationModal {
	max-width: 552px;
	border-radius: 8px;
	background: #F9F9F9;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
#learningConsultationModal h2,
#equipmentConsultationModal h2,
.equipmentConsultationForm h2{
	color: #2F2F2F;
	font-family: 'Montserrat';
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 133.333%; /* 133.333% */
	text-transform: uppercase;
	margin:  0 0 16px 0;
}
#learningConsultationModal p,
#equipmentConsultationModal p,
.equipmentConsultationForm p{
	margin: 0 0 24px 0;
	color: #2F2F2F;
	font-family: 'Montserrat';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 175%; /* 175% */
}
.equipmentConsultationForm p,
.equipmentConsultationForm a{
	color: white;
}
@media (max-width: 1024px) {
	#learning-callback-form .map-wrapper {
		display: none;
	}
	.vilka-learning-preview-content {
		grid-template-columns: 1fr;
		grid-gap: 16px;
	}
	.vilka-gs-pro-page p {
		font-size: 14px;
		margin: 0 0 16px 0;
	}

	#learning-callback-form .form-wrapper {
		padding: 32px 0;
	}
}
@media (max-width: 640px) {
	.vilka-learning-preview-content .num-text-item {
		flex-direction: column;
		align-items: flex-start;
	}
	.vilka-learning-preview-content .num-text-item .description {
		padding-left: 100px;
		max-width: 380px;
	}
	.vilka-gs-pro-page h2,
	#learning-callback-form h2,
	.equipmentConsultationForm h2{
		font-size: 24px;
	}
	.vilka-gs-pro-page h4 {
		font-size: 18px;
	}

	#learning-callback-form .form-wrapper {
		padding: 24px 0;
	}
	#learning-callback-form .map-wrapper {
		min-height: 420px;
	}
	#learning-callback-form {
		margin-bottom: 32px;
	}
}



.learning-action-banner {
	padding-top: 32px;
	padding-bottom: 32px;
	position: relative;
	margin-bottom: 48px;
}

.learning-action-banner .text-block {
	border-radius: 8px;
	background: #136797;
	width: 100%;
	color: white;
	padding: 40px 56px;
	position: relative;
}
.learning-action-banner .text-block .content {
	width: 100%;
	max-width: 595px;
	position: relative;
	z-index: 3;
}
.learning-action-banner .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;
}

.learning-action-banner  .text-block .content ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.learning-action-banner  .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;
}
.learning-action-banner  .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;
}
.learning-action-banner  .text-block .content a:hover {
	background: #136797;
}
.learning-action-banner h2 {
	display: flex;
	flex-wrap: wrap;
}
.learning-action-banner .text-block .img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -30px;
	z-index: 1;
	width: 50%;
	max-width: 741px;
	min-height: 100%;
	object-fit: contain;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;

}

.learning-action-banner .text-block .img span {
	position: relative;
	z-index: 3;
	font-size: 2rem;
	max-width: 300px;
	color: white;
	text-transform: uppercase;
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	right: -4rem;
}
.learning-action-banner .text-block .img svg {
	width: 100%;
	height: 130%;
	object-fit: contain;
	position: absolute;
	top: 50%;
	right: -2px;
	transform: translateY(-50%);
}
.learning-action-banner .text-block h2 .price {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.learning-action-banner .text-block h2 .price span {
	padding-left: 1rem;
}
@media (min-width: 1200px) {
	.learning-action-banner .text-block h2 .price {
		font-size: 2rem;
		justify-content: flex-end;
		align-items: center;
		padding-left: 3rem;
	}

}


@media (max-width: 1024px) {
	.learning-action-banner .text-block .img  {
		display: none;
	}
	.learning-action-banner {
		background: #136797;
		margin-bottom: 48px;
	}

	.learning-action-banner  {
		padding-bottom: 24px;
	}
	.vilka-advantages .swiper .swiper-wrapper {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 32px;
		padding-bottom: 24px;
	}
	.learning-action-banner  .text-block img {
		display: none;
	}
	.learning-action-banner  .text-block .content a {
		width: 100%;
	}
	.learning-action-banner  .text-block {
		top: initial;
		margin-top: initial;
		padding-left: 0;
		padding-right: 0;
	}
	.learning-action-banner  .text-block .content {
		max-width: 100%;
	}
	/*.vilka-about-img-with-content {*/
	/*	flex-direction: column;*/
	/*}*/
	.vilka-about-img-with-content .content, .vilka-about-img-with-content .img {
		width: 100% !important;
	}
	.vilka-about-img-with-content .content {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
}
@media (max-width: 768px) {
	.learning-action-banner  .text-block {
		padding-top: 32px;
		padding-bottom: 32px;
	}

}



.v-learning-how-training-works .item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 3rem;
}
.v-learning-how-training-works .item .img {
	width: 100%;
	background: #D9D9D9;
	border-radius: 1rem;
	overflow: hidden;
	height: 420px;
	width: 60%;
}
.v-learning-how-training-works .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.v-learning-how-training-works .item .description {
	padding-right: 2rem;
	width: 40%;
}
.v-learning-how-training-works .item .sub {
	display: block;
	color: rgb(202, 44, 42);
	margin-bottom: .85rem;
	font-size: 1.3rem;
}
.v-learning-how-training-works .item h3 {
	font-weight: bold;
}
.v-learning-how-training-works .item .img + .description {
	padding-left: 2rem;
	padding-right: 0;
}

@media (min-width: 641px){
	.vi-mobile{
		display: none;
	}
}
@media (max-width: 640px){
	.vi-desctop{
		display: none;
	}
}

@media (max-width: 991px) {
	.v-learning-how-training-works .item {
		flex-direction: column;
	}
	.v-learning-how-training-works .item .img {
		order: 1;
		width: 100%;
		margin-bottom: 2rem;
	}
	.v-learning-how-training-works .item .description {
		width: 100%;
		order: 2;
		padding: 0!important;
	}
}


.vilka-advantages,
.vilka-advantages-wrapper:after{
	display: none;
}
.vilka-advantages-wrapper {
	padding: 0;
}

.vilka-learning-banner h1,
.vilka-learning-banner h1 span
{
	font-family: 'SF Pro Display';
}






.vilka-learning-banner {
	width: 100%;
	min-height: 677px;
	display: flex;
	align-items: center;
	position: relative;
	color: #fff;
	margin-bottom: 64px;
	overflow: hidden; /* Ограничиваем градиент и изображение границами баннера */
}

/*.vilka-learning-banner .gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(53, 102, 155, 0.5), rgba(53, 102, 155, 0.5)),
	linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
	background-blend-mode: multiply, normal;
	z-index: 1;
}*/

.vilka-learning-banner .gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background:*/
	/*		linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), !* Тёмный градиент слева направо *!*/
	/*		linear-gradient(0deg, rgba(53, 102, 155, 0.5), rgba(53, 102, 155, 0.5)); !* Синий градиент сверху вниз *!*/
	background: linear-gradient(90deg, rgba(0, 0, 0, .9) 25%, rgba(0, 0, 0, 0));
	background-blend-mode: multiply, normal;
	z-index: 1; /* Поверх изображения */
}




.vilka-learning-banner .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0; /* Под градиентом */
}

.vilka-learning-banner .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}







/* End */


/* Start:/company/style.css?17891226568075*/
.vilka-about-page * {
	font-family: 'Montserrat';
}
.vilka-about-page .red-color {
	color: #CA2C2A;
}
.v-mb {
	margin-bottom: 64px;
}



.vilka-about-banner {
	width: 100%;
	min-height: 544px;
	position: relative;
	display: flex;
}
.vilka-about-banner .container {
	position: relative;
	height: auto;
}
.vilka-about-banner .content {
	position: relative;
	z-index: 2;
	max-width: 460px;
	padding-top: 74px;
	padding-bottom: 0px;
}
.vilka-about-banner .content .logo {
	width: 460px;
	height: auto;
	object-fit: contain;
	display: block;
	margin-bottom: 16px;
}
.vilka-about-banner .content .text {
	display: block;
	margin: 0;
	color: #2F2F2F;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 175%; /* 175% */
}
.vilka-about-banner .years {
	width: 100%;
	max-width: 1214px;
	height: auto;
	object-fit: contain;
	position: absolute;
	bottom: 34px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.vilka-about-banner .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vilka-about-banner .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vilka-about-banner .years-scroll-wrapper {
	display: none;
}





.vilka-about-icons-block {
	width: 100%;
	background: #136797;
	padding: 38px 0;
}
.vilka-about-icons-block * {
	color: white;
}
.vilka-about-icons-block .title {
	text-align: center;
	margin: 0 0 22px 0;

	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 150% */
	text-transform: uppercase;
}
.vilka-about-icons-block .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.vilka-about-icons-block .item {
	margin: 10px;
	max-width: 231px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.vilka-about-icons-block .item .icon {
	margin-bottom: 16px;
	display: flex;
	width: 100px;
	height: 100px;
}
.vilka-about-icons-block .item .title {
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 150% */
	text-transform: uppercase;
	display: block;
	margin: 0 0 8px 0;
}
.vilka-about-icons-block .item .text {
	color: #FFF;
	text-align: center;
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 166.667%; /* 166.667% */
	margin: 0;
}



.vilka-about-directions-block {
	width: 100%;
}
.vilka-about-directions-block .title {
	color: #2F2F2F;
	font-size: 32px;
	font-style: normal;
	font-weight: 900;
	line-height: 150%; /* 150% */
	text-transform: uppercase;
	margin-bottom: 32px;
}
.vilka-about-directions-block .item {
	position: relative;
	min-height: 488px;
}
.vilka-about-directions-block .item .bg {
	width: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
}
.vilka-about-directions-block .item .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vilka-about-directions-block .item .content {
	position: relative;
	z-index: 2;
	width: 50%;
	padding: 76px 40px 76px 0;
}
.vilka-about-directions-block .item .content .title {
	color: #2F2F2F;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 133.333%; /* 133.333% */
	text-transform: uppercase;
	display: block;
	margin: 0 0 16px 0;
}




.vilka-about-directions-block .item .content .text {
	color: #2F2F2F;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 175%; /* 175% */
	display: block;
	margin: 0 0 16px 0;
}
.vilka-about-directions-block .item .content ul {
	margin: 0;
	padding: 0;
}
.vilka-about-directions-block .item .content li {
	list-style: none;
	display: flex;
	color: #2F2F2F;
	margin-bottom: 8px;
	padding: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 175%;
}
.vilka-about-directions-block .item .content li:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: #136797;
	border-radius: 50%;
	margin: 12px 8px 0 0;
	flex-shrink: 0;
}
.vilka-about-directions-block .item:nth-of-type(odd) {
	background: #F9F9F9;
}
.vilka-about-directions-block .item:nth-of-type(odd) .content {
	margin-left: auto;
	padding-left: 40px;
}
.vilka-about-directions-block .item:nth-of-type(odd) .bg {
	left: 0;
}


.vilka-about-img-with-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	min-height: 432px;
}
.vilka-about-img-with-content .content,
.vilka-about-img-with-content .img {
	width: 50%;
}
.vilka-about-img-with-content .content {
	background: #35669B;
	padding: 48px 33px;
}
.vilka-about-img-with-content * {
	color: white;
}
.vilka-about-img-with-content .content .title {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
	display: block;
	margin: 0 0 16px 0;
}
.vilka-about-img-with-content .content .text {
	display: block;
	margin: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 175%; /* 175% */
}
.vilka-about-img-with-content .img {
	height: auto;
	object-fit: cover;
}





@media (max-width: 1024px) {
	.v-mb {
		margin-bottom: 32px;
	}
	.vilka-about-banner {
		display: block;
	}
	.vilka-about-banner .years {
		display: none;
	}
	.vilka-about-banner .content {
		padding-bottom: 48px;
	}
	.vilka-about-banner .years-scroll-wrapper {
		display: flex;
		overflow: auto;
		padding-right: 0;
		position: relative;
		z-index: 2;
	}
	.years-scroll-wrapper::-webkit-scrollbar {
		display: none;
	}
	.years-scroll-wrapper .item {
		flex-shrink: 0;
		width: 172px;
		color: #2F2F2F;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 20px; /* 142.857% */
		padding-bottom: 24px;
	}
	.years-scroll-wrapper .item .year {
		color: #CA2C2A;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px; /* 133.333% */
		position: relative;
		padding-bottom: 25px;
	}
	.years-scroll-wrapper .item .year:before,
	.years-scroll-wrapper .item .year:after {
		content: '';
		display: block;
		left: 0;
		position: absolute;
	}
	.years-scroll-wrapper .item .year:before {
		width: 35px;
		height: 35px;
		background: url("/company/images/line-pint.svg") no-repeat center center;
		z-index: 2;
		bottom: -7px;
		left: -5px;
	}
	.years-scroll-wrapper .item .year:after {
		width: 100%;
		height: 2px;
		background: #CA2C2A;
		bottom: 12px;
	}
	.vilka-about-directions-block .item .content,
	.vilka-about-directions-block .item .bg {
		width: 100%;
		position: static;
	}
	.vilka-about-directions-block .item {
		flex-direction: column;
		display: flex;
	}
	.vilka-about-directions-block .item .bg {
		order: -1;
		height: 400px;
	}
}
@media (max-width: 648px) {
	.v-mb {
		margin-bottom: 24px;
	}

	.vilka-about-directions-block .item .bg {
		height: 232px;
	}

	.vilka-about-banner {
		min-height: 620px;
	}
	.vilka-about-banner .content .text {
		font-size: 14px;
	}
	.vilka-about-banner .content .logo {
		width: 264px;
	}


	.vilka-about-icons-block .title {
		font-size: 24px;
		margin-bottom: 14px;
	}
	.vilka-about-directions-block .title {
		font-size: 24px;
		margin-bottom: 24px;
	}


	.vilka-about-directions-block .item .content {
		padding: 16px 0;
	}
	.vilka-about-directions-block .item .content .title {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.vilka-about-directions-block .item .content .text,
	.vilka-about-directions-block .item .content li{
		margin-bottom: 8px;
		font-size: 14px;
	}


	.vilka-about-img-with-content .content {
		width: 100%;
	}
	.vilka-about-img-with-content .img {
		display: none;
	}
	.vilka-about-img-with-content .content .title {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.vilka-about-img-with-content .content {
		padding: 32px 8px;
	}
	.vilka-about-img-with-content .content .text {
		font-size: 14px;
	}
}

.vilka-about-page .btn,
.vilka-about-page .content .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-about-page .btn:hover,
.vilka-about-page .content .btn:hover {
	background: #35669B;
}
/* End */


/* Start:/local/templates/gidrosistema/components/bitrix/news.list/vilka_learning_banner/style.css?17891225311906*/
.vilka-learning-banner {
	width: 100%;
	min-height: 677px;
	display: flex;
	align-items: center;
	position: relative;
	background: linear-gradient(0deg, rgba(53, 102, 155, 0.50) 0%, rgba(53, 102, 155, 0.50) 100%);
	background-blend-mode: multiply, normal;
	color: white;
	margin-bottom: 64px;
}
.vilka-learning-banner .pic,
.vilka-learning-banner .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vilka-learning-banner .content {
	position: relative;
	z-index: 2;
	padding-top: 2em;
	padding-bottom: 2em;
}
.vilka-learning-banner .red {
	color: #BA3328;

}
.vilka-learning-banner h1,
.vilka-learning-banner h2,
.vilka-learning-banner h4 {
	font-family: 'Montserrat';
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
	margin: 0 0 24px 0;
	color: white;
}

.vilka-learning-banner h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 133%;
}
.vilka-learning-banner h2 span,
.vilka-learning-banner h4 span {
	font-size: inherit;
	font-weight: inherit;
}
.vilka-learning-banner .btn {
	border-radius: 6px;
	background: #CA2C2A;
	padding: 16px 40px;
	color: white;
	font-size: 16px;
	font-weight: 500;
	display: inline-flex;
	text-decoration: none;
}
.vilka-learning-banner .btn:hover {
	background: #076696;
}

@media (max-width: 1024px) {
	.vilka-learning-banner {
		min-height: 480px;
		margin-bottom: 32px;
	}
	.vilka-learning-banner h2 {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.vilka-learning-banner h4 {
		font-size: 18px;
		margin-bottom: 16px;
	}
}
@media (max-width: 640px) {
	.vilka-learning-banner {
		min-height: 256px;
		margin-bottom: 24px;
	}
	.vilka-learning-banner h2 {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.vilka-learning-banner h4 {
		font-size: 14px;
		margin-bottom: 8px;
	}
}
@media (max-width: 420px) {
	.vilka-learning-banner .btn {
		width: 100%;
		justify-content: center;
	}
}
/* End */


/* Start:/local/templates/gidrosistema/components/bitrix/catalog.section.list/v-equipment-list/style.css?17891225314329*/
.v-equipment-sections-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(4, 250px);
    /*grid-auto-rows: 250px;*/
    grid-gap: 16px;
	margin-bottom: 64px;
}
.v-equipment-sections-grid .item {
	padding: 32px 16px;
	border-radius: 8px;
	display: grid;
	grid-template-columns: 1fr ;
	text-decoration: none;
	background: #F9F9F9;
	overflow: hidden;
	width: 100%;
	min-width: 0px;
}
.v-equipment-sections-grid .item * {
	color: #333333;
	display: block;
	min-width: 0px;
}
.v-equipment-sections-grid .item .text {
	width: 100%;
}
.v-equipment-sections-grid .item .img {
	width: 100%;
	max-width: 364px;
	object-fit: contain;
	mix-blend-mode: multiply;
	display: block;
}
.v-equipment-sections-grid .item .name {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 160%;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 8px;
}
.v-equipment-sections-grid .item .description {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #333333;
}
.v-equipment-sections-grid .item:nth-of-type(1n) {
    grid-column: 1 / 5;
    grid-row: 1 / 3;
}
.v-equipment-sections-grid .item:nth-of-type(1n) .img {
	max-width: 357px;
	margin-top: auto;
}
.v-equipment-sections-grid .item:nth-of-type(2n) {
    grid-column: 5 / 10;
	grid-row: 1 / 2;
	background: #D0E1EA;
	grid-template-columns: 1fr 270px;
}
.v-equipment-sections-grid .item:nth-of-type(2n) .img {
	max-height: 165px;
	object-position: left;
}
.v-equipment-sections-grid .item:nth-of-type(3n) {
    grid-column: 10 / 13;
	grid-row: 1 / 3;
	background: #F8EAE9;
}
.v-equipment-sections-grid .item:nth-of-type(3n) .img {
	max-width: 260px;
}
.v-equipment-sections-grid .item:nth-of-type(4n) {
	grid-column: 5 / 10;
	grid-row: 2 / 3;
	background: #F9F9F9;
	display: grid;
	grid-template-columns: 1fr 190px;
}
.v-equipment-sections-grid .item:nth-of-type(4n) .img {
	margin-top: auto;
	max-height: 200px;
}
.v-equipment-sections-grid .item:nth-of-type(5n) {
    grid-column: 1 / 4;
	grid-row: 3 / 5;
	background: #F8EAE9;
}
.v-equipment-sections-grid .item:nth-of-type(5n) .img {
	max-width: 200px;
	object-position: left;
}
.v-equipment-sections-grid .item:nth-of-type(6n) {
	grid-column: 4 / 9;
	grid-row: 3 / 4;
	background: #D0E1EA;
	display: grid;
	grid-template-columns: 1fr 220px;
}
.v-equipment-sections-grid .item:nth-of-type(6n) .img {
	margin-top: auto;
}
.v-equipment-sections-grid .item:nth-of-type(7n) {
	grid-column: 9 / 13;
	grid-row: 3 / 4;
	background: #F9F9F9;
	display: grid;
	grid-template-columns: 1fr 190px;
}
.v-equipment-sections-grid .item:nth-of-type(7n) .img {
	margin-top: auto;
}
.v-equipment-sections-grid .item:nth-of-type(8n) {
	grid-column: 4 / 8;
	grid-row: 4 / 5;
	background: #F9F9F9;
	display: grid;
	grid-template-columns: 1fr 125px;
}
.v-equipment-sections-grid .item:nth-of-type(8n) .img {
	margin-top: auto;
	max-height: 170px;
}
.v-equipment-sections-grid .item:nth-of-type(9n) {
	grid-column: 8 / 13;
	grid-row: 4 / 5;
	background: #F8EAE9;
	display: grid;
	grid-template-columns: 1fr 180px;
}
.v-equipment-sections-grid .item:nth-of-type(9n) .img {
	margin-top: auto;
}
.v-equipment-sections-grid .item .img:before {
	content: '';
}
.v-equipment-sections-grid .item .img img {
	width: 140%;
	opacity: 0.85;
}
@media (max-width: 1280px) {
	.v-equipment-sections-grid {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: initial;
	}
	.v-equipment-sections-grid .item {
		grid-column: initial!important;
		grid-row: initial!important;
		grid-template-columns: initial!important;
	}
	.v-equipment-sections-grid .item .img {
		margin: auto 0 0 0;
	}
}
@media (max-width: 991px) {
	.v-equipment-sections-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 768px) {
	.v-equipment-sections-grid {
		grid-template-columns: 1fr;
	}
	.v-equipment-sections-grid .item {
		grid-template-columns: 1.5fr 1fr!important;
		grid-gap: 12px;
		padding: 24px 20px;
	}
	.v-equipment-sections-grid .item .name {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.v-equipment-sections-grid .item .description {
		font-size: 12px;
	}
	.v-equipment-sections-grid .item .img {
		max-height: 108px;
		max-width: 141px!important;
		object-position: center;
		margin-left: auto;
	}
}
/* End */


/* Start:/local/templates/gidrosistema/components/bitrix/catalog.section/seize_the_day/style.css?17891225311968*/
.seize-the-day-wrapper .swiper-pagination,
.seize-the-day-wrapper .swiper-button-prev:after,
.seize-the-day-wrapper .swiper-button-next:after{
    display: none!important;
}
.seize-the-day-wrapper .swiper-button-prev,
.seize-the-day-wrapper .swiper-button-next {
    width: 48px;
    height: 48px;
    cursor: pointer;
    border-radius: 50%;
    transition: .3s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2F2F2F;
    opacity: 1;
    top: calc(50% - 28px) !important;
}
.seize-the-day-wrapper .swiper-button-prev svg,
.seize-the-day-wrapper .swiper-button-next svg {
    width: 20px;
}
.seize-the-day-wrapper .swiper-slide {
    display: flex;
    height: auto;
}
.seize-the-day-wrapper .swiper-slide .slider__item {
    width: 100%;
    height: 100%;
}
.seize-the-day-wrapper .swiper-wrapper {
    padding-bottom: 16px;
    margin-bottom: 48px;
}
.seize-the-day-wrapper .swiper:not(.swiper-initialized){
    overflow: hidden;
    position: relative;
}
.seize-the-day-wrapper .swiper:not(.swiper-initialized):before,
.seize-the-day-wrapper .swiper:not(.swiper-initialized):after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 30;
}
.seize-the-day-wrapper .swiper:not(.swiper-initialized):before {
    background: white;
}
.seize-the-day-wrapper .swiper:not(.swiper-initialized):after {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    border: 3px solid #076696;
    border-radius: 50%;
    border-top-color: #CA2C2A;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    z-index: 50;
}
@keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
.seize-the-day-wrapper {}
.seize-the-day-wrapper {}
.seize-the-day-wrapper {}
.seize-the-day-wrapper {}
/* End */


/* Start:/local/templates/gidrosistema/components/bitrix/catalog.item/seize_the_day_item/style.css?178912253227717*/

.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding-top: 15px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .19);
}

.product-item-big-card .product-item,
.product-item-small-card .product-item { }

.product-item-line-card .product-item { border-bottom: 1px solid #dadada; }

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px 15px 0;
	width: auto;
	border-color: transparent;
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}

.bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item {
	-webkit-animation: product-item-hover 300ms 1 ease;
	animation: product-item-hover 300ms 1 ease;
}

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: 0;
		right: 0;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		padding-left: 0;
		padding-right: 0;
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
		left: -15px;
		right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@keyframes product-item-hover {
	0% {
		position: absolute;
		left: 0;
		right: 0;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		padding-left: 0;
		padding-right: 0;
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
		left: -15px;
		right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	background-color: var(--theme-color-primary);
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: block;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

.product-item-image-slider-control.active,
.product-item-image-slider-control:hover { background-color: var(--primary); }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	transition: 250ms linear all;
}

.product-item-line-card .product-item-title {
	white-space: normal;
	text-align: left;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

@media (max-width: 1199px) {
	.product-item-big-card .product-item-title a { font-size: 18px; }
}

@media (max-width: 991px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

@media (max-width: 767px) {
	.product-item-big-card .product-item-title a { font-size: 14px; }
}

@media (max-width: 575px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

/*Price*/
.product-item-price-container {
	text-align: center;
	line-height: 1;
}

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-info-container {
	clear: both;
	margin-bottom: 8px;
}

.product-item-info-container-title { font-size: 12px; }

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 150px;
	margin: 0 auto 15px;
}


.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-item-amount-field {
	display: block;
	padding: 0;
	width: 100%;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

/*.product-item-big-card .product-item-amount-field-container { text-align: left; }*/

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity { font-size: 12px; }

/*region Properties */
.product-item-properties {
	display: block;
	margin: 0;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
	font-size: 12px;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 12px;
}

/*endregion*/

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-line-card .product-item-scu-container { text-align: left; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-block-title { font-size: 12px; }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block { transition: outline 300ms ease; }

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}


.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: var(--primary); }

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }











.seize_the_day_item .product{
	background: white;
	border: 1px solid rgba(51, 51, 51, 0.7);
	border-radius: 5px;
	padding: 13px 12px;
	justify-content: initial;
}

.seize_the_day_item .product__carousel {
	height: 224px;
	margin-bottom: auto!important;
}
.seize_the_day_item .product__virtual-col:first-child {
	flex:1
}
.seize_the_day_item .product__title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px!important;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #333333;
	display: block;
	margin-bottom: 12px;
}
.seize_the_day_item .article {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 143%;
	letter-spacing: -0.01em;
	color: #333333;
	margin-bottom: 12px;
}
.seize_the_day_item  .article-name {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height:  143%;
	/* identical to box height, or 143% */
	letter-spacing: -0.01em;
	color: rgba(51, 51, 51, 0.7);
}
.seize_the_day_item .product__stocks {
	margin-bottom: 24px;
}
.seize_the_day_item .product__cart {
	width: 100% !important;
}
/* End */


/* Start:/local/templates/gidrosistema/components/bitrix/news.list/vilka_advantages/style.css?17891225315386*/
.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_learning_video_reviews_slider/style.css?17891225313439*/
.vilka-learning-video-reviews-slider-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-learning-video-reviews-slider-wrapper .container {
    position: relative;
    z-index: 2;
}
.vilka-learning-video-reviews-slider-wrapper .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vilka-learning-video-reviews-slider-wrapper .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vilka-learning-video-reviews-slider {
    width: 100%;
}
.vilka-learning-video-reviews-slider .item {
    width: calc(267px);
    height: 300px!important;
    margin-right: 10px;
    background: white;
    padding: 1rem;
    cursor: pointer;
    display: grid;
    grid-template-rows: 70% 30%;
    grid-gap: 10px;
}
.vilka-learning-video-reviews-slider .item > * {
    min-height: 0px;
    min-width: 0px;
}
.vilka-learning-video-reviews-slider .item .name {
    width: 100%;
    text-align: center;
    font-size: .9em;
}
.vilka-learning-video-reviews-slider .item .img-wrapper {
    width: 100%;
    height: 100%;

}
.vilka-learning-video-reviews-slider .item .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vilka-learning-video-reviews-slider .item .play-icon {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    width: 50px;
    height: 50px;
}

.vilka-learning-video-reviews-slider-wrapper .title-wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 10px;
    margin-bottom: 25px;
    align-items: center;
}

.vilka-learning-video-reviews-slider-wrapper .title {
    /*font-size: 2.66rem;*/
    /*font-weight: 300;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*line-height: 120%;*/
    color: white;
    margin: 0;
}
.vilka-learning-video-reviews-slider-wrapper  .slider-btns {
    display: grid;
    grid-template-columns: 50px 50px;
    grid-gap: 10px;
}
.vilka-learning-video-reviews-slider-wrapper .swiper-button {
    border: 1px solid rgba(255, 255, 255, 0.25);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-out;
    position: static!important;
    margin: 0!important;
    color: white;
}
.vilka-learning-video-reviews-slider-wrapper .swiper-button svg {
    width: 16px;
    height: 16px;
}
.vilka-learning-video-reviews-slider-wrapper .swiper-button svg use {
    fill: white;
}
.vilka-learning-video-reviews-slider-wrapper .swiper-button:hover {
    border-color: rgba(255, 255, 255,1);
}
.vilka-learning-video-reviews-slider-wrapper .swiper-button:before,
.vilka-learning-video-reviews-slider-wrapper .swiper-button:after {
    display: none;
}
.vilka-learning-video-reviews-slider-wrapper .swiper-button-next {
    transform: rotate(180deg);
}

@media (max-width: 380px) {
    .vilka-learning-video-reviews-slider-wrapper .slider-btns {
        grid-template-columns: 30px 30px;
        grid-gap: 5px;
    }
    .vilka-learning-video-reviews-slider-wrapper .swiper-button {
        width: 30px;
        height: 30px;
        border-color: transparent!important;
    }

}
/* End */
/* /gs-pro/style.css?178912265511924 */
/* /company/style.css?17891226568075 */
/* /local/templates/gidrosistema/components/bitrix/news.list/vilka_learning_banner/style.css?17891225311906 */
/* /local/templates/gidrosistema/components/bitrix/catalog.section.list/v-equipment-list/style.css?17891225314329 */
/* /local/templates/gidrosistema/components/bitrix/catalog.section/seize_the_day/style.css?17891225311968 */
/* /local/templates/gidrosistema/components/bitrix/catalog.item/seize_the_day_item/style.css?178912253227717 */
/* /local/templates/gidrosistema/components/bitrix/news.list/vilka_advantages/style.css?17891225315386 */
/* /local/templates/gidrosistema/components/bitrix/news.list/vilka_learning_video_reviews_slider/style.css?17891225313439 */
