.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: absolute !important;
	margin-left: 0px !important;
    display: none;
    overflow: hidden;
    max-width: 550px;
    width: 42%;
    /* 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;}
.file_block .a_fil2 {width:250px;}
.file_block h2{margin-top:0; text-align:left; padding:0 10px;}

.file_block a { cursor: pointer; }

#panel_articles .file_block { border:0; width: 125px; }
#panel_articles .file_block a { border:0; }
#panel_articles .f_file { width: 125px; cursor: pointer; }

#load_block { height: 30px; }

#load_block .file_block { border:0; width: 140px; height: 20px; overflow: hidden; padding: 0px; }
#load_block .file_block a { border:0; height: 20px; overflow: hidden; padding:0px; margin:0px;  }

#gallery_panel span .file_block{width: 160px; border: 0;}
#gallery_panel span .file_block a{ border: 0;}
#gallery_panel span .file_block a input[type=file]{margin-top: -25px;}
/*спрятать инпут для хрома и оперы*/
.banner_tbl td .file_block a input[type=file],#panel_articles .file_block a input[type=file]
{margin-top: -25px;}



.file_block a input[type=file]{margin-top: -25px;}
/*Каталог*/
#admin_photo div .file_block .a_file { width: 140px !important;}
#catalog_item .file_block{border: none;width: 140px;float: left;}
#catalog_item .file_block .a_file { border: none;}
#catalog_item .file_block .a_file {top:0; padding: 0;} 
#catalog_item .file_block {min-height: 10px;}
/*Каталог*/
#site_text_page .file_block{width: 160px; border: 0;}
#site_text_page .file_block a{ border: 0;}
#site_text_page .file_block a input[type=file]{margin-top: -25px;}
#group_list > span {
    margin-right: 10px;
}

#form_email_users {
    overflow: hidden;
    width: 100%;
}



#form_email_users.form_out input[type=submit] {
	position: static;
	height: 30px !important;
	line-height: 30px !important;
}

.form_out .input_short {
    width: 300px !important;
}

.form_out label.users_fio_label {
    top: 14px !important;
    width: 100px !important;
    margin-right: 0px !important;
}
.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; }

.index_photo {
    width: 100% !important;
    max-height: 190px;
    /* display: inline-block; */
    height: 190px;
    overflow: hidden;
    margin-bottom: 5px;
}
.index_photo img {
    height: auto !important;
    max-height: initial !important;
    width: auto !important;
}

/* Панель для админки */


/* Список статей */
.articles { }

.articles2 { height:380px; overflow: hidden; }

.articles2 div { max-height: 206px; overflow: hidden; margin-bottom: 15px; }

.articles2 img { width: 100%; padding-bottom: 8px; }

.articles h2, .articles h2 a { line-height: 1; color: #ff7f50; font-size:18px; }

.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; }



#site_text_page { position: absolute; top: 25px; right:70px; z-index:17; }
#site_text_page { position: absolute; top: 25px; right:70px; z-index:17; }
#text_form select{width: 79%; float: right;}
#text_form label{width: 19%; float: right;}

#text_form { width:99%; height:400px; };
#text_form textarea { height:400px; }


.text_block { padding-top: 32px; }

        #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: 0px; bottom:0; }
#login_form #autorize_text_block span { padding-left: 30px; }

#reg_form { position: relative; height: 260px; }
#reg_form input[type=submit] { position: absolute; right:0; bottom:0; width: 140px; }
#reg_form input[type=radio] { width: 100%; line-height: 1.5; }

#reg_text_block { font-size: 13px; position: absolute; left:0; bottom:10px; }

#forget_form { position:relative; height:100px; }
#forget_form input[type=submit] { position: absolute; right:0; bottom:0; }


.error_auth_form_text {
    position: absolute;
    left: 93px;
    display: block;
    padding-top: 8px;
    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; margin-left: 20px; margin-bottom: 20px; /* overflow: hidden; не нужен */ } 

.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;*/ }
#catalog_list .vitrina_container .vitrina_item:hover h3 a { color: #30AAB7; }

.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 { margin-left: 13px; margin-right: 13px; }
.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:#004f8b; /*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: 360px; }

#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;
}


.days_b_list {
    font-size: 25px;
    line-height: 0px;
    position: relative;
    top: 4px;
    color: #339933;
}

.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: #cc0033; 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: 90px; 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: 2px -32px 0 20px; overflow: hidden; }

