@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------------/ COMMON 
-------------------------------------------------------------------------
------------------------------------------------------------------------*/

@font-face {

        font-family: "roboto";

        src: url("/fonts/Roboto-Regular.ttf") format("truetype");

}


*{



       
        font-family: "roboto"!important;

}


.content-text,.content-text *{
        font-size: 18px!important;
         color:#444444!important;
}




html, body {
	margin:0px;
	width:100%;
	height:100%; 
	padding:0px;
	background:url(../images/bg_repeat.jpg) repeat center top;
}
body, div, a, td, span, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}
a {
	color:#1a91ca;
}
a:hover {
	text-decoration:underline;
	color:#61d5f6;
}
p {
	margin:0px 0px 15px 0px;
	padding:0px;
}
img {
	border:0px;
}
form {
	margin:0px;
	padding:0px;
}
.clear {
	clear:both;
	height:1px;
	font-size:1px;
}
h1 {
	font-family:"Arial Narrow", Arial;
	font-size:20px;
	text-transform:uppercase;
	color:#000;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
h2 {
	font-family:"Arial Narrow", Arial;
	font-size:16px;
	color:#000;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.h2new {
    font-family:"Arial Narrow", Arial;
	font-size:24px;
    color:#0099ff;
    font-weight:normal;   
}
h3 {
	font-family:"Arial Narrow", Arial;
	font-size:20px;
	color:#000;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
h1.index-zg {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#000;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	font-style:italic;
}



/*-----------------------------------------------------------------------/ WRAPPER 
-------------------------------------------------------------------------
------------------------------------------------------------------------*/
.wrapper {
	width:100%;
	margin:0px auto;
	min-height:100%;
	background:url(../images/bg.jpg) no-repeat center top;
}
* html .wrapper {
	height: 100%;
}
/*-----------------------------------------------------------------------/ HEAD 
-------------------------------------------------------------------------
------------------------------------------------------------------------*/
.head-wrap {
	width:100%;
	height:449px;
	position:relative;
	background:url(../images/header.jpg) no-repeat center top; /* was head.jpg */
}
.head {
	width: 100%;
	margin:0px auto;
	height:449px;
	z-index:1000;
	position:relative;
}
#flashContent {
	position:absolute;
	z-index:0;
	width:100%;
	height:100%;
	top:-6px;
}
.head-region {
	position:absolute;
	top: -32px;
	width:100%;
	
	
}
.head-phone {
	/*background:url(/images/phone1.png) no-repeat left top;*/
	/*width:247px;
	position:absolute;
	height:41px;
	right: 300px;
	top: 35px;*/
	
max-width: 857px;
    position: absolute;
    height: 41px;
    left: 0;
    right: 0;
    top: 106px;
    margin: auto;
        text-align: center;
}
.head-phone a{
	
   display:inline-block;
	text-align: center;
	color: #00f0ff;
}
.head-phone a:hover{color: red;}
.head-region a {
	border-bottom:1px dotted #1a91ca;
	color:#1a91ca;
	background:url(/images/icon_city.png) no-repeat left 11px;
	padding:0px 0px 0px 10px;
	text-decoration:none;
	font-size:18px;
	font-style:italic;
	
}
.head-region a:hover {
	text-decoration:none;
	color:#FF0000;
	border-bottom:1px dotted #FF0000;
}

.head-menu {
	height:43px;
	position:relative;
	top:60px;
	text-align: center;
	background: url("/images/bgmenu.jpg");
}
@media(max-width: 768px) {
	.head-menu{height: auto;}
}
.head-menu-items {
}
.head-menu-items a {
	text-transform:uppercase;
	text-decoration:none;
	font-size:15px;
	line-height: 21px;
	margin: 0px 10px 0px 0px;
	color:#fff;
	padding: 10px;
	height: 21px;
	display: inline-block;	
} 
.head-menu-items a:hover {
	text-decoration:none;
	margin:0px 10px 0px 0px;
	color:#FF0000;
	text-shadow:#004d78 1px 1px 1px;
} 
.head-menu-search {
    display: inline-block;
    vertical-align: middle;
}
.head-menu-search-input {
	float:left;
	background:url(../images/menu_search_input.png) no-repeat left top;
	width:203px;
	font-size:13px;
	height:25px;
	border:none;
}
.head-menu-search-button {
	float:left;
	background:url(../images/menu_search_button.png) no-repeat left top;
	border:none;
	width:26px;
	height:25px;
	cursor:pointer;
}


/*-----------------------------------------------------------------------/ CATEGOR 
-------------------------------------------------------------------------
------------------------------------------------------------------------*/
.categor-wrap {
	text-align: center;
	max-width:980px;
	margin:30px auto 30px auto;
	position:relative;
	width:100%;
}
.categor-item {
	display: inline-block;
	width:240px;
	margin:0px 0px 15px 0px;
	height:253px;
	text-align:center;
}
.categor-item a {
	text-transform:uppercase;
	color:#fff;
	font-size: 16px; 
	font-weight: bold;
	text-decoration:none;
	text-shadow:#4592b0 1px 1px 1px;
}
.categor-item a:hover {
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	text-shadow:#004d78 1px 1px 1px;
}
.categor-item img {
	margin-bottom:-40px;
}

/*-----------------------------------------------------------------------/ CONTENT 
-------------------------------------------------------------------------
------------------------------------------------------------------------*/
.content-wrap {
	max-width:980px;
	margin:50px auto 50px auto;
	width:100%;
}
.content-text {
	background:#fff;
	border-radius:8px;
	padding:20px 20px 10px 20px;
}
.content-text-shadow {
	background:url(../images/content_shadow.png) no-repeat center top;
	height:36px;
}
.content-text img {
	border-radius:5px;
	background:#f8f8f8;
	border:2px solid #e8e8e8;
	margin:0px 20px 0px 0px;
}
.content-text-left {
	float:left;
	width:260px;
	margin:0px 30px 0px 0px;
}
.content-text-left-menu {
	margin:36px 0px 0px 0px;
}
.content-text-right {
	display: inline-block;
    vertical-align: top;
}
.content-text-right-form {
	margin:0px 0px 25px 0px;
}
.content-text-right-input {
	background:url(../images/content__search_input.png) no-repeat left top;
	width:529px;
	height:33px;
	border:none;
	font-size:14px;
	float:left;
	margin:0px 10px 0px 0px;
	color:#000;
	text-transform:uppercase;
}
.content-text-right-button {
	background:url(../images/title_search_button.png) no-repeat left top;
	width:103px;
	height:33px;
	float:left;
	border:none;
	color:#fff;
	text-align:center;
	line-height:30px;
	cursor:pointer;
	font-size:14px;
	text-transform:uppercase;
}
.content-text-right-contacts-item {
	margin:0px 0px 40px 0px;
}
.content-text-right-contacts-item h2 {
	float:left;
}
.content-text-right-contacts-item-photo {
	float:left;
}
.content-text-right-contacts-item-zg {
	font-family:"Arial Narrow", Arial;
	font-size:20px;
	color:#000;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#000;
	text-decoration:none;
}
.content-text-right-contacts-item-zg:hover {
	font-family:"Arial Narrow", Arial;
	font-size:20px;
	color:#000;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#61d5f6;
	text-decoration:none;
}
.content-text-right-service {
	background:#e9f0f2;
	border-radius:8px;
	padding:20px;
}
.content-text-right-service-zg {
	margin:0px 0px 0px 0px;
	padding:0px 20px;
}
.content-text-right-service-zg-name {
	float:left;
	color:#b1b6b9;
	font-size:16px;
	width:360px;
	text-align:left;
}			
.content-text-right-service-zg-izm {
	float:left;
	color:#b1b6b9;
	font-size:16px;
	width:56px;
	text-align:center;
}		 
.content-text-right-service-price {
	float:left;
	color:#b1b6b9;
	font-size:16px;
	width:145px;
	text-align:right;
}
.content-text-right-service-table {
	background:#fff;
	border-radius:8px;
	padding:20px;
}
.content-text-right-service-table table {
	width:100%;
	margin-bottom:30px;
}
.content-text-right-service-table-name {
	width:360px;
	text-align:left;
	padding:5px 0px;
	color:#656565;
	border-top:1px dotted #c4c4c4;
}
.content-text-right-service-table-izm {
	width:56px;
	padding:5px 0px;
	text-align:center;
	color:#656565;
	border-top:1px dotted #c4c4c4;
}
.content-text-right-service-table-price {
	width:150px;
	padding:5px 0px;
	text-align:right;
	color:#000;
	font-weight:bold;
	border-top:1px dotted #c4c4c4;
}

/*-----------------------------------------------------------------------/ CONTENT/LEFT/MENU
/-------------------------------------------------------------------------------------------------------*/
.cwtl-menu {
	background:url(../images/line_under_catalog_menu.png) repeat-x left top;
	margin:15px 0px 20px 0px;
	padding:20px 0px 0px 0px;
	list-style:none;
}
.cwtlm-menu {
	margin:0px;
	border-radius:3px;
	padding:0px;
	display:block;
	border:1px solid #dadad9;
	box-shadow:0px 2px 1px 0px #bbbbbb;
	list-style:none;
}
.cwtlm-menu li {
	padding:0px 0px 0px 0px;
	margin:0px;
	border-top: 1px solid #EFEFEF;
	background:none;
}
.cwtlm-menu li a {
	font-size:14px;
	display:block;
	background:url(../images/left_menu_bg.png) repeat-x left bottom!important; 
	text-decoration:none!important;
	color:#000;
	margin:0px;
	vertical-align:middle;
	padding:8px 0px 8px 10px;
	font-family:Tahoma, Geneva, sans-serif;
}
.cwtlm-menu li a:hover {
	font-size:14px;
	color:#61d5f6;
	padding:8px 0px 8px 10px;
	margin:0px;
	display:block;
	vertical-align:middle;
	font-family:Tahoma, Geneva, sans-serif;
}

#cwtlmm-current{
	color:#000;
}
#cwtlmm-current a{
	color:#000;
}
#cwtlmm-current a:hover {
	color:#f0401a!important;
}
.cwtlmm-level2 {
	margin:10px 0px 10px 20px;
	padding:0px;
	list-style:none;
}
.cwtlmm-level2 li {
	padding:0px 0px 5px 10px;
	border-top:none!important;
	background:url(../images/bullet_sub_left_menu2.png) no-repeat left 6px!important;
}
body .cwtlmm-level2 li a {
	color:#0088d0!important;
	font-size:14px!important;
	background:none!important;
	padding:0px;
}
body .cwtlmm-level2 li a:hover {
	color:#61d5f6!important;
	font-size:14px!important;
	padding:0px;
}
body .cwtlmm-level2 li ul.cwtlmm-level2 {
	margin:10px 0px 10px 10px;
	padding:0px;
}
body .cwtlmm-level2 li ul.cwtlmm-level2 li a {
	color:#0088d0!important;
	font-size:12px;
	background:none!important;
	height:15px;
	padding:0px;
}
body .cwtlmm-level2 li ul.cwtlmm-level2 li a:hover {
	color:#61d5f6!important;
	font-size:12px;
	padding:0px;
}

