@media all {
	.h-right {
		display: flex;
		align-items: flex-start;
	}

	.h-right__block-wrap {
		display: flex;
    	align-items: center;
	}
	.h-right__block-wrap-1 {
		display: flex;
		width: 100%;
	}

	.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;
	}
	.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;
		font-weight: 700;
		text-transform: uppercase;
		margin-bottom: 5px;
	}
	.h-right__block._phone .h-right__block-text--top {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 4px;
	}
	.h-right__block-text--bot {
		font-size: 13px;
		color: #666666;
		line-height: 1.4;
	}

	.h-right__block._gamburger {
		display: none;
	}

	._search-form {
		display: inline-block;
		height: 50px;
		width: 50px;
		border: 1px solid #ECEBEB;
		background: #FFF;
	}

	._search-form .icon-search {
		fill: #004394;
	}

	.h-right__block._address {
		align-items: center;
	}
	.h-phone-icons {
		flex-direction: column;
	}

	.h-social-icons .soc-list {
		flex-wrap: nowrap;
		padding-top: 8px;
		margin-right: 10px;
	}

	.h-social-icons .soc-it {
		color: #fff;
		border: none;
	}
	.h-social-icons .soc-it._fb {
		background-color: #334197;
	}
	.h-social-icons .soc-it._wa {
		background-color: #25d366;
	}
	.h-social-icons .soc-it._wa:hover {
		background-color: #1f9149;
	}
	.h-social-icons .soc-it._tg {
		background-color: #3390ec;
	}
	.h-social-icons .soc-it._mx {
		background: #4585F8;
		background: linear-gradient(135deg, #4585F8, #884AEB);
		border-color: transparent;
	}
	.h-social-icons .soc-it._tg:hover {
		background-color: #205d9b;
	}
	.h-social-icons .soc-it._mx:hover {
		background: #2f5aac;
		background: linear-gradient(135deg, #3362b9, #542e92);
		border-color: transparent;
	}
	.h-social-icons .soc-it._vk {
		background-color: #336699;
	}
	.h-social-icons .soc-it._tw {
		background-color: #33ccff;
	}
	.h-social-icons .soc-it._yt {
		background-color: #b40202;
	}
	.h-social-icons .soc-it._ig {
		background-color: #833ab4;
	}
	.h-social-icons .soc-it._ok {
		background-color: #ed812b;
	}
	.h-social-icons .soc-it:hover:before {
		background: rgba(0, 0, 0, 0.2);
	}

}
@media (max-width: 1200px) {
	.h-right__block._address, .h-right__block._timetable {
		display: none;
	}
}
@media (max-width: 1024px) {
	.h-right__icon {
		box-shadow: none;
	}
	.h-right__block + .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;
	}
}