/* ---------------------------------------------------------------------------------------------------- Footer */
/* --------------------------------------------------------------------------- Footer top */
.i_footer {
	/*font-size: 87.5%;*/
	margin: 15px 20px 0;
	padding-top: 10px;
	position: relative;
}
.i_footer:before {
	content: '';
	position: absolute;
	background-color: #232f3e;
	width: auto;
	left: -100%;
	right: -100%;
	height: 100%;
	z-index: -1;
}

.i_footer:after {
	content: '';
	position: absolute;
	background-color: #f77981;
	width: auto;
	left: -100%;
	right: -100%;
	height: 10px;
	top: 0;
}

.i_f_top {
	/*background-color: #f0f1f5;
	border-radius: 5px;
	padding: 20px;*/
	margin-top: 10px;
	display: flex;
}
/* --------------------------------------------------------------------------- Footer left */
.i_f_left {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}
/*@media screen and (min-width: 640px) and (max-width: 800px) {*/
	/*.i_f_top {*/
		/*margin-top: 0;*/
	/*}*/
/*}*/
@media screen and (max-width: 800px){
	.i_f_top {
		margin-top: 0;
	}
}
@media screen and (max-width: 481px){
	.i_f_left {
		order:1;
	}
}
.i_f_left > div:not(:first-child) {
	margin-top: 20px;
}

.i_f_phone,
.i_f_phone_mobile,
.i_f_address,
.i_f_email {
	display: none;
}

.i_f_phone,
.i_f_phone_mobile {
	padding-left: 30px;
	font-size: 128.6%;
}
.i_f_phone {
	background: url(/local/templates/ilab_it_shop/ilab/img/svg/footer/phone_mobile.svg) no-repeat top left;
}
.i_f_phone_mobile {
	background: url(/local/templates/ilab_it_shop/ilab/img/svg/footer/phone.svg) no-repeat top left;
}
.i_f_address {}
.i_f_email {}
/* -------------------------------------------------- i_social_footer */
.i_f_social {
	z-index: 2;
}
.i_social_item {

	background-repeat: no-repeat;
	background-size: 18px 18px;
	display: inline-block;
	height: 30px;
	width: 30px;
}
.i_social_item[href="https://www.youtube.com/channel/UC25LOcAp8BraWBCFcfNxbng"]{
	background-size: 28px;
	background-position: -3px -4px;

}
/* --------------------------------------------------------------------------- Footer right */
.i_f_right {
	flex: 1;
}
.i_f_menu > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.i_f_menu > ul > li {
	position: relative;
	/*overflow: hidden;*/
	padding-left: 26px;
}
.i_f_menu > ul > li:before {
	content: '';
	border: 3px solid transparent;
	border-left: 3px solid #fd515b;
	top: 10px;
	margin-left: -10px;
	position: absolute;
}
.i_f_menu > ul > li > a {
	color: white;
	padding: 5px 0;
	display: block;
}
@media screen and (min-width: 481px) {
	.i_f_menu > ul {
		columns: 3 177px;
	}
	.i_fm_ad {
		display: none;
	}
}
@media screen and (min-width: 801px) {
	.i_f_right {
		margin-left: 10%;
	}
}
@media screen and (max-width: 800px) {
	.i_f_top {
		flex-flow: column;
	}
	.i_f_right:before {
		content: '';
		background-color: white;
		position: absolute;
		height: 1px;
		left: -20px;
		right: -20px;
		top: 0;
	}
	.i_f_right {
		position: relative;
		margin-top: 20px;
		padding-top: 20px;
	}
}

@media screen and (max-width: 640px){
	.i_f_right{
		margin-top: 0;
		order: -1;

	}
}
@media screen and (max-width: 480px) {
	.i_f_right:before {
		display: none;
		/* niz_menu */
	}
	.i_f_right{
		margin-top: 0px;
	}
	.i_f_top {
		flex-flow: row;
		margin-top: 0;
	}
	.i_f_menu > ul {
		display: none;
		margin-top: 15px;
	}
	.i_f_menu .i_fmenu_button {
		display: block;
		cursor: pointer;
	}
/* -------------------------------------------------- animated icon nav */
	nav.i_f_menu .i_fm_ad_but {
		margin-left: 10px;
		font-size: 115%;
		font-weight: bold;
		text-transform: uppercase;
	}
	nav.i_f_menu .i_fm_ad {
		z-index: 1;
		color: white;
		display: flex;
		align-items: center;

		margin: -20px;
		padding: 20px;
		cursor: pointer;
	}

	.i_fm_x {
		padding: 10px 0;
	}
	.i_fm_x {
		display: inline-block;
		position: relative;
		transition: 0.25s;
		user-select: none;
	}

	.i_fm_x .i_fm_icon,
	.i_fm_x .i_fm_icon:before,
	.i_fm_x .i_fm_icon:after {
		width: 25px;
		height: 5px;
	}
	.i_fm_x .i_fm_icon {
		position: relative;
		background: #fd515b;
		transition: 0.25s;
	}
	.i_fm_x .i_fm_icon:before {
		top: 10px;
	}
	.i_fm_x .i_fm_icon:after {
		top: -10px;
	}
	.i_fm_x .i_fm_icon:before,
	.i_fm_x .i_fm_icon:after {
		display: block;
		content: '';
		background: #fd515b;
		position: absolute;
		transition: 0.25s;
	}
	/* Open */
	.i_fm_x_open .i_fm_icon:before,
	.i_fm_x_open .i_fm_icon:after {
		transition: 0.5s;
		top: 0 !important;
	}
	.i_fm_x_open .i_fm_icon {
		background: transparent;
	}
	.i_fm_x_open .i_fm_icon:before {
		transform: rotate(-45deg);
	}
	.i_fm_x_open .i_fm_icon:after {
		transform: rotate(45deg);
	}
}
/* -------------------------------------------------- Footer bottom */
.i_f_bottom {
	padding: 10px 0 5px;
	color: white;
	font-size: 92.9%;

	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 10px;
}
.i_f_bottom:before {
	content: '';
	position: absolute;
	width: auto;
	left: -100%;
	right: -100%;
	border-top: 1px solid #f77981;
	top: 0;
}
.i_f_bottom  .introduction {
	display: none;
}
.i_f_bottom .ilab {
	margin-left: 70px;
}
.i_copy {}
.introduction {}
.ilab {}

@media screen and (min-width: 641px) {
	.i_f_bottom {
		align-items: center;
	}
}
@media screen and (min-width: 421px) {
	.i_f_bottom {
		flex-flow: wrap;
	}
}
@media screen and (min-width: 641px) and (max-width: 940px) {
	.i_copy {
		flex: 1 100%;
		margin-bottom: 15px;
	}
	.introduction {
		/*flex: 1;*/
	}
}
@media screen and (min-width: 421px) and (max-width: 640px) {
	.i_copy {
		flex: 100%;
		margin-bottom: 15px;
	}
	.introduction,
	.ilab {
		flex: 1;
	}
	.introduction {
		padding-right: 10px;
	}
	.ilab {
		/*padding-left: 10px;*/
	}
}
@media screen and (max-width: 420px) {
	.i_f_bottom {
		flex-flow: column;
	}
	.introduction,
	.ilab {
		margin-top: 15px;
	}
}