

@font-face {
    font-family: 'Dincyr_m';
    src: url('fonts/dincymd_-webfont.eot');
    src: url('fonts/dincymd_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dincymd_-webfont.woff') format('woff'),
         url('fonts/dincymd_-webfont.ttf') format('truetype'),
         url('fonts/dincymd_-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Dincyr_b';
    src: url('fonts/dincybd_-webfont.eot');
    src: url('fonts/dincybd_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dincybd_-webfont.woff') format('woff'),
         url('fonts/dincybd_-webfont.ttf') format('truetype'),
         url('fonts/dincybd_-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Dincyr_r';
    src: url('fonts/dincyrg_-webfont.eot');
    src: url('fonts/dincyrg_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dincyrg_-webfont.woff') format('woff'),
         url('fonts/dincyrg_-webfont.ttf') format('truetype'),
         url('fonts/dincyrg_-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'Corbel';
    src: url('fonts/corbel-webfont.eot');
    src: url('fonts/corbel-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/corbel-webfont.woff') format('woff'),
         url('fonts/corbel-webfont.ttf') format('truetype'),
         url('fonts/corbel-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



body
{

margin: 0;
padding: 0;
color: #414141;

	}

a{
	font-family: Verdana, sans-serif;
	color: #0084ce;
}

b{
	-webkit-font-smoothing: antialiased;
}

.small{
	font-size: 12px;
}


#wrap
{
	position: relative;
		width: 100%;
		height: auto;

}
#header{
	width: 100%;
	position: relative;
	overflow: hidden;

}

#topcontent {
	font-size: 18px;
	font-family: 'Dincyr_m', sans-serif;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 39px;
	overflow: hidden;
	height: 107px;
}

@media (max-width: 1024px) {
	#topcontent {
		max-width: 900px;
	}
}


#topcontent>table{
	height: 107px;
}


#logodesc{
	font-size: 18px;
	}

.phone{ 
	font-family: 'Dincyr_b', sans-serif;
	font-size: 24px;
}
@media (max-width: 1024px) {
	.phone {
		font-size: 16px;
	}
}

.r{
	font-family: 'Dincyr_r', sans-serif;
}

#top_menu{
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;

}



.mainmenu{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	height: 25px;
	display: table;
	margin: 0 auto;
	border-collapse: collapse;
	position: relative;
	margin-top: 25px;	
}

.mainmenu li{
	display: table-cell;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	text-align: center;
	vertical-align: middle;
	padding: 0 39px;
	white-space: nowrap;
}

#header .mainmenu  li.mainmenu__item_state_current a{
color: #0084ce;
}

.mainmenu li:first-child{
	border-left: none;
}

.mainmenu li:last-child{
	border-right: none;
}


.mainmenu li a{
	text-decoration: none;
	color: #000;
	font-family: 'Dincyr_r', sans-serif;
	font-size: 21px;
}

.mainmenu li a:hover{
	color: #0084ce;
}


#slider_wrap{
	width: 100%;
	position: relative;	
	overflow: hidden;
//	margin-top: 10px;
	background-color: #f4f4f4;
}


#slider{
	position: relative;

width: 1200px;
height: 395px;
margin: 0 auto;
}


#current{
	width: 1700px;
	height: 395px;
	margin-left: -237px;
	overflow: hidden;
	position: relative;
}

#descwrap{
	width: 100%;
	position: absolute;
	bottom: 0;
	background: url(bg_empty.png);
	height: 62px;
	z-index: 10;
}


#text_wrap{
	width: 580px;
	height: 62px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-family: 'Dincyr_r', sans-serif;
	font-size: 18px;
	padding-top: 7px;
	box-sizing: border-box;
}


#slide_header_wrap{
position: absolute;
left: 0;
top: 138px;
width: 500px;
height: 170px;
z-index: 10;
}

.slide_header{
	display: block;
	color: #001c4f;
	font-family: 'Dincyr_r', sans-serif;
	font-size: 43px;
	line-height: 0.9;
}
.slide_desc{
	margin-top: 8px;
	display: block;
	color: #000;
	font-family: 'Dincyr_m', sans-serif;
	font-size: 20px;
}


