html {
	height: -webkit-fill-available;
	scroll-behavior: auto !important;
	will-change: scroll-position; 
}
body {
	font-family: 'Museo Cyrl', Arial, sans-serif;
	font-weight: 300;
	font-size:18px;
	line-height:1.5;
	color:#697177;
	overflow-x:hidden;
	
}

h2 {
	font-family: 'BNC', Arial, sans-serif;
	font-size: 72px;
	line-height: 80px;	
	color:#FA2A5D;
	text-align:center;
	margin:32px 0 32px;
	
}

h3 {
	font-family: 'BNC', Arial, sans-serif;
	font-size: 32px;
	line-height: 38px;	
	background-color:#FA2A5D;
	color:#fff;
	margin:16px 0;	
	display:inline-block;
	padding:6px 10px;
	
}

img:active,
img:focus,
img:hover,
a:active,
a:focus,
a:hover {
	outline:0;
}


h3 + p {
	margin-top:0;
}

img {
	max-width:100%;
}
.ya-share2 {
	text-align:center;	
}
.ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__badge, .ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__mobile-popup-badge {
	background:#FA2A5D !important;
}

.svg-link {
	cursor:pointer;
}
.svg-link .svg-link__point{
	transition:transform 0.2s ease;
}

.svg-link:hover .svg-link__point {
	transform:translateY(-4px);
}
@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	h2 {
		font-size: 60px;
		line-height:1;
		margin-top:32px;
	}
	h3 {
		font-size: 28px;
	}
}

@media screen and (max-width:480px){

}
