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

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

.datepicker_vista .header .datepicker_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(../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 div{
font-size: 12px;
line-height: 1.2em;

}


.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(../images/datepicker/days.png) left top no-repeat;
	color: #0084AA;
}

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

.datepicker_vista .days .selected {
	background: url(../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(../images/datepicker/months.png) left top no-repeat;
	color: #0084AA;
}

.datepicker_vista .months .selected {
	background: url(../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(../images/datepicker/years.png) left top no-repeat;
	color: #0084AA;
}

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

/* global
********************************************************/
.datepicker_vista .unavailable {
	background: none !important;
	color: #fbb !important;
	cursor: default !important;
}
/* Goocompleter default style */

.goocompleter_field {
	position: relative;
	/*background: url("data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw%3D%3D") repeat scroll 0 0 transparent;*/
	z-index: 10;
	
	/* Customize */
	padding: 4px;	
	font-size: 18px;	
	width: 200px;
	border: 2px solid #FF8000
}

.goocompleter_typebox {display: none;}

/* Listbox */
.goocompleter_listbox {
    z-index: 3;
    position: fixed;
    display: none;
    overflow: hidden;
    max-width: 550px;
    width: 42%;
    margin-left: 16px;
    /* max-height: 390px; */
    margin-top: -2px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #2694de;
    border-top: 0px solid #fff;
    z-index: 12321312;
    border-radius: 2px;
}

.goocompleter_listbox ul {
	/* Customize */
	margin: 0;
	padding: 0;
}

.goocompleter_listbox li {
	/* Customize */
	cursor: pointer;
	list-style-type: none;		
	padding: 10px 5px 10px 5px;
}

.goocompleter_listbox li.odd {
	/* Customize */
	background: #F5F5F5;
}

.goocompleter_listbox li.even {
    background: #d9eefb;
}

.goocompleter_listbox li:hover, .goocompleter_listbox li.odd:hover, .goocompleter_listbox li.selected {
    background-color: #017fd4;
    color: #FFF;
}

/* Typebox */
.goocompleter_typebox {
	position: absolute;
	top: 0;		/* Prevent show scrollbar (down positioning) */
	z-index: 9;
	overflow: hidden;
	
	/* Customize */
	color: transparent;	
	white-space: nowrap	
}

.goocompleter_typebox .goocompleter_suggestion {
	color: #C3C3C3;
	display: inline;
}

/* Highlight or remark */
.goocompleter_hightlight {
	font-weight: normal;
}/* SLIMBOX */

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

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

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

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

#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; }#blacklist_h1 { float:left; }
#blacklist_search { float:right; }
#blacklist_search label { float:left; padding-right: 10px; }
#blacklist_search input[type=text] { float:left; border:1px solid #cccccc; padding:2px; }#amount_query { padding-top:10px; }
#amount_query span { width:220px; }

#amount_query a { padding:5px; }
#filter_block { padding-top:10px; }
#filter_block a { padding:5px; }

.no_selected_status { color:#666666; }
.selected_status { color:#ffffff; background-color:#057ab0; text-decoration: none; }
.dl a { color:red; }.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; overflow: hidden; }
.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: -35px; }

.article_block { }

/* Для админки */
#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; }

/* Панель для админки */


/* Список статей */
.articles { }

.articles2 { height:190px; overflow: hidden; padding: 10px; }

.articles2 div { width: 240px; float: left;}

.articles2 img { width: 100%; height: auto; }
.articles2 h2, .articles2 p { padding: 0; margin: 0; margin-left: 270px; }

.articles2 h2 { margin-top: 7px; margin-bottom: 14px;  }

.articles h2, .articles h2 a { line-height: 1; color: #ff7f50; font-size:18px; color: #000; }

.articles a { text-decoration: none; }


/* Одна статья */
.article_item { overflow: hidden; padding: 20px; }
.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 { margin-bottom: 32px; }

.otz { height: auto !important; padding-bottom: 25px; position: relative; }
.otz div { width: auto !important; float: none !important; }
.otz p { margin-top: 18px; margin-left: 0 !important; }

.otz div { padding: 20px !important; }
.otz div, .otz div span { color: #555; font-style: italic; }#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:460px !important; };
#text_form textarea { height:400px; }


.text_block { }

        #login_form { }
#login_form { position:relative; height:220px; }

.login_form h1, .reg_form h1, .forget_form h1 { font-weight: normal !important; font-size: 30px !important; }


#login_form input[type=submit] { position: absolute; right:0; bottom:0; }

#login_form #autorize_text_block { position: absolute; left: 200px; bottom: 19px; }
#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; width: 140px; }
#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; }

.autorize_form { width: 600px !important; height: 320px !important; }
.autorize_form input[type=submit] { margin: 0 !important; position: absolute !important; right: 0 !important; bottom: 0 !important; }

.reg_form { width: 600px !important; }


.error_auth_form_text {
    position: absolute;
    left: 183px;
    display: block;
    padding-top: 0;
    margin-top: 68px;
    font-size: 13px;
    color: red;
    opacity: 1;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
} #block_status { }

/*so Новая верстка. Внизу жесть! */
.question_item { overflow: hidden; }
.question_item h3 { font-size: 22px; }







/*Админка панель*/
#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; }/* админка, модуль реклама форма на добавления баннеров*/
#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;}.vitrina { }


.vitrina { position: relative; margin-bottom: 20px; margin-left: -20px; margin-right: -20px; padding-right: 20px; overflow: hidden; }


.vitrina .actions_panel { cursor: pointer; right: 10px; display: none; }

/* Ссылки Переставить */
#vitrina1 .vd, #vitrina2 .vd { display: none; }

/* Параметры витрины товаров */
.vitrina_item { position: relative; } 

.vitrina_container { width: 20%; float: left; }

.vitrina_item img { width: 100%; height: auto; transition: all 0.5s ease; }

.vitrina_item:hover { }

.vitrina_item:hover img { transform: scale(1.2, 1.2); }




.vitrina_item h3 {
    padding-top: 4px !important;
    font-size: 16px;
    line-height: 1.1;
    height: 40px !important;
    overflow: hidden;
    margin-bottom: 7px !important;
}

.vitrina_more_link {

    display: block;
    background: #ff7f50;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 13px;
    box-sizing: border-box;
    height: 28px;
    line-height: 26px;
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-left: 13px;
    transition: all 0.5s ease;
}


.vitrina_item:hover .vitrina_more_link { padding-left: 28px; background-color: #e35d2c; }



.img_container {
    height: 100px;
    display: block;
}

.percent_vitrina {
    /* position: absolute; */
    font-weight: normal !important;
    border-radius: 6px;
    background-color: #fe5a5a;
    color: #fff;
    font-size: 13px !important;
    margin: 0;
    padding: 0;
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 5px;
    display: none !important;
}


.vitrina_item h3 a { text-decoration: none; color: #ff7f50; font-size: 16px !important; }
.vitrina_item h3 a:hover { text-decoration: underline; }


.vitrina_item p { display: none; padding-top: 5px; font-size: 14px; line-height: 1.3; }



.vitrina_item button { float: right; border: 0 none; /* background: #e25c0b; */ background: #ff7f50;
color: #fff; padding: 3px 8px; font-size: 15px;cursor: pointer; border-radius: 14px !important; width: 120px; }

 .vitrina_item button:hover { opacity: 0.9. }

.vitrina_item span { float: left; display: block; font-size: 16px; margin-top: 4px; padding-bottom: 0 !important; 
    font-weight: bold; color: #ff7f50; }


.vitrina_item span, .vitrina_item h3, .vitrina_in_check_link { }


.vitrina_item h3 { margin-top: 18px; }
.vitrina_item h3 a { color: #000; }

.vitrina_in_check_link { font-size: 13px; text-decoration: none; }
.vitrina_in_check_link:hover { text-decoration: underline; }

/* Ценники для витрины */

/*
.p1, .p2 { display: block; position: absolute; left: 6px; bottom: 6px; font-size: 18px; padding-bottom: 0 !important; }
.p1 { font-size: 18px; padding-bottom: 5px; }
.p2 { color:#32cd70; font-size: 16px !important; bottom: 25px !important; }

*/

.p2 { position: absolute; bottom: -22px !important; color:#888; font-size: 14px !important; }


/* панель админа */
.panel_el { opacity: 0.8; position: absolute; top:90px; left:0; width:140px; height: 60px; background-color: #fff; }
.panel_el a { display: block; font-size: 15px; padding: 5px; padding-top: 5px; padding-bottom: 0px;  }

/* Комбинированная витрина */



/*

#vitrina2 { height: 660px;  overflow: hidden; }

.promo_item { position: relative; background: #f5f5f5; border-radius: 3px;
	margin-right: 10px; margin-bottom: 10px; padding: 6px; }

#vitrina2 .promo_container { width: 25%; float: left; height: auto; }
#vitrina2 .promo_container .promo_item { height: 200px; }

.promo_item h3 { padding: 6px; font-size: 24px; line-height: 1.2; color:#444; font-weight: lighter; 
	overflow: hidden; height: 50px; }
.promo_item p { font-size: 17px; padding: 6px; color:#444; }

#vitrina2 a { text-decoration: none; }
#vitrina2 a:hover { opacity: 0.9; }

#vitrina2 .promo_container span { position: absolute; left: 0; top:0;  }

.promo_item .panel_el { bottom:0; left:0; }

.promo_item span { padding: 6px; opacity: 1; display: block; position: absolute; 
	top: 0; left: 0; height: 70px; overflow: hidden; }

.promo_item span h3 { color: #000; }	

*/.editable[contenteditable=true] {
    color: #000 !important;
    background-color: rgb(252, 249, 35);
}

.editable[contenteditable=true] * {
    color: #000 !important;
    background-color: rgb(252, 249, 35);
}

.text_block .editable {
	overflow: hidden;
}
#panel_cap { }

/*Шапка панели */
#panel_cap { position: relative; overflow: hidden; background-color:#000; /*background:url('../../images/sprite_cms.png') repeat-x 0px -9px;*/ height:66px; }
#panel_cap { z-index: 10; position: fixed; top:0; left: 0; width: 100%; }

#panel_cap h3 { 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; }

*/#order_content_block { }

.pay_order2 { text-decoration: none; background: none repeat scroll 0 0 #f2467e; color: #fff !important; font-size: 17px; padding: 3px 8px; }

/*
#order_content_block h3 { text-align: right; margin-top: 20px; margin-bottom: 40px; }
*/

#order_header { overflow: hidden; margin-bottom: 30px; }
#order_header div { float: left; width: 30%; }

#order_header div p span { color:red; }


#itogo { float: right; overflow: hidden; margin-top: 20px; }
#itogo p, #itogo p span { font-size: 19px; line-height: 1.3;  }

.react_time_class {
    
}

.react_time_class * {
    color: #bb1f1f !important;
}


.new_orders_block {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #0466af;
    height: 45px;
    line-height: 45px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    z-index: 10;
    border-radius: 5px;
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.45);
}

.new_orders_block:hover {
	opacity: .9;
}

.nob_value {
    background-color: #fff;
    display: inline-block;
    width: 20px;
    color: #d52240;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
}


/* ===================== */


.order_about_my { overflow: hidden; padding: 20px; background-color: #fff; border-radius: 5px; 
	border:1px solid #f3f3f3; margin-bottom: 20px; box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2); }

.order_about_my .order_title { color: #ec1c24; font-size: 17px; font-weight: bold; }

.order_about_my .line { margin-top: 20px; }

.order_about_my2 { overflow: hidden; margin-right: 330px; }
.order_about_my2 p { float: left; width: 50%; margin-bottom: -2px; font-size: 14px; }


/* .order_about_my2 p:nth-child(even) { border-bottom: 1px dotted #ccc; } */

.order_about_my2 span { display: none; border-bottom: 1px dotted #ccc; }
.pay_block { padding-left: 20px; height: 150px; float: right; text-align: left; 
	width: 220px; padding-right: 60px; overflow: hidden; border-left:1px dotted #ccc; }

.order_about_my .button_gray { margin: 0 auto; border: 0 none;  margin-top: 20px; width: 220px;
	background: #e5e5e5 url(../images/sprite_site20.png) -4px -258px no-repeat; text-align: left; padding-left: 54px;
 }


.order_about_my2 strong:first-child { text-transform: uppercase; }

.pay_block button { margin: 0; padding: 0; color: #fff; background-color: #cc0033; }
.pay_block button:last-child { background-color: #fff; border:1px solid #ccc; color: #444; }


.pay_block .button_red, .pay_block .button_white { width: 220px; }


.pay_block .button_white { margin-top: 30px; background: #fff url(../images/sprite_site18.png) right -252px no-repeat; display: block; }#catalog_groups { }

.groups_block { margin-right: -32px; overflow: hidden; }

.groups_list { width: 33.333%; float: left; height: 300px; overflow: hidden; }
.groups_list a { display: block; margin-right: 32px; margin-bottom: 32px; text-decoration: none; color: #035979; }
.groups_list div img { width: 100%; height: auto; }

.groups_list a p { color: #035979; }
.groups_list a:hover p { color: #30AAB7; }

.group_title { clear: both; padding-top: 20px; margin-bottom: 20px; border-top: 1px solid #BCE7EB; margin-right: 32px; }



/* Левая колонка с группами */
/*
#catalog_groups_new { width: 520px; float: left; }
#catalog_groups_new div { overflow: hidden; margin-bottom: 8px; }
#catalog_groups_new div span { padding-left: 10px; }
#catalog_groups_new div span a { font-size: 13px; color: #666; }*/


/* Правая с группами */
/*#catalog_groups_new_next { margin-left: 550px; overflow: hidden; }*/
.catalog_groups_new_nexts p { margin-bottom: 8px; }
.catalog_groups_new_nexts p a { text-decoration: none; font-size: 17px; }
.catalog_groups_new_nexts p span { padding-left: 10px; }
.catalog_groups_new_nexts p span a { font-size: 13px; color: #666; }


/* Подгруппы */
.catalog_groups_new_nexts div { padding-left: 10px; padding-bottom: 3px; }
.catalog_groups_new_nexts div a { text-decoration: none; font-size: 15px; }

.catalog_groups_new_nexts div span { padding-left: 10px; }
.catalog_groups_new_nexts div span a { font-size: 13px; color: #666; }

#catalog_groups_new .move2, .catalog_groups_new_nexts .move2 { display: none; }
#catalog_groups_menu { display: none; }

#catalog_groups_menu { padding-bottom: 20px; }
#catalog_groups_menu a { padding-right: 14px; }

/*=============================== */


.group_edit_modal.group_edit_modal_show {
    display: block;
}

.group_edit_modal input[type=color]{
    cursor: pointer;
}

.group_edit_modal textarea {
    box-sizing: border-box;
    resize: none;
}

.see_group_image {
    position: absolute;
    left: 415px;
    margin-top: -33px;
}


.group_edit_modal .category_slides {
    /*position: absolute;
    top: 398px;
    left: 414px;*/
    /*height: 154px;
    width: 322px;*/
    /*height: 220px;
    width: 438px;*/
    border: 1px solid #444;
    display: inline-block;
    box-sizing: border-box;
}

.group_edit_modal .category_slides > div {
    /*height: 154px;
    width: 322px;*/
    height: 220px;
    width: 438px;
}


.group_edit_modal .category_slides * {
    /*background-size: 70%;*/
    margin: 0px;
    border: none;
    display: block;
}

.group_edit_modal .file_block,
.group_edit_modal .file_block * {
    max-width: 200px;
    text-decoration: none;
}

.group_edit_modal {
    /*position: absolute;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    /*padding: 20px;*/
    box-sizing: border-box;
    overflow: hidden;
    z-index: 3;
    display: none;
}

#group_edit_modal.group_edit_modal_show + #catalog_groups_space {
    display: none;
}


.group_edit_modal .form_out label {
    width: 250px;
}

.catalog_groups_new_nexts {
    float: left;
    border: 1px solid #444;
    padding: 10px;
    margin-bottom: 1%;
    width: 32%;
    margin-right: 1%;
    border-radius: 5px;
    box-sizing: border-box;
}

.level_say {
    display: block;
    margin-bottom: 10px;
    margin-top: -10px;
    font-size: 14px;
}

.no_child_gr {
    color: #444 !important;
}

.gr_edit {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../images/gr_edit.png);
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: absolute;
    margin-left: 4px;
    cursor: pointer;
}

.gr_edit:hover {
	opacity: .9;
}

.group_edit_modal .actions_panel {
    text-decoration: none;
    background-color: #cc0033;
}

/*
.catalog_group_links_el { cursor: pointer; float: left; width: 33.33%; padding-bottom: 7px; }
*/

.catalog_group_links_el { cursor: pointer; padding-bottom: 5px; }

#catalog_group_links_levels { display: none; overflow: hidden; margin-bottom: 30px; padding-bottom: 20px; }



#catalog_group_links { float: left; width:25%; border-right: 1px solid #ccc; box-sizing:border-box; margin-top: 12px; }
#catalog_group_links_levels { float: right; text-align: left; width: 74%; }

#catalog_group_links h3 { font-size: 17px; }

#catalog_group_links_levels h2 { padding-top: 12px; }
#catalog_group_links_levels h3 { margin: 0; padding: 0; padding-top: 5px; padding-bottom: 7px; font-size: 18px; text-transform: uppercase; }

#catalog_group_links_levels p { padding-bottom: 4px; cursor: pointer; font-size: 16px; height: 19px; padding-left: 27px; }

.catalog_group_links_levels_1 { background:url(../images/sprite_cms.png) no-repeat -10px -3030px; color:#444444; }
.catalog_group_links_levels_0 { background:url(../images/sprite_cms.png) no-repeat -10px -3060px; color:#333333; }


#catalog_group_links_levels h2 { margin-left:8px; }


/* Блок с уже привязанными */
#catalog_group_links_linked { width: 560px; height: auto; position: absolute; right:0; top:24px; }



/* Панель навигации на странице для описания */
#catalog_group_descr { margin-top: 20px; }
#catalog_group_descr .actions_panel { top:-24px; }

#catalog_group_descr img { float: left; width: 256px; margin-bottom: 50px; }

/* Привязка к группам */
#groups_multiselect p { display: block; float: left; width: 33.33%; }

/*
#groups_multiselect input[type=submit] { float: right; }
*/

#out_center .add { position:absolute; right:0; top:0; }

/*
#catalog_group_form { width: 99%; height: 400px; };
#catalog_descr_form { width: 99%; height: 200px; };
*/

#catalog_descr_form input[type=submit] { float: right; margin-top: 7px; }


#catalog_group_form label { display: block; padding-bottom: 4px; padding-top: 7px; }
#catalog_group_form input[type=text] { width: 99%; padding: 4px; margin: 2px; border: 1px #ccc solid; border-radius: 2px; }


/* Стили для списка в админке упростить! */
.catalog_groups_item { padding-bottom:3px; padding-bottom:3px; margin-bottom:6px; }

.catalog_groups_name { font-weight: bold; }
.catalog_groups_name, .catalog_groups_name2 { width:400px; float:left; padding-top:4px; }
.catalog_groups_name span, .catalog_groups_name2 span { padding-left:5px; color:#666666; font-size:13px; }



/* Кнопки */
.cm_btn_add { background: url('../images/icons/add.png') no-repeat; }
.btn_edit { background: url('../images/icons/tools.png') no-repeat; }
.btn_status_show { background: url('../images/icons/show.png') no-repeat; }
.btn_status_hide { background: url('../images/icons/hide.png') no-repeat; }

.cm_btn_add, .btn_edit, .btn_status_show, .btn_status_hide { float:left; cursor:pointer; width:22px; height:15px; }

div#f_b_c, .file_block .a_file {
    width: auto;
    border: none;
    padding: 0 4px !important;
    margin: 0 !important;
    display: inline;
    position: static;
    border-radius: 0px;
    box-sizing: border-box;
    text-align: center !important;
}.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; }#basket { }


#order_form2 { padding: 20px; background-color: #fff; overflow: hidden; }



.catalog_col_basket { width: 120px; float:right; margin-right:5px; margin-top:20px; }

.basket_del {width: 31px;height: 31px; background:url('../images/sprite.png') no-repeat 0px -1381px;
float: right; display:block; }

.basket_del:hover{ opacity: 0.9; }

.basket_top_amount {
    background-color: #d38726;
    color: #663300;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    position: absolute;
    left: -6px;
    top: -8px;
    font-size: 16px;
    transition: .3s;
    line-height: 32px;
    font-weight: bold;
}


/*

#basket_now { margin-top: 20px; overflow: hidden;margin-bottom:10px; }

#total_sum { padding-top: 32px; overflow: hidden; padding-bottom: 8px; }
#total_sum p { font-size: 19px; line-height: 1.1; text-align: right; }
*/

/* Блок с ценниками на сайте */
.catalog_price_block { }

#basket_clear { position: absolute; right: 0; top:0; width: 13px; cursor: pointer; height: 13px;
background: url('../images/cart-del.png') no-repeat 0px 0px; }

/* Для блока списка в корзине */
.basket_price_block { position: absolute; bottom:42px; right: 150px; width: 102px; overflow: hidden; height: 28px; }



.basket_price_block input[type=text] { position: absolute; left: 30px; border:1px #ccc solid; border-radius:0; padding:0; height: 25px; font-size:18px; width:40px; text-align: center; border-radius: 4px; }

.sum, .sum2 { font-size: 16px !important; position: absolute; bottom: 36px; }
.sum { width: 200px; right:260px; text-align: right; }
.sum2 { width: 120px; right:20px; }


.basket_price_block .plus, .basket_price_block .minus { line-height: 27px; color: #fff; text-align: center; 
	background-color: #d38726; z-index: 2; cursor: pointer; width: 28px; height: 28px; border-radius: 4px; position: absolute; 



-moz-user-select: none;
  -o-user-select:none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
   user-select: none;



}



.basket_price_block .minus { left: 0px; top:0; line-height: 23px; }
.basket_price_block .plus { left: 74px; top:0; }



.plus:hover, .minus:hover { opacity: 0.9; }

#order_form input[type=submit] { position: absolute; right: 40px; bottom: 30px; height: 40px; width: 150px;
border-radius: 4px; }




#order_form #svitok { text-align: right; position: absolute; bottom: 25px; right: 230px; font-size: 15px; line-height: 1.3; }

#order_form { position: relative; background: #f3f2f2; font-size: 17px; height: auto; 
	padding: 20px; overflow:hidden; }


#order_form div { float: left; width: 50%; }
#order_form p { float: left; padding-bottom: 0 !important; }

#order_form label {position: relative;float: left;width: 160px; margin-top: 5px; margin-bottom: 5px; }

#order_form label span { display: block; line-height: 1.3; }


#order_form label, #order_form input[type=text], #order_form textarea,
{ display:block; background:#fff; }

#order_form input[type=text], #order_form textarea { border:1px #919191 solid; margin-top:5px; }
#order_form input[type=text] { font-size: 17px; }

#order_form select { border:1px solid #919191; font-size: 17px; padding: 3px; }

#order_form select, #order_form input[type=text], #order_form textarea { 
  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; width:350px; }  


#delivery_pay_block label { height: 160px; }
#delivery_pay_block input[type=radio] { padding-bottom: 5px; }


/*

#order_form input[type=radio] { padding: 3px; float: left; margin-left:6px; margin-top:9px; }

.radio_list label { width: 300px !important; margin-left: 10px; }
.radio_list { float: left !important; width: 350px; margin-bottom:6px; }

*/

#order_form textarea  { font-size: 17px; height:90px; padding:4px; padding-left: 2px; margin-bottom: 20px; }


#recive_result { float: left; width: 320px; padding-top: 16px; color: #8e0205; height: 40px !important; }


#order_form div label small { float: left; }


#basket_msg { width: 124px; height: 34px; background: #fff; overflow: hidden; display: none; position: absolute; z-index: 5; top: 0; left: 0; }
#basket_msg div { height: 30px; width: 120px; background-color: #55b355; margin: 2px; border-radius: 14px; }
#basket_msg div a { font-family: Arial; display: block; text-decoration: none; text-align: center; line-height: 30px; font-size: 15px; }
#basket_msg div button { height: 30px; font-size: 15px; color: #fff; background: transparent; border: 0; width: 120px; } 


#basket_msg div , #basket_msg a { color: #fff; }

#text_reg { float: left;width: 210px;margin-top: 60px;font-size: 19px;color: #393939;
padding-left: 20px;}


/* кнопки переключения типа формы */
.order_type_btn { cursor: pointer;
width: 200px;
height: 40px;
border-radius: 6px 6px 0px 0px;
float: left;
margin-bottom: 0px;
z-index: 5;
position: relative;
margin-top: 30px;}


.order_type_btn h2 { font-size: 19px; line-height: 1; float: left;
padding: 10px 0px 0px 20px; }

.order_type_btn.active { background-color: #f3f2f2; }

#delivery_date_block { padding-top: 30px;  }
#delivery_time_block, #delivery_type_block, #delivery_pay_block { padding-top: 10px;  }
#delivery_pay_block { padding-bottom: 30px; }


.basket_item { border: 1px solid #ececec;
background-color: #fff;
overflow: hidden;
padding: 20px;
border-radius: 4px;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
padding-top: 0; margin-bottom: 20px; }

.basket_item h2 { padding: 0; margin: 0; margin-left: -20px; margin-right: -20px; background: #017fd4; 
  height: 40px; line-height: 40px; color:#fff; padding-left: 20px; }


.basket_item div { overflow: hidden; margin-top: 20px; }
.basket_item div p { float: left; }
.basket_item div p:last-child { float: right; }

.basket_item .itog_apteka { float: right; font-weight: bold; }

#goods_pay { margin-top: 30px; padding-left: 40px; background:url('../images/sprite_site11.png') no-repeat -27px -289px; font-size: 18px; }

.goods_pay { overflow: hidden; }
.goods_pay a { display: block; float: left; padding-right: 20px; text-decoration: none; color: #444; 
  background:url('../images/sprite_site11.png') no-repeat -2px -592px; padding-left: 24px; }

.goods_pay span { float: left; padding-right: 20px;  }

.goods_pay .checked_pay { background:url('../images/sprite_site11.png') no-repeat -2px -554px; }
.checked_pay { background:url('../images/sprite_site11.png') no-repeat -2px -554px !important; }


.basket_object_select { background-color: #ffe5b4; color: #ff7f50; position: absolute; left: 20px; top:110px; width: 420px; 
  /* border:1px solid #ccc; */ padding: 7px; border-radius: 8px; padding-left: 15px; }
.basket_object_select, .basket_object_select a {  font-size: 13px; line-height: 13px; }
.basket_object_select a { color: #ff7f50; }

#order_list .catalog_item h3 { margin-left: 136px; letter-spacing: 0.2px; padding: 5px 0; }
#order_list .catalog_item h3 a { color: #000; text-decoration: none; font-size: 24px; font-weight: 700; font-family: 'Ubuntu', sans-serif; }
#order_list .catalog_item h3 a:hover { text-decoration: underline; }
#order_list .catalog_item > p { height: 28px; margin-left: 136px; color: #666; font-size: 15px; padding-left: 3px; letter-spacing: 0.1px; }

#order_list .catalog_item  .graylist { overflow: hidden; margin-left: 136px; padding-left: 3px; }
#order_list .catalog_item  .graylist p { float: left; margin: 0 10px 0 0; color: #666; font-size: 15px; letter-spacing: 0.1px; }

#order_form2 form { overflow: hidden; padding: 0 6px; margin-right: -19px; }
#order_form2 form div { float: left; width: 33.333%; }
#order_form2 form div > label { padding: 0 6px 7px; margin-top: -2px; }
#order_form2 form div > input[type=text] { width: calc(100% - 19px); margin: 0; }

#order_form2 form div.checkboxes { width: 100%; overflow: hidden; padding: 21px 0 0; }
#order_form2 form div.checkboxes div { float: left; width: 33.333%; padding-left: 18px; box-sizing: border-box; }
#order_form2 form div.checkboxes div:last-child { width: 66.666%; }
#order_form2 form div.checkboxes div p { font-size: 16px; color: #000; font-weight: 700; }
#order_form2 form div.checkboxes div input[type=radio] { float: left; margin-top: 5px; }
#order_form2 form div.checkboxes div span label { width: auto; padding-top: 0; }
#order_form2 form div.lastblock { position: relative; width: 100%; height: 68px; }
#order_form2 form div.lastblock input[type=submit] { right: 16px; left: auto; margin-top: 0; top: 13px; height: 53px !important; }
#order_form2 form div.lastblock .total { padding-top: 18px; padding-right: 205px; text-align: right; font-size: 15px; }
#order_form2 form div.lastblock .total span { font-size: 30px; font-weight: 700; margin-left: 7px; }

#order_form2 .form_out div { margin-bottom: 14px; }
#order_form2 .form_out label { width: auto; }
.checkboxes div span { display: block; margin-bottom: 4px; }

.checkboxes input[type=radio] { }

#comment_block { width: 100% !important; }

#comment_block label { width: 100% !important; }
#comment_block textarea { width: 85%; }#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{}

#blacklist_h1 { float:left; }
#blacklist_search { float:right; }
#blacklist_search label { float:left; padding-right: 10px; }
#blacklist_search input[type=text] { float:left; border:1px solid #cccccc; padding:2px; }#article_goods_container #goods_link_block { overflow: hidden;  }
#article_goods_container { padding:0; }
#article_goods_container h2 { float:left; }

#article_goods_container #goods_link { height: 40px; float:right; padding-top:3px; }.vitrina_item {}

#catalog_tabs { margin-top: 32px; margin-bottom: 32px; padding-bottom: 10px; border-bottom: 2px solid #30AAB7; }
#catalog_tabs a { display: inline-block; padding: 12px; padding-left: 32px; padding-right: 32px; text-decoration: none; text-transform: uppercase; font-weight: bold; }

#catalog_tabs a:first-child { border: 2px solid #30AAB7; border-bottom: none; background-color: #fff; }

#catalog_form { height: 320px; }
#catalog_form_mod { height: 280px; }

#catalog_form input[type=text] { width: 99% !important; }
#catalog_form textarea { width: 99% !important; height: 140px; }

.container_catalog_over {
    background-color: #fff;
    overflow: hidden;
}

.vitrina_item { background-color: #fff; overflow: hidden; padding: 10px; }

.panel_info_block_catalog h3,
.panel_info_block_catalog .change_object_el a {
    display: none;
}
.panel_info_block_catalog .change_object_el p:nth-child(3) {
    width: 55%;
}
.panel_info_block_catalog .change_object_el p:nth-child(4) {
    text-align: center;
}
.panel_info_block_catalog .change_object_el p:nth-child(5) {
    width: 0%;
}


.vitrina_item img {
    max-width: 100%;
    height: auto;
    margin: auto;
    width: 100%;
    display: block;
}



.vitrina_in_check_link {
  display: block;
    float: left;
    margin-top: 3px;
}

.recipe_list { position: absolute; left: 200px; top:125px; background: url('../images/recipe_ico.png') no-repeat 0 2px; font-size:13px; padding-left: 24px; }

.vitrina_item .recipe_list { left:6px; top:6px; background: url('../images/recipe_ico.png') no-repeat 2px 4px; background-color: #fff; color: #666; padding: 3px; width: 110px; padding-left: 24px; height: 16px; overflow: hidden; }

#catalog_descr_form { width: 99%; height: 200px; }
.mnn { overflow: hidden; height: 350px; }

/* Блок с описаниями товара */

#catalog_item #catalog_main_block { overflow: hidden; }
#catalog_item .descr_block h2 { font-size: 20px; padding-bottom: 6px; }
#catalog_item .descr_block { position:relative; margin-bottom:25px; min-height:30px; }


#photos_addon { background-color:#fcf7e3; padding: 20px; }
#photos_addon span { position: relative; padding-right: 5px; }

#photos_addon span .panel_el { position: absolute; top:-32px; left: 0; width: 90px; overflow: hidden; height: 35px; }
#photos_addon span .panel_el a { font-size: 13px; line-height: 1.2; }

/* Выключим описание временно */


#catalog_item_descr_block { display: none; }

#catalog_item div s { color:#888; }



#catalog_item .basket_price_block { left: 25px; top:0; }
#catalog_item .basket_add { right: -56px; bottom:-29px;  }


/* Переопределенный блок с добавлением в Избранное */
#catalog_item .favorites_add { position: absolute; left: 180px; top:-12px; }

#catalog_list .vitrina_container { width: 20%; }


#catalog_list .vitrina_container .img_container { display: block; text-align: center; height: auto; }
#catalog_list .vitrina_container h3 { margin-bottom: 7px !important; }

#catalog_list .vitrina_item p { display: block; margin-left: 0px; }
#catalog_list .vitrina_item strong { display: block; margin-left: 0px; height: 20px; position: absolute; bottom: 25px; }
#catalog_list .vitrina_item strong a { font-size: 15px !important; text-decoration: none; }
#catalog_list .vitrina_item strong a:hover { text-decoration: underline; }

#catalog_list .vitrina_item { margin-bottom: 0px; margin-left: 0px; }
#catalog_list .vitrina_item span { position: absolute; right: 20px; top:20px; }


.vitrina_item strong { bottom: 37px !important; }

.catalog_item { position: relative; height: 110px; 

border: 1px solid #ececec;
background-color: #fff;
overflow: hidden;
padding: 20px;
border-radius: 4px;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
margin-bottom: 10px; }

.spec_over {
    overflow: hidden;
    position: relative;
    left: 20px;
    top: -3px;
    height: 16px;
    min-width: 100px;
}

span.spec_catalog {
    position: static !important;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    font-weight: normal;
    height: 16px;
    line-height: 16px;
    padding-right: 7px;
    padding-left: 8px;
    margin-right: 6px;
    margin-top: 0px;
    cursor: default;
    display: none;
}

span.recipe {
    background-color: #ff9933;
}

span.gnvls {
    background-color: #0072bc;
}

.spec_catalog.spec_catalog_show1 {
    display: inline-block;
}

.object_el_price_block .open_el_price, 
.object_el_price_block .open_el_price_disc,
.object_el_price_block .percent_vitrina {
    float: left;
    width: auto;
    margin-right: 5px !important;
}

.object_el_price_block .open_el_price {
    font-size: 14px !important;
    position: relative;
    top: 2px;
}

.object_el_price_block .open_el_price_disc {
  
}

.object_el_price_block .percent_vitrina {
    position: relative !important;
    top: 4px !important;
    right: 4px !important;
}

.object_el_price_block .buy_btn {
    background-color: #009933;
    font-size: 11px;
    width: auto;
    padding: 6px 7px;
    right: 8px !important;
    top: 34px !important;
}

.vitrina_item.catalog_item_vitrina_item {
    border: none;
    box-shadow: none;
    padding: 0px;
}

.current_subst {
  text-decoration: none;
}

.catalog_item .catalog_photo { width: 100px; height: 100px; overflow: hidden; float: left; 
	margin-top: 6px; margin-left: 6px; border-radius: 6px; }
.catalog_item .catalog_photo a img { width: 100%; border-radius: 6px; }

.catalog_item h2 { padding-top: 8px; }
.catalog_item h2, .catalog_item p { margin-left: 130px; }
.catalog_item p { font-size: 13px; }
.catalog_item h2, .catalog_item h2 a { font-size: 18px; line-height: 1.1; text-decoration: none; color: #444; }
.catalog_item h2 a:hover { text-decoration: underline; }

.catalog_item .favorites_add { position: absolute; left:195px; bottom:12px; }




.catalog_item .price { font-size: 21px; width: 160px; position: absolute; bottom:2px; right:150px; }
.catalog_item .discount { bottom: 24px; }

#catalog_list .vitrina_item button { width: 90px; box-sizing: border-box; border-radius: 5px; height: 30px; color: #fff; background-color: #d38726; }
#catalog_list .vitrina_item button:hover { background-color: rgba(236, 28, 36, 0.8); }

.ob_container { margin-top: 30px; }


/* Детализация товара */
#catalog_item { position: relative; padding: 10px; }

#catalog_item .editable {overflow: hidden;float: left;width: 100%; }



/* Немного переопределим блок с кнопками Корзины */
#catalog_item .price { font-size: 22px; }

#catalog_item #descr { padding-bottom: 32px; font-size: 16px; line-height: 1.4; }

#catalog_item .price_block { left: 0 !important; top:0 !important; }

/* Блок с фото */
#catalog_item_photo p { font-size: 13px; line-height: 1.3; padding-top: 20px; }

#catalog_item_photo { float: left; width: 44%; overflow: hidden; }

#catalog_item_info { margin-left: 48%; position: relative; }
#catalog_item_info p { line-height: 1.4; }

#catalog_item_photo .catalog_item_photo { width: 300px; height: 300px; overflow: hidden; position: relative; }
#catalog_item_photo img { width: 100%; }


.catalog_photo_del { background-color: #f2f2f2; 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; 
text-decoration: none; }

.catalog_photo_del:hover { background-color: silver; }



/* Под админку списка Лайблов-маркеров товаров */
#markers_list { padding-top: 10px; }
#markers_list span { padding-left: 20px; }
#markers_list span a { color: #666666; font-size: 12px; }
.markers_container { position: absolute;width: 100px;height: 100px; }


/* Админ панель */
#catalog_item .actions_panel { height: auto; }
#catalog_item .actions_panel .file_block { min-height:25px; height:25px; width:130px; border: 0; }
#catalog_item .actions_panel .file_block a { border:0; }

#catalog_item .actions_panel a { display: block; line-height: 1.5; }

#catalog_group_descr { position: relative; width: 100%; clear: both; }


.button1 { display: block; border: 0 none; background: #fe5a5a; color: #fff;
    padding: 3px 8px; font-size: 15px; cursor: pointer; width: 100px; height: 30px; line-height: 30px; }


#catalog_item_goods_block { height: 200px; margin-top: 32px; }

.button_price_list { text-decoration: none; display: block; width: 256px; height: 54px; line-height: 44px; border-radius: 25px; border:3px solid #d38726; font-size: 26px; background-color: #d38726; color: #fff; text-align: center; box-sizing:border-box; }


.button_price_list:hover { background-color: #fff; color: rgb(236, 28, 36); border:3px solid rgb(236, 28, 36); }
.button_price:hover { background-color: #30AAB7; color: #fff; } 

#price_text { font-size: 14px; color: #808080; position: absolute; top:198px; left: 288px; }

#mod_list { overflow: hidden; margin-bottom: 32px; }
#mod_list div { border-bottom: 2px solid #30AAB7; height: 32px; }

#mod_list p { float: left; width: 25%; padding-top: 8px; }
#mod_list a { float: right; padding-top: 8px; text-decoration: none; }

#mod_list_th { overflow: hidden; padding-bottom: 10px; border-bottom:1px solid #ccc; }
#mod_list_th p { float: left; width: 25%; font-size: 13px; color: #ccc; }
#mod_list_th p:last-child { float: right; text-align: right; }


#mod_out { margin-bottom: 32px; font-size: 16px; }
#mod_out span { display: inline-block; padding: 4px; border:2px solid #9AD8DD; padding-left: 10px; 
    padding-right: 10px; margin-right: 10px; font-size: 16px; }

#mod_out span:first-child { margin-left: 15px; }    

/*
.vitrina_item .descr { min-height: 60px; }
*/

/*
.vitrina_item .weight { position: absolute; top: 292px; right: 20px; color: #666; }
.vitrina_item .amount { position: absolute; top: 280px; left: 20px; color: #666; }
*/

#catalog_item .actions_panel { top:40px; right: 50px; }


.catalog_add { position: absolute; right: 0; top:0; width: 32px; height: 32px; border-radius: 4px; border:1px solid #666; text-align: center; display: block; text-decoration: none; font-size: 28px; line-height: 32px; color: #666; }

#catalog_item_info #cms_table, #catalog_item_info #descr { width: 75%; }





.catalog_full { width: 100% !important; }

.catalog_full img { width: 200px; height: auto; float: left; }
.catalog_full strong { position: absolute; right: 20px; top:20px; }
.catalog_full h3 { float: left; margin-left: 30px; }
.catalog_full h3 a { font-size: 30px; }

.catalog_full button { margin-top: 40px; }


.vitrina_container .descr { display: none !important; }
.catalog_full .descr { display: block !important; position: absolute; left: 240px; top:90px; }




#photos_container {
    float: left;
    width: 400px;
    overflow: hidden;
    position: relative;
    margin-right: 40px;
    margin-bottom: 20px;
}

#mobile_photos div { float: left; position: relative; width:33.333%; background-color: #ccc; }
#mobile_photos div img { /* display: block; */ vertical-align: bottom; width: 100%; height: auto; margin: 0; padding: 0; border:0 !important; }

#mobile_photos div:first-child { width: 100%; }


#admin_container { clear: both; overflow: hidden; border:1px solid #ccc; padding: 14px; border-radius: 4px; margin-bottom: 14px; }


#admin_markers h3 { height: auto !important; padding: 0 !important; margin: 0 !important; }
#admin_markers a { display: inline-block !important; margin-right: 20px; text-decoration: none; padding-top: 0 !important; }

#index_v_title { margin-bottom: 14px; }

.favorites_clear { }
.favorites_clear { position: absolute; top:8px; right: 0; }

#favorites_button { display: block; background-color: #46a606; width: 280px; font-size: 20px; 
	height: 34px; padding-top: 7px; border-radius: 3px; text-align: center; color:#fff; text-decoration: none; }.linker_panel { }
.linker { position: relative; }

#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; }
#linker_panel_right .catalog_item .price { right: 0px; }
#linker_panel_right .catalog_item .catalog_photo { width: 85px; }
#linker_panel_right .catalog_item .catalog_descr { margin-left: 100px; }
#linker_panel_right .catalog_item h2 { font-size: 17px; margin-left: 100px; }
#linker_panel_right .catalog_item h2 a { font-size: 17px; }
#linker_panel_right .catalog_item img { width: 85px; height: 85px; }


#linker_out .catalog_item { height: 115px; overflow: hidden; }
#linker_out .catalog_item .price { right: 0px; }
#linker_out .catalog_item .catalog_photo { width: 85px; }
#linker_out .catalog_item .catalog_descr { margin-left: 100px; }
#linker_out .catalog_item h2 { font-size: 17px; margin-left: 100px; }
#linker_out .catalog_item h2 a { font-size: 17px; }
#linker_out .catalog_item img { width: 85px; height: 85px; }







#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; }

#msg_left { }

.msg_item { padding-bottom:6px; overflow: hidden; }

.msg_item div { float:left; font-size: 13px; }
.msg_item p { margin-left: 200px; margin-right: 100px; } 

.msg_item span { display: block; float:right; font-size: 13px; }


#msg_left { float:left; width:30%; height:150px;  }

#msg_left .form_out label { display: block; float:left; width: 60px;  }
#msg_left .form_out input[type=text] { display: block; float:left; width: 140px; border: 1px solid #ccc; }
#msg_left .form_out input[type=submit] { display: block; float:left; width: 50px; }



#msg_right { float:right; width:68.5%; text-align: left; }

#msg_personal { height:100px; border: 1px solid #ccc; padding: 14px; overflow: hidden; }
#messages_list { height:300px; overflow-y:scroll; border: 1px solid #ccc; margin-top: 14px; padding: 14px; }

#msg_personal h3 { font-size: 24px; line-height: 1.2; }

#msg_form { height:100px; border: 1px solid #ccc; margin-top: 14px; }
#msg_users_search { height:100px; border: 1px solid #ccc; padding: 14px; }


#messages_users { height:418px; overflow-y:scroll; border:1px #ccc solid; margin-top: 14px; padding: 14px; }

#messages_users .textsmall2, #messages_list .textsmall2 { 
	font-size:12px; color:#666; line-height: 1.2; }


#msg_form div { padding: 10px; }
#msg_form textarea { width: 100%; border: 0; }
#msg_form input[type=submit] { float: right; margin-top: 14px; }

#tasks_form #priority { display: block; overflow: hidden; margin-top:16px; height:40px; }#my_profile { }

/* Мой профиль */
#my_profile { position: relative; }
#my_profile h3 { FONT-FAMILY: 'Pragmatica Web Book', Arial, sans-serif; font-size: 15px; margin-top: 15px; margin-bottom: 20px; text-transform: uppercase; font-weight: bold; }
#my_profile > div { border-radius: 5px; border: 1px solid #b7b7b7; background-color: #fff; min-height: 63px; overflow: hidden;
  padding: 20px; margin-bottom: 10px; position: relative; }

#my_profile div img { width: 60px; height: 60px; border-radius: 30px; }

#my_profile div p { font-weight: bold; margin-top: 7px; font-size: 17px; }
#my_profile div a { text-decoration: none; }

#my_profile > div:hover { background-color: #efefef; }


#my_profile .my_profile_edit { position: absolute; width: 42px; height: 42px; right: 0px; 
	top:30px; background: url('../images/sprite_site20.png') 0 0 no-repeat; }

#my_profile .my_profile_edit:hover { background: url('../images/sprite_site20.png') 0 -45px no-repeat; }



#my_profile_adm { width: 220px; border:1px solid #b7b7b7; height: auto; border-radius: 5px; background-color: #fff;
position: absolute; right: 42px; z-index: 200; }
#my_profile_adm a { display: block; height: 42px; line-height: 42px; color: #231d1d; text-align: center; 
  text-transform: uppercase; font-size: 13px; font-weight: bold; text-decoration: none; }
#my_profile_adm a:first-child { border-bottom: 1px solid #b7b7b7; }

#my_profile_adm a:hover { color: #cc0033; }


#my_settings { margin-top: 100px; }
#my_settings .strong_text { margin-top:20px; }
.strong_text { font-weight: bold; }


#my_settings #basket_type, #my_settings #list_type { background-color: #fff; }
#my_settings #basket_type a { background: url('../images/sprite_site11.png') no-repeat -2px -592px;
padding-left: 24px; text-decoration: none; color: #444; margin-right: 20px; }


#my_settings #list_type a { padding-left: 55px; display: block; float: left; width: 200px; height: 34px;
text-decoration: none; color:#444; padding-top: 10px; }

#my_settings #list_type1 { background: url('../images/sprite_site16.png') 0 -1px no-repeat; }
#my_settings #list_type2 { background: url('../images/sprite_site16.png') 0 -50px no-repeat; }
#my_settings #list_type3 { background: url('../images/sprite_site16.png') 0 -100px no-repeat; }


/* ============= */

#my_questions { margin-top: 100px; position: relative; }
#my_questions > div { border-radius: 5px; border: 1px solid #b7b7b7; background-color: #fff; height: 63px; 
  padding: 20px; margin-bottom: 10px; position: relative; }











.form_el { overflow: hidden; }

.form_el div { position: relative; float: left; width: 270px !important;  overflow: hidden; }

.form_el div label { 
	
	position: absolute; left: 20px; top: 16px; color: #222; 
	transition-property: top; transition-duration: .5s;


	font-size: 12px; top:4px;

 }


.form_el input[type=text], .form_el input[type=password], .form_el select, .form_el textarea

{ padding-left: 20px; line-height: 40px; margin-left: 5px !important; border-radius: 4px; width: 260px;
border:1px solid #fea2a7;  padding-top: 19px; box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
font-size: 16px; font-weight: bold; box-sizing:border-box;

/*

	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

*/

}


.form_el input[type=text]:focus, .form_el input[type=password]:focus, .form_el select, .form_el textarea { border-color: rgb(204, 0, 51); } 


.form_el input[type=submit] { width: 100px; height: 44px; text-transform: uppercase; overflow: hidden;
font-size: 12px; font-weight: bold; }



#edit_fio .form_el div { float: left !important; padding-right: 20px !important; width: 180px !important; }
#edit_phone .form_el div { float: left; width: 180px !important; }

#edit_password .form_el div { float: left; }

.edit_address .form_el div { float: left; margin-bottom: 20px; }

.edit_address input[type=submit] { height: 64px; line-height: 64px; width: 286px; }
#edit_fio input[type=submit], #edit_phone input[type=submit], 
#edit_email input[type=submit], #edit_password input[type=submit] { height: 64px; line-height: 64px; width: 140px; }


.my_orders_filter {
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px !important;
}

.my_orders_filter a {
    float: left;
    margin-left: 20px;
    margin-right: 10px;
    text-decoration: none;
    font-size: 15px;
}

.my_orders_filter a.my_status_active,
.my_orders_filter a:hover {
    text-decoration: underline;
}


#feedback_form div { float: none; }

#feedback_form div input[type=text] { width: 300px !important; }


#visa_mastercard { margin-top: 17px; background: url('../images/visa_mastercard.png') no-repeat; height: 34px; width: 100px; }

#visa_mastercard a { margin-right: -10px; float: right; font-size: 13px; line-height: 1; margin-top: 9px;
	text-decoration: none; color: #af5658; display: block; border-bottom: 1px dashed #fea2a7; }

#visa_mastercard a:hover { border-bottom: 0 none; }	#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_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;  }


#catalog_groups_linker_form { position: relative; background-color: #f2f2f2; padding: 6px; }
#catalog_groups_linker_form input[type=text] { width: 450px; }
#catalog_groups_linker_form a { display: block; position: absolute; left: 450px; top:50px; }


#catalog_groups_linker_form div { float: left; width: 456px; }
#catalog_groups_linker_form input[type=submit] { margin-top: 2px; }

#catalog_groups_linker_form select { color: #999; }
#catalog_groups_linker_form span { clear: both; display: block; width: 240px; padding-top: -2px; }


#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; }.object_list { }

.object_list { width: 25%; float: left; }

.object_list div { background-color: #fff; padding: 20px; margin-right: 20px; margin-bottom: 20px; border-radius: 5px; 
	border: 1px solid #ccc; height: 280px; box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2); }

.object_list div p { font-size: 18px; }

.object_list img { }

.object_el_open {
    top: 0px !important;
    width: 200px;
    position: absolute !important;
    right: 0;
    border: none !important;
    text-align: right;
}

.objects_left_link:hover {
    cursor: pointer;
    opacity: 0.85;
}

/*
.open_el_price {
    font-size: 15px !important;
    text-decoration: line-through;
    font-weight: normal !important;
}*/

.open_el_price {
    font-size: 12px !important;
    text-decoration: line-through;
    font-weight: normal !important;
    /* width: 100%; */
    color: #bf8a39 !important;
    position: relative;
    bottom: -3px;
}

.open_el_price_disc {
  font-size: 18px !important;
    font-weight: normal !important;
    width: 100%;
}

#catalog_list .vitrina_item .object_el_open button {
    top: 63px !important;
}

.in_objects_link {
    position: absolute;
    right: 20px;
    top: 90px;
    text-decoration: none;
}

.object_el_price_block { top: 8px !important; }


#object_select { margin-top: 20px; }
#object_format, #city_raions { color: #666; padding: 10px; width: 300px; border:1px solid #ffa2a7; border-radius: 5px; height: 44px; line-height: 44px; }
#object_format { margin-left: 20px; }

.object_el { position: relative; margin: 0; padding: 20px; border:1px solid #ccc; border-radius: 4px; background: #fff; margin-bottom: 10px !important; padding-top: 8px; }
.object_el p:first-child { font-size: 18px; }
.object_el p { margin: 0 !important; padding-bottom: 0 !important; }

.object_el div { position: absolute; right: 20px; top:20px; }
.object_el div button { width: 120px; right: 0; }

.object_el div p:first-child { font-size: 15px; text-decoration: line-through; }
.object_el div p:nth-child(2) { font-size: 18px; }

.maps_list {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 9px;
    padding: 10px;
    background-color: #fff;
}

.maps_list > a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.maps_list > a:hover {
	text-decoration: underline;
}

.maps_list > * {
    display: block;
}



.rad,
.ckb{
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.rad > input,
.ckb > input{ /* HIDE ORG RADIO & CHECKBOX */
  visibility: hidden;
  position: absolute;
}
/* RADIO & CHECKBOX STYLES */
.rad > i,
.ckb > i {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-right: 2px;
    border-radius: 50%;
    transition: 0.2s;
    box-shadow: inset 0 0 0 8px #fff;
    border: 1px solid gray;
    background: gray;
}
/* CHECKBOX OVERWRITE STYLES */
.ckb > i {
  width: 25px;
  border-radius: 3px;
}
.rad:hover > i{ /* HOVER <i> STYLE */
  box-shadow: inset 0 0 0 3px #fff;
  background: gray;
}
.rad > input:checked + i{ /* (RADIO CHECKED) <i> STYLE */
  box-shadow: inset 0 0 0 3px #fff;
  background: orange;
}
/* CHECKBOX */
.ckb > input + i:after{
  content: "";
  display: block;
  height: 12px;
  width:  12px;
  margin: 2px;
  border-radius: inherit;
  transition: inherit;
  background: gray;
}
.ckb > input:checked + i:after{ /* (RADIO CHECKED) <i> STYLE */
  margin-left: 11px;
  background:  orange;
}#block_status{}
/*Админка панель*/
.voting_tbl table tr td input[type=text]{background: none; 
	border: 1px solid rgba(0,0,0,0);border-radius:3px;width: 100%;}

.voting_edit_btn{float:right; font-size: 12px; line-height: 12px; background-color:#087cb7; color: white; padding: 4px; border-radius: 3px; cursor: pointer;margin-left: 10px; margin-bottom: 10px;}
.voting_edit_btn:hover{background-color: #666666;}

.voting_del_btn{ float:right; background-color: #b20727; color: white; padding: 4px; border-radius: 3px; cursor: pointer;font-size: 12px; line-height: 12px;}
.voting_del_btn:hover{background-color: #666666;}
#cms_table .del_voting{background-color: #f2f2f2;}
#voting_name_0{width: 30%;border:1px solid silver; margin-left: 20px;border-radius: 3px;min-width: 500px;}
#add_voting_div{float: left;width: 70%; margin-top: 30px; display: none;}

#voting_add_btn{ float:right; background-color: #08b357; color: white; padding: 1px 10px 4px 10px; border-radius: 3px; cursor: pointer;margin-top: 30px;}
#voting_add_btn:hover{background-color: #009966;}

.voting_quest_btn{ float:right; background-color: #a6a6ab; color: white; padding: 4px; border-radius: 3px; cursor: pointer;font-size: 12px; line-height: 12px;margin-left: 10px;}
.voting_quest_btn:hover{background-color: #666666;}
/*Админка панель конец*/

/*Внешний вид на сайте*/
#voting {width: auto !important;height: auto !important; margin: 0 !important; overflow: hidden; border: 0 !important;}
#voting h3{font-size: 16px; font-style: italic; }
/*Голосование*/

#voting .voting_btn{width: 100%;height: 23px;background: none;border: none; margin: 0;
 float: left;margin-bottom: 17px;margin-left: 20px;}
#voting .voting_btn div{float: left; width: 21px;height: 21px;background: url('../images/voting_btn.png') no-repeat -1px -1px;
border: none;cursor: pointer;margin: 0; margin-right: 10px;}
#voting .voting_btn div:hover{background: url('../images/voting_btn.png') no-repeat -1px -24px;}
#voting .voting_btn span{font-size: 14px;padding: 0;margin: 0;padding-bottom: 4px;padding-top: 2px;background: none;}

/*Результаты*/
#voting .voting_result{width: 100%;height: 33px;background: none;border: none; margin: 0;
 float: left;margin-bottom: 6px;}
#voting .voting_result p { padding:0px 20px 4px 20px; font-size:14px; margin: 0; }
#voting span {margin-left: 20px; margin-right: 20px; height: 9px; background-color: #fff; display: block; border-radius: 3px; }

#voting span span { background-color: #79d776; display: block; margin: 0;}
#voting .voting_result p span { display: inline-block; float: right; background: none; margin: 0;}
.testing { }

.testing a { display:block; padding-bottom:4px; }

.testing input[type=checkbox] { margin-bottom: 4px; display: inline-block; margin-bottom: 7px; padding-left: 7px; }

.testing_button { display: block; width: 200px; height: 42px; line-height: 42px; text-transform: uppercase; 
	background-color: red; color: #fff; text-align: center; margin-top: 14px; text-decoration: none; }


.testing_button2 { width: 540px; margin-top: 32px; }	#seo_form .readonly { 
	background-color: #E0E0E0;
    border: none;
    width: auto;
    text-align: center;
}

#seo_set { 
	position: fixed;
	top: 178px;
	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; FONT-SIZE: 15px; background-color: #f2f2f2; }

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:Arial, sans-serif; COLOR:#000;
    FONT-WEIGHT: normal; 
    font-family: 'Ubuntu', sans-serif;
}



@font-face {
  font-family: 'MuseoSansCyrl700';
  src: url('../fonts/museosanscyrl_700.woff') format('woff');
  font-style: normal;
}




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 #ec1c24;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 56px !important;
    line-height: 1.1;
    text-align: center;
    width: 160px; 
   -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: 45px; line-height: 48px; color: #000; margin-bottom: 32px; font-weight: bold; }

h2{  FONT-SIZE: 36px; LINE-HEIGHT:1.2; padding-bottom: 12px; color: #000; font-weight: 700; }
h3{  FONT-SIZE: 30px; LINE-HEIGHT:1.2; padding-bottom:24px; color: #282425; }

a { color: #0066cc; 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:#f59823; TEXT-DECORATION: none; font-weight: bold; }
.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:86%; color:#444444; background-color: #f8e6d1; padding:20px; 
    border-top: 5px #c56c01 solid; border-radius:0 0 6px 6px; }

.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:nth-child(even) { background-color: #fcf7e3; }
.main_table tr td { border: 1px #ccc solid; padding: 8px; text-align: left; }


.myblocks { overflow: hidden; }
.myleft { width: 298px; float: left; margin-right: 0 !important; }
.myleft a { display: block; height: 40px; padding-left: 20px; line-height: 40px; text-decoration: none; color: #000; }
.myleft a.active { background: #d38726 !important; color: #fff; }
.myleft a:hover { background: #eee; }
.mycenter { margin-left: 320px; }





.wrap { }

.container { position: relative; /* width: 1120px; */ margin:0 auto; overflow: hidden; margin-left: 32px; margin-right: 32px; }
.container2 { position: relative; width: 1240px; margin:0 auto;  overflow: hidden; }

.pay_button { display: block; width: 200px; height: 32px; line-height: 32px; background: #d38726; color: #fff; 
	font-size: 13px; text-align: center; text-decoration: none; margin-bottom: 10px; border-radius: 3px; }
.pay_schet { text-decoration: none; }

#slider_container { background-color: #30AAB7; }


#wrap.scroll #top { top: -44px; }


#top { position: fixed;  top: 0; left: 0; right: 0; z-index: 7; height: 90px; background-color: #000; overflow: hidden; }

#top1 { width: 240px; float: left; margin-top: 18px; }
#top3 { width: 240px; float: right; height: 70px; }
#top2 { margin-left: 290px; margin-right: 290px; margin-top: 20px; }

/*
#logo { margin-top: 22px; display: block; width: 240px; height: 45px; background: url(../images/logo.png) no-repeat; background-size: contain; } 
*/

#top1 a img { width: 100%; height: auto; outline: none; }


#cmenu { width: 100%; background-color: #282425; height: 60px; position: fixed;  top: 90px; left: 0; right: 0; z-index: 7; }
#cmenu .cmenu, #cmenu span { display: inline-block; cursor: pointer; color: #fff; font-size: 17px; text-transform: uppercase; text-decoration: none; line-height: 60px;  margin-right: 2%; }
#cmenu .cmenu:hover, #cmenu span:hover  { color: rgb(236, 28, 36); }


#cmenu span { position: relative; }
.submenu { position: absolute; left: -20px; right: -130px; top:39px; height: 0px; display: none;
 background-color: #282425; color: #fff; z-index: 900; overflow: hidden; padding: 20px; }

#cmenu .container2 { overflow: visible !important; }

#cmenu span:hover .submenu { display: block; height: auto; }

.submenu a { margin: 0; padding: 0; display: block; color: #fff; line-height: 2; text-decoration: none; }
.submenu a:hover { color: rgb(236, 28, 36); }


/*
#cmenu div { display: inline-block; position: relative; }
*/

#top2 form { width: 98%; }
#top2 form input[type=text] { width: 98%; }

#basket a { color: #035979; }
#basket p { color: #fff; }

/*

#top22 p { font-size: 14px; color:#ec1c24; margin-bottom: 6px; }
#top22 span { display: block; margin-top: 0px; font-size: 15px; color: #fff; }

#top22 p { float: left; margin-left: 10px; }
#top22 #settings_phoneTop { margin-right: 5%; float: right; font-size: 19px; color: #ffa300; }

#top23 { margin-top: 14px; }

#top23 p:first-child { color:#ffa300; font-weight: 400; }

*/

/*

#top2 { overflow: hidden; height: 90px; background-color: #000000; color: #fff; }
#top3 { overflow: hidden; height: 60px; background-color: #282425; color: #fff; }

#top3 a { color: #fff; font-size: 17px; text-transform: uppercase; text-decoration: none; line-height: 60px; margin-right: 2%; }
#top3 a:hover { color: rgb(236, 28, 36); }


#logo, #top21, #top22, #top23, #top24 { display: block; float: left; width: 25%; overflow: hidden; }

#top22 { width: 50%; margin-top: 23px; }

#top22 form { width: 98%; }
#top22 form input[type=text] { width: 98%; }


#top #basket a { color: #035979; }

#top1 div div a { margin-left: 12px; margin-right: 32px; text-decoration: none; color: #000; }

#top1 div div a:hover { color: rgb(236, 28, 36); }

#top1 div div { float: left; }

#top21 p, #top22 p, #top23 p, #top24 p { color: #fff; }

#top21 p { margin-left: 9px; font-size: 13px; } 

*/



#small_panel h1 { color: #000; }
#button_phone { color: #fff; text-decoration: none; border-bottom: 1px dashed #fff; display: inline-block; }

#favorites { background: url(../images/sprite_almasa1.png) no-repeat -630px -6px; padding-left: 37px; float: right; width: 178px; height: 32px; color: #035979; font-size: 17px; text-decoration: none; }

#button_email, #favorites { margin-top: 7px; }

#button_email:hover, #favorites:hover { color: #30AAB7; }

#small_panel #catalog_item { margin-top: 0; padding: 0 0 5px 0; }
#small_panel #catalog_item #catalog_main_block { padding: 20px; position: relative; }
#small_panel #catalog_item #catalog_main_block #catalog_item_info { position: static; }
#small_panel #catalog_item #catalog_main_block #catalog_item_info h1 { margin-top: 0; font-size: 36px; }
#small_panel #catalog_item #catalog_main_block #catalog_item_info .button_price_list { position: absolute;  width: 202px; right: 4px; bottom: 8px; font-size: 24px; line-height: 50px; }
.pricetext { font-size: 30px; bottom: 77px; padding-right: 50px; }




#changeamount_container { position: relative; overflow: hidden; }

.changeamount { position: absolute; left: 264px; top:0; overflow: hidden; }
.changeamount a { display: block; float: left; font-size: 80px; height: 54px; background: orange; width: 56px; text-decoration: none; color: #fff; line-height: 43px; text-align: center; }
.changeamount input[type=text] { text-align: center; font-size: 34px; float: left; height: 54px; box-sizing: border-box; margin: 0 5px; width: 55px; }


#promo_slider_block { background: #fff; width: auto; height: 617px; position: relative; overflow: hidden; }
#promo_slider_block .promo_slide_bg { transition: 0.7s; background: linear-gradient(to right, #d6d5da 0%, #d6d5da 49%, #b9b9c1 51%, #b9b9c1 100%); position: absolute; left: 0; right: 0; height: 503px; }
#promo_slider_block.newcolor .promo_slide_bg { transition: 0.7s; background: #30aab7; }
#promo_slider_block.newcolor #promo_slider div p, #promo_slider_block.newcolor #promo_slider div p em, #promo_slider_block.newcolor #promo_slider div p span { color: #fff; }
#promo_slider_block #slider_nav { background: #fff; top: 490px; width: 27px; height: 27px; position: absolute; transition: 0.3s; box-shadow: 0 0 10px rgb(191, 191, 191); transform: rotate(45deg); z-index: 2; }
#promo_slider_block #promo_slider_rb { height: 114px; position: absolute; bottom: 0; z-index: 3; background: #fff; }
#promo_slider_block #promo_slider_rb a { float: left; }
#promo_slider_block #promo_slider_rb a img { display: block; }
#promo_slider_block #promo_slider_rb span { float: left; border-bottom: 25px solid #9bd8dd; width: 1px; height: 100%; box-sizing: border-box; }
#promo_slider_block #promo_slider_rb .left, #promo_slider_block #promo_slider_rb .right { width: 38px; height: 100%; background: url('../images/new_arrow_almasa_1.png') no-repeat; }
#promo_slider_block #promo_slider_rb .left { background-position: center 38px; }
#promo_slider_block #promo_slider_rb .left:hover { background-position: center -126px; }
#promo_slider_block #promo_slider_rb .right { background-position: center -289px; }
#promo_slider_block #promo_slider_rb .right:hover { background-position: center -453px; }
#promo_slider { overflow: hidden; position: relative; height: 503px; }
#promo_slider div { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; opacity: 0; transition: 1s; background-position: center; }
#promo_slider div.active { z-index: 1; opacity: 1; transition: 1s; }
#promo_slider div p { position: absolute; width: 40%; right: 0; bottom: 70px; }

#promo_slider div p em { line-height: 45px; font-style: normal; font-family: 'Roboto'; display: block; font-size: 37px; letter-spacing: 0.5px; color: #000; }

#promo_slider div p strong { display: block; font-size: 40px; font-weight: 500; font-family: 'MuseoSansCyrl700'; letter-spacing: -1px; }
#promo_slider div p span { display: block; padding: 19px 40px 40px 0; font-size: 20px; /*16px;*/ line-height: 28px; color: #222; font-family: 'Roboto'; /*'MuseoSansCyrl700';*/ }
#promo_slider div p a { transition: 0.3s; opacity: 1; display: block; width: 160px; height: 60px; margin-bottom: 10px; text-align: center; color: #fff; text-transform: uppercase; text-decoration: none; line-height: 60px; font-size: 18px; 

background: #F7B100;
box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.25);

 }

#promo_slider div p a:hover { transition: 0.3s; background: #F48400; box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.25); }


.close_form { z-index: 3; position: absolute; top:32px; right:32px; width: 28px; height: 28px; 
    background-color: #ccc; cursor: pointer; background: url('../images/close_form.png') no-repeat 0 0; }

.close_form:hover { background: url('../images/close_form.png') no-repeat 0 -32px; }

.text.shadow { margin-right: 0; }



.artcorrect { overflow:hidden; margin-right:-32px }


#main_block { border-top: 4px solid #9AD8DD; background-color: #c9edf0; overflow: hidden; padding-top: 30px;
height: 1000px; }

.h2 { font-size: 30px; color: #000; text-decoration: none; display: block; text-align: center !important; }
.h2.nopointer { cursor: default !important; text-decoration: none !important; }

.h2:hover { text-decoration: underline; }


#footer { height: 170px; background-color: #000; overflow: hidden; padding-top: 48px; }
#footer1, #footer2, #footer3, #footer4 { float: left; width: 20%; height: 140px; }

#footer1, #footer4 { width: 30%; }

#footer p, #footer p a { color: #fff; }

#footer2 p { margin-bottom: 4px; }
#footer4 p { margin-bottom: 7px; margin-left: 4px; }




#icons_social { width: 185px; height: 43px; background: url('../images/icons_social.png') 0 0 no-repeat; }

#icons_social a { display: inline-block; height: 43px; width: 40px; padding: 0; margin-right: 3px; /* background-color: rgba(128, 128, 128, 0.6); */ }

/*

#footer1 p { font-size: 15px; color: #fff }

#footer1 .small { font-size: 12px; margin-top: 26px; }


#footer1 { float: left; margin-top: 48px; position: relative; }
#footer2, #footer3 { float: left; margin-top: 48px; }

#footer1, #footer2, #footer3 { width: 33.3333%; }

#footer2 a, #footer3 a { display: block; margin-bottom: 7px; text-decoration: none; font-size: 18px; color: #fff; }

#footer2 a, #footer3 a { line-height: 25px; margin: 0; padding-bottom: 18px; }

#footer2 a:hover, #footer3 a:hover { color: rgb(236, 28, 36); }

#footer_phone { display: block; font-size: 36px; text-decoration: none; color: #000; margin-bottom: 20px !important; }


#icon_instagram { background: url('../images/icon_instagram.svg') no-repeat; width: 50px; height: 50px; }
#icon_VK { background: url('../images/icon_VK.svg') no-repeat; width: 50px; height: 50px; }
#icon_youtube { background: url('../images/icon_youtube.svg') no-repeat; width: 50px; height: 50px; }
#icon_linkedin { background: url('../images/icon_linkedin.svg') no-repeat; width: 50px; height: 50px; }


#icon_instagram:hover { background: url('../images/icon_instagram_h.svg') no-repeat; }
#icon_VK:hover { background: url('../images/icon_VK_h.svg') no-repeat; }
#icon_youtube:hover { background: url('../images/icon_youtube_h.svg') no-repeat; }
#icon_linkedin:hover { background: url('../images/icon_linkedin_h.svg') no-repeat; }

#settings_phoneTop { color: #fff; font-size: 30px; line-height: 1.2; }

*/

.clear { clear: both; }

#left {  }
#content { /* margin: 0 auto; min-width: 900px; max-width: 1280px; margin-top: 32px; */ }



#basket { position: relative; margin-top: 22px; background: url('../images/basket.png') no-repeat; height: 70px; padding-left: 54px; }
#basket p { line-height: 1.24; }
#basket a { color: #fff !important; }
#basket a { text-decoration: none; }
#basket div { text-decoration: underline; }


.catalog_page #left { width: 256px; float: left; text-align: left; position: relative; }

.catalog_page #block_index { margin-top: 20px; }
.catalog_page #left { margin-top: 20px; }


#left2 { width: 256px; text-align: left; position: relative;  }

.catalog_page #content { margin-left: 288px; }
/*
.catalog_page #block_index { margin-top: 24px; }

*/


#block_index { min-height: 750px; }
#left { }

#footer_lk { width: 300px; }
#footer_lk a { color: #fff; font-size: 13px; line-height: 44px; text-decoration: none; margin-right: 10px; }

.circle_o, .circle_q { display: none; }



#lmenu { position: relative; /* position: absolute; z-index: 10; left: 32px; top:380px; */ background-color: #fff; width: 256px; overflow: hidden; }

#filter strong { display: block; padding-left: 32px; padding-top: 32px; padding-bottom: 8px; }
#filter p { padding: 32px; padding-bottom: 0px; padding-top: 0px; }


#filter .checkbox_a { padding-top: 0px; font-size: 14px; line-height: 1.; height: auto; }

#left_form { margin-bottom: 32px; }
#left_form div { float: left; width: 50%; }
#left_form div label { margin-bottom: 5px; padding-left: 7px; }
#left_form div label:first-child { margin-left: 25px; }

#left_form div input[type=text] { margin-left: 26px; width: 75px; padding: 8px; border:1px solid #999; margin-top: 4px; border-radius: 6px; }

#left_form input[type=submit] { margin-top: 32px; margin-left: 22px; width: 112px; height: 40px !important; border-radius: 20px; }


/* Панелька управления */
.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; }


.catalog_form { position: relative; width: 960px !important; height: 575px !important; }
.catalog_form textarea { height: 80px !important; }


.catalog_form strong { float: left; width: 25%; margin-right: 2%;}
.catalog_form strong:last-child { width: 36%; }

.catalog_form strong:last-child textarea { width: 100% !important; }

.catalog_form strong select { width: 100%; box-sizing: border-box; }

.catalog_form label { width: 100% !important; }
.catalog_form input[type=submit] { margin: 0 !important; position: absolute !important; left: 0 !important; top:540px !important; }


#forget_form { height: 140px !important; }

#my_settings { margin-top: 100px; }
#my_settings .strong_text { margin-top:20px; }
.strong_text { font-weight: bold; }


#my_settings #basket_type, #my_settings #list_type { background-color: #fff; }
#my_settings #basket_type a { background: url('../images/sprite_site11.png') no-repeat -2px -592px;
padding-left: 24px; text-decoration: none; color: #444; margin-right: 20px; }


#my_settings #list_type a { padding-left: 55px; display: block; float: left; width: 200px; height: 34px;
text-decoration: none; color:#444; padding-top: 10px; }

#my_settings #list_type1 { background: url(../images/sprite_site16.png) 0 -1px no-repeat; }
#my_settings #list_type2 { background: url(../images/sprite_site16.png) 0 -50px no-repeat; }
#my_settings #list_type3 { background: url(../images/sprite_site16.png) 0 -100px no-repeat; }

.checked_list1 { background: url(../images/sprite_site16.png) 0 -150px no-repeat !important; }
.checked_list2 { background: url(../images/sprite_site16.png) 0 -201px no-repeat !important; }
.checked_list3 { background: url(../images/sprite_site16.png) 0 -252px no-repeat !important; }

#lk { display: block; position: absolute; right: 20px; top: 28px; z-index: 2; background: url(../images/lk_ico.png) 0 0 no-repeat; width: 34px; height: 34px; }
#lk a { color: #fff; }

#lk_menu {

border: 1px solid #ececec;
background-color: #fff;
overflow: hidden;
padding: 20px;
border-radius: 4px;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);

}

.bg { background: url(../images/bg.png) 0 -120px no-repeat; }
#catalog_list { margin-right: 0px; }

#kroxi { position: relative; margin-top: 12px; margin-bottom: 32px; margin-right: 200px; } 
#kroxi, #kroxi a { }

#lk_menu a { display: block; margin-bottom: 10px; text-decoration: none; }

#footer_lk a:hover { color: rgb(236, 28, 36); }


.grayuh2 { display: block; color: #777; text-align: center; width: 800px; margin: 32px auto 68px; font-size: 16px; }
#slide_reviews { position: relative; margin: 0 auto; width: 960px; }
#slide_reviews .left_arrow { position: absolute; background: url('../images/new_arrow_almasa_1.png') no-repeat 14px 90px; width: 50px; top: 0; bottom: 50px; left: 0; }
#slide_reviews .left_arrow:hover { background-position: 14px -74px; }
#slide_reviews .right_arrow { position: absolute; background: url('../images/new_arrow_almasa_1.png') no-repeat 8px 90px; width: 50px; top: 0; bottom: 50px; right: 0; transform: scale(-1, 1); }
#slide_reviews .right_arrow:hover { background-position: 8px -74px; }
#slide_reviews .slidesize { width: 730px; margin: 0 auto; overflow: hidden; }
#slide_reviews .slidesize #slide_line { overflow: hidden; transition: 0.5s; }
#slide_reviews .slidesize #slide_line > div { float: left; overflow: hidden; }
#slide_reviews .slidesize #slide_line > div .slider_photo { float: left; width: 193px; }
#slide_reviews .slidesize #slide_line > div .slider_photo img { display: block; vertical-align: bottom; border: 2px solid #fff; }
#slide_reviews .slidesize #slide_line > div .slider_content { margin-left: 193px; }
#slide_reviews .slidesize #slide_line > div .slider_content em { font-style: normal; display: block; padding-bottom: 8px; font-size: 20px; color: #000; line-height: 18px; }
#slide_reviews .slidesize #slide_line > div .slider_content span { font-size: 14px; color: #777; display: block; margin: 10px 0 47px; }
#slide_reviews .slidesize #slide_line > div .slider_content p { padding-bottom: 23px !important; }



#panel_begin h1 { font-size: 36px; margin-top: -10px; line-height: 1; }
#question_form { height: 300px; }

.shadow { margin-right: 32px; margin-bottom: 32px !important; border: 1px solid #f3f3f3; background-color: #fff; box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2); }




.sliderpeppermint { position: relative; }
.sliderpeppermint .leftarr { z-index: 2; position: absolute; top: 0; height: 503px; left: 0; width: 70px; background: url('https://tvoepravo.org/sites/tvoepravo/images/leftslider.png') no-repeat center; }
.sliderpeppermint .rightarr { z-index: 2; position: absolute; top: 0; height: 503px; right: 0; width: 70px; background: url('https://tvoepravo.org/sites/tvoepravo/images/rightslider.png') no-repeat center; }

.slidebig { height: 300px; position: relative; background-position: center; background-size: cover; }
.slidebig p { position: absolute; width: 40%; left: 15%; bottom: 120px; color: #fff; }
.slidebig p em { line-height: 45px; font-style: normal; font-family: 'Roboto'; display: block; font-size: 37px; letter-spacing: 0.5px; color: #000; }
.slidebig p strong { display: block; font-size: 40px; font-weight: 500; font-family: 'MuseoSansCyrl700'; letter-spacing: -1px; }
.slidebig p span { display: block; padding: 19px 40px 40px 0; font-size: 20px; line-height: 28px; color: #222; font-family: 'Roboto'; }
.slidebig p a { transition: 0.3s; opacity: 1; display: block; width: 160px; height: 60px; margin-bottom: 10px; text-align: center; color: #fff; text-transform: uppercase; text-decoration: none; line-height: 60px; font-size: 18px; }

.slidebig p { display: none; }


#small_panel h1 { color: #000; }
#out_center h1 { color:#000; }

.text { background-color: #fff; padding: 32px; min-height: 300px; }

.text h1 { color: #000; }


.my_orders_filter.ramka.shadow { margin-right: 0; }

#main_index_1 { position: relative; z-index: 4; }
#main_index_2 { position: relative; z-index: 3; }
#main_index_3 { position: relative; z-index: 2; }
#main_index_4 { position: relative; z-index: 1; }
#main_index_1, #main_index_2, #main_index_3, #main_index_4 { margin-top: -200px; padding-top: 200px; }

.group_photo { margin-top: 150px; max-height: 120px; overflow: hidden; }
.group_photo_minus { margin-top: -170px; }

.group_photo img { width: 100%; height: auto; margin-top: 20px; }


.group_photo_no { margin-top: 140px; clear: both; }

.count_h1 span { font-size: 16px; font-weight: normal; }
#form_search { position: relative; }

#form_search input[type=text] { border:none; height: 38px; line-height: 38px; border-radius: 5px; font-size: 17px; padding-left: 20px; }
#form_search input[type=submit] { width: 100px; height: 38px !important; line-height: 40px !important; right: -18px; top:0px !important; padding: 0; margin: 0; position: absolute; }

#form_search input[type=submit]:hover { width: 100px; border-radius: 0; }


#catalog_item { background-color: #fff; }
#catalog_item h1 { color: #000; }

#form_descr2 { width: 100%; }
#catalog_form_descr { width: 46% !important; margin-right: 0 !important; margin-top: -2px; }
#form_descr2 label { width: 100%; margin-bottom: 4px; }
#form_descr2 textarea { width: 100%; }

.checkbox_a { display: block; margin-bottom: 7px; background: url('../images/sprite_site12.png') -172px -82px no-repeat; 
height: 20px; padding-left: 27px; text-decoration: none; }

.active { background: url('../images/sprite_site12.png') -172px 2px no-repeat; }


#photos_addon { overflow: hidden; padding: 0; }
#photos_addon span { display: block; float: left; width: 33.3333%; box-sizing:border-box; }
#photos_addon span:nth-child(3) { padding-right: 0; }

#photos_addon .panel_el { top: -18px !important; }

.radio_0 { display: block; margin-bottom: 7px; background: url('../images/sprite_site12.png') -171px -35px no-repeat; 
height: 20px; padding-left: 27px; text-decoration: none;  }

.relative { position: relative; }

#otz_form_after {  }
#otz_form_container { margin-top:32px; }
#otz_form_container h3 { font-size: 18px; }

#otz_alert { width: 360px; position: absolute; right: 32px; bottom: 15px; font-size: 14px; color: #666; }


#catalog_item { margin-right: 0 !important; }


.articles2 h2, .articles2 p { padding-left: 20px; padding-right: 20px; }


#display_type { position: absolute; right: 0; top:56px; }
#list_full, #block { width: 46px; height: 46px; background-color: #ccc; margin-left: 10px; display: inline-block; }

#filter a { color: #000; }
#filter strong { cursor: pointer; }
.filter_block { height: 0 !important; overflow: hidden; }

.filter_block_open { height: auto !important; }

#filter_clear { position: absolute; right: 32px; bottom: 40px; }

#filter_price { margin-top: 10px; }

/* Контейнер под фильтр на мобиле */

#filter_left { position: absolute; z-index: 5; left: 0; right: 100%; top:108px; height: auto; 
	background-color: #fff; overflow: hidden; transition: 0.5s; }

.filter_left { right: 0% !important; transition: 0.5s; }


#list_full { background: url(../images/sprite_site15.png) -54px 0 no-repeat; }
#block { background: url(../images/sprite_site15.png) 0 0 no-repeat; }

#girl { display: block;  background: url(../images/555.png) 0 0 no-repeat; width: 300px; height: 500px; clip-path: ellipse(160px 140px at 175px 130px); }

#catalog_title { margin-top: 0; }
#catalog_title h1 { margin-bottom: 0; padding-bottom: 5px; }

#catalog_list { margin-right: -32px; }



#left h3 { font-size: 20px; margin-left: 10px; }

.articles_center { margin-top: 17px; height: 400px; overflow: hidden; margin-right: -32px; padding-bottom: 60px; }


#articles_block .articles { float: left; width: 100%; }
#articles_block .articles2 { height: 70px; margin-right: 10px; border-top: 1px solid #f2f2f2; margin-bottom: 10px; }
#articles_block .articles2 img { float: left; width: 80px; height: auto; }

#articles_block h2 { margin-left: 70px; }
#articles_block h2, #articles_block a { font-size: 14px; font-weight: normal; color: #000; }

/*
#slider_margin { margin-top: 150px; margin-bottom: -150px; }
*/

/*
#vitrina1 .vitrina_container { width: 16.6666%; }
*/

/*
.articles2 span { display: block; font-size: 12px; line-height: 17px; color: #035979; margin-bottom: 15px; }
.articles2 h2 { font-size: 20px; line-height: 28px; color: #035979; }
.articles2 p { color: #000; }

.articles a:hover h2, .articles a:hover p { color: #30AAB7; }
*/


#site_pagenator { float: right; margin-right: 50px; margin-bottom: 60px; margin-top: 20px; }
#site_pagenator .p_item { display: inline-block; margin-right: 5px; font-size: 20px; background-color: #ccc; width: 40px; height: 40px; border-radius: 20px; text-decoration: none; text-align: center; line-height: 40px; }
#site_pagenator .site_pege_next { margin-left: 20px; }
#site_pagenator .site_pege_back { margin-right: 20px; }

#site_pagenator .current { background-color: #666; color: #fff; }

#catalog_other { margin-right: 260px; }

#filter_button { position: absolute; z-index: 6; right: 0; top:0; background-color: #fff; width: 100px; height: 30px; text-align: center; line-height: 30px; 
	border: 1px solid #ccc; border-radius: 12px; text-decoration: none; margin-right: 5px; box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2); }

#catalog_group_descr { margin-bottom: 48px; margin-top: 32px; }

.articles_otz_button { position: absolute; left: 200px; top:74px; display: block; text-decoration: none; height: 32px; 
	width: 180px; text-align: center; line-height: 32px; border-radius: 5px; border:1px solid #c6a931; background: #c6a931; color: #fff; }

.articles_otz_button:hover { background: #fff; border:1px solid #ccc; color: #444; }


#article_item .shadow { margin-right: 0 !important; }


#photo_block_otz { position: relative; overflow: hidden; height: auto; margin-top: 32px; margin-bottom: 32px; }
#photo_block_otz > div { float: left !important; width: 20% !important; height: auto !important; padding: 0 !important; overflow: hidden; position: relative; }
#photo_block_otz > div img { width: 95%; height: auto; }
#photo_block_otz .panel_el { top: 0; width: 100px; height: auto; }


#content_otz span { display: block; margin-top: 16px; color: #666; font-style: italic; }

.pay_button { display: block; margin-top: 4px; }

#tinkoff_success { position: absolute; left: 0; right: 0; width: 600px; height: auto; overflow: hidden; margin: 0 auto; margin-top: 200px; background: #fff; padding: 32px; z-index: 1000; }
.tinkoff_close { display: none !important; }


#tinkoff_background {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 150;
	background-color: rgba(0, 0, 0, 0.5);
	background-size: cover;
}


.buttons_block { position: relative; margin-bottom: 48px; }

.button_price_list { float: left; }

.button_credit {
	text-decoration: none;
	display: block;
	width: 220px;
	height: 44px;
	line-height: 38px;
	border-radius: 20px;
	border: 3px solid #d38726;
	font-size:15px;
	background-color: #fff;
	color: #d38726;
	text-align: center;
	box-sizing: border-box;
	float: left;
	margin-left: 16px;

}


.button_price_list { 

	width: 180px;
	height: 44px;
	line-height: 38px;
	border-radius: 20px;
	font-size:15px;
	
}


.button_sber_credit { 

	width: 230px;
	height: 44px;
	line-height: 38px;
	border-radius: 20px;
	font-size:15px;
	background: url(../images/sber_credit_ico.png) 0 0 no-repeat; background-size:contain;
	padding: 0 !important;
	margin: 0 !important; 
	display: inline-block;
	margin-left: 16px !important;
	border-radius: 0 !important;
	
}



.button_credit:hover { color: rgb(236, 28, 36); border: 3px solid rgb(236, 28, 36); }
.pricetext { margin-left: 16px; }

.checkbox_full, .checkbox_empty { cursor: pointer; }

.pay_success { background: #ec1c24; color: #fff; padding: 4px; border-radius: 4px; }.background { }

/* Контейнер который закрывает экран для последуюшего вывода формы поверх! */
.background {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 150;
    background-color: rgba(0, 0, 0, 0.5);
    /* 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; background-color: #F2F5F5;
 /*	border-radius: 10px; */ margin: 0 auto; margin-top: 90px; width: 900px; 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:2px solid #e63b24; 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 span { font-size: 13px; color: #666; display: block; margin-top: 5px; }

/*

#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:325px; 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:240px; 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:240px; right:0px;
  background:url('../images/sprite_cms.png') no-repeat -174px -3648px; width:51px; height:55px; }


/* Основные формы. Начало */

.form_out div { margin-bottom: 5px; overflow: hidden; }
.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=number],
.form_out input[type=password], .form_out textarea { padding:4px; margin:2px;  border-radius: 4px; width: 70%; box-sizing:border-box;
	border:1px #bdbdbd solid; font-size: 18px; box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1); }

.form_out select, .form_out input[type=text], .form_out input[type=password], .form_out input[type=number] { line-height: 40px; height: 40px; }

.form_out textarea {  resize: none; }

.form_out select { height:38px; }


.form_out input[type=submit] { padding: 0; margin: 0 auto; line-height: 34px; height: 34px; font-size: 16px; 
  margin-top: 12px; position: absolute; left: 0; right: 0;
   }
.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:160px; padding-right:3.3%; }

.button_edit { text-decoration: none; }
.button_edit:hover { opacity: 0.9; }

@media only screen and (min-width: 0px) and (max-width: 767px) {

	html { -webkit-text-size-adjust: none; }

	.myblocks { margin-left: 10px; margin-right: 10px; }
	.myleft { float: none; width: auto; }
	.mycenter { margin-left: 0; }
	.order_about_my #cms_table tr:nth-child[2] { display: none; }

	#top1 { width: 160px !important; }
	#top3 { width: 200px !important; }

	#lk { right: 70px; }

}


@media only screen and (min-width: 0px) and (max-width: 1024px) {

html { -webkit-text-size-adjust: none; }

.container { position: relative; padding-left: 10px; padding-right: 10px; margin-left: 0; margin-right: 0; }
.container2 { width: auto; padding-left: 10px; padding-right: 10px; margin-left: 0; margin-right: 0; }

.vitrina_item { padding: 10px; }

#catalog_list .shadow { margin-right: 16px; margin-bottom: 16px; }


#cmenu a { font-size: 16px; margin-right: 1.2%; }

/*
.catalog_page .vitrina_container { width: 33.3333% !important; }
*/

#catalog_list .vitrina_item strong { bottom: 15px; }

#catalog_list .vitrina_container  {  width: 33.3333%;  }
#catalog_list .vitrina_item button { width: 76px; }

.bg1111 #catalog_list .vitrina_container  { width: 25%; }


#left { width: 0px; overflow: hidden; }
#content { margin-left: 0px; }

}




@media only screen and (min-width: 1024px) and (max-width: 1279px) {

.container { position: relative; padding-left: 10px; padding-right: 10px; margin-left: 0; margin-right: 0; }
.container2 { width: auto; padding-left: 10px; padding-right: 10px; margin-left: 0; margin-right: 0; }
#catalog_list .vitrina_container  {  width: 33.3333%;  }
#catalog_list .vitrina_item button { width: 76px; }

.bg1111 #catalog_list .vitrina_container  { width: 25%; }


}





@media only screen and (min-width: 1280px) and (max-width: 1500px) {


#catalog_list .vitrina_container  {  width: 25%;  }
#catalog_list .vitrina_item button { width: 76px; }

}



@media only screen and (min-width: 1501px) and (max-width: 1680px) {


#catalog_list .vitrina_container  {  width: 20%;  }


}



@media only screen and (min-width: 1681px) and (max-width: 2600px) {


#catalog_list .vitrina_container  {  width: 16.6666%;  }




}

.peppermint > * {
    display: none;
}

.peppermint > *:nth-child(1) {
    display: block;
}

.peppermint.peppermint-active > * {
    display: block;
}


.peppermint1_banner {
    /*max-width: 100%;
    overflow: hidden;
    max-height: 284px;
    box-sizing: border-box;*/
}

.peppermint1_over {
    overflow: hidden;

}

.peppermint1_banner img {
    max-width: 100%;
    display: block;
}

.brands_slide_mob > div {
    float: left;
    width: 50%;
    position: relative;
    height: 100px;
}

.brands_slide_mob > div img {
    filter: sepia(100%) hue-rotate(190deg) saturate(200%);
    max-width: 100%;
    max-height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.brands_slide_mob > div img:hover {
    -webkit-filter: grayscale(0);
    filter: color;
    filter: grayscale(0);
}



.body_mobile .peppermint1_over {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -14px;
    border-radius: 0px;
    margin-bottom: 25px;
}





.body_mobile .peppermint1_banner img {
    width: 220% !important;
    max-width: 220%;
    position: relative;
    left: -28%;
}
.body_mobile .peppermint1_over .shadow2 {
    border-radius: 0px;
}



/* Peppermint required styles + default appearance styles */

.peppermint.peppermint-active {
    position: relative;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    z-index: 5;
}

.peppermint.peppermint-active .peppermint-slides {
    position: relative;
    overflow: hidden; /* clearfix */
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.peppermint.peppermint-active .peppermint-slides > * {

    overflow: hidden;

    float: left;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.peppermint.peppermint-active .peppermint-slides a:active,
.peppermint.peppermint-active .peppermint-slides a:active img {
    outline: none;
}

.peppermint.peppermint-active,
.peppermint.peppermint-active .peppermint-dots,
.peppermint.peppermint-active .peppermint-slides,
.peppermint.peppermint-active .peppermint-slides > * {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.peppermint.peppermint-mouse .peppermint-slides {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.peppermint.peppermint-mouse.peppermint-drag .peppermint-slides * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

/* default appearance styles */
.peppermint {
    text-align: center;
}

.peppermint figure {
    margin: 0 0 1.5em 0;
}

.peppermint figure img {
    vertical-align: top;
    max-width: 100%;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.peppermint figure figcaption {
    font-style: italic;
    color: #787575;
    font-size: 0.8em;
    margin-top: 0.5em;
}

.peppermint.peppermint-active {
    /*margin-bottom: 1.5em;*/
}

.peppermint-slides {
   /* padding-top: 0.5em;
    padding-bottom: 0.5em;*/
}

/* dots */
ul.peppermint-dots {
    margin: 0.6em 0;
    padding: 0;
    text-align: center;
    list-style-type: none;
}

.peppermint.peppermint-active ul.peppermint-dots {
    margin: 0 0 0.6em 0;
}

.peppermint.peppermint-active .peppermint-slides + ul.peppermint-dots {
    margin: 0.6em 0 0 0;
}

ul.peppermint-dots > li {
    display: inline-block;
    position: relative;
    padding: 0.5em 0.4em 0.5em 0;
    width: 12px;
    height: 12px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    -webkit-tap-highlight-color: transparent;
    /* ie7 fallback */
    *display: inline;
    *zoom: 1;
}

ul.peppermint-dots > li.peppermint-mouse-clicked,
ul.peppermint-dots > li:active {
    outline: 0;
}

ul.peppermint-dots > li > span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #a9a9a9;
}

ul.peppermint-dots > li.peppermint-active-dot > span {
    background: #1f3fa3;
    border: 1px solid #1f3fa3;
}