.datepicker_vista {
	position: absolute;
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	color: #000;
	line-height: normal;
	width: 172px;
	height: 135px;
	padding: 14px;
	z-index:35;
	background: url(../../../sites/land/images/datepicker/frame.png) no-repeat;
}

/* header
********************************************************/
.datepicker_vista .header {
	position: relative;
	height: 15px;
	margin-bottom: 5px;
	padding-top: 1px;
}

.datepicker_vista .header .title {
	text-align: center;
	margin: 0 18px 0 18px;
}

.datepicker_vista .header .titleText {
}

.datepicker_vista .header .previous,
.datepicker_vista .header .next,
.datepicker_vista .header .closeButton {
	position: absolute;
	cursor: pointer;
	text-indent: -40px;
	overflow: hidden;
	width: 12px;
	height: 12px;
	top: 2px;
	background-image: url(../../../sites/land/images/datepicker/buttons.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.datepicker_vista .header .previous {
	left: 4px;
}
.datepicker_vista .header .previous:hover {
	background-position: left bottom;
}
.datepicker_vista .header .next {
	right: 4px;
	background-position: -13px top;
}
.datepicker_vista .header .next:hover {
	background-position: -13px bottom;
}
.datepicker_vista .header .closeButton {
	display: none;
	right: 0px;
	top: 0px;
	background-position: right top;
}
.datepicker_vista .header .closeButton:hover {
	background-position: right bottom;
}

/* body
********************************************************/
.datepicker_vista .body {
	position: relative;
	top: 0px;
	left: 2px;
	width: 168px;
	height: 112px;
	overflow: hidden;
}

/* time
********************************************************/
.datepicker_vista .time {
	position: relative;
	width: 100%;
	height: 100%;
}

.datepicker_vista .time .hour,
.datepicker_vista .time .separator,
.datepicker_vista .time .minutes {
	border: 1px solid #ccc;
	background: #fff;
	width: 50px;
	font-size: 32px;
	position: absolute;
	top: 10px;
	text-align: center;
	padding: 2px;
}

.datepicker_vista .time .hour {
	left: 15px;
}
.datepicker_vista .time .separator {
	background: transparent;
	border: 0px;
	width: 10px;
	left: 76px;
}

.datepicker_vista .time .minutes {
	left: 95px;
}
.datepicker_vista .time .ok {
	position: absolute;
	top: 65px;
	width: 136px;
	left: 15px;
	font-size: 20px;
}

/* days-grid
********************************************************/
.datepicker_vista .days .day {
	float: left;
	text-align: center;
	overflow: hidden;
	width: 23px;
	height: 15px;
	margin: 0 1px 1px 0;
}
.datepicker_vista .days .titles {
	height: 15px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 1px;
}
.datepicker_vista .days .day0 {
	margin-right: 0;
}

.datepicker_vista .days .week5 .day {
	margin-bottom: 0;
}

/* days-colors
********************************************************/
.datepicker_vista .days .week .day {
	cursor: pointer;
}
.datepicker_vista .days .week .day:hover {
	background: url(../../../sites/land/images/datepicker/days.png) left top no-repeat;
	color: #0084AA;
}

.datepicker_vista .days .otherMonth {
	color: #aaa;
}

.datepicker_vista .days .selected {
	background: url(../../../sites/land/images/datepicker/days.png) left bottom no-repeat;
	color: #316879;
}

/* months-grid
********************************************************/
.datepicker_vista .months .month {
	float: left;
	cursor: pointer;
	text-align: center;
	padding-top: 6px;
	width: 55px;
	overflow: hidden;
	height: 21px;
	margin: 0 1px 1px 0;
}

.datepicker_vista .months .month3,
.datepicker_vista .months .month6,
.datepicker_vista .months .month9,
.datepicker_vista .months .month12 {
	margin-right: 0;
}

.datepicker_vista .months .month10,
.datepicker_vista .months .month11,
.datepicker_vista .months .month12 {
	margin-bottom: 0;
}

/* months-colors
********************************************************/
.datepicker_vista .months .month:hover {
	background: url(../../../sites/land/images/datepicker/months.png) left top no-repeat;
	color: #0084AA;
}

.datepicker_vista .months .selected {
	background: url(../../../sites/land/images/datepicker/months.png) left bottom no-repeat;
	color: #316879;
}

/* years-grid
********************************************************/
.datepicker_vista .years .year {
	float: left;
	cursor: pointer;
	text-align: center;
	padding-top: 6px;
	width: 32px;
	overflow: hidden;
	height: 21px;
	margin: 0 1px 1px 0;
}

.datepicker_vista .years .year4,
.datepicker_vista .years .year9,
.datepicker_vista .years .year14,
.datepicker_vista .years .year19 {
	margin-right: 0;
}

.datepicker_vista .years .year15,
.datepicker_vista .years .year16,
.datepicker_vista .years .year17,
.datepicker_vista .years .year18,
.datepicker_vista .years .year19 {
	margin-bottom: 0;
}

/* years-colors
********************************************************/
.datepicker_vista .years .year:hover {
	background: url(../../../sites/land/images/datepicker/years.png) left top no-repeat;
	color: #0084AA;
}

.datepicker_vista .years .selected {
	background: url(../../../sites/land/images/datepicker/years.png) left bottom no-repeat;
	color: #316879;
}

/* global
********************************************************/
.datepicker_vista .unavailable {
	background: none !important;
	color: #fbb !important;
	cursor: default !important;
}

.datepicker_vista table {
	border-spacing: 0;
}

.datepicker_vista th,
.datepicker_vista td {
	padding: 0;
}
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
.eye_open { float:left; background:url('../images/sprite_cms.png') no-repeat 0px -2898px; width:40px; height:16px; cursor:pointer; }
.eye_close { float:left; background:url('../images/sprite_cms.png') no-repeat 0px -2923px; width:40px; height:16px; cursor:pointer; }

.pm_ugol { padding-top:5px; background:url('../images/sprite_cms.png') no-repeat -8px -2841px; height:18px; width: 18px; font-weight: bold; }
.pm_vline { width: 10px; height: 35px; margin-top: 4px; background:url('../images/vline_p.gif');}
.left_pict{float: left;}
.pm_hline{width: 17px; height: 16px;margin-left: -21px; background:url('../images/sprite_cms.png') no-repeat -21px -3260px;}
.left_line{width: 17px; height: 1px;margin-left: -21px; background:url('../images/sprite_cms.png') no-repeat -21px -3274px; margin-top: 13px;  float: left;}
.for_pm_vline{ padding-left:30px;background:url('../images/vline_p.gif') repeat-y;}
.bottom_div{width: 30px; height: 42px; margin-left: -30px; margin-top: -1px; background-color: #fff;}

.partition_manager { float:left; height:57px; }

.pm_item { padding:5px; border-radius: 6px; padding-bottom: 5px; }
.pm_item:hover { background-color: #f2f2f2;  }
.pm_item:hover .link1{background-color: #b20727;}
.pm_item:hover .link2{background-color: #087cb7;}
.pm_item:hover .link3{background-color: #08b357;}
.pm_item:hover .link4{background-color: gray;}
.pm_item:hover .hidden_id{color: #444;}
.pm_item:hover .pm_item3 a{color: #fff;}
.pm_item span { padding-left:5px; }
.pm_item span a { font-size:12px; color:#036596; }

.pm_item_del {padding:5px; border-radius: 6px; padding-bottom: 5px; }
.pm_item_del:hover { background-color: silver;  }
.pm_item_del:hover .link1{background-color: #b20727;}
.pm_item_del:hover .link2{background-color: #087cb7;}
.pm_item_del:hover .link3{background-color: #08b357;}
.pm_item_del:hover .link4{background-color: gray;}
.pm_item_del:hover .hidden_id{color: #444;}
.pm_item_del:hover .pm_item3 a{color: #fff;}
.pm_item_del span { padding-left:5px; }
.pm_item_del span a { font-size:12px; color:#036596; }

.pm_item2 { height:24px; }
.pm_item3 { height:24px; }
.pm_item3  a{color: transparent; font-size: 13px; text-decoration: none;}
.pm_name{float: left; font-size: 16px;}
.pm_link{float: left;}

.link1{ float:left;padding-top:1px; padding-bottom: 2px; padding-left: 5px;padding-right: 5px; border-radius: 2px;margin-left: 2px; cursor: pointer;}
.link2{ float:left;padding-top:1px; padding-bottom: 2px; padding-left: 5px;padding-right: 5px; border-radius: 2px;margin-left: 2px; cursor: pointer;}
.link3{ float:left;padding-top:1px; padding-bottom: 2px; padding-left: 5px;padding-right: 5px; border-radius: 2px;margin-left: 2px; cursor: pointer;}
.link4{ float:left;padding-top:1px; padding-bottom: 2px; padding-left: 5px;padding-right: 5px; border-radius: 2px;margin-left: 2px; cursor: pointer;}

#made_of_moving{width: 300px;height: auto;background-color: silver;color: #fff; border-radius: 2px;float: right;padding: 5px;font-size: 16px; display: none;}
#made_of_moving div{width: 80px; padding-top: 8px; padding-left: 111px; cursor: pointer; color: #444; font-weight: 600; }
#name_moving{border: 0; background-color: silver; padding: 0; color: #444}
.hidden_id{color: transparent;}

#descr_page{margin-left: 180px; font-size: 13px;}#subscribe_form_activation label { float:left; padding-right: 10px; }
#subscribe_form_activation input[type=text] { float:left; border:1px solid #cccccc; padding:2px; }.file_block{position:relative;}
.file_block{position:relative; width:600px; min-height:20px; border:1px solid #ccc; border-radius:5px; padding:5px; overflow:hidden; 
	border:1px solid #ccc; border-radius:5px; text-align:center;}
.file_block  .a_file .f_file {opacity:0; position:absolute; left:0; top:0;}
.file_block .a_file, .file_block .a_fil2 {display:block; position:absolute; right:5px; top:5px; padding:5px 0 8px;}
.file_block .m_file {position:relative; top:0; left:0; width:96%; height:100%; padding:0; text-align:left; padding:0 2%; color:lightgreen; font-style:italic; text-align:left;}
.file_block .m_file.a1 {margin: 20px 0 0;}
.file_block .p_file {margin:8px 0; min-height:20px;}
.file_block .file_item {float:left; position:relative; width:150px; margin:10px; border:1px solid #ccc; padding:5px;}
.file_block .file_item img {display:block; width:150px; height:100px;}
.file_block .a_file {width:150px; border:1px solid #ccc; border-radius:5px;}
.file_block .a_fil2 {width:250px;}
.file_block h2{margin-top:0; text-align:left; padding:0 10px;}

.file_block a { cursor: pointer; }

#panel_articles .file_block { border:0; width: 125px; }
#panel_articles .file_block a { border:0; }
#panel_articles .f_file { width: 125px; cursor: pointer; }

#load_block { height: 30px; }

#load_block .file_block { border:0; width: 140px; height: 20px; overflow: hidden; padding: 0px; }
#load_block .file_block a { border:0; height: 20px; overflow: hidden; padding:0px; margin:0px;  }

#gallery_panel span .file_block{width: 160px; border: 0;}
#gallery_panel span .file_block a{ border: 0;}
#gallery_panel span .file_block a input[type=file]{margin-top: -25px;}
/*спрятать инпут для хрома и оперы*/
.banner_tbl td .file_block a input[type=file],#panel_articles .file_block a input[type=file]
{margin-top: -25px;}



.file_block a input[type=file]{margin-top: -25px;}
/*Каталог*/
#admin_photo div .file_block .a_file { width: 140px !important;}
#catalog_item .file_block{border: none;width: 140px;float: left;}
#catalog_item .file_block .a_file { border: none;}
#catalog_item .file_block .a_file {top:0; padding: 0;} 
#catalog_item .file_block {min-height: 10px;}
/*Каталог*/
#site_text_page .file_block{width: 160px; border: 0;}
#site_text_page .file_block a{ border: 0;}
#site_text_page .file_block a input[type=file]{margin-top: -25px;}



.label_marker {
    margin-left: 5px;
    cursor: pointer;
}
.label_marker input {
    position: relative;
    top: 3px;
}

.article_block { }
.marker_stock {
    position: absolute;
    top: 25px;
    left: 8px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #FE3434;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 26px;
    text-transform: uppercase;
    z-index: 3;
    cursor: default;
}
.photo {
    position: relative;
}
.article_item .photo .marker_stock{
	left: 10px;
}

/* Для админки */
#articles_form { width: 99%; position: relative; }
#articles_form select, #articles_form input[type=text] { width: 99%; }
#articles_form input[type=submit] { float: right; margin-top: 7px; }
#articles_form textarea { width: 99%; }

#articles_form select { width: 270px; position: absolute; font-size: 15px; line-height: 32px; height: 32px; right: 0px; }


#articles_form label { display: block; padding-bottom: 3px; }

#articles_form #date_block { position: absolute; right: 240px; width: 200px; }
#articles_form #date_block label { display: block; float: left; width: 140px; }
#articles_form #date_block input { display: block; float:left; width: 140px; }

#articles_form #date_block, #articles_form select { top: -46px; }

/* Панель для админки */


/* Наши услуги */

.services { padding-bottom:40px; min-height: 420px; float: left; width: 33.333%; }


.services .content div { font-size: 12px; color: #666; }

.services2 { width: 320px; margin: 0 auto; }


.services2 img { width: 100%; height: auto; display: block; border: 8px solid #f1d11a; box-sizing:border-box; }
.services .content p { margin: 0 !important; }

.services2 p  { font-size: 30px; line-height: 1.2; padding-top: 14px; padding-left: 8px; padding-bottom: 10px; }
.services2 p a { color: #fff; text-decoration: none; }

.services2 span a { display: block; color: #dae883; font-size: 17px; text-decoration: none; padding-left: 8px; padding-right: 8px; }


.services2 span a:hover, .services2 p a:hover { text-decoration: underline; }
.services2 img:hover { border: 8px solid #e7b20b; }


.services2 .content div { padding-top: 8px; display: block; font-size: 17px; padding-left: 8px; }

.services2 .content div a { color: #dae883; }


#block_index .services p a { color: #3f351d; }
#block_index .services span a { color: #3f351d; }
#block_index .services .content div a { color: #3f351d; }


/* Слева */


#left h3 { font-size: 28px; color: #dae883; padding-bottom: 20px; }

.articles_left { overflow: hidden; }
.articles_left .photo { float: left; width: 120px; }
.articles_left p { float: left; width: 160px; padding-left: 20px; color: #fff; line-height: 1.1; }
.articles_left p a { color: #fff; text-decoration: none; font-size: 19px; line-height: 1.1; }

.articles_left  img { margin-top: 3px; width: 100%; height: auto; display: block; border: 4px solid #f1d11a;  margin-bottom: 9px; }

.articles_left  span { display: block; clear:both; padding-bottom: 30px; padding-top: 10px; }
.articles_left  span a { color: #dae883; text-decoration: none; }

.articles_left  span a:hover, .articles_left p a:hover { text-decoration: underline; }
.articles_left img:hover { border: 4px solid #e7b20b; }

/*

.articles_left .content div { font-size: 12px; color: #666; }

.articles_left2 { width: 120px; } 
.articles_left2  img { width: 100%; height: auto; display: block; border: 4px solid #f1d11a; }
.articles_left .content p { margin: 0 !important; }

.articles_left2 p  { font-size: 20px; line-height: 1.2; padding-top: 14px; padding-left: 8px; }
.articles_left2 p a { color: #fff; text-decoration: none; }

.articles_left2 span a { display: block; color: #dae883; font-size: 17px; text-decoration: none; padding-left: 8px; padding-right: 8px; }


.articles_left2 span a:hover, .services2 p a:hover { text-decoration: underline; }
.articles_left2 img:hover { border: 4px solid #e7b20b; }

*/













/* Одна статья */

/*

.article_item { overflow: hidden; }
.article_item .actions_panel a { display: block; }

.article_item .photo { float:left; width: 300px; }
.article_item .content { margin-left:340px; }
.article_item .caption_addon { padding-bottom:9px; padding-top:4px; font-size: 13px; }



.article_item .actions_panel .file_block { min-height: 25px; height: 25px; width: 130px; border: none !important; }
.article_item .actions_panel .file_block .a_file { border: none !important; }
#panel_articles .file_block { min-height: 25px; height: 25px; }


.photo div { position: relative; }
.photo div .panel_el { position: absolute; z-index: 18; background-color: #fff; left: 0; right: none; margin-top: 30px; width: 180px; }

.photo div .panel_el a { display: block; }

.articles_navi { padding-top: 40px; }
.articles_navi a { font-size: 17px; color: #ff9500; padding-right: 18px; }

*/


/* Одна статья */
.article_item { overflow: hidden; }
.article_item .actions_panel a { display: block; }

.article_item .photo { float:left; width: 315px; padding: 10px; position: relative; }
.article_item .photo div img { width: 100%; }
.article_item .content { /*margin-left:365px;*/ }
.article_item .caption_addon { padding-bottom:9px; padding-top:4px; font-size: 13px; }

/*Панель загрузчика*/
.article_item .actions_panel .file_block { min-height: 25px; height: 25px; width: 130px; border: none !important; }
.article_item .actions_panel .file_block .a_file { border: none !important; }
#panel_articles .file_block { min-height: 25px; height: 25px; }


.photo div { position: relative; }

.panel_el { position: absolute; z-index: 18; background-color: #fff; left: 0; top:0; width: 180px; background-color: rgba(255, 255, 255, 0.8); }
.panel_el a { display: block; }


.articles_navi { padding-top: 40px; }
.articles_navi a { font-size: 17px; color: #ff9500; padding-right: 18px; }


#photo_addon { overflow: hidden; margin-left: -5px; }

#photo_addon div { float: left; width:20%; box-sizing:border-box; border-left: 5px solid #fff; position: relative; }
#photo_addon div div { }
#photo_addon div img { width: 100%; height: auto; }





/* Блог */
.articles_down { width: 20%; float: left; position: relative; }
.articles_down p { padding: 10px; background-color: #fff; opacity: 0.72; height: 60px; /* position: absolute; */
	bottom: 3px; left: 0; right: 0; }

.articles_down a:hover p {/* height: 80px;*/ background-color: #f1d11a; }
.articles_down a { color: #3f351d; font-size: 18px; text-decoration: none; }


.articles_down img { width: 100%; height: auto; }




.articles_all { position: absolute; right: 60px; top:18px; display: block; border-radius: 4px; padding: 7px; border:1px solid #ccc; text-decoration: none; }
.articles_all:hover { background-color: #798720; color: #fff; border:1px solid #fff; }
#site_text_page { position: absolute; top: 25px; right:70px; z-index:17; }
#site_text_page { position: absolute; top: 25px; right:70px; z-index:17; }
#text_form select{width: 79%; float: right;}
#text_form label{width: 19%; float: right;}

#text_form { width:99%; height:400px; };
#text_form textarea { height:400px; }

#left h2 {
    font-size: 24px;
    margin-top: 20px;
}#login_form { }
#login_form { position:relative; height:220px; }


#login_form input[type=submit] { position: absolute; right:0; bottom:0; }
#login_form input[type=text] {font-size: 14px }

#login_form #autorize_text_block { position: absolute; left: 0px; bottom:0; }
#login_form #autorize_text_block span { padding-left: 30px; }

#reg_form { position: relative; height: 260px; }
#reg_form input[type=submit] { position: absolute; right:0; bottom:0; }
#reg_form input[type=radio] { width: 100%; line-height: 1.5; }

#reg_text_block { font-size: 13px; position: absolute; left:0; bottom:0; }

#forget_form { position:relative; height:100px; }
#forget_form input[type=submit] { position: absolute; right:0; bottom:0; }


#lk_exit { width: 31px;height: 31px; background:url('../images/sprite.png') no-repeat 0px -1412px; display:block;
position: absolute; left:145px; top:-10px; }#block_status { }

/*so Новая верстка. Внизу жесть! */
#block_index > .question_item {
    /* overflow: hidden; */
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 23px 40px 30px 185px;
    box-shadow: 0 1px 2.94px 0.06px rgba(0,0,0,.2);
    margin-left: 2px;
    margin-right: 2px;
    box-sizing: border-box;
    font-size: 15px;
    min-height: 190px;
}
.question_item h3 { font-size: 22px; }

.question_item .photo {
    position: absolute;
    background-image: url(../../images/question_item_photo.png);
    left: 28px;
    top: 25px;
    width: 110px;
    height: 110px;
    /* padding-top: 120px; */
    box-sizing: border-box;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 110px;
    text-align: center;
}
.question_item .photo p {
    position: absolute;
    top: 117px;
    left: 0;
    right: 0;
}

.questions_adm {
    position: relative;
    width: 200px;
    overflow: hidden;
    padding: 0px;
}

.questions_adm_list {
    /*position: relative;*/
}
.questions_adm_list .file_block {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 175px;
    min-height: 0px;
    border: 1px solid #ccc;
    color: #fff !Important;
    border-radius: 5px;
    padding: 0px !important;
    overflow: hidden;
    border: none;
    border-radius: 5px;
    height: 30px;
    display: block;
    text-align: center;
}
.questions_adm_list .file_block .a_file {
    padding: 4px;
    width: auto;
    border: none;
    border-radius: 3px;
    padding-left: 3px;
    padding-right: 4px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-color: #a6a6ab;
}
.questions_adm_list .file_block .a_file:hover{
    background-color: #665665;
}


.questions_adm_list .file_block .a_file .f_file {
    opacity: 0;
    display: none;
    position: absolute;
    left: 0;
    z-index: 123;
    bottom: 0;
}

.answer_public {
    border-top: 1px solid rgba(204, 204, 204, 0.34);
    text-align: right;
    font-style: italic;
    color: #444;
    padding-top: 18px;
}

.form_edit_answer_admin textarea {
    height: 150px;
}

/*Админка панель*/
#block_status{ position: absolute; right:20px; top: 20px; }
#block_status .active { text-decoration: none; cursor: default; }

#q_type_list {float: left; width: 100%;}
#q_type_list a { padding-left:8px; padding-right:8px;font-size:14px; }

#q_type_list .active{text-decoration: none; cursor: default;}
#null_list{margin-top: 30px;}

.button_edit,.button_notice,.button_del { cursor:pointer; background-color:#a6a6ab; padding:4px; border-radius:3px; font-size:12px; line-height:12px; color:#fff; }
.button_notice {background-color: #087cb7; position: absolute; left: -100px; bottom:10px; }
.button_del { background-color: #b20727; position: absolute; right: 10px; top:0; }
.button_edit:hover,.button_notice:hover,.button_del:hover { background-color:#666666; }
/*Админка панель конец*/

/*
#questions_form_adm{float: left;margin-top: 20px;}
#questions_form_adm div label{ padding-left: 0px; }
#questions_form_adm div input, #questions_form_adm div textarea{ border-color: silver;}
#questions_form_adm div textarea{height: 100px;width: 473px;resize:none;}
#questions_form_adm input[type=submit] {font-size: 16px;color: white;margin-left: 533px;
padding: 2px 20px 6px 20px;background: linear-gradient(to top, #ecc194, #d78c48);
border-width: 0px 0px 3px 0px;border-radius: 5px;border-style: solid;
border-color: #89582d;cursor: pointer;}
#questions_form_adm input[type=submit]:hover {opacity: 0.8;}
*/

/*

#otzyv_form{ display:none; position:fixed; top:0; left:0; width:100%; height:100%; z-index:7;}
#otzyv_fon { position:fixed; top:0; left:0; width:100%; height:100%; z-index:8; background:url('../images/fon_ie.png') repeat}
#form_container {position:relative; width:535px; margin:0 auto;}
#form_position{ position:fixed; top:100px; width:453px; height:auto; background:#f3f2f2; 
	z-index:98; border-radius:4px; padding:40px 40px 80px; font-size:16px;}

#otzyv_close_form { position:absolute; top:144px; z-index: 99; right:40px; width:36px; height:36px;
    background:url('../images/sprite.png') no-repeat 1px -1382px; }

#otzyv_close_form:hover { opacity:0.8; }
/*Дивы для формы обр связи конец*/

/*форма обратной связи*/


/*
#questions_form { background:#f3f2f2; font-size:16px;}

#questions_form h2{margin:6px 0 4px 0;}
#questions_form label{ float: left;}

#questions_form input[type=text], #questions_form select, #questions_form textarea 
    {background-color: #fff !important; border-radius:4px; border: 1px #919191 solid; margin-top:5px;margin-bottom: 15px;}
#questions_form input[type=text]:focus, 
#questions_form select:focus, #questions_form textarea:focus
    { background:#e7e7e7;}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{background-color: #ffffff !important;}
#questions_form input[type=text] { padding:9px 10px; width:430px;}

#questions_form select { padding:10px; width:100%; font-size:16px; border-color:#fff; 
	border: 1px #919191 solid; }

#questions_form textarea{ height:79px; min-height:79px; max-height:110px; width:440px; min-width:440px; max-width:900px; padding:5px 0 5px 10px;}

#questions_form input[type=submit] {position:absolute; bottom:26px; right:40px;}



#author_m, #email_m, #type_m, #question_m, #phone_m, #error_message1, #error_message2
{height: 18px;width: 60%;border: 0px;background-color: #f3f2f2;color: #8e0205;position: relative;
bottom: -2px;font-size: 16px;float: right;text-align: right;}
#error_message1 {position:absolute; bottom:67px; width:280px; height:auto; z-index:19;text-align: left;left: 40px;}
#error_message2 {position:absolute; bottom:47px; width:280px; height:auto; z-index:19;text-align: left;left: 40px;}

*/

/*форма обратной связи конец*/




/*Опубликованные отзывы*/

#questions_type_filtr { overflow: hidden; padding-bottom: 14px; /* text-align: justify;float: left; */}
#questions_type_filtr a { color:#407200;font-size: 20px;text-decoration: none;border-bottom:1px dashed #407200; /*2px dashed #9aa0b0*/
margin-left: 31px;display: block;float: left; }
#questions_type_filtr a:hover{border-color:transparent;}
#questions_type_filtr .active{color: #444; border-bottom: 1px dashed transparent;/*2px dashed transparent*/}
#questions_btn{display: block;
position: absolute;
top: -35px;right: 142px;font-size: 30px;text-decoration: none;border-bottom: 1px dashed #004c77;}


/*
.title_q {color: #919191;text-align: right;}
.q_text span{margin-right: 10px;}
*/

/*Опубликованные отзывы конец*/



#questions_form_adm { position: relative; }
#questions_form_adm input[type=submit] { position: absolute; right: 20%; bottom: 0; }
#questions_form_adm textarea { height: 180px; }
.no_notice{color:#FE5A5A;}



/* админка, модуль реклама форма на добавления баннеров*/
#banner_form_block{position:relative;}
#banner_form_block{position:relative;}
#close_f {position:absolute; top:0; right:13px;}
#banner_form{position:relative; margin:10px 0; padding:10px 20px 10px; background:#f7f7ef; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc;}
#banner_type_btn{float:right;width:60%;text-align: right;}
#banner_form #banner_type_btn a {display:inline-block; width:80px; padding:3px 0; margin:0 10px; border-radius:3px; border:1px solid #ccc; text-align:center; text-decoration:none;}
#banner_form #banner_type_btn a.f_on {background:#fff; color:#000; border-color:#fff; cursor: default;}
#banner_form #banner_type_btn a.f_no {background:#f7f7ef; color:#ccc; }
#banner_form #banner_type_btn a.f_no:hover {color:#000; background:#f69c2a;}
#banner_form label {display:block; position:relative; margin:20px 0;width: 500px;}
#banner_form #banner_code {margin:20px 0 42px 0;}
#banner_form #banner_name {margin:30px 0 20px 0;}
#banner_form textarea {resize:none;}
#banner_form label input, #banner_form label textarea {position:absolute; left:300px; padding:5px; width:400px;}
#banner_form label input[type="checkbox"] {width:30px; margin-left: -8px; top:5px; border: none;}
#banner_form #banner_size input {width:50px; left:400px;}
#banner_form #banner_size input:first-child { left:300px;}
#banner_form input[type="submit"], #install_banner2 input[type="submit"]
	{ padding:5px 10px; background:#f69c2a; border:0; border-radius:3px; color:#fff; cursor:pointer;}
#banner_form input[type="submit"]:hover, #install_banner2 input[type="submit"]:hover {background:#d17c10;}
#install_banner2 input[type="submit"]{float: left; margin-left: 402px; /*float: right;margin-right: 508px;*/}
#banner_form #add_btn{margin-top: -40px;float:left;margin-left: 630px; /* margin-right: 280px; float: right;*/}
#banner_list {position:relative; padding:10px 0 20px;}
.addm_link {display:block; position:absolute; right:0; top:13px;}
.dell_b	{width:14px; height:15px; float:right; border:0;}
.tbl td .file_block {position:relative; left:-2px; border:0; padding:0; width:auto; min-height:inherit;}
.tbl td  .a_file {display:inline; position:relative; left:-11px; top:0; border:0 none;}
.tbl td  .f_file {width:100px;}
.banner_tbl td .file_block a input[type=file]{margin-top: -25px;}
#install_banner2, #banner_form_block {height:0; overflow:hidden;}
#install_banner2 form {position:relative; margin:10px 0 0; padding:20px 10px 90px; background:#f7f7ef; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc;}
#install_banner2 label {display:block; padding: 10px 0;}
#install_banner2 select{position:absolute; left:150px; padding: 5px 10px; border:1px solid #ccc;}
#install_banner2 input{position:relative; left:50px; padding:6px 0 5px 30px; border: 1px solid #ccc; 
	background:#fff url('../images/datepicker/calendar.gif') no-repeat 6px 6px;}
#install_banner2 p {padding-top: 10px;width:100%; float: left;}
#install_banner2 span {display:inline-block; position:relative; left:42px; padding:0 10px;}
#banner_place_table p.textsmall{padding:10px 0 10px; font-size:13px;}
#banner_place_table p.mess, #banner_table p.mess {border:1px dotted #ccc; padding: 5px 10px;}
#reklama_mess{display:none; position:absolute; right:40px; border-radius:5px; box-shadow:0 0 10px 4px rgba(0, 0, 0, 0.5);}
#reklama_mess .err {padding:10px 30px; background:#f69c2a; color:#fff; border-radius:5px;}
#reklama_mess strong {display:block;}

#reklama_banner_service_block_1 a img{width: auto !important;}
.banner_tbl{width: 100%;}
.banner_tbl th { border-collapse:collapse; border-bottom:3px solid #057ab0; padding:8px; }
.banner_tbl td { border-collapse:collapse; border-bottom:1px dotted #cccccc; padding:8px; vertical-align: top; }
#banner_download_text{ margin-top: 30px; /*background:#fff; color:#000; border-color:#fff; padding: 5px; border-radius: 3px;cursor: default;*/}
#banner_type_text{position: absolute; right: 30px; top:50px;}
.banner_on_place{float: left; margin-top: 20px;}#panel_cap { }

/*Шапка панели */
#panel_cap { position: relative; overflow: hidden; background-color:#0479af; /*background:url('../../images/sprite_cms.png') repeat-x 0px -9px;*/ height:66px; }
#panel_cap { z-index: 99; position: fixed; top:0; left: 0; width: 100%; }

#panel_cap #panel_cap2 { font-size:27px; padding-left:20px; padding-top:15px; 
	float:left; color:#ffffff; padding-right: 40px; }
#panel_cap div, #panel_cap span, #panel_cap a { color:#ffffff; }
#panel_cap #panel_close { float:right; padding:23px; color:#ffffff; }

#panel_cap #menu a { text-decoration: none; font-size: 13px; text-align: center; 
	display: block; float: left; width: 80px; height: 22px; margin-top: 10px; padding-top: 26px; }



/*
#panel_cap #menu { cursor: pointer; position: absolute; left:300px; width: 370px; height: 70px; }
#panel_cap #menu { background:url('../../images/cmenu.png') no-repeat; top:-5px; }
*/

/*
#l_panel { background-color:#0479af; color:#fff; }
#l_panel a { padding-bottom: 4px; padding-top: 4px; background-color:#0479af; color:#fff; }
#l_panel a:hover { opacity: 0.9; }
*/

.circle { margin: 0; padding: 0; color:#fff; font-size: 12px; background-color: red; width: 20px; 
	height: 20px; border-radius: 13px; line-height: 18px; text-align: center; position: absolute; left: 150px; top:18px; }


#calendar_ico { background: url("../images/cmenu.png") no-repeat -9px -24px;  }
#messages_ico { background: url("../images/cmenu.png") no-repeat -102px -24px; }
#tasks_ico { background: url("../images/cmenu.png") no-repeat -189px -24px; }
#uch_ico { background: url("../images/cmenu.png") no-repeat -275px -24px; }
#projects_ico { background: url("../images/cmenu.png") no-repeat -358px -24px; }
#objects_ico { background: url("../images/cmenu.png") no-repeat -438px -24px; }
#show_panel_ico { background: url("../images/cmenu.png") no-repeat -524px -24px; }

/*

#calendar_ico:hover { background: url("../images/cmenu.png") no-repeat -9px -91px;  }
#messages_ico:hover { background: url("../images/cmenu.png") no-repeat -102px -91px; }
#tasks_ico:hover { background: url("../images/cmenu.png") no-repeat -189px -91px; }
#uch_ico:hover { background: url("../images/cmenu.png") no-repeat -275px -91px; }
#projects_ico:hover { background: url("../images/cmenu.png") no-repeat -358px -91px; }
#objects_ico:hover { background: url("../images/cmenu.png") no-repeat -438px -91px; }
#show_panel_ico:hover { background: url("../images/cmenu.png") no-repeat -524px -91px; }

*/.calendar_item {}

.calendar_item, .calendar_empty { width:14.2857%; float:left; }
.calendar_item div, .calendar_empty div { padding: 14px; height:90px; border-right:1px solid #cccccc; border-top:1px solid #cccccc; }

.calendar_item div p { padding-top:8px; font-size: 14px; }

.current_date { background-color:#a7d6f1; }
.class_vix { color:red; }

#calendar_block { width: 100%; height: auto; overflow: hidden; border-left: 1px #ccc solid; border-bottom: 1px #ccc solid; }.ico_add {  }
.ico_add { width: 20px; height: 20px; background-color: #ccc; }#personal_block { }
#personal_block { overflow: hidden; position: relative; height: 130px; }


.user_online { background-color: green; color: #fff; padding: 3px 6px; }
.user_offline { background-color: grey; color: #ccc; padding: 3px 6px; }
.user_online, .user_offline { border-radius: 3px; }

#personal_block .user_online, #personal_block .user_offline { margin-left: 10px; }



/*

#cabinet_left { width: 180px; overflow: hidden; display: block; background-color: #fff; 
	position: absolute; top:87px; border-left: 1px #ccc solid;
	border-right: 1px #ccc solid; border-bottom: 1px #ccc solid; }

#cabinet_left a { position: relative; text-decoration: none; display: block; padding: 14px 0; border-top:1px #ccc solid; padding-left: 20px; }
#cabinet_left a:hover { background-color: #f2f2f2; }

*/

/*
#user_photo { float:left; width:160px; height:180px; }
#user_info {  margin-left:190px;  height:180px; }
*/

#user_info { height:100px; }


#load_photo { background-color:#f7c263; padding:4px; width:152px; position: absolute; top:0; right:0; }
#load_photo a { font-size:12px; color: #333; }

#load_photo .file_block { border: 0; }

#my_data, #my_password, #my_dostavka { padding-bottom:14px; }

#my_data input[type=submit]   { float:right; text-align;right; }

.block_submit  { height:30px; }

#my_data input[type=text], 
#my_password input[type=text], 
#my_dostavka input[type=text], 
#my_dostavka input[type=select], 
#my_social input[type=text], 
#my_mobile input[type=text], 
#my_card input[type=text], 

#my_password input[type=password], 
#my_dostavka input[type=password], 
#my_social input[type=password], 
#my_mobile input[type=password], 
#my_card input[type=password] 

{ background: none; border: 1px solid rgba(0,0,0,0) }

#my_data input[type=submit],
#my_password input[type=submit], 
#my_dostavka input[type=submit], 
#my_social input[type=submit], 
#my_mobile input[type=submit], 
#my_card input[type=submit]

{ display:none }
#mailing_off{}
#mailing_off p{}

.linker_panel { }
.linker { position: relative; float: left;width: 100%;}

#linker_panel_left { float: left; width: 60%; }
#linker_panel_right { float: right; width: 38%; text-align: left; }

.linker .actions_panel { cursor: pointer; }
.linker .actions_panel:hover { opacity: 0.9 }
/*
#linker_panel_right .catalog_item .price_block { display: none; }
#linker_panel_right .catalog_item .favorites_add { display: none; }
*/

#linker_panel_right .catalog_item { height: 115px; overflow: hidden; position: relative;margin-bottom: 10px; background: #f2f2f2; }
#linker_panel_right .catalog_item .price { right: 0px; }
#linker_panel_right .catalog_item .catalog_photo { width: 110px; }
#linker_panel_right .catalog_item .catalog_descr { margin-left: 120px; }
#linker_panel_right .catalog_item h2 { font-size: 17px; margin-left: 120px; margin-top: -80px;}
#linker_panel_right .catalog_item h2 a { font-size: 17px; }
#linker_panel_right .catalog_item img { width: 85px; height: 85px; padding-top: 10px; padding-left: 10px;}
#linker_panel_right .catalog_item .price{display: none;}

#linker_out .catalog_item { height: 115px; overflow: hidden;position: relative;margin-bottom: 10px; background: #f2f2f2; }
#linker_out .catalog_item .price { right: 0px; }
#linker_out .catalog_item .catalog_photo { width: 110px; }
#linker_out .catalog_item .catalog_descr { margin-left: 120px; }
#linker_out .catalog_item h2 { font-size: 17px; margin-left: 120px; margin-top: -80px;}
#linker_out .catalog_item h2 a { font-size: 17px; }
#linker_out .catalog_item img { width: 85px; height: 85px; padding-top: 10px; padding-left: 10px;}
#linker_out .catalog_item .price{display: none;}






#linker_panel_right h2 { padding-bottom: 19px; }

.linker_panel { position: relative; margin-bottom: 12px; background-color: #f2f2f2; padding: 10px; overflow: hidden; }
.linker_panel h3 { float: left; width:160px; padding-top: 4px; font-size: 15px; }
.linker_panel input[type=text] { margin-right: 8px; font-size: 15px; float: left; 
	width: 350px; line-height: 20px; padding: 4px; height: 20px; }
.linker_panel input[type=submit] { float: left; width: 100px; font-size: 15px; height: 28px; }


/*
.linker_out { padding:30px; background-color:#fff; border-radius: 8px; display: none;
margin-bottom: 30px; margin-top: 60px; }

*/

#linker_out p { padding-top:6px; padding-bottom: 6px; cursor: pointer; padding-left: 14px; }
#linker_out p:hover { background-color: #f2f2f2; border-radius: 8px; }

.linker_result { overflow: hidden; }

/*
#linker_result .btn_text2 { padding-top: 17px;}
*/

#linker_result .catalog_descr, .amount_block p { padding-bottom: 0 !important; }

/* управляющий элемент */
.admin_el { position: absolute; top:7px; right: 0px; font-size: 17px;
    width: 24px; height: 24px; border:1px solid #ccc; border-right: 0; 
    border-radius: 3px 0 0 3px; line-height: 24px; text-align: center; cursor: pointer; }

.admin_el:hover { background-color: #f2f2f2; }

#catalog_groups_linker { }

#catalog_groups_linker_left { /* width: 300px; float: left; */ display: none; }
#catalog_groups_linker_right { /* margin-left: 320px; */ }
#catalog_groups_linker_out { }

#catalog_groups_linker_out #caption { overflow: hidden; margin-bottom: 8px; }
#catalog_groups_linker_out #caption a { padding-right: 20px; }

#catalog_groups_linker_form input[type=text] { width: 600px; }

.catalog_groups_linker_item { overflow: hidden; position: relative; border-bottom: 1px solid #ccc; padding: 7px; }
.catalog_groups_linker_item p { position: absolute; right: 0; top:5px; }
.catalog_groups_linker_item h3 { margin-left: 20px; font-size: 17px; line-height: 1.3; margin: 0; padding: 0; }
.catalog_groups_linker_item span { width: 20px; float: left; margin-top: 2px; }


.catalog_groups_linker_item strong { float: left; padding-left:10px; padding-right:10px; margin-top: 1px; font-style: normal; color:red;  }

#priv_goods { float: left; width: 30%; }
#priv_groups { float: left; width: 35%; }
#priv_subgroups { float: left; width: 35%; }

#priv_groups a, #priv_subgroups a { font-size: 17px; display: block; padding-bottom: 4px; }

#priv_subgroups div { padding-top: 4px; padding-bottom: 4px; }
#priv_subgroups p { font-size: 21px; }

#priv_subgroups a { margin-left: 8px; font-size: 14px; padding-left: 28px; color: #666; text-decoration: none; }
#priv_subgroups p a { font-size: 17px; color: #e74a3b !important; }#seo_form .readonly { 
	background-color: #E0E0E0;
    border: none;
    width: auto;
    text-align: center;
}

#seo_set { 
	position: fixed;
	top: 150px;
	right: 0px;
	z-index: 10000;
	cursor: pointer;
}

#seo_form > div > span,
.clear_btn {
	border-radius: 5px;
    color: #fff;
    margin-left: 5px;
    padding: 7px 10px;
    cursor: pointer;
    background-color: #5e7ab1;
    font-size: 15px;
}* { margin: 0px; padding: 0px; }
html { min-height: 100%; height:100%;  overflow-y: scroll; }


body { margin:0; padding:0; height:100%; FONT-SIZE: 15px; }

img { border: 0px; }
ul, ol { list-style:none; }
ul, ol, li, dl, dt, dd, h1, h2, h3, pre, form, body, html, p, blockquote, input, td, th, a, textarea {
    margin:0; padding:0; FONT-FAMILY: "Ubuntu", sans-serif; FONT-WEIGHT: normal; color: #3f351d; }

p { line-height: 1.4; }

ul.autocompleter-choices { background: 0; padding-top: 3px; width: 500px; }
ul.autocompleter-choices li { list-style-type: none; margin-left: 5px; margin-right: 5px;
background-color:#fffbd5; font-size: 14px; line-height: 1.5; }


input[type=submit] { background: none repeat scroll 0 center #fe5a5a;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 26px;
    line-height: 1.1;
    text-align: center;
    width: 100px; 
   -webkit-appearance: none;

}

input[type=submit]:hover { opacity: 0.85; }


input, textarea, input:active, textarea:active {outline:none;}
:focus {outline:none;}

input.delivery_type {
    float: right;
    position: relative; 
	margin:9px 5px 5px 0px;

}

input.delivery_pay {
     float: right;
     position: relative;
     margin:9px 5px 0 -15px;

}


hr {background: #deded6; border: none; height: 1px; width: 99%; margin-bottom: 38px;}



h1{ FONT-SIZE: 30px; LINE-HEIGHT:1.2; padding-bottom: 14px; }


h2{ FONT-SIZE: 48px; LINE-HEIGHT:1.2; padding-bottom: 30px; }
h3{ FONT-SIZE: 19px; LINE-HEIGHT:1.2; padding-bottom:10px; }

a { COLOR: #46732e; TEXT-DECORATION: underline; cursor:pointer }
a:hover{ text-indent: 0; TEXT-DECORATION: none; /*DO NOT REMOVE THIS OTHERWISE HOVER WILL NOT WORK IN IE6!*/ }

ol li { padding:0px 0px 4px 0px; margin:0 0 0 0px; }
ol { margin-left: 20px; }

table { border-spacing: 0; }

legend {padding: 3px; background-color: #000000;}
fieldset { border:solid 1px #5b5b5b; padding:10px; }

.message, .message_link { COLOR:#fe5a5a; TEXT-DECORATION: none; }
.message_link:hover { TEXT-DECORATION: underline }

#tinymce .small_text, .small_text { font-size: x-small; margin-bottom:0; font-weight: normal;}


ul li { list-style-type: none; background: url("../images/v.png") no-repeat 0px 4px; 
padding-left: 24px; padding-bottom: 8px; }
ol li { padding:0px 0px 4px 0px; margin:0 0 0 0px; 
list-style-type: decimal;padding-left: 24px;}




#tinymce ul li { list-style-type: none; background: url("../images/v.png") no-repeat 0px 4px; 
padding-left: 24px; padding-bottom: 8px; }
#tinymce ol li { padding:0px 0px 4px 0px; margin:0 0 0 0px; 
list-style-type: decimal;padding-left: 24px;}


/* Стили оформления для редактора */
.style_hitech { font-size:15px; color:#fff; background-color: #e8b42f; padding:10px; 
    border-radius:3px; }

.style_barokko { font-size:86%; color:#444; background-color: #fff6d9; padding:20px; 
    border-top: 5px #fe9941 solid; border-radius:0 0 6px 6px; }

.style_modern { font-size:86%; color:#478b5c; background: url("../images/style_modern.gif") repeat-y; 
background-color: #d7f3d0; padding:20px; border-radius:6px; }


/* Отступы между абзацами */
#block_index p, #tinymce p, #catalog_item p { padding-bottom:8px; }
.style_hitech, .style_barokko, .style_modern { margin-top:10px; margin-bottom: 20px; padding-bottom: 25px !important }

#index_text_page p { padding-bottom:8px; }

#tinymce .small_text, .small_text { font-size: 13px; font-weight: normal; }

#tinymce ul li { list-style-type: none; background: url("../images/v.png") no-repeat 0px 4px; 
padding-left: 24px; padding-bottom: 8px; }
#tinymce ol li { padding:0px 0px 4px 0px; margin:0 0 0 0px; 
list-style-type: decimal;padding-left: 24px;}

/*таблицы*/
#tinymce table { width: 99%; }

.main_table { border: 1px solid #ccc;  padding: 4px; width: 100%;
     border-collapse:collapse; empty-cells:show; margin:0; vertical-align:top; 
     border-spacing: 0; font-size:80%; }

/*
.main_table tr:first-child { background-color: #fff; }
.main_table tr:first-child td { border-color:#fff; border-bottom: 4px #ff6c02 solid; }
.main_table tr:nth-child(even) { background-color: #f8e6d1; }
*/

/*
.main_table td:first-child { width: 70%; }
*/

.main_table tr:nth-child(even) { background-color: #f2f2f2; }
.main_table tr td { border: 1px #ccc solid; padding: 8px; text-align: left; }


#block_index333 {
	background-color: #fff;
}


#lmenu_button { cursor:pointer; background-image: url('../images/button_menu.png'); width: 50px; height: 33px; position: absolute; right: 20px; top:20px; }
#lmenu_button:hover { opacity: 0.7; }

.vd { display: none; }

/* */
/*
.slide_item .slide_info { background-color: rgba(255, 255, 255, 0.5); width: 500px; height: auto; position: absolute; left: 40px; top:40px; }
.slide_item .slide_info p { font-size: 29px; }

.slide_item .slide_info span { display: block; font-size: 20px; }
.slide_info p, .slide_info span { padding: 20px; }
.slide_info p { padding-bottom: 0; line-height: 1.4 !important; }


#slider { width: 100%; height: 636px; overflow: hidden; position: relative; }
#slider_container { position: absolute; left: 0%; }


.slide_item { float: left; height: 636px; position: relative; overflow: hidden; }


#slides_count_block { padding: 4px; background-color: rgba(255, 255, 255, 0.5); border-radius: 10px; position: absolute; z-index: 4; top: 550px; left: 520px; }
#slides_count_block a { margin-top: 4px; display: inline-block; text-align: center; text-decoration: none; background-color: #f1d11a; width: 16px; height: 16px; border-radius: 8px; margin-right: 3px; padding: 0; }
#slides_count_block a:first-child { margin-left: 3px; background-color: #db0703; }

.slides_count_block_current { background-color: #db0703; }

#slider_arrow { z-index: 5; position: absolute; left: 30px; top:300px; background-image: url('../images/slider_arrow.png'); width: 42px; height: 82px; }
#slider_arrow2 { z-index: 5; position: absolute; right: 30px; top:300px; background-image: url('../images/slider_arrow2.png'); width: 42px; height: 82px; }
*/

body { background-color: #f2f2f2; }
#wrap { background-color: #f2f2f2; }

.circle_q { display: none; }


#article_item, #catalog_item, .text_block { background-color: #fff; border-radius: 3px; border: 1px solid #ccc; padding: 14px; overflow: hidden; }

#index_text_page .text_block { border: 0; padding: 0; }

/*

#promo_slider { border-bottom:0px; }

#top_slider_big{ text-align: center; z-index: 3; border-radius: 10px; opacity: 1; width: 100%; margin: auto; transition:1s; position: relative;}
#top_slider_big i:nth-child(1), #top_slider_big i:nth-child(2) { 
    opacity: 0;
    position: absolute;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    background-color: rgba(186, 186, 186, 0.42);
    background-size: contain;
    top: 0px;
    bottom: 0px;
    background-position: center;
    margin: auto;
    background-repeat: no-repeat;
    cursor: pointer;
}
#top_slider_big i:nth-child(1) {background-image: url('../images/slider_arrow.png'); left: 15px; }
#top_slider_big i:nth-child(2) {background-image: url('../images/slider_arrow2.png'); right: 15px; }

#top_slider_big > div { overflow:hidden; width: 100%; margin: auto; border:1px solid #ccc; box-sizing: border-box; }
#top_slider_big > div > div { width: 10000%; margin-left: -100%;}

#top_slider_big > div img { float: left; margin: 0px; padding: 0px; width: 1% !important; }
#top_slider_big > div > div > b, #top_slider_small b {display: none;}
.animation { transition:1s; }

#top_slider_big > span {
  opacity: 0;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.5);
  background-color: #665;
  display: inline-block;
  margin: 0px 5px;
  position: relative;
  top: -30px;
}
#top_slider_big > span:hover {
  background-color: rgb(0, 9, 13);
  cursor: pointer;
}
.slider_circle_selected {
  background-color: rgb(0, 9, 13) !important;
}

*/

.kroxi_block {
  padding-bottom: 10px;
}

.kroxi_block > * {
  display: inline-block;
}




#error_404 { width: 600px; height: 300px; margin: 0 auto; padding-top: 100px; }

.promo_container { float: left; width: 25%; height: auto; }
.promo_container div { padding: 10px; margin-left:10px; margin-bottom: 10px; height: 150px; position: relative; }

.promo_container div p, .promo_container div h3 { text-decoration: none; }
.promo_container div a { text-decoration: none; }



#personal_block { margin-top: 18px; margin-bottom: 24px; background-color:#fbfcd9; padding: 18px; }




#baraban, .baraban { height: 300px; overflow: hidden; }
#questions_type_filtr {  width: 100%; overflow: hidden; padding-bottom: 20px; }


#q_begin { cursor: pointer; font-size: 18px; z-index: 10; position: fixed; 
    right: -230px; top:50px; background-color: #d7c718; width: 260px; height: 220px; 
    border-radius: 3px 3px 0px 0px; }

#q_begin div { position: relative; }

#q_begin:hover { opacity: 0.9; }


#q_begin h3 { width: 190px; padding-top: 6px; width: 181px; background-color: #d7c718; z-index: 30; 

    position: absolute; color: #fff; left: -72px; top: 72px;
    text-transform:uppercase; font-size: 17px;

   /* transform-origin: left top 0; */

  -webkit-transform: rotate(-90deg); /* не забываем префиксные свойства */
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);


}



#q_begin p { text-transform:uppercase; line-height: 1; padding-left: 50px; color: #fff; 
     padding-top: 12px; padding-bottom: 12px; border-bottom: 1px solid #fff; font-size: 14px; }


#q_begin p:hover { cursor: pointer; background-color: #bdae0a; }


#wrap { margin: 0; padding: 0; width:100%; min-height:100%; height:100%; min-width: 1000px; }



.close_form { position: absolute; top:24px; right:24px; width: 31px; height: 31px; 
    background-color: #ccc; cursor: pointer; background: url('../images/sprite.png') no-repeat 0px -1380px; }

.close_form:hover { opacity: 0.9; }



#close_catalog_group_panel { position: absolute; top:16px; right: 16px; }



#button_top {
    display: none;
    background: #888;
    border: 1px solid #3b9b03;
    border-radius: 3px;
    cursor: pointer;
    height: 60px;
    width: 60px;
    position: absolute;
    right: 10px;
    bottom: -1000px;
}

   

/* Шапка */
#top { position: relative; overflow: hidden; padding-top: 70px; }

.second #top { border-bottom: 1px solid #ccc; margin-bottom: 20px; }

#top1 { float: left; width: 50%; }
#top2, #top3 { float: left; width: 30%; }
#top3 { width: 20%; }

#top3 a { display: block; float: right; text-decoration: none; }

#top1, #top2, #top3 { height: 140px; position: relative; }


#top1 p { padding: 0; margin: 0; margin-left: 170px; margin-top: 14px; font-size: 24px; line-height: 1.1; }
#top1 span { display: block; margin-left: 170px; margin-top: 10px; width: 200px; font-size: 18px; }

#zakaz { margin-top: 20px; border-radius: 6px; background-color: #e7b20b; color: #fff; font-size: 22px; line-height: 50px; width: 200px; height: 50px; text-align: center; }
#zakaz, #zakaz a { font-size: 18px; cursor: pointer; }

#zakaz:hover { background-color: red; } 


#phone div { font-size: 17px; }
#phone p { font-size: 32px; }
#phone p span { font-size:17px;  }


#phone { background: url(../images/phone7.svg); background-repeat: no-repeat; background-size: contain; 
  padding-left: 36px; height: 40px; margin-top: 19px; width: 220px; }


#index_text_page { font-size: 14px; background-color: #fff; border-radius: 3px; border: 1px solid #ccc; padding: 10px; padding-bottom: 18px; }



/* Логотип */

#logo { background: url(../images/logo2.png) no-repeat; width: 139px; height: 139px; text-decoration: none; 
  position: absolute; z-index: 14; top:-9px; left: 0px; } 


#main_block { margin-bottom: 60px; }
#main_block p { font-size: 16px; line-height: 1.4; }



#cmenu { background-color: #3f351d; height: 70px; padding-left: 300px; position: fixed; z-index: 12; left: 0; right: 0; }
/* box-shadow: 0 2px 5px 0 rgba(184, 184, 184, 1); */

#cmenu a { font-size: 18px; color:#fff; margin-right: 30px; margin-left: 14px; margin-top: 20px; display: inline-block; text-decoration: none; }
#cmenu a:hover { text-decoration: underline; }

#q_form_phone { width: 600px; height: 320px; overflow: hidden; }
#q_form_phone input[type=submit] { position: absolute; right: 35px; bottom: 30px; border-radius: 4px; }


#q_form_phone textarea { resize: none; height: 180px;  }

#q_form_phone #q_text { position: absolute; left: 35px; bottom: 30px; font-size: 13px; color: #999; margin-top: 6px; }


/* Центральная часть основного каркаса */

.container { margin-left: 60px; padding-right: 60px; }


#banner2, #banner3, #banner4 { float:left; width:33.3333%; }

#banner2 span, #banner3 span, #banner4 span { display: block; font-size: 22px; line-height: 1; padding-top: 16px; 
  padding-bottom: 8px; padding-left: 105px; }
#banner2 p, #banner3 p, #banner4 p { font-size: 17px; padding-left: 105px; }




#banner2 div, #banner3 div, #banner4 div { width: 320px; margin: 0 auto; }

#banner2 div { background: url(../images/icons_3.png) no-repeat 0 0; }
#banner3 div { background: url(../images/icons_3.png) no-repeat 0 -175px; }
#banner4 div { background: url(../images/icons_3.png) no-repeat 0 -380px; }



/*
#left { width: 300px; float: left; text-align: left; position: relative; }
#content { margin-left: 330px; }
*/

/*
#left { width: 300px; float: left; text-align: left; position: relative; }
#content {  }
*/

.second #left { margin-left: 30px; width: 360px; float: left; text-align: left; position: relative; }
.second #content { margin-left: 430px; margin-right: 30px; }

.second .services { width: 50%; height: 430px; }




#lmenu { z-index: 129; background-color: #798720; padding: 20px; min-height: 400px; border-radius: 0px 4px 4px 0px; }

/*=====================================================*/

#block3 { margin-top: 30px; height: 320px; }
#block4 { margin-bottom: 40px; }
#block2, #block4, #block5, #block6 { position: relative; }

#block5 { /*height: 300px;*/ overflow: hidden; padding-bottom: 40px; }


#block2 h2, #block3 h2, #block4 h2, #block5 h2, #block6 h2 { margin-left: 60px; }

/*
#block2 h2 { padding-top: 50px; }
*/

#block22 { background-color: #798720; overflow: hidden; height: auto; padding-top: 40px; }




#block44 { background-color: #bd8a63; height: 200px; padding-top: 40px; }

#block_index { position:relative; min-height: 600px; overflow: hidden; /* background-color: #fff; border: 1px solid #ccc; border-radius: 3px; padding: 7px; */ }


#cards { background: url(../images/cards.png) no-repeat; width: 229px; height: 59px; float: right; margin-top: 24px; }

/* Подвал */
#footer { position: relative; margin-top: 120px; font-size: 15px; 
  background-color: #798720; min-height: 120px; overflow: hidden; }
#footer p { float: left; color: #fff; padding: 30px; padding-top:20px; padding-bottom: 20px; padding-left: 0; }


.clear { clear:both; height:0; }



/* Хлебные */
#kroxi { padding-top: 8px; }
#kroxi, #kroxi a { padding-bottom:20px; font-size: 13px; }


/* Постраничник */
#site_pagenator { float: right; overflow: hidden; }

#site_pagenator .p_item { color: #444; display: inline-block; border-radius:20px; margin:3px; 
  padding-top: 9px; text-decoration: none; font-size: 17px; }
#site_pagenator .p_item { text-align: center; width: 40px; height: 31px; background-color:#f2f2f2; }
#site_pagenator .current { color:#fff; background-color:#46732e; text-decoration: none; }

#site_pagenator .p_item:hover { background-color: #dee0de; }
#site_pagenator .current:hover { background-color: #0a6bb1; }


#site_pagenator .site_pege_next { padding-left:26px; }
#site_pagenator .site_pege_back { padding-right:26px; }



/* Навигация админки */
#site_text_page { position: absolute; top:0px; right:0px; 
	z-index:17px; background-color: #ffffff; padding: 4px; 
	border:1px solid #cccccc; border-radius: 8px; width: 130px; padding-left: 14px; }

#index_text_page { position: relative; }
#index_text_page #site_text_page { top:-45px; }




/* Панелька управления */
.actions_panel { background-color: #c6a931; color:#fff; position: absolute; top:0; right:0; padding: 4px; padding-left: 8px; padding-right: 8px; z-index: 2;}
.actions_panel a { padding-left: 4px; padding-right: 4px; color:#fff; text-decoration: none; }



/* Хак для админки */
#out_center .actions_panel { top:20px; right:20px; }


.panel_el { display: block !important; }
.panel_el .vd { display: none; }
.panel_el a { font-size: 13px; line-height: 1.2; }



.autorize_form { width: 460px !important; }
#reg_form { height: 340px !important; }

#forget_form { height: 140px !important; }




#questions_msg{ cursor:pointer;height: 0px; position: fixed; bottom: 0; right: 50px; color: #fff; width: 280px; background: #0479af; z-index: 40;}
#questions_msg span{padding-top: 10px; display: block; padding-left: 10px;}


#otziv_buttons { position: absolute; right: 60px; top:83px; width: 90px; }
#otziv_buttons a { display: inline-block; }

#otziv_buttons a:first-child { background: url(../images/arrows.png) 1px -1px; width: 38px; height: 33px; }
#otziv_buttons a:last-child { background: url(../images/arrows.png) 38px -1px; width: 38px; height: 33px; }

#otziv_buttons a:first-child:hover { background: url(../images/arrows.png) 1px -39px; width: 38px; height: 33px; }
#otziv_buttons a:last-child:hover { background: url(../images/arrows.png) 38px -39px; width: 38px; height: 33px; }

#otziv { position: relative; }
#otziv span { float: left; width: 170px; text-align: right; margin-top: 15px; font-size: 17px; }
#otziv span i { display: block; font-size: 14px; padding-bottom: 4px; }
#otziv p { margin-left: 200px; background-color: #fff; border-radius: 8px; padding: 10px; }

#otziv #ug { background: url(../images/ug.png) no-repeat; width: 16px; height: 34px; position: absolute; left: 186px; top:30px; }

#otziv_add { background-color: #e7b20b; color: #fff; position: absolute; right: 60px; top:18px; display: block; border-radius: 4px; padding: 7px; border:1px solid #e7b20b; text-decoration: none; }
#otziv_add:hover { background-color: red; border:1px solid red; }



#zakaz_form { position: relative; float: left; height: 410px; width: 50%; background-color: #fff; border: 8px solid #e7b20b; padding: 20px; border-radius: 4px; }
#zakaz_atlas {  height: 460px; background-color: #f2d287; padding: 36px; border-radius: 4px; }

#zakaz_atlas p { font-size: 22px; margin-left: 58%; color: #fff; padding-top: 20px; }

#zakaz_form input[type=submit] { position: absolute; right: 20px; bottom:20px; border-radius: 4px; background-color: #f1d11a;; }
#zakaz_form input[type=text] { width: 100% !important; }
#zakaz_form textarea { width: 100% !important; resize:none; height: 100px; }



#zakaz_form input[type=submit]:hover { background-color: #e7b20b; }


#articles_center2 { overflow: hidden; }

#lk { position: absolute; left: 60px; bottom: 12px; opacity: 0; }
#lk a { color: #dae883; }

#lk:hover { opacity: 1; }



/*******************************/

#promo_slider { border-bottom:0px; }

#top_slider_big{ text-align: center; z-index: 3; border-radius: 10px; opacity: 1; width: 100%; margin: auto; transition:1s; position: relative;}
#top_slider_big i:nth-child(1), #top_slider_big i:nth-child(2) { 
    opacity: 1;
    position: absolute;
    width: 42px;
    height: 82px;
    overflow: hidden;
    background-size: contain;
    top: 0px;
    bottom: 0px;
    background-position: center;
    margin: auto;
    background-repeat: no-repeat;
    cursor: pointer;
}
#top_slider_big i:nth-child(1) {background-image: url('../images/slider_arrow.png'); left: 15px; }
#top_slider_big i:nth-child(2) {background-image: url('../images/slider_arrow2.png'); right: 15px; }

#top_slider_big > div { overflow:hidden; width: 100%; margin: auto; border:1px solid #ccc; box-sizing: border-box; }
#top_slider_big > div > div { width: 10000%; margin-left: -100%;}

#top_slider_big > div img { float: left; margin: 0px; padding: 0px; width: 1% !important; }
#top_slider_big > div > div > b, #top_slider_small b {display: none;}
.animation { transition:1s; }

#top_slider_big > span {
  opacity: 1;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.5);
  background-color: #665;
  display: inline-block;
  margin: 0px 5px;
  position: relative;
  top: -30px;
}
#top_slider_big > span:hover {
  background-color: rgb(0, 9, 13);
  cursor: pointer;
}
.slider_circle_selected {
  background-color: rgb(0, 9, 13) !important;
}
.slide_item .slide_info {
    background-color: rgba(255, 255, 255, 0.5);
    width: 500px;
    height: auto;
    margin-left: -1%;
    position: relative;
    float: left;
    left: 40px;
    top: 40px;
}
.slide_item .slide_info p { font-size: 29px; }

.slide_item .slide_info span { display: block; font-size: 20px; }
.slide_info p, .slide_info span { padding: 20px; text-align: left; }
.slide_info p { padding-bottom: 0; line-height: 1.4 !important; }


.review_index_block h2 {
    padding-left: 60px;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}

.review_index_block {
  position: relative;
  overflow: hidden;
  background-repeat: repeat-x;
  background-position: bottom center;
  background-color: #985324;
  background-image: url('../images/rewiews_fon.jpg');
  margin-bottom: 40px;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.45);
}
.review_index_block_up {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    height: 15px;
    margin-bottom: 0px;
    z-index: 2;
}

.review_index_slider {
  height: 355px;
  width: 10000%;
  overflow: hidden;
}

.review_index_slider .slide_element {
  height: 210px;
  width: 1%;
  float: left;
}


.review_index_slider .slide_item {
  height: 210px;
  background-color: #fff;
  border-radius: 5px;
  margin: auto;
  margin-top: 40px;
  width: 95%;
  max-width: 1228px;
}

.review_index_slider .slide_item .slide_photo {
  width: 160px;
  height: 210px;
  overflow: hidden;
  float: left;
}
.review_index_slider .slide_item .slide_photo .slide_img {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    overflow: hidden;
    display: block;
    margin: auto;
    margin-top: 14px;
    margin-bottom: 3px;
}

.review_index_slider .slide_item .slide_photo .slide_img img {
  width: 100%;
}

.review_index_slider .slide_item .slide_photo p {
  display: block;
  width: 145px;
  padding-left: 15px;
  margin: auto;
}


.review_index_slider .slide_item .slide_content {
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 120px;
    font-style: italic;
    font-size: 16px;
    line-height: 1.4;
    color: #4b4b4b;
}


.review_new_bth {
    position: absolute;
    top: 360px;
    width: 200px;
    z-index: 1;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    background-color: #e7b20a;
    font-size: 19px;
    left: 40%;
    color: #fff;
    box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
}
.review_new_bth:hover {
  opacity: 0.9;
  cursor: pointer;
}

.review_all_bth {
    position: absolute;
    padding: 6px;
    display: inline-block;
    right: 45px;
    top: 20px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    text-decoration: none;
}
.review_all_bth:hover {
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.15);
}

.review_next {
    display: inline-block;
    background-image: url(../images/next_review.png);
    width: 28px;
    height: 29px;
    margin-left: 20px;
    position: absolute;
    top: 19px;
    left: 708px;
}
.review_next:hover {
  opacity: 0.95;
  cursor: pointer;
}









.index_questions_list {
    padding-left: 0px !important;
    height: auto !important;
    display: inline-block;
    background-color: #bd8a63;
    background: #fff !important;
}

.index_questions_list .index_questions_right {
 background-color: #F2F2F2 !important;
}   
.index_questions_list .triangle {
  border-color: transparent #fff transparent transparent !important;
}




.index_questions {
  width: 100%;
  box-sizing: border-box;
  padding-top: 45px;
  padding-left: 16%;
  background-color: #bd8a63;
  overflow: hidden;
}


.index_questions .index_questions_left {
    width: 175px;
    height: 125px;
    padding-bottom: 40px;
    padding-top: 0px;
    position: relative;
    float: left;
}

.index_questions_left .triangle {
  top: -48px !important;
  right: 0px !important;
  left: none !important;
}



.index_questions .index_questions_right{
  width: 70%;
  padding:25px;
  float: left;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  font-weight: 400;
}


.triangle {
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 0px;
  margin: auto;
  left: -20px;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #fff transparent transparent;
}



.question_read_full {
    display: inline-block;
    color: #008cc4;
    right: -199px;
    position: absolute;
    z-index: 123;
    bottom: 31px;
    width: 100%;
    padding-top: 10px;
    text-decoration: none;
}
.question_read_full:hover {
  text-decoration: underline;
}



.index_questions .h1 {
  color: #36235a;    
  padding-bottom: 15px !important;
}
#block_status { }

.question_out_form {
    width: 600px;
}


/*so Новая верстка. Внизу жесть! */
.question_item {
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 10px;
}
.question_item i {
    text-align: right;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 10px;
    font-size: 15px;
}
.question_item h3 { font-size: 22px; }

.question_item .date {
    color: #a2a2a2;
}

.slide_right, .slide_right2 {
    right: 0px;
    background: url(../images/arrows.png) 38px -1px;
}
.slide_left, .slide_left2 {
    left: 0px;
    background: url(../images/arrows.png) 1px -1px;
}
.slide_left2, .slide_right2 {
    top: 0px;
    width: 38px;
    height: 33px;
    cursor: pointer;
    float: left;
}

.slide_left2:hover{
  background: url(../images/arrows.png) 1px -39px !important;
}
.slide_right2:hover {
  background: url(../images/arrows.png) -39px -39px !important;
}

.question_read_all {
    color: #3f351d;
    width: 70%;
    float: left;
    margin-left: 225px;
    text-align: right;
    margin-bottom: 40px;
    margin-top: 10px;
}


.index_questions_left {
    width: 160px;
    height: 125px;
    padding-top: 15px;
    float: left;
}
.index_questions_right {
    width: 60%;
    width: calc(100% - 210px);
    padding: 25px;
    float: left;
    background-color: #ffffff;
    position: relative;
    height: 172px;
    overflow: hidden;

}


.index_questions_right i {
      margin-top: 34px;
}

.question_item {
    overflow: hidden;
}

.question_item_div_wrap
{
  width: 100%;
  height: 140%;
  position: relative;

  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  display: inline-block;

  transition: 0.8s;
}

.question_item_div
{
  float: left;
  /*white-space: nowrap;*/
  height: 100%;
  width: 100%;
  transition: 0.6s;
  white-space: normal;
  position: relative;
  display: inline-block;  
}

.zaglushka_slider
{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 25px;
    height: 100%;
    z-index: 2;
}

.zaglushka_slider2
{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 25px;
    height: 100%;
    z-index: 2;
}

.index_questions_date {
    font-size: 14px;
    font-style: italic;
    margin-top: 18px;
}

.index_questions_name {
    font-size: 19px;
    margin-top: 10px;
    margin-left: 2px;
}

.mini_p {
    width: 55px !important;
    line-height: 33px;
    text-align: center;
    height: 33px;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
}
/* Ð’Ð¾Ð¿Ñ€Ð¾ÑÑ‹-Ð¾Ñ‚Ð·Ñ‹Ð²Ñ‹ */
.question_index {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #dedede;
    margin: 20px;
    background-color: #f3f9ff;
}

.question_index_style .dt {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #666;
    font-size: 12px;
}

.question_index_style h3 {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 15px;
    padding-bottom: 7px !important;
    font-family: 'Ubuntu', sans-serif !important;
}
/*******************************/.background { }

/* Контейнер который закрывает экран для последуюшего вывода формы поверх! */
.background { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 150; background-color:#ccc;
background:url('../images/background2.png') no-repeat; background-size: cover; }

/* Здесь пусто т.к. на panel_begin навешиваем динамически .background и убиваем фон чтобы видеть что под ней */
#panel_begin { }

/* Панель например в модуле Forms */
#panel_begin #small_panel { z-index: 151; overflow: hidden; position: relative; border: 1px solid #ccc; 
 /*	border-radius: 10px; */ margin: 0 auto; margin-top: 90px; width: 600px; padding: 30px; height: auto; 
	background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.5);  }




#panel_begin #small_panel input[type=submit] { position: absolute; /* right: 30px; bottom: 30px; */ }
#panel_begin #small_panel .form_out { /* padding-bottom: 70px; */ }

.relative .button_edit { position: absolute; right: 10px; top: 10px; }


#block_status span { padding-left:8px; padding-right:8px; }
#block_status, #block_status span, #block_status span a { font-size:14px; }


#orders_status_list { overflow: hidden; }
#orders_status_list div { float: left; padding-right: 20px; }

#cms_table { width:100%; }
#cms_table th { border-collapse:collapse; border-bottom:5px solid #85bc39; padding:8px; text-align: left; font-size: 80%; }
#cms_table td { position: relative; border-collapse:collapse; border-bottom:1px dotted #cccccc; padding:8px; vertical-align: top; }
#cms_table tr:nth-child(even) { background-color: #f2f2f2; }



/*

#cms_table .border_none { border-collapse:collapse; border-bottom:none; padding:0px; vertical-align: top; }

.catalog_manager_item { padding-top:10px; }
.catalog_manager_item div { float:left; padding-right:20px; padding-bottom:8px; }


.cm_photo_ico { float:left; background:url('../images/sprite_cms.png') no-repeat -2px -3409px; width:20px; height:16px; }
.cm_descr_ico { float:left; background:url('../images/sprite_cms.png') no-repeat -25px -3409px; width:20px; height:16px; }
.cm_price_ico { float:left; width:16px; }

.cm_plus { cursor:pointer; background:url('../images/sprite_cms.png') no-repeat -14px -3500px; width:22px; height:22px; }
.cm_minus { cursor:pointer; display:none; background:url('../images/sprite_cms.png') no-repeat -14px -3450px; width:22px; height:22px; }



.form_selected div { padding-bottom:5px; }

.animation { background:url('../images/animation.gif') no-repeat; margin:0 auto; margin-top:90px; width:200px; height:10px; }

*/

/* users */

/*
#users_groups_list { padding-top:15px; }
#users_groups_list h3 { padding-bottom:12px; }
*/


.checkbox_full, .checkbox_empty { height:25px; padding-left:28px; } 
.checkbox_full { background:url('../images/sprite_cms.png') no-repeat -9px -3030px; }
.checkbox_empty { background:url('../images/sprite_cms.png') no-repeat -9px -3059px; }

/* Сама панель здоровая */

/*
.shim > * {
    -webkit-transform: translateZ(0px);
}
*/

#panel_container { 


/*
position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000;
background-color:#fff; display: none;
*/

	width:100%; min-height: 100%; height:auto; overflow: hidden; display: none; 
	position:absolute; z-index:34; background-color:#fff; 


	}

.button_edit {cursor: pointer;}


/* Плавающая кнопка для вызова панели */
#panel_admin_right { position:fixed; z-index:100; top:180px; right:0px;
  background:url('../images/sprite_cms.png') no-repeat -188px -3358px; width:37px; height:262px; }

#panel_fast_on { position:fixed; z-index:100; top:450px; right:0px; display: none;
  background:url('../images/sprite_cms.png') no-repeat -174px -3706px; width:51px; height:84px; }

#panel_fast_off { position:fixed; z-index:100; top:450px; right:0px;
  background:url('../images/sprite_cms.png') no-repeat -174px -3648px; width:51px; height:55px; }


/* Основные формы. Начало */

.form_out div { margin-bottom: 5px; }
.form_out label { float: left; width:160px; padding:4px; text-align:left; position:relative; top:2px; margin-right: 5px; }

.form_out select, .form_out input[type=text], .form_out input[type=password], 
.form_out textarea { padding:4px; margin:2px; box-sizing:border-box; border-radius: 4px; }

.form_out select, .form_out input[type=text], 
.form_out input[type=password], .form_out textarea { /* border-radius: 5px; */ width: 70%; border:1px #bdbdbd solid; font-size: 18px; line-height: 1.2; }

.form_out select, .form_out input[type=text], 
.form_out input[type=password] { line-height: 32px; height: 32px; }

.form_out textarea { /* background:url('../images/bg_form_el.gif') no-repeat; */ }

.form_out select {  }


.form_out input[type=submit] { padding: 0; margin: 0; /* border-radius: 3px; */ line-height: 32px; height: 34px; }
.form_out input[type=submit]:hover { opacity: 0.92; }

.btn_cancel, .btn_accept { cursor:pointer; width:150px; height:34px; border:1px #7f401d solid; }


#out_center { /* margin-left: 190px; */ position: relative; padding: 20px; 
	margin-top: 90px; overflow: auto; height: auto; }

#out_center h3,  #out_center p a { color:#444; }

#out_center .actions_panel a { color: #fff; }


/* Основное меню */
#out_center .h3_el { padding-top:10px; }
#out_center .h3_el, #out_center .p_el { padding-left:140px; /* color:#073c5b; */ }

#out_center #ico_settings { background:url('../images/sprite_cms.png') no-repeat 0px -395px; }
#out_center #ico_users { background:url('../images/sprite_cms.png') no-repeat 0px -607px; }
#out_center #ico_goods { background:url('../images/sprite_cms.png') no-repeat 0px -815px; }
#out_center #ico_security { background:url('../images/sprite_cms.png') no-repeat 0px -1022px; }
#out_center #ico_seo {  background:url('../images/sprite_cms.png') no-repeat 0px -1237px; }
#out_center #ico_orders { background:url('../images/sprite_cms.png') no-repeat 0px -1442px; }
#out_center #ico_questions { background:url('../images/sprite_cms.png') no-repeat 0px -1651px; }
#out_center #ico_services { background:url('../images/sprite_cms.png') no-repeat 0px -1861px; }
#out_center #ico_stat { background:url('../images/sprite_cms.png') no-repeat 0px -2077px; }

#out_center #ico_settings, #out_center #ico_users, #out_center #ico_goods,
#out_center #ico_security, #out_center #ico_seo, #out_center #ico_orders,
#out_center #ico_questions, #out_center #ico_services, #out_center #ico_stat { 
	float:left; width:30%; height:166px; padding-right:3.3%; }


@media only screen and (min-width: 0px) and (max-width: 1280px) {

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

.form_out { width: 100%; }
.form_out select, .form_out input[type=text], .form_out input[type=password],
.form_out textarea { width: 95%; }

.container { margin-left: 20px; padding-right: 20px; }
#block2 h2, #block3 h2, #block4 h2, #block5 h2, #block6 h2 { margin-left: 20px; }

/*
.services2 { width: 260px; } 
.services2 p { font-size: 25px; } 
*/


#block3 p { font-size: 14px; }

.articles_down a { font-size: 15px; }
.articles_down p { bottom: -80px; opacity: 1; padding: 6px; }

/* Наш блог когда в центре */
#block_index .services { height: 400px; }
#block_index .services2 { width: 260px; } 

#block_index .services p a { font-size: 22px; }



.second #left { margin-left: 0px; position: absolute; left: -280px; z-index: 1; }
.second #content { margin-left: 100px; margin-right: 14px; }

.second #left #lmenu_button { display: block; }

.second #banner2 p, .second #banner3 p, .second #banner4 p { font-size: 14px; }

/*
.second #zakaz_form { position: static; width: 100%; box-sizing:border-box; }
*/

/*
#block_index #zakaz_atlas { background: none; }
*/




.articles_left { display: none; }

#banner2 div, #banner3 div, #banner4 div { width: 260px; }


.services { width: 50%; }


.slide_item .slide_info { width: 360px; }


.slide_item .slide_info p { font-size: 24px; }
.slide_item .slide_info span { font-size: 19px; }


}


@media only screen and (min-width: 1024px) and (max-width: 1281px) {

.services { width: 33.3333%; } 
.services2 { width: 300px; } 
.services2 p { font-size: 27px; }
}


@media only screen and (min-width: 1281px) and (max-width: 1559px) {

.articles_down p { padding: 6px; }
.articles_down a { font-size: 16px; }

.second #banner2 p, .second #banner3 p, .second #banner4 p { font-size: 14px; }


/*.services { width: 50%; } */
.services2 { width: 350px; } 


}





@media only screen and (min-width: 1641px) and (max-width: 2480px) {

#block5 { /*height: 350px;*/ }

}

