.page-header, .mobile-menu__wrapper  {
	background-color: #708271;
}
	.header__logo {
		background: url(/rr_images/decorations/logo--white.svg) no-repeat 50% 50% scroll transparent;
		background-size: 100% auto;
	}
	.slogan {
		color: #ffffff;
	}
	.menu__horizontal__multilevel .separator, .main-menu .separator {
		background: url(/rr_images/default/marker__darkblue.svg) no-repeat 50% 50% scroll transparent;
	}
	.main-menu .root-item:hover, .main-menu .root-item:focus, .main-menu .root-item--selected, .main-menu__root-level.active .root-item {
		color: #E9CBA3;
	}
		.root-item.active, .main-menu__item-wrapper.active, .main-menu__item-wrapper:hover, .main-menu__second-level > a.active, .main-menu__second-level > a:hover, .main-menu__third-level.active  > a, .main-menu__third-level  > a:hover {
			color: #C49558;
		}
	.menu__horizontal__multilevel a:hover,
	.menu__horizontal__multilevel a:focus {
		color: #E9CBA3;
	}
	.menu-mobile {
		background: linear-gradient(90deg, #D15800 0%, #C8842C 100%);
	}
	.menu__language a {
		color: #E9CBA3;
	}
		.menu__language a.selected {
			color: #FFF;
		}
	.email a {
		color: #E9CBA3;
	}
	.btn.header__form-request {
		display: none;
	}
	.btn.header__like-button {
		display: block;
	}
	.btn.header__form-request,
	.btn.header__like-button {
		background: linear-gradient(90deg, #D15800 0%, #C8842C 100%);
		color: #fff;
	}
		.btn.header__form-request:hover, .btn.header__form-request:focus, .btn.header__form-request:active,
		.btn.header__like-button:hover, .btn.header__like-button:focus, .btn.header__like-button:active {
			background: linear-gradient(90deg, #C8842C 100%, #D15800 0%);
		}
	.page-header .basket {
		background: url('/rr_images/icons/icon__basket--white.svg') no-repeat 50% 50% scroll transparent;
		background-size: 100% auto;
	}
		.page-header .basket:hover,
		.page-header .basket:focus {
			background: url('/rr_images/icons/icon__basket--gold.svg') no-repeat 50% 50% scroll transparent;
			background-size: 100% auto;
		}
	.page-header .search {
		background: url('/rr_images/icons/icon__search--white.svg') no-repeat 50% 50% scroll transparent;
		background-size: 100% auto;
	}
		.page-header .search:hover,
		.page-header .search:focus {
			background: url('/rr_images/icons/icon__search--gold.svg') no-repeat 50% 50% scroll transparent;
			background-size: 100% auto;
		}
	.page-header .auth {
		background: url('/rr_images/icons/icon__auth--white.svg') no-repeat 50% 50% scroll transparent;
		background-size: 100% auto;
	}
		.page-header .auth:hover,
		.page-header .auth:focus {
			background: url('/rr_images/icons/icon__auth--gold.svg') no-repeat 50% 50% scroll transparent;
			background-size: 100% auto;
		}
		
	.mobile-menu__footer .phone a {
		color: #fff;
	}
	.mobile-menu__footer .email a {
		color: #EBC491;
	}



.page-footer {
	background-color: #708271;
	color: #fff;
}
	.page-footer .footer__logo {
		background: url('/rr_images/decorations/logo--white.svg') no-repeat 50% 50% scroll transparent;
		background-size: auto 100%;
	}
	.footer__menu {
		background-color: #C49558;
	}
	.footer__menu .separator {
		background: url('/rr_images/default/marker__darkblue.svg') no-repeat 50% 50% scroll transparent;
	}
	.footer__menu__1-level a:hover,
	.footer__menu__1-level a:focus {
		color: #1D3247;
	}



.our-activities {
	background: url('/rr_images/decorations/bg__russia-map--grey.png') no-repeat 50% 50% scroll #708271;
	background-size: auto 100%;
}
	.our-activities_item .highlight {
		background: #1D221E;
	}
	.our-activities_item span {
		color: #ffffff;
	}
	
	

.form-wrapper .btn--send-request {
	background: linear-gradient(90deg, #D15800 0%, #C8842C 100%);
	box-shadow: 0px 34px 34px -20px rgba(196, 149, 88, 0.6), inset 4px -5px 54px rgba(0, 0, 0, 0.16);
}
	.form-wrapper .btn--send-request:hover, .form-wrapper .btn--send-request:focus, .form-wrapper .btn--send-request:active {
		background: linear-gradient(90deg, #C8842C 100%, #D15800 0%);
	}

.form-block {
	background: #4A574C;
}

	
@media only screen and (max-width:960px) {	
	.btn.header__like-button {
		display: none!important;
	}
	.btn.header__form-request {
		display: block;
		background: url('/rr_images/icons/icon__phone--big.svg') no-repeat 50% 50% scroll, linear-gradient(90deg, #D15800 0%, #C8842C 100%);
	}
		.btn.header__form-request:hover, .btn.header__form-request:focus, .btn.header__form-request:active {
			background: url('/rr_images/icons/icon__phone--big.svg') no-repeat 50% 50% scroll, linear-gradient(90deg, #C8842C 100%, #D15800 0%);
		}
}