@charset "UTF-8";
/* CSS Document */

@import url('fonts.css?v20200212');
@import url('elements.css?v01.07');
@import url('components.css?v20200212');
@import url('modules.css?v20200215v2');

body {
	line-height: 1.25em;
}

/* ========== Скелет ========== */

.base-wrap {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.inner-wrap {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.base-left {}

.base-right {}

body {
	font-family: 'PT-Sans-Regular';
	font-size: 17px;
	min-width: 1170px;
}

.content-center {}

#wrap {}

#content {}

/*.header-scroll {
	padding-top: 120px;
}*/

/* ==== шапка ==== */

header,
#header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}

.header-scroll header,
.header-scroll #header {
	position: fixed;
	width: 100%;
	top: 0;
	opacity: 0;
}

.header-scroll-animate header,
.header-scroll-animate #header {
	opacity: 0.9;
	transition: all ease 500ms;
}

header .container-wrap,
#header .container-wrap {
	height: 120px;
}

.header-scroll header .container-wrap,
.header-scroll #header .container-wrap {
	height: 70px;
}

/* ==== контейнер ==== */

#main {}

/* ==== body ==== */

#body {}

/* ==== left ==== */

#left {}

/* ==== right ==== */

#right {}

/* ==== подвал ==== */

#footer .container-wrap {
	padding: 97px 0 97px;
}