.page-buffer {
	height: 105px;
}
.clear{
	clear: both;
}
.page_by_foot_wrapp_top:after{
	content: '';
	width: 100%;
	height: 322px;
	top:90px;
	left:0px;
	right:0px;
	position:  absolute;
	background-image:url(../img/by_foot/4.png);
	background-repeat:repext-x;
	background-color:#f23737;
	z-index: 0;
}

.adres:first-child {
    float: left;
    width: 290px;
}

.adres:last-child {
    float: right;
    margin-right: 10px;
    width:  280px;
}
.page_img_link:hover .page_img_wrapp:after{
	opacity: 1;
}

.page_img_wrapp:after {
    border-color: #f23737 #f23737 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-radius: 50%;
    border-style: solid;
    border-width: 6px;
    content: "";
    display: block;
    height: 120px;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    position: absolute;
    top: 50%;
    opacity:.9;
    width: 120px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all .45s ease;
       -moz-transition: all .45s ease;
        -ms-transition: all .45s ease;
         -o-transition: all .45s ease;
            transition: all .45s ease;
}
.page_img_wrapp:hover:after{
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
         -o-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: all .45s ease;
       -moz-transition: all .45s ease;
        -ms-transition: all .45s ease;
         -o-transition: all .45s ease;
            transition: all .45s ease;

}
.page_img_wrapp{
    -webkit-transition: all .45s ease;
       -moz-transition: all .45s ease;
        -ms-transition: all .45s ease;
         -o-transition: all .45s ease;
            transition: all .45s ease;
}

.page_img_wrapp:before {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 50%;
    content: "";
    display: block;
    height: 120px;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    position: absolute;
    top: 50%;
    width: 120px;
}

.page_by_foot_wrapp:hover .page_by_foot_a:after{
	opacity: 1;
}
.page_by_foot_wrapp:hover .button{
	animation: .4s ease 0.25s normal forwards 1 toColorBack;
	-o-animation: .4s ease 0.25s normal forwards 1 toColorBack;
	-ms-animation: .4s ease 0.25s normal forwards 1 toColorBack;
	-moz-animation: .4s ease 0.25s normal forwards 1 toColorBack;
	-webkit-animation: .4s ease 0.25s normal forwards 1 toColorBack;
}
keyframes toColorBack {
  100% {
	background-color: #f23737;
	border-color:#f23737;
	color:white;
  }
}
@-moz-keyframes toColorBack {
  100% {
	background-color: #f23737;
	border-color:#f23737;
	color:white;
  }
}
@-webkit-keyframes toColorBack {
  100% {
	background-color: #f23737;
	border-color:#f23737;
	color:white;
  }
}

@-o-keyframes toColorBack {
  100% {
	background-color: #f23737;
	border-color:#f23737;
	color:white;
  }
}
@-ms-keyframes toColorBack {
  100% {
	background-color: #f23737;
	border-color:#f23737;
	color:white;
  }
}






