

/* Start:/local/templates/inno-2025/css/mainPageSlider.css?17774635105251*/
@media (max-width: 622px) {
	.represent > .container {
		max-width: none;
		padding: 10px;
		padding-top: 0;
	}
}

.main--slider-box {display: flex;gap:20px;max-width: 100%;width: 100%;}
.main--slider {flex-grow: 1;width: calc(100% - 360px);display: flex;flex-direction: column;gap:20px}
.main--slider .represent__brands-row{margin-top: 0}
.swiper-events1 {border-bottom-right-radius: 30px;overflow: hidden;}
.swiper-main-slider {display: flex;height: 100%;width: 100%;}
.swiper-main-slider .swiper-slide img {border-radius: 30px 3px 30px 3px;object-fit: cover;height: 100%;width: 100%;}
.swiper-main-slider .swiper-slide img[data-lazy] {max-height: 100px}

.swiper-main-slider .swiper-slide {
	position: relative;
}
.main--slider-box .swiper-pagination-bullet {
	opacity: 0.6;
	background-color: #FFF!important;
}

.main--slider-box .swiper-pagination-bullet-active {
	opacity: 1;
}
.main-page-slider-button,
.main-page-slider-button:hover {	
	position: absolute;
	left: 65px;
	bottom: 40px;
	border-radius: 25px 2px 25px 2px;
	border-width: 5px;
	border-style: solid;
	border-color: #51dcd0;
	color: white;
	font-size: 20px;
	font-weight: bold;
    padding: 18px 45px;
	background-color: rgba(0, 0, 0, 0.10);
}
.main-page-slider-button > span {
    position: relative;
    z-index: 3;
}
.main-page-slider-button:after {
	position: absolute;
	content: '';
	top: -5px;
	left: -5px;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	transition: opacity 0.2s ease-out;
	z-index: 2;
	opacity: 0;
	border-radius: 25px 2px 25px 2px; 
	background: linear-gradient(90deg, rgba(73,195,196,1) 0%, rgba(91,247,220,1) 100%);
}
.main-page-slider-button:hover:after {
    opacity: 1;
}

