/* Custom styles
   ========================================================================== */

.rr-grad-bck{
	  background-image: -moz-linear-gradient( -45deg, rgb(220,77,127) 0%, rgb(175,75,150) 48%, rgb(98,103,172) 100%);
	  background-image: -webkit-linear-gradient( -45deg, rgb(220,77,127) 0%, rgb(175,75,150) 48%, rgb(98,103,172) 100%);
	  background-image: -ms-linear-gradient( -45deg, rgb(220,77,127) 0%, rgb(175,75,150) 48%, rgb(98,103,172) 100%);
}

.site-header__menu{
	margin-right: 270px;
}

#onas{
	background-color: #d94a85;
	margin-top: 120px;
	margin-bottom: 84px;
	padding-top: 0;
	padding-bottom: 0;
}

#onas *{
	color: white;
}

.service-image__thumb{
	min-height: 460px;
}

@media (max-width: 991px) {
	.rr-mobile-center{
		display: block;
		text-align: center;
		margin-left: 0;
		margin-top: 20px;
	}
	
	.rr-logo-tip{
		margin-top: 20px;
	}
	
	#onas{
		padding-top: 84px;
		padding-bottom: 84px;
		margin-top: 84px;
	}
	
	.service-image__thumb{
		display: none;
	}
}

@media (max-width: 1199px) {
	.rr-mobile-map{
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
		overflow: hidden;
	}
}