.none{
	display: none;
}

#left{
	position: absolute;
background: url(arrow_left_slider.png) no-repeat;
width: 12px;
height: 22px;
left: -30px;
top: 24px;
cursor: pointer;
}

#right{
	position: absolute;
	background: url(arrow_right_slider.png) no-repeat;
width: 12px;
height: 22px;
right: -30px;
top: 24px;
cursor: pointer;
}


#content_wrap{
	width: 100%;
	position: relative;
	margin-top: 33px;
}


#content{
	width: 1200px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	min-height: 660px;
}


#leftmenu{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 234px;
	padding-right: 56px;
	padding-left: 1px;
}

#leftmenu>li>a{
	font-family: 'Dincyr_r',sans-serif;
	font-size: 14px;
	color: #000;
}





#leftmenu li{
	margin: 11px 0;
}
#leftmenu li:first-child{
	margin-top: 0;
}


#leftmenu>li.mainmenu__item_state_current>a{

	//text-decoration: none;
	color: #0084ce;
}


#leftmenu>li>a:hover{
	color: #0084ce;
	//text-decoration: none;
}




#defaultcontent{
	font-family: 'Dincyr_r',sans-serif;
	line-height: 1.5;
	font-size: 14px;
}
#defaultcontent a{
	font-family: 'Dincyr_r',sans-serif;
}

#defaultcontent ul li{
	margin: 10px 0;
}

#defaultcontent ol li{
	margin: 10px 0;
}

#defaultcontent h2, #order_form h2{
	font-family: 'Dincyr_b', sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin: 8px 0;
}

#defaultcontent h3{
	font-family: 'Dincyr_b', sans-serif;
	font-weight: normal;
	font-size: 15px;
	margin: 6px 0;
	}


	table.default th,
table.default td{
	text-align: left;
	padding: 5px 10px;
	border-left: 1px solid #dddddd;
}
table.default tr th:first-child,
.default tr td:first-child{
	text-align: left;
	border-left: none;
}
table.default th{
	background: #e9e9e9;
	border-bottom: 1px solid #dddddd;
}


table.default td{
	background: #fff;
}
table.default .even td{
	background: #f7f6f6;
}

.big{
	display: block;
	font-family: 'Dincyr_b', sans-serif;
	font-weight: normal;
	font-size: 27px;
	margin: 12px 0;
}

.b{
	font-family: 'Dincyr_b',sans-serif;
}

.services.b a{
	font-family: 'Dincyr_b',sans-serif !important;
	color: rgb(65, 65, 65);
	text-decoration: none;
}

.services.b a:hover{
	text-decoration: underline;
}



h1{
	font-family: 'Dincyr_b', sans-serif;
	font-weight: normal;
	font-size: 27px;
	margin: 12px 0;
	margin-bottom: 13px;
}

#why_us{
	margin-top: 33px;
}
.services{
	width: 210px;
}

.services:first-child{
	width: 245px;
}

.crop{
	max-height: 150px;
	overflow: hidden;
}

.name, .name a{
	font-family: 'Dincyr_b',sans-serif !important;
	color: #0084ce;
	font-size: 18px;
	line-height: 1;
}

.name{
color: #414141;
}

.name a{
	text-decoration: none;
}

.name a:hover{
	text-decoration: underline;
}


#reviews .who{
	line-height: 1;
font-family: 'Dincyr_r', sans-serif;
font-size: 15px;
color: #b3b3b3;
border-bottom: 1px solid #919191;
padding-bottom: 9px;
}

#reviews .text{
	font-family: Verdana, sans-serif;
	font-style: italic;
	font-size: 12px;
	color: #5c5c5c;
	padding-top: 12px;
	padding-left: 6px;


}

.carousel_wrap{

}

.carousel{
width: 1140px;
	position: relative;
	margin: 0 auto;
	height: 60px;
	white-space: nowrap;
}

.carousel ul{
	padding: 0;
	margin: 0;
	white-space: nowrap;
	height: 60px;
}

.jcarousel-clip{
	margin-left: 0px;
}

.middle{
	display: table-cell;
	width: 190px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}

