/*css*/
@import "reset.css"/*tpa=http://algorithm-centre.ru/css/reset.css*/;
@import "skeleton.css"/*tpa=http://algorithm-centre.ru/css/skeleton.css*/;
@import "superfish.css"/*tpa=http://algorithm-centre.ru/css/superfish.css*/;

@import url(css-family=Open+Sans-300.css)/*tpa=http://fonts.googleapis.com/css?family=Open+Sans:300*/;
@import url(css-family=Open+Sans-400.css)/*tpa=http://fonts.googleapis.com/css?family=Open+Sans:400*/;
@import url(css-family=Open+Sans-600.css)/*tpa=http://fonts.googleapis.com/css?family=Open+Sans:600*/;
@import url(css-family=Open+Sans-600italic.css)/*tpa=http://fonts.googleapis.com/css?family=Open+Sans:600italic*/;
@import url(css-family=Open+Sans-800.css)/*tpa=http://fonts.googleapis.com/css?family=Open+Sans:800*/;


@font-face {
	font-family: 'RobotoMedium';
        src:url('../fonts/Roboto-Medium_0.ttf');
	}
   @font-face {
	font-family: 'RobotoRegular';
        src:url('../fonts/Roboto-Regular_0.ttf');
	}   
	@font-face {
	font-family: 'RobotoLight';
        src:url('../fonts/Roboto-Light.ttf');
	} 
html, body {
	background: #455560;
	width: 100%;
	height: 100%;
	position: relative;
	font-family: 'RobotoRegular', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: black;
}
.yellow_thumb,
.green_thumb,
.blue_thumb,
.main_bg {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.main_bg {
    background-color: #E1E1E1;
	position: relative;
	width: 100%;
	min-height: 100%;

}

a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}

* ul { position: relative; list-style: none; }

select { cursor: pointer; }

address {
	font: normal 14px 'RobotoRegular', sans-serif;
	width: 164px;
	margin-bottom: 15px;
	color: #000;
}

address span { line-height: 24px; float: left; }
address a { display: inline-block; color: #fff; text-decoration: underline; }
address a:hover { text-decoration: none; }
dl dd { line-height: 24px; text-align: right; }

p {     line-height: 2em; font-family: 'RobotoRegular', sans-serif; padding-bottom: 15px;}

h1, h2, h3, h4 { font-family: 'RobotoRegular', sans-serif; color: #fff;}

h1 {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
    font-family: 'RobotoMedium', sans-serif;
padding: 0 15px;
	/*color: #98D75B;*/
}

h2 {
	font-size: 24px;
	line-height: 27px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	/*color: #98D75B;*/
}

h3 {
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
	line-height: 20px;
}

h4 span { font-weight: normal; }

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.5em;
}
sub, sup {
    font-size: 70%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
/**********************Header***************************/
#header {
	background-color: #fff;
}
#header .top_block .container_12:before {
	background: url(/bitrix/templates/main/images/digits.png)/*tpa=http://algorithm-centre.ru/images/digits.png*/ 0 0 no-repeat;
	content: '';
	width: 140px;
	height: 115px;
	display: block;
	position: absolute;
	top: -6px;
	right: 197px;

}
.dwnl_link_wr {
	text-align: right;
}
.header-phone {
}

.pdf_link {
	display: inline-block;
	margin-top: 14px;
	padding: 0 36px;
	border: 1px solid #B81317;
	text-decoration: none;
	color: #000;
 	font: 700 12px/30px "RobotoRegular";
 	text-transform: uppercase;
    color: #B81317;
        border-radius: 2px;
}
.pdf_link:hover {
	background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 995px) {
	.pdf_link {
		font-size: 10px;
	}
}
@media only screen and (max-width: 768px) {
	.logo_wr,
	.header-phone,
	.header-logo,
	.contacts-link-adr {
		text-align: center;
	}
	.pdf_link_wr {
		text-align: center!important;
		padding-top: 0!important;
		padding-bottom: 20px;
	}

}
.header-phone {
	display: block;
	margin-bottom: 10px;
	font-size: 27px;
	line-height: 33px;

}
.header-phone:before {
    position: relative;
	right: 5px;
	display: inline-block;
	width: 21px;
	height: 21px;
	content: '';
	background: url(../images/phone.png) 0 0 no-repeat;
	background-size: 21px auto;
}
.contacts-link-adr:before {
    position: relative;
    right: -12px;
    display: inline-block;
    width: 17px;
    height: 21px;
    content: '';
    background: url(../images/mest.png) 0 0 no-repeat;
    top: -2px;

}
.contact_page-phone {
	color: #000;
}
.socials {
	padding-top: 16px;
	float: right;
	margin-right: -1px;
}

.socials li {
	float: left;
	margin: 6px 0 0 16px;
}

.socials a {
	height: 16px;
	display: inline-block;
}

.socials li a i {
	color: #000;
	font-size: 18px;
}

.socials li a i:hover { color: #818167; }

.top_block {
	padding: 15px 0 10px;
}
.contacts-link-adr a {
	color: black;
}


.search_box {
	margin-top: 7px;
}

.nav-home {
	font-size: 0 !important;
	line-height: 0 !important;
	width: 20px;
	height: 30px;
	text-align: center;
}
.nav-home:before {
	position: relative;
	top: 5px;
	display: inline-block;
	width: 20px;
	height: 20px;
	content: '';
	background: url(/bitrix/templates/main/images/ico_home.png)/*tpa=http://algorithm-centre.ru/images/ico_home.png*/ 0 0 no-repeat;
	background-size: 20px auto;
}

.mnav {
	margin: 12px 0!important;
	height: 35px;
	font-size: 16px !important;
}


.sf-menu > li {
    margin-right: 5px;
}
.sf-menu > li > a {
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid transparent;
}
.sf-menu > li > a:hover, .sf-menu > li.current > a, .sf-menu > li.sfHover > a {
	padding: 2px 5px;
}

.ico_pdf {
	position: relative;
	top: 6px;
	display: inline-block;
	width: 17px;
	height: 20px;
	margin-right: 5px;
	background: url(/bitrix/templates/main/images/pdf.png)/*tpa=http://algorithm-centre.ru/images/pdf.png*/ 0 0 no-repeat;
	background-size: 17px auto;
	vertical-align: top;
}
/******************Content********************/

#content {
	padding: 32px 0 25px;
}
#content_1 {padding: 43px 0 5px; }
#content_2 { padding: 40px 0 35px; }