.page_by_foot_a:after{
	opacity: 0;
	-webkit-transition: all .45s ease;
	   -moz-transition: all .45s ease;
	    -ms-transition: all .45s ease;
	     -o-transition: all .45s ease;
	        transition: all .45s ease;
	    content: "";
    height: 325px;
    left: 0;
    position: absolute;
    top: 0%;
    width: 321px;
    z-index: 3;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.page_by_foot_a:hover:after {
    opacity: 1;
}
.page_by_foot_a:hover:before{
	opacity: 0;
}
.page_by_foot_a:before {
	-webkit-transition: all .45s ease;
	   -moz-transition: all .45s ease;
	    -ms-transition: all .45s ease;
	     -o-transition: all .45s ease;
	        transition: all .45s ease;
    content: "";
    height: 325px;
    left: 0;
    position: absolute;
    top: 0%;
    width: 321px;
    z-index: 2;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.fon{
    background-color: #f8f8f8;
    border-top: 1px solid rgba(209, 202, 202, 1);
    display: none;
    height: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
/*	-webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
     -o-transition: all .25s ease;
        transition: all .25s ease;*/
}
.fon:after{
		content: '';
	display: block;
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	z-index: 1;

}
.fon.active{
	display: block;
	height:72px;
}
.nav_li_a.active{
	font-weight:600;
}
.nav_li_a:hover{
	text-decoration: underline;
}
.menu_detal2_li_a:hover{
	text-decoration: underline;
}
.owl-item:after{
	content: '';
	display: block;
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	z-index: 1;
-webkit-box-shadow: 0px 0px 57px 47px rgba(0, 0, 0, 0.48) inset;
   -moz-box-shadow: 0px 0px 57px 47px rgba(0, 0, 0, 0.48) inset;
    -ms-box-shadow: 0px 0px 57px 47px rgba(0, 0, 0, 0.48) inset;
     -o-box-shadow: 0px 0px 57px 47px rgba(0, 0, 0, 0.48) inset;
        box-shadow: 0px 0px 57px 47px rgba(0, 0, 0, 0.48) inset;
}
.nav_wrapp {
    z-index: 2;
}
.buttonOne:hover{
	background-color: rgba(242,55,55,1);
	color:white;
}
.pagination{
	height: 90px;
	text-align: center;
	margin: 0;
    padding: 35px 0 0;
}
.pagination li{
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	width: 25px;
	height: 25px;
	border:1px solid #474747;
	margin-right: 2.5px;
	margin-left: 2.5px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.pagination a{
	width: 100%;height: 100%;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
}
.pagination li:hover{
	background-color: #f23737;
	border-color: #f23737;
}
.pagination li:hover  .pagination_a{
	color:white;
}
.pagination li.active a{
	color:black;
}
.c_int:last-child{
	margin-bottom: 0px;
}
.nopagefooter{
	padding-top: 5px;
}
.s_navImage:nth-child(3n+3){
	margin-right: 0px;
}
.buttonOne.s_navImage_button {
    margin: 0;
    padding: 6px 36px 11px;
    border-color:white;
    color:#fff;
}
.s_right a.s_navImage {
	text-decoration:none;
	color:#fff;
}
.s_right .s_navImage:after{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 50%, rgba(0,0,0,.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 50%,rgba(0,0,0,.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	z-index: 2;
	content: '';
}
.s_navImage:hover .s_navImage_button{
	background-color: #f23737;
	border-color:#f23737;
}
.s_nav_a {
	height: auto;
	padding: 5px 35px 0 31px;
}

.s_nav_li.active .s_nav_a{
	color:#f23737;
}
.s_nav_li.active .s_nav_a:after{
	background-image: url("../img/menu/3.png");
	opacity: .8;
}
.s_nav_a:after {
    background-image: url("../img/menu/2.png");
    background-position: 223px center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
}
.s_nav_a:hover:after{
	opacity: .8;
}
.single_mini_wrapp .owl-item:after{
	display: none;
}
.single_mini_wrapp .owl-buttons{
	height: 1px;
}
.single_mini_wrapp .owl-controls{
    left: 2px;
    margin: 0;
    position: relative;
    width: 393px;
}
.single_mini_wrapp .owl-prev{
    left: 0;
    margin-top: -63px;
    position: absolute;
}
.single_mini_wrapp .owl-next{
    right:0px;
    margin-top: -63px;
    position: absolute;
}
.con_form_input:hover{
	cursor:  pointer;
	border-color:#939393;
	color :#939393;
}
.con_form_input:focus{
	cursor:  pointer;
	border-color:#939393;
	color :#939393;
}
.con_form_txt:hover{
	cursor:  pointer;
	border-color:#939393;
	color :#939393;
}
.con_form_txt:focus{
	cursor:  pointer;
	border-color:#939393;
	color :#939393;
}
.qualitydep {
	margin: 2px 10px 0 0;
	float: right;
}
.qualitydep a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;	
}
.qualitydep a:hover {
	text-decoration: none;	
}
.nopage:after{
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,0,0,.15) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.15)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,.15) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,.15) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,.15) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,.15) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
content: '';
display: block;
height: 29px;
position: absolute;
top:-29px;
left:0px;
width: 100%;
}
.nopagefooter .wc {
    border-top: 1px solid #f23737;
}
.nopage {
    margin-top: 28px;
}
.single_mini a:after{
	content: '';
	width: 129px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.19);
	display: block;
	position: absolute;
	top:0px;
	left:0px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.single_mini:hover a:after{
	background-color: rgba(0,0,0,0);
}
.con_info_count:last-child{
	margin-right: 0px;
}
.c_bread_li:after {
    color: #676767;
    content: "/";
    display: block;
    height: 12px;
    position: absolute;
    right: -5px;
    top: -2px;
    width: 2px;
}
.c_bread_li:last-child:after{
	content: '';
}
.foot_link {

}
.foot_link a {
	font-weight: 600;
	text-decoration: underline;
}
.foot_link a:hover {
	text-decoration: none;
}
.foot_socblock {
	margin: 0 0 10px;
}
.soctitle {
    display: block;
    float: left;
    font-weight: 600;
    margin: 0 10px 0 21px;
}
.socbt{
	display: inline-block;
}
.socbt a{
	display: block;
	width: 27px;
	height: 27px;
}
.socbt.vk a{
	background: url("../img/footer/vksprite2.png") no-repeat scroll 0 0 transparent;
}
.socbt.vk a:hover{
	background-position: 0 -27px;
}
.socbt.tw a{
	background: url("../img/footer/twittersprite2.png") no-repeat;
}
.socbt.tw a:hover{
	background-position: 0 -27px;
}
.foot_title.By {
	padding: 0;
}