.groups_list { width: 25%; float: left; overflow: hidden; }
.groups_list a { display: block; margin-right: 16px; margin-bottom: 16px; text-decoration: none; color: #035979; }



.groups_list a img { width: 100%; height: auto; }

.groups_list a p { color: #035979; font-size; font-size: 17px; line-height: 1.2; padding: 15px 0; height: 43px; }
.groups_list a:hover p { color: #30AAB7; }
.groups_list a span { display: block; height: 185px; position: relative; }
.groups_list a span img { position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; }

.group_title { clear: both; padding-top: 32px; margin-bottom: 16px; border-top: 2px solid #BCE7EB; margin-right: 32px; }
.group_title h3 { font-size: 24px; padding-left: 32px; color: #035979; }


span.gr_move {
    margin-left: 16px;
    font-size: 13px;
    cursor: pointer;
}

span.gr_move:hover {
    color: #035979;
}


.gr_move_here {
    display: none;
}


.gr_move.gmh_hide {
    display: none !important;
}

.gr_move_here.gmh_on {
    display: inline-block;
    margin-left: 10px;
    background-color: red;
    color: #fff;
    /* position: absolute; */
    padding: 3px;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
}



.free_block { float: left; width: 100%; height: 40px; }

/* Левая колонка с группами */
/*
#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: inline-block;
    margin-bottom: 10px;
    margin-top: -10px;
    font-size: 14px;
}

h3.gr_name_title {
    margin-top: 10px;
}

.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; overflow: hidden; min-height: 55px; }
#catalog_group_descr .actions_panel { top: 0; }

#catalog_group_descr img { float: left; width: 256px; margin-bottom: 50px; }
#catalog_group_descr p { margin-left: 288px; }

/* Привязка к группам */
#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; background-color: #fff; }
.calendar_item div, .calendar_empty div { padding: 14px; height:90px; border-right:1px solid #cccccc; border-top:1px solid #cccccc; }


.calendar_item div { position: relative; }
.calendar_item div span { position: absolute; bottom: 14px; left: 14px; }




.current_date { background-color:#a7d6f1; }
.class_vix { color:red; }

#calendar_block { width: 100%; box-sizing:border-box; height: auto; overflow: hidden; border-left: 1px #ccc solid; 
	border-bottom: 1px #ccc solid; }

#calendar_title { border:1px solid #cccccc; width:100%; background-color: #fff; overflow: hidden; box-sizing:border-box; margin-bottom: 10px; }
#calendar_title div { float:left; width:14.2857%; height:32px; line-height: 32px; }
#calendar_title div p { padding-left: 14px; }

#calendar_arrow { position: absolute; right: 0; top:-9px; }
#calendar_arrow a { font-size: 40px; color: red; margin-left: 20px; }
#calendar_arrow a:hover { text-decoration: none; }.ico_add {  }
.ico_add { width: 20px; height: 20px; background-color: #ccc; }#basket { }

.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: #E9E561;
    color: #663300;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    position: absolute;
    left: 26px;
    top: 10px;
    font-size: 16px;
    transition: .3s;
}


/*

#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: #ff7f50; 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 { display: none; position: absolute; z-index: 5; top:0; left: 0; height: 20px;
	width:120px; background-color: #55b355; padding: 7px; }

#basket_msg, #basket_msg a { color:#ffffff; }

#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; }

#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; 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; margin: 0 0 -2px 20px; font-size: 17px; padding: 12px 25px; font-weight: 500; color: #30AAB7; }

.all_certs { position: relative; overflow: hidden; min-height: 60px; margin-right: -10px; }
.all_certs .cert { position: relative; float: left; width: 33.333%; padding: 0 10px 10px 0; box-sizing: border-box; }
.all_certs .cert img { width: 100%; display: block; }

#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;
}

.photo_del { opacity: 1; transition: 0.3s; text-decoration: none; font-size: 26px; font-weight: 600; position: absolute; top: 0; right: 8px; z-index: 2; text-shadow: 0 0 4px #fff, 0 0 4px #fff; }
.photo_del:hover { opacity: 0.8; transition: 0.3s; }

.vitrina_item { background-color: #fff; overflow: hidden; padding: 20px; }


.catalog_item_goods_block.all_photos { margin-top: 30px; overflow: hidden; }
.catalog_item_goods_block.all_photos .cat_nav { height: 84px; transform: scale(0.6, 0.6); }
.catalog_item_goods_block.all_photos .cat_nav.right { transform: scale(-0.6, 0.6); }
.catalog_item_goods_block.all_photos .slider { height: auto; }
.catalog_item_goods_block.all_photos .slider .slide_line { height: auto; }
.catalog_item_goods_block.all_photos .slider .slide_line div { height: auto; padding-top: 0; position: relative; }
.catalog_item_goods_block.all_photos .slider .slide_line div a.photo_del { top: -10px; right: -1px; }
.catalog_item_goods_block.all_photos .slider .slide_line div a { display: block; }
.catalog_item_goods_block.all_photos .slider .slide_line div a img { display: block; width: 100%; }

.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%;
    max-height: 100%;
    height: auto;
    margin: auto;
    width: auto;
    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; padding-top: 22px; }
#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: 33.333%; height: 274px; }



#catalog_list .vitrina_container .img_container {
    width: auto;
    height: 160px;
    display: block;
    float: none;
    text-align: center;
    position: relative;
}

#catalog_list .vitrina_container img {
    /* max-width: 100px; */
    /* max-height: 100%; */
    /* float: left; */
    width: auto;
    max-width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


#catalog_list .vitrina_container h3 a { color: #035979; }
#catalog_list .vitrina_container h3 { text-align: center; height: auto !important; margin: 16px 0 7px 0; }

#catalog_list .vitrina_item p { display: block; margin-left: 120px; }
#catalog_list .vitrina_item strong { display: block; margin-left: 120px; }
#catalog_list .vitrina_item strong a { font-size: 13px; text-decoration: none; }
#catalog_list .vitrina_item strong a:hover { text-decoration: underline; }

#catalog_list .vitrina_item { margin-bottom: 0px; margin-left: 0px; padding: 20px 0 0; }
#catalog_list .vitrina_item span { position: absolute; right: 20px; top:20px; }


.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; }




/*

.discount { bottom:30px; right:150px;  color:#32cd70; }

.basket_add { background: none repeat scroll 0 0 #fe5a5a; color: #fff; cursor: pointer; font-size: 15px; padding: 5px 8px;
    position: absolute; right: 10px; bottom: 10px; height: 18px;


-moz-user-select: none;
  -o-user-select:none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
   user-select: none;


     }

.basket_add:hover { background-color:#ea2b79; }

*/

/*

.catalog_item .price_block { width: 160px; position: absolute; bottom:6px; right:6px; }
.catalog_item .vitrina_item button { bottom: 85px !important; }

*/


#catalog_list .vitrina_item button { position: absolute; top: 50px; right: 20px; border-radius: 4px; }

#catalog_list .vitrina_item > button {
    position: absolute;
    top: 50px;
    right: 20px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 11px;
    padding: 6px 8px;
    padding-left: 20px;
    background-image: url(../images/catalog_button_arrow.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

#catalog_list .vitrina_item button.nonstock_order {
    top: 20px;
    background-image: none;
    padding-left: 8px;
}

.ob_container { margin-top: 30px; }


/* Детализация товара */
#catalog_item { position: relative; padding: 20px 0 20px 20px; min-height: 850px; }
#catalog_item_info { margin-left: 288px; position: relative; }

#catalog_item_info p { line-height: 1.4; }

#catalog_item .editable {overflow: hidden;float: left;width: 100%; }

.min_order { padding-left: 65px; background: url('../images/car_item_main.png') no-repeat 0 0; position: absolute; bottom: 89px; left: 288px; width: 200px; }
.min_order strong { display: block; padding-bottom: 3px; }
.min_order span { display: block; }
/* Немного переопределим блок с кнопками Корзины */
#catalog_item .price { font-size: 22px; }

#catalog_item #descr { padding-bottom: 20px; font-size: 16px; line-height: 21px; }

#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: 256px; overflow: hidden; position: relative; }
#catalog_item_photo, #catalog_item_info { /* height: 370px; */ }

#catalog_item_photo .catalog_item_photo { width: 300px; height: 300px; overflow: hidden; position: relative; }
#catalog_item_photo img { width: 100%; height: auto; }


.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; }


.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; }


.newsletter { position: relative; clear: both; width: 543px; height: 259px; border: 2px solid #ccc; margin: 0 auto; padding: 30px; box-sizing: border-box; }
.newsletter p { line-height: 34px; margin-bottom: 13px; font-size: 24px; padding-top: 7px; color: #035979; }
.newsletter .form_out.newform { padding-top: 10px; }
.newsletter .form_out.newform div:nth-child(1) { width: 288px; float: left; }
.newsletter .form_out.newform div:nth-child(2) { margin: -10px 0 0 321px; }
.newsletter .form_out.newform input[type=submit] { margin: 0; line-height: 57px; }
.newsletter .form_out.newform .checker { color: #777; font-size: 14px; position: absolute; height: 18px; line-height: 22px; padding-left: 32px; text-decoration: none; margin-top: 22px; background: url('../images/checker.png') no-repeat 0 -81px; display: block; }
.newsletter .form_out.newform .checker.active { background: url('../images/checker.png') no-repeat 0 0; }
/*
#catalog_item_goods_block strong { display: none; }
*/

.catalog_item_goods_block { overflow: hidden; margin-top: 90px; position: relative; }
.catalog_item_goods_block h3 { font-size: 24px; color: #035979; }
.catalog_item_goods_block .cat_nav { width: 40px; height: 276px; background: url('../images/el_cat_nav.png') no-repeat center; cursor: pointer; transition: 0.3s; opacity: 0.99; }
.catalog_item_goods_block .cat_nav:hover { transition: 0.3s; opacity: 0.8; }
.catalog_item_goods_block .cat_nav.left { float: left; }
.catalog_item_goods_block .cat_nav.right { float: right; transform: scale(-1,1); }
.catalog_item_goods_block .slider { margin: 0 40px; height: 310px; overflow: hidden; }
.catalog_item_goods_block .slider .slide_line { overflow: hidden; height: 310px; transition: 0.3s; }
.catalog_item_goods_block .slider .slide_line div { float: left; padding-top: 38px; height: 310px; box-sizing: border-box; }
.catalog_item_goods_block .slider .slide_line div a { display: block; text-decoration: none; }
.catalog_item_goods_block .slider .slide_line div span { height: 180px; display: block; position: relative; }
.catalog_item_goods_block .slider .slide_line div span img { position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; max-height: 180px; }
.catalog_item_goods_block .slider .slide_line div p { text-align: center; padding-top: 4px; margin-top: 16px; color: #035979; font-weight: 400; font-size: 16px; }


.button_price_list, .button_price { text-decoration: none; display: block; width: 256px; height: 56px; line-height: 50px; font-size: 16px; text-transform: uppercase; background-color: #e53130; color: #fff; text-align: center; box-sizing:border-box; }

.button_price_list { margin-top: 40px; line-height: 56px; box-sizing: border-box; }
.button_price_list:hover { line-height: 50px; box-sizing: border-box; }

.button_price { margin-top: 32px; background-color: #fff; color: #30AAB7; border:3px solid #30AAB7; }

.button_price_list:hover { /*background-color: #fff; color: #30AAB7; border:3px solid #30AAB7;*/background: #1b7f8d; border: 3px solid #1b7f8d; }
.button_price:hover { background-color: #30AAB7; color: #fff; } 

#price_text { font-size: 14px; color: #808080; position: absolute; top: 292px; left: 288px; line-height: 20px; }

#mod_list { overflow: hidden; margin-bottom: 32px; }
#mod_list div { border-bottom: 2px solid #30AAB7; height: 32px; }

#mod_list p { float: left; width: 33.33%; 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: 33.33%; 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 8px; border: 2px solid #9AD8DD; margin-right: 10px; font-size: 15px; font-weight: 500; }

#mod_out span:first-child { margin-left: 12px; }    




.fully { overflow: hidden; }
#catalog_list { overflow: hidden; margin-right: 240px; }
.rightblock { float: right; width: 240px; }
.rightblock .main_right_descr { overflow: hidden; border-bottom: 2px solid #bce7eb; }
.rightblock .main_right_descr div { padding: 44px 0 0 81px; font-weight: 700; color: #000; font-size: 14px; line-height: 20px; background: url('../images/catalog_block_right.png') no-repeat; }
.rightblock .main_right_descr div:nth-child(1) { background-position: 17px 41px; }
.rightblock .main_right_descr div:nth-child(2) { padding: 32px 0 47px 81px; background-position: 18px -85px; }
.rightblock #footer_icons { width: auto; margin-top: 27px; }
.rightblock #footer_icons a { margin-right: 0; margin-left: 9px; }
.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; }

#priority { }

#objects_add_button.tasks_filter_csv {
    left: 400px;
}

.selected_comm {
    height: 80px;
    float: left;
    margin-right: 22px !important;
}

.tasks_amount {
    font-size: 15px;
    padding-left: 8px;
    display: inline-block;
    position: absolute;
    margin-top: 8px;
}


.gc_item.gc_item_total {
    position: relative;
    margin-top: 9px;
    padding-top: 14px;
}

.gc_item.gc_item_total::after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0px;
    left: 37px;
    height: 1px;
    background-color: #CECECE;
}

.graph_client {
    /* border: 1px solid black; */
    margin-top: 10px;
    margin-right: 10px;
    float: left;
    width: 270px;
    overflow: hidden;
}

strong.colum2_33 {
    padding-right: 5.5px;
}
.colum2_33 .colum2 {
    width: 25%;
    float: left;
    box-sizing: border-box;
}


span.gc_title {
    font-size: 20px;
    /* font-weight: 500; */
}

.gc_item {
    display: block;
    box-sizing: border-box;
    padding-left: 37px;
    padding-bottom: 5px;
}

.graph_client img {
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
}

.dia_hide {
    display: none !important;
}

.dia_hide.dia_show {
    display: table !important;
}

.gc_item_circle {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 14px;
}

.dia_btns {
    margin-top: 30px;
    margin-bottom: 30px;
}

.dia_btns a {
    margin-right: 10px;
    text-decoration: none;
    background-color: #014f8b;
    color: #fff;
    border-radius: 5px;
    padding: 3px 5px;
}

.csv_form_over {
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 20px;
    box-sizing: border-box;
}

.dia_btns a:hover, .dia_btns_selected {
    background-color: #e53130 !important;
}

.graph_client_no_border {
    border: none !important;
}

#panel_begin #small_panel input[type=submit].selected_comm_btn {
    height: 44px !important;
    line-height: 44px !important;
    width: 163px;
    border-radius: 5px;
    position: static !important;
    margin-top: 2px !important;
}

.slt {
    position: relative;
    min-height: 137px;
    box-sizing: border-box;
}

.slt_title {
    font-size: 16px;
    font-weight: 500;
}

.slt_type {
    display: inline-block !important;
    margin: 0px !important;
    margin-left: 10px !important;
    color: #665;
}

.slt_link {
    display: block;
    margin-top: 6px;
    margin-bottom: 8px;
}

.slt_right {
    position: absolute;
    right: 0;
    top: 0;
}

.slt_text {
    margin-bottom: 10px;
}

.slt_small {
    color: #665;
}

.slt_right {
    position: absolute;
    right: 20px;
    top: 20px;
}

.slt_right > span {
    display: block;
    padding-bottom: 3px;
}

.slt_right > span > b {
    font-weight: 500;
}

#priority { display: block; overflow: hidden; margin-top:40px; height:40px; }

.task_item:hover { text-decoration: underline; }

.task_item td h2 { background-color: #666; color: red !important; }


.small_block p, .small_block span { margin-top: 32px; color: #666; }

.bold500 {
	font-weight: 500 !important;
}

#panel_begin h1.task_selected_h1 {
    font-size: 30px;
    /*margin-top: 0px;*/
    font-weight: 500;
    margin-bottom: 0px !important;
    line-height: 30px;
}

.task_direct_title {
    color: #665;
    font-size: 16px;
}


.task_direct_title a { padding-left: 32px; }



.auth_selected_task {
    margin-top: 30px !important;
    margin-bottom: 21px;
}

.history_statuses_selected {
    overflow: hidden;
    transition: .8s;
    max-height: 20px;
}

.history_statuses_selected.history_statuses_selected_show {
    max-height: 1000px;
}

.history_statuses_selected > a {
    text-align: right;
    width: 100%;
    display: block;
}



.selected_task_comments {
    padding: 20px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 5px;
    margin-bottom: 10px;
}

.selected_task_titles {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}


.selected_task_comments > span:nth-child(2) {
    display: block;
    margin-top: 25px;
    color: #665;
}

.history_tasks_block {
    position: absolute;
    right: 230px;
    padding-left: 33px;
    text-align: center;
}

.h_btn {
    position: absolute;
    width: 12px;
    height: 22px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.h_btn_l {
    background-image: url('../images/h_l_noactive.png');
    left: 0px;
}
.h_btn_r {
    background-image: url('../images/h_r_noactive.png'); 
    left: 13px;
}

.h_btn_l:hover,
.h_btn_l_active {
    background-image: url('../images/h_l_active.png');
}

.h_btn_r:hover,
.h_btn_r_active {
    background-image: url('../images/h_r_active.png');
}

.tasks_status_block {
    width: 162px;
    /* height: 190px; */
    position: absolute;
    right: 30px;
    top: 175px;
    background-color: #f2f2f2;
    border-radius: 7px;
    box-sizing: border-box;
    padding: 5px;
    overflow: hidden;
    padding-bottom: 0px;
}

.tasks_status_block a {
    display: block;
    text-decoration: none;
    height: 35px;
    padding-left: 26px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url('../images/check_false.png');
}

.tasks_status_block a:hover,
.tasks_status_block a.check_true {
    background-image: url('../images/check_true.png');
}

/*.tasks_status_block a.check_true:hover {
    background-image: url('../images/check_false.png');
}*/

.new_task_button {
    position: absolute;
    right: 30px;
    top: 90px;
    background-color: #e53130;
    font-size: 16px;
    text-align: center;
    height: 38px;
    width: 160px;
    color: #fff;
    display: block;
    border-radius: 4px;
    text-decoration: none;
    line-height: 38px;
}

span.tasks_selected_edit {
    background-color: #339933;
    font-size: 15px;
    text-align: center;
    width: auto;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
    line-height: initial;
    margin-right: 17px;
}

span.tasks_selected_edit:hover {
    opacity: .9;
}

.parent_id_block #small_panel .vertical_line,
.parent_id_block #small_panel .vertical_line2,
.parent_id_block #small_panel h1 {
    display: block !important;
}
.parent_id_block #small_panel > * {
    display: none;
}

input[type=submit].brigade_btns,
.brigade_btns {
    background-color: #339933;
    color: #fff;
    line-height: 30px !important;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    padding-left: 10px !important;
    padding-right: 10px !important;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
    height: 30px !important;
    width: auto !important;
    position: static !important;
}
.brigade_btns:hover {
    opacity: .9;
}

.vertical_line {
    margin-top: 30px;
    margin-bottom: 22px;
}

#panel_begin .parent_id_block #small_panel {
    width: 98% !important;
    box-sizing: border-box;
}


#task_begin { position: absolute; z-index: 500; left: 440px; top:298px; }
#tasks_form { /*height: 480px;*/ padding-bottom: 90px; }

#tasks_form textarea { width: 70%; height: 160px; }

#status_mark { height: 18px !important; line-height: 18px !important; }
#status_mark span { display: inline-block; width: 18px; height: 18px; margin-left: 18px; margin-right: 4px; margin-top: 18px; }
#status_mark span:nth-child(1) { background-color: red; }
#status_mark span:nth-child(2) { background-color: green; }
#status_mark span:nth-child(3) { background-color: #ccc; }

.all_tasks { position: absolute; right: 40px; top:140px; }

.task_color { display: block; width: 12px; height: 12px; border-radius: 6px; }

.select_task_objects select {
    width: 86.7% !important;
}

.tr_use:hover {
    cursor: pointer;
    opacity: .8;
}#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: 0; width: 260px;
border:1px solid #30aab7; /*#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: #004f8b;/*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: 10px !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: 61px !important; line-height: 63px; font-weight: 400; font-size: 16px; width: 140px; background: #1b7f8d; }




.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 { }

.objects_amount {
    font-size: 15px;
    padding-left: 8px;
    display: inline-block;
    position: absolute;
    margin-top: 8px;
}


.make_fil {
    position: absolute;
    right: 30px;
    top: 210px;
}

.make_fil_btn {
    position: relative;
    z-index: 1;
    height: 30px;
    padding-left: 34px;
    line-height: 30px;
    background-color: #665;
    color: #fff;
    padding-right: 12px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 8px center;
    display: inline-block;
    background-image: url('../images/fil_ico.png');
    cursor:pointer;
}

.make_fil_active .make_fil_btn,
.make_fil_btn:hover {
    background-color: #339933;
}

.make_fil_adv {
    position: absolute;
    right: 0;
    top: 33px;
    font-size: 14px;
    white-space: nowrap;
    transition: .3s;
    opacity: 0;
}

.make_fil_adv.make_fil_name {
    font-size: 12px;
    color: #665;
}

.make_fil_cancel {
    position: absolute;
    right: 0;
    transition: .3s;
    top: 5px;
}

.make_fil_active .make_fil_cancel {
  top: -20px;
}

.make_fil_active .make_fil_adv {
    opacity: 1;
}



.relative_label {
  position: relative;
}

span.clear_input {
    position: absolute;
    right: 35px;
    color: #014f8b;
    font-size: 12px;
    top: 7px;
    cursor: pointer;
}

span.clear_input:hover {
text-decoration: underline;
}


.days_b_orange {
  color: #ee7c00 !important
}

.days_b_red {
  color: red !important;
}

#objects_add_button.objects_filter_csv {
  left: 390px !important;
}


.obj_csv_btn {
  margin-top: 0px !important;
  margin-bottom: 15px;
}

.object_parent_add { margin-top: 32px; position: relative; }
.object_parent_add a { position: absolute; left: 140px; top:5px; }

.vertical_line { border-left: 5px solid #339933; padding-left: 18px; margin-right: 240px; }
.vertical_line2 { border-left: 5px solid #e53130; padding-left: 18px; }

.horiz_line { overflow: hidden; }
.horiz_line p { float: left; margin-right: 32px; }
.horiz_line p span { font-weight: bold; }



#objects_filter { overflow: hidden; /*height: 100px;*/ }
#objects_filter div {
    float: left;
    width: 16.65%;
}
#objects_filter div label { width: 100%; color: #666; }
#objects_filter div select, #objects_filter div input[type=text] { width: 90%; }
#objects_filter div input[type=submit] { position: static; height: 38px !important; border-radius: 4px; margin-top: 28px; }

#status_block { overflow: hidden; height: 40px; position: absolute; right: 32px; top:32px; }
#status_block a { margin-right: 32px; color: #004f8b !important; font-size: 17px; }

#object_form { height: 730px; }
#object_docs_form { height: 270px; }

#object_docs_form a { display: block; margin-left: 180px; margin-top: 30px; font-size: 17px; }


#objects_add_button { position: absolute; left: 240px; top:32px; background-color: #339933; color: #fff; line-height: 30px; width: 100px; display: block; border-radius: 4px; text-align: center; text-decoration: none; }

.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;
}


.colum3 { float: left; width: 32.8%; background-color: #f2f2f2; padding-bottom: 10px; }
.colum3:first-child { padding-left: 1%; }


.colum2 { float: left; width: 49.2%; background-color: #b5d2ee; padding-bottom: 10px; }
.colum2:first-child { padding-left: 1%; }


.colum3 input[type="text"], .colum3 label { width: 95% !important; }
.colum2 input[type="text"], .colum2 label { width: 95% !important; }

.colum2 input[type="text"], .colum3 input[type="text"] { font-size: 15px !important; }

#object_form strong { display: block; overflow: hidden; }
#object_form strong label { font-weight: normal; color: #004f8b; }

.person_block { background-color: #f2f2f2; padding: 20px; overflow: hidden; margin-top: 20px; margin-bottom: 20px; border-radius: 4px; }
.person_block div { float: left; width: 33.333%; }

.person_block div p:first-child { color:#004f8b; margin-bottom: 4px; }

.vertical_line strong { color:#004f8b; font-weight: 500; }/*.calls_message_block #small_panel {
    border: 2px solid;
    background-color: #fff;
    position: fixed;
    z-index: 99;
    width: 800px;
    box-sizing: border-box;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
}
*/

td.client_td_class:hover {
    transition: .3s;
    opacity: .5;
    cursor: pointer;
}

.calls_falls_link {
    position: absolute;
    right: 20px;
    top: 32px;
    background-color: #339933;
    color: #fff;
    line-height: 30px;
    display: block;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.calls_message_block #small_panel {
    height: 66px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    top: 0px;
    overflow: hidden;
    position: fixed;
    z-index: 99;
    background-color: #004f8b;
}

.h1_call {
    color: #fff;
    font-size: 24px;
    margin: 0px !important;
    position: relative;
    left: 19px;
}

.call_part {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.call_name {
    left: 19px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    bottom: 13px;
    font-size: 16px;
    color: #eac87c;
}

.call_card {
    margin-top: 15px;
    display: inline-block;
    font-weight: 500;
    border-radius: 14px;
    border: 3px solid #ffcc66;
    padding: 4px 30px;
    padding-bottom: 3px;
    width: 220px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}

.call_cancel {
    margin-top: 15px;
    display: inline-block;
    color: #eac87c;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 500;
    margin-left: 90px;
}#sender_activate { position: absolute; right:20px; top: 60px; display: block; width: 280px; height: 64px; 
	text-align: center; line-height: 40px; text-decoration: none; color: #fff; background: red; }

#sender_me { position: absolute; right:20px; top: 130px; display: block; width: 280px; height: 40px; 
	text-align: center; line-height: 40px; text-decoration: none; color: #444; background: #ccc; }

#sender_all { position: absolute; right:20px; top: 170px; display: block; width: 280px; height: 40px; 
	text-align: center; line-height: 40px; text-decoration: none; color: #444; background: #f2f2f2; }


#sender_activate span { font-size: 13px; display: block; line-height: 1; }

#sender_activate, #sender_me { transition: all 0.3s; }

.hidden_str { display: none !important; }

.h2_sender { color: #444 !important; font-size: 30px; margin-top: 16px; }

.sender_active { background: green !important; }
.sender_closed { background: #ccc !important; }

.sender_form textarea { height: 100px; }
.sender_form div.mce-edit-area { height: 200px; }

.sender_form .form_out input[type=submit] { position: static !important; float: left; }

.sender_form p { font-size: 13px; position: absolute; left: 240px; top: 385px; color: #339933; }


.col2 { width: 50%; float: left; }


#sender_me:active { background-color: #339933;  } 

#sender_tabs { overflow: hidden; margin-bottom: 16px; }
#sender_tabs a { display: block; float: left; width: 200px; height: 32px; line-height: 32px; border: 1px solid #cccccc; border-radius: 5px; margin-right: 10px; text-decoration: none; text-align: center; }

#sender_update_photo { display: block; position: absolute; left: 900px; height: 32px; line-height: 32px; text-align: center; text-decoration: none; }

#cms_table a { text-decoration: none; }


#sender_update_photo .file_block { width: 160px; }

#count_str { margin-bottom: 24px; }
#count_str span { font-weight: bold; }* { margin: 0px; padding: 0px; }
html { min-height: 100%; height:100%;  overflow-y: scroll; }

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

img { border: 0px; }
ul, ol { list-style:none; }
ul, ol, li, dl, dt, dd, h1, h2, h3, pre, form, body, html, p, blockquote, input, td, th, a, textarea {
    margin:0; padding:0; FONT-FAMILY:Arial, sans-serif; COLOR:#000;
    FONT-WEIGHT: normal; 
    font-family: 'Roboto', sans-serif;
}



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




p { line-height: 1.5; }

/*
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 #e53130;
    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: 40px; line-height: 48px; color: #000; margin-bottom: 32px; }

h2{  FONT-SIZE: 24px; LINE-HEIGHT:1.2; padding-bottom: 12px; color: #007ed0; }
h3{  FONT-SIZE: 20px; LINE-HEIGHT:1.2; padding-bottom:10px; color: #ff7f50; }

a { color: #004f8b; 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; }


#tinymce .black_text,
.black_text {
    color: #000 !important;
}

#tinymce .italic_bold,
.italic_bold {
    font-style: italic;
    font-weight: 600;
}

#tinymce .h2_span, 
.h2_span {
    FONT-SIZE: 24px;
    LINE-HEIGHT: 1.2;
    padding-bottom: 12px;
}

#tinymce .big_blue_link,
.big_blue_link {
    font-size: 20px !important;
    LINE-HEIGHT: 1.2;
    padding-bottom: 10px;
    color: #004f8b;
    display: inline-block;
}

#tinymce .big_blue_link:first-letter,
.big_blue_link:first-letter {
    color: #ff9900 !important;
}.wrap { }

.sp0 {
    top: 0px;
}


.sp1 {
    top: 72px !important;
}


.sp2 {
    top: 144px !important;
}

.sp3 {
    top: 216px !important;
}

.sp4 {
    top: 288px !important;
}

.over_fi {
    border: 1px solid #bcbdbc;
    display: inline-block;
}


#small_panel #pdfDocument {
    position: absolute;
    left: 0;
    height: 1px;
    width: 1px;
    opacity: 0;
    overflow: hidden;
}

div#site_pagenator > * {
    padding-right: 3px;
    padding-left: 3px;
}

a.p_item.current {
    color: #339933;
}

.background_scroll {
	overflow: scroll !important;
	max-height: 100vh;
}

.readonly {
    background-color: #e1e1e1;
    cursor: default;
}

.hr_div {
    float: left;
    width: 100% !important;
    height: 1px;
}

.ajax_help {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    left: -1000px;
}

.phone_root {
    color: #656464;
    font-size: 14px;
}

.middle_block_index {
    width: 100%;
    display: block !important;
    height: 1px !important;
}

.index_partners {
    text-align: center;
}

.index_partners > div {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 33%;
    height: 130px;
    box-sizing: border-box;
}

.index_partners > div img {
    width: 256px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.phone_root_input {
    position: relative;
    width: 17px;
    height: 17px;
    margin-right: 7px;
    top: 4px;
    cursor: pointer;
}

span.client_fall {
    font-size: 16px !important;
    color: #000 !important;
    display: block;
    /*max-width: 600px;*/
    margin-bottom: 10px;
    font-weight: 500;
}

a.call_fall {
    background-color: #339933;
    color: #fff;
    line-height: 30px;
    display: block;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.call_fall:hover {
    opacity: .9;
}

.calls_falls_table {
    width: 800px !important;
}

.container { position: relative; width: 1120px; margin:0 auto; max-width: 100%; }
.container_top { margin-left: 32px; margin-right: 32px; }


.category_slides { position: relative; display: inline-block; }
.category_slides a.del { position: absolute; right: 10px; font-size: 40px; text-decoration: none; top: 0; }

#slider_container { background-color: #30AAB7; }



#out_center { min-height: 600px; }

#footer1 p a { opacity: 0; transition: 0.3s; text-decoration: none; }
#footer1 p a:hover { opacity: 1; transition: 0.3s; }

#footer1 p#footer_icons a { opacity: 1; transition: 0s; }

#top { height: 150px; /*overflow: hidden;*/ border-bottom: 2px solid #bce7eb; }

#index_text_page .text_block { padding-top: 0; }
#index_text_page .text_block .editable { padding-left: 0; }

#top1 { padding-top: 14px; height: 92px; overflow: hidden; }

.top1_mobile { padding-left: 32px; padding-right: 32px; top:0; position:fixed; z-index: 17; 
	left: 0; right: 0; background-color: #fff; border-bottom: 2px solid #bce7eb; 
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2); }


.logo { float: left; display: block; background: url(../images/logo2.png) no-repeat; width: 175px; height: 74px; } 


.groups_list a span { overflow: hidden; }

.lmenu_div .hide { display: none; }
.lmenu_div p { cursor: pointer; }
.lmenu_div p:hover { text-decoration: underline; }
/*
#top1 p { float: left; margin-left: 40px; margin-top: 10px; color: #004f8b; font-size: 15px; line-height: 18px; }
*/

#top1 p { float: left; width: 20%; }


#top1 p:nth-child(2) { margin-top: 6px; color: #004f8b; font-size: 15px; line-height: 18px; }
/*
#top1 p:nth-child(3) { width: 40%; }
*/

#top1 span { display: block; color: #004f8b; }


#button_task { display: block; text-decoration: none; text-align: center; float: right; border:2px solid #e53130; 
color: #e53130; font-size:12px; width: 157px; height: 34px; line-height: 34px; margin: 2px 3px 0 0; font-weight: 500; margin-top: 9px; }

#button_task { display: none; }

#top1 p:nth-child(2), #top1 p:nth-child(3), #top1 p:nth-child(4) { width: 26%; }


#button_task:hover { background-color: #e53130; color: #fff; }

#footer1 .logo { float: none; }


#settings_phoneTop { font-weight: bold; margin-top: 2px; display: block; font-size: 20px !important; color: #014f8b; text-decoration: none; }


.settings_phoneTop {
    font-weight: bold;
    margin-top: 2px;
    display: block;
    font-size: 20px !important;
    color: #014f8b;
    text-decoration: none;
}

.ifnomobile { position: relative; }

.red {
    color: #f70d00 !important;
}


/*

#button_email, #favorites { margin-top: 7px; }
#button_email:hover, #favorites:hover { color: #30AAB7; }

*/


#cmenu { height: 55px; }
#cmenu > .cm_item { display: inline-block; position: relative; margin-right: 32px; }
#cmenu > .cm_item > a { display: block; padding: 0 12px 5px; color: #004f8b; text-decoration: none; line-height: 2; font-size: 17px; font-weight: bold; text-transform: uppercase; }
#cmenu > .cm_item:hover, #cmenu > .cm_item.active { border-bottom: 3px solid #30AAB7; }
#cmenu > .cm_item:hover a, #cmenu > .cm_item.active a { color: #30AAB7; }
#cmenu > .cm_item em { transition: 0.5s; position: absolute; right: -5px; top: 50%; margin-top: -5px; width: 9px; height: 5px; background: url('../images/cm_nav.png'); }
#cmenu > .cm_item.show .cm_parents { display: block; }
#cmenu > .cm_item.show em { transform: rotate(180deg); transition: 0.5s; }

#cmenu > .cm_item .cm_parents { display: none; z-index: 2; top: 39px; border-top: 3px solid #30AAB7; position: absolute; width: 300px; background: #f8f8f8; color: #666666; border-left: 1px solid #30AAB7; border-right: 1px solid #30AAB7; }

#cmenu > .cm_item .cm_parents a {
    padding: 0 15px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    height: 45px;
    font-size: 13px;
    color: #004f8b;
    text-decoration: none;
    /* line-height: 45px; */
    border-bottom: 1px solid #30AAB7;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#cmenu > .cm_item .cm_parents a:hover, #cmenu > .cm_item .cm_parents a.active { background: #30AAB7; color: #fff; }

#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: none; /*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; background-repeat: no-repeat; }
#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 { transition: transform 0.8s; position: absolute; top:24px; right:30px; width: 28px; height: 28px; 
    background-color: #ccc; cursor: pointer; background: url('../images/close_form.png') no-repeat 0 0; }

.close_form:hover { transform: rotate(-90deg);  background: url('../images/close_form.png') no-repeat 0 -32px; }





.block_main_slider { overflow: hidden; height: 290px; padding-bottom: 102px; }
.block_main_slider .slide_line { overflow: hidden; height: 100%; transition: 0.3s; }
.block_main_slider .slide_line > div { position: relative; float: left; height: 100%; }
.block_main_slider .slide_line > div > img { width: 256px; position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; }
.block_main_slider .buttons { margin-top: -21px; position: relative; z-index: 2; overflow: hidden; text-align: center; }
.block_main_slider .buttons a { transition: 0.2s; display: inline-block; width: 14px; height: 14px; border-radius: 50%; border: 2px solid #30aab7; background: #fff; margin-right: 15px; }
.block_main_slider .buttons a.active { transition: 0.2s; background: #30aab7; }

#main_block { overflow: hidden; padding-top: 40px; height: auto; padding-bottom: 106px; }

.h2 { font-size: 30px; color: #000; text-decoration: none; display: block; text-align: center !important; }


.articles_center { margin-top: 17px; height: 400px; overflow: hidden; margin-right: -16px; padding-bottom: 60px; }


.articles_center_over { margin-right: -16px; }

.articles { float: left; width: 25%; }

.articles .articles2 { margin-right: 16px; }

.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; }


#footer { height: 300px; /* background-color: #01a0e2;*/ background-color: #004f8b; overflow: hidden; margin-top: 64px; }

#footer1 p { font-size: 15px; }

#footer1 .small { font-size: 12px; margin-top: 26px; }

.small_text { font-size: 13px; color: #444; line-height: 1.2; }

#footer1 { float: left; width: 38%; position: relative; }
#footer2 { float: left; width: 33%; }
#footer3 { float: left; width: 29%; }

#footer1, #footer2, #footer3 { margin-top: 48px; }

#footer2 a, #footer3 a { display: block; margin-bottom: 6px; text-decoration: none; font-size: 16px; }
#footer2 a, #footer3 a { line-height: 25px; margin: 0; padding-bottom: 14px; }
#footer2 p, #footer3 p { font-size: 20px; padding-bottom: 15px; color: #fff !important; }


#footer p, #footer a { color: #b7e6fa; }
#footer a:hover { color:#fff; }


#footer_phone { display: block !important; font-size: 27px; text-decoration: none; color: #000; }


.clear { clear: both; }

#left {  }
#content { }

.paddings { padding: 20px; }

#catalog_group_descr { margin-top: 32px; overflow: hidden; margin-bottom: 32px; }
#catalog_group_descr img { margin-top: 8px; }
#catalog_group_descr div { margin-left: 288px; font-size: 16px; font-weight: 400; line-height: 22px; padding-bottom: 21px; }

.catalog_page #left { width: 252px; float: left; text-align: left; position: relative; }
.catalog_page #content { margin-left: 264px; }

#kroxi { margin-top: -13px; font-size: 14px; padding-bottom: 35px !important; overflow: hidden; }
#kroxi a { transition: 0.1s; text-decoration: none; font-weight: 500; float: left; }
#kroxi a:hover { transition: 0.1s; color: #30AAB7; text-decoration: none; }
#kroxi a.def { transition: 0.1s; color: #30AAB7; text-decoration: none; cursor: default; }
#kroxi span { float: left; width: 32px; height: 16px; background: url('../images/kroxi_nav_left.png') no-repeat center; }

.editable { /* padding-left: 33px; */ }
.editable p { font-size: 16px; font-weight: 400; padding-bottom: 20px !important; }
h1 { margin-bottom: 19px; }

.catalog_page #block_index { margin-top: 32px; overflow: hidden; }

#footer_icons { margin-top: 30px; width: 300px; height: 50px; overflow: hidden; }
#footer_icons a { display: block; margin-right: 18px; float: left; }

#settings_footerText { margin-left: 170px; margin-right: 200px; color: #000; font-size: 13px; }


#footer_lk { }

#settings_footerText, #footer_lk { padding-top: 57px; }

#block_index { min-height: 750px; }

.articles_center_over { padding-top: 52px; }

.circle_o, .circle_q { display: none; }

#feedback_block { background: #f2f5f5; margin-top: 49px; position: relative; padding-bottom: 11px; }
#feedback_block .whiteblock { position: absolute; height: 38px; width: 38px; transform: rotate(45deg); background: #fff; z-index: 2; left: 50%; top: -19px; margin-left: -19px; }
#feedback_block h2 { text-align: center; font-size: 37px; color: #000; padding: 75px 0 0; letter-spacing: -0.5px; }
#feedback_block .container > p { padding: 19px 0; font-size: 20px; text-align: center; color: #aaacb2; }
#feedback_block .form_out.newform { width: 740px; margin: 0 auto; overflow: hidden; padding-top: 60px; }
.form_out.newform { width: auto; margin: 0 auto; overflow: hidden; }
.form_out.newform div { position: relative; margin-bottom: 66px; overflow: visible; }
.form_out.newform div label { display: block; transition: 0.2s; margin: 0 0 0 12px; position: absolute; left: 0; top: 5px; width: auto; color: #035979; font-size: 18px; padding: 0; }
.form_out.newform div.mini label  { margin: -12px 0 0; transition: 0.2s; font-size: 11px; }
.form_out.newform input[type=text], .form_out.newform textarea, .form_out.newform input[type=password] { color: #035979; font-size: 18px; border-radius: 0; width: 100%; background: transparent; border: 0; margin: 0; padding: 0 0 3px 0; box-shadow: none; border-bottom: 3px solid #9ad8dd; height: 38px; }
.form_out.newform textarea { padding-top: 5px; }
.form_out.newform input[type=text]::placeholder, .form_out.newform textarea::placeholder { color: #035979; opacity: 1; }
.form_out.newform input[type=text]:-ms-input-placeholder, .form_out.newform textarea:-ms-input-placeholder { color: #035979; opacity: 1; }
.form_out.newform input[type=text]::-ms-input-placeholder, .form_out.newform textarea::-ms-input-placeholder { color: #035979; opacity: 1; }
.form_out.newform .many_inputs { overflow: hidden; margin: -10px -28px 0 0; padding-top: 10px; }
.form_out.newform .many_inputs div { width: calc(33.333% - 28px); float: left; margin-right: 28px; }
.form_out.newform input[type=submit] { position: static; margin: 10px auto; display: block; text-transform: uppercase; }
.form_out.newform input[type=submit].disabled { opacity: 0.3 !important; cursor: default; }
.form_out.newform input[type=submit]:hover { opacity: 1; background: #1b7f8d; }


#lmenu { clear: both; margin-right: 32px; margin-top: 12px; }
#lmenu .left_a, #lmenu p { font-size: 18px; color: #30AAB7; padding: 5px 0 12px 12px; /* border-top: 1px solid #bce7eb; */ margin-top: 19px; }
#lmenu .left_a, #lmenu p:nth-child(1) { margin-top: 0; }

.lmenu_div .left_a:hover {
    text-decoration: underline !important; 
}

#lmenu a { font-size: 14px; color: #035979; padding: 14px 12px; display: block; text-decoration: none; }

#lmenu a:hover { color: #30AAB7; }
#lmenu a.active { background: #30AAB7; color: #fff; }

/* Панелька управления */
.actions_panel { background-color: #c6a931; color:#fff; position: absolute; top:0; right:10px; padding: 4px; padding-left: 8px; padding-right: 8px; z-index: 2;}
.actions_panel a { padding-left: 4px; padding-right: 4px; color:#fff; text-decoration: none; }

/* Хак для админки */
#out_center .actions_panel { top:20px; right:20px; }

.panel_el { display: block !important; }
.panel_el .vd { display: none; }
.panel_el a { font-size: 13px; line-height: 1.2; }


.autorize_form { width: 460px !important; }
#reg_form { height: 340px !important; }

#forget_form { height: 140px !important; }

#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_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);

}




#lk_menu a { display: block; margin-bottom: 10px; text-decoration: none; }


.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: 7px; bottom: 50px; left: 0; height: 200px; }
#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: 7px; bottom: 50px; right: 0; transform: scale(-1, 1); height: 200px; }
#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 27px; }
#slide_reviews .slidesize #slide_line > div .slider_content p { padding-bottom: 23px !important; }

.no_margin_top {
    margin-top: 0px !important;
}


#panel_begin h1 { font-size: 30px; font-weight: 500; line-height: 30px; margin-top: -5px; }
#question_form { height: 300px; }

.actions_panel { text-decoration: none; }

.pages { padding-top: 52px; }
.pages .text { position: relative; padding: 39px 0 137px 97px; font-size: 16px; color: #000; font-weight: 500; line-height: 22px; letter-spacing: 0; font-weight: 400; font-family: 'Roboto', sans-serif; }
.pages .text p { padding-bottom: 22px !important; font-size: 16px; color: #000; line-height: 22px; }
.pages .text img { margin: 0 2px 0 30px; }

.pages .graytext { background: #f2f5f5; }
.pages .graytext h2 { color: #000; font-size: 36px; padding-top: 95px; }
.pages .graytext .two_tabs { overflow: hidden; position: relative; }
.pages .graytext .two_tabs div { float: left; width: 50%; box-sizing: border-box; font-size: 16px; color: #000; padding: 47px 0 0 192px; line-height: 22px; letter-spacing: 0; font-weight: 400; font-family: 'Roboto', sans-serif; }
.pages .graytext .two_tabs div p { font-size: 16px; color: #000; padding-bottom: 22px !important; }
.pages .graytext .two_tabs div:nth-child(1) { background: url('../images/page_about_earth.png') no-repeat 80px 40px; }
.pages .graytext .two_tabs div:nth-child(2) { background: url('../images/page_about_arrow.png') no-repeat 80px 40px; }
.pages .phf { font-size: 24px; line-height: 34px; padding-top: 95px; color: #035979; }

.pages .graytext.white { background: #fff; }
.pages .graytext.white .two_tabs div { padding-top: 39px; }
.pages .graytext.white .two_tabs div:nth-child(1) { background: url('../images/page_partners_arrows.png') no-repeat 98px 43px; }
.pages .graytext.white .two_tabs div:nth-child(2) { background: url('../images/page_partners_truck.png') no-repeat 98px 43px; }

.pages .graytext .tree_tabs { overflow: hidden; padding: 57px 0 53px; }
.pages .graytext .tree_tabs div { float: left; width: 33.333%; }
.pages .graytext .tree_tabs div p { text-align: center; color: #000; font-size: 18px; width: 90%; margin: 0 auto; }
.pages .graytext .tree_tabs div a { opacity: 1; transition: 0.3s; display: block; width: 224px; height: 56px; line-height: 56px; text-align: center; text-decoration: none; color: #fff; text-transform: uppercase; background: #30aab7; margin: 43px auto; }
.pages .graytext .tree_tabs div a:hover { background: #1b7f8d; transition: 0.3s; }
.pages .graytext .tree_tabs div span { display: block; color: #035979; font-size: 36px; text-align: center; padding-top: 23px; }
.pages .graytext .tree_tabs div span strong { color: #30AAB7; font-weight: 400; }

.pages .feed { overflow: hidden; width: 770px; margin: 0 auto; }
.pages .feed div { float: left; width: 50%; }
.pages .feed div a { opacity: 1; transition: 0.3s; display: block; width: 224px; height: 56px; line-height: 56px; text-align: center; text-decoration: none; color: #fff; text-transform: uppercase; background: #30aab7; margin: 52px auto; }
.pages .feed div a:hover { background: #1b7f8d; transition: 0.3s; }
.pages .feed div span { display: block; color: #035979; font-size: 35px; text-align: center; padding-top: 9px; }
.pages .feed div span strong { color: #30AAB7; font-weight: 400; }
.pages .feed div p { font-size: 18px; padding-top: 33px; text-align: center; font-weight: 500; }

.pages #feedback_block { margin: 97px 0 2px; }
.pages #feedback_block h3 { padding-top: 75px; font-size: 24px; text-align: center; width: 600px; margin: 0 auto; line-height: 34px; color: #035979; }

.pages .h2.nopointer { font-size: 36px; padding-top: 69px; }
.pages .grayuh2 { margin-top: 26px; }
.pages #slide_reviews { margin-bottom: 107px; }

.pages .contacts_blocks { overflow: hidden; padding: 27px 0 59px; }
.pages .contacts_blocks > div { float: left; width: 50%; }
.pages .contacts_blocks > div > h3 { font-size: 24px; color: #035979; }
.pages .contacts_blocks > div > span { display: block; color: #035979; font-size: 40px; }
.pages .contacts_blocks > div > span strong { color: #30AAB7; font-weight: 400; }
.pages .contacts_blocks > div > a { margin: 24px 0 68px; font-size: 20px; display: block; font-weight: 500; text-decoration: none; }
.pages .contacts_blocks > div > a:hover { text-decoration: underline; }
.pages .contacts_blocks > div > .table_new { overflow: hidden; padding-top: 13px; }
.pages .contacts_blocks > div > .table_new div { overflow: hidden; padding-bottom: 20px; }
.pages .contacts_blocks > div > .table_new div strong { display: block; margin-left: 172px; font-weight: 500; font-size: 16px; color: #000; line-height: 22px; }
.pages .contacts_blocks > div > .table_new div span { float: left; color: #999; font-size: 16px; width: 172px; }
.pages .contacts_blocks > div > p { color: #666; padding-top: 25px; font-size: 16px; }
.pages .contacts_blocks .form_out.newform { padding-top: 18px; margin-right: -32px; }
.pages .contacts_blocks .form_out.newform p { padding-right: 32px; }
.pages .contacts_blocks .form_out.newform div { float: left; margin-right: 32px; margin-bottom: 59px; width: calc(50% - 32px); }
.pages .contacts_blocks .form_out.newform div:nth-child(3) { width: 100%; margin-right: 0; margin-bottom: 57px; } 
.pages .contacts_blocks .form_out.newform div:nth-child(4) { width: 100%; margin-right: 0; }
.pages .contacts_blocks .form_out.newform div input[type=submit] { margin: 0; }

.pages .graymap { min-height: 900px; background: url('../images/page_partners_map.png') #c9edf0 no-repeat center 255px; }
.pages .graymap .zone h3 { color: #000; font-size: 36px; padding-top: 78px; text-align: center; }
.pages .graymap .zone p { text-align: center; font-size: 20px; width: 900px; margin: 10px auto; color: #888; }
.pages .graymap .zone .two_tabs { overflow: hidden; width: 920px; margin: 0 auto 44px; padding-top: 34px; position: relative; line-height: 22px; }
.pages .graymap .zone .two_tabs div { float: left; width: 50%; box-sizing: border-box; font-size: 16px; color: #000; padding-right: 20px; font-weight: 400; }
.pages .graymap .zone .two_tabs div:nth-child(2) { padding-right: 0; }
.pages .graymap .zone h4 {  padding-top: 410px; color: #035979; text-align: center; font-weight: 400; font-size: 25px; letter-spacing: -0.6px; }
.pages .graymap .zone .partners { overflow: hidden; padding: 41px 0 61px; text-align: center; }
.pages .graymap .zone .partners div { display: inline-block; border: 0; margin-right: 32px; }
.pages .graymap .zone .partners div img { vertical-align: bottom; display: block; width: 158px; }
.pages .graymap .zone .partners div:last-child { margin-right: 0; }
.pages .graymap .zone .lastphone { padding-bottom: 17px; }
.pages .graymap .zone .lastphone p { margin: 42px auto 0; font-size: 18px; color: #000; text-align: center; font-weight: 500; }
.pages .graymap .zone .lastphone h4 { width: 600px; margin: 47px auto 0; padding-top: 0; }
.pages .graymap .zone .lastphone span { display: block; color: #035979; font-size: 34px; padding: 2px 0 49px; text-align: center; }
.pages .graymap .zone .lastphone span strong { color: #30AAB7; font-weight: 400; }


#main_menu { height: 200px; background-color: #81add9; }

/*
#main_menu div a { float: left; width: 50%; height: 170px; text-decoration: none; overflow: hidden; position: relative; }
#main_menu div img { position: absolute; max-width: 100%; }
#main_menu div p { position: relative; z-index: 1; }

#main_menu div a:hover { opacity: 0.85; }

#main_menu div a:first-child { background-color: #004f8b; } 
#main_menu div a:last-child { background-color: #edc67c; } 

#main_menu div a:nth-child(2) { background-color: #e84c42; }
#main_menu div a:nth-child(3) { background-color: #ef7e62; }

#main_menu div a p {
    margin-top: 20px;
    padding-left: 20px;
    padding-top: 6px;
    padding-right: 20px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    background-color: #81add9a6;
}

*/


#our_p.colored_p > div:nth-child(1) > div {
    background-color: #004f8b;
}
#our_p.colored_p > div:nth-child(2) > div {
    background-color: #e84c42;
}
#our_p.colored_p > div:nth-child(3) > div {
    background-color: #ef7e62;
}
#our_p.colored_p > div:nth-child(4) > div {
    background-color: #edc67c;
}
#our_p.colored_p > div:nth-child(5) > div {
    background-color: #81add9;
}


#our_p { overflow: hidden; margin-bottom: 40px; }
#our_p div { float: left; width: 20%; }

#our_p div div { width: 120px; height: 120px; background-color: #004f8b; border-radius: 60px; margin: 0 auto; float: none; overflow: hidden; }

#our_p div div p { text-align: center; color: #fff; padding-bottom: 0 !important; margin-top: 20px; font-size: 30px; }
#our_p div div span { text-align: center; display: block; color: #fff; text-transform: uppercase; font-size: 12px; }

.title { font-size: 32px; margin-bottom: 20px; margin-top: 40px; }


#block_ur { background-color: #f2f2f2; }
#block_ur, #block_fiz, #block_guar { overflow: hidden; padding: 32px; padding-top: 0; }
#block_fiz { padding-bottom: 80px; }

#block_ur p, #block_fiz p { font-size: 20px; }


#block_ur div img { float: left; width: 200px; border-radius: 100px; margin-top: 30px; }
#block_ur div #text_out_126 { margin-left: 260px; margin-top: 20px; }

#block_ur .link { margin-left: 260px; }


#block_fiz div img { float: right; width: 200px; border-radius: 100px; }
#block_fiz div #text_out_127 { margin-right: 260px; }

#block_guar { background-color: #f2f2f2; }


#block_guar div img { float: left; width: 120px; border-radius: 60px; margin-top: 20px; }
#block_guar div #text_out_128 { margin-left: 160px; margin-top: 20px; }

#block_guar .link { margin-left: 160px; }



.link { display: block; font-size: 17px; text-decoration: none; }
.link:hover { text-decoration: underline; }



.gray { overflow: hidden; padding: 32px; background-color: #f2f2f2; }
.title a { text-decoration: none; font-size: 17px; margin-left: 20px; }
.title a:hover { text-decoration: underline; }

.privileges { overflow: hidden; margin-right: -16px; }
.privileges div { float: left; width: 25%; }
.privileges div a { display: block; margin-right: 16px; text-decoration: none; }
.privileges div a img { display: block; width: 100%; max-height: 190px; }
.privileges div a span { display: block; padding-top: 12px; color: #004f8b; padding-left: 4px; font-size: 16px; }


#groups_list { margin-right: -32px; clear: both; }

#quality_block { overflow: hidden; }
.quality_item { float: left; width: 50%; height: 180px; }
.quality_item p { font-size: 18px; margin-top: 32px; margin-right: 32px; }
.quality_item span { padding-right: 32px; }

.quality_item div { padding-right: 20px; }


.main_group { float: left; width: 25%; height: 60px; margin-top: 32px; }
.main_group a { color: #004f8b; font-size: 20px; text-decoration: none; }

.bg_line { background-color: #30AAB7; padding: 12px; line-height: 1; margin-top: 32px; text-transform: uppercase; color: #fff; }

#call_feedback {}
#call_feedback a { margin-right: 64px; font-size: 27px; text-decoration: none; }
#call_feedback a:hover { text-decoration: underline; }


.block_partners_st { overflow: hidden; }
.block_partners_st div { width: 33.333%; float: left; }
.block_partners_st div img { display: block; margin: 0 auto 20px; height: 50px; }
.block_partners_st div:nth-child(4), .block_partners_st div:nth-child(5), .block_partners_st div:nth-child(9), .block_partners_st div:nth-child(10) { width: 26%; margin: 0 12%; }
.block_partners_st div:nth-child(4) img, .block_partners_st div:nth-child(5) img, .block_partners_st div:nth-child(9) img, .block_partners_st div:nth-child(10) img { height: 80px; } 





#slider_so { height: auto; position: relative; background-color: #fff; overflow: hidden; margin: 0 auto; clear: both; }

#slider_so .bn_s, #slider_so .bp_s { position: absolute; display: block; text-align: center; line-height: 48px; border-radius: 30px;
width: 48px; height: 48px; background-color: #ededed !important; text-decoration: none; color: #444 !important; }

#slider_so .swiper-slide { padding-bottom: 0 !important; height: 200px; }

#slider_so .swiper-slide .container div { margin-top: 32px; }
#slider_so .swiper-slide .container div h3 { font-size: 40px; color: #fff; line-height: 1.1; font-weight: bold; }

#slider_so .bn_s { right: 16px; top: 82px; }
#slider_so .bp_s { left: 16px; top: 82px; }

/*========================= */

/*
#reviews_block { height: auto; position: relative; background-color: #fff; overflow: hidden; margin: 0 auto; clear: both; }
*/

#reviews_block { background: #f2f2f2; padding: 32px 0 0px; height: auto; position: relative; overflow: hidden; margin: 0 auto; clear: both; }

#reviews_block .bn_s, #reviews_block .bp_s { position: absolute; display: block; text-align: center; line-height: 48px; border-radius: 30px;
width: 48px; height: 48px; background-color: #ddd !important; text-decoration: none; color: #444 !important; }

/*
#slider_so .bn_s, #slider_so .bp_s { position: absolute; display: block; text-align: center; line-height: 48px; border-radius: 30px;
width: 48px; height: 48px; background-color: #ededed !important; text-decoration: none; color: #444 !important; }
*/

#reviews_block .bn_s { right: 16px; top: 182px; }
#reviews_block .bp_s { left: 16px; top: 182px; }


#reviews_block .swiper-slide { padding-bottom: 0 !important; height: 400px; }

#reviews_block .swiper-slide .container div { margin-top: 32px; }
#reviews_block .swiper-slide .container div h3 { font-size: 40px; color: #fff; line-height: 1.1; font-weight: bold; }

#reviews_block div div div div span { display: block; font-style: italic; margin-top: 10px; }
#reviews_block div div div div p { font-size: 17px; margin-left: 240px; }

#reviews_block .img_container { width: 200px; float: left; height: 300px; margin-top: 16px !important; }
#reviews_block .img_container .img { width: 100%; height: auto; }

.reviews_title { position: relative; }
.reviews_title a { position: absolute; right: 0; top: 20px; text-decoration: none; font-size: 16px; }
.reviews_title a:hover { text-decoration: underline; }





.review_new_bth {
    padding: 0;
    margin: 0;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 300;
    font-size: 17px;
    border: 1px solid #959595;
    padding: 22px !important;
    line-height: 0;
    background-color: #fff;
    border-radius: 50px;
    margin: auto;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    color: #333;
    cursor: pointer;
    margin-right: 64px;
}



.review_new_bth:hover { text-decoration: none; background: #f4f4f4; }
.right_link { float: right; }


#catalog_form .mce-tinymce { height: 220px !important; }
.tabs { overflow: hidden; }
.tabs a { margin-right: 24px; }


#catalog_group_descr .leee div, #catalog_group_descr .leee p { margin-left: 0; }
#catalog_group_descr .img_container { margin-left: 0 !important; float: left; width: 256px; display: block; }
#catalog_group_descr .img_container a { display: block; color: #999; font-size: 14px; text-decoration: none; }

.small_link { font-size: 14px; color: #b7e6fa; }.background { }

/* Контейнер который закрывает экран для последуюшего вывода формы поверх! */
.background {



    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 440;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;




}

#status_block a.selected_status_now {
    color: #fff !important;
    background-color: #057ab0;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}




/* Здесь пусто т.к. на panel_begin навешиваем динамически .background и убиваем фон чтобы видеть что под ней */
#panel_begin { }

/* Панель например в модуле Forms */
#panel_begin #small_panel { z-index: 441; overflow: hidden; position: relative; background-color: #F2F5F5; border-radius: 4px;
 /*	border-radius: 10px; */ margin: 0 auto; margin-top: 30px; 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 #3c77af; 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=date], 
.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: 16px; 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] { line-height: 32px; height: 32px; }

.form_out textarea {  resize: none; }

.form_out select { height:32px; }


.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: 1024px) {

html { -webkit-text-size-adjust: none; }

.container { position: relative; width: auto; padding-left: 10px; padding-right: 10px; }

#top1 { width: 120px; }
#top2 { margin-left: 140px; }
#logo { margin-left: 10px; }

.articles_center { height: 430px; }
.articles2 { height: 400px; }

}


/*

.container { width: auto; padding-left: 10px; padding-right: 10px; }
#phone span { display: none; }
#phone p { margin-left: 0; }
#array_letters p { display: none; }
#logo2 { margin-left: 10px; }

.articles { width: 25%; }

.articles_center_over { max-height: 320px; overflow: hidden; }


#promo_slider { width: auto; }
#promo_slider_rb { display: none; }

.vitrina_container { width: 25%; }
.vitrina_index { height: 340px; }

.vitrina, .articles_center_over { margin-right:0; padding-right:0px; }

#lk { width: 40px !important; overflow: hidden; }


*/

.wrap_mobile .articles_center { height: auto; margin-right: 0; }
.wrap_mobile .articles { width: auto; float: none; padding-bottom: 30px; padding-right: 15px; }
.wrap_mobile .articles .articles2 { height: auto; margin-right: 0; }
.wrap_mobile .ifnomobile { display: none; }
.wrap_mobile #main_block { height: auto; padding-top: 36px; padding-bottom: 26px; }
.wrap_mobile #content { transition: 0.3s; }

.wrap_mobile .block_main_slider { height: auto; padding-top: 33px; padding-bottom: 0; }
.wrap_mobile .block_main_slider .buttons { display: none; }
.wrap_mobile .block_main_slider .slide_line { width: auto !important; }
.wrap_mobile .block_main_slider .slide_line > div { width: 50% !important; }
.wrap_mobile .block_main_slider .slide_line > div > img { position: static; width: 100%; }

.wrap_mobile .h2 { font-size: 26px; }

.wrap_mobile .main_group { float: none; width: auto; padding: 0 20px; margin-top: 0; }
.wrap_mobile #text_out_76 { padding-left: 20px; padding-right: 20px; }

.wrap_mobile .index_partners > div {
    width: 100% !important;
}

.wrap_mobile #main_menu div img {
    max-width: 1000% !important;
}

.wrap_mobile #slide_reviews {
    width: 100%;
    box-sizing: border-box;
}




.wrap_mobile .article_item { padding-right: 0; padding-top: 0; }
.wrap_mobile .article_item .photo { float: none; width: auto; padding-bottom: 20px; }
.wrap_mobile .article_item .photo img { width: 100%; display: block; vertical-align: bottom; }
.wrap_mobile .article_item .content { margin-left: 0; }
.wrap_mobile .article_item .content h1 { font-size: 30px; line-height: 36px; }

.wrap_mobile #promo_slider { height: 144px; }
.wrap_mobile #promo_slider div#slide1 { background-size: 110%; } 
.wrap_mobile #promo_slider div { background-size: 140%; background-repeat: no-repeat; }
.wrap_mobile #promo_slider div p a { line-height: 30px; height: 30px; width: 90px; font-size: 10px; }
.wrap_mobile #promo_slider div p { bottom: 7px; }
.wrap_mobile #promo_slider div p span { display: none; }
.wrap_mobile #promo_slider div p em { font-size: 13px; line-height: 16px; }
.wrap_mobile #promo_slider div p strong { font-size: 15px; padding-bottom: 17px; }
.wrap_mobile #promo_slider_block { height: 258px; }
.wrap_mobile #promo_slider_block .promo_slide_bg { height: 144px; background: linear-gradient(to right, #dfdee3 0%, #d6d5da 49%, #b9b9c1 51%, #b9b9c1 100%); }
.wrap_mobile #promo_slider_block.newcolor .promo_slide_bg { background: #30aab7; }
.wrap_mobile #promo_slider_block #slider_nav { display: none; }
.wrap_mobile #promo_slider_block #promo_slider_rb .right { float: right; }
.wrap_mobile #promo_slider_block #promo_slider_rb .mobile_rb { overflow: hidden; width: 170px; margin: 0 auto; }
.wrap_mobile #promo_slider_block #promo_slider_rb .mobile_rb #mobile_rb { overflow: hidden; transition: 0.3s; }

.wrap_mobile #footer #button_phone_footer {  left: auto; right: 25px; padding: 1px 4px; height: auto; width: auto; font-size: 11px; line-height: 19px; margin-top: 2px; }
.wrap_mobile #footer #footer_phone { font-size: 24px; margin-bottom: 10px !important; }
.wrap_mobile #footer { height: auto; }
.wrap_mobile #footer .container { padding-bottom: 150px; overflow: hidden; }
.wrap_mobile #footer #footer1 { position: absolute; bottom: -60px; left: 20px; right: 20px; width: auto; }
.wrap_mobile #footer #footer_phone { font-size: 24px; margin-bottom: 10px !important; }
.wrap_mobile #footer #footer2, .wrap_mobile #footer #footer3 { width: 100%; }
.wrap_mobile #footer2 a, .wrap_mobile #footer3 a { font-size: 14px; }

.wrap_mobile .nm { display: none; }

.wrap_mobile #groups_list { margin-right: 0; }
.wrap_mobile #top { height: 83px; }
.wrap_mobile #top .button { float: right; margin-top: 15px; z-index: 7; position: relative; }
.wrap_mobile #top #logo { display: block; background: url('../images/logo2.png') no-repeat no-repeat 20px 5px; height: 83px; margin: 0; }
.wrap_mobile #top .list_menu { text-align: center; transition: 0.3s; padding-top: 27px; position: fixed; z-index: 6; top: 99px; right: -100%; bottom: 0; left: 100%; background: #fff; }
.wrap_mobile #top .list_menu .list_relative { position: relative; height: 100%; }
.wrap_mobile #top .list_menu .list_relative #taif { overflow: hidden; width: 100%; border-right: 2px solid #bce7eb; margin-left: 0; transition: margin-left 0.3s; }
.wrap_mobile #top .list_menu .list_relative #taif.hide { margin-left: -85%; transition: margin-left 0.3s; }
.wrap_mobile #top .list_menu .list_relative #taif.hide div { opacity: 0; transition: opacity 0.2s; }
.wrap_mobile #top .list_menu .list_relative #paif { position: absolute; width: 85%; padding-left: 15%; top: 0; margin-left: 0; transition: margin-left 0.3s; }
.wrap_mobile #top .list_menu .list_relative #paif.hide { margin-left: 100%; transition: margin-left 0.3s; }
.wrap_mobile #top .list_menu .list_relative #paif .lirightback { background: url('../images/arrow.png') no-repeat center; background-size: cover; transition: opacity 0.3s; opacity: 0.99; position: absolute; z-index: 3; left: 0; top: 0; width: 45px; height: 45px; }
.wrap_mobile #top .list_menu .list_relative #paif div { padding-bottom: 6px; }
.wrap_mobile #top .list_menu .list_relative #paif div a { display: block; font-size: 15px; line-height: 17px; text-align: left; padding-left: 15px; }
.wrap_mobile #top .list_menu .list_relative div > p { font-size: 20px; color: #000; }
.wrap_mobile #top .list_menu .list_relative div.arrow { background: url('../images/arrow_right.png') no-repeat right -7px; background-size: contain; }
.wrap_mobile #top .list_menu .list_relative div > span { display: block; color: #035979; font-size: 36px; text-align: center; padding-top: 23px; }
.wrap_mobile #top .list_menu .list_relative div > strong { color: #30AAB7; font-weight: 400; }
.wrap_mobile #top .list_menu .list_relative div { text-align: center; padding-bottom: 3px; }
.wrap_mobile #top .list_menu .list_relative div > a { display: inline-block; border-bottom: 3px solid transparent; line-height: 30px; font-size: 17px; text-decoration: none; font-weight: 600; text-transform: uppercase; letter-spacing: 0.7px; }
.wrap_mobile #top .list_menu .list_relative div > a.active { color: #30AAB7; border-bottom: 3px solid #30AAB7; }
.wrap_mobile #top .list_menu .list_relative .mobbot { position: absolute; right: 0; bottom:50px; left: 0; }
.wrap_mobile #top .list_menu .list_relative .mobbot #button_phone { display: block; margin: 5px auto; float: none; font-weight: 500; border: 2px solid #30AAB7; line-height: 34px; }
.wrap_mobile #top .list_menu .list_relative .mobbot p a { text-decoration: none; font-weight: 500; color: #035979; font-size: 20px; }
.wrap_mobile #top .list_menu .list_relative .mobbot p span { font-size: 14px; margin-top: -9px; color: #004f8b; display: block; }
.wrap_mobile #top .list_menu #button_task { color: #e53130; font-size: 12px; float: none; margin: 18px 0 0; }
.wrap_mobile #top .list_menu .button_task_background { transition: 0s; top: -95px; position: absolute; left: 20px; background: #fff; width: 300px; height: 78px; }


.wrap_mobile.hide { max-height: 100%; overflow: hidden; }
.wrap_mobile.hide #top .list_menu { transition: 0.3s; left: 0; right: 0; padding-top: 0; }
.wrap_mobile #top .list_menu .list_relative #taif div:first-child { display: none; }
.wrap_mobile.hide #content { transition: 0.3s; margin-left: -100%; margin-right: 100%; }

.wrap_mobile .container { padding-left: 20px; padding-right: 20px; }

.wrap_mobile .groups_block { margin: 2px 15px; }
.wrap_mobile .group_title { margin-right: 0; }
.wrap_mobile .group_title h3 { padding-left: 0; text-align: center; }
.wrap_mobile .groups_list { width: auto; float: none; }
.wrap_mobile .groups_list a { margin-right: 0; }
.wrap_mobile .groups_list a p { text-align: center; }

.wrap_mobile #catalog_group_descr img { float: none; width: 100%; max-width: 256px; display: block; margin: 32px auto 10px; }
.wrap_mobile #catalog_group_descr div { margin-left: 0; }

.wrap_mobile h1 { font-size: 30px; margin-bottom: 10px; }

.wrap_mobile #block_index { overflow: hidden; min-height: 400px; }
.wrap_mobile .pages .contacts_blocks { padding: 0; }
.wrap_mobile .pages .contacts_blocks > div { float: none; width: auto; padding-bottom: 20px; }
.wrap_mobile .pages .text { padding: 16px 0 30px; }
.wrap_mobile .pages .text img { width: 100% !important; height: auto !important; margin: 0 0 10px; float: none !important; }
.wrap_mobile .pages .graytext h2 { padding-top: 54px; font-size: 26px; text-align: center; }
.wrap_mobile .pages .graytext .tree_tabs div { float: none; width: auto; }
.wrap_mobile .pages .graytext .tree_tabs div a { margin-top: 14px; }
.wrap_mobile .pages .graytext .tree_tabs div span { font-size: 30px; }
.wrap_mobile .pages .graytext .two_tabs div p { text-align: center; }
.wrap_mobile .pages .contacts_blocks > div > a { margin-bottom: 38px; }
.wrap_mobile .pages .contacts_blocks > div > span { font-size: 30px; }

.wrap_mobile .pages .contacts_blocks > div > .table_new div span { width: 50%; }
.wrap_mobile .pages .contacts_blocks > div > .table_new div strong { margin-left: 50%; }
.wrap_mobile .pages .contacts_blocks .form_out.newform div { float: none; width: auto; }

.wrap_mobile .pages #feedback_block h3 { width: auto; }
.wrap_mobile .pages .feed { width: auto; padding-bottom: 40px; }
.wrap_mobile .pages .feed div { width: auto; float: none; }
.wrap_mobile .pages .feed div span { font-size: 30px; }
.wrap_mobile .pages .feed div a { width: auto; margin: 10px auto; }
.wrap_mobile .pages .feed div p { padding-top: 20px; }
.wrap_mobile .pages .grayuh2 { width: auto; }
.wrap_mobile .pages .graymap { background-size: contain; background-position: center 325px; }
.wrap_mobile .pages .graymap .zone h3 { padding-top: 60px; }
.wrap_mobile .pages .graymap .zone p { width: auto; }
.wrap_mobile .pages .graymap .zone .two_tabs { width: auto; margin-top: 250px; padding-top: 0; }
.wrap_mobile .pages .graymap .zone .two_tabs div { float: none; width: auto; text-align: center; padding-bottom: 30px; padding-right: 0; }
.wrap_mobile .pages .graymap .zone h4 { padding-top: 0; width: auto; }
.wrap_mobile .pages .graymap .zone .partners { padding-bottom: 0; }
.wrap_mobile .pages .graymap .zone .partners div { float: none; margin: 0 auto 20px; width: 158px; }
.wrap_mobile .pages .graymap .zone .lastphone span { font-size: 30px; }

.wrap_mobile .pages #slide_reviews { width: auto; margin-bottom: 50px; }
.wrap_mobile #slide_reviews .slidesize { width: 100%; }

.wrap_mobile .text_block table, 
.wrap_mobile .text_block td, 
.wrap_mobile .text_block tr {
    float: left;
    width: 100%;
    overflow: hidden;
}

.wrap_mobile .text_block img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.wrap_mobile .articles_center_over {
    margin-right: 0px;
}

.wrap_mobile #slide_reviews .slidesize #slide_line > div .slider_content { margin-left: 0; }
.wrap_mobile #slide_reviews .slidesize #slide_line > div .slider_photo { float: none; width: auto; }
.wrap_mobile #slide_reviews .slidesize #slide_line > div .slider_photo img { margin: 0 auto 20px; margin-bottom: 20px; }
.wrap_mobile #slide_reviews .left_arrow { bottom: auto; height: 200px; background-position: 14px 80px; }
.wrap_mobile #slide_reviews .right_arrow { bottom: auto; height: 200px; background-position: 8px 80px; }

.wrap_mobile #mod_out span { margin-bottom: 10px; }
.wrap_mobile #price_text { text-align: center; position: static; padding: 20px 0; }
.wrap_mobile #catalog_item { padding: 52px 20px; overflow: hidden; }
.wrap_mobile #catalog_item #descr { padding-bottom: 40px; }
.wrap_mobile #kroxi { width: 200%; padding-bottom: 15px !important; }

.wrap_mobile #catalog_list .vitrina_container { float: none; width: auto; }
.wrap_mobile #catalog_list { margin-right: 0; }

.wrap_mobile .newsletter .form_out.newform .checker { position: static; }
.wrap_mobile .newsletter .form_out.newform input[type=submit] { width: 100%; height: 50px !important; line-height: 50px !important; }
.wrap_mobile .newsletter .form_out.newform div:nth-child(2) { margin: 30px 0; }
.wrap_mobile .newsletter .form_out.newform div:nth-child(1) { width: auto; float: none; margin-bottom: 0; }


.wrap_mobile .button_price_list { width: auto; }
.wrap_mobile .button_price { width: auto; }
.wrap_mobile .catalog_item_goods_block { margin-top: 20px; text-align: center; }

.wrap_mobile .text_block { padding-top: 52px; }
.wrap_mobile .paddings { padding: 52px 20px 0; }

.wrap_mobile .rightblock { display: none; }
.wrap_mobile .newsletter { width: auto; height: auto; }

.wrap_mobile #catalog_item_photo { width: auto; float: none; /*max-width: 256px;*/ width: 100%; margin: auto; }
.wrap_mobile #catalog_item_info { margin-left: 0; padding-top: 30px; }
.wrap_mobile .quality_item { width: auto; float: none; height: auto; }


.wrap_mobile .pages .graytext .two_tabs div { width: auto; float: none; padding-left: 0; padding-top: 165px; background-position: center 40px; }
.wrap_mobile .pages .graytext.white .two_tabs div { background-position: center 43px; padding-top: 139px; }
.wrap_mobile .pages .phf { text-align: center; }


.wrap_mobile #panel_begin #small_panel { width: auto !important; margin-top: 0;  height: 100%; }
.wrap_mobile #panel_begin h1 { padding-top: 20px; text-align: center; }
.wrap_mobile .close_form { top: 10px; right: 10px; }

.wrap_mobile .form_out.newform .many_inputs { margin-bottom: 0; padding-top: 10px !important; }
.wrap_mobile .form_out.newform .many_inputs div { float: none; width: auto; margin-right: 0; }
.wrap_mobile .form_out.newform div { margin: 0 0 30px; }


.hamburger { font: inherit; display: inline-block; overflow: visible; margin: 0; padding: 15px; cursor: pointer; transition-timing-function: linear; transition-duration:.15s; transition-property: opacity,filter; text-transform: none; color: inherit; border: 0; background-color: transparent; }
.hamburger:hover { opacity: 1; }
.hamburger-box { position: relative; display: inline-block; width: 30px; height: 24px; }
.hamburger-inner { top: 50%; display: block; margin-top: -2px; }
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before { position: absolute; width: 30px; height: 3px; transition-timing-function: ease; transition-duration:.15s; transition-property: transform; border-radius: 0; background-color: #1b7f8d; }
.hamburger-inner:after, .hamburger-inner:before { display: block; content: ""; }
.hamburger-inner:before { top: -10px; }
.hamburger-inner:after { bottom: -10px; }
.hamburger--squeeze .hamburger-inner { transition-timing-function: cubic-bezier(.55,.055,.675,.19); transition-duration: 75ms; }
.hamburger--squeeze .hamburger-inner:before { transition:top 75ms ease .12s,opacity 75ms ease; }
.hamburger--squeeze .hamburger-inner:after { transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19); }
.hamburger--squeeze.is-active .hamburger-inner { transition-delay:.12s; transition-timing-function: cubic-bezier(.215,.61,.355,1); transform: rotate(45deg); }
.hamburger--squeeze.is-active .hamburger-inner:before { top:0; transition: top 75ms ease,opacity 75ms ease .12s; opacity: 0; }
.hamburger--squeeze.is-active .hamburger-inner:after { bottom: 0; transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s; transform: rotate(-90deg); }


.wrap_mobile .title { text-align: center; }
.wrap_mobile #main_menu .container { margin: 0; width: auto; overflow: hidden; padding: 0; }
.wrap_mobile #main_menu div a p { font-size: 20px; font-weight: 500; line-height: 1.2 }
.wrap_mobile #our_p > div { width: 50%; margin-bottom: 20px; }
.wrap_mobile #our_p > div:last-child { width: 100%; }
.wrap_mobile #block_fiz { padding-left: 0; padding-right: 0; }
.wrap_mobile #block_ur { padding-left: 0; padding-right: 0; }
.wrap_mobile #block_ur div img { float: none; margin: 20px auto; display: block; }
.wrap_mobile #block_ur div #text_out_126 { margin: 0; padding-top: 10px; }
.wrap_mobile #block_ur .link { margin: 0; }
.wrap_mobile .privileges div { float: none; width: auto; margin-bottom: 40px; }
.wrap_mobile #block_fiz div img { float: none; display: block; margin: 0 auto; }
.wrap_mobile #block_fiz div #text_out_127 { margin-right: 0; padding-top: 30px; }
.wrap_mobile #footer1 p { margin-right: 20px; }
.wrap_mobile .gray { padding-left: 0; padding-right: 0; }