.represent__brands-item.hovering-item .represent__brands-wrap {
	width: 183px;
	height: 184px; 
}
.represent__brands-item.hovering-item .represent__brands-box {
	border-radius: 0px 30px;
	background: #D8EAEA;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
.represent__brands-item.hovering-item .represent__brands-descr {
	margin-top: 5px;
}
.represent__brands-item.hovering-item .represent__brands-box > img {
	max-width: 133px;
	max-height: 124px;
}
.represent__brands-item.hovering-item .represent__brands-box > p {
	font-size: 26px;
	color: #1CB4B5;
	font-weight: bold;	
}
.represent__brands-item.hovering-item:hover .represent__brands-box {
	background: #5ac9c9;
	padding-bottom: 5px;
	transition: all 0.5s;
}
.represent__brands-item.hovering-item :hover .represent__brands-box > p {
	color: white;
	transition: all 0.5s;
}
.represent__brands-item.wide-block .represent__brands-wrap,
.represent__brands-item.wide-block .represent__brands-wrap .represent__brands-wrap,
.represent__brands-item.wide-block .represent__brands-wrap .represent__brands-wrap img {
	border-radius: 30px 0px;
}
.represent__brands-item.wide-block .represent__brands-wrap {
	height: 183px;
	background: #f4f4f4;
}
.represent__brands-item.wide-block .represent__brands-wrap:before {
	padding-top: 0;
}
.represent__slider-mobile {
	display: none;
    margin: 0 -10px;
}
.represent__slider-mobile .swiper-main-slider {
	background-color: #36bdbe;
	position: relative;
	margin-top: 0!important;
}
.represent__slider-mobile .swiper-main-slider,
.represent__slider-mobile .swiper-main-slider .swiper-slide img {
	border-radius: 0!important;
}
.represent__slider-mobile .swiper-main-slider .swiper-slide .transition-gradient-hover-button {
	width: calc(100% - 60px);
	position: absolute;
	left: 30px;
	bottom: 30px;
}
.swiper-pagination-main-slider-mobile {
	bottom: var(--swiper-pagination-bottom, 8px)!important;
}

@media (max-width: 1200px) {
	.represent__brands-item.hovering-item {
		width: 50%;
	}
	.represent__brands-item.hovering-item .represent__brands-wrap {
		width: 100%; 
	}
	.represent__brands-item.wide-block {
		display: none!important;
	}
}

@media (max-width: 622px) {
  .represent__slider,
  .represent__brands-row {
    display: none;
  }
  .represent__slider-mobile {
    display: block;
  }
  .represent__slider {
    display: none;
  }
}

@media (min-width: 1199.98px) {
	.swiper-main-slider .swiper-slide img {position: absolute}
	.swiper-events1 {width: 340px;display: flex;flex-direction: column}
	.swiper-events1 .swiper{flex-grow: 1;width: 100%;}
	.main--slider-box {margin-bottom: 60px;align-items: stretch;}
}

@media (max-width: 1199.98px) {
	.main--slider-box {flex-direction: column}
	.main--slider-box .swiper-pagination-bullets{bottom:10px !important;}
	.main--slider {width: 100%}
	/*.main-page-header {margin-top: 0 !important;padding-top: 0 !important;}*/
	.swiper-events1 .swiper-slide .events__inner {min-height: unset !important;}
	.swiper-events1 {height: auto !important;}
	.swiper-events1 .swiper-wrapper {padding-bottom: 20px}
	body .swiper-events1 .swiper-slide .events__inner .events__image2 {min-height: 605px;position: static;top:auto;left:auto;background-repeat: no-repeat;background-size: contain}
}

@media screen and (min-width: 550px) and (max-width: 1199.98px) {
	.swiper-events1 .swiper-slide .events__inner .events__image {display: none}
}
/* End */


/* Start:/local/templates/inno-2025/css/mainPageEventDesktop.css?17774635105858*/
.swiper-events1 {
	height: 732px;
	border-radius: 0 0 30px 3px;
	position: relative;
}

.swiper-events1 .swiper-wrapper {
	background-color: #1cb4b5;
}
.events .swiper-events1 .swiper-outer {
	border-radius: 0 0 30px 0;
	background-color: #1cb4b5;
}
.swiper-events1 .swiper-slide {
	padding: 23px;
}
.swiper-events1 .swiper-slide .events__inner {
	background: none;
	padding: 0;
	min-height: 605px;
}
.swiper-events1 .swiper-slide .events__inner .events__image {
	height: 190px;
	background-size: cover;
	background-position-x: center;
	margin: 0 auto;
        margin-bottom: -12px;
        border-radius: 20px 20px 0 0;
}
.swiper-events1 .swiper-slide .events__inner .events__image2 {
	height: 100%;
	background-size: cover;
	background-position-x: center;
	margin: 0 auto;
	margin-bottom: -12px;
	border-radius: 20px 20px 0 0;
	flex: 1;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.swiper-events1 .swiper-slide .events__inner .events__description {
	border-radius: 16px;
	background-color: #5ac9c9;	
	padding-bottom: 10px;
}
.swiper-events1 .swiper-slide .events__inner .events__description .events__name,
.swiper-events1 .swiper-slide .events__inner .events__description .events__wrapper-white {
	margin-top: 0;
	background: white;
	font-size: 16px;
	font-weight: bold;
	color: black; 
	padding: 14px 5px;
	border-radius: 16px 16px 0 0;
	text-align: center;
	height: auto;
	line-height: normal;
}
.swiper-events1 .swiper-slide .events__inner .events__description .events__name {
	height: 44px;
	white-space: nowrap;
}
.swiper-events1 .swiper-slide .events__inner .events__description .events__wrapper-white {
	height: 97px;
	padding: 11px 10px;
}
.swiper-events1 .swiper-slide .events__inner .events__description .events__wrapper-white > div {
	height: 100%;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-events1 .swiper-slide .events__inner .events__description .events__who {
	font-size: 14px;
	padding: 14px 10px;
	margin-top: 0;
	height: calc(5* 1.5em); /* 5 - это 5 строк  */
}
.swiper-events1 .swiper-slide .events__inner .events__description .events__where > div {
	display: flex;
	font-size: 16px;
	font-weight: bold;
	align-items: center;
	padding-bottom: 5px;
}

.swiper-events1 .swiper-slide .events__inner .events__description .events__where > div > span {
	height: 28px;
	width: 49px;
	flex-basis: 49px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-events1 .event-location {
	background-image: url('/local/templates/inno-2025/css/../images/icons/event-location.svg');
}
.swiper-events1 .event-date {
	background-image: url('/local/templates/inno-2025/css/../images/icons/event-date.svg');
}

.swiper-events1 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 18px);
}

@media (min-width: 1201px) {	
	.swiper-events1 .main-page-header {
		background-color: #41c1c1;
		color: white;
		margin: 0;
		padding: 23px 20px;
		font-size: 30px;
		border-radius: 30px 3px 0 0;
	}
}

@media (max-width: 1200px) {	
	.events .swiper-events1,
	.swiper-events1 .swiper-slide .events__inner {
		width: 100%!important;
		max-width: none;
	}
	.events .swiper-events1 .swiper-outer {
		border-radius: 30px 3px 30px 0;
		background-color: #1cb4b5;
	}
}

@media (max-width: 1200px) and (min-width: 819px) {
	.events .swiper-events1 {
		height: 410px;
	}
	.events .swiper-events1 .swiper-wrapper {
		background-color: transparent;
	}
	.events .swiper-events1 .swiper-slide .events__inner {		
		min-height: 275px;;
	}
	.events .swiper-events1 .swiper-slide .events__inner,
	.events .swiper-events1 .swiper-slide .events__inner .events__description .events__where {
		display:flex;
	}
	.events .swiper-events1 .swiper-slide .events__inner > *:first-child {
		flex-basis: 40%;
	}
	.events .swiper-events1 .swiper-slide .events__inner > *:last-child {
		flex-basis: 60%;
	}
	.events .swiper-events1 .swiper-slide .events__inner .events__description .events__wrapper-white {
		height: auto;
	}
	.swiper-events1 .swiper-slide .events__inner .events__image {
		height: 248px;
		/* background-size: contain; */
		width: 276px;
		background-repeat: no-repeat;
		background-position: center;
                border-radius: 20px;
                margin-right: 30px;
	}
	.events .swiper-events1 .swiper-slide .events__inner .events__description .events__who {
		min-height: auto;
		height: calc(3.5 * 1.5em);
	}
	.events .swiper-events1 .swiper-slide .events__inner .events__description .events__who > span {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.events .swiper-events1 .swiper-slide .events__inner .events__description .events__wrapper-white > div {
		height: 20px;
		-webkit-line-clamp: 1;
	}
	.events .swiper-events1 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: var(--swiper-pagination-bottom, -35px);
	}
	.events .swiper-events1 .swiper-pagination-bullet {
		opacity: 0.2;
		background-color: #5AC9C9!important;
	}
	.events .swiper-events1 .swiper-pagination-bullet-active {
		opacity: 1;
		background-color: #5AC9C9!important;
	}
	.swiper-events1 .swiper-slide .events__inner .events__description .events__where > div {
		flex-grow: 1;
	}
}

@media (max-width: 819px) {
	.events .swiper-events1 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: var(--swiper-pagination-bottom, 0);
	}
}

/* End */


/* Start:/local/templates/inno-2025/css/mainPageSpecial.css?17774635108942*/
.special .special-banner-desktop {
	display: block;
}
.special .special-banner-mobile {
	display: none;
}

.special .special-banner {
	margin: 31px 0 31px 0;
}
.special .special-banner > img {
	border-radius: 18px;
}

.special .swiper-tetra-row {
	display: none;
}

.special .swiper-wrapper {
	padding:24px;
}

.special .special__row .swiper-button-next {
	right: -50px;
}
.special .special__row .swiper-button-prev {
	left: -50px;
}
.special .swiper-special1 .special-any-slide .special__column-swiper{
	padding: 0 10px;
}
.special .swiper-special1 .special-any-slide .special__column-swiper .column-swiper-inner {
	padding: 20px;
	border-radius: 30px;
}
.special .swiper-special1 .special-any-slide .special__column-swiper .special__item {
	position: relative;
}
.special .swiper-special1 .special-any-slide .special__column-swiper .special__item-descr {
	font-size: 14px;
}
.special .swiper-special1 .special-any-slide .special__column-swiper .action-label {
	width: 64px;
	padding: 6px 8px 7px 8px;
	text-align: center;
	border-radius: 12px 3px;
	background: linear-gradient(90deg, #00AAAC 0%, #39E0C4 100%);
}
.special .swiper-special1 .special-any-slide .special__column-swiper .favorite-icon {
	width: 24px;
	height: 24px;
	background-image: url('/local/templates/inno-2025/css/../images/icons/favorite.svg');
	position: absolute;
	top: 0;
	right: 0;
	background-position: center;
	background-repeat: no-repeat;
}
.special .swiper-special1 .special-any-slide .special__column-swiper .action-label:after {
	content: 'акция';
	color: white;
	font-size: 16px;
}
.special .swiper-special1 .special-any-slide .special__column-swiper .special-price-block {
	display: flex;
	align-items: end;
}
.special .swiper-special1 .special-any-slide .special__column-swiper .special-price-block > div.current-price {
	color: #171A1E;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 15px;
}
.special .swiper-special1 .special-any-slide .special__column-swiper .special-price-block > div.current-price > span {
	font-size: 24px;
}
.special .swiper-special1 .special-any-slide .special__column-swiper .special-price-block > div.old-price {
	color: #878787;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: line-through;
	padding-left: 8px;
}
.special .swiper-pagination-special1 .swiper-pagination-bullet-active {
	background: #5AC9C9;
}

.advantages-row {
	margin-bottom: 20px;
}
.advantages-row .advantages {
	margin-top: 45px;
	margin-bottom: 45px;
	margin-left: -15px;
    margin-right: -15px;
	display: flex;
    flex-wrap: wrap;
}
.advantages-row .advantages .advantage {
	width: Calc(33.33333% - 30px);
	height: 280px;
	padding: 26px 44px 38px 44px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	border-radius: 30px 30px 30px 0px;
	background: #5AC9C9;
	flex-wrap: wrap;
	margin: 15px;
	color: white;
}
.advantages-row .advantages .advantage .advantage-icon {
	height: 83px;
	text-align: center;
}
.advantages-row .advantages .advantage svg * {transition: .4s}
.advantages-row .advantages .advantage:hover svg * {fill:#fff !important;}
.advantages-row .advantages .advantage .advantage-24 {
	-webkit-mask: url('/local/templates/inno-2025/css/../images/icons/24.svg') no-repeat center;
	mask: url('/local/templates/inno-2025/css/../images/icons/24.svg') no-repeat center;
}
.advantages-row .advantages .advantage .advantage-tech {
	-webkit-mask: url('/local/templates/inno-2025/css/../images/icons/tech.svg') no-repeat center;
	mask: url('/local/templates/inno-2025/css/../images/icons/tech.svg') no-repeat center;
}
.advantages-row .advantages .advantage .advantage-individual {
	-webkit-mask: url('/local/templates/inno-2025/css/../images/icons/individual.svg') no-repeat center;
	mask: url('/local/templates/inno-2025/css/../images/icons/individual.svg') no-repeat center;
}
.advantages-row .advantages .advantage .advantage-service {
	-webkit-mask: url('/local/templates/inno-2025/css/../images/icons/service.svg') no-repeat center;
	mask: url('/local/templates/inno-2025/css/../images/icons/service.svg') no-repeat center;
}
.advantages-row .advantages .advantage .advantage-quality {
	-webkit-mask: url('/local/templates/inno-2025/css/../images/icons/quality.svg') no-repeat center;
	mask: url('/local/templates/inno-2025/css/../images/icons/quality.svg') no-repeat center;
}
.advantages-row .advantages .advantage .advantage-professional {
	-webkit-mask: url('/local/templates/inno-2025/css/../images/icons/professional.svg') no-repeat center;
	mask: url('/local/templates/inno-2025/css/../images/icons/professional.svg') no-repeat center;
}
.advantages-row .advantages .advantage .ad-header {
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	margin-top: 18px;
	margin-bottom: 10px;
}
.advantages-row .advantages .advantage .ad-description {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.advantages-row .advantages .advantage,
.advantages-row .advantages .advantage .advantage-icon,
.advantages-row .advantages .advantage .ad-header,
.advantages-row .advantages .advantage .ad-description,
.advantages-row .advantages .advantage:hover,
.advantages-row .advantages .advantage:hover .advantage-icon,
.advantages-row .advantages .advantage:hover .ad-header,
.advantages-row .advantages .advantage:hover .ad-description {
	transition: all 0.5s;
}

@media (min-width: 1201px) {
	.special .swiper-special1 .special-any-slide .special__column-swiper .column-swiper-inner:hover {
		box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.75)
		-moz-box-shadow: 0px 0px 911px -5px rgba(0,0,0,0.75);
		transition: all 0.2s;
	}
	.special .swiper-special1 .special-any-slide .special__column-swiper .column-swiper-inner:hover .special__item-descr {
		color: #1cb4b5;
		transition: all 0.2s;
	}

	.advantages-row .advantages .advantage:hover {
		padding-top: 20px;
		background-color: #1cb4b5;
	}
	.advantages-row .advantages .advantage:hover .ad-header {
		margin-top: 15px;
	}
}

@media (max-width: 1200px) {
	.special .container {
		max-width: none;
		padding: 10px;
	}

	.special .special-banner {
		margin: 0 0 26px 0;
	}

	.special .special-banner > img {
		border-radius: 10px;
	}

	.special .special__row {
		margin-bottom: 0;
	}
	.special .swiper-special1 {
		margin: 0 -9px;
	}

	.special .special__item {
        min-height: 240px;
    }


	.special .swiper-special1 .special-any-slide .special__column-swiper {
		padding: 0 9px;
	}
	.special .swiper-special1 .special-any-slide .special__column-swiper .column-swiper-inner {
		padding: 0;
	}

	.special .swiper-special1 .special-any-slide .special__column-swiper .action-label {
		width: 46px;
		padding: 0px 6px 5px 6px;
	}
	.special .swiper-special1 .special-any-slide .special__column-swiper .action-label:after {
		font-size: 12px;
	}

	.special .swiper-special1 .special-any-slide .special__column-swiper .special__item-descr {
		height: 47px;
		min-height: 47px;
		flex-grow: 0;
		-webkit-line-clamp: 2;
	}

	.special .swiper-special1 .special-any-slide .special__column-swiper .special-price-block > div.current-price {
		line-height: 12px;
	}
	.special .swiper-special1 .special-any-slide .special__column-swiper .special-price-block > div.current-price > span {
		font-size: 18px;
	}
	.special .swiper-special1 .special-any-slide .special__column-swiper .special-price-block > div.old-price {
		font-size: 12px;
	}
	.special .swiper-special1 .special-any-slide .special__column-swiper .transition-gradient-hover-button {
		font-size: 12px;
	}
	.special .swiper-button-prev,
	.special .swiper-button-next {
		display: none;
	}

	.advantages-row .advantages .advantage {
		width: calc(50% - 30px);
	}
}
@media (max-width: 818px) {
	.advantages-row .advantages {
		margin:0
	}

	body .special__column-swiper {margin-bottom:20px !important;}

	.advantages-row .advantages .advantage {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		height: 93px;
		padding: 5px 20px;
		border-radius: 16px 16px 16px 0px;
		margin-top: 6px;
		margin-bottom: 6px;
	}

	.advantages-row .advantages .advantage > div {
		flex-grow: 1;
		align-self: center;
	}

	.advantages-row .advantages .advantage .advantage-icon {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: 75px;
		width: 75px;
		align-self: start;
	}
	.advantages-row .advantages .advantage .advantage-professional {
		mask-size: 90%;
	}
	.advantages-row .advantages .advantage .ad-header {
		text-align: left;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
	}
	.advantages-row .advantages .advantage .ad-description {
		display: none;
		padding-bottom: 20px;
	}
	.advantages-row .advantages .advantage.active {
		background-color: #1cb4b5;
		height: 160px;
	}
	.advantages-row .advantages .advantage.active .advantage-icon {
		background-color: #FFF;
	}
	.advantages-row .advantages .advantage.active .ad-description {
		display: block;
	}
}
/* End */


/* Start:/local/templates/inno-2025/components/tichiy/news.line/main-news/style.css?177746350915621*/
.news {
    padding: 0!important;
    margin-bottom: 30px;
}
.news .news-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 25px -11px;
}
.news .news-grid .news-block {
    display: block;
    padding: 15px 11px;
}

.news .news-grid .news-block.even {
    width: 66.666%;
}
.news .news-grid .news-block.odd {
    width: 33.333%;
}
.news .news-grid .news-block.hidden {
    display: none;
}
.news .news-grid .news-block .news-block-inner {
    border-radius: 30px;
    border: 1px solid #D2D2D2;
    display: flex;
    height: 424px;
    cursor: pointer;
}
.news .news-grid .news-block.even .news-block-inner > div {
    width: 50%;
}
.news .news-grid .news-block.odd .news-block-inner > div {
    width: 100%;
}
.news .news-grid .news-block .news-block-inner .news-text-column {
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.news .news-grid .news-block .news-block-inner .news-text-column .n-title {
    color: #171A1E;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 20px;
}
.news .news-grid .news-block .news-block-inner .news-text-column .n-description {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    flex-grow: 1;
}
.news .news-grid .news-block .news-block-inner .news-text-column .date-and-link {
    display: flex;
    align-items: end;
}
.news .news-grid .news-block .news-block-inner .news-text-column .date-and-link .date {
    color: #767676;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    flex-grow: 1;
}
.news .news-grid .news-block .news-block-inner .news-text-column .date-and-link .link {
    width: 63px;
    height: 40px;
    border-radius: 12px 0px;
    border: 2px solid #BCBCBC;
    position: relative;
}
.news .news-grid .news-block .news-block-inner .news-text-column .date-and-link .link:after {
    background: linear-gradient(90deg, rgba(73,195,196,1) 0%, rgba(91,247,220,1) 100%);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    margin: -2px;
    border-radius: 12px 0px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}
.news .news-grid .news-block .news-block-inner .news-text-column .date-and-link .link > span {
    display: block;
    height: 100%;
    background-color: #BCBCBC;
    -webkit-mask: url('/local/templates/inno-2025/images/icons/news-link.svg') no-repeat center;
    mask: url('/local/templates/inno-2025/images/icons/news-link.svg') no-repeat center;
    z-index: 3;
    position: relative;
}
.news .news-grid .news-block .news-block-inner .news-image-column {
    border-radius: 30px;
    background-size: auto 100%;
    background-position: center;
}
.news .news-grid .news-block.odd .news-block-inner .news-image-column {
    display: none;
}
.news .news-grid .news-block .news-block-inner .news-text-column .n-title,
.news .news-grid .news-block .news-block-inner .news-image-column,
.news .news-grid .news-block .news-block-inner .news-text-column .date-and-link .link,
.news .news-grid .news-block .news-block-inner .news-text-column .date-and-link .link:after,
.news .news-grid .news-block .news-block-inner .news-text-column .date-and-link .link > span,
.news .news-grid .news-block .news-block-inner:hover .news-text-column .n-title,
.news .news-grid .news-block .news-block-inner:hover .news-image-column,
.news .news-grid .news-block .news-block-inner:hover .news-text-column .date-and-link .link
.news .news-grid .news-block .news-block-inner:hover .news-text-column .date-and-link .link:after,
.news .news-grid .news-block .news-block-inner:hover .news-text-column .date-and-link .link > span {
    transition: all 0.5s;
}

.news .news-show-more {
    display: block;
    width: 100%;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #D2D2D2;
    transition: all 0.5s;
    text-align: center;
    cursor: pointer;
    color: black;
}
.news .news-show-more:hover {
    border: 1px solid #000;
    transition: all 0.5s;
    color: black;
}


@media (min-width: 1201px) {
    .news .news-grid .news-block .news-block-inner:hover .news-text-column .n-title {
        color: #1cb4b5;
    }
    .news .news-grid .news-block .news-block-inner:hover .news-image-column {
        background-size: auto 105%;
    }
    .news .news-grid .news-block .news-block-inner:hover .news-text-column .date-and-link .link {
        border-color: #02acad;
        background: #02acad;
    }
    .news .news-grid .news-block .news-block-inner:hover .news-text-column .date-and-link .link:hover:after {
        opacity: 1;
    }
    .news .news-grid .news-block .news-block-inner:hover .news-text-column .date-and-link .link:after {
    }
    .news .news-grid .news-block .news-block-inner:hover .news-text-column .date-and-link .link > span {
        background: #FFF;
    }
}

@media (max-width: 1200px) {
    .news .container {
        max-width: none;
        padding: 10px;
    }
    .news .news-grid {
        margin: 0 -11px;
    }
    .news .news-grid .news-block.even,
    .news .news-grid .news-block.odd {
        width: 100%;
    }
    .news .news-grid .news-block.even .news-block-inner > div {
        width: 100%;
    }
    .news .news-grid .news-block.even .news-block-inner .news-image-column {
        display: none;
    }
    .news .news-grid .news-block.mobile-hidden {
        display: none;
    }
}






.body-contacts {
    margin-bottom: 80px;
}


.body-contacts .transition-gradient-hover-button {
    margin: 18px 0;
    width: 100%;
    height: 65px;
}

.body-contacts .contacts-subscribe {
    display: flex;
    padding: 30px 32px 40px 32px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 40px 40px 40px 3px;
    background: #1CB4B5;
    color: #FFF;
    margin-bottom: 70px;
}

.body-contacts .contacts-subscribe .cs-header,
.body-contacts .contacts-subscribe .cs-form {
    flex: 0 0 350px;
}

.body-contacts .contacts-subscribe .cs-header {
    font-size: 43px;
    font-weight: 600;
    line-height: normal;
}

.body-contacts .contacts-subscribe .cs-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.body-contacts .contacts-subscribe .cs-form-result {
    display: none;
    flex: 0 0 350px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 45px 0;
}
.body-contacts .contacts-subscribe .cs-form-result .sent-icon {
    background: #FFF;
    height: 74px;
    width: 74px;
    -webkit-mask: url('/local/templates/inno-2025/components/tichiy/news.line/main-news/../images/icons/sent.svg') no-repeat center;
    mask: url('/local/templates/inno-2025/components/tichiy/news.line/main-news/../images/icons/sent.svg') no-repeat center;
}
.body-contacts .contacts-subscribe .cs-form-result .sent-message {
    color: #FFF;
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.body-contacts .contacts-subscribe .cs-form-result .sent-description {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: normal;
}

.body-contacts .contacts-info {
    border: 1px solid #BCBCBC;
    border-radius: 50px;
}
.body-contacts .contacts-info .contacts-info-header {
    display: flex;
    padding: 40px 20px 40px 20px;
    align-items: center;
    gap: 36px;
    align-self: stretch;
    border-radius: 30px;
    background: #1CB4B5;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.16px;
}
.body-contacts .contacts-info .contacts-info-header > div {
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    align-items: center;
}
.body-contacts .contacts-info .contacts-info-header > div > div {
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
}
.body-contacts .contacts-info .contacts-info-header > div a,
.body-contacts .contacts-info .contacts-info-header > div a:visited {
    color: #FFF;
}
.body-contacts .contacts-info .contacts-info-header > div > .info-icon {
    flex-grow: 0;
    flex-basis: 40px;
    height: 60px;
    background-color: #098485;
    margin-right: 16px;
}
.body-contacts .contacts-info .contacts-info-header > div > .info-icon-location {
    -webkit-mask: url('/local/templates/inno-2025/components/tichiy/news.line/main-news/../images/icons/contacts-location.svg') no-repeat center;
    mask: url('/local/templates/inno-2025/components/tichiy/news.line/main-news/../images/icons/contacts-location.svg') no-repeat center;
}
.body-contacts .contacts-info .contacts-info-header > div > .info-icon-clock {
    -webkit-mask: url('/local/templates/inno-2025/components/tichiy/news.line/main-news/../images/icons/contacts-clock.svg') no-repeat center;
    mask: url('/local/templates/inno-2025/components/tichiy/news.line/main-news/../images/icons/contacts-clock.svg') no-repeat center;
}
.body-contacts .contacts-info .contacts-info-header > div > .info-icon-phone {
    -webkit-mask: url('/local/templates/inno-2025/components/tichiy/news.line/main-news/../images/icons/contacts-phone.svg') no-repeat center;
    mask: url('/local/templates/inno-2025/components/tichiy/news.line/main-news/../images/icons/contacts-phone.svg') no-repeat center;
}
.body-contacts .contacts-info .contacts-info-header > div > .info-icon-email {
    -webkit-mask: url('/local/templates/inno-2025/components/tichiy/news.line/main-news/../images/icons/contacts-email.svg') no-repeat center;
    mask: url('/local/templates/inno-2025/components/tichiy/news.line/main-news/../images/icons/contacts-email.svg') no-repeat center;
}

.body-contacts .contacts-info .contacts-info-header > div > .info-icon,
.body-contacts .contacts-info .contacts-info-header > div:hover > .info-icon {
    border: 1px solid #000;
    transition: all 0.5s;
}
.body-contacts .contacts-info .contacts-info-map {
    padding: 0 40px;
    margin: 40px 0;
    display: flex;
}
.body-contacts .contacts-info .contacts-info-map > div {
    flex-grow: 1;
    flex-basis: 50%;
    margin: 30px 20px 40px 20px;
}
.body-contacts .contacts-info .contacts-info-map .m-title {
    color: #171A1E;
    font-family: Inter;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}
.body-contacts .contacts-info .contacts-info-map .m-description {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 0 30px 0;
    display: none;
}
.body-contacts .contacts-info .contacts-info-map .m-label {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding-top: 10px;
    display: none;
}
.body-contacts .contacts-info .contacts-info-map input,
.body-contacts .contacts-info .contacts-info-map textarea {
    margin: 9px 0;
}
.body-contacts .contacts-info .contacts-info-map textarea {
    height: 100px;
    resize: none;
}
.body-contacts .contacts-info .contacts-info-map .m-notice {
    color: #171A1E;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.012px;
}
.body-contacts .contacts-info .contacts-info-map .m-form-result {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}
.body-contacts .contacts-info .contacts-info-map .m-form-result .sent-icon {
    background: #5AC9C9;
    height: 74px;
    width: 74px;
    -webkit-mask: url('/local/templates/inno-2025/components/tichiy/news.line/main-news/../images/icons/sent.svg') no-repeat center;
    mask: url('/local/templates/inno-2025/components/tichiy/news.line/main-news/../images/icons/sent.svg') no-repeat center;
}
.body-contacts .contacts-info .contacts-info-map .m-form-result .sent-message {
    color: #000;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
.body-contacts .contacts-info .contacts-info-map .m-form-result .sent-description {
    color: #666;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}
.body-contacts .contacts-info .contacts-info-map > div > a> img {
    max-height: 479px;
    max-width: 559px;
    border-radius: 30px 30px 30px 0px;
}

@media (max-width: 1200px) {
    .body-contacts .contacts-info .contacts-info-map > div:last-child {
        display: none;
    }
    .news .news-grid .news-block .news-block-inner {
        height: auto;
    }
}

@media (max-width: 1200px) and (min-width: 623px) {
    .body-contacts .contacts-subscribe {
        flex-direction: column;
    }
    .body-contacts .contacts-subscribe .cs-header {
        flex: auto;
    }
    .body-contacts .contacts-subscribe .cs-description {
        display: none;
    }
    .body-contacts .contacts-subscribe .cs-input-block {
        display: flex;
        height: 65px;
        gap: 24px;
    }
    .body-contacts .contacts-subscribe .cs-form {
        flex: auto;
    }

    .body-contacts .contacts-subscribe .cs-input-block > * {
        margin: 0;
    }
    .body-contacts .contacts-subscribe .cs-input-email-notice {
        margin-top: 20px;
        text-align: center;
    }
    .body-contacts .contacts-info .contacts-info-header {
        flex-wrap: wrap;
        gap: unset;
        padding: 15px;
    }
    .body-contacts .contacts-info .contacts-info-header > *:first-child {
        flex-basis: 100%;
    }
    .m-name-and-phone {
        display: flex;
        gap: 18px;
    }
    .body-contacts .contacts-info .contacts-info-map > div {
        margin: 0;
    }
}

@media (max-width: 622px) {
    .body-contacts .contacts-info .contacts-info-header {
        flex-direction: column;
        gap: 36px;
        align-items: start;
    }
    .body-contacts .contacts-info .contacts-info-header > div {
        width: 100%;
    }
    .body-contacts .contacts-info .contacts-info-header > div > .info-icon {
        height: 35px;
    }
    .body-contacts .contacts-subscribe input {
        font-size: 14px;
    }
    .body-contacts .container {
        max-width: none;
        padding: 10px;
    }
    .body-contacts .contacts-subscribe {
        display: none;
    }
    .body-contacts .contacts-info {
        border: 0;
    }
    .body-contacts .contacts-info .contacts-info-map {
        border-radius: 40px 40px 40px 3px;
        background: #1CB4B5;
        padding: 0;
    }
    .body-contacts .contacts-info .contacts-info-map .m-title {
        color: #FFF;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 10px;
    }
    .body-contacts .contacts-info .contacts-info-map .m-description,
    .body-contacts .contacts-info .contacts-info-map .m-label {
        display: block;
    }
    .body-contacts .contacts-info .contacts-info-map .m-notice {
        color: #FFF;
    }
    .body-contacts .contacts-info .contacts-info-map .m-notice a,
    .body-contacts .contacts-info .contacts-info-map .m-notice a:visited {
        color: #171A1E;
    }
    .body-contacts .contacts-info .contacts-info-map .m-form-result .sent-icon {
        background: #FFF;
    }
    .body-contacts .contacts-info .contacts-info-map .m-form-result .sent-message,
    .body-contacts .contacts-info .contacts-info-map .m-form-result .sent-description {
        color: #FFF;
    }
    .body-contacts {
        margin-bottom: 0px;
    }
}

@media (min-width: 623px) {
    .body-contacts .contacts-info .contacts-info-header > div:hover > .info-icon {
        margin-top: -15px;
        background-color: #2DE6E7;
    }
}

/* End */
/* /local/templates/inno-2025/css/mainPageSlider.css?17774635105251 */
/* /local/templates/inno-2025/css/mainPageEventDesktop.css?17774635105858 */
/* /local/templates/inno-2025/css/mainPageSpecial.css?17774635108942 */
/* /local/templates/inno-2025/components/tichiy/news.line/main-news/style.css?177746350915621 */
