/* CSS Document */
* {margin:0; padding:0}
 @font-face {
    font-family: 'ubuntu-medium'; /* Гарнитура шрифта */
    src: url('http://ekb.souz-mebel.ru/css/ubuntu-medium.ttf') format('truetype'); /* Путь к файлу со шрифтом */
   }
  @font-face {
    font-family: 'ubuntu'; /* Гарнитура шрифта */
    src: url('http://ekb.souz-mebel.ru/css/ubuntu.ttf') format('truetype'); /* Путь к файлу со шрифтом */
   }
   
   @font-face {
    font-family: 'OpenSansRegular'; /* Гарнитура шрифта */
    src: url('http://ekb.souz-mebel.ru/css/OpenSansRegular.ttf') format('truetype'); /* Путь к файлу со шрифтом */
   }
   @font-face {
    font-family: 'Calibri'; /* Гарнитура шрифта */
    src: url('http://ekb.souz-mebel.ru/css/Calibri.ttf') format('truetype'); /* Путь к файлу со шрифтом */
   }
   @font-face {
    font-family: 'OpenSansBold'; /* Гарнитура шрифта */
    src: url('http://ekb.souz-mebel.ru/css/OpenSansBold.ttf') format('truetype'); /* Путь к файлу со шрифтом */
   }
body {
	font-family:  OpenSansRegular;
	
}   
h1
{
	font-size:14pt;
	line-height:50px;
	
}
h2
{
	font-size:14pt;
	line-height:50px;
	
}
a 
{
	text-decoration:none;
	color:#000;
	cursor:pointer;
	
}
ul, li {
        margin:0;
        padding:0;
        list-style-type:none;   
    }
	
	
 /*Стили для скрытого выпадающего меню*/
    #menu > li > ul {
        position:absolute;
        top:35px;
        display:none;   
    }
     
    /*Делаем скрытую часть видимой*/
    #menu > li:hover > ul {
        display:block;  
    }
p
{
	font-size:12pt;
	line-height:20pt;
}
li
{
	font-size:12pt;
	line-height:20pt;
}
.header-div
{
	width:100%; 
	height: 114px; 
	background:#555;
}
.header-div-int
{
	width:1024px; 
	height: 114px; 
	background:#555;
	position:relative;
	text-align:center;
}

.logo
{
	width:162px; 
	height: 140px;
position:relative;
z-index:51;
	
}
.malina
{
	width: 600px;
    height: 80px;
    position: absolute;
    top: 35px;
    left: 215px;
    z-index: 50;

	
}

.footer-div
{
	width: 100%;
    height: 269px;
    background: #555555;
    position: relative;
	color:#FFF;
	font-size:14px;
}

.footer-div-int
{
	width:970px; 
	height: 269px; 
	position:relative;
}

.opis_elem
{
	width: 100%;
    /* height: 250px; */
    background: #D1D1D1;
    position: relative;
    color: black;
    font-size: 16px;
    padding-top: 60px;
    margin-top: 470px;

    padding-bottom: 20px;
}

.img_button
{
	text-align:center;
	width:254px;
	height:116px;
	display:inline-block;
	float:left;
}
.img_button img
{
	padding-top:6px;
}
.a_button {
	display:inline-block;
	float:left;
    position:relative;
    padding-left:1px;
	padding-right:1px;
	width:254px;
	height:45px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	text-decoration:none;
	color:#8B0000;
	font-size:19px;
	text-align:center;
	line-height: 35px;
	background:url(../img/butt_el.jpg);
	background-position:top;
	background-repeat:repeat-x;
	cursor:pointer;
}
.a_button:hover   {
	
	background:url(../img/butt_el.jpg);
	background-position:bottom;
	color:#000000;
}

.a_button_a {
	display:inline-block;
	float:left;
    position:relative;
    padding-left:1px;
	padding-right:1px;
	width:254px;
	height:45px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	text-decoration:none;
	font-size:19px;
	text-align:center;
	line-height: 35px;
	background-repeat:repeat-x;
	cursor:pointer;
	background:url(../img/butt_el.jpg);
	background-position:bottom;
	color:#000000;
}
/*.a_button {
	background: #FFF; 
    background:-webkit-linear-gradient(top,rgba(209,209,209,1),rgba(255,255,255,1));
    background:-moz-linear-gradient(top,rgba(209,209,209,1),rgba(255,255,255,1));
    background:-o-linear-gradient(top,rgba(209,209,209,1),rgba(255,255,255,1));
    background:linear-gradient(top,rgba(209,209,209,1),rgba(255,255,255,1));
    display:inline-block;
	float:left;
	padding-left:1px;
	padding-right:1px;
    position:relative;
    z-index:0;
	width:254px;
	height:34px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	text-decoration:none;
	color:#8B0000;
	font-size:19px;
	text-align:center;
	padding-top:8px;
	
}
.span_button {
		background: #8B0000;
    background:-webkit-linear-gradient(top,rgba(139,0,0,1),rgba(255,255,255,1));
    background:-moz-linear-gradient(top,rgba(139,0,0,1),rgba(255,255,255,1));
    background:-o-linear-gradient(top,rgba(139,0,0,1),rgba(255,255,255,1));
    background:linear-gradient(top,rgba(139,0,0,1),rgba(255,255,255,1));
	padding-top:8px;
	width:254px;
	height:34px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
    left:0;
    opacity:0;
    position:absolute;
    top:0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    z-index:-1;
}
.a_button:hover 
{
	color:#FFFFFF;
}
.a_button:hover .span_button {
    opacity:1;
	
}*/