#content,
#content_1,
#content_2 {
	max-width: 1020px;
	margin: 0 auto;
	background-color: #E1E1E1;
}
@media only screen and (min-width: 768px) and (max-width: 995px) {
	#content,
	#content_1,
	#content_2 {
		max-width: 820px;
	}
}
@media only screen and (max-width: 767px) {
	#content,
	#content_1,
	#content_2 {
		max-width: 480px;
	}
}
@media only screen and (max-width: 480px) {
	#content,
	#content_1,
	#content_2 {
		max-width: 300px;
	}
}

.content_box {
	position: relative;
	background: url(/bitrix/templates/main/images/bg_blue.gif)/*tpa=http://algorithm-centre.ru/images/bg_blue.gif*/ 0 0 repeat;
}

.yellow_thumb {
	position: relative;
	overflow: hidden;
	background: url(/bitrix/templates/main/images/yellow_thumb.gif)/*tpa=http://algorithm-centre.ru/images/yellow_thumb.gif*/ 100% 0 repeat;
	padding: 26px 20px 23px;
	text-align: left;
	margin-bottom: 18px;
	color: #455560;
}

.green_thumb {
	position: relative;
	overflow: hidden;
	background: url(/bitrix/templates/main/images/green_thumb.gif)/*tpa=http://algorithm-centre.ru/images/green_thumb.gif*/ 100% 0 repeat;
	padding: 26px 20px 23px;
	text-align: left;
	margin-bottom: 18px;
	color: #455560;
}

.blue_thumb {
	position: relative;
	overflow: hidden;
	background: url(/bitrix/templates/main/images/blue_thumb.gif)/*tpa=http://algorithm-centre.ru/images/blue_thumb.gif*/ 100% 0 repeat;
	padding: 26px 20px 23px;
	text-align: left;
	margin-bottom: 18px;
	color: #455560;
}
.yellow_thumb,
.green_thumb,
.blue_thumb {
	height: 570px;
}
@media only screen and (max-width: 995px) {
	.yellow_thumb,
	.green_thumb,
	.blue_thumb {
		height: 710px;
	}
}
@media only screen and (max-width: 768px) {
	.yellow_thumb,
	.green_thumb,
	.blue_thumb {
		height: auto;
	}
}