#cwtlmml2-current {
	color:#000;
	padding:0px 0px 9px 20px;
	background:url(../images/bullet_sub_left_menu_current.png) no-repeat left center;
}
#cwtlmml2-current a {
	color:#000!important;
	font-weight:bold;
}
#cwtlmml2-current a:hover {
	color:#61d5f6!important;
	font-size:12px;
}

/*-----------------------------------------------------------------------/ FOOTER 
-------------------------------------------------------------------------
------------------------------------------------------------------------*/
.footer-wrap {
	max-width:980px;
	width:100%;
	margin:20px auto;
	position:relative;
	height:100px;
}
.footer-cr {
	float:left;
	width:170px;
	color:#fff;
	margin:0px 0px 0px 15px;
}
.footer-cr span {
	font-size:12px;
	color:#fff;
}
.footer-menu {
	float:left;
	width:320px;
	margin:0px 15px 0px 15px;
}
.footer-menu div {
	float:left;
	margin:0px 10px;
}
.footer-menu a {
	color:#fff;
}
.footer-menu a:hover {
	color:#61d5f6;
}
.footer-phone {
	background:url(../images/icon_phone_white.png) no-repeat left 0px;
	padding:3px 0px 0px 30px;
	float:left;
	font-size:20px;
	color:#fff;
	line-height:16px;
}
.footer-phone a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
	border-bottom:#fff dotted 1px;
}
.footer-phone a:hover {
	color:#61d5f6;
	text-decoration:none;
	font-size:12px;
	border-bottom:#61d5f6 dotted 1px;
}
.footer-count {
	float:right;
	margin:0px 15px 0px 0px;
}
.footer-count img {
	margin-left:15px;
}

