.header__social {
	float: left;
	margin-right: 12px;
}

.header__social a {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: 64px 32px;
	text-indent: -10000px;
	background-image: url('/local/templates/iva_2019/static/images/social.png');
}

.header__social a.whatsapp {
	background-position: 0 0;
}

.header__social a.telegram {
	background-position: -32px 0;
}

.header__social a+a {
	margin-left: 8px;
}

.header__address {
	margin-top: 4px;
}

.title-header {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
}

.title-header--icon {
	max-width: 48px;
	margin-right: 12px;
}

.title-header .title--size-3 {
	margin-bottom: 0px;
    font-size: 1.35rem;
	font-weight: 500;
}

@media (min-width: 576px) {
	#social-mobile-buttons {
		display: none;
	}
}

@media (max-width: 576px) {
	#social-mobile-buttons {
		display: block;
	}
	.form__policy a img {
		width: 115% !important;
	}
	.section-title.section-title--left .section-title__text::after {
		display: none;
	}
	.fancybox-thumbs.fancybox-thumbs-y {
		height: 86px;
		right: auto;
		top: auto;
		left: auto;
		width: 100%;
	}
	.fancybox-slide--image {
		padding-bottom: 92px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 0;
	}
	.fancybox-thumbs.fancybox-thumbs-y .fancybox-thumbs__list {
	}
}

#social-mobile-buttons {
	margin-right: 10px;
}

#social-mobile-buttons a {
	display: inline-block;
	margin: 0 3px;
}

#social-mobile-buttons img {
	width: 28px;
	height: 28px;
	position: relative;
	top: -3px;
}


@media (max-width: 576px) {
	h1.h1-title {
		font-weight: 700;
		font-size: 3rem;
		line-height: 1.1;
	}
}

@media (max-width: 390px) {
	h1.h1-title {
		font-weight: 700;
		font-size: 2.5rem;
		line-height: 1.1;
	}
}


.hero__text-container.hero__map {
	width: 100%;
}

.hero__text-container_wrap {
	display: flex;
}


.hero__text-container__col_text {
	width: 55%;
}

.hero__text-container__col_map {
	width: 45%;
}

.hero__text-container__col_map .contact_map {
	height: 100%;
	margin: -75px 0 0;
}

@media (max-width: 992px) {

	.hero__text-container_wrap {
		display: flex;
		flex-direction: column;
	}

	.hero__text-container__col_text {
		width: 100%;
	}
	
	.hero__text-container__col_map {
		width: 100%;
	}


	.section-contacts .hero__image {
		height: 350px;
	}

	.hero__text-container__col_map .contact_map {
		height: 350px;
		margin: 25px 0 0;
	}

	.section-contacts .hero__text-container {
		padding: 8rem 0 0;
		min-height: auto;
	}

	.section-write-us {
		margin: 4rem 0 0;
	}

}