@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

* {
    margin: 0;
    padding: 0;
}

html {height: 100%;}

* html body {height: 100%;}

body {
    position: relative;
    font-family: 'Roboto Condensed', Tahoma, sans-serif;
    font-size: 14px;
    width: 100%;
    height: 100%;
    line-height: 120%;
    background: #eee url('../images/pattern_gray.png') 0 0 repeat;
    color: #3d3d3d;
}
a {
	color: #b51f02;
}
a:hover {
	color: #db3210;
}
p { padding: 10px 0px; }
img { border: 0 none; }
ul, ol {
	padding: 10px 20px;
}
h1, h2, h3 { font-weight: normal; color: #b51f02; padding: 10px 0; }
h1 { font-size: 24px; text-transform: uppercase; }
h2 { font-size: 20px; text-transform: uppercase; }
h3 { font-size: 18px; }

/* Classes */
.clr {
	clear: both;
}
.container {
	position: relative;
}
.top-badvision {
	width: 200px;
	float: left;
}
.top-badvision > a {
	box-sizing: border-box;
    display: inline-block;
    margin: 26px 0px 0 0px;
    line-height: 22px;
    padding: 10px 10px 10px 60px;
    background: transparent url(../images/badvision_icon.png) 15px center no-repeat;
    border-left: 2px solid #b51f02;
    /*border-radius: 7px;*/
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.top {
	position: relative;
	height: 110px;
	background: #b51f02 url('../images/pattern_red.png') 0 0 repeat;
	z-index: 2;
}
.top.big { height: 120px !important; }
.header {
	position: relative;
	top: 0;
	margin: 0 auto;
	/*left: 50%;
	margin-left: -500px;*/
	width: 1200px;
	height: 118px;
	border: 1px solid #fff;
	border-top: 0 none;
	background: #fff;
	box-shadow: 0 0 15px #5c342c;
	box-sizing: border-box;
}

.header2 {
	width: 1200px;
	height: 115px;
	border-bottom: 3px solid #b51f02;
}
.header2 a { text-decoration: none; }
.header2 a:hover { text-decoration: underline; }
.header2 .col {
	float: left;
	height: 115px;
}
.header2 .col1 {
	width: 173px;
}
.header2 .col2 {
	width: 297px;
}
.header2 .col2 .col-in {
	padding: 15px 0 0 20px;
	font-size: 12px;
}
.header2 .col2 .col-in h1 { padding: 0; line-height: 24px; font-size: 18px; }
.header2 .col2 .col-in p { padding: 3px 0; }
.header2 .col3 {
	width: 280px;
	text-align: center;
}
.header2 .col3 {
	width: 280px;
	background: transparent url('../images/top_bg1.jpg') 0 0 no-repeat;
}
.header2 .col3 .col-in { height: 115px; background: transparent url('../images/top_bg2.jpg') right 0 no-repeat; }
.header2 .col3 .col-in2 { padding: 10px 20px; line-height: 18px; font-size: 12px; }
.header2 .col3 .col-in2 p { padding: 0; }
.header2 .col4 { width: 230px; }
.header2 .col4 .col-in {
	padding: 15px 20px;
}
.header2 .col4 .col-in .phone-block {
	height: 24px;
	font-size: 16px;
	color: #b51f02;
}
.header2 .col4 .col-in .phone-block .phone1 {
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 10px 0 5px;
	background: #b51f02 url('../images/phone_arrow.png') right 0 no-repeat;
	color: #fff;
}
.header2 .col4 .col-in .phone-block .phone2 p { padding: 0; }
.header2 .col4 .col-in .phone-block .phone2 {
	float: left;
	padding: 0 5px;
	height: 24px;
	line-height: 24px;
}
.header2 .col4 .col-in .callback-block { position: relative; }
.header2 .col4 .col-in .button-callback {
	display: block;
	margin: 10px 0;
	height: 24px;
	line-height: 24px;
	background: #b51f02;
	text-align: center;
	color: #fff;
}
.header2 .col4 .col-in .button-callback:hover { text-decoration: none; background: #db3210; }
#callback-form {
	display: none;
	position: absolute;
	width: 300px;
	padding: 20px;
	background: #fff;
	border: 1px solid #c0c0c0;
	text-align: center;
	z-index: 9999;
}
#callback-form .inputbox {
	width: 280px;
}

.header2 .col4 .col-in .adres-block p { padding: 0; }
.header2 .col4 .col-in .adres-block {
	padding: 0 0 0 15px;
	background: transparent url('../images/adres_icon.png') 0 center no-repeat;
	font-size: 12px;
}
.block-map {
	position: relative;
	height: 340px;
	background-color: #c0c0c0;
	z-index: 0;
}
.main-menu {
	position: relative;
	height: 50px;
	border-bottom: 2px solid #fff;
	background: #b51f02 url('../images/pattern_red.png') 0 0 repeat;
	z-index: 1;
}
.main-menu2 {
	position: relative;
	width: 1000px;
	margin: auto;
	height: 50px;
}
.main-menu2 ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}
.main-menu2 ul.menu > li {
	display: inline-block;
	position: relative;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
}
.main-menu2 ul.menu > li.active {
	border-left: 1px dotted #ed8773;
	border-right: 1px dotted #ed8773;
	background-color: #bd3b21;
	font-weight: bold;
}
.main-menu2 ul.menu > li.act {
	background-image: url('../images/menu_arrow.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}
.main-menu2 ul.menu > li a { text-decoration: none; color: #fff; }
.main-menu2 ul.menu > li ul.nav-child {
	display: none;
	list-style: none;
	position: absolute;
	left: 0;
	padding: 10px 0;
	margin: 0;
	background: #fff;
	box-shadow: 0 5px 5px #808080;
	max-height: 300px;
	text-align: left;
	font-weight: normal;
	overflow-y: auto;
	z-index: 3;
}
.main-menu2 ul.menu > li ul.nav-child li {
	display: block;
	line-height: 120%;
	text-transform: none;
	white-space: nowrap;
}
.main-menu2 ul.menu > li ul.nav-child li a:hover {
	background: #b51f02 url('../images/pattern_red.png') 0 0 repeat;
	color: #fff;
}
.main-menu2 ul.menu > li ul.nav-child li a {
	display: block;
	margin: 5px 0;
	padding: 5px 20px;
	font-size: 16px;
	color: #b51f02;
}
.content {
	position: relative;
	background: #fff;
	padding: 0 0 30px 0;
	z-index: 0;
}
.content-in {
	position: relative;
	width: 1200px;
	margin: auto;
	padding: 20px;
	box-sizing: border-box;
}
.content-in .col-l {
	float: left;
	width: 100%;
}
.content-in .col-l .col-in { padding: 0 320px 0 0; }
.content-in .col-r {
	float: right;
	width: 280px;
	margin-left: -280px;
}
.content-in .col-r .col-in {}

.news {}
.news-item {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 5px solid #eeeeee;
}
.news-item h3 { padding: 0 0 15px 0; }
.news-item .news-image {
	position: relative;
	float: left;
	width: 160px;
	margin-right: -160px;
	z-index: 1;
}
.news-item .news-image img { max-width: 160px !important; }
.news-item .news-content {
	position: relative;
	float: right;
	width: 100%;
	z-index: 0;
}
.news-item .news-content2 { padding: 0 0 0 180px; }
.news-item .news-pane { margin: 15px 0; }
.news-item .news-pane .ya-share2 { display: inline-block; padding: 0 15px; }

.bottom {
	position: relative;
	padding: 40px 0;
	width: 100%;
	/*z-index: 1;*/
}
.bottom2 {
	position: relative;
	width: 1200px;
	margin: auto;
	line-height: 160%;
}
.bottom2 a { color: #3d3d3d; }
.bottom2 .col {
	float: left;
	width: 30%;
}
.bottom2 .col.main-col { width: 40%; }
.bottom2 .col .col-in { padding: 0 20px; }
.bottom2 .col.main-col .col-in { padding: 0 40px 0 20px; }
.bottom2 .copy {
	margin: 0;
	font-size: 18px;
}
.bottom2 .copy .custom { display: inline-block; padding: 0; }
.bottom2 .copy .custom p { display: inline-block; padding: 0; }
.bottom2 .copy .custom p:before { content: '© '; margin: 0 0 0 -20px; }
.bottom2 .contacts-block { padding: 15px 0; }
.social-block { padding: 10px 0; }
.social-block a {
	display: inline-block;
	margin: 2px 4px 0 0;
	width: 36px;
	height: 36px;
	background: transparent url('../images/social_icons.png') 0 0 no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
.social-block a.vk { background-position: 0 0; }
.social-block a.youtube { background-position: -36px 0; }
.social-block a.ok { background-position: -72px 0; }
.social-block a.insta { background-position: -108px 0; }
.bottom2 .dev { padding-top: 10px; font-size: 14px; }

.bottom2 .col .col-in h3 { padding-top: 0; color: #3d3d3d; text-transform: uppercase; }
.bottom2 .col .col-in ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 30px;
}

/* Other classes */
.form-line {
	padding: 5px 0;
}
.info-block {
	padding: 5px;
	border: 1px dotted #c0c0c0;
	background: #eee;
	font-style: italic;
	font-size: 12px;
	color: #808080;
}
.inputbox {
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	border: 1px solid #bebebe;
	font-family: 'Roboto Condensed', Tahoma, sans-serif;
	color: #3d3d3d;
}
.button {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #b51f02;
	border: 1px solid #b51f02;
	border-radius: 16px;
	padding: 3px 15px;
	text-align: center;
	text-decoration: none;
	font-family: 'Roboto Condensed', Tahoma, sans-serif;
	color: #fff;
}
.button:hover { text-decoration: none; background: #db3210; color: #fff; }
.button2 {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #fff;
	border: 1px solid #b51f02;
	border-radius: 16px;
	padding: 3px 15px;
	text-align: center;
	text-decoration: none;
	font-family: 'Roboto Condensed', Tahoma, sans-serif;
	color: #b51f02;
}
.button2:hover { text-decoration: none; background: #b51f02; color: #fff; }

.send-form-error { margin: 10px 0; padding: 5px 10px; background: #ffdede; border: 1px dotted #f47575; }
.error { background: #ffdede; border: 1px solid #f47575; }

.pagination { clear: both; }
.pagination > .counter { display: none; }
.pagination > ul { list-style: none; padding: 0px; margin: 10px 0px; }
.pagination > ul > li { display: inline-block; margin: 10px 3px; }
.pagination > ul > li.pagination-start:before { content: '« '; }
.pagination > ul > li.pagination-prev:before { content: '‹ '; }
.pagination > ul > li.pagination-next:after { content: ' ›'; }
.pagination > ul > li.pagination-end:after { content: ' »'; }

ul.breadcrumb {
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0;
}
ul.breadcrumb > li { display: inline-block; font-size: 12px; }
ul.breadcrumb > li.active { display: none; }
ul.breadcrumb > li a { text-decoration: none; color: #808080; }
ul.breadcrumb > li .divider { display: inline-block; padding: 0 3px; }

.page-header > h1 { padding: 0 0 20px 0; margin: 0 0 10px 0; border-bottom: 5px solid #eee; }

.content-category {}
.content-category td {
	padding: 10px 0;
	font-size: 18px;
}
.pull-left.item-image img { max-width: 480px !important; }
.map-block {
	width: 100%;
	height: 250px;
	margin: 20px 0;
}
time.created, .create {
	display: inline-block;
	padding: 0 0 10px 0;
	font-size: 18px;
	color: #808080;
}
.article-info-term { display: none; }

.menu-button {
  text-decoration: none;
  display: none;
  align-items: center;
  flex-basis: 100%;
}
.menu-button__burger {
  width: 46px;
  height: 60px;
  display: flex;
  align-items: center;
}
.menu-button__text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.burger-icon {
  margin: auto;
  width: 26px;
  height: 3px;
  background-color: #fff;
  position: relative;
  display: flex;
  transition: all 0.3s;
}
.burger-icon::before {
  content: "";
  width: 26px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  display: block;
  top: -10px;
}
.burger-icon::after {
  content: "";
  width: 26px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  display: block;
  bottom: -10px;
}
.burger-icon--close {
  transform: rotate(45deg);
}
.burger-icon--close::after {
  top: 0;
  transform: rotate(-90deg);
}
.burger-icon--close::before {
  display: none;
}
.tooltip.fade.top {
	display: none!important;
}
* {
	flex-shrink: 0;
}
.news-item .news-content2 .attachmentsContainer img {
	width: auto;
}
@media (max-width: 1240px) {
	.header {
		position: static;
		margin: 0 auto;
		width: 100%;
		box-sizing: border-box;
		border: none;
	}
	.header2 {
		width: 100%;
		display: flex;
	}
	.col3 {
		display: none;
	}
	.nav.menu a {
		font-size: 14px;
	}
	.main-menu2 ul.menu > li {
		padding: 0 8px;
	}
	.main-menu2 {
		width: 100%;
	}
	.content-in {
		width: 100%;
		box-sizing: border-box;
	}
	.col-l {
		float: none;
	}
	.col-r {
		display: none;
	}
	.content-in .col-l .col-in {
		padding: 0;
	}
	.news-item {
		box-sizing: border-box;
	}
	.bottom2 {
		width: 100%;
	}
	/*.category-desc table{
		width: auto!important;
		height: auto!important;
	}
	.category-desc table td{
		width: auto!important;
		height: auto!important;
	}*/
}
@media (max-width: 920px)  {
	.top-badvision {
		display: none;
	}
}
@media (max-width: 720px) {
	.main-menu .nav.menu.nav-list--show {
        z-index: 1001;
        position: absolute;
        top: 60px;
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
        flex-direction: column;
        width: 100%;
        left: 0;
        box-shadow: 0 0px 15px rgba(0,0,0,0.5);
                }
	.main-menu .nav.menu {
		display: none;
	}
	.main-menu2 ul.menu > li a {
		color: #b51f02;
	}
	.main-menu2 ul.menu > li.active a{
		color: #fff;
	}
	.menu-button {
		display: flex;
	}
	.main-menu2 {
		height: 60px;
	}
	.main-menu {
		height: 60px;
		position: relative;
	}
	.nav-child {
		display: none!important;
	}
	.bottom .bottom2 .col {
		float: none;
		
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.header .col4 {
		display: none;
	}
	.header2 .col2{
		flex-shrink: 1;
		width: auto;
	}
	.bottom2 .col.main-col .col-in {
		padding: 0;
	}
	.pull-left.item-image {
		width: 100%;
	}
	.pull-left.item-image img {
		width: 100%;
	}
	.news-item .news-image img{
		
		width: 100%;
		max-width: 100%!important;
	}
	.news-item .news-content2 img {
		width: 100%;
		height: auto;
	}
	.bottom2 .col {
		width: 300px;
		box-sizing: border-box;
	}
	.bottom2 .col.main-col {
		width: 300px;
		padding-left: 20px;
	}
}
@media (max-width: 440px) { 
	.col2 p{
		display: none;
	}
	.header2 .col2 .col-in h1{
		font-size: 14px;
	}
	.news-item .news-image {
		float: none;
		width: 100%;
	}

	.news-item .news-image a {
		display: block;
	}
	.news-item .news-content2 {
		padding-left: 0;
		margin-top: 20px;
	}
	.news-item .news-pane .button2 {
		margin-bottom: 14px;
	}
	.news-item .news-pane .ya-share2 {
		padding: 0;
	}
	
}