.foot_title.By a {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 0 5px;
}
.foot_title.By a:hover {
	
}
.newsimg {
	float: left;
	width: 320px;
}
.newstext {
	width: 660px;
	float: right;
}
#breadcrumb {
    margin: 0 0 0 13px;
    padding: 0;
}
#breadcrumb li {
	display: inline-block;
	margin-right: 10px;
}
#breadcrumb li a, #breadcrumb li:last-child {
    color: #676767;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
	vertical-align: top;
}
#breadcrumb li:after {
    color: #676767;
    content: "/";
    display: block;
    height: 12px;
    position: absolute;
    right: -5px;
    top: -2px;
    width: 2px;
}
#breadcrumb li:last-child:after {
    content: "";
}
.con_form_input.error {
	border-color: red;
}
.con_form_button {
	cursor: pointer;
}
.sendmsg {
	z-index: 1000;
	text-align: center;
    left: 50%;
    margin: 0 0 0 -240px;
    position: fixed;
    top: 50%;
    width: 480px;
}

.sendmsg .success {
    border: 1px solid #626164;
    background-color: #ffffff;
    color: #626164;
    font-size: 17px;
    padding: 20px 40px;
}

.sendmsg .error {
    background-color: red;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 17px;
    padding: 20px 40px;
}
.con_map {
	width: 1000px;
	height: 407px;
}


/*** ESSENTIAL STYLES ***/
#TopMenu.sf-menu, #TopMenu.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
#TopMenu.sf-menu li {
	
}
#TopMenu.sf-menu ul {
	text-align: left;
	position: absolute;
	display: none;
	top: 100%;
	width: 100%;
	left: 0;
	z-index: 99;
}
#TopMenu.sf-menu > li {
	float: left;
	position: static;
}
#TopMenu.sf-menu li:hover > ul,
#TopMenu.sf-menu li.sfHover > ul {
	display: block;
}

#TopMenu.sf-menu a {
	display: block;
	position: relative;
    color: #190101;
    font-size: 17px;
    font-weight: 600;	
	white-space: nowrap; /* no need for Supersubs plugin */	
    border-bottom: 6px solid transparent;
    border-left: medium none;
    border-top: medium none;
	padding: 0 0 13px;
	text-decoration: none;
	zoom: 1; /* IE7 */	
}


#TopMenu.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
#TopMenu.sf-menu {
	float: left;
	margin-bottom: 0;
}
#TopMenu.sf-menu ul {
	box-shadow: none;
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
#TopMenu.sf-menu li {
	background: none repeat scroll 0 0 transparent;
	margin-right: 35px;
	white-space: normal; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
#TopMenu.sf-menu > li:last-child {
	margin-right: 0;
}
#TopMenu.sf-menu ul li {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
	margin-right: 19px;
}
#TopMenu.sf-menu ul li a {
	border: medium none;
    font-size: 17px;
	font-weight: normal;
	padding: 10px 0;
}

#TopMenu.sf-menu ul ul li {
	background: none repeat scroll 0 0 transparent;
}
#TopMenu.sf-menu li:hover,
#TopMenu.sf-menu li.sfHover {
	background: none repeat scroll 0 0 transparent;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
#TopMenu.sf-menu li:hover a,
#TopMenu.sf-menu li.sfHover a {
	border-color: #f23737;
}
#TopMenu.sf-menu ul li a:hover {
	color:#f23737;
}
#TopMenu.sf-menu li a.active {
	color:#f23737;
}



/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}


@media screen and (max-width: 1300px) {
	.wc_res{
		width:1000px;
	}
	.logo > img {
    	height: 73px;
    	width: 148px;
	}
	#menu_wrapp{
		width:100%;
		position: absolute;
		top:0px;
	}
	header {
		height: 123px;
	}
	.menu_detal_wrapp {
    	margin-top: 30px;
	}
	#TopMenu.sf-menu a {
		padding: 0 0 5px;
	}
}
.phone a{
	color:#ffffff;
}
.foot_title a, .wcont a {
	color: #f23737;
	text-decoration: underline;
}
.foot_title a:hover, .wcont a:hover {
	text-decoration: none;
}