.opis_elem-int
{
	width: 1024px;
    position: relative;
    text-align: left;
}
.butt-int
{
	    width: 1024px;
    height: 435px;
    text-align: left;
    background: #FFF;
}
.footer-menu1
{
	    width: 200px;
    text-align: left;
    float: left;
}
.footer-menu1 a
{
	display:block;
	color:#FFF;
	margin:20px;
}
.footer-menu1 a:hover
{
	display:block;
	color:#CCCCCC;
}
.footer-menu2
{
	    width: 320px;
    text-align: left;
    float: left;
}
.footer-menu2 p
{
	display:block;
	color:#D1D1D1;
	margin:10px;
	font-size:12px;
	line-height:15px;
}
.footer-menu2 a
{
	display:block;
	color:#FFF;
	margin:20px 10px 20px 10px;
}
.footer-menu2 a:hover
{
	display:block;
	color:#CCCCCC;
}
.footer-call
{
	position: absolute;
    cursor: pointer;
    width: 213px;
    height: 54px;
    left: 522px;
    color: #FFF;
    border: 1px solid #FFFFFF;
    top: 20px;
    padding: 10px 15px 15px 15px;
    font-family: OpenSansBold;
}
.footer-call:hover
{
	color:#CCCCCC;
	border:1px solid #CCCCCC;
}
.footer-form_1
{
	position: absolute;
    width: 445px;
    height: 111px;
    left: 522px;
    color: #FFF;
    top: 135px;
    font-family: OpenSansRegular;
    text-align: left;
    font-size: 16px;
}
.footer-form_1 font
{
	margin-bottom: 15px;
    display: block;
}
.footer-form_email
{
	width: 260px;
    height: 30px;
    background: #D1D1D1;
    border: none;
    padding: 5px;
	color: #24383B;
}
.footer-form_subm
{
	width:160px;
	cursor:pointer;
	height:40px; 
	background:#EC1C24;
	border:none;
	color:#FFF;
}
.footer-form_subm:hover
{
	color: #8B0000;
	background:#FFF;
}
.footer-ss
{
	position: absolute;
    width: 180px;
    height: 59px;
    left: 770px;
    color: #FFF;
    top: 30px;
    font-family: OpenSansBold;
    text-align: center;
    font-size: 14px;
}
.vkb
{
	width:31px;
	margin: 5px;
	display:inline-block;
	height:31px;
	background:url(../img/vk.png);
	background-position:top;
	cursor:pointer;
}
.vkb:hover
{
	background-position:bottom;
}
.fbb
{
	width:31px;
	margin: 5px;
	display:inline-block;
	height:31px;
	background:url(../img/fb.png);
	background-position:top;
	cursor:pointer;
}
.fbb:hover
{
	background-position:bottom;
}
.igb
{
	width:31px;
	margin: 5px;
	display:inline-block;
	height:31px;
	background-position:top;
	background:url(../img/ig.png);
	cursor:pointer;
}
.igb:hover
{
	background-position:bottom;
}
.utb
{
	width:31px;
	margin: 5px;
	display:inline-block;
	height:31px;
	background-position:top;
	background:url(../img/ut.png);
	cursor:pointer;
}
.utb:hover
{
	background-position:bottom;
}

.prefix
{
	font-size:18px;
	font-weight:bold;
}
.footgcall
{
	display:block;
	font-size:21px;
	font-family:  OpenSansRegular;
}
.foottel
{
	font-size:26px;
	font-weight:bold;
}