/*-----------------------------------------------------------------------/ POP 
-------------------------------------------------------------------------
------------------------------------------------------------------------*/
.overlay {
	position:fixed;
	width:100%;
	top:0;
	left:0;
	height:100%;
	background:#000000;
	opacity:0.8;
	z-index:50;
	display: none;
}
.title-city {
	background:#fff;
	border-radius:8px;
	width:585px;
	position:fixed;
	left:30%;
	top:20%;
	opacity:1;
	z-index:100;
	padding:30px 0px 30px 30px;
	display: none;
}
.title-city h1 {
	float:left;
	height:30px;
}
.title-city-close {
	display:block;
	float:right;
	margin:0px 25px 0px 0px;
}
.title-city-form {
	height:33px;
}
.title-city-search-input {
	background:url(../images/title_search_input.png) no-repeat left top;
	width:447px;
	height:33px;
	border:none;
	font-size:14px;
	float:left;
	margin:0px 10px 0px 0px;
	color:#000;
	text-transform:uppercase;
}
.title-city-search-button {
	background:url(../images/title_search_button.png) no-repeat left top;
	width:103px;
	height:33px;
	float:left;
	border:none;
	color:#fff;
	text-align:center;
	line-height:30px;
	cursor:pointer;
	font-size:14px;
	text-transform:uppercase;
}
.title-city-items ul {
	list-style:none;
	float:left;
	margin:20px 20px 0px 0px;
	padding:0px;
}
.title-city-items ul li {
	list-style:none;
	margin:0px;
	padding:3px 10px 2px 0px;
}
.title-city-items ul li a {
	text-decoration:none;
	font-size:16px;
}
.ui-front {
	z-index: 99999999 !important;
}