.jcarousel-item{
	text-align: center;
display: inline-block;
width: 190px !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}

.jcarousel-item img{
max-width: 185px;
}


.jcarousel-prev{
	top: 20px;
	left: -19px;
	background: url(arrow_left.png) no-repeat;
	width: 12px;
	height: 22px;
	position: absolute;
	cursor: pointer;

}

.jcarousel-prev:hover{
	background: url(arrow_left_active.png) no-repeat;
}

.jcarousel-next{
	background: url(arrow_right.png) no-repeat;
	width: 12px;
	height: 22px;
	position: absolute;
		top: 20px;
		right: -19px;
		cursor: pointer;
}

.jcarousel-next:hover{
	background: url(arrow_right_active.png) no-repeat;
}








#footer{
	font-family: 'Corbel';
	width: 100%;
	position: relative;
	background-color: #2a2a2a;
	height: 152px;
	margin-top: 40px;
}


#footercontent{
	width: 100%;
	position: relative;
	margin: 0 auto;
	height: 152px;
	padding-top: 15px;
	box-sizing: border-box;
	color: #fff;
}

#bottommenu
{
	display: inline-block;
	padding: 0;
	margin: 0;
	width: auto;
	height: 30px;
	margin-top: 13px;
	position: relative;
}





#bottommenu li
{
	margin: 0 15px;
	list-style: none;
	display: inline-block;
}

#bottommenu li:first-child{
	margin-left: 0;
}
#bottommenu li:last-child{
	margin-right: 0;
}

#bottommenu li a
{
	font-size: 13px;
color: #c0c0c0;
}

.mail{
	color: #fff;  
	font-family: 'Corbel';
	font-size: 13px;
	text-decoration: none;
}
.mail:hover{
	text-decoration: underline;
}


#breadcrumbs{
	font-size: 13px;
}


#breadcrumbs a{
	font-size: 13px !important;
	text-decoration: none;
}
#breadcrumbs a:hover{
	text-decoration: underline;
}


.button{
	color: #fff;
	background-color: #115aa7;
	display: inline-block;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 15px;
	font-family: 'Dincyr_r', sans-serif;

}


#order_form{
	font-family: 'Dincyr_r', sans-serif;
	font-size: 13px;
}


.input
{
	font-size: 12px;
	font-family: Arial, sans-serif;
	height: 24px;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	box-sizing: border-box;
}
textarea
{
	font-size: 12px;
	font-family: Arial, sans-serif;
	resize: vertical;
	padding-left: 5px;
	box-sizing: border-box;
}
.long{
	width: 100%;
}
#footer .phone, #footer .address{
	 font-family: 'Dincyr_r';
}

.table_eurolos {
	border-collapse: collapse;
}

.table_eurolos th {
	border: 1px dotted black;
	padding: 5px;
}

.table_eurolos thead th {
	color: white;
}

.table_eurolos td {
	border: 1px dotted black;
	padding: 5px;
}

@media (max-width: 1024px) {
	.table_eurolos_big {
        display: block;
		height: auto;
    }
	.table_eurolos_big:before {
		content: "Горизонтальное перелистывание >>";
    	display: block;
    	font-size: 11px;
		color: black;
	}
    .table_eurolos_big thead, .table_eurolos_big tbody, .table_eurolos_big thead th {
        display: block;
    }
    .table_eurolos_big thead {
        float: left;
    }
    .table_eurolos_big tbody {
        width: auto;
        /* position: relative; */
        overflow-x: auto;
    }
    .table_eurolos_big td, .table_eurolos_big th {
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        text-overflow: ellipsis;
    }
    .table_eurolos_big thead th {
    	font-weight: bold;
        width: 150px;
        text-align: center;
    }
    .table_eurolos_big tbody tr {
        display: table-cell;
    }
    .table_eurolos_big tbody td {
        width: 220px;
        display: block;
        text-align: center;
        border-right: 1px solid #F1F1F1;
    }
	#leftmenu_wrap {
		width: 250px;
	}
	#defaultcontent {
		padding-right: 25%;
	}
	.mainmenu li {
		padding: 0px;
	}
}