/* ---------------------------------------------------------------------------------------------------- News/Actions */
.i_zeta_life {
	width: 100%;
	position: relative;
}
.i_zeta_life_item {
	display: none;
	margin: 10px;
}
.i_zeta_life_item:hover {
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
}
.i_zeta_life_item.news {
	display: block;
}
.i_zeta_life ul.i_sections {
	padding-left: 0;
	margin: 35px 0 25px;
	display: flex;
	justify-content: center;
}
.i_zeta_life ul.i_sections li {
	display: inline;
}
.i_zeta_life ul.i_sections li a {
	padding: 10px 20px;
	display: flex;
	align-items: center;
}
.i_zeta_life ul.i_sections li#active a {
	background: #eceef0;
	border-bottom-right-radius: 10px;
}
.i_zeta_life ul.i_sections li .i_section_name {
	color: #1e1e1d;
	border-bottom: 1px dashed;
}
.i_zeta_life .i_section_img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.i_zeta_life .i_section_img svg {
	width: 100%;
	height: 100%;
}
.i_zeta_life .i_section_img svg path {
	fill: #a61331;
}
.i_zeta_life ul.i_sections li#active svg path {
	fill: #1e1e1d;
}
.i_zeta_life div.swiper-pagination {
	width: auto;
	top: 105px;
	bottom: auto;
	right: 0;
	left: auto;
	transform: none;
}

.i_news_actions {
	display: flex;
	padding-top: 20px;
	border-top: 1px solid #d7d7d7;
}
.i_news_actions h2 {
	text-align: center;
	font-size: 28px;
}
.i_news,
.i_actions {
	display: flex;
	flex-direction: column;
}

.i_news_actions .i_title:hover {
	color: #c33049;
}

.i_news_actions .i_block {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.i_news_actions .i_na_items {
	display: flex;
	flex: 1;
}
.i_news_actions .i_na_item {
	flex: 1;
	padding: 15px;
}
.i_news_actions .i_img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	display: block;
}
.i_news_actions .i_link {
	display: block;
	padding: 20px;
	line-height: 1.3em;
	max-height: 10.1em;
	overflow: hidden;
	color: #1e1e1d;
}
.i_news_actions .i_date {
	display: block;
	font-size: 14px;
	color: #1e1e1d;

	padding-bottom: 0.5em;
}
.i_news_actions .i_name {
	display: block;

	font-size: 15px;
	font-family: 'adihaus_b';
	background-repeat: no-repeat;
	text-transform: uppercase;
	max-height: 3.65em;
	overflow: hidden;
}
.i_news_actions .i_desc {
	display: block;
	padding-top: 0.5em;
}
.i_link_section_cont {
	text-align: center;
	margin-top: 40px;
}
.i_news_actions .i_link_section {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/arrow/r_gray.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 6px auto;
	text-align: right;
	padding: 11px 40px 10px 20px;
	border-radius: 20px;
	border: 1px solid #d7d7d7;
	font-size: 14px;
	display: none;
}
.i_zeta_life#news .i_link_section.news {
	display: inline-block;
}
.i_zeta_life#youtube .i_link_section.youtube {
	display: inline-block;
}
.i_zeta_life#instagram .i_link_section.instagram {
	display: inline-block;
}
.i_zeta_life#vkontakte .i_link_section.vkontakte {
	display: inline-block;
}
/* ---------------------------------------------------------------------------------------------------- News */
.i_news {}
.i_news .i_title {}
.i_news .i_block {}
.i_news .i_na_items {}
.i_news .i_img {}
.i_news .i_na_item {}
.i_news .i_link {}
.i_news .i_date {}
.i_news .i_name {}
.i_news .i_desc {}

/* ---------------------------------------------------------------------------------------------------- Actions */
.i_actions {}
.i_actions .i_title {}
.i_actions .i_block {}
.i_actions .i_na_items {}
.i_actions .i_img {}
.i_actions .i_na_item {}
.i_actions .i_link {}
.i_actions .i_date {}
.i_actions .i_name {}
.i_actions .i_desc {}

