/* ---------------------------------------------------------------------------------------------------- ilab */

/* ---------------------------------------------------------------------------------------------------- Top block */
.i_tblock {
	background-color: #2788cb;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	transition: border-radius .5s;
	z-index: 500;
	color: white;
}
.i_tblock.i_tb_nav {
	border-radius: 0;
}

.i_tblock span {
	color: white;
}
	/* -------------------------------------------------- top menu */
.i_topmenu {
	font-size: 87.5%;
}

/*@media screen and (max-width: 640px) {
	.i_topmenu {
		flex: 0;
	}
}*/

/* -------------------------------------------------- top telephone */
.i_topphone {
	display: flex;
	justify-content: center;
}
.i_topphone .i_block {}
.i_topphone .i_main {
	display: flex;
	align-items: center;

	cursor: pointer;
	height: 50px;
	overflow: hidden;
}
.i_topphone .i_main:before,
.i_topphone .i_main:after {
	transition: background .5s;
}
.i_topphone .i_main.i_main_select:after {
	transform: rotate(180deg)
}
.i_topphone .i_main > span {
	font-size: 125%;
	white-space: nowrap;
}
.i_topphone .i_drop {
	display: none;
	background-color: #2788CB;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 500;
	border-radius: 0 0 5px 5px;
	padding: 10px 20px 20px;
	box-shadow: 0 5px 7px -3px rgba(0,0,0,0.75);
}
@media screen and (min-width: 481px) {
	.i_topphone .i_block {
		position: relative;
	}
}
/* -------------------------------------------------- auth/registration/cabinet/login/exit */
.i_login {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex: 0 0 auto;
	height: 25px;
}
.i_auth_personal,
.i_registration,
.i_login_cabinet,
.i_login_name,
.i_log_sep {
	display: flex;
	align-items: center;
}
.i_auth_personal span,
.i_registration span {
	border-bottom: 1px dashed;
	white-space: nowrap;
}
.i_log_sep {
	color: #303245;
}
.i_auth_personal {
	background: url(/local/templates/ilab_it_shop/ilab/img/svg/header/login.svg) no-repeat center / 21px auto;
	width: 25px;
	height: 25px;
}
.i_registration {
	padding: 0 20px 0 45px;
	background: url(/local/templates/ilab_it_shop/ilab/img/svg/header/reg.svg) no-repeat 20px center / 17px auto;
}
.i_login_cabinet {
	background: url(/local/templates/ilab_it_shop/ilab/img/svg/header/auth.svg) no-repeat 10px center / 17px auto;
}
.i_login_name {
	padding: 0 10px 0 20px;
}
.i_login_exit {
	padding: 10px 15px;
	background: url(/local/templates/ilab_it_shop/ilab/img/svg/header/exit.svg) no-repeat 10px center / 10px auto;
}
@media screen and (min-width: 1025px) {
	.i_login_cabinet {
		padding: 0 20px 0 35px;
	}
}
@media screen and (min-width: 641px) {
	.i_topphone {
		display: none;
	}
}
@media screen and (min-width: 420px) {
	.i_topphone {
		flex: 245px;
		min-width: 245px;
	}
	.i_topphone .i_main {
		padding: 0 45px;
	}
	.i_topphone .i_main:before {
		content: '';
		position: absolute;
		top: 0;
		left: 20px;
		width: 17px;
		height: 100%;
		background: url(/local/templates/ilab_it_shop/ilab/img/svg/header/phone.svg) no-repeat left center / 17px auto;
	}
	.i_topphone .i_main:after {
		content: '';
		position: absolute;
		top: 0;
		right: 20px;
		width: 13px;
		height: 100%;
		background: url(/local/templates/ilab_it_shop/ilab/img/svg/arrow/d_blue.svg) no-repeat left center / 13px auto;
		transition: transform 0.2s;
	}
}
@media screen and (min-width: 380px) {
	.i_tblock {
		border-radius: 0 0 5px 5px;
	}
}
@media screen and (max-width: 1024px) {
	.i_login_name,
	.i_registration,
	.i_log_sep {
		display: none;
	}
	.i_login_cabinet {
		padding: 0 10px 0 35px;
	}
}
@media screen and (max-width: 640px) {
	.i_login_cabinet {
		padding: 0 10px 0 20px;
		width: 47px;
	}
	.i_login_cabinet span,
	.i_auth_personal span {
		display: none;
	}
}
@media screen and (max-width: 479px) {}