body {
	font-family: "Roboto", sans-serif;
}
.row {
	margin: 0 !important;
}
.wow {
	visibility: hidden;
}
.container.allpages {
	padding: 25px 15px;
	font-size: 16px;
}
h1, h2, h3 {
	font-weight: normal;
}
.new-fi-bts {
	display: block;
	width: 100%;
	max-width: 280px;
	box-sizing: border-box;
	text-align: center;
	padding: 15px;
	transition: .5s;
	color: white !important;
	font-size: 17px;
	cursor: pointer;
	margin: 10px auto;
	text-decoration: none !important;
	position: relative;
	text-transform: uppercase;
}
.new-fi-bts.red {
	background-color: #ff0000;
}
.new-fi-bts.red:hover {
	background-color: #313131;
}
.new-fi-bts.gray {
	background-color: #313131;
}
.new-fi-bts.gray:hover {
	background-color: #ff0000;
}
.offset {
	margin-top: -100px;
	padding-top: 100px;
}

/* шапка */
.shapka {
	position: relative;
}
.shapka .visible-xs,
.shapka .hidden-xs {
	width: 100%;
}
.shapka .icon-wrap {
	position: absolute;
	bottom: 10%;
	right: 1%;
	width: 240px;
	text-align: center;
}
.shapka .icon-wrap img {
	margin: 5px;
	width: 40px;
}
@media screen and (max-width: 1280px) {
	.shapka .icon-wrap {
		width: 170px;
	}
	.shapka .icon-wrap img {
		margin: 3px;
		width: 30px;
	}
}

/* меню */
.top-menu {
	background-color: #ff0000;
}
.top-menu.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}
.mob-icon-wrap {
	float: left;
}
.mob-icon-wrap img {
	max-height: 30px;
	max-width: 40px;
	margin: 9px 7px;
}
.navbar {
	min-height: 0 !important;
	margin-bottom: 0;
}
.navbar-collapse {
	padding: 0;
}
.navbar-nav {
	float: none;
	display: flex;
	justify-content: center;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
}
.navbar-nav > li > a {
	color: white;
	text-align: center;
	font-weight: bold;
	background: none !important;
}
.navbar-nav > li > a:hover {
	color: #313131;
}
.navbar-nav > li > a:hover .glyphicon {
	border-color: #313131;
}
.glyphicon {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	transform: rotate(45deg);
	position: relative;
	top: -3px;
	left: 3px;
}
.dropdown-menu {
	background-color: rgba(0,0,0,.8);
	border-radius: 0;
}
.dropdown-menu a {
	text-transform: uppercase;
	color: white !important;
	padding: 7px 25px !important;
}
.dropdown-menu a:hover {
	color: #313131 !important;
}
@media screen and (max-width: 1199px) {
	.top-menu .container {
		width: 100%;
	}
	.navbar-nav a {
		font-size: 12px;
		padding: 10px !important;
	}
}
@media screen and (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
		border-radius: 0;
		border: 1px solid white;
    }
	.icon-bar {
		background-color: white;
	}
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        display: block;
    }
    .navbar-nav li {
		display: block;
    }
	.navbar-nav a {
		text-align: left !important;
	}
	.navbar-nav > li > a {
		font-size: 14px;
	}
    .collapse.in{
        display: block !important;
    }
	.navbar-nav {
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 767px) {
	.top-menu .container {
		padding: 0;
	}
	.dropdown-menu {
		background-color: rgba(0,0,0,.8) !important;
		padding-left: 25px;
	}
}
@media screen and (max-width: 450px) {
	.mob-icon-wrap .seti {
		display: none;
	}
}

/* footer */
.footer {
	background-color: #313131;
	overflow: hidden;
	color: #ebebeb;
}
.footer .container {
	position: relative;
	padding: 30px 10px 65px;
}
.foot-icons {
	width: 226px;
	padding: 15px 0;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer h3 {
	margin-top: 0;
}
.footer .foot-line {
	border: 3px solid #ebebeb;
	position: relative;
	width: 180%;
	margin-bottom: 10px;
}
.footer a {
	color: #ebebeb;
}
.foot-farexpo {
	width: 212px;
	position: absolute;
	bottom: 15px;
	right: 20px;
}
.foot-farexpo span {
	font-size: 15.5px;
}
@media screen and (max-width: 1199px) {
	.foot-icons {
		width: 206px;
	}
}
@media screen and (max-width: 767px) {
	.footer .img-responsive {
		margin: 0 auto;
	}
	.foot-icons {
		margin: 20px auto;
	}
	.footer .foot-line {
		width: 100%;
	}
}
@media screen and (max-width: 500px) {
	.footer .container {
		padding: 30px 10px;
	}
	.foot-farexpo {
		position: static;
		margin: 20px auto 0;
	}
}