.header-div span
{
    width: 264px;
    height: 61px;
    position: absolute;
    font-size: 15px;
    color: #ccc;
    line-height: 20px;
    top: 30px;
    left: 0px;
    text-align: left;
}
.aboim
{
	width:100%;
	    background: #d1ba86;
}
.abotxt
{
	    position: absolute;
    display: block;
    left: 50%;
    top: 25%;
    width: 31%;
    height: 57%;
    text-align: right;
    font-size: 24px;
    color: white;
    font-weight: bold;
}
.abotxt h2
{
	    /* width: 50%; */
    display: block;
    /* float: left; */
    font-size: 2.15vw;
    line-height: 3.5vw;
    margin-bottom: 130px;
	
}
.abotxt h3
{
	    /* width: 50%; */
    display: block;
    /* float: left; */
    font-size: 1.7vw;
    line-height: 0.8vw;
	
}
.get-call
{
	position: absolute;
    cursor: pointer;
    width: 318px;
    height: 84px;
    background: url(../img/get_call_sm.png);
    background-repeat: no-repeat;
	background-position:top;
    left: 700px;
    top: 14px;
}
.get-call:hover
{
	position: absolute;
	cursor:pointer;
	width: 318px; 
	height: 84px; 
	background: 
	url(../img/get_call_sm.png); 
	background-repeat: no-repeat; 
	left: 700px; 
	background-position:bottom;
	top: 14px;
}

.sep
{
	position:relative; display:inline-block; background:url(../img/sep.png); float:left; width:7px; height:45px; background-repeat:no-repeat;
}
.topmenu_par
{
	width:1023.6px;
	height: 35px; 
	position:absolute;
	left:50%;
	margin-left:-512px;
	color:#8B0000;
	top:169px;
	background:url(../img/topmenu_bg.png);
	background-repeat:repeat-x;
	z-index:199;


}
.wrapper_par
{
	width:100%; 
	position:absolute;
	top:210px;
	height: 472px; 

}

.wrapper_par1
{
	width:100%; 
	position:relative;
	top:30px;


}


.panel_par
{
	width:100%; 
	height: 186px; 
	position:absolute;
	top:686px;

}

.panel1_par
{
	width:100%; 
	height: 186px; 
	position:absolute;
	top:808px;

}


.text_par
{
	width:100%;
	margin-top: 790px;

	position:relative;
}
.text_par1
{
	width:100%;

	position:relative;
}

.sl_el
{
	width: 653px;
    margin-top: 20px;
    /* background: #FFF; */
    float: left;
    position: relative;
    z-index: 50;
}
.save_cat_el
{

	width:263px;
	float: left;
    margin-top: 20px;
    margin-left: 20px;
	height:110px;
	font-size:23px;
	vertical-align:top;
	background:url(../img/save_cat.png);
	background-repeat: no-repeat;
	cursor:pointer;
	background-position: 0px -114px;
	color:#FFF;
}
.save_cat_el font
{
	left: -59px;
    font-size: 17px;
    font-weight: bold;
    top: 38px;
    position: relative;
}
.save_cat_el:hover
{
	color:#8B0000;
background-position: 0px 0px;
	    
}
.pr_el
{

	width:252px;
       margin-top: 90px;
    margin-left: 20px;
	height:43px;
	float: left;
	font-size:23px;
	color:#8B0000;
	vertical-align:top;
	background:url(../img/price_el.jpg);
}
.opis_mat_el
{

	width:252px;
	float: left;
    margin-top: 20px;
    margin-left: 20px;
	height:180px;
	font-size:16px;
	color:#000000;
	vertical-align:top;
	text-align:left;
}
.opis_mat_el p
{

	font-size: 14px !important;
    color: #000000;
    line-height: 28px;
}
    

