body {
	min-width: 320px;
	background-attachment: fixed;
	background-size: cover;
	font-family: 'Stolzl', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 300;
}

h1,h2,h3,h4,h5 {
	font-weight: normal;
}

a {
	color: #f49e00;
}
a:hover {
	color: #f49e00;
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

/* .header */
.header {
	padding: 0;
}
	.header__block {
		padding: 20px 0;
		border-bottom: 2px solid #9d9d9d;
	}
	.header__logo {

	}
	.lang__block {
		margin-bottom: 10px;
		text-align: right;
	}
		.lang__item {
			display: inline-block;
			font-size: 24px;
			line-height: 24px;
			font-weight: 300;
			text-transform: uppercase;/*
			border-right: 1px solid #acacac;
			padding-right: 5px;*/
		}
		.lang__item:after {
			content: '|';
			padding-left: 5px;
			display: inline-block;
			font-weight: 300;
			color: #9d9d9d;
		}
		.lang__item:last-child:after {
			content: '';
		}
		.lang__link {
			color: #9d9d9d;
			text-decoration: none;
		}
		.lang__current {
			font-weight: bold;
		}

@media (min-width: 360px) {
	.header__logo {

	}
}

@media (min-width: 576px) {
	.header__block {
		padding: 40px 0;
	}
	.lang__block {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {

	.header__logo {

	}

}

@media (min-width: 992px) {

	.header__menu {
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}

}

@media (min-width: 1200px) {

	.header__menu {
		margin-top: 0;
		text-align: right;
	}
	.lang__item {
		font-size: 20px;
		line-height: 24px;
	}
	.lang__item:after {
		padding-left: 3px;
	}

}

@media (min-width: 1400px) {

	.lang__item {
		font-size: 24px;
		line-height: 24px;
	}
	.lang__item:after {
		padding-left: 5px;
	}

}

/* END .header */

/* .company */

.company {
	margin: 0;
	padding: 50px 0;
}
.company__name {
	margin-bottom: 15px;
	font-size: 38px;
	font-weight: 300;
	color: #094b88;
}
.company__name_orange {
	color: #f49e00;
}
@media (min-width: 768px) {

	.company__name {
		font-size: 72px;
	}

}

@media (min-width: 992px) {

	.company {
		padding: 100px 0;
	}
	.company__name {
		margin-bottom: 0;
	}

}
/* END .company */

.workarea p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.map {
	width: 100%;
	height: 540px;
	background: #fff url("images/map/map.jpg") no-repeat center center;
}

#map {
	width: 100%; height: 100%; padding: 0; margin: 0;
}



.block {
	margin: 30px 0 20px;
	padding: 0;
}
.block__header {
	margin-bottom: 20px;
}
.block__number {
	font-size: 16px;
	color: #f49e00;
	font-weight: normal;
}
.block__title {
	font-size: 41px;
	font-weight: bold;
	color: #f49e00;
	text-transform: uppercase;
}
@media(min-width: 768px) {
	.block {
		margin: 100px 0 80px;
		padding: 0;
	}
}
@media(min-width: 1200px) {

}


.footer {
	margin: 0 auto;
	color: #b2b2b2;
	line-height: 1.5;
}
.footer__block {
	padding: 40px 0;
	border-top: 2px solid #9d9d9d;
}
.footer__contacts {
	margin-top: 20px;
}
.footer__contacts a {
	color: #b2b2b2;
	text-decoration: none;
}
.footer__contacts a:hover {
	color: #f49e00;
}
.footer__copyright {
	margin-top: 20px;
}
.footer__menu {
	margin: 20px 0 0;
}
@media(min-width: 992px) {
	.footer__menu {
		margin: 20px 0 0 40%;
	}
}

.preloader {
	/*фиксированное позиционирование*/
	position: fixed;
	/* координаты положения */
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/* фоновый цвет элемента */
	background: #e0e0e0;
	/* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
	z-index: 1001;
}

.preloader__row {
	position: relative;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	margin-left: -35px;
	text-align: center;
	animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
	position: absolute;
	display: inline-block;
	top: 0;
	background-color: #337ab7;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
	top: auto;
	bottom: 0;
	animation-delay: -1s;
}

@keyframes preloader-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes preloader-bounce {

	0%,
	100% {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

.loaded_hiding .preloader {
	transition: 0.3s opacity;
	opacity: 0;
}

.loaded .preloader {
	display: none;
}


.chart__wrapper {
	border: 1px solid #f49e00;
}
.growt__result {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: normal;
}
.total-volume {
	font-size: 32px;
	font-weight: 100;
}
.growt__text {
	max-width: 400px;
}
@media(min-width: 768px) {
	.total-volume {
		font-size: 72px;
	}
}

.hr__wrap {
	margin: 30px 0;
}
.line {
	margin: 30px 0 25px auto;
	width: 100%;
	height: 1px;
	background: #a4a4a4;
	opacity: 1;
}

.year__desc {
	text-transform: capitalize;
}

.indicators__count {
	font-family: 'Roboto Mono', monospace;
	text-align: left;
	font-size: 36px;
	font-weight: 100;
}
#total {
	font-family: 'Roboto Mono', monospace;
	/*max-width: 400px;
	display: block;
	text-align: left;
	margin-right: 0;
	margin-left: auto;*/
}
.indicators__title {
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
}
.indicators__text {
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
	color: #9d9d9d;
}

@media(min-width: 360px) {
	.indicators__count {
		font-size: 42px;
	}
}

@media(min-width: 768px) {
	.indicators__count {
		text-align: right;
	}
	.indicators__title {
		 text-align: left;
	 }
}
@media(min-width: 992px) {
	.line {
		width: 40.666667%;
	}
	.indicators__count {
		font-size: 46px;
	}
	.indicators__title {
		padding-bottom: 0;
	}
}
@media(min-width: 1200px) {
	.indicators__count {
		font-size: 57px;
	}
	.indicators__title {
		padding-bottom: 10px;
	}
}

.cleared__result {
	margin-bottom: 30px;
}

.result__value {
	font-size: 42px;
	font-weight: 100;
	color: #f49e00;
}
.result__value[data-result='all']{
	color: #000;
}
.result__text {
	display: none;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 300;
	color: #9d9d9d;
	min-height: 40px;
}
.result__text.active {
	display: block;
}


.cities__item {
	margin-bottom: 30px;
}

.city__header {
	margin-bottom: 20px;
}
	.city__img-wrap {
		display: inline-block;
		margin-right: 15px;
		text-align: left;
		width: 45px;
		height: 45px;
	}
	.city__img {
		filter: grayscale(100%);
	}
	.active .city__img {
		filter: none;
	}
	.city__title {
		font-size: 20px;
		font-weight: 300;
		color: #000;
		vertical-align: bottom;
	}
	.active .city__title {
		color: #f49e00;
	}
	.city__text {
		color: #9d9d9d;
		font-size: 14px;
		font-weight: 300;
	}

.filter {
	margin-top: 10px;
}
.filter__item {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #a4a4a4;
	vertical-align: bottom;
}
.filter__input {
	position: relative;
	width: 100%;
	cursor: pointer;
}
.filter__input:after {
	content: '›';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: 0;
	font-size: 32px;
	vertical-align: bottom;
}
.filter__img-block {
	display: inline-block;
	margin-right: 15px;
	width: 30px;
	height: 30px;
	vertical-align: bottom;
}
.filter__img {
	filter: grayscale(100%);
}
.active .filter__img {
	filter: none;
}
.filter__select {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-height: 500px;
	overflow-y: auto;
	padding: 5px 0 10px 10px;
	background: #fff;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	z-index: 99;
}

.filter__selected {
	position: absolute;
	bottom: 0;
	left: 35px;
	max-width: 100%;
	display: inline-block;
	padding-right: 50px;
	vertical-align: bottom;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.active .filter__selected {
	color: #f49e00;
}
.filter__selected.active[data-id='all'] {
	color: #000;
}
.disabled .filter__selected {
	color: #ccc;
}
.filter__btn {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: 0;
	font-size: 32px;
	vertical-align: bottom;
}

.select__block {
	list-style: none;
	margin: 0;
	padding: 5px;
	background: #fff;
}

.select__item {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
}
.select__item:hover {
	cursor: pointer;
	color: #f49e00;
}
.select__item.disabled {
	display: none;
}

@media(min-width: 768px) {
	.result__value {
		font-size: 72px;
	}
	.result__text {
		margin-top: 30px;
	}
	.cities__item {
		margin-bottom: 0;
	}
	.filter {
		 margin-top: 50px;
	 }
	.filter__item {
		margin-bottom: 0;
	}
	.cleared__result {
		margin-top: 30px;
		margin-bottom: 0;
	}
}
@media(min-width: 992px) {
	.city__img-wrap {
		margin-right: 20px;
	}
}
@media(min-width: 1200px) {
	.cleared__result {
		margin-top: 0;
	}
}