/* ---------------------------------------------------------------------------------------------------- Media */
@media screen and (max-width: 1299px) {
	.i_zeta_life_item {
		margin: 0;
	}
	.i_zeta_life_item:hover {
		box-shadow: none;
	}
}
@media screen and (min-width: 1101px) {
	.i_news {
		width: 40%;
	}
	.i_actions {
		width: 60%;
	}
}
@media screen and (min-width: 871px) {
	.i_news_actions > div:nth-child(2) {
		margin-left: 20px;
	}
}
@media screen and (min-width: 480px) {

}
@media screen and (min-width: 871px) and (max-width: 1100px), screen and (min-width: 480px) and (max-width: 670px) {
	.i_news_actions .i_na_items .i_na_item:nth-child(3) {
		display: none;
	}
}
@media screen and (min-width: 871px) and (max-width: 1100px) {
	.i_news {
		flex: 1;
	}
	.i_actions {
		flex: 1;
	}
}
@media screen and (max-width: 870px) {
	.i_news_actions {
		flex-direction: column;
	}
}
@media screen and (max-width: 479px) {
	.i_news_actions .i_na_items {
		flex-direction: column;
	}
}

/* ---------------------------------------------------------------------------------------------------- Quantitative CSS selectors */


/* 3шт */
	.i_news .i_na_item:nth-last-child(3):first-child .i_img,
	.i_news .i_na_item:nth-last-child(3):first-child ~ .i_na_item .i_img {
		padding-top: 100%;
	}
	.i_actions .i_na_item:nth-last-child(3):first-child .i_img,
	.i_actions .i_na_item:nth-last-child(3):first-child ~ .i_na_item .i_img {
		padding-top: 100%;
	}