.borders{
	border-left:1px solid #666;
	border-top:1px solid #666;
}


.borders td{
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}



a.head-phone-number{
	text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 27px;
    /* font-weight: bold; */
    font-style: italic;
}


.head-phone-time{
	    text-decoration: none;
    /* text-transform: uppercase; */
    color: #fff;
    font-size: 13px;
    /* font-weight: bold; */
    font-style: italic;
    display:inline-block;
    
    margin-left: 15px;
    margin-right: 15px;
}


a.head-phone-number img{
	vertical-align: sub;
}


.head-region-wrap{
	    width: 100%;
    max-width: 1141px;
    margin: auto;
}

.ct_text-page img{
max-width:100%!important;
height: auto!important; 
}
.adress-list-select{
display:none;
}


.ct-adress-list .content-text-right{
	display:block;
	padding-left: 300px;
}


.ct-adress-list .content-text-right .content-text-right-contacts-item{
	display:inline-block;

}

.content-text-right-service-zg-izm.content-text-right-service-zg-izm--mobile{
	display:none;
}



@media(max-width: 992px) and (min-width: 930px) {
	.content-text-right{
		padding-left: 290px;
		display: block;
	}
	.content-text-right-service-zg .clear{
		    clear: none;
	}
	
	.content-text-right-service-zg .content-text-right-service-zg-name{
		width: 57%;
	}
	.content-text-right-service-zg .content-text-right-service-zg-izm{
		width: 21%;
		padding-right: 5px;
	}
	.content-text-right-service-zg .content-text-right-service-price{
		width: 20%;
	}
}

