@font-face {
	font-family: 'Roboto';
	src: url(../fonts/Roboto-Thin.ttf);
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url(../fonts/Roboto-Light.ttf);
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url(../fonts/Roboto-Regular.ttf);
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	src: url(../fonts/Roboto-Medium.ttf);
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	src: url(../fonts/Roboto-Bold.ttf);
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	src: url(../fonts/Roboto-Black.ttf);
	font-weight: 900;
	font-style: normal;
}

/* @font-face {
    font-family: "Blackmoor";
    src: url(../fonts/Blackmoor.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Montresor";
    src: url(../fonts/Montresor.ttf);
    font-weight: normal;
    font-style: normal;
} */
@font-face {
	font-family: "Moyenage";
	src: url(../fonts/Moyenage.ttf);
	font-weight: normal;
	font-style: normal;
}

/*  ==== RESET ==== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;
    font: inherit;*/
	vertical-align: baseline;
}

html {
	font-size: 10px;
}

html, body {
	height: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	line-height: inherit;
	min-width: 0;
	min-height: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

p {
	line-height: 1.2em;
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: ' ';
}

.clearfix:after {
	clear: both;
}

.container {
	max-width: 1054px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 15px;
	padding-left: 15px;
}

body {
	background-color: #D59241;
	background-image: url(../img/bg/body.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-weight: 400;
	font-size: 1.4rem;
	font-family: "Roboto", sans-serif;
	color: #333;
	line-height: 1;
	position: relative;
	min-width: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

h2, h3, h4, h5, b, strong {
	font-weight: 600;
}

.h1 {
	font-weight: 700;
	font-size: 2.4rem;
	color: #b52926;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.h1:after {
	background: #b52926;
	position: absolute;
	display: block;
	content: "";
	width: 100px;
	height: 2px;
	bottom: 0;
	left: 0;
}

.full-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.full-width {
	max-width: 1920px;
	margin: 0 auto;
}

.all-wrapp {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	width: 100%;
}

.hide {
	display: none;
}

/*  === SPRITE === */
/* === HEADER === */
.header .header-wrapp {
	width: 100%;
	position: relative;
	padding: 22px 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header .header-wrapp.sticky {
	background: #939393;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.header .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-logo .logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 322px;
	flex: 0 0 322px;
	max-width: 322px;
}

.header-logo .header-slogan {
	padding-left: 15px;
}

.header-logo .slogan-title {
	font-weight: normal;
	font-size: 4.4rem;
	font-family: "Moyenage";
	color: #fff;
	display: inline-block;
	margin-top: 50px;
	max-width: 100%;
}

/* === button menu open === */
.button-menu {
	background-color: transparent;
	position: relative;
	display: inline-block;
	width: 25px;
	line-height: 20px;
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	padding: 0;
	margin-top: -6px;
}

.button-menu:focus, .button-menu:hover {
	background-color: transparent;
}

.button-menu span {
	background-color: #fff;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 2px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.button-menu span:before, .button-menu span:after {
	background-color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.button-menu span:before {
	-webkit-transform: translate3d(0, -350%, 0);
	transform: translate3d(0, -350%, 0);
}

.button-menu span:after {
	-webkit-transform: translate3d(0, 350%, 0);
	transform: translate3d(0, 350%, 0);
}

.button-menu.active span {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.button-menu.active span:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.button-menu.active span:after {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

/* === button menu open === */
@media (max-width: 991px) {
	.header-logo .logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 290px;
		flex: 0 0 290px;
		max-width: 290px;
	}
	.header-logo .slogan-title {
		font-size: 3.6rem;
	}
}

@media (max-width: 767px) {
	.header {
		margin-bottom: 25px;
	}
	.header-logo {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header-logo .logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
		max-width: 120px;
	}
	.header-logo .header-slogan {
		padding-left: 20px;
	}
	.header-logo .slogan-title {
		font-size: 2.6rem;
		margin: 0;
	}
	.header-button {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70px;
		flex: 0 0 70px;
		max-width: 70px;
		text-align: right;
	}
}

@media (max-width: 575px) {
	.header-logo {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}
	.header-logo .logo, .header-logo .header-slogan {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.header-logo .logo {
		display: inline-block;
		height: 120px;
	}
	.header-logo .header-slogan {
		padding-left: 0;
		margin-top: 20px;
	}
	.header-logo .slogan-title {
		font-size: 2.4rem;
	}
	.header-button {
		position: absolute;
		top: 20px;
		right: 15px;
	}
}

/* === CONTENT === */
.content-wrapp .content-col {
	position: relative;
	padding-left: 0;
}

.content-wrapp .content-col:after {
	background: url(../img/bg/fon.png) no-repeat center center;
	position: absolute;
	display: block;
	content: "";
	width: 300px;
	height: 127px;
	left: 50%;
	bottom: -80px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

.content-wrapp .left-bar {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.content {
	background-color: #fff;
	background-image: url(../img/bg/content.png);
	background-repeat: repeat;
	background-position: left top;
	position: relative;
	padding: 50px 15px 70px 60px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.55);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.55);
	margin-top: -200px;
}

.content:before {
	background-color: #fff;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: translate(8px, 5px);
	transform: translate(8px, 5px);
	z-index: -1;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
}

.content:after {
	background: #FF003C;
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	left: 40px;
}

.content img {
	display: block;
	margin: 10px auto 20px;
}

.content p a {
	font-weight: 500;
	color: #b52926;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 1px solid transparent;
}

.content p a:hover {
	border-color: #b52926;
}

@media (max-width: 767px) {
	.content-wrapp .content-col {
		padding-left: 15px;
	}
	.content {
		margin-top: 0;
	}
}

@media (max-width: 420px) {
	.content-wrapp .content-col:after {
		background-size: cover;
		width: 200px;
		height: 85px;
		bottom: -60px;
	}
	.content {
		padding: 40px 15px;
	}
	.content:after {
		display: none;
	}
}

/* === LEFT BAR === */
.left-bar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 352px;
	flex: 0 0 352px;
	max-width: 352px;
}

.box-main-menu {
	background-color: #fff;
	background-image: url(../img/bg/menu-bg.jpg);
	background-repeat: repeat;
	height: 100%;
	background-position: left top;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}

.box-main-menu .wrapp-inner {
	/*         display: flex;
        flex-direction: column;
        justify-content: center; */
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	padding: 30px 15px;
}

/* ==== MAIN MENU ===== */
.main-menu {
	position: relative;
	width: 100%;
}

.main-menu li {
	position: relative;
	display: block;
	line-height: 1.4;
	border-bottom: 1px dotted #ccc;
}

.main-menu li a {
	font-weight: 500;
	font-size: 1.4rem;
	color: #444;
	position: relative;
	display: inline-block;
	padding: 4px 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main-menu li a:hover, .main-menu li a:active, .btnallsel {
	color: #3CB025 !important;
}

.main-menu li.active a {
	color: #FE730E;
}

.main-menu li.active a:before {
	background: #fff;
}

.main-menu li.active a:hover {
	cursor: default;
}

.main-menu li:first-child a:before {
	width: 110%;
	left: -10px;
}

.close-menu {
	display: none;
}

@media (max-width: 991px) {
	.left-bar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 320px;
		flex: 0 0 320px;
		max-width: 320px;
	}
}

@media (max-width: 767px) {
	.left-bar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.box-main-menu {
		background: rgba(213, 146, 65, 0.9);
		background: rgba(170, 95, 5, 0.95);
		position: fixed;
		top: 0;
		left: 0;
		padding: 0;
		margin: 0;
		width: 280px;
		height: 100%;
		text-align: left;
		z-index: 999;
		-webkit-transform: translateX(-550px);
		transform: translateX(-550px);
		-webkit-transition: .7s;
		transition: .7s;
		padding: 50px 0 25px;
	}
	.box-main-menu .wrapp-inner {
		padding: 20px 20px 20px 15px;
	}
	.box-main-menu.open {
		overflow: auto;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.main-menu li a {
		font-weight: 400;
		color: #fff;
		padding: 8px 0;
	}
	.main-menu .active a, .main-menu a:hover, .main-menu > li:hover > a {
		background: transparent;
	}
	.close-menu {
		color: #ccc;
		display: block;
		font-weight: 300;
		font-size: 26px;
		position: absolute;
		right: 20px;
		top: 10px;
	}
}

/*  === Footer === */
.footer {
	background: #fff;
	color: #333;
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 22px 0;
	margin-top: 70px;
	-webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.3);
}

.footer .copy {
	font-weight: 500;
	text-align: center;
}

@media (max-width: 420px) {
	.footer {
		margin-top: 50px;
	}
}

/*  === Footer === */
