
body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "MyriadSetProText", sans-serif;
	font-size: 18px;
	min-width: 320px;
	position: relative;
	color: #000;
	overflow-x: hidden;
	background-color: #d1d2d4;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "MyriadSetProBold";
	color: #FFF;
	text-transform: uppercase;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 20px;
	color: #333;
}


a {
	color: #6d6e71;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

.hidden {
	display: none;
}
.carousel img {
	width: 100%;
	height: auto;
}
.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
	position: relative;
}

.empty {
	height: 60px;
}

.mainslider img {
	max-height: 165px;
}

/*============= nav =============*/

.header {
	background-color: #161618;
	min-height: 60px;
}
.header-contacts {
	position: relative;
}
.header-contacts__wrapper {
	position: absolute;
	z-index: 1000;
	width: 100%;
	background-color: #d1d2d4;
	height: 155px;
	top:-6px;
}

.header-contacts__list {
	position: absolute;
	bottom: 5px;
	list-style: none;
	color: #58585a;
	font-weight: bold;
	font-size: 16px;
	font-family: "MyriadSetProBold";
}
.header-contacts__list span {
	display: block;
	padding-left: 40px;
	height: 30px;
	background: url(../img/header-contacts.png) left top no-repeat;
}
.header-contacts__list a {
	color: #58585a;
	font-weight: bold;
}
.header-contacts__list-phone span {
	background-position: 0 0;
}
.header-contacts__list-mail span {
	background-position: 0 -30px;
}
.header-contacts__list-url span {
	background-position: 0 -60px;
}
.navbar {
	min-height: 60px;
	margin-bottom: 0;
}
.navbar-default {
	background-color: #161618;
	border: none;
	border-top: 6px solid #dc1a24;
}
.nav > li > a {
	padding: 0 8px;
	line-height: 60px;
	font-size: 18px;
	color: #FFF !important;
	text-transform: uppercase;
	text-decoration: none;
}
.nav > li > a:hover {
	text-decoration: underline;
	color: #e5e5e5 !important;
}
.navbar-default .navbar-nav > .active > a {
	
	background-color: #161618;
	
}
.nav li.active a {
	color: #dc1a24 !important;
}
.navbar-default .navbar-nav > .active > a:hover {
	background-color: #161618;
	color: #e5e5e5;
}


.navbar-default .navbar-toggle {
	border: none;
	margin-top: 11px;
	width: 50px;
} 
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #161618;
	color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background-color: #161618;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #d6d6d8;
}
.navbar-toggle .icon-bar {
	width: 32px;
	height: 4px;
	border-radius: 0;
}
.menutitle {
	float: left;
	display: block;
}


.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}





/*============= top header ============*/


.mainheader {
	background-color: #6d6e71;
	padding: 40px 0;
	position: relative;
}
.page-head {
	background-color: #dc1a24;
}
.page-head__title {
	padding-top: 50px;
	text-align: left;
}
.page-head__dark {
	color: #231f20;
	padding-left: 80px;
	background: url(../img/darkhead.png) left center no-repeat;
	line-height: 65px;
}
.page-head__img {
	padding: 0;
}




/*========= content =========*/
.hdark {
	color: #231f20;
}
.darkbg {
	background-color: #6d6e71;
}
.lightbg {
	background-color: #d1d2d4;
}

.textcontent {
	padding: 65px 15px 135px 15px;
	color: #333;
}
.textcontent strong {
	
	font-family: "MyriadSetProSemibold";
}
.textcontent h1 {
    color: #231f20;
    padding-left: 80px;
    background: url(../img/h1.png) left center no-repeat;
    /* line-height: 86px; */
    /* padding-bottom: 70px; */
    height: 86px;
    vertical-align: middle;
    display: table-cell;
}
.htext {
	font-size: 20px;
	font-weight: bold;
}
.leftredline-wrapper {
	position: relative;
}
.rightredline-wrapper .container, .leftredline-wrapper .container {
	position: relative;
}
.leftredline {
	background-color: #e71b23;
	height: 100px;
	position: absolute;
	width: 50%;
	left: 0;
	top: 0;
}
.rightredline {
	background-color: #e71b23;
	height: 50px;
	position: absolute;
	width: 50%;
	right: 0;
	bottom: 100px;
}



.mainmap{
	width: 100%;
	height: 300px;
	outline: 10px solid #c6c6c6;
}


/*========= footer ========*/
.footer {
	background-color: #741619;
}

.mainfooter {
	background-color: #741619;
	padding: 35px 15px;
}

.mainfooter-contacts__list {
	list-style: none;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	height: 86px;
	background: url(../img/h1.png) left center no-repeat;
	padding-left: 90px;
	padding-top: 15px;
	margin: 0 auto;
}

.mainfooter-contacts__list a {
	color: #fff;
}

.footer, .rightredline-wrapper {
	position: relative;
}

.rightredfooter {
	background-color: #741619;
	height: 100%;
	position: absolute;
	width: 50%;
	right: 0;
}





.table-bordered {
	text-align: center;
	font-size: 18px;
	outline: 1px solid #6d6e71 !important;
}
.table-bordered td {
	padding: 5px 0;
}
.table-bordered .num {
	background-color: #c2c2c2;
	color: #6d6e71;
	font-style: italic;
	font-weight: bold;
}
.text-red {
	color: #dc1a24;
	font-weight: bold;
	font-size: 20px;
	background-color: #c2c2c2;
}
.text-gray {
	font-weight: bold;
	font-size: 22px;
}
.text-black {
	color: #333;
}
.text-remark {
	font-style: italic;
}




.spravimg-title {
	width: 80%;
	background-color: #e71b23;
	padding:10px 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.spravimg-title span {
	color: #fff;
	font-size: 16px;
}




.mainheader-lang {
	position: absolute;
	right: 0;
	top: 20%;
}

.mainheader-lang ul {
	list-style: none;
}
.mainheader-lang li a {
	color: #FFF;
	text-transform: uppercase;
	display: block;
	margin-bottom: 1px;
	
	text-decoration: none;
	padding: 10px 20px 10px 10px;
}
.mainheader-lang li a:hover {
	text-decoration: underline !important;
}
.mainheader-lang li.active a {
	background-color: #dc1a24;
}