@media all {
	.h-right {
		display: flex;
		align-items: flex-start;
	}
	.h-right__block {
		display: flex;
	}
	.h-right__icon {
		font-size: 20px;
		width: 50px;
		height: 50px;
		border: 1px solid #ecebeb;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-shadow: -3px -3px 0 currentColor;
		margin-top: 3px;
		text-decoration: none;
		color: #1164b0;
	}
	.h-right__icon i {
		color: #4b4141;
	}
	.h-right__block-text {
		padding-top: 3px;
		margin-left: 14px;
		width: 186px;
		padding-right: 20px;
	}
	.h-right__block-text--top {
		font-size: 14px;
	}
	.h-right__block._phone .h-right__block-text--top {
		font-size: 11px;
		white-space: nowrap;
	}
	.h-right__block._phone .h-right__block-text--top .email:hover {
		color: #ff9900;
	}
	.h-right__block-text--bot {
		font-size: 13px;
		color: #666666;
		line-height: 1.4;
		margin-top: 4px;
	}

	.h-right__block._gamburger {
		display: none;
	}
	
	.h-right__block._phone .h-right__block-text .h-right__block-text--top a {
		color: inherit;
		text-decoration: none;
	}
}
@media (max-width: 1200px) {
	.h-right__block._address, .h-right__block._timetable {
		display: none;
	}
}
@media (max-width: 1023px) {
	.h-right__icon {
		box-shadow: none;
	}
	.h-right__block {
		margin-left: 20px;
	}
	.h-right__block._phone .h-right__block-text {
		display: none;
	}
	.h-right__block._gamburger {
		display: inline-flex;
	}
	a.hamburger.h-right__icon {
		font-size: 21px;
		width: 50px;
		height: 50px;
		color: #4a4040;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	a.hamburger._active {
		background: none;
	}
}