#touch-menu{
	display:none;
}

@media(max-width: 930px) {
	
	.head-menu{
		padding-left: 20px;
    padding-right: 20px;
	}
	
	.content-wrap{
		margin-top: 0px;
	}
	
	#touch-menu{
		display:block;
		float:left;
	}
	.head-menu-items>a{
		display:none;
	}
	
	.head-menu-items{
		width: 100%;
    text-align: right;
    /* display: inline-block; */
    height: 40px;
    line-height: 40px;
}
	
	.ct-adress-list .content-text-right{
		padding-left:0px;
	}
	.ct-adress-list .content-text-left{
		width:100%;
	}
	.title-city{
		left:0px;
		right:0;
		bottom:0;
		top:0;
		width:auto;
		overflow-y: scroll;
	
	}
	
	.content-text-left-menu{
		height: 49px;
		overflow: hidden;
		margin-bottom: 20px;
		position:relative;
		
		display: none;
	}
	.adress-list-select{
		display:block;
	}
	.content-text-left-menu .cwtlm-menu{
		display:none!important;
	}
	
	.content-text-left h1{
		    margin-top: 10px;
	}
	
	
	.content-text-right-service-zg{
		padding-bottom: 10px;
	}
	.content-text-right-service-zg .content-text-right-service-zg-name{
		width: 57%;
	}
	.content-text-right-service-zg .content-text-right-service-zg-izm{
		width: 21%;
	}
	.content-text-right-service-zg .content-text-right-service-price{
		width: 20%;
	}
	
	
	
}


@media(max-width: 450px) {
	
	 
	.content-text-right-service-zg-izm{
		display:none;
	}
	
	.content-text-right-service-zg-izm.content-text-right-service-zg-izm--mobile{
		display:block!important;
	}
	
}


#touch-menu .fa-navicon:before,#touch-menu span{
	    font-size: 30px;
	    color: white;
	   
}

#touch-menu{
	 text-decoration: none;
}


.il-item-wrap {
    width: 33%;
    display: inline-block;
    vertical-align: top;
        margin-bottom: 30px;
}


.il-item-label-wrap{

    height: 110px;
    display: table;
    vertical-align: middle;
}


.il-item-label{
    display: table-cell;
    vertical-align: middle;
}

.il-item img{
	float:left;
}
.il-item {
    max-width: 290px;
    margin: auto;
}


.content-text a.getMap img {
    border-radius: 0px;
    background: white;
    border: 0px;
    margin: 0px;
}

a.getMap{
	margin-top: 10px;
	display: block;
    text-align: center;
}

.contact-list-item-map{
	display: block;
    float: left;
}

.contact-list-item-info{
	display: block;
	margin-left: 330px;
}




@media(max-width: 950px) {
	.il-item-wrap {
    width: 49%;
   
}
}


@media(max-width: 590px) {
	.il-item-wrap {
    	width: 100%;
	}

	.contact-list-item-map {
		display: block;
		float: none;
		width: 100%!important;
	}
	.contact-list-item-info{
		margin-left: 0;
		width: 100%;
	}

	.contact-list-item-map>ymaps{
		width: 100%!important;
	}
	a.getMap{
		margin-bottom: 10px;
		display: block;
		text-align: center;
	}

	.content-text-right-contacts-item{
		width: 100%;
	}
}
