.take_price
{
	width: 252px;
    height: 43px;
    font-size: 17px;
    color: #FFF;
    background: #E21C21;
    display: block;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
	cursor:pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.take_price:hover
{
	color: #8B0000;
	background:#FFF;

}

.take_zam
{
	width: 252px;
    height: 43px;
    font-size: 17px;
    color: #FFF;
    background: #E21C21;
    display: block;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-top: 40px;
    margin-left: 20px;
	cursor:pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.take_zam:hover
{
	color: #8B0000;
	background:#FFF;

}

.take_cat
{
	    width: 252px;
    height: 43px;
    font-size: 17px;
    color: #FFF;
    background: #E21C21;
    /* display: block; */
    line-height: 40px;
    text-align: center;
    position: absolute;
    /* float: left; */
    top: 79%;
    left: 61%;
    /* margin-top: 40px; */
    /* margin-left: 20px; */
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.take_cat:hover
{
	color: #8B0000;
	background:#FFF;

}


.transition {
      transition: 0.5s;
}
.cat_par
{
	width:100%;
	margin-top:28px;
	padding-bottom: 25px;
	background:url(../img/pattern1.jpg);
}
.nav_par
{
	width:100%;
	margin-top:28px;
}
.nav
{
	position:relative; 
	width:1024px;
	text-align:center;
	padding:20px;
}
.cata_par
{
	width:100%;
	margin-top:128px;
	
	background:#FFF;
}
.cataint_par
{
	width:100%;
	    height: 1280px;
	background:#FFF;
}
.cataint_par_rab
{
	width:100%;
	    height: 1090px;
	background:#FFF;
}

.cataint_par_el
{
	width:100%;
	margin-top:128px;
	background:#FFF;
}
.radius {
   background: #D1D1D1;
        display: inline-block;
    line-height: 35px;
    float: none;
	cursor:pointer;
    margin: 10px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    color: #000;
   }
   .radius:hover {
    background: #8B0000; /* Цвет фона */
        display: inline-block;
    line-height: 35px;
    float: none;
    margin: 10px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
		color:#FFF;
		cursor:pointer;
		
   }
 .radius_a {
   background: #8B0000;
        display: inline-block;
    line-height: 35px;
    float: none;
	cursor:pointer;
    margin: 10px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    color: #FFF;
   }
.cat
{
	position:relative; 
	width:984px;
	text-align:center;
	padding:20px;
	padding-bottom:150px;
}

.path
{
	position:relative; 
	width:1024px;
	height:50px;
	text-align:left;
	padding-left:20px;
	font-size:15px;
	color:#000;
	
}
.path a
{
	text-decoration:underline;
	color:#000;
}
.akc_el_int
{
	display:inline-block;
}
.akc_el_int a
{
	display:inline-block;
	margin: 9px;
    border: 1px solid;
}
.akc_el_int a:hover
{
	display:inline-block;
	margin: 9px;
    border: 1px solid;
	border-color:#8B0000;
}
.akc_el_int img
{
	width:320px;
}

.name_el
{
	position:relative; 
	width:1024px;
	height:50px;
	text-align:left;
	padding-left:20px;
	font-size:34px;
	color:#8B0000;
	font-weight:bold;
}
.cata
{
	position:relative; 
	width:1024px;
	text-align:center;
    margin-top: 150px;
}

.cataftp
{
	position: relative;
    width: 1024px;
    text-align: center;
    text-align: left;
    width: 580px;
    display: inline-block;
    padding: 20px;

}
.cataftp a
{
	    display: inline-block;
    margin: 20px;

}
.cataftp p
{
	font-size:16px;
	font-weight:bold;

}
.cata_onl_t
{
	position:relative; 
	width:1024px;
	text-align:left;
	min-height:1024px;
}
.cata_akc
{
	position:relative; 
	width:1024px;
	text-align:left;
	min-height:1024px;
	font-family:  OpenSansRegular;
}
.cata_akc H1
{
	color: #8B0000;
    font-size: 24px;
    position: relative;
    z-index: 999;
    background: white;
    width: 309px;
    margin: auto;
}
.cata_akc hr
{
	height: 2px;
    background: #CCC;
    border: none;
    position: relative;
    margin-top: -24px;
}
.text_par H1
{
	    color: #8B0000;
    font-size: 23px;
    position: relative;
    z-index: 999;
    background: white;
    width: 1024px;
    margin: auto;
}
.text_par hr
{
	    height: 2px;
    background: #CCC;
    border: none;
    position: relative;
    margin-top: -24px;
    margin-bottom: 30px;
}
.cata_akc ul
{
	margin-top:25px;
}
.cata_akc li
{
	color: black;
    list-style-type: disc;
	font-size:18px;
	color:#555555;
	margin: 5px 0px 0px 30px;
    padding: 5px 0px 0px 0px;
}
.cata_sov
{
	position:relative; 
	width:1024px;
	text-align:left;
	min-height:1024px;
	font-family:  OpenSansRegular;
}
.cata_sov H1
{
	color: #8B0000;
    font-size: 24px;
    position: relative;
    z-index: 999;
    background: white;
    width: 309px;
    margin: auto;
}
.cata_sov hr
{
	height: 2px;
    background: #CCC;
    border: none;
    position: relative;
    margin-top: -24px;
}
.cata_sov ul
{
	margin-top:25px;
}
.cata_sov li
{
	color: black;
	text-decoration:underline;
    list-style-type: disc;
	font-size:18px;
	color:#555555;
	margin: 5px 0px 0px 30px;
    padding: 5px 0px 0px 0px;
}

.cata_sov_el
{
	position:relative; 
	width:1024px;
	text-align:left;
	min-height:1024px;
	font-family:  OpenSansRegular;
}
.cata_sov_el H1
{
	    color: #8B0000;
    font-size: 24px;
    position: relative;
    background: white;
    margin: auto;
	margin-bottom:25px;
}

.cata_sov_el li
{
	color: black;
    list-style-type: inherit;
	font-size:18px;
	color:#555555;
	margin: 5px 0px 0px 30px;
    padding: 5px 0px 0px 0px;
}
.cata_cat
{
	    color: #8B0000;
    font-size: 24px;
    position: relative;
    z-index: 999;
    background: white;
    width:450px;
    margin: auto;
}
.cata H1 {
    color: #8B0000;
    font-size: 24px;
    position: relative;
    z-index: 999;
    background: white;
    width: 309px;
    margin: auto;
}
.cata hr {
    height: 2px;
    background: #CCC;
    border: none;
    position: relative;
    margin-top: -24px;
}
.cata H3
{

	font-size:19px;
	text-transform:uppercase;
	
}

.cat_el_int
{
	position:relative; 
	width:512px;
	text-align:center;
	float:left;
	margin-bottom:20px;
}
.cat_el_int img
{
	position:relative; 
	width:482px;
	text-align:center;
	float:center;
}

.cat_path_int
{
	position:relative; 
	width:341px;
	text-align:center;
	float:left;
	margin-bottom:20px;
}
.cat_path_int img
{
	position:relative; 
	width:311px;
	text-align:center;
	float:center;
}
.cat_path_int h1
{
	color:#8B0000;
	font-size:20px;
	text-transform:uppercase;
}
.cat_path_int h2
{
	color:#000000;
	font-size:21px;
}


.catint
{
	position:relative; width:1024px;
	text-align:left;
}
.cataint
{
	position:relative; width:1024px;
	text-align:left;    height: 450px;
}
.cat_seo
{
	font-size: 15px;
    padding: 16px;
    text-align: left;
}
.catint2
{
	position:relative; width:1024px;
	text-align:left;
	margin-top:200px;
}

.main_red
{
	color:#993333;	
	font-size:24px;
	font-weight:normal;
	margin-top:50px;
}


.catall
{
	position: relative;
	cursor:pointer;
    top: 150px;
	width:981px;
	height:40px;
	text-align:center;
	font-size:16px ;
	left: 20px;
	background:url(../img/butt_big.png);
	background-position:top;
	background-repeat:repeat-x;
	color:#8B0000;
}
.catall:hover
{
	background-position-y:-40px;
	color:#8B0000;
}
.catall:active
{
	background-position:bottom;
	color:#ffffff;
}


.cat h1
{
	font-size:26px;
	color:#FFF;
	font-weight:normal;
}
.cath2
{
	font-size:26px;
	color:#FFF;
	font-weight:normal;
}
.cath3
{
	font-size:26px;
	color:#FFF;
	font-weight:normal;
}
.cat a
{
	font-size:26px;
	color:#FFF;
	font-weight:normal;
}
.cat h2
{
	font-weight:normal;
	font-size: 24px;
}
.catall h2
{
	font-size:16px ;
	line-height:40px;
	font-weight:normal;
}
.catall a
{
	color:#8B0000;
}
.catall a:hover
{
	color:#8B0000;
}
.catall a:active
{
	color:#ffffff;
}

.cat_el
{
	position:relative; display:inline-block; width:309px; background-repeat:no-repeat; color:#FFF; font-size:20px; padding:7px 16px 7px 16px; vertical-align:top; text-align:center;	
}
.cat_el img
{
	position:relative;
}
.cat_opis
{
	position:absolute; width:309px; height:350px; background-repeat:no-repeat; color:#FFF; font-size:19px; vertical-align:bottom; text-align:center; background:url(../img/el_cat_bg.png); background-position:top; z-index:2; top: 0; margin-top:7px; cursor:pointer; display: block;
}
.cat_opis:hover
{
	background-position:bottom;
}
.zag
{
	margin-top:250px;
	color:#8B0000;
}
.cen_cata
{
	color:#000000;
}
.cen
{
	margin-top:5px;
	color:#242424;
	font-size:21px;
}
.why_par
{
	width:100%;
	
	margin-top:48px;
}
.text_end
{
	background:#CCC;
	background:url(../img/text_bg.png); background-repeat:no-repeat;
	width:1024px;
	height:120px;
	
	
}
.addrsal
{
	width: 1024px;
    margin: 25px 0px 25px 0px;
}
.sal_el
{
	width:320px;
	margin:10px;
	display:inline-block;
	text-align:center;
	    vertical-align: top;
}
.sal_el H1
{
	font-size:19px;
	font-weight:bold;
	color:#000
}
.sal_el p
{
	font-size:16px;
	line-height:20px;
}
.YMap
{
	width:1024px;
	height:500px;
	border:2px #D1D1D1;
	border-style: solid;
}

.YMapsOpis
{
	position: relative;
    z-index: 999;
    background: white;
    width: 402px;
    height: 480px;
    top: -500px;
    left: 600px;
    padding: 10px;
	font-size:16px;
}
.YMapsOpis a
{
	display:block;
	cursor:pointer;
}
.YMapsOpis a:hover
{
	background:#D1D1D1;
}
.YMapsOpis img
{
	height:16px;
}
.text
{
	position:relative; width:984px;
	text-align:justify;
	font-size:21px;
	color:#555555;
	padding:20px;
}
.why
{
	position:relative; 
	width:970px;
	text-align:center; 
}
.why_el
{
	position:relative; display:inline-block; width:225px; background-repeat:no-repeat; color:#FFF; font-size:14pt; padding:34px 47px 34px 47px; vertical-align:bottom; text-align:center;
	background-repeat:no-repeat !important; background-position:top center !important; 
	color:#000;
	vertical-align:top;
	
}
.why_el h3
{
	padding-top:120px;
	line-height:20px;
	font-weight:normal;
}
.why_el p
{
	padding-top:20px;
}
.text li
{
	margin-left:40px;
	list-style-type: disc;
}
.text H2
{
	line-height: 60px;
    font-size: 20px;
	    text-align: center;
	
}
.text p
{

    font-size: 16px;
	text-indent: 40px;
	line-height: 25px;
}
.panel_sep
{
	position:relative; display:inline-block; background:url(../img/info_sep.png); float:left; width:15px; height:181px; background-repeat:no-repeat;
}

.topmenu
{
	height: 35px;
    position: absolute;
    width: 1023.6px;
    left: 50%;
    margin-left: -512px;
}
.panel
{
	height:102px; 
	position:relative; 
	width:1024px;
}
.panel img
{
	cursor:pointer;
}
.panel1
{
	height:102px; 
	position:relative; 
	width:920px;
}


.panel img
{
	margin-left:20px;
	margin-right:20px;
}
.panel_el
{
	position:relative; 
	cursor:pointer; 
	display:inline-block;  
	height:45px; 
	width:200px; 
	background:url(../img/butt_min.png);
	background-repeat:no-repeat;  
	background-position:top;
	margin-left:15px;
	margin-right:15px;
	vertical-align:bottom; 
	text-align:center;
	color:#993333;
	line-height: 38px;
	
	
}


.panel_el:hover
{
	position:relative;
	background-repeat:no-repeat; 
	background-position:bottom;
	height:45px;
	color:#FFF;
}
.topmenu_el
{
	position:relative
	cursor:pointer;
	display:inline-block;
	float:left;
	background:url(../img/topmenu_bg.png);
	height:35px;
	background-repeat:repeat-x;
	color:#FFF;
	font-size:14px;
	    line-height: 32px;
	width:170.6px;
}
.topmenu_el:hover
{
	position:relative;
	cursor:pointer;
	display:inline-block;
	float:left;
	background:url(../img/topmenu_bg.png);
	height:35px;
	background-repeat:repeat-x; 
	background-position:bottom;
	color:#993333; 
	font-size:14px; 
}
.otz_el
{
	width:612px; height:472px; display:inline-block; float:left;
}
.otz_el img
{
	height:472px;
}
.otz_op
{
	width: 370px;
    height: 472px;
    display: inline-block;
    float: left;
    text-align: justify;
    padding: 0px 0px 0px 20px;
}
.otz_op h4
{
	color:#993333;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}
.otz_op p
{
	color:#000000;
	font-size:14px;
	font-weight:normal;
	    line-height: 18px;
}



#wrapper {width:1024px; margin:0px}
#container {position:relative; background:#fff;  height:472px;}
.sliderbutton { float:left; width:45px; height:70px; cursor:pointer;    z-index: 99;
    position: relative;    margin-top: 201px;}
#slideleft { background:url(../img/leftarr.png) 0px 0px no-repeat}
#slideleft:hover {background-position:-0 -70px}
#slideright { background:url(../img/rightarr.png) 0 0px no-repeat;    margin-left: -45px;}
#slideright:hover {background-position:-0px -70px}
#slider {float:left; position:relative; overflow:auto; width:1024px; height:457px;    margin-left: -45px;}
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {float:left; width: 1024px; height:457px}
.pagination { display:none; position:absolute; top:400px; right:81px; list-style:none; height:25px}
.pagination li {float:left; cursor:pointer; height:32px; width:32px; background:url(../img/baner.png); margin:0 4px 0 0;}
.pagination li:hover, li.current {background:url(../img/baner_h.png)}


#wrapper1 {width:1024px; margin:0px}
#container1 {position:relative; background:#fff;  height:472px;}
.sliderbutton1 { float:left; width:45px; height:70px; cursor:pointer;    z-index: 99;
    position: relative;    margin-top: 201px;}
#slideleft1 { background:url(../img/leftarr.png) 0px 0px no-repeat}
#slideleft1:hover {background-position:-0 -70px}
#slideright1 { background:url(../img/rightarr.png) 0 0px no-repeat;    margin-left: -460px;}
#slideright1:hover {background-position:-0px -70px}
#slider1 {float:left; position:relative; overflow:auto; width:1024px; height:457px;    margin-left: -45px;}
#slider1 ul {position:absolute; list-style:none; top:0; left:0}
#slider1 li {float:left; width: 1024px; height:457px}
.pagination1 {display:none;}


.wrapper_el {width:1280px; width:-webkit-calc(100%); width:-moz-calc(100%); width:calc(100%);}
.container_el {position:relative; background:#fff;  height:545px;}
.sliderbuttonl_el { float:left; width:228px; width:-webkit-calc(50% - 412px); width:-moz-calc(50% - 412px); width:calc(50% - 412px); height:545px; cursor:pointer; position:absolute; z-index:100; left: 0px; background:url(../img/bg_arrow.png)}
.sliderbuttonr_el { float:right; width:228px; width:-webkit-calc(50% - 412px);  width:-moz-calc(50% - 412px); width:calc(50% - 412px); height:545px; cursor:pointer; position:absolute; z-index:100; right: 0px; background:url(../img/bg_arrow.png)}
.slideleft_el .arrowl_el {  background-position:top left;}
.slideleft_el:hover .arrowl_el {  background-position:bottom left;}
.slideright_el .arrowr_el
{
	background-position:top right;
}
.slideright_el:hover .arrowr_el
{
	background-position:bottom right;
}
.slider_el {float:left; position:absolute; overflow:auto; width:1280px; width:-webkit-calc(100%); width:-moz-calc(100%); width:calc(100%); height:545px;}
.slider_el img { width:820px;}
.slider_el ul {position:absolute; list-style:none; top:0; left:0}
.slider_el li {float:left; width: 820px; height:545px; padding-left:2px; padding-right:2px;}
.pagination_el {list-style:none; height:25px; margin-top:34.5px; position: relative; width: 11000px;}
.pagination_el img {width:108px;}
.pagination_el li {cursor:pointer; height:73px; width:108px; padding:4.5px 4.5px 4.5px 4.5px; display:inline-block; overflow:hidden;    float: left;}
.pagination_el li:hover, li.current {background:#745857}
.arrowl_el {position:absolute; top: 228px; top:-webkit-calc(50% - 45px); top:-moz-calc(50% - 45px); top:calc(50% - 45px); right: 69px;  right:-webkit-calc(50% - 45px); right:-moz-calc(50% - 45px); right:calc(50% - 45px);  background:url(../img/arrows.png); width:91px; height:91px; background-position:top left;}
.arrowr_el {position:absolute; top: 228px; top:-webkit-calc(50% - 45px); left:-webkit-calc(50% - 45px);  top:-moz-calc(50% - 45px); left: 69px; left:-moz-calc(50% - 45px);  top:calc(50% - 45px); left:calc(50% - 45px); background:url(../img/arrows.png); width:91px; height:91px; background-position:top right;}
.arrowl_el:hover
{
	background-position:bottom left;
}
.arrowr_el:hover
{
	background-position:bottom right;
}

.cat_href
{
	    color: #000;
    font-size: 25px;
    display: block;
    /* margin-top: 10px; */
    margin-bottom: 25px;
    margin-left: 15px;
    text-align: left;
	font-weight:normal;
}
.cat_href:hover
{
	color:#E21C21;
}


.leftspis_el
{
	    position: relative;
    cursor: pointer;
    display: block;
    background: url(../img/topmenu_bg.png);
    height: 35px;
    background-repeat: repeat-x;
    color: #FFF;
    font-size: 14px;
    padding: 5px;
    line-height: 30px;
}
.leftspis_el:hover
{
	background:url(../img/topmenu_bg.png);
	height:35px;
	background-repeat:repeat-x; 
	background-position:bottom;
	color:#993333; 
	font-size:14px; 
	padding: 5px;
    line-height: 30px;
}
.leftspis_el_a
{
	position:relative;
	cursor:pointer;
	display:block;
	background:url(../img/topmenu_bg.png);
	height:35px;
	background-repeat:repeat-x; 
	background-position:bottom;
	color:#993333; 
	font-size:14px; 
	padding: 5px;
    line-height: 30px;
}
.popup
{
	width: 600px;
    border-radius: 10px;
    margin-top: -150px;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    position: absolute;
    background: #fff;
    font-family: OpenSansRegular;
    font-size: 18px;
}
.popup img
{
	margin-left: 570px;
	cursor:pointer;
}
.popup H1
{
	color: #8B0000;
    font-size: 24px;
    position: relative;
    z-index: 999;
    background: white;
    width: 309px;
    margin: auto;
	
}
.popup hr
{
	height: 2px;
    background: #CCC;
    border: none;
    position: relative;
    margin-top: -24px;
	margin-bottom: 40px;
}
.popup input
{	
	width: 369px;
    border: none;
    font-size: 18px;
    height: 32px;
    padding-left: 20px;
    background: url(../img/bg_inp_min.png);
	
}
.popup textarea
{	
	width: 349px;
    border: none;
    font-size: 18px;
    height: 89px;
    padding: 20px 20px 20px 20px;
    background: url(../img/bg_inp_big.png);
	
}

.subm
{
	background: none !important;
    width: 200px !important;
    padding: 0px 25px 0px 0px !important;
	cursor:pointer;
}
.subm:hover
{
	color:#8B0000;
}
.akc_a
{
	width: 1024px;
    text-align: center;
    display: block;
}
.akc_a img
{
	width: 1024px;
	margin: 30px 0px 30px 0px;
}
.akc_a font
{
	font-size: 20px;
    font-weight: bold;
}
.akc_opis
{
	font-size: 16px;
    text-align: justify;
    width: 800px;
    margin: auto;
	
}
.akc_opis p
{
	
}
.clearout {
height:20px;
clear:both;
}
.chacha
{
	    display: inline-block;
    border: 1px black;
    border-style: inset;
    /* float: left; */
    padding: 5px;
    margin: 5px;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

#flexis h1
{
	left: 100px;
    position: relative;
    top: 150px;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
	height: 390px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.nbs-flexisel-item p {
    display:block;
	text-align:center;
	font-size:12px;
	color:#000;
	
	
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:40%;
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}



.wrapper1 {width:1280px; width:-webkit-calc(100%); width:-moz-calc(100%); width:calc(100%);}
.container1 {position:relative; background:#fff;  height:545px;}
.sliderbuttonl1 { float:left; width:228px; width:-webkit-calc(50% - 412px); width:-moz-calc(50% - 412px); width:calc(50% - 412px); height:545px; cursor:pointer; position:absolute; z-index:100; left: 0px; background:url(../img/bgb.png)}
.sliderbuttonr1 { float:right; width:228px; width:-webkit-calc(50% - 412px);  width:-moz-calc(50% - 412px); width:calc(50% - 412px); height:545px; cursor:pointer; position:absolute; z-index:100; right: 0px; background:url(../img/bgb.png)}
.slideleft1 .arrowl1 {  background-position:top left;}
.slideleft1:hover .arrowl1 {  background-position:bottom left;}
.slideright1 .arrowr1
{
	background-position:top right;
}
.slideright1:hover .arrowr1
{
	background-position:bottom right;
}
.slider1 {float:left; position:absolute; overflow:auto; width:1280px; width:-webkit-calc(100%); width:-moz-calc(100%); width:calc(100%); height:545px;}
.slider1 img { width:820px;}
.slider1 ul {position:absolute; list-style:none; top:0; left:0}
.slider1 li {float:left; width: 820px; height:545px; padding-left:2px; padding-right:2px;}
.pagination2 {list-style:none; height:25px; margin-top:34.5px; position: relative; width: 11000px;}
.pagination2 img {width:108px;}
.pagination2 li {cursor:pointer; height:73px; width:108px; padding:4.5px 4.5px 4.5px 4.5px; display:inline-block; overflow:hidden;    float: left;}
.pagination2 li:hover, li.current {background:#8B0000}
.arrowl1 {position:absolute; top: 228px; top:-webkit-calc(50% - 35px); top:-moz-calc(50% - 35px); top:calc(50% - 35px); right: 69px;  right:-webkit-calc(50% - 35px); right:-moz-calc(50% - 35px); right:calc(50% - 35px);  background:url(../img/leftarr.png); width:45px; height:70px; background-position:top left;}
.arrowr1 {position:absolute; top: 228px; top:-webkit-calc(50% - 35px); left:-webkit-calc(50% - 35px);  top:-moz-calc(50% - 35px); left: 69px; left:-moz-calc(50% - 35px);  top:calc(50% - 35px); left:calc(50% - 35px); background:url(../img/rightarr.png); width:45px; height:70px; background-position:top right;}
.arrowl1:hover
{
	background-position:bottom left;
}
.arrowr1:hover
{
	background-position:bottom right;
}

.gal-header-div
{
	width:100%; 
	height: 102px; 
	background:#FFF;
}

.gal-header-div h2
{
	color:#8B0000;
	font-size:42px;
	line-height:42px;

	
}
.gal-header-div p
{
	color:#000000;
	font-size:32px;
	line-height:42px;

	
}
.gal-header-div font
{
	color:#000000;
	font-size:20px;
	color: #000000;
    font-size: 20px;
    /* margin-top: 80px; */
    line-height: 90px;
	
}
.gal-header-div hr
{
	 color: #e76a66; /*для IE */
    background-color:#8B0000; /*для Firefox, Opera, Safari*/
    border:0px none;
    height:1px; /* высота 1px IE, Firefox, Opera, Safari */
	width:90px;
    clear:both; 
	margin-top:30px;
	/* для очистки, если тег идет после float елемента */
	
}
.pag_div
{
	width:100%;
	height:120px;
	overflow:hidden;
}
.slimg
{
	height:443px;
}
.sl_el_rabot
{

	width: 700px;
    margin-top: 20px;
    /* background: #FFF; */
    float: left;
    position: relative;
    z-index: 50;

}
.name_el H1
{
	    margin: inherit !important;
		width: 800px;
}
.img_rabot
{
	height:238px;
	width:309px;
	overflow:hidden;
}

.map {
	width: 100%;
	height: 600px;
	margin:0 auto;
}