
	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	html {
		font-size: 16px;
	}
	body {
		font-family: "Roboto", sans-serif;
		background-repeat: repeat;
		color: #323636;
	}
	a,
	a:visited {
		color: #c6491a;
		text-decoration: none;
	}
	a:hover {
		color: #e15e07;
		text-decoration: underline;
	}
	ul {
		list-style: none;
	}
	.line {
		height: 1px;
		width: 90%;
		background-color: rgba(255, 255, 255, 0.719);
		margin: 20px auto;
	}
	.input {
		height: 25px;
		border: none;
		border-radius: 8px;
		color: rgb(61, 61, 61);
		padding: 5px 25px;
	}
	.container {
		display: flex;
		max-width: 1200px;
		margin: 0 auto;
		flex-direction: column;
		justify-content: center;
		padding: 0 5.5rem;
	}
	.container-fluid {
		position: relative;
		max-width: 1920px;
		width: 100%;
		margin: 0 auto;
	}
	.title {
		font-size: 21px;
		font-family: Georgia, Times New Roman, Serif;
		font-weight: bold;
		color: #8c8b88;
	}
	.bold {
		font-weight: bold;
	}
	.italic {
		font-style: italic;
	}
	.more {
		color: #c6491a;
	}
	.header-top {
		background: rgb(31, 32, 34);
		background: linear-gradient(
				0deg,
				rgba(31, 32, 34, 1) 0%,
				rgba(50, 54, 55, 1) 100%
		);
	}
	.top-navigation {
		display: flex;
		justify-content: flex-end;
	}
	.top-navigation__list {
		display: flex;
	}
	.top-navigation__item {
		color: #fff;
		padding: 15px 20px;
	}
	.top-navigation__item + .top-navigation__item {
		margin-left: 30px;
	}
	a.top-navigation__link {
		color: #fff;
	}
	.top-navigation__link:hover {
		text-decoration: underline;
	}
	button.primary-button,
	a.primary-button {
		display: block;
		background: rgb(196, 135, 53);
		background: linear-gradient(
				0deg,
				rgba(196, 135, 53, 1) 0%,
				rgba(248, 154, 51, 1) 100%
		);
		border: none;
		font-weight: 700;
		font-size: 26px;
		letter-spacing: 0.05em;
		color: #fff;
		padding: 10px 15px;
	}
	.button-shadow {
		box-shadow: 0 0 40px #a6a37b, 0 0 60px #a6a37b;
	}
	.header-bottom {
		background: rgb(115, 108, 89);
		background: linear-gradient(
				0deg,
				rgba(115, 108, 89, 1) 0%,
				rgba(184, 174, 150, 1) 100%
		);
	}
	.header-bottom__wrapper {
		display: flex;
		justify-content: space-between;
		padding: 5px 0;
		height: 125px;
	}
	.header-bottom__logo {
		align-self: flex-start;
	}

	.bottom-navigation__list {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.bottom-navigation__item + .bottom-navigation__item {
		margin-left: 30px;
	}
	.main {
		margin-bottom: 100px;
	}
	.intro {
		border-top: 1px solid #fff;
		background: rgb(36, 33, 23);
		background: linear-gradient(
				0deg,
				rgba(36, 33, 23, 1) 0%,
				rgba(102, 98, 89, 1) 17%,
				rgba(102, 98, 89, 1) 53%,
				rgba(36, 33, 23, 1) 100%
		);
		height: 200px;
		padding: 20px 0;
	}

	.intro__top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.intro__bottom {
		display: flex;
		align-items: center;
	}
	.intro__title {
		color: #fff;
		font-weight: 700;
		font-size: 50px;
		letter-spacing: 0.05em;
		margin: 10px 0;
	}
	.intro__button {
		margin-right: 30px;
	}
	a.into__link {
		color: #fff;
		font-size: 24px;
		font-weight: 700;
	}
	.content {
		padding-top: 30px;
		display: flex;
	}
	.sidebar-left {
		width: 255px;
		display: flex;
		flex-direction: column;
	}
	.sidebar-left__title {
		margin-bottom: 40px;
	}
	.sidebar-left .menu * {
		color: #c6491a;
	}
	.sidebar-left .menu li {
		margin-bottom: 10px;
	}
	.sidebar-left .menu .url:hover {
		text-decoration: underline;
	}
	.sidebar-left .menu li > ul {
		display: none;
		margin-left: 10px;
		margin-top: 10px;
	}

	.content__wrapper {
		width: 100%;
		display: flex;
		flex-direction: column;
		padding: 0 20px;
	}
	.content-about {
		display: flex;
		margin-bottom: 20px;
	}
	.content-about__info {
		margin-right: 20px;
	}
	.content-about__image {
		min-width: 230px;
		max-width: 100%;
	}
	.content-about__image img {
		width: 100%;
	}
	.content-about__title {
		padding-bottom: 15px;
	}
	.content-about__text {
		font-size: 13px;
		line-height: 1.5em;
		color: #323636;
	}
	.content-ask {
		display: flex;
		flex-direction: column;
	}
	.content-ask__title {
		margin-bottom: 20px;
	}
	.content-ask__list {
		padding-left: 40px;
	}
	.content-ask__item {
		margin-bottom: 15px;
	}
	.content-ask__more {
		align-self: flex-end;
	}
	.content-news {
		display: flex;
		flex-direction: column;
	}
	.content-news__title {
		margin-bottom: 15px;
	}
	.content-news__subtitle {
		margin-bottom: 15px;
		font-size: 12px;
	}
	.content-news__list {
		padding-left: 40px;
	}
	.content-news__item {
		margin-bottom: 15px;
	}
	.content-news__more {
		align-self: flex-end;
	}

	.sidebar-right {
		min-width: 190px;
		display: flex;
		flex-direction: column;
	}
	.mobile__findus__title,
	.sidebar-right__title {
		margin-bottom: 15px;
	}
	.mobile__findus__title,
	.sidebar-right__text {
		margin-bottom: 5px;
	}
	.mobile__findus__title,
	.sidebar-right__link {
		margin-bottom: 40px;
	}
	.mobile__findus {
		display: none;
	}
	.footer {
		padding: 40px 0;
		background: url(/images/footerBgv2.jpeg) repeat-x;
		color: #fff;
		font-size: 12px;
	}
	.footer__wrapper {
		display: flex;
		justify-content: center;
	}
	.footer-navigation {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0 10px;
	}
	.footer-navigation__list {
		display: flex;
		margin-bottom: 10px;
	}
	.footer-navigation__item {
		padding: 0px 5px;
		line-height: 16px;
		border-left: 1px solid #fff;
	}
	.footer-navigation__item:last-child {
		border-right: 1px solid #fff;
	}
	.footer__link {
		margin-bottom: 10px;
	}
	@media screen and (max-width: 768px) {
		.container {
			padding: 0 15px;
		}
		.title {
			font-size: 18px;
		}
		a.primary-button {
			padding: 5px 10px;
			font-size: 22px;
		}
		.bottom-navigation__list {
			flex-wrap: wrap;
			justify-content: center;
		}
		.bottom-navigation__item {
			margin-bottom: 10px;
		}
		.bottom-navigation__item + .bottom-navigation__item {
			margin-left: 10px;
		}
		.header-bottom__wrapper {
			flex-direction: column;
			align-items: center;
			height: auto;
		}
		.header-bottom__logo {
			margin-bottom: 20px;
			align-self: center;
		}
		.intro {
			height: auto;
		}
		.intro__title {
			font-size: 32px;
		}
		.into__link {
			display: none;
		}
		.content__wrapper {
			padding: 0 0 0 20px;
		}
		.content-about {
			display: flex;
			flex-direction: column;
		}
		.content-ask__list {
			padding-left: 5px;
		}
		.content-news__list {
			padding-left: 5px;
		}
		.sidebar-left {
			display: none;
			width: 195px;
		}

		.sidebar-right {
			display: none;
		}
		.mobile__findus__title {
			margin-bottom: 15px;
		}
		.footer {
			padding: 15px 0;
		}
		.footer__wrapper {
			flex-direction: column;
			align-items: center;
		}
		.footer_rx {
			margin-bottom: 5px;
		}
		.content-news {
			margin-bottom: 20px;
		}
		.mobile__findus {
			display: block;
		}
	}