a.link_1, a.link_2, a.link_3, a.link_6 {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	color: #B81317;
	text-decoration: none;
	padding: 0 30px;
	position: relative;
	margin-top: 21px;
	text-align: center;
	border: 1px solid #B81317;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

a.link_2 {
	background: url(/bitrix/templates/main/images/index_007.jpg)/*tpa=http://algorithm-centre.ru/images/index_007.jpg*/ 0 0 repeat-x;
	height: 42px;
	font: italic 18px/32px 'RobotoRegular', sans-serif;
	font-weight: 600;
	line-height: 42px;
	padding: 0 14px;
	color: #393939;
	margin: 22px 0 15px;
}

a.link_3 { margin-top: 5px;}
a.link_6 { margin-top: 22px; }
	background: url(/bitrix/templates/main/images/index_0077.jpg)/*tpa=http://algorithm-centre.ru/images/index_0077.jpg*/ 0 0 repeat-x;
	height: 42px;
	font: italic 18px/32px 'RobotoRegular', sans-serif;
	line-height: 42px;
	padding: 0 14px;
	color: #000;
	margin: 22px 0 15px;

a.link_1:hover, a.link_2:hover, a.link_3:hover {
	background: url(bg_green.gif)/*tpa=http://algorithm-centre.ru/images/bg_green.gif*/ 0 0 repeat-x;
	color: #B81317	;
	text-decoration: none;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

a.link_6:hover {
	background: url(/bitrix/templates/main/images/bg_green.gif)/*tpa=http://algorithm-centre.ru/images/bg_green.gif*/ 0 0 repeat-x;
	color: #455560;
	text-decoration: none;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

a.link_1:hover {
	background: url(/bitrix/templates/main/images/white_thumb.gif)/*tpa=http://algorithm-centre.ru/images/white_thumb.gif*/ 0 0 repeat-x;
	color: #455560;
}

a.link_2:hover {
	background: url(/bitrix/templates/main/images/bg_green.gif)/*tpa=http://algorithm-centre.ru/images/bg_green.gif*/ 0 0 repeat-x;
	color: #455560;
}

a.link_4 { color: #fff; text-decoration:none; }
a.link_4:hover { text-decoration:none; color: #EAE827; }

.middle_box {
	text-align: center;
	background: url(/bitrix/templates/main/images/bg_blue.gif)/*tpa=http://algorithm-centre.ru/images/bg_blue.gif*/ 0 0 repeat;
	color: #fff;
	margin-top: 21px;
}

.middle_box span {
	color: #EAE827;
}

.divider, .divider_1, .divider_2 {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #cdcecd;
	border-bottom: 1px solid #f1f1f1;
	margin: 21px 0 24px;
	padding: 0 10px;
}
.divider_1 { margin: 5px 0 20px; padding: 0; }
.divider_2 { margin: 21px 10px 17px; padding: 0; }

.sidebar, .list, .sidebar_1 {
	overflow: hidden;
}

.sidebar { padding-top: 4px; }
.sidebar h4 { margin-bottom: 2px; }
.sidebar li, .list li, .sidebar_1 li {
	float: left;
	width: 100%;
	margin-bottom: 18px;
}
.sidebar a { color: #fff; text-decoration: none; font-weight: normal; }
.sidebar a:hover { color: #EAE827; }

.sidebar_1 li { margin-bottom: 14px; }

.sidebar img { margin: 4px 0 0 0; }
.sidebar p { font-style: italic; font-weight: bold; font-size: 14px; }
.sidebar_1 p { font-style: normal; font-weight: 300; line-height: 24px; }

.sidebar_1 h4 { margin: 4px 0 2px; }

.cols, .cols3 { margin-bottom: 20px; }
.cols h2, .cols3 h2 { margin-bottom: 28px; }
.cols img, .cols3 img {
	width: 100%;
	display: block;
	margin-bottom: 12px;
}
.cols3 img { margin-bottom: 14px; }

.list { margin-top: -3px; padding: 0 3px; }
.list li {
	background: url(/bitrix/templates/main/images/index_014.png)/*tpa=http://algorithm-centre.ru/images/index_014.png*/ 1px 11px no-repeat;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #cdcdcd;
	height: 34px;
	padding-left: 15px;
	margin-bottom: 0;
}

.list li.first, .list li.first_1 { border-top: none; }
.list li.last, .list li.last_1 { border-bottom: none; }
.list li a {
	line-height: 33px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	margin: 0;
}

.list li a:hover { color: #EAE827; }

.section { position: relative; width: 87%; margin-bottom: 8px; }
.section_1, .section_2 { position: relative; width: 100%; }
.section p, .section_1 p { margin-top: 24px; }
.section_1 a.link_1 { margin-top: 20px; }
.section_2 { padding-bottom: 15px; overflow: hidden; }
.section_2 h4 { margin-bottom: 30px; }
.section_2 img { width: 100%; margin-top: 7px; margin-bottom: 10px; }

.circle {
	position: relative;
	display: block;
	border: 1px solid #fff;
	background: #dcdcdc;
	font-weight: bold;
	font-size: 24px;
	line-height: 53px;
	height: 54px;
	width: 54px;
	text-align: center;
	color: #303030;
	margin-top: 8px;

	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}

ul.thumbnails li { position: relative; overflow: hidden; float: left; margin-bottom: 42px; }
ul.thumbnails li img { display: block; margin-bottom: 25px; width: 100%; }
ul.thumbnails li h4 { margin-bottom: 26px; }

ul.news_list li { margin-bottom: 20px; }

ul.schedule li h4 { margin-bottom: 0px; }
ul.schedule li { width: 100%; margin-bottom: 15px; }

ul.gallery {
	width: 100%;
}
ul.gallery li { width: 30%; float: left; margin-right: 30px; }


ul {
	list-style-type: disc;
	list-style-position: inside;
}

.nav_bg {
	position: relative;
	height: 45px;
}

.header_nav {
	position: relative;
	min-height: 45px;
	background: #B81317;
    padding: 0 35px;
}

.header_nav-list {
	padding-top: 7px;
	/*overflow: hidden;*/
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    height: 30px;
}
.header_nav .container_12 {

}
.header_nav-list li {
	list-style: none;
	/*float: left;*/
	padding: 0 2px;
}
.header_nav-list a {
	position: relative;
	display: block;
    border: 1px solid transparent;
	/*padding: 0 10px;*/
	color: #fff;
	font: 700 12px/30px 'RobotoRegular';
	text-transform: uppercase;
	text-decoration: none;
    font-family:'RobotoMedium';
    background-color: #B81317;
    z-index: 10;
}

.header_nav-list:hover {
	background-color: #B81317;
    border: 1px solid transparent;
	color: #fff;
	font: 700 12px/30px 'RobotoRegular';
	text-transform: uppercase;
	text-decoration: none;
    font-family:'RobotoMedium';
    position: relative;
    z-index: 10;
}

/*li.my_li1 ul {
	display: block;
}*/

li.my_li1 ul {
	visibility: hidden;
	background-color: #B81317;
    border: 1px solid transparent;
	color: #fff;
	font: 700 12px/30px 'RobotoRegular';
	text-transform: uppercase;
	text-decoration: none;
    font-family:'RobotoMedium';
    position: relative;
    z-index: 110;
}

li.my_li1 ul:hover {
	visibility: visible;
	background-color: #B81317;
    border: 1px solid transparent;
	color: #fff;
	font: 700 12px/30px 'RobotoRegular';
	text-transform: uppercase;
	text-decoration: none;
    font-family:'RobotoMedium';
    position: relative;
    z-index: 110;
}


.header_nav-list .current a,
.header_nav-list a:hover {
    border-color: #fff;
    border-radius: 10px;
}

.capture {
	position: relative;
	min-height: 70px;
	background: #d84245;
	color: #fff;
	text-align: center;
	border-radius: 0 0 5px 5px;
}
.capture h4 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 40px;
	margin: auto;
	padding: 0 10px;
	color: #fff;
}

.portfolio_item .capture:after {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	height: 20px;
	content: '';
	background: url(/bitrix/templates/main/images/shadow-half-05.png)/*tpa=http://algorithm-centre.ru/images/shadow-half-05.png*/ 50% 0 no-repeat;
}
.thumbs .magnifier {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.link_list { margin-bottom: 50px; }
.link_list_last { margin-bottom: 5px; }
.link_list a, .link_list_last a {
	display: inline-block;
	color: #242424;
	text-decoration: none;
}

a.magnifier {
    background: url(/bitrix/templates/main/images/img_hover.png)/*tpa=http://algorithm-centre.ru/images/img_hover.png*/ center center no-repeat #000000;
}
.slider_wrapper .camera_thumbs_cont ul li  img{
    height:65px;
}
a.magnifier img {
	width: 100%;
	position: relative;
	display: block;
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

a.magnifier:hover img {
    opacity: 0.5;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}

.image img { width: 100%; margin-bottom: 15px; display: block; overflow: hidden;position: relative; }

article.article { position: relative; margin-bottom: 55px; }
article.article h4 { margin-bottom: 26px; }

article.article a { color: #fff; }

a.link_5 {
	display: inline-block;
	color: #464646;
	font-weight: 300;
	text-decoration: underline;
	margin-top: -25px;
}

a.link_5:hover { text-decoration: none; }

.map_c {
	width: 100%;
	height: 371px;
}


/*****************Footer********************/

#footer {
	position: relative;
	width: 100%;
	min-height: 43px;
	line-height: 43px;
	margin-top: -43px;
	background: #861313;
	color: #fff;
    text-align: center;
}

#footer p {
	padding: 12px 0 0 ;
	color:#fff;
	font: normal 13px 'RobotoRegular';
}

#footer a {
	color: #7D93A2;
	text-decoration: none;
}

#footer a:hover, .link_list a:hover, .link_list_last a:hover { color: #EAE827; }

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 995px) {

	.divider, .divider_1, .divider_2 {
		padding-right: 0;
		padding-left: 0;
	 }
}

@media only screen and (max-width: 767px) {
	.search_box {
		margin: 20px 0 10px;
	}
	.divider, .divider_1, .divider_2 {
		padding-right: 0;
		padding-left: 0;
	 }

	.nav_bg { padding: 18px 0 14px; }
	.section { margin-bottom: 20px; width: 100%; }
	.news_list { margin-bottom: 20px; }
	.sidebar_1 { margin-top: 20px; }
	.section_2  { padding-bottom: 20px; }

	.link_list_last { margin-bottom: 50px; }

	.list li.first_1 { border-top: 1px solid #f1f1f1; }
	.list li.last_1 { border-bottom: 1px solid #cdcdcd; }
	#header .top_block .container_12:before {
		top: 120px;
	}
	#header .top_block .grid_4 {
		left: 0;
	}
}

@media only screen and (max-width: 480px) {
	.obj_search button {
		margin-top: 8px;
	}
	.divider, .divider_1, .divider_2 {
		padding-right: 0;
		padding-left: 0;
	 }

	.nav_bg { padding: 18px 0 14px; }
	.section { margin-bottom: 20px; width: 100%; }

	.news_list { margin-bottom: 20px; }
	.sidebar_1 { margin-top: 20px; }
	.section_2  { padding-bottom: 20px; }
	h1 a img { width: 100%; }

	.link_list_last { margin-bottom: 50px; }


}

@media only screen and (max-width: 320px) {
	.divider, .divider_1, .divider_2 {
		padding-right: 0;
		padding-left: 0;
	 }

	.section { margin-bottom: 20px; width: 100%; }
	.section_2  {padding-bottom: 20px; }
	.sidebar_1 { margin-top: 20px; }

	.link_list_last { margin-bottom: 50px; }

	h1 img { display: block; width: 100%; height: 100%;}
}

.contacts-link-adr,
.contacts-link-dwn {
	display: block;
}
.contacts-link-adr a,
.contacts-link-dwn a {
	text-decoration: none;
}
.contacts-link-dwn {
	padding-top: 10px;
}


#objects_data {
	padding-top: 40px;
}

.obj_search {
	min-height: 39px;
	margin-top: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 7px;
	background: #861313;
	text-align: center;
}
.obj_search input[type=text] {
	width: 70px;
	height: 36px;
	margin: 0;
	margin-left: 8px;
	padding-right: 45px;
	text-align: right;
	box-shadow:inset 4px 4px 5px rgba(0,0,0,0.21);
	border-radius: 7px;
	border: none;
	color: #455560;
	font: 700 22px 'RobotoRegular', sans-serif;

}
.obj_search button {
	top: 3px;
	margin-left: 8px;
	margin-bottom: 8px;
	width: 100px;
}
.obj_search label {
	display: inline-block;
	color: #000;
	font-size: 16px;
	line-height: 38px;
	height: 38px;
}
.obj_search button,
.obj_search label {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.obj_search-units {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #455560;
	font: 700 16px 'RobotoRegular', sans-serif;
}
.obj_search-units sup {
	font-size: 12px;
}
.obj_search-table_wr {
	border: 5px solid #00BCE4;
	border-radius: 4px;
	margin-top: 10px;
}
.obj_search-table {
	width: 100%;
	color: #000;
	font: 13px/1em Verdana, Geneva, sans-serif;
	text-align: center;
}

.obj_search-table tr:hover td {
	background: #ccc !important;
}
.obj_search-table th {
	padding: 5px;
	padding-top: 0;
	vertical-align: middle;
	background: #00BCE4;
	font-weight: 400;
	line-height: 1.35em;
}
.obj_search-table td {
	height: 35px;
	vertical-align: middle;
	background: #E8EEF0;
	cursor: pointer;
}
.obj_search-table tbody tr:nth-child(2n+1) td {
	background: #fff;
}
.obj_search-table-promo_y td {
	background: #EAE827!important;
}
.obj_search-table-promo_o td {
	background: #F89531!important;
}
.obj_search-table-promo_r td {
	background: #E37EB2!important;
}
.obj_search-table-floor {
	font-weight: 700;
}
.obj_search-table-floor {
	width: 10%;
}
.obj_search-table-room {
	width: 15%;
}
.obj_search-table-area {
	width: 25%
}
.obj_search-table-r_price {
	width: 25%
}
.obj_search-table-m_price {
	width: 25%
}
.obj_search-table a {
	color: #6B8F9C;
	font-weight: 700;
	text-decoration: underline;
}
.obj_search-info p {
	text-align: justify;
	padding-left: 10px;
}
@media (max-width: 980px) {
	.obj_search-table {
		font-size: 12px;
	}
	.obj_search-table th {
		padding: 10px 5px;
	}
	.obj_search-info {
		padding-top: 30px;
	}
}
@media (max-width: 480px) {
	.obj_search-table th {
		position: relative;
		height: 80px;
	}
	.obj_search-th_in {
		position: absolute;
		top: 35px;
		width: 100%;
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}
.obj_search-table-room .obj_search-th_in {
	top: 57px;
}



.isotope-item { z-index:2; }
.isotope-hidden.isotope-item {
	z-index:1;
	pointer-events:none;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration:0.8s;
	-moz-transition-duration:0.8s;
	-ms-transition-duration:0.8s;
	-o-transition-duration:0.8s;
	transition-duration:0.8s;
}
.isotope {
	-webkit-transition-property:height, width;
	-moz-transition-property:height, width;
	-ms-transition-property:height, width;
	-o-transition-property:height, width;
	transition-property:height, width;
}
.isotope .isotope-item {
	-webkit-transition-property:-webkit-transform, opacity;
	-moz-transition-property:-moz-transform, opacity;
	-ms-transition-property:-ms-transform, opacity;
	-o-transition-property:top, left, opacity;
	transition-property:transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration:0s;
	-moz-transition-duration:0s;
	-ms-transition-duration:0s;
	-o-transition-duration:0s;
	transition-duration:0s;
}


.pb10 {
	padding-bottom: 10px;
}
.pt10 {
	padding-top: 10px;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.btn {
	display: inline-block;
	height: 30px;
	min-width: 30px;
	border: none;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	background: #EAE827;
	color:#000;
	text-decoration: none;
	cursor: pointer;
}


.btn1 {
	display: inline-block;
	height: 33px;
	min-width: 30px;
	border: none;
	border-radius: 7px;
	padding: 0 10px;
	background: #fff;
	background: -moz-linear-gradient(top,  #fff 0%, #EAE827 100%);
	background: -webkit-linear-gradient(top,  #fff 0%, #EAE827 100%);
	background: linear-gradient(to bottom,  #fff 0%, #EAE827 100%);
	color: #000;
	font-size: 16px;
	font-style: italic;
	line-height: 33px;
	text-align: center;
	text-decoration: none;
	box-shadow:1px 1px 3px rgb(0,0,0);
	cursor: pointer;
}
.active .btn1,
.active .btn,
.btn1.active,
.btn.active,
.btn1:hover {
	color: #fff;
	background: rgb(123,145,159);
	background: -moz-linear-gradient(top,  rgba(123,145,159,1) 0%,  rgba(89,109,123,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(123,145,159,1) 0%, rgba(89,109,123,1) 100%);
	background: linear-gradient(to bottom,  rgba(123,145,159,1) 0%, rgba(89,109,123,1) 100%);
}



.title_link {
	margin: 0 10px;
}
.filter {
	padding-left: 10px;
}
.filter li {
	list-style: none;
	display: inline-block;
}


.block_about {
	position: relative;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 10px 0;
	border-radius: 4px;
	color: #000;
}

.nav_bg:before,
.header_nav:before
 {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	height: 20px;
	background: url(/bitrix/templates/main/images/shadow-bot.png)/*tpa=http://algorithm-centre.ru/images/shadow-bot.png*/ 50% 0 no-repeat;
	content: '';
	visibility: visible;
	z-index: 10;
}
@media (max-width: 768px) {
	.block_about {
		/*padding: 10px !important;*/
	}
	.title_link {
		margin-bottom: 10px;
	}
}

.op1:before{
    content:'';
    position: relative;
    float:left;
    display: block;
    background:url(/bitrix/templates/main/images/metr.png);
    height: 41px;
    width:41px;
        margin-right: 15px;
}
.op2:before{
content: '';
    position: relative;
    float: left;
    display: block;
    background: url(/bitrix/templates/main/images/av.png) no-repeat;
    width: 41px;
    margin-right: 15px;
    height: 64px;
}
.block_about h3 {
	padding-top: 10px;
	color: #000;
	font-size: 17px;
	font-style: normal;
	line-height: 1.45;
}
.block_about h3 {
	padding-bottom: 15px;
}
.block_about p {
	padding-bottom: 20px;
}
.block_about img {
	opacity: .8;
}
.block_about a {
	color: #000;
}
.block_about h3,
.block_about p {
	padding-left: 10px;
}

.block_about--0 {
	margin-bottom: 50px;
	background-color: #A0CE67;
}
.block_about--1 {
	background-color: #EBE729;
}
.block_about--2 {
	background-color: #00BCE4;
}
.block_about--3 {
	background-color: #98D75B;
}
.block_about--4 {
	margin-bottom: 50px;
	background-color: #E37EB2;
}
.block_about-text {
}
.tech_details {
	background-color: #F89531;
	background-image: url(/bitrix/templates/main/images/bg-block-cs.png)/*tpa=http://algorithm-centre.ru/images/bg-block-cs.png*/;
	background-position: 100% 0;
}
.tech_details:before {
	content: none;
}
.tech_details-item {
	position: relative;
	padding: 20px 10px 20px 75px;
}
.tech_details-item:before {
	position: absolute;
	top: 35px;
	left: 0;
	width: 65px;
	height: 60px;
	content: '';
	background-image: url(/bitrix/templates/main/images/ico-f.png)/*tpa=http://algorithm-centre.ru/images/ico-f.png*/;
	background-repeat: no-repeat;
}
.tech_details-item--engi:before {
	background-position: 0 -1px;
}
.tech_details-item--elev:before {
	background-position: 0 -80px;
}
.tech_details-item--sec:before {
	background-position: 0 -155px;
}
.tech_details-item--comm:before {
	background-position: 0 -234px;
}
.tech_details-item--energi:before {
	background-position: 0 -309px;
}
.tech_details-item--parking:before {
	background-position: 0 -389px;
}
.tech_details h3 {
	padding-bottom: 10px;
}
.block_about ul,
.tech_details ul {
	list-style-position: outside;
	padding-left: 15px;
	padding-bottom: 15px;
}
.tech_details li {
	padding-bottom: 3px;
}

.block_about .block_about-text {
	background-repeat: no-repeat;
}
.block_about--1 .block_about-text {
	background-image: url(/bitrix/templates/main/images/bg-block_abt-1.png)/*tpa=http://algorithm-centre.ru/images/bg-block_abt-1.png*/;
	background-position: 100% 0;
}
.block_about--2 .block_about-text {
	background-image: url(/bitrix/templates/main/images/bg-block_abt-2.png)/*tpa=http://algorithm-centre.ru/images/bg-block_abt-2.png*/;
	background-position: 45% 0;
}
.block_about--3 .block_about-text {
	background-image: url(/bitrix/templates/main/images/bg-block_abt-3.png)/*tpa=http://algorithm-centre.ru/images/bg-block_abt-3.png*/;
	background-position: 100% 0;
}
.block_about--4 .block_about-text {
	background-image: url(/bitrix/templates/main/images/bg-block_abt-4.png)/*tpa=http://algorithm-centre.ru/images/bg-block_abt-4.png*/;
	background-position: 100% 0;
}


.goup{
	background: url(/bitrix/templates/main/images/goup.png)/*tpa=http://algorithm-centre.ru/images/goup.png*/ 0 0 no-repeat !important;
	width: 46px !important;
	height: 39px !important;

}


.contacts-map,
.contacts-info,
.contacts-map a,
.contacts-info a {
}



.contacts-addr,
.contacts-tel,
.contacts-email {
	position: relative;
	    padding: 15px 0 15px 60px;
	font-size: 15px;
}
.contacts-addr {
	margin-top: 10px;
}
.contacts-addr:before,
.contacts-tel:before,
.contacts-email:before {
	position: absolute;
	top: 18px;
	left: 10px;
    width: 42px;
    height: 44px;
	
	background-repeat: no-repeat;
	background-position: 0 0;
	content: '';
}
.contacts-addr:before {
	background-image: url(/bitrix/templates/main/images/i1.png)
}
.contacts-tel:before {
	background-image: url(/bitrix/templates/main/images/i2.png)
}
.contacts-email:before {
	background-image: url(/bitrix/templates/main/images/i3.png)
}

.contacts-addr b,
.contacts-tel b,
.contacts-email b {
	font-size: 17px;
}

.contacts-info_wr .contacts-time {
	padding-left: 35px;
	margin-right: 20px;
}
.contacts-time li,
.contacts-dist li {
	position: relative;
	padding-left: 23px;
	padding-bottom: 5px;
	padding-right: 20px;
	list-style: none;
}

.contacts-dist li:before,
.contacts-time li:before  {
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	background-image: url(/bitrix/templates/main/images/cntcico.png)/*tpa=http://algorithm-centre.ru/images/cntcico.png*/;
	background-repeat: no-repeat;
	content: '';
}
.contacts-dist li:before {
	background-position: 0 -129px;
}
.contacts-time li:before {
	background-position: 0 -154px;
}
.contacts-info_wr {
	position: relative;
	min-height: 155px;
	padding-top: 10px;
}
.contacts-info_wr:before,
.contacts-info_wr:after {
	position: absolute;
	top: -10px;
	width: 48px;
	height: 150px;
	content: '';
	background-image: url(/bitrix/templates/main/images/skobki.png)/*tpa=http://algorithm-centre.ru/images/skobki.png*/;
	background-repeat: no-repeat;
}
.contacts-info_wr:before {
	left: 10px;
	background-position: -49px 0;
}
.contacts-info_wr:after {
	right: 0;
	background-position: 0 0;
}
@media (max-width: 996px) {
	.contacts-info_wr:before,
	.contacts-info_wr:after {
		content: none;
	}
	.contacts-info_wr .contacts-time {
		padding-left: 15px;
		margin-right: 0;
	}
}
@media (max-width: 768px) {
	.contacts-info_wr:before,
	.contacts-info_wr:after {
		content: none;
	}
	.contacts-info_wr .contacts-time {
		padding-left: 15px;
		margin-right: 0;
	}
	.contacts-info_txt {
		padding-top: 20px;
	}
}

.print_link {
	margin-left: 30px;
}



.zone-1 {
	left: 85px;
	top: -115px;
}
.zone-2 {
	left: 310px;
	top: -115px;
}
.zone-3 {
	left: 300px;
	top: 460px;
}
.zone-4 {
	left: 95px;
	top: -115px;
}
.zone-5 {
	left: 205px;
	top: 425px;
}
.zone-6 {
	left: 190px;
	top: -115px;
}
.zone-7 {
	left: 290px;
	top: 460px;
}
.zone-cafe1 {
	left: 240px;
	top: 460px;
}
.zone-cafe2 {
	left: 0;
	top: 155px;
}
.zone-mop {
	left: 420px;
	top: -30px;
}
.zone-cafe1 .area_info_block-in,
.zone-3 .area_info_block-in,
.zone-7 .area_info_block-in {
	top: 0;
	bottom: auto;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.floor_plans {
	position: relative;
	margin: 0 auto;
	padding-bottom: 50px;
}
.floor_plans-f_list {
	padding: 0;
	margin: 0;
	width: 100px;
}
.floor_plans-f_list li {
	list-style: none;
	display: block;
	padding-bottom: 8px;
	padding-left: 8px;
   
    width: 133px;
    height: 35px;
}
.floor_plans-f_list a {
	display: block;
	height: 35px;
	width: 35px;
	padding: 0;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	font-style: normal;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.45s ease;
	transition: all 0.45s ease;
     background: #da6877;
         width: 133px;
    height: 35px;
}
.floor_plans-f_list a.active,
.floor_plans-f_list a:active,
.floor_plans-f_list a:hover {
	color: #fff;
	background: transparent;
     background: #d61e36;
}
.floor_plans-f_list a.disabled {
	background: #ccc;
	color: #9c9c9c;
	cursor: default;
}
/*.floor_plans-f_list a:hover {
	background: #98D75B;
	color: #455560;
	border-color: #fff;
}*/



.floor_plans-one_floor,
.floor_image {
	display: none;
}
.floor_image {
	padding-top: 115px;
}

@media (max-width: 768px) {
	.floor_image {
		float: left;
		display: block;
		max-width: 275px;
	}
	.floor_plans-all_floor,
	.floor_plans {
		//display: none;
	}
	.floor_plans-one_floor {
		//display: block;
	}
}
@media (max-width: 480px) {
	.floor_image {
		padding-top: 125px;
		max-width: 155px;
	}
}

.floor_elevator {
	width: 145px;
}
.floor_plans {
	padding-left: 20px;
    width: 80%;
}
.map_wr {
	max-width: 600px;
	min-width: 600px;
	width: 600px;
	padding-left: 20px;
	padding-top: 10px;
}
.map_wr .floor_plans {
	margin-top: 70px;
	margin-left: 20px;
	display: block !important;
}
.floor_plans-modal_title {
	font-size: 30px;
	font-weight: 700;
}

.area_info_block {
	position: absolute;
	display: none;
	width: 170px;
	height: 125px;
	z-index: 1000;
}
.area_info_block-in {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: auto;
	text-align: center;
	z-index: 100;
}
.baloon {
	display: inline-block;
	min-width: 80px;
	padding: 12px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	color: #6A8984;
	font-size: 16px;
	line-height: 1.3em;
}
.baloon sup {
	position: relative;
	top: -3px;
	font-size: 0.8em;
}
.area_info_block.disabled .baloon {
	background: #777777;
	color: #fff;
}

#fancybox-outer {
	background: #455560;
}
#fancybox-content {
	overflow: visible !important;
	border-color: #455560;
}
#fancybox-content > div {
	overflow: visible !important;
}






.search_box {
	position: relative;
	background: #A2AAAF;
	height: 24px;
	margin-top: 10px;
	overflow: hidden;
	border-radius: 10px;
}
.search_box input {
	border: none!important;
	padding: 0 5px;
	width: 83%;
	background: #A2AAAF;
	position: relative;
	top: -9px;

}
.search_box img {
    position: relative;
    top: -11px;
}
.search_box a {
	position: absolute;
	right: 10px;
	display: inline-block;
	cursor: pointer;
}

.search_box form {
	height: 30px;
}
@media (max-width: 767px) {
	.search_box {
		width: 60%;
		margin: 15px auto;
	}
}



.page_description {
	max-width: 920px;
	margin-top: 10px;
	padding: 10px;
}
.page_description,
.page_description h1 {
	color: #000;
}
.page_description-img_wr {
	padding: 0;
}


.logo--print {
	display: none;
}

@media print {

	#header b,
	#header a {
		color: #000 !important;
	}
	.header-phone {
		width: 285px;
	}
	.maphilighted {
		opacity: 1 !important;
	}

	.newmap_wr canvas,
	.floor_plans-f_list,
	.select-menu,
	img[src*="o-s.png"],
	.dwnl_link {
		display: none !important;
	}

	.floor_plans-page {
		display: block;
	}

	.newmap_wr > div {
		width: auto;
		height: auto;
	}

	#header .top_block .container_12:before {
		content: none;
	}

	.header_nav,
	.header-logo {
		display: none;
	}

	.logo--print {
		display: block !important;
	}


	.floor_image {
		display: none;
	}
	.floor_plans-all_floor,
	.floor_plans {
		display: block;
	}
	.floor_plans-one_floor {
		display: none;
	}

}

.thumb{
    background: #fff;
}
.thumb-box{
    text-align: center;
    padding: 20px;
}
.thumb-box h3{
    text-transform: uppercase;
}
.thumb hr{
    width: 40px;
    background-color: #B81317;
    color: #B81317;
    border: none;
    height: 2px;
}
.col_r{
    color:#b81317;
    font-size:17px;
}
.oproekte h1{
color:#000;
font-family: 'RobotoMedium', sans-serif;
font-size:25px;
    font-weight: normal;
}

.oproekte{
	 padding: 20px;
 }
 .oproekte p{
	 font-size:15px;
	 font-family: 'RobotoRegular', sans-serif;
	line-height: 27px;
 }
 .margb80{
	 margin-bottom:80px;
 }
 p.preim{
    font-size: 13px;
    font-family: 'RobotoRegular', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
    line-height: 16px;
 }
 .backcolf{
	 background:#fff;
	     padding: 30px 0;
 }
 hr.preim{
	width:65px;
	height:2px;
background:#9a1013;
text-align:center;
margin:11px auto;
 }	
 .oprf {
    background: url(../images/oprf.png) top left no-repeat;
    padding-top: 35px;
    text-align: justify;
 }
 p.conc{
    text-align: justify;
    line-height: 22px;
    font-size: 15px;
    padding-left: 35px;
 }
 .plancv{
	 width:40px;
	 height:40px;
	 border-radius:3px;
	 margin-right:40px;
	 float:left;
 }
 p.planir{
	font-size:17px;
	line-height: 19px;
    font-size: 17px;
		font-family: 'RobotoLight', sans-serif;
 }
  p.planir span{
  color:#973d3d;
  }
  .form1{
	      text-align: center;
    margin: 0 auto;
  }
  .form1 input{
      padding: 13px;
    border: 1px solid #8c8c8c;
    border-radius: 4px;
    margin-bottom: 14px;
    color: #8c8c8c;
    font-size: 17px;
    width: 85%;
  }
  .form1 .btnf{
	  background:#9a1013;
	  color:#fff;
	   width: 50%;
  }
  .fpodp{
	      text-align: center;
    font-size: 18px;
  }
  .arend{
	      margin-bottom: 25px;
		  
  }
  .arend img{
	  width:241px;
  }
  .arend p{
	 font-size:15px;
	 font-family: 'RobotoRegular', sans-serif;
	line-height: 27px;
 }
   .arend p.zaglar{
	 font-size:15px;
	 font-family: 'RobotoMedium', sans-serif;
	line-height: 27px;
	    text-transform: uppercase;
 }
.forma_obr{
     display:none;
 }
 .mfeedback h1 {
     color:#000;
font-family: 'RobotoMedium', sans-serif;
font-size:25px;
    font-weight: normal;
    text-align: center;

 }
 
 @media only screen and (max-width: 767px){
#fancybox-content .container_12 .grid_5 {
    width: 230px;
}
.page_description *{
	max-width: 100%;
}
.container_12 {
   width: 100%; 
box-sizing: border-box;
}
.backcolf {
		box-sizing: border-box;
    	padding: 30px 10px;
	}
 }
 #fancybox-content .container_12 .grid_5 {
     text-align: center;
    margin: 0 auto;
    float: none;
 }
/* .container_12 {
margin-bottom: 25px;} */

.container_12 .thumb {
	text-align: center;
}



@media only screen and (max-width: 767px) {
	.container_12 .grid_1, .container_12 .grid_2, .container_12 .grid_3, .container_12 .grid_4, .container_12 .grid_5, .container_12 .grid_6, .container_12 .grid_7, .container_12 .grid_8, .container_12 .grid_9, .container_12 .grid_10, .container_12 .grid_11, .container_12 .grid_12 {
		width: 100%;
	}
	.header_nav-list[href="http://www.av-tp.ru/events/"]{
		display: none;
	}
	.header_nav-list {
		display: inline-block;
		width: 100%;
	}
	.header_nav-list li {
		width: 49%;
	}
}
@media (max-width: 995px) {
	.floor_plans {
		width: 100%;
padding-left:0;
clear: left;
	}
.container_12 .grid_12 {
box-sizing: border-box;
    margin: 0;
    width: 100%;
	}
	.header_nav .container_12 {
		width: 100%;
    max-width: 755px;
	}
	.header_nav-list li {
		text-align: center;
	}
}
@media (max-width: 480px) {
.header_nav-list li {
		width: 100%;
	}
}

.heads {
    font-size: 25px;
    display: block;
    margin-bottom: 10px;
    font-family: 'RobotoMedium', sans-serif;
    padding: 0 15px;
    color: #000000;
}






#jakor{width:70px;height:70px;display: block;position: fixed;bottom:100px;right:30px;background:url(../images/action.png)no-repeat 50% 50% / contain;}

.my_elka
{

display: block;
position: fixed;
bottom:200px;
right:30px;
}
.my_elka img
{
width:150px;
height:auto;
}
@media screen and (max-width: 700px)
{
.my_elka
	{
display:none;
}
}



/*Tab*/


.tabs {
	margin-top: 40px;
}

.tabs input[type=radio] {
  display: none;
}
.tabs label {
  display: inline-block;
  transition: background 0.4s ease-in-out, height 0.2s linear;
  color: black;
  position: relative;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: 46.5%;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #000;
  background: #e6e6e6;
  border-radius: 3px;
}

.tab-content-wrapper {
	margin: 40px 0;
	display: inline-block;
}

.tabs label:hover {
  background: #4e4e4e52;
}

@media screen and (max-width: 600px) {
.tabs label {
  width: 49%;
  display: inline-block;
  border-radius: 0;
} 
}
@media screen and (max-width: 600px) {
.tabs {
  margin: 0; 
} 
}

#tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label {
  background: #b81317;
  color: white;
  }

.tab-content {
  position: absolute;
  top: -9999px;
  padding: 0; 
}

@media screen and (max-width: 600px) {
.tab-content-wrapper, .tab1-content-wrapper {
  border: none;
  border-radius: 0; 
} 
}

#tab1:checked ~ .tab-content-wrapper #tab-content-1, #tab2:checked ~ .tab-content-wrapper #tab-content-2, #tab3:checked ~ .tab-content-wrapper #tab-content-3, #tab4:checked ~ .tab-content-wrapper #tab-content-4 {
  position: relative;
  top: 0px;
 }


.tabs label i {
    font-size: 1.7em !important;
    vertical-align: middle;
    margin-right: 6px;
}


.tabs .thumb {
	margin-bottom: 20px;
	width: 299px;
	min-height: 541px;
}

.tabs .bottom-grey {
	border: 1px solid #455560;
    color: #455560;
}

.tabs .thumbs {
	margin: 0;
    width: auto;
}