@media screen and (min-width: 1101px) {
	.i_news .i_na_item:nth-last-child(1):first-child .i_img {
		padding-top: 47.01%;
	}
	.i_actions .i_na_item:nth-last-child(1):first-child .i_img {
		padding-top: 30.64%;
	}
	.i_news .i_na_item:nth-last-child(2):first-child .i_img,
	.i_news .i_na_item:nth-last-child(2):first-child ~ .i_na_item .i_img {
		padding-top: 100%;
	}
}
@media screen and (min-width: 871px) and (max-width: 1100px) {
	.i_news .i_na_item:nth-last-child(1):first-child .i_img {
		padding-top: 46.03%;
	}
	.i_actions .i_na_item:nth-last-child(1):first-child .i_img {
		padding-top: 46.03%;
	}
	.i_news .i_na_item:nth-last-child(2):first-child .i_img,
	.i_news .i_na_item:nth-last-child(2):first-child ~ .i_na_item .i_img {
		padding-top: 100%;
	}
}
@media screen and (min-width: 671px) and (max-width: 870px) {
	.i_news .i_na_item:nth-last-child(2):first-child .i_img,
	.i_news .i_na_item:nth-last-child(2):first-child ~ .i_na_item .i_img {
		padding-top: 63.9%;
	}
}
@media screen and (min-width: 481px) and (max-width: 870px) {
	.i_news .i_na_item:nth-last-child(1):first-child .i_img {
		padding-top: 28.28%;
	}
	.i_actions .i_na_item:nth-last-child(1):first-child .i_img {
		padding-top: 28.28%;
	}
}
@media screen and (max-width: 759px) {
	.i_zeta_life ul.i_sections li .i_section_name {
		display: none;
	}
	.i_zeta_life .i_section_img {
		margin-right: 0
	}
	.i_zeta_life ul.i_sections li a {
		padding: 0;
		width: 65px;
		height: 50px;
		justify-content: center;
	}
}
@media screen and (max-width: 670px) {
	.i_news .i_na_item:nth-last-child(2):first-child .i_img,
	.i_news .i_na_item:nth-last-child(2):first-child ~ .i_na_item .i_img {
		padding-top: 100%;
	}
}
@media screen and (max-width: 479px) {
	.i_news_actions .i_link {
		padding: 20px 0;
	}
	.i_zeta_life_container {
		padding-bottom: 40px;
	}
	.i_zeta_life div.swiper-pagination {
		top: auto;
		bottom: 60px;
		width: 100%;
	}
	.i_news_actions {
		margin-top: 30px;
	}
	.i_news .i_na_item .i_img,
	.i_actions .i_na_item .i_img {
		padding-top: 100%;
	}
}
/*@media screen and (min-width: 1101px) {
	.i_news .i_na_item:nth-last-child(1):first-child .i_img {
		padding-top: 47.01%;
	}
	.i_actions .i_na_item:nth-last-child(1):first-child .i_img {
		padding-top: 30.64%;
	}

	.i_news .i_na_item:nth-last-child(2):first-child .i_img,
	.i_news .i_na_item:nth-last-child(2):first-child ~ .i_na_item .i_img {
		padding-top: 100.46%;
	}
	.i_actions .i_na_item:nth-last-child(2):first-child .i_img,
	.i_actions .i_na_item:nth-last-child(2):first-child ~ .i_na_item .i_img {
		padding-top: 63.95%;
	}

	.i_news .i_na_item:nth-last-child(3):first-child .i_img,
	.i_news .i_na_item:nth-last-child(3):first-child ~ .i_na_item .i_img {
		padding-top: 100.46%;
	}
	.i_actions .i_na_item:nth-last-child(3):first-child .i_img,
	.i_actions .i_na_item:nth-last-child(3):first-child ~ .i_na_item .i_img {
		padding-top: 100.46%;
	}
}
@media screen and (min-width: 871px) and (max-width: 1100px) {
	.i_news .i_na_item:nth-last-child(1):first-child .i_img {
		padding-top: 46.03%;
	}
	.i_actions .i_na_item:nth-last-child(1):first-child .i_img {
		padding-top: 46.03%;
	}

	.i_news .i_na_item:nth-last-child(2):first-child .i_img,
	.i_news .i_na_item:nth-last-child(2):first-child ~ .i_na_item .i_img {
		padding-top: 98.21%;
	}
	.i_actions .i_na_item:nth-last-child(2):first-child .i_img,
	.i_actions .i_na_item:nth-last-child(2):first-child ~ .i_na_item .i_img {
		padding-top: 98.21%;
	}

	.i_news .i_na_item:nth-last-child(3):first-child .i_img,
	.i_news .i_na_item:nth-last-child(3):first-child ~ .i_na_item .i_img {
		padding-top: 98.21%;
	}
	.i_actions .i_na_item:nth-last-child(3):first-child .i_img,
	.i_actions .i_na_item:nth-last-child(3):first-child ~ .i_na_item .i_img {
		padding-top: 98.21%;
	}
}
@media screen and (min-width: 481px) and (max-width: 870px) {
	.i_news .i_na_item:nth-last-child(1):first-child .i_img {
		padding-top: 28.28%;
	}
	.i_actions .i_na_item:nth-last-child(1):first-child .i_img {
		padding-top: 28.28%;
	}

	.i_news .i_na_item:nth-last-child(2):first-child .i_img,
	.i_news .i_na_item:nth-last-child(2):first-child ~ .i_na_item .i_img {
		padding-top: 58.82%;
	}
	.i_actions .i_na_item:nth-last-child(2):first-child .i_img,
	.i_actions .i_na_item:nth-last-child(2):first-child ~ .i_na_item .i_img {
		padding-top: 58.82%;
	}
}
@media screen and (min-width: 671px) and (max-width: 870px) {
	.i_news .i_na_item:nth-last-child(3):first-child .i_img,
	.i_news .i_na_item:nth-last-child(3):first-child ~ .i_na_item .i_img {
		padding-top: 92.05%;
	}
	.i_actions .i_na_item:nth-last-child(3):first-child .i_img,
	.i_actions .i_na_item:nth-last-child(3):first-child ~ .i_na_item .i_img {
		padding-top: 92.05%;
	}
}
@media screen and (min-width: 481px) and (max-width: 670px) {
	.i_news .i_na_item:nth-last-child(3):first-child .i_img,
	.i_news .i_na_item:nth-last-child(3):first-child ~ .i_na_item .i_img {
		padding-top: 58.82%;
	}
	.i_actions .i_na_item:nth-last-child(3):first-child .i_img,
	.i_actions .i_na_item:nth-last-child(3):first-child ~ .i_na_item .i_img {
		padding-top: 58.82%;
	}
}
@media screen and (max-width: 480px) {
	.i_news_actions .i_na_item .i_img {
		padding-top: 56.70%;
	}
}*/