.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;
}
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #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;
	width: 1000px;
}

#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;}

.link1 { clear: both; }

#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:100px; 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;padding:0;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;}

.article_block { }


/* Для админки */
#articles_form { width: 99%; position: relative; }
#articles_form select, #articles_form input[type=text] { width: 99%; }
#articles_form input[type=submit] { float: right; margin-top: 7px; }
#articles_form textarea { width: 99%; }

#articles_form select { width: 270px; position: absolute; font-size: 15px; line-height: 32px; height: 32px; right: 0px; }


#articles_form label { display: block; padding-bottom: 3px; }

#articles_form #date_block { position: absolute; right: 240px; width: 200px; }
#articles_form #date_block label { display: block; float: left; width: 140px; }
#articles_form #date_block input { display: block; float:left; width: 140px; }

#articles_form #date_block, #articles_form select { top: -46px; }

/* Панель для админки */


/* Список статей */
.articles { margin-bottom:20px; height:170px; overflow: hidden; }

.articles .photo { float:left; width:170px; border-radius: 8px; }
.articles .content { margin-left:190px; margin-right: 20px; height: 150px; overflow: hidden; }
.articles .photo img { border-radius: 8px; }
.articles .content h2 a { font-size:19px; text-decoration:underline; }
.articles .content p a { font-size:15px; text-decoration: none; color:#444444; }
.articles .content h2 a:hover, .articles .content p a:hover { text-decoration: none; }

/* Одна статья */
.article_item { overflow: hidden; }
.article_item .actions_panel a { display: block; }

.article_item .photo { float:left; width: 300px; }
.article_item .content { margin-left:340px; }
.article_item .caption_addon { padding-bottom:9px; padding-top:4px; font-size: 13px; }


/*Панель загрузчика*/
.article_item .actions_panel .file_block { min-height: 25px; height: 25px; width: 130px; border: none !important; }
.article_item .actions_panel .file_block .a_file { border: none !important; }
#panel_articles .file_block { min-height: 25px; height: 25px; }



#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; }

        #login_form { }
#login_form { position:relative; height:220px; }


#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; }
#reg_form input[type=radio] { width: 100%; line-height: 1.5; }

#reg_text_block { font-size: 13px; position: absolute; left:0; bottom:0; }

#forget_form { position:relative; height:100px; }
#forget_form input[type=submit] { position: absolute; right:0; bottom:0; }


#block_status { }

/*so Новая верстка. Внизу жесть! */
.question_item { overflow: hidden;  padding-bottom:25px; }

.question_item div { font-size:13px; }
.question_item h3 {font-size:17px; line-height:1.3;  padding-bottom:15px; }


.question_item p { background-color: #fbedd0; color: #841f17; border-top:4px solid #ecc465; padding: 15px;
 padding-bottom: 15px !important; margin-left: 60px; text-align: }

/*Админка панель*/
#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: 40px; margin-right: 0; overflow: hidden; }
.vitrina .actions_panel { cursor: pointer; right: 10px; display: none; }

/* Ссылки Переставить */
#vitrina1 .vd, #vitrina2 .vd { display: none; }

/* Параметры витрины товаров */
.vitrina_item { position: relative; border-radius: 3px; overflow: hidden;
	margin-right: 10px;  padding: 32px; border: 1px solid #f2f2f2; } 
.vitrina_item.vitrina_empty{display: none;}
.vitrina_container { width: 25%; float: left; height: auto; }



.vitrina_item h3 { padding-top: 4px !important; font-size: 16px; line-height: 1.1; height: 64px; overflow: hidden; }
.vitrina_item p { font-size: 15px; }

.vitrina_item h3 a { text-decoration: none; color: #444; }
.vitrina_item h3 a:hover { text-decoration: underline; }

/* не трогай. Это ценник */
/*
.vitrina_item p { position: absolute; left: 6px; bottom: 6px; padding-top: 5px; font-size: 18px; }
*/

/* Это кнопка купить */

/*

.vitrina_item div { position: absolute; right: 6px; bottom: 6px; background: #e20413; color: #fff; padding: 3px 8px; border-radius: 3px; font-size: 15px;cursor: pointer; }

*/


/* Ценники для витрины */
.p1, .p2 { 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; }

/* панель админа */
.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;  }

/* Комбинированная витрина */


.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; /* background-color: #fff; */ opacity: 1; display: block; position: absolute; 
	top: 0; left: 0; height: 70px; overflow: hidden; }

.promo_item span h3 { color: #000; }	


#vitrina1, #vitrina3, #vitrina4 {
overflow: hidden;
}#panel_cap { }

/*Шапка панели */
#panel_cap { position: relative; overflow: hidden; background-color:#0b0601; 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 { }
#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: 50%; }

#order_header div p span { color:red; }

/*
#but_pay {  }
#but_pay { cursor: pointer; width: 220px; height: 50px; background-color: red; border-radius: 6px; text-align: center; }
#but_pay a {  font-size:19px; display: block; color: #fff; padding: 0; margin-bottom: 5px; }
#but_pay p { font-size: 12px; color: #fff; padding: 0; margin: 0; }

#order_header { padding-left: 30px; padding-right: 30px; }
.text_addon { padding:0 30px 30px; }
.order_header { padding:15px 30px; }
.order_header p {line-height: 1.2;}
.descr_performer{width: 300px !important;}

#order_aut_div{position: absolute;right: 53px;background-color: bisque;width: 500px;height: 138px;top: 113px;border-radius:7px;}
#order_aut_div div:nth-child(1){margin-top: -45px;}
#order_aut_div div:nth-child(2){padding: 20px;}
#order_aut_form label{font-size: 19px;float:left;margin-right: 10px;}
#order_aut_form input[type=password]{width: 190px;padding: 5px;float: left;border-radius: 5px 0 0 5px;border: 2px solid #e5c7a1;
background: white;border-right: 0;border: 0;height: 22px;}
#order_aut_form input[type=submit]{float: left;width: 107px;height: 32px;border-radius: 0 5px 5px 0;}
#error_order_aut{width: 100%;float: left;margin-top: 10px;padding: 0 !important;}

*/#catalog_groups { }

/* Панель навигации на странице для описания */
#catalog_group_descr .actions_panel { top:50px; }

/* Привязка к группам */
#groups_multiselect p { display: block; float: left; width: 33.33%; }

/*
#groups_multiselect input[type=submit] { float: right; }
*/

#out_center .add { position:absolute; right:0; top:0; }

/*
#catalog_group_form { width: 99%; height: 400px; };
#catalog_descr_form { width: 99%; height: 200px; };
*/

#catalog_descr_form input[type=submit] { float: right; margin-top: 7px; }


#catalog_group_form label { display: block; padding-bottom: 4px; padding-top: 7px; }
#catalog_group_form input[type=text] { width: 99%; padding: 4px; margin: 2px; border: 1px #ccc solid; border-radius: 2px; }


/* Стили для списка в админке упростить! */
.catalog_groups_item { padding-bottom:3px; padding-bottom:3px; margin-bottom:6px; }

.catalog_groups_name { font-weight: bold; }
.catalog_groups_name, .catalog_groups_name2 { width:400px; float:left; padding-top:4px; }
.catalog_groups_name span, .catalog_groups_name2 span { padding-left:5px; color:#666666; font-size:13px; }



/* Кнопки */
.cm_btn_add { background: url('../images/icons/add.png') no-repeat; }
.btn_edit { background: url('../images/icons/tools.png') no-repeat; }
.btn_status_show { background: url('../images/icons/show.png') no-repeat; }
.btn_status_hide { background: url('../images/icons/hide.png') no-repeat; }

.cm_btn_add, .btn_edit, .btn_status_show, .btn_status_hide { float:left; cursor:pointer; width:22px; height:15px; }.calendar_item {}

.calendar_item, .calendar_empty { width:14.2857%; float:left; }
.calendar_item div, .calendar_empty div { padding: 14px; height:90px; border-right:1px solid #cccccc; border-top:1px solid #cccccc; }

.calendar_item div p { padding-top:8px; font-size: 14px; }

.current_date { background-color:#a7d6f1; }
.class_vix { color:red; }

#calendar_block { width: 100%; height: auto; overflow: hidden; border-left: 1px #ccc solid; border-bottom: 1px #ccc solid; }.ico_add {  }
.ico_add { width: 20px; height: 20px; background-color: #ccc; }#personal_block { }
#personal_block { overflow: hidden; position: relative; height: 130px; }


.user_online { background-color: green; color: #fff; padding: 3px 6px; }
.user_offline { background-color: grey; color: #ccc; padding: 3px 6px; }
.user_online, .user_offline { border-radius: 3px; }

#personal_block .user_online, #personal_block .user_offline { margin-left: 10px; }



/*

#cabinet_left { width: 180px; overflow: hidden; display: block; background-color: #fff; 
	position: absolute; top:87px; border-left: 1px #ccc solid;
	border-right: 1px #ccc solid; border-bottom: 1px #ccc solid; }

#cabinet_left a { position: relative; text-decoration: none; display: block; padding: 14px 0; border-top:1px #ccc solid; padding-left: 20px; }
#cabinet_left a:hover { background-color: #f2f2f2; }

*/

/*
#user_photo { float:left; width:160px; height:180px; }
#user_info {  margin-left:190px;  height:180px; }
*/

#user_info { height:100px; }


#load_photo { background-color:#f7c263; padding:4px; width:152px; position: absolute; top:0; right:0; }
#load_photo a { font-size:12px; color: #333; }

#load_photo .file_block { border: 0; }

#my_data, #my_password, #my_dostavka { padding-bottom:14px; }

#my_data input[type=submit]   { float:right; text-align;right; }

.block_submit  { height:30px; }

#my_data input[type=text], 
#my_password input[type=text], 
#my_dostavka input[type=text], 
#my_dostavka input[type=select], 
#my_social input[type=text], 
#my_mobile input[type=text], 
#my_card input[type=text], 

#my_password input[type=password], 
#my_dostavka input[type=password], 
#my_social input[type=password], 
#my_mobile input[type=password], 
#my_card input[type=password] 

{ background: none; border: 1px solid rgba(0,0,0,0) }

#my_data input[type=submit],
#my_password input[type=submit], 
#my_dostavka input[type=submit], 
#my_social input[type=submit], 
#my_mobile input[type=submit], 
#my_card input[type=submit]

{ display:none }
#mailing_off{}
#mailing_off p{}

#article_goods_container { }.catalog_item {  }

#catalog_descr_form { width: 99%; height: 200px; }


.catalog_item .catalog_descr { font-size: 14px; line-height: 1.3; 
	overflow: hidden;  height: 45px; text-overflow:ellipsis; margin-bottom: 16px; }


}
.catalog_item .favorites_add { position: absolute; left: 230px; bottom: 10px; }

#credit_button { float: left; background-color: #e20413; }
#change_button { float: left; background-color: #666; }
#arenda_button { float: left; background-color: #06b6ac; }

#credit_button, #change_button, #arenda_button { cursor: pointer; padding-top: 6px; font-size: 15px;
	text-align: center; color:#fff; width: 78px; height: 30px; margin-right: 10px; text-decoration: none; border-radius: 3px; }

.credit_button { width: 160px !important; /* background: url('../images/logo_pochta_bank.svg') no-repeat !important; padding-left: 80px; */ }

.big_text, .big_text a { font-size: 17px; }

.logo_pochta_bank { width: 140px; height: auto; }

#left .logo_pochta_bank { width: 100%; }
#pochta_b { font-size: 13px; line-height: 1.3; margin-bottom: 10px; }

#form_anketa input[type=submit] { width: 400px !important; }


#credit_button:hover, #change_button:hover, #arenda_button:hover { opacity: 0.9 }





#catalog_item #block_pr { position: relative; overflow: hidden; height: auto; min-height: 60px; }

#block_pr a { display: block; }
#block_pr .price { position: absolute; left: 320px; top:0; font-size: 20px; }
#block_pr .price_arenda { font-size: 17px; float: left; padding-top:20px; }

.price_arenda { float: none; padding-top: 0; position: absolute; left: 320px; top:3px; }

/* Блок с описаниями товара */
.catalog_item h2 a, #catalog_item h2 { color:#444; }

#catalog_item {}
#catalog_item .descr_block h2 { font-size: 20px; padding-bottom: 6px; }
#catalog_item .descr_block { position:relative; margin-bottom:25px; min-height:30px; }


/* Выключим описание временно */
#catalog_item_descr_block { clear: both; }

#catalog_item_tabs { border-bottom: 1px #0f79c5 solid; margin-bottom: 18px; }
#catalog_item_tabs p { text-align: center; padding: 12px; height: 24px; display: inline-block; margin-right: 1px; }

#catalog_item_tabs #tab1, #catalog_item_tabs #tab2 { cursor: pointer; }

#tab1, .tab1 { background-color: #0f79c5; color: #fff; }
#tab2, .tab2 { background-color: #f2f2f2; color: #0f79c5; }

#tab1:hover, #tab2:hover { opacity: 0.9; }


#catalog_item h3 { padding-top: 20px; height: 58px; }




/* Требуется рецепт блок */
#recipe_block { background-color: #ccc; width: 180px; border-radius: 3px; }
#recipe_block p { background-color: #f2f2f2; padding: 6px; }
#catalog_item #recipe_block { margin-top: 5px; }


/* Переопределенный блок с добавлением в Избранное */
#catalog_item .favorites_add { position: absolute; left: 430px; top:-12px; }


/*Список товаров*/
.catalog_item { float: left; width: 20%; }

.catalog_item a { position: relative; display: block; height: 420px; padding: 32px; text-decoration: none;
border: 1px solid #f2f2f2; background: #fff; margin-right: 16px; margin-bottom: 16px; border-radius: 10px; } 

.catalog_item a:hover { box-shadow: 0 0 4px rgba(0,0,0,0.2); }
.catalog_item a:hover .catalog_photo img { display: block; transform: scale(1.1); }

.catalog_item .catalog_photo { position: relative; height: 180px; overflow: hidden; margin-bottom: 32px; }
.catalog_item .catalog_photo img { height: 100%; width: 100%; display: block; margin: 0 auto;
    transform: scale(1); transition: 0.5s all; object-fit: contain; }

.catalog_pricep .catalog_photo { height: 260px; }


.catalog_item h2 {
    font-weight: normal;
    font-size: 18px;
    text-decoration: none;
    height: 40px;
    overflow: hidden;
    line-height: 1.2;
    margin-bottom: 16px;
}


.catalog_item .sum { padding-bottom: 3px; text-align: right; font-size: 20px; width: 200px; position: absolute; bottom:6px; right:230px; }
.catalog_item .sum2 { padding-bottom: 3px; text-align: left; font-size: 20px; width: 140px; position: absolute; bottom:6px; right:14px; }


/* Детализация товара */
#catalog_item { position: relative; min-height: 600px; }
#catalog_item_info { margin-left: 48%; }
#catalog_item .editable {overflow: hidden;float: left;width: 100%; }

/* Немного переопределим блок с кнопками Корзины */

/*
#catalog_item .price_block { width: 160px; }
#catalog_item .catalog_btn input[type="text"] { background-color: #fff; }
#catalog_item .price { font-size: 22px; }
*/

/* Блок с фото */
#catalog_item_photo .panel_el { font-size: 13px; line-height: 1.3; padding-top: 20px; }

#catalog_item_photo { float: left; width: 45%; overflow: hidden; position: relative; }
#catalog_item_photo img { width: 100%; height: 100%; object-fit: contain; }

#catalog_item_photo, #catalog_item_info {  }

#catalog_item_photo .catalog_item_photo { width: 100%; overflow: hidden; 
	border: 1px #ccc solid; border-radius:4px; position: relative; }

#catalog_item_photo, #catalog_item_info { margin-bottom: 40px; }

#catalog_item_photo { padding-bottom: 64px; }

.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; z-index: 5; }
#catalog_item .actions_panel .file_block { min-height:25px; height:25px; width:107px; border: 0; }
#catalog_item .actions_panel .file_block a { border:0; }

#catalog_item .actions_panel a { display: block; line-height: 1.5; }

#catalog_item #photos { overflow: hidden; }

#catalog_item #photos div {
    position: relative;
    width: 185px;
    float: left;
    height: 130px;
    margin-right: 1px;
    margin-bottom: 1px;
}



#catalog_item #photos div a { display: block; }
#catalog_item #photos div img { display: block; cursor: pointer; width: 100%; padding: 0; margin: 0; border: 0; }
#catalog_item #photos div img:hover { opacity: 0.9; }

#photos div{position: relative;}

.catalog_add_btn {
float: right;
background: #e20413;
color: #fff;
padding: 4px 12px;
border-radius: 3px;
font-size: 17px;
cursor: pointer;
}

.block_arenda_list{margin-bottom: 10px;float: left; width: 100%;}
.block_arenda_list p{padding-top: 7px;}


.vitrina_container .vitrina_photo{display: block;height: 150px; overflow: hidden;}
.vitrina_container{margin-bottom: 20px;}


.catalog_amount { cursor: pointer; position:absolute; background: #27a512; 
    color: #fff; padding: 4px; padding-left: 12px; padding-right: 12px; left: 0; z-index: 1; }

.catalog_amount.in_stock { background: #0076d0; }


#photos_container {
    float: left;
    width: 400px;
    overflow: hidden;
    position: relative;
    margin-right: 40px;
    margin-bottom: 20px;
}

#mobile_photos div { float: left; position: relative; width:33.333%; background-color: #ccc; }
#mobile_photos div img { /* display: block; */ vertical-align: bottom; width: 100%; height: auto; margin: 0; padding: 0; border:0 !important; }

#mobile_photos div:first-child { width: 100%; }



.price {
    position: absolute;
    left: 32px;
    bottom: 24px;
    font-size: 14px;
    color: #666;
    line-height: 1;
    text-decoration: line-through;
    
}


.price_discount {
    padding-bottom: 0 !important;
    position: absolute;
    right: 32px;
    bottom: 32px;
    font-size: 15px;
    background: #ff000b;
    color: #fff;
    display: inline-block !important;
    padding: 8px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    border-radius: 5px !important;
    line-height: 1;
}


.catalog_pricep .table_pricep { margin-bottom: 48px; }

#catalog_item_price { overflow: hidden; margin-bottom: 32px; }
#catalog_item_price p { display: inline-block; margin-left: 64px; color: red; font-size: 32px; }
#catalog_item_price #price1 { margin-left: 0; }
#catalog_item_price #price2 { color: #666; text-decoration: line-through; font-size: 24px; }
#catalog_item_price #price3 { color: #666; text-decoration: none; font-size: 22px; }

#catalog_item_buttons { overflow: hidden; margin-bottom: 32px; }
#catalog_item_buttons a { display: inline-block; padding-left: 32px; padding-right: 32px; border-radius: 5px;
    height: 56px; line-height: 56px; text-align: center; background: #ff000b; color: #fff; border: 1px solid #ff000b; margin-right: 16px;
    text-decoration: none; font-size: 22px; font-weight: 300; }


#catalog_item_buttons #button2, #catalog_item_buttons #button3 { background: #fff; color: #ff000b }
#catalog_item_buttons a:hover { background: #f2f2f2 !important; border: 1px solid #ccc !important; color: #444 !important; }


.form_modal { width: 500px !important; }
.form_modal form label { width: auto; float: none !important; display: block; margin-left: 5px; }

.form_modal form input[type=submit] { position: static !important; 
    height: 44px !important; line-height: 44px !important; border-radius: 5px !important; 
    padding-left: 32px; padding-right: 32px; width: 180px; font-size: 20px; font-weight: 300; margin-top: 32px; }

    #addon_photo { position: relative; }

    .swiper_item { background: #fff; margin-bottom: 16px; padding: 16px; }
    .swiper_item .swiper-slide { height: 480px; }


    .prev1, .next1 { width: 48px; height: 48px; border-radius: 100%; background-size: 44% !important; }

    .prev1 { position: absolute; right: 60px; bottom: 0; z-index: 4; border: 1px solid #ccc;
    background: #fff url(../images/ico_arrow_side.png) no-repeat center center; transform: rotate(180deg); }

    .next1 { position: absolute; right: 0; bottom: 0; z-index: 4; border: 1px solid #ccc;
    background: #fff url(../images/ico_arrow_side.png) no-repeat center center; }


#catalog_photo_actions { display: block; position: absolute; left: 0; bottom: 0; display: block; 
    line-height: 32px; height: 32px; padding-left: 16px; padding-right: 16px; border-radius: 5px;
    border: 1px solid #ccc; background: #fcf0c2; text-decoration: none; }

#catalog_photo_actions:hover { background: #ff000b; color: #fff; border: 1px solid #ff000b; }

#photos_actions_block { overflow: hidden; }
#photos_actions_block a { display: block; float: left; width: 105px; height: 80px; 
    margin-right: 9px; margin-bottom: 9px; }

#photos_actions_panel { overflow: hidden; margin-bottom: 16px; }
#photos_actions_panel span, #photos_actions_panel a { display: inline-block; font-size: 15px; 
    text-decoration: none; margin-right: 10px; height: 24px; line-height: 24px; border-radius: 5px; 
    border: 1px solid #ccc; padding-left: 16px; padding-right: 16px; }

#photos_actions_panel a:hover { background: #f2f2f2; }

#photos_actions_block a img { display: block; width: 100%; height: 100%; object-fit: contain; }

#photos_actions_panel span { padding: 0; border: 1px solid #fff; }

#photos_actions_panel .selected { color: #fff !important; border: 1px solid #ff000b; background: #ff000b !important; }

#photos_actions_text { overflow: hidden; margin-bottom: 16px; background: #fcf0c2;
line-height: 32px; height: 32px; padding-left: 16px; padding-right: 16px; border-radius: 5px; }

#photos_actions_text span { color: #336699; margin-left: 16px; cursor: pointer; }

#zakaz_status { overflow: hidden; margin-bottom: 32px; }

#zakaz_status a {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-decoration: none;
    font-size: 18px;
}


#zakaz_status .selected { background: #ccc; color: #ff000b; }.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; float: left;width: 100%;}

#linker_panel_left { float: left; width: 60%; }
#linker_panel_right { float: right; width: 38%; text-align: left; }

.linker .actions_panel { cursor: pointer; }
.linker .actions_panel:hover { opacity: 0.9 }
/*
#linker_panel_right .catalog_item .price_block { display: none; }
#linker_panel_right .catalog_item .favorites_add { display: none; }
*/

#linker_panel_right .catalog_item { height: 115px; overflow: hidden; }
#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; }



.linker_search_out { float: left; width: 25%; }
.linker_search_out a { display: block; margin-right: 16px; margin-bottom: 16px; 
	text-decoration: none; background: #fff; }

.linker_search_out h2 { font-size: 18px; height: 66px; overflow: hidden; margin-top: 16px; }
.linker_search_out i { display: block; height: 160px; overflow: hidden; }
.linker_search_out img { display: block; width: 100%; height: auto; }


.linker_right { float: left; width: 25%; }
.linker_right a { display: block; text-decoration: none; margin-right: 16px; margin-bottom: 16px; padding: 8px; }
.linker_right i { display: block; height: 90px; overflow: hidden; margin-bottom: 16px; }
.linker_right i img { display: block; width: 100%; height: auto; }
.linker_right h2 { font-size: 16px; height: 40px; overflow: hidden; }

#linker_result3 { margin-bottom: 120px; }

#linker_left { width: 320px; }
#linker_left i { display: block; height: 200px; overflow: hidden; margin-bottom: 16px; }
#linker_left img { display: block; width: 100%;height: auto; }
#linker_left h2 { font-size: 20px; }#msg_left { }

.msg_item { padding-bottom:6px; overflow: hidden; }

.msg_item div { float:left; font-size: 13px; }
.msg_item p { margin-left: 200px; margin-right: 100px; } 

.msg_item span { display: block; float:right; font-size: 13px; }


#msg_left { float:left; width:30%; height:150px;  }

#msg_left .form_out label { display: block; float:left; width: 60px;  }
#msg_left .form_out input[type=text] { display: block; float:left; width: 140px; border: 1px solid #ccc; }
#msg_left .form_out input[type=submit] { display: block; float:left; width: 50px; }



#msg_right { float:right; width:68.5%; text-align: left; }

#msg_personal { height:100px; border: 1px solid #ccc; padding: 14px; overflow: hidden; }
#messages_list { height:300px; overflow-y:scroll; border: 1px solid #ccc; margin-top: 14px; padding: 14px; }

#msg_personal h3 { font-size: 24px; line-height: 1.2; }

#msg_form { height:100px; border: 1px solid #ccc; margin-top: 14px; }
#msg_users_search { height:100px; border: 1px solid #ccc; padding: 14px; }


#messages_users { height:418px; overflow-y:scroll; border:1px #ccc solid; margin-top: 14px; padding: 14px; }

#messages_users .textsmall2, #messages_list .textsmall2 { 
	font-size:12px; color:#666; line-height: 1.2; }


#msg_form div { padding: 10px; }
#msg_form textarea { width: 100%; border: 0; }
#msg_form input[type=submit] { float: right; margin-top: 14px; }

#tasks_form #priority { display: block; overflow: hidden; margin-top:16px; height:40px; }#block_status{}
/*Админка панель*/
.voting_tbl table tr td input[type=text]{background: none; 
	border: 1px solid rgba(0,0,0,0);border-radius:3px;width: 100%;}

.voting_edit_btn{float:right; font-size: 12px; line-height: 12px; background-color:#087cb7; color: white; padding: 4px; border-radius: 3px; cursor: pointer;margin-left: 10px; margin-bottom: 10px;}
.voting_edit_btn:hover{background-color: #666666;}

.voting_del_btn{ float:right; background-color: #b20727; color: white; padding: 4px; border-radius: 3px; cursor: pointer;font-size: 12px; line-height: 12px;}
.voting_del_btn:hover{background-color: #666666;}
#cms_table .del_voting{background-color: #f2f2f2;}
#voting_name_0{width: 30%;border:1px solid silver; margin-left: 20px;border-radius: 3px;min-width: 500px;}
#add_voting_div{float: left;width: 70%; margin-top: 30px; display: none;}

#voting_add_btn{ float:right; background-color: #08b357; color: white; padding: 1px 10px 4px 10px; border-radius: 3px; cursor: pointer;margin-top: 30px;}
#voting_add_btn:hover{background-color: #009966;}

.voting_quest_btn{ float:right; background-color: #a6a6ab; color: white; padding: 4px; border-radius: 3px; cursor: pointer;font-size: 12px; line-height: 12px;margin-left: 10px;}
.voting_quest_btn:hover{background-color: #666666;}
/*Админка панель конец*/

/*Внешний вид на сайте*/
#voting {width: auto !important;height: auto !important; margin: 0 !important; overflow: hidden; border: 0 !important;}
#voting h3{font-size: 16px;font-style: italic; background-color: #fff;}
/*Голосование*/

#voting .voting_btn{width: 100%;height: auto;background: none;border: none; margin: 0;
 float: left;margin-bottom: 17px;}
#voting .voting_btn div{float: left; width: 21px;height: 21px;background: url('../images/voting_btn.png') no-repeat -1px -1px;
border: none;cursor: pointer;margin: 0; margin-right: 10px;}
#voting .voting_btn div:hover{background: url('../images/voting_btn.png') no-repeat -1px -24px;}
#voting .voting_btn span{font-size: 14px;padding: 0;margin: 0;padding-bottom: 4px;padding-top: 2px;background: none;height: auto;}

/*Результаты*/
#voting .voting_result{width: 100%;height: auto;background: none;border: none; margin: 0;
 float: left;margin-bottom: 6px;}
#voting .voting_result p { padding-bottom:4px; font-size:14px; margin: 0; height: auto; overflow: hidden;}
#voting span { height: 9px; background-color: #eee; display: block; border-radius: 3px; }

#voting span span { background-color: #79d776; display: block; margin: 0;}
#voting .voting_result p span { display: inline-block; float: right; background: none; margin: 0;height: auto}
#block_megaform { }

.p_bank2 { display: block; margin-bottom: 14px; }

.vikup_form_block input[type="submit"] { display: block; margin: 0 auto !important; background: none !important; width: 196px !important; height: 48px !important;
border: 2px solid #fff; box-sizing: border-box; margin-top: 16px !important;  }

.vikup_form_block input[type="submit"]:hover { background: #fff !important; color: #417505; }

.vikup_form_block label { color: #fff; margin-left: 20px !important; float: none !important; font-size: 16px !important; width: 100% !important; }
.vikup_form_block input[type="text"] { box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) !important; padding: 4px !important; padding-left: 8px !important; 
	margin: 0 !important; margin: 0 auto !important; box-sizing: border-box; }


.vikup_form_block h3 { color: #fff; padding-top: 10px; text-align: center; }
.vikup_form_block p { text-align: center; margin-top: 24px; color: #fff; font-size: 16px; line-height: 1.3 !important; }
.vikup_form_block { background-image: linear-gradient(90deg, #61b400 0%, #c4cf00 100%, #c4cf00 100%) !important; }







#block_megaform { border-radius:6px; opacity:1; background-color: #fff; 
	width: 940px; position: relative; margin: 0 auto; margin-top: 50px; height: auto; 
	padding: 30px; padding-top: 20px; overflow: hidden; border:1px solid silver;}

#block_megaform { overflow: hidden; }
#block_megaform #block_megaform_left { float: left; width: 400px; }	
#block_megaform #block_megaform_right { float: left; width: 500px; padding-left: 30px; }	
#block_megaform #block_megaform_left h3, #block_megaform #block_megaform_right h1{height: 60px;}
#form_anketa label { width: 98%; display: block; }
#form_anketa input[type=text], #form_anketa input[type=email] { width: 98%; display: block; }

#form_anketa label { width: 98%; display: block; }

#form_anketa input[type=text], #form_anketa textarea, #form_anketa input[type=email], #form_anketa select { width: 97%; display: block; }
#form_anketa select { height: 27px; box-sizing: content-box; }

#block_megaform h1 { padding-bottom: 12px; }
#form_anketa h3 { background-color: #f2f2f2; height: 30px; padding: 6px; border-radius: 5px; margin-bottom: 10px;
padding-bottom: 2px;}

.credit_rules_text { margin-top: 10px; }
.credit_rules_text p {padding-bottom: 0px !important; font-size: 11px !important;}

#catalog_item .credit { background-color: #3f3f3f; border-radius: 5px; padding: 6px; color:#fff; font-size: 16px; }

/*#catalog_item .actions_panel { right: 100px; }*/

/*.datepicker_vista{position: fixed !important;}*/
#catalog_form_auto_block { overflow: hidden; }
#catalog_form_auto_left { float: left; width:25%; }
#catalog_form_auto_right { float:left; width:75%; overflow: hidden; }

#catalog_form_auto_right p { display: block; float:left; width: 50%; }

#catalog_form_auto_right .form_out div { width: 300px; }
#catalog_form_auto_right .form_out div label {  width: 95%; }
#catalog_form_auto_right .form_out div input[type=text] { width: 95%; }


#out_mm a { display: block; height: 30px; float: left; width: 30%; }

#out_mm .current_b { color: red; }















.catalog_form_auto { float:left; width:33.33% }


#catalog_form_auto_block input[type=submit] { position: absolute; right: 20px; bottom: 33px; }


.select_bm { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }


.all_photos { overflow: hidden; padding-top: 20px; }
.all_photos a { float: left; width: auto; text-decoration: none; display: block; height: 200px; margin: 0 10px 10px 0; overflow: hidden; }
.all_photos a img { height: 100%; display: block; width: auto; border: 0; opacity: 0.8; }
.all_photos a:hover img { opacity: 0.99; }

#gallery_photos { }

#gallery_photos { overflow: hidden;  }
#gallery_photos .gallery_list { float: left; width: 20%; }
#gallery_photos .gallery_list a { display: block; cursor: default; padding: 32px; text-decoration: none;
	margin-right: 16px; margin-bottom: 16px; background: #fff; height: 420px; position: relative; border-radius: 10px; }

#gallery_photos .gallery_list a i { display: block; height: 300px; margin-bottom: 16px; }

#gallery_photos .gallery_list a i img { display: block; width: 100%; height: 100%; object-fit: cover; }
#gallery_photos .gallery_list a span { display: block; cursor: pointer; position: absolute; right: 20px; top: 0; padding: 4px; 
padding-left: 10px; padding-right: 10px; background: #fff; font-size: 14px; }

#gallery_photos .gallery_list a s { display: block; cursor: pointer; position: absolute; left: 20px; top: 0; padding: 4px; 
padding-left: 10px; padding-right: 10px; background: #fff; font-size: 14px; font-style: normal; text-decoration: none; }

#gallery_photos .gallery_list b { display: block; margin-bottom: 4px; color: #444; }
#gallery_photos .gallery_list p { font-size: 15px; line-height: 1.4; }

#gallery_photos .gallery_list a span:hover, #gallery_photos .gallery_list a s:hover { 
color: #e20413; background: #f2f2f2; }

#gallery_photos .actions_panel { background: none; top:20px; }

#gallery_photos .actions_panel .file_block { width: 160px; border: 0; min-height: 0; height: 40px; }
#gallery_photos .actions_panel .file_block .a_file { width: 160px; padding: 0; background: #e20413; height: 36px; line-height: 36px; border: 0; }

.gallery_form { width: 700px !important; }

.gallery_form img { display: block; width: 260px; height: auto; float: left; }
.gallery_form form { display: block; margin-left: 300px; }
.gallery_form form input[type=text] { width: 98%; }
.gallery_form form textarea { width: 98%; resize: none; height: 150px; }

.gallery_form input[type=submit] { position: static !important; border-radius: 5px; 
	width: 200px; height: 44px !important; line-height: 44px !important; }* { margin: 0px; padding: 0px; 
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

html { min-height: 100%; margin-bottom: 1px; height:100%; overflow-y: scroll; }
body { margin:0; padding:0; height:100%; }

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:Rubik, sans-serif; COLOR:#333;
    FONT-SIZE: 17px; FONT-WEIGHT: normal; line-height: 1.5;
}

input { border: 1px solid #444; }

input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
label small{font-size: 11px;}


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

}

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


h1{  FONT-SIZE: 44px; LINE-HEIGHT:1.2; padding-bottom: 36px; }
h2{  FONT-SIZE: 32px; LINE-HEIGHT:1.2; padding-bottom: 24px; }
h3{  FONT-SIZE: 28px; LINE-HEIGHT:1.2; padding-bottom:16px; }

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

ul { list-style-type: circle; }
ul li { list-style-type: none; background: url("../images/v.png") no-repeat 0px 7px; 
padding-left: 36px; padding-bottom: 12px; margin-left: 20px; }

ol { list-style-type: decimal; margin-left: 30px; }
ol li {list-style-type:decimal; padding-bottom: 8px; }

select { border: 1px solid #aaa; }
table { border-spacing: 0; }
/*-------------------------- end of reset --------------------*/

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


.tbl { FONT-SIZE: 12px; border-width:0px; width:100%; } /* ТБЛ*/
.tbl th { FONT-SIZE: 12px; padding-bottom:5px; text-align:left; }

/*
#table { width:100% }
#table .tbl td, #table .tbl td a { padding:5px; font-size:12px; }

.tb1, .tb1 { FONT-SIZE: 12px; }
.tb1 { COLOR: black; TEXT-DECORATION: none; PADDING-LEFT: 8px; PADDING-RIGHT: 8px }
.tb2 { background: #d0f5a7; COLOR: black; TEXT-DECORATION: none }
.table_frame { border: 1px solid #cccccc; padding: 10px; }

*/

.gray_block { background-color:#bbbbbb; font-size:12px; line-height: 1; color:#ffffff; padding:2px; width:32px; }


/* Разобрать. Возможно не используются */
.quest_admin { margin-bottom: 10px; margin-top: 20px; text-align: right; }
.foto_left { float: left; padding-right: 10px }
.foto_right { float: right; padding-left: 10px; }
/* Разобрать. Возможно не используются */

/*
#block_index table { width:100%; font-size:80%;  border-spacing: 0; border:1px solid #5274b3; border:black;
 border-collapse:collapse; empty-cells:show; }


#block_index table td { border:1px solid #5274b3; padding:7px 5px 7px 6px; }
#block_index table th { border:1px solid #5274b3; text-align:left; padding:10px 5px 10px 6px; }

*/

/*
#tinymce img { width: 100%; height:auto; display:block; margin:0 auto; clear:both; }
*/



#tinymce table { width:100%; font-size:80%;  border-spacing: 0; border:1px solid #5274b3; border:black;
 border-collapse:collapse; empty-cells:show; }
#tinymce table td { border:1px solid #5274b3; padding:7px 5px 7px 6px; }
#tinymce table th { border:1px solid #5274b3; text-align:left; padding:10px 5px 10px 6px; }


/*-------------------------- end of reset --------------------*/

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


/* Стили выделенных блоков. Начало */
.style_modern { font-size:24px; padding:20px; border-left: 5px solid #e20413; margin-left: 32px; padding-bottom: 32px !important; }

.style_hitech { font-size:13px; line-height: 1.3; color:#fff; background-color:#3f3f3f; padding:20px; 
    border-radius:6px; padding-bottom: 20px !important; }

.style_barokko { font-size:22px; color: #e20413; background-color: #f2f2f2; padding:20px; font-style: italic; text-align: center; padding-bottom: 32px !important; }
.style_hitech, .style_barokko, .style_modern { position: relative; margin-top:32px; margin-bottom: 48px; }
/* Стили выделенных блоков. Конец */


#block_index p, #tinymce p { padding-bottom:8px; }


.no_border td {border: 0px !important; padding: 0px; }
.no_border {border-spacing: 0;border: 0;}

#tinymce .no_border td {border: 0; padding: 0px;}
#tinymce .no_border {border-spacing: 0;border: 0;}

.mce-edit-area { height: 500px; }

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


/*таблицы*/
#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 td:first-child { width: 70%; } */

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


.main_button { display: block; background: #e20413; color: #fff; padding: 3px 12px; height: 42px; line-height: 42px; 
    border-radius: 3px; font-size: 15px; cursor: pointer; text-decoration: none; text-align: center; width: 240px; }

.obmen_button, #text_96 strong { display: inline-block; background: #666; color: #fff; font-weight: normal; line-height: 2;


    font-size: 15px;
    text-align: center;

    width: 78px;
    text-decoration: none;
    border-radius: 3px;


}     




.markers_container { }

#vikup_form_mobile { display: none; }
#left .close_form { display: none; }


/*
#ng{ background: url('../images/elka_2021.png') no-repeat; width: 68px; height: 128px; position: absolute; margin-left: -34px;
z-index: 1; top: 4px; }


#ng_background{ background: url('../images/snow20.png') repeat; opacity: 0.1; height: 100%; top: 0; position: absolute;
z-index: -1; width: 100%; }


#left_2025 { background: #fff url('../images/left_2025.jpg') no-repeat center center; width: 100%; 
height: 140px; border: 1px solid #ccc; border-radius: 5px; margin-bottom: 16px; }

*/


#filter_clear { position: absolute; right: -8px; top: 3px; cursor: pointer; background: url('../images/sprite.png') no-repeat 0px -1417px; width: 20px; height: 20px; }
#filter_clear:hover { opacity: 0.9; }

.panel_el { padding: 0; margin: 0; opacity: 0.8; position: absolute; top:0; right:0px; width: 103%; height: 40px; 
	background-color: #fff; border-radius: 3px; border-bottom: 1px solid #ccc; overflow: hidden; left: -2px;}
.panel_el a { display: block; font-size: 13px; line-height: 1.2; padding: 2px; padding-left: 8px; }

/* Не называть так никогда. Это ссылка Поставить сюда */
.panel_el .vd { display: none; }





.insta_link {
    background-image: url('../images/insta.png');
    height: 40px;
    width: 40px;
    position: absolute;
    background-size: contain;
    display: block; position: absolute; right: 16px; top: 16px;
}

.pochta_bank_license {
    color: #9a9a8a;
    padding-top: 7px;
    padding-bottom: 10px;
    display: block;
    font-size: 13px;
    line-height: 1.3;
}

/*
.vitrina_item .panel_el .panel_el_mini { position: absolute; margin: 0 auto; width: 40px; height: 10px; background-color:red; }
*/


#baraban_item1 span, #baraban_item2 span { margin-right: 12px; }
#baraban_item1 span a, #baraban_item2 span a { text-decoration: none; display: inline-block; width: 18px; height: 18px; 
  border-radius: 9px; background-color: #99d9ea; }

.baraban_item_current { background-color: #32cd70; }
#baraban1,#baraban2, .baraban { height: 300px; overflow: hidden; margin-bottom: 20px;}
#baraban_item1, #baraban_item2{height: 30px; position: absolute; right: 160px; top: 4px;}

.select_list { position: absolute; z-index:200; left: 0; top: 0; background-color: #ccc;
	height: 200px; display:block; }


#Ymap { height: 400px; }

#vitrina1 .actions_panel, #vitrina2 .actions_panel, #vitrina3 .actions_panel { display: none; }



.block_act span { font-size: 14px; color: #444; }

.block_arenda { position: absolute; bottom: 6px; left: 225px; }
.block_arenda { font-size: 13px; margin: 2px !important; padding: 2px !important; 
	line-height:18px; height: 18px; background-color: #3aac47; 
	color: #fff; border-radius: 5px; padding-left: 8px !important; padding-right: 8px !important; }

#catalog_item .block_arenda { top:370px; left: 760px; }


#catalog_item #recipe_block p, #catalog_item #recipe_block p a { background-color: #e25c0b; color: #fff; }


.relative { position: relative; }
.relative .right { position: absolute; top:0; right: 8px; }


.right .arrow_left, .right .arrow_right { display: inline-block; border: 1px solid #ccc; width: 44px; 
    height: 44px; line-height: 42px; border-radius: 5px; text-decoration: none; background-color: #fff !important; }

.right .arrow_left { background: url(../images/ico_arrow_side.png) no-repeat center center; transform: rotate(180deg); }
.right .arrow_right { background: url(../images/ico_arrow_side.png) no-repeat center center; }
.right .arrow_left, .right .arrow_right { background-size: 50%; }

.right .button { font-size: 18px; text-decoration: none; background-color: #fff;
border: 1px solid #ccc; border-radius: 5px; display: inline-block; height: 44px; line-height: 42px; 
padding-left: 16px; padding-right: 16px; }

.right a:hover { background-color: #f2f2f2;  }


#left_prices { padding-top: 20px; }
#left_prices a { display: block; padding-bottom: 7px; }


#login_no { display: none; height: 30px; }

#brands_all a { background: #fff url(../images/block_auto.png) center 30px no-repeat; background-size: 55%; }


#brands_all a p { font-size: 20px; text-align: center; padding: 32px; padding-top: 93px; }

.brands { float: left; width: 16.666%; }

.brands a {

    background: #fff;
    font-size: 20px;
    text-decoration: none;
    display: block;
    height: 156px;
    box-sizing: border-box;
    padding-top: 16px;
    padding-bottom: 16px;
    border: 1px solid #f2f2f2;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}


.brands i { display: block; width: 80px; height: 80px; margin: 0 auto; margin-bottom: 16px; } 
.brands i img { display: block; width: 100%; height: auto; transition: 0.5s all; }

.brands h3 { text-align: center; font-size: 20px; }
.brands span { font-size: 15px; line-height: 1; padding: 4px; margin-left: 10px; color: #e20413; display: none; }

.brands a:hover { box-shadow: 0 0 4px rgba(0,0,0,0.2); }
.brands a:hover i img { transform: scale(1.15); }

.vitrina_item .markers_container { position:absolute; top:-14px; left:22px; }
.vitrina_item2 .markers_container { position:absolute; top:-14px; left:35px; }

.catalog .markers_container { position: absolute; top:18px; right:0px; }

	.tov {
		background: #eb54a2 no-repeat;
		background-image: url('../images/markers.png');
		color: #fff;
		height: 21px;
		padding: 4px 8px 0 30px;
		text-decoration: none;
		font-size: 14px;
		display: inline-block;
		border-radius: 3px;
		font-weight: bold;
		line-height: 1em;
	}
	
	.markers_best {background-position: 5px 2px;}
	.markers_48h {background-position: 5px -71px; padding-left: 35px;}
	.markers_14day {background-position: 5px -71px; padding-left: 35px; }
	.markers_sale {background-position: 5px -46px;}
	.markers_day {background-position: 5px -21px; }
	.markers_action {background-position: 5px -21px; }

#slider { }

#vitrina h2 { padding-bottom: 28px; }


#markers_list { padding-top: 10px; }
#markers_list span { padding-left: 20px; }
#markers_list span a { color: #666666; font-size: 12px; }

.image-v { float:left; width:160px; }
.image-v a { font-size: 11px; text-decoration: none; color: #444444; line-height: 1.3; }


/* Основной каркас */

#articles_block { padding-top:30px;  }


#wrap { margin: 0; padding: 0; width:100%; min-height:100%; background: #f2f1f6;
    min-width: 1000px; position: relative; max-width: 1920px; margin: 0 auto;
    /*background: url("../images/snow20_alpha.png") repeat;*/

     } /*НОВЫЙ ГОД с bg*/



#left { width:240px; float:left; margin-left: 34px; background-color: #fff; }
#center { margin-left: 320px; margin-right: 34px; min-height: 600px;  }

#right { width:240px; float:right; margin-right: 30px; }
#center2 { margin-right: 310px; overflow: hidden; margin-left: 30px; min-height: 600px;  }

#block_index { position:relative; margin-bottom: 64px; padding-left: 1px; }



#site_text_page, #panel_articles { position: absolute; top: 5px; right:0px; z-index:17px; }
#left_container, #right_container, #block_index { padding-bottom:50px; min-height: 500px; }

/* Левая колонка */

footer { background-color:#3f3f3f; padding-top: 32px; padding-bottom: 32px; 
    position: relative; overflow: hidden; clear: both; }

footer div div { float: left; width: 33%; }
footer div div p, footer div div a { font-weight: 300; }

#footer_text1 { width: 50%; }
#footer_text2 { width: 25%; }

#counters { width:25%; float:right; }
#counters {  } /*НГ, для снеговика сдвиг*/
#counters p a { color:#fff; line-height: 1.3; }
.aut_links {
    float: right;
    margin-right: 110px;
    opacity: 0;
}
.aut_links:hover{opacity: 1.0;}
#footer_text1 p, #footer_text2 p, #counters p { color:#f2f2f2; line-height: 1.3; }

.container { margin-left: 100px; margin-right: 100px; }

#top { overflow: hidden; margin-bottom: 32px; }
#top1 { height: 100px; }
#top1 .container { position: relative; }

#block_logo { height: 68px; width: 480px; display: block; position: absolute; left: 0; top:0; z-index: 2;
text-decoration: none; padding-top: 24px; padding-bottom: 24px; }

#block_logo img { display: block; width:100%; height:auto; }
#block_logo p { font-size: 14px; line-height: 1.3; color: #777; padding-left: 68px; padding-top: 3px; }

#address_block { position: absolute; right: 260px; top:22px; text-align: right; }

#cmenu { background-color: #3f3f3f; height: 120px; position: relative; overflow: hidden; } 
#cmenu nav { padding-top: 16px; text-align: center; }
#cmenu nav a { display: inline-block; line-height: 56px; font-size: 17px; text-transform: uppercase;
    text-decoration: none; padding-left: 64px; padding-right: 64px; color: #fff; }

#cmenu nav a:hover { background: #666; border-radius: 5px; }


#cmenu .container { position: relative; }

#cmenu2 { overflow: hidden; margin-top: -55px; padding: 30px; }
#cmenu2 .container { position: relative; }
#cmenu2 nav { background: #fff; border-radius: 10px; box-shadow: 0 15px 25px #0000001a; padding: 8px; }

#cmenu2 nav { text-align: center; }

#cmenu2 nav a {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    padding-left: 48px;
    padding-right: 48px;
    color: #444;
    line-height: 36px;
    height: 36px;
    display: inline-block;
}

#cmenu2 nav a:hover { background: #f2f2f2; border-radius: 5px; }

#slider { padding-top: 78px; padding-bottom: 32px; overflow: hidden; 
    margin-top: -58px; margin-bottom: 64px; 

background-image: linear-gradient(161deg, rgba(121, 121, 121, 0.02) 0%, rgba(121, 121, 121, 0.02) 16.667%,rgba(193, 193, 193, 0.02) 16.667%, rgba(193, 193, 193, 0.02) 33.334%,rgba(177, 177, 177, 0.02) 33.334%, rgba(177, 177, 177, 0.02) 50.001000000000005%,rgba(5, 5, 5, 0.02) 50.001%, rgba(5, 5, 5, 0.02) 66.668%,rgba(229, 229, 229, 0.02) 66.668%, rgba(229, 229, 229, 0.02) 83.33500000000001%,rgba(211, 211, 211, 0.02) 83.335%, rgba(211, 211, 211, 0.02) 100.002%),linear-gradient(45deg, rgba(223, 223, 223, 0.02) 0%, rgba(223, 223, 223, 0.02) 14.286%,rgba(70, 70, 70, 0.02) 14.286%, rgba(70, 70, 70, 0.02) 28.572%,rgba(109, 109, 109, 0.02) 28.572%, rgba(109, 109, 109, 0.02) 42.858%,rgba(19, 19, 19, 0.02) 42.858%, rgba(19, 19, 19, 0.02) 57.144%,rgba(180, 180, 180, 0.02) 57.144%, rgba(180, 180, 180, 0.02) 71.42999999999999%,rgba(63, 63, 63, 0.02) 71.43%, rgba(63, 63, 63, 0.02) 85.71600000000001%,rgba(87, 87, 87, 0.02) 85.716%, rgba(87, 87, 87, 0.02) 100.002%),linear-gradient(337deg, rgba(142, 142, 142, 0.02) 0%, rgba(142, 142, 142, 0.02) 20%,rgba(164, 164, 164, 0.02) 20%, rgba(164, 164, 164, 0.02) 40%,rgba(203, 203, 203, 0.02) 40%, rgba(203, 203, 203, 0.02) 60%,rgba(228, 228, 228, 0.02) 60%, rgba(228, 228, 228, 0.02) 80%,rgba(54, 54, 54, 0.02) 80%, rgba(54, 54, 54, 0.02) 100%),linear-gradient(314deg, rgba(187, 187, 187, 0.02) 0%, rgba(187, 187, 187, 0.02) 12.5%,rgba(170, 170, 170, 0.02) 12.5%, rgba(170, 170, 170, 0.02) 25%,rgba(214, 214, 214, 0.02) 25%, rgba(214, 214, 214, 0.02) 37.5%,rgba(187, 187, 187, 0.02) 37.5%, rgba(187, 187, 187, 0.02) 50%,rgba(190, 190, 190, 0.02) 50%, rgba(190, 190, 190, 0.02) 62.5%,rgba(6, 6, 6, 0.02) 62.5%, rgba(6, 6, 6, 0.02) 75%,rgba(206, 206, 206, 0.02) 75%, rgba(206, 206, 206, 0.02) 87.5%,rgba(171, 171, 171, 0.02) 87.5%, rgba(171, 171, 171, 0.02) 100%),linear-gradient(300deg, rgba(243, 243, 243, 0.01) 0%, rgba(243, 243, 243, 0.01) 12.5%,rgba(209, 209, 209, 0.01) 12.5%, rgba(209, 209, 209, 0.01) 25%,rgba(179, 179, 179, 0.01) 25%, rgba(179, 179, 179, 0.01) 37.5%,rgba(3, 3, 3, 0.01) 37.5%, rgba(3, 3, 3, 0.01) 50%,rgba(211, 211, 211, 0.01) 50%, rgba(211, 211, 211, 0.01) 62.5%,rgba(151, 151, 151, 0.01) 62.5%, rgba(151, 151, 151, 0.01) 75%,rgba(16, 16, 16, 0.01) 75%, rgba(16, 16, 16, 0.01) 87.5%,rgba(242, 242, 242, 0.01) 87.5%, rgba(242, 242, 242, 0.01) 100%),linear-gradient(6deg, rgba(31, 31, 31, 0.02) 0%, rgba(31, 31, 31, 0.02) 20%,rgba(193, 193, 193, 0.02) 20%, rgba(193, 193, 193, 0.02) 40%,rgba(139, 139, 139, 0.02) 40%, rgba(139, 139, 139, 0.02) 60%,rgba(14, 14, 14, 0.02) 60%, rgba(14, 14, 14, 0.02) 80%,rgba(122, 122, 122, 0.02) 80%, rgba(122, 122, 122, 0.02) 100%),linear-gradient(279deg, rgba(190, 190, 190, 0.02) 0%, rgba(190, 190, 190, 0.02) 14.286%,rgba(160, 160, 160, 0.02) 14.286%, rgba(160, 160, 160, 0.02) 28.572%,rgba(23, 23, 23, 0.02) 28.572%, rgba(23, 23, 23, 0.02) 42.858%,rgba(60, 60, 60, 0.02) 42.858%, rgba(60, 60, 60, 0.02) 57.144%,rgba(149, 149, 149, 0.02) 57.144%, rgba(149, 149, 149, 0.02) 71.42999999999999%,rgba(4, 4, 4, 0.02) 71.43%, rgba(4, 4, 4, 0.02) 85.71600000000001%,rgba(50, 50, 50, 0.02) 85.716%, rgba(50, 50, 50, 0.02) 100.002%),linear-gradient(109deg, rgba(124, 124, 124, 0.03) 0%, rgba(124, 124, 124, 0.03) 12.5%,rgba(61, 61, 61, 0.03) 12.5%, rgba(61, 61, 61, 0.03) 25%,rgba(187, 187, 187, 0.03) 25%, rgba(187, 187, 187, 0.03) 37.5%,rgba(207, 207, 207, 0.03) 37.5%, rgba(207, 207, 207, 0.03) 50%,rgba(206, 206, 206, 0.03) 50%, rgba(206, 206, 206, 0.03) 62.5%,rgba(118, 118, 118, 0.03) 62.5%, rgba(118, 118, 118, 0.03) 75%,rgba(89, 89, 89, 0.03) 75%, rgba(89, 89, 89, 0.03) 87.5%,rgba(96, 96, 96, 0.03) 87.5%, rgba(96, 96, 96, 0.03) 100%),linear-gradient(329deg, rgba(35, 35, 35, 0.02) 0%, rgba(35, 35, 35, 0.02) 20%,rgba(246, 246, 246, 0.02) 20%, rgba(246, 246, 246, 0.02) 40%,rgba(118, 118, 118, 0.02) 40%, rgba(118, 118, 118, 0.02) 60%,rgba(245, 245, 245, 0.02) 60%, rgba(245, 245, 245, 0.02) 80%,rgba(140, 140, 140, 0.02) 80%, rgba(140, 140, 140, 0.02) 100%),linear-gradient(90deg, hsl(314,0%,31%),hsl(314,0%,31%));

/*
background-color: #c7c4bf;
background-image: linear-gradient(147deg, #c7c4bf 0%, #5D6166 74%);
*/

/*
background-image: linear-gradient(216deg, rgba(77, 77, 77,0.05) 0%, 
    rgba(77, 77, 77,0.05) 25%,rgba(42, 42, 42,0.05) 25%, rgba(42, 42, 42,0.05) 38%, 
    rgba(223, 223, 223,0.05) 38%, rgba(223, 223, 223,0.05) 75%,rgba(36, 36, 36,0.05) 75%, 
    rgba(36, 36, 36,0.05) 100%),linear-gradient(44deg, rgba(128, 128, 128,0.05) 0%, rgba(128, 128, 128,0.05) 34%,rgba(212, 212, 212,0.05) 34%, rgba(212, 212, 212,0.05) 57%,rgba(25, 25, 25,0.05) 57%, rgba(25, 25, 25,0.05) 89%,rgba(135, 135, 135,0.05) 89%, rgba(135, 135, 135,0.05) 100%),linear-gradient(241deg, rgba(55, 55, 55,0.05) 0%, rgba(55, 55, 55,0.05) 14%,rgba(209, 209, 209,0.05) 14%, rgba(209, 209, 209,0.05) 60%,rgba(245, 245, 245,0.05) 60%, rgba(245, 245, 245,0.05) 69%,rgba(164, 164, 164,0.05) 69%, rgba(164, 164, 164,0.05) 100%),linear-gradient(249deg, rgba(248, 248, 248,0.05) 0%, rgba(248, 248, 248,0.05) 32%,rgba(148, 148, 148,0.05) 32%, rgba(148, 148, 148,0.05) 35%,rgba(202, 202, 202,0.05) 35%, rgba(202, 202, 202,0.05) 51%,rgba(181, 181, 181,0.05) 51%, rgba(181, 181, 181,0.05) 100%),linear-gradient(92deg, hsl(214,0%,11%),hsl(214,0%,11%));

*/

     }


#slider .swiper-slide { position: relative; }
#slider .swiper-slide a { display: block; position: absolute; left: 100px; bottom: 64px; width: 280px; 
    height: 56px; background: #ff000b; color: #fff; font-size: 22px; font-weight: lighter;
    border-radius: 5px; text-decoration: none; text-align: center; line-height: 56px; }

#slider .swiper-slide a:hover { background: #fff; color: #444; }


#lupa1 { cursor: pointer; background: url('../images/lupa.png') no-repeat 0 -35px; 
width: 24px; height: 24px; position: absolute; right: 42px; top: 7px; }

#search_block { display: block; position: absolute; top:20px; right: 0px; height: 37px; }
#search_block form { display: block; margin-top: 5px; -webkit-appearance: none; border-radius: 0; }

#search_block form div { position: relative; }

#search_block #is { width:180px; overflow: hidden; }

#search_block #is input[type=text] { padding-left: 6px; border-radius: 5px;
 width: 100%; line-height:32px; font-size: 15px; box-sizing: border-box; border: 1px solid #aebcc7; }
 input[type=text]:required{outline: 0; box-shadow: none;}

#search_block input[type=submit] { z-index: 4; background: url('../images/lupa.png') no-repeat 0 0; 
display: block; width: 24px; height: 24px; position: absolute; right:4px; top:6px; filter: grayscale(1); }

.text_small { font-size:12px; line-height:1.4; color:#666666; }
.clear { clear:both; height:0; }


#left_prices { border: 1px solid #ccc; padding: 10px; border-radius: 4px; margin-top: 12px; margin-bottom: 30px; }


.text_bg_yellow { font-size:12px; }
.text_bg_yellow, .price_title { color:#333333; }
.price_title { font-size:19px; }


/* Результаты поиска. Заголовок */
.count_h1 { line-height: 1; }

.count_h1 span { font-size: 16px; color: #ff000b; margin-left: 16px; display: none; }

.count { float:right; padding-top: 2px; padding-left: 8px; margin-right: 150px;}

/* Стили для баннеров */
.banner_center{margin-top: 15px;}

/* Постраничник */
#site_pagenator { overflow: hidden; margin-bottom: 48px; text-align: center; }

#site_pagenator .p_item { color: #444; background: #fff; display: inline-block; border-radius:5px; margin:3px; 
    text-decoration: none; text-align: center; width: 48px; height: 36px; line-height: 36px; border: 1px solid #ccc; }

#site_pagenator .current { color:#fff; background-color: #e20413; text-decoration: none; }

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


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

#site_pagenator .site_pege_next, #site_pagenator .site_pege_back { border: 1px solid #ccc; background: #fff; border-radius: 5px;
text-decoration: none; height: 36px; line-height: 36px; display: inline-block; color: #444;
padding-left: 12px; padding-right: 12px; text-align: center; }


#my_mailing {padding-left: 5px; }
#my_mailing p{padding-bottom: 14px; }


#index_text_page { position: relative; margin-bottom: 64px; background: #fff;
    padding: 64px; padding-bottom: 64px; border-radius: 10px; }

#index_text_page p { font-size: 25px; }

#index_text_page a { display: block; padding: 0; width: 240px; height: 64px; line-height: 64px; border-radius: 5px;
text-align: center; text-decoration: none; background: red; color: #fff; font-size: 22px; margin-top: 32px; }

#index_text_page span { display: block; width: 45%; height: 550px;
border-radius: 10px; position: absolute; right: 100px; top: 54px; box-shadow: 0px 8px 14px 3px #00000040;
background: url('../images/region_avto.jpeg') no-repeat 0 0; background-size: 100%; }






/* Панелька */
.actions_panel { background-color: #e20413; color:#fff; border-radius: 4px; opacity: 0.75; z-index: 1;
  position: absolute; top:0; right:0; padding: 4px; padding-left: 8px; padding-right: 8px; }
.actions_panel a { padding-left: 4px; padding-right: 4px; color:#fff; text-decoration: none; font-size: 14px; }
.actions_panel a:hover { background-color:#246c0b; }

#out_center .actions_panel { top:20px; right:20px; }




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

.close_form:hover { opacity: 0.9; }



#filter_block { margin-bottom: 64px; padding: 32px; padding-top: 28px; }


#filter_block, #filter_block_pricep2 { position: relative;  border-radius: 5px; 
    background: #fff; box-shadow: 0 15px 25px #0000001a; }

#filter_block p { padding: 6px; padding-bottom: 16px; }
#filter_block, #filter_block_pricep2 { height: auto; padding-bottom: 32px; }

#filter_block input[type="submit"], #filter_block_pricep2 input[type="submit"] {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}



#filter_block h3, #filter_block_pricep2 h3 { margin-left: 14px; padding-top: 16px; font-weight: 700; }

#filter_block label, #filter_block_pricep2 label { display: block; margin-left: 14px; margin-bottom: 3px; margin-top: 10px; font-size: 15px; }

#filter_block input[type=text], #filter_block_pricep2 input[type=text] { display: block; margin-left: 14px; width: 200px; 
	border: 1px #ccc solid; margin-bottom: 7px; padding: 2px; font-size: 16px; padding-left: 6px; border-radius: 4px; }

#filter_block select, #filter_block_pricep2 select { display: block; margin-left: 14px; width: 210px; 
	border: 1px #ccc solid; margin-bottom: 7px; padding: 2px; height: 32px; font-size: 16px; border-radius: 4px; }


#filter_block form input[type=sibmit], #filter_block_pricep2 form input[type=sibmit] { position: absolute; bottom: 10px; right: 10px; }



#block_megaform_left p { font-size: 13px; }

.wrap_price{width: 100%; height: 45px;}
.wrap_price a{ margin-right: 10px; display: inline-block;font-size: 17px; background-color: #e20413;
 color: #fff;text-decoration: none; padding: 4px 12px; border-radius: 3px;}
.wrap_price a:hover{background-color: #841f17;}

#tasks_ico{display: none !important;}

.ng_banner { }

.ng_banner { display: block !important; margin: auto; width: 100%; height: auto; }


/* FARCOPS { */
#farcops_left { 
	position: relative;
    border-top: 2px #ccc solid;
    background: #fff;
}
#farcops_left a {
	position: relative;
	float:left;
	width: 50px;
	height: 50px;
	font-size: 10px;
	COLOR: #841f17;
    background-color: #F4F4F4;
    margin-top: 5px;
    margin-right: 4px;
    margin-left: 4px;
    text-decoration: none;
    cursor: pointer;
}


#farcops_left a:hover .farcops_mark_window {
	opacity: 0.9;
}

#farcops_left a img{
width: 50px;
height: 50px;
}

#farcops_center { overflow: hidden; }

#farcops_center a { float: left; width: 120px; height: 160px; text-decoration: none; cursor: pointer; }
#farcops_center a  img { display: block; width: 80px; height: auto; margin: 0 auto; }



.farcops_button { 
	/* width: 116px !important; */
    padding-left: 0px !important;
    display: block;
    margin-left: -3px;
    padding-bottom: 4px !important;
    height: 13px !important;
    padding-right: 0px !important;
}


.farcops {
    position: relative;
    float: left;
    width: 100%;
}


.catalog_item .price2 { font-size: 22px; line-height: 1.1; }
.price1 > span, .price2 > span { font-size: 16px; }

#farcops_mark_panel .file_block, #farcops_mark_panel .file_block .a_file{ border: none; width: 108px; padding: 3px 5px; border-radius: 0px;}
#farcops_mark_panel img {width: 50px; height: 50px;}

.farcops_mark_window{
    position: absolute;
    padding: 6px;
    border: 1px solid #565656;
    border-radius: 10px;
    top: -10px;
    left: 0px;
    background-color: #E2ECF6;
    z-index: 4;
    font-size: 13px;
    color: #466370;
    opacity: 0;
    transition: 1s;
}


#menu_ico5 {
    background-image: url('../images/farcop_logo.png');
    height: 32px;
    background-repeat: no-repeat;
    background-size: 34px;
}


/* FARCOPS } */

 



.attachfile { overflow: hidden; }
.attachfile .file_block { float: left; width: 160px; padding: 0; margin: 0; border: 0; background: #d1d1d1; height: auto; border-radius: 5px; overflow: hidden; }
.attachfile .file_block:hover { background: #d1d1d1e0; }
.attachfile .file_block .a_file { width: auto; position: static; padding: 0; margin: 0; border: 0; height: 30px; line-height: 30px; color: #000; text-decoration: none; }
.attachfile .extension { margin-left: 175px; }
.attachfile .extension strong { color: #999; font-weight: 400; font-size: 12px; line-height: 30px; }
.attachfile #attachfile { padding-top: 10px; }
.attachfile #attachfile p a { margin-left: 6px; text-decoration: none; }


#special_credit { overflow: hidden; }
#special_credit span { display: block; width: 337px; height: 140px; background: url('../images/special.png'); }
#special_credit div { float: left; margin-left: 390px; }
#special_credit h3 {  font-size: 25px; color: #841f17; line-height: 1.2; }


#settings_footerText a { color: #e59b6c; font-size: 12px; }

#cmenu_button { display: none; position: absolute; left: 16px; top:24px; width: 48px; height: 48px; 
overflow: hidden; background: url('../images/menu_ico2.png') no-repeat 0 5px; }

  
#phones_block { position: relative; height: 90px; width: 250px; overflow: hidden; margin-bottom: 7px; display: none; }

#phones_block div { margin-left: 90px; color: #eec268; font-size: 18px; margin-top: 16px; }
#phones_block img { position: absolute; left: 16px; top:16px; width: 56px; } 

#left_h3 { position: relative; margin-left: 16px; }
#arrow_left { display: none; width: 16px; height: 16px; 
background: url('../images/arrow.png'); background-size: contain; position: absolute; right: 16px; top:5px; }

#left_menu_button { display: none; }

#catalog_block { margin-right: -16px; overflow: hidden; margin-bottom: 0; padding-bottom: 0; }
#catalog_block a { display: block; float: left; width: 20%; position: relative; text-decoration: none; }

/*
#catalog_block a:last-child { width: 100%; }
*/

#out_photo {  }
.wait { padding: 64px; border: 1px solid #ccc; }

.wait:before { content:""; display: block; margin: 0 auto; width: 100px; height: 100px; 
background: url('../images/ico_loading.svg') no-repeat center center;

    animation-name: rotation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: 100%;

}

@keyframes rotation {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}



#catalog_block a p {  
    
    margin-right: 16px !important;
    margin: 0 auto; border:1px solid #e4e3e3;
    background-color: rgb(255, 255, 255);

    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    height: 200px; padding: 32px;
    background: #fff url(../images/catalog_img1.png) no-repeat right 16px;

}


#catalog_block { margin-top: 20px; overflow: none; }

#catalog_block a p:hover { box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25); }
#catalog_block a p span { display: block; text-align: center; font-size: 20px; line-height: 1.2; }

#catalog_block img { width: 100%; height: auto; }


.autocredit_logos { overflow: hidden; margin-top: 18px; }
.autocredit_logos a { display: block; float: left; width: 20%; height: 80px; }

.autocredit_logos i { content:""; width: 150px; height: 56px; display: inline-block; margin-bottom: 32px; margin-right: 32px; }
.autocredit_logos i img { width: 100%; height: 100%; display: block; object-fit: contain; }

.button_passport { display: block; width: 220px; margin: 0 auto; height: 40px; line-height: 40px; 
    color: #fff; background: #841f17; text-decoration: none; text-align: center; margin-top: 16px; border-radius: 5px; }

.button_passport_del { display: block; width: 220px; margin: 0 auto; height: 40px; line-height: 40px; 
    text-align: center; margin-top: 4px; }




#frame_container { position: absolute; left: 0; top:80px; bottom: 0; right: 0; margin-bottom: 32px; }
#frame_container iframe { display: block; width: 100%; height: 100%; border: 0; }

#metka_del { background: #e7d25e; color: #8b3f08; padding: 4px; padding-left: 16px; 
    padding-right: 16px; margin-bottom: 10px; border-radius: 5px; }

#metka_del a { text-decoration: none; }

.pomentka_del { background: #e7d25e; color: #8b3f08; padding: 4px; padding-left: 8px; padding-right: 8px; padding-top: 7px;
    width: 130px; font-size: 12px; line-height: 1; position: absolute; right: 6px; top:10px; z-index: 1; }

.vitrina .vitrina_container { float: none; width: 100%; }

.vitrina { padding: 4px; }
.vitrina .vitrina_item { border-radius: 10px; margin-right: 0; display: block; text-decoration: none; background: #fff; }

.vitrina .vitrina_item:hover { box-shadow: 0 0 4px rgba(0,0,0,0.2); }

.vitrina_item h3 { margin-top: 8px; }
.vitrina_item div { font-size: 14px; }

.swip { position: relative; }

#catalog_block a p span {  }
#catalog_block a p { }
#catalog_block img { }

#last_arenda { width: 65% !important; right: 10px !important; }

.vitrina_title { margin-bottom: 32px; }
.vitrina_title h2 { font-size: 36px; font-weight: 500; padding-left: 5px; }

.swiper-button-next, .swiper-button-prev {
    right: 0 !important;
    left: auto;
    top: 64px !important;
    background: rgba(0, 0, 0, 0.35);
    padding: 20px;
    text-decoration: none;
    color: #fff !important;

    width: 160px !important;
    height: 160px !important;
    border-radius: 100%;

}

.swiper-button-next { right: -140px !important; }
.swiper-button-prev { left: -140px !important; right: auto !important; }


#catalog_groups_lights { overflow: hidden; padding-left: 4px; padding-top: 4px; padding-bottom: 64px; }

#catalog_item_info h1 { padding-right: 250px; }
#print_link { position: absolute; right: 0; top: 0; text-decoration: none; font-size: 14px; }

#catalog_item .actions_panel { top: 32px; }

#linker_result > div { float: left; width: 16.666%; }
#linker_result > div .vitrina_item { margin-right: 10px; }

.swiper-pagination-bullet { width: 12px !important; height: 12px !important; }
.swiper-container { padding-bottom: 32px !important; }

.fixed { position: fixed !important; }
.static { position: static !important; }

/*
.swiper_item { display: none; }
*/

.swiper_item img { width: 100%; }

.swiper6 img { width: 100%; height: auto; }
.autocredit_logos { overflow: hidden; }

#form_anketa { max-width: 900px; }

#farcops_mark_panel { width: 200px; }
/*.price_left { left: 0 !important; } */


.button_upload { display: block; width: 200px; height: 44px; color: #ff000b; 
border-radius: 5px; border: 1px solid #ff000b; position: relative; 
text-align: center; line-height: 44px; cursor: pointer; margin-bottom: 16px; }

.button_upload input[type=file] { position: absolute; left: -8000px; }

#info { padding: 32px; border-radius: 4px; background: #fcf0c2; }
#info p { font-size: 22px; font-weight: bold; }
#info span { font-size: 20px; color: #e20413; }

.insta_link { display: none !important; }

#form_anketa { padding: 32px; background: #fff; border: 1px solid #ccc; border-radius: 5px; }

.credit_block { margin-bottom: 14px !important; margin-top: 16px !important; }

.credit_block input[type=radio] { display: none; }



.credit_block label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-left: 40px;
    line-height: 32px;
    user-select: none;
    font-size: 17px;
}
.credit_block label:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: -40px;
    bottom: 1px;
    background: url(../images/mini.svg) 0 -44px no-repeat; background-size:cover;
}



.credit_block input[type=radio]:checked + label:before {
    background: url(../images/mini.svg) 0 0 no-repeat; background-size:cover;
}
 

.credit_block span { color: #e20413; }

/* 
.credit_block label:hover:before {
    filter: brightness(120%);
}

*/


#vitrina_list { overflow: hidden; margin-bottom: 32px; }
#vitrina_list p { font-size: 20px; margin-top: 32px; margin-bottom: 0; }
#vitrina_list a { text-decoration: none; line-height: 2; margin-right: 32px; white-space: nowrap; }
#vitrina_list .checked { color: #ff000b; }


.logo_tinkoff { width: 251px; height: 65px; margin-left: 32px; }
#credit_yes { font-size: 14px; color: #009933; margin-top: 16px; }

.pochta_bank_license { padding-bottom: 0 !important; line-height: 1 !important; }

#left .logo_tinkoff { width: 240px; height: auto; margin-left: 0; }


#calc_credit_form {
    width: 700px;
    border-radius: 10px;
    padding-bottom: 32px;
}

#calc_credit_form label { float: none; width: auto; display: block; font-size: 15px; }



#farcops_model { overflow: hidden; padding-left: 1px; padding-bottom: 1px; margin-bottom: 64px; }
#farcops_model div { float: left; }
#farcops_model div a { padding-left: 16px; padding-right: 16px; height: 44px; line-height: 42px;
 text-decoration: none; display: block; border: 1px solid #ccc; margin-right: 16px; margin-bottom: 16px;
 border-radius: 5px; background: #fff; }

#farcops_model div .selected { color: #555; background: #fcf0c2; border: 1px solid #fcf0c2; }


#farcops_model div a:hover { background: #edebf2; }

#farcops_model div i { display: block; width: 80px; height: 80px; border-radius: 100%; background: #f2f2f2; margin: 0 auto; display: none; }

/*
#farcops_model div span { font-size: 17px; display: block; text-align: center; margin-top: 16px; margin-bottom: 16px; }
*/

#farcops_model a span { font-size: 12px; color: red; margin-left: 8px; display: none; }

.catalog_pricep { width: 25%; }
.catalog_pricep a { height: 505px; }

.catalog_pricep .catalog_photo {  }
.catalog_pricep h2, .catalog_pricep .table_pricep {  }

.table_pricep .main_table { border:0 !important; }
.table_pricep .main_table td { padding: 4px !important; border:0; border-bottom: 1px dotted #ccc !important; }

.table_pricep .main_table tr { background: none !important; }

.table_pricep div { overflow: hidden; }
.table_pricep div p { float: left; font-size: 15px; }
.table_pricep div span { display: block; float: left; margin-left: 16px; font-size: 15px; }

#filter_producer { overflow: hidden; padding-left: 1px; padding-bottom: 32px; }
#filter_producer a { display: block; float: left; border: 1px solid #ccc; background: #fff;
    border-radius: 5px; height: 44px; line-height: 42px;
   text-decoration: none; text-align: center; padding-left: 16px; padding-right: 16px; margin-right: 16px; margin-bottom: 16px; }

#filter_purpose { overflow: hidden; padding-left: 1px; padding-bottom: 32px; }
#filter_purpose a { display: block; float: left; border: 1px solid #ccc; background: #fff; border-radius: 5px; position: relative;
    padding-left: 12px; padding-right: 12px; text-decoration: none; text-align: center; 
    height: 44px; line-height: 42px; margin-right: 16px; margin-bottom: 16px; }

#filter_purpose a, #filter_producer a { color: #444; }

#filter_purpose a span, #filter_producer a span { font-size: 12px; color: red; margin-left: 8px; display: none; }

#filter_producer a:hover, #filter_purpose a:hover { background: #edebf2; }
#filter_producer .selected, #filter_purpose .selected { color: #555; background: #fcf0c2; }

#form_filter { overflow: hidden; }
#form_filter div { float: left; width: 220px; }
#form_filter .filter2 input { display: block; width: 30%; float: left; margin-right: 10px; }


#filter_block { margin-bottom: 32px; }

#kroxi { overflow: hidden; font-size: 14px !important; line-height: 1; }

#kroxi a { color: #e20413; text-decoration: none; position: relative; display: inline-block; 
    padding-right: 32px; margin-left: 8px;  font-size: 14px !important; line-height: 1; }

#kroxi span { display: inline-block; position: relative; padding-right: 32px; line-height: 1; }
#kroxi span:after { content: "\290D"; font-size: 24px; color: #333; 
position: absolute; right: 0; top:-7px;  color: #666; }

#kroxi a:after { content: "\290D"; font-size: 24px; color: #333; position: absolute; right: 0; top:-7px; }
#kroxi a:hover { text-decoration: none; }



#block_vitrina { overflow: hidden; position: relative; }

.vitrina_left { width: 20%; float: left; }
.vitrina1 { margin-left: 20%; }

.vitrina_right { width: 20%; float: right; }
.vitrina2 { margin-right: 20%; }

.vitrina_left, .vitrina_right { margin-bottom: -24px; }

.vitrina_left a, .vitrina_right a { display: block; background: #fff; border-radius: 10px;
padding-top: 48px; padding-bottom: 48px; padding-top: 32px; padding-bottom: 48px;
 margin-top: 4px; text-decoration: none; height: 490px; box-sizing: border-box; }


.vitrina_left a:hover, .vitrina_right a:hover { box-shadow: 0 0 4px rgba(0,0,0,0.2); }


.vitrina_left a { margin-right: 16px; }

.vitrina_left i, .vitrina_right i { display: block; width: 180px; height: 76px; 
    background: url(../images/block_auto.png) 0 0 no-repeat; margin: 0 auto;
     margin-top: 64px; margin-bottom: 16px; }

.vitrina_right a { margin-left: 16px; }

#block_pricep { background: url(../images/block_pricep.png) 0 0 no-repeat; }
#block_farcops { background: url(../images/block_farcops.png) 0 0 no-repeat; }
#block_detales { background: url(../images/block_detales.png) 0 0 no-repeat; }


.vitrina_left h3, .vitrina_right h3 { color: #444; padding: 16px; font-size: 22px; line-height: 1.2; text-align: center; }
.vitrina_left p, .vitrina_right p { color: #444; padding: 16px; font-size: 17px; text-align: center; }

.vitrina_left s, .vitrina_right s { display: block; text-align: center; border-radius: 5px; border: 1px solid #ff000b;
height: 48px; line-height: 48px; text-decoration: none; font-size: 18px;
width: 150px; margin: 0 auto; margin-top: 24px; background-size: cover; color: #ff000b; }

/* background: url(../images/region_arrow.png) right center no-repeat; */

#button_pricep { width: 180px; }
#button_farcops { width: 180px; }
#button_detales { width: 180px; }


.vitrina_left a:hover s, .vitrina_right a:hover s { background: #ff000b; color: #fff; }


#catalog_list { padding: 4px; margin-bottom: 32px; overflow: hidden; margin-right: -16px; }

.vitrina .vitrina_item { height: 490px; box-sizing: border-box; }

.vitrina .price_discount { right: 24px; bottom: 24px; }

.catalog_item h2 {
    font-weight: normal;
    font-size: 18px;
    text-decoration: none;
    height: 40px;
    overflow: hidden;
    line-height: 1.2;
    margin-bottom: 16px;
    padding-bottom: 0 !important;
}


.vitrina .vitrina_photo { height: 180px; display: block; }

.vitrina .vitrina_item h3 {
    font-weight: normal;
    font-size: 18px;
    height: 84px;
    line-height: 1.2;
    margin-bottom: 0;
    padding-bottom: 0;
}


.vitrina_left span, .vitrina_right span { height: 350px; box-sizing: border-box; }

#price_farcop { overflow: hidden; margin-bottom: 32px; }
#price_farcop p { float: left; width: 200px; float: left; }
#price_farcop p i { font-size: 32px; font-style: normal; color: #ff000b; }
#price_farcop p span { font-size: 16px; display: block; }


#catalog_item_photo .panel_el { height: auto; padding-bottom: 16px; width: 200px; }

#button_arenda { display: block; margin: 0 auto; width: 200px; height: 44px; line-height: 44px;
 text-align: center; border: 1px solid #ff000b; color: #ff000b; 
 text-decoration: none; border-radius: 5px; background: #fff; margin-top: 16px; }

#button_arenda:hover { background: #ff000b; color: #fff; }


#text_out_95 #kroxi, #text_out_95 h1 { display: none; }

#out_center a { text-decoration: none; }

#calc_credit_answer { font-size: 20px; padding-left: 10px; padding-top: 16px; }

.tabs { overflow: hidden; margin-bottom: 32px; }

.tabs a { display: inline-block; height: 44px; line-height: 44px; padding-left: 16px; padding-right: 16px; 
    margin-right: 16px; border-radius: 5px; border: 1px solid #ff000b; color: #ff000b; text-decoration: none; }

.tabs a:hover { background: #f2f2f2; }

.tabs .selected { background: #ff000b; color: #fff; }

.top_fixed #cmenu { position: fixed; left: 0; right: 0; top:0; z-index: 2; }

.cmenu_open  { display: block !important; }
.cmenu_open #top2 { position:absolute; left: 0; right: 0; top: 100px; z-index: 2; }
.cmenu_open nav { padding-top: 68px; padding-bottom: 32px; }
.cmenu_open nav a { display: block !important; }

#address_block { line-height: 40px; overflow: hidden; }
#address_block span { display: block; float: left; line-height: 40px; }
#address_block .tel { margin-left: 10px; text-decoration: none; }

#address_block, #address_block .tel { font-size: 16px; }

#ico_tel { background: url(../images/ico_tel.png) center center no-repeat; background-size: 65%; }
#ico_wa { background: url(../images/ico_wa.png) center center no-repeat; background-size: 60%; }

#ico_post { background: url(../images/ico_email.png) center center no-repeat; background-size: 75%;  }
#ico_tel, #ico_wa, #ico_post { display: block; float: left; width: 40px; height: 40px; margin-right: 10px; transition: 0.1s all; }

#ico_post { margin-right: 32px; }

#ico_tel:hover { background-size: 75%; }
#ico_wa:hover { background-size: 75%; }
#ico_post:hover { background-size: 85%; }

#address_block .tel:hover { color: #ff000b; }

#catalog_block { display: none; }

.mySwiper .swiper-slide { opacity: 0.4; cursor: pointer; height: 140px; background: #fff; }
.mySwiper .swiper-slide-thumb-active { opacity: 1; }

.text_out { background: #fff; padding: 32px; border-radius: 10px; margin-bottom: 64px; }

#text_7 .main_table { border: 0; }
#text_7 .main_table tr { display: block; background: none; }

#text_7 .main_table tr td { display: block; background: #fff; float: left; box-sizing: 
    border-box; width: 30%; padding: 0; margin: 0; height: 270px; margin-right: 16px; border-radius: 10px; }

#text_7 .main_table tr td p { padding: 16px; }    

.button_all { display: none; }

#credit_block { padding: 32px; background: #fff; overflow: hidden; padding-bottom: 16px; margin-top: 16px; margin-bottom: 32px; border-radius: 10px; }
#credit_block .form_out { background: #fff; width: 1000px; }
#credit_block .form_out div { float: left; width: 33%; }
#credit_block .form_out div input[type=text] { width: 94%; }
#credit_block .form_out div input[type=submit] { width: 240px; height: 44px; line-height: 44px; 
    border-radius: 5px; font-size: 17px; margin-top: 16px; padding: 0; }

#calc_credit_answer { clear: both; height: 64px; }

.button_big {
    display: block;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 5px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #ff000b;
    color: #fff;
    border: 1px solid #ff000b;
    margin-right: 16px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 300;
    margin: 0 auto;
    width: 320px;
} 


#region_array { overflow: hidden; margin-top: 0; margin-bottom: 32px; margin-right: -16px; }

#region_array div { float: left; width: 33.3333%; }
#region_array div p { padding: 32px; background: #fff; margin-right: 16px; margin-bottom: 16px; 
height: 100px; border-radius: 10px; border: 1px solid #f2f2f2; position: relative; }


#region_array div p span { display: block; font-size: 22px; }



#region_array div p i { display: block; font-style: normal;  
width: 28px; height: 20px; position: absolute; right: 30px; bottom: 30px;
background: url("../images/v.png") no-repeat; }



#banner_about { overflow: hidden; margin-bottom: 32px; }    
#banner_about img { display: block; width: 100%; height: auto; }

#modern_container { padding: 32px; border-radius: 10px; background: #fff; margin-bottom: 64px; }

.purpose { font-size: 15px; padding-top: 16px; }

.vitrina .vitrina_photo { margin-bottom: 24px; }
.vitrina_item img { height: 100%; width: 100%; margin: 0 auto; display: block; object-fit: contain; }


#button_info {

    display: inline-block;
    font-size: 17px;
    background-color: #e20413;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    border-radius: 4px;
    height: 44px;
    width: 240px;
    line-height: 44px;
    text-align: center;
}

.block_info { margin-bottom: 32px; margin-top: 16px; }
.block_info p { background: #fcf0c2; padding: 16px !important;  padding-left: 32px !important; padding-right: 32px !important; 
    border-radius: 10px; display: inline-block; font-size: 14px; }    


/* Контейнер который закрывает экран для последуюшего вывода формы поверх! */
.background { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 150; background-color: rgba(0, 0, 0, 0.5);
/*background:url('../images/background2.jpg') no-repeat; background-size: cover; */}


/* Здесь пусто т.к. на panel_begin навешиваем динамически .background и убиваем фон чтобы видеть что под ней */
#panel_begin { }

/* Панель например в модуле Forms */
#panel_begin #small_panel { z-index: 151; overflow: hidden; position: relative; border: 1px solid #ccc; 
 /*	border-radius: 10px; */ margin: 0 auto; margin-top: 90px; width: 1050px; 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: 16px; }

/* А это еще что? */

/*
#panel_begin #small_panel .float { font-size: 17px; padding-bottom: 6px; float: left; width: 25%; }
*/


.relative .button_edit { position: absolute; right: 10px; top: 10px; }



/*
::-webkit-scrollbar {
    width:0px;
}
*/



/*
#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:3px solid #057ab0; padding:8px; text-align: left; font-size: 80%; }
#cms_table td { position: relative; border-collapse:collapse; border-bottom:1px dotted #cccccc; padding:8px; vertical-align: top; }
#cms_table tr:nth-child(even) { background-color: #f2f2f2; }



/*

#cms_table .border_none { border-collapse:collapse; border-bottom:none; padding:0px; vertical-align: top; }

.catalog_manager_item { padding-top:10px; }
.catalog_manager_item div { float:left; padding-right:20px; padding-bottom:8px; }


.cm_photo_ico { float:left; background:url('../images/sprite_cms.png') no-repeat -2px -3409px; width:20px; height:16px; }
.cm_descr_ico { float:left; background:url('../images/sprite_cms.png') no-repeat -25px -3409px; width:20px; height:16px; }
.cm_price_ico { float:left; width:16px; }

.cm_plus { cursor:pointer; background:url('../images/sprite_cms.png') no-repeat -14px -3500px; width:22px; height:22px; }
.cm_minus { cursor:pointer; display:none; background:url('../images/sprite_cms.png') no-repeat -14px -3450px; width:22px; height:22px; }



.form_selected div { padding-bottom:5px; }

.animation { background:url('../images/animation.gif') no-repeat; margin:0 auto; margin-top:90px; width:200px; height:10px; }

*/

/* users */

/*
#users_groups_list { padding-top:15px; }
#users_groups_list h3 { padding-bottom:12px; }
*/


.checkbox_full, .checkbox_empty { height:25px; padding-left:28px; } 
.checkbox_full { background:url('../images/sprite_cms.png') no-repeat -9px -3030px; }
.checkbox_empty { background:url('../images/sprite_cms.png') no-repeat -9px -3059px; }

/* Сама панель здоровая */

/*
.shim > * {
    -webkit-transform: translateZ(0px);
}
*/

#panel_container { 


/*
position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000;
background-color:#fff; display: none;
*/

	width:100%; min-height: 100%; height:auto; overflow: hidden; display: none; 
	position:absolute; z-index:34; background-color:#fff; 


	}

.button_edit {cursor: pointer;}


/* Плавающая кнопка для вызова панели */
#panel_admin_right { position:fixed; z-index:100; top:165px; right:0px;
  background:url('../images/sprite_cms.png') no-repeat -188px -3358px; width:37px; height:262px; }

#panel_fast_on { position:fixed; z-index:100; top:450px; right:0px; display: none;
  background:url('../images/sprite_cms.png') no-repeat -174px -3706px; width:51px; height:84px; }

#panel_fast_off { position:fixed; z-index:100; top:450px; right:0px;
  background:url('../images/sprite_cms.png') no-repeat -174px -3648px; width:51px; height:55px; }


/* Основные формы. Начало */

.form_out div { margin-bottom: 5px; 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=password], 
.form_out textarea, .form_out input[type=email] { padding:4px; margin:2px; }

.form_out select, .form_out input[type=text], 
.form_out input[type=password], .form_out textarea, .form_out input[type=email] { border-radius: 5px; width: 70%; 
	border:1px #bdbdbd solid; font-size: 18px; box-sizing:border-box; }

/*.form_out select, .form_out input[type=text], 
.form_out input[type=password] { line-height: 26px; height: 26px; background:url('../images/bg_form_el.gif') no-repeat; }*/

/*
.form_out textarea { background:url('../images/bg_form_el.gif') no-repeat; }
*/

.form_out select { height:38px; }




.form_out input[type=submit] { padding: 0; margin: 0; border-radius: 3px; line-height: 32px; height: 34px; }
.form_out input[type=submit]:hover { opacity: 0.92; }



.btn_cancel, .btn_accept { cursor:pointer; width:150px; height:34px; border:1px #7f401d solid; }


#out_center { /* margin-left: 190px; */ position: relative; padding: 20px; 
	margin-top: 90px; overflow: auto; height: auto; }

#out_center h3,  #out_center p a { color:#444; }


#out_center .actions_panel, #out_center .actions_panel a { color: #fff; text-decoration: none; }


/* Основное меню */
#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%; }


@media print { 

	#top, #footer, #left, #print_link { display: none; }
	#center { margin-left: 0; margin-right: 0; }
	#credit_button, #change_button, #arenda_button { display: none !important; }

	#block_pr .price { position: static; }
	#catalog_item .credit { background-color: #3f3f3f; }

	.header-left-top, .a-right-bottom, .time-right-bottom { display: none; }

}



@media only screen and (min-width: 0px) and (max-width: 767px) {

.vitrina .vitrina_photo { margin-bottom: 4px; }

#farcops_model { margin-bottom: 32px; margin-top: 32px; }

.button_big { font-size: 18px; }

#cmenu nav a { line-height: 40px; }
.cmenu_open nav { padding-bottom: 24px; }

#gallery_photos .gallery_list a { margin-right: 0; }

#catalog_list { margin-right: 0; }

#catalog_groups_lights { margin-top: 24px; }

#filter_purpose { padding-top: 32px; }

.button_big { width: auto; }

#ico_tel { display: none; }
#region_array div { float: none; width: 100%; }
#region_array div p { height: 70px; padding: 16px; }

#region_array div p span { font-size: 18px; padding-right: 84px; }
#region_array div p i { font-size: 24px; right: 16px; bottom: 8px; }
#modern_container { padding: 16px; padding-left: 0; }

#gallery_photos .gallery_list { float: none; width: auto; }




#credit_block .form_out { width: auto; }
#credit_block .form_out div { float: none; width: auto; }


.button_all { display: block; width: 180px; height: 44px; line-height: 44px; margin: 0 auto; text-align: center;  
    margin-top: -24px; border: 1px solid #ff000b; color: #ff000b; background: #fff; border-radius: 5px; text-decoration: none; }

#text_7 .main_table tr td { float: none; width: auto; height: 300px; margin-right: 0; margin-bottom: 16px; }


#catalog_block { display: block; }

#top {
    overflow: hidden;
    margin-bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #f2f1f6;
    z-index: 4;
}


#top1 { height: 70px; }

#cmenu, #cmenu2 { display: none; }

#brands_all a p {

    font-size: 20px;
    padding: 32px;
    padding-top: 78px;
}


.cmenu_open #cmenu nav a { display: block; padding-left: 0; padding-right: 0; }

.cmenu_open #cmenu { display: block; padding-top: 64px; }
.cmenu_open #cmenu2 { display: block; padding: 0; height: auto; margin:0; }
.cmenu_open #cmenu2 nav a { display: block; float: none; padding-left: 0; padding-right: 0; line-height: 40px; height: 40px; }

.cmenu_open #cmenu2 nav { border-radius: 0; box-shadow: none; padding-top: 24px; padding-bottom: 84px; }


.cmenu_open #cmenu2 { border-radius: 0; padding-left: 0; }


.right .arrow_left, .right .arrow_right { display: none; }

#slider { padding-top: 0; padding-bottom: 0; margin-top: 0;
margin-bottom: 0; background-image: none; margin-left: -10px; margin-right: -200px; }

#slider .swiper-slide a {
    left: 36px;
    bottom: 16px;
    width: 100px;
    height: 28px;
    color: #fff;
    font-size: 13px;
    line-height: 28px;
}


#catalog_item_photo { width: auto !important; margin-left: -10px !important; 
	margin-right: -10px !important; background: #fff; padding: 10px; }

.vitrina_left a { margin-right: 0; }
.vitrina_right a { margin-left: 0; }

#address_block { right: -12px; }
#address_block span, #address_block .tel { display: none; }

#block_logo p, #search_block { display: none; }


.cmenu_open #search_block {
    display: block;
    position: absolute;
    top: 80px;
    right: 0px;
    height: 37px;
    left: 0;
    z-index: 111;
}



#calc_credit_form { width: auto; }

#index_container { margin-top: 130px; }


.table_container { width: 100%; overflow-x: scroll; }
.table_container table { width: 150%; }

.vitrina { margin-bottom: 0; }
#block_index { padding-top: 100px; }

#button_arenda { margin-bottom: 16px; }

#catalog_item_info #kroxi span { display: none; }

#panel_begin #small_panel {
    
    border: 0
    border-radius: 0
    margin: 0 auto;
    margin-top: 0;
    width: auto !important;
    padding: 24px;
    
}



#catalog_item_buttons a {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-size: 16px;

}

#main_page_link { display: none !important; }


#index_text_page a {
    display: block;
    padding: 0;
    width: 200px;
    height: 56px;
    line-height: 56px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    background: red;
    color: #fff;
    font-size: 22px;
    margin-top: 32px;
    font-weight: 300;
}





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







#phones_block { height: auto; width: auto; margin-bottom: 0; }
#footer_text1 p, #footer_text2 p, #counters p { padding-left: 0; padding-top: 20px; 
	font-size: 20px; text-align: center; font-weight: 300; }

#phones_block div { margin-left: 0; }
#settings_footerText { margin-top: 32px; line-height: 1.4; }

#phones_block a { font-size: 20px; display: block; margin: 0 auto; color: #fff; text-decoration: none; text-align: center; }
#phones_block a span { margin-right: 8px; }

.price {
    
 	left: auto;
    right: 28px;
    bottom: 60px;
    font-size: 14px;
    color: #666;
    font-size: 13px !important;
}

#gearbox_block { width: auto !important; float: none !important; }

#filter_block { padding-top: 0; padding: 16px; margin-top: 24px; }


.container { margin-left: 8px; margin-right: 8px; }

.vitrina_left span, .vitrina_right span {
    
padding-top: 0; padding-bottom: 0; padding-top: 0; padding-bottom: 0;
height: auto; padding: 16px; margin-left: 0; margin-right: 0; }


.price_discount { font-size: 13px !important; padding: 4px; padding-left: 12px; padding-right: 12px; }

.vitrina_item h3 { height: 40px; }
.vitrina .vitrina_item h3 { font-size: 15px; }

#index_text_page { padding: 16px; padding-top: 32px; padding-bottom: 44px; }
#index_text_page h1 { font-size: 32px; }

.catalog_item a { height: 350px; margin-right: 0; }

#index_text_page span { display: none; }

#block_logo { height: auto; padding-top: 24px; }

#block_logo { width: 200px; left: 72px; top: 2px; }
#block_logo img { width: 100%; }


.brands i {
    width: 40%;
    height: 70px;
    object-fit: contain;
}


#ico_wa, #ico_post { width: 28px; height: 28px; margin-right: 10px; background-size: 90%; }



#block_logo p { padding-left: 0; padding-top: 5px; text-align: center; }

#filter_producer a, #filter_purpose a { 

	height: 28px;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 6px;
    margin-bottom: 6px;
    font-size: 13px;
}


#form_filter div { float: left; width: 50%; }
#form_filter .filter2 { width: 100%; }

#filter_block select, #filter_block_pricep2 select { display: block; width: 86%; }

.catalog_item { width: 100%; }
.catalog_pricep { width: 100%; }

#print_link { display: none; }
#catalog_item_info h1 { padding-right: 0; }

#wrap { min-width: 0 !important; width: auto; margin: 0 auto; }

.panel_el { display: none; }
.actions_panel { display: none; }
#panel_admin_right { display: none; }

#logo img { margin-top: 0 !important; }
#logo p { margin-top: 0; padding-left: 60px; margin-left: 0; }

#search_block #is { width: auto !important; }
#search_block #is input[type=text] { padding: 4px; }

#center { margin-top: 120px; }


#left_menu_button {
	display: block;
	background-color: #fff;
	color: #444;
	height: 22px;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	right: 16px;
	top: 66px;
	text-decoration: none;
	border-radius: 8px;
	border: 1px solid #ccc;
	font-size: 14px;
}


.brands { width: 50%; }
.brands i { width: 40%; height: auto; }
.brands h3 { font-size: 16px; }

#left { transition: all 0.6s ease 0s; position: absolute; z-index: 8; left: -308px; top:-20px; bottom: 0; right: 32px; 
	padding-top: 16px; padding-right: 16px; padding-left: 16px; }
#center { margin-left: 0; margin-right: 0; padding-left: 10px; padding-right: 10px; }

#filter_block, #filter_block_pricep2 { border: none; }

.open_left_menu { left: -34px !important; transition: all 0.6s ease 0s; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3); width: 90% !important; }

#cmenu {  }
#cmenu .first {  }
#cmenu { height: auto; padding-bottom: 10px; }
#cmenu .item { display: block; float: none; padding-right: 0; padding-top: 0; }

#search_block { left: 0; border-left: none; }

#footer_text2 { margin-left: 0; margin-right: 0; }

footer div div { float: none; width: auto !important; }

#footer_text1 p { font-size: 15px; }
#settings_footerText { font-size: 15px !important; }

#index_text_page { margin-bottom: 0; }
#index_text_page p { font-size: 16px; }

#counters { display: none; }

#cmenu_button { display: block; z-index: 3; top: 16px; }

#photos_container { background-color: #ccc; width: 100%; overflow-x:scroll; -webkit-overflow-scrolling: touch; }
#mobile_photos div:first-child { width: 33.333%; }

#cmenu_both { background-color: #841f17;  /* position: static; z-index: 10; left: 0; right: 0; top:95px; bottom: 0; */ display: none; }

#footer { height: auto; }

.catalog_item .catalog_photo { }
.catalog_item { }

.catalog_item .catalog_photo { height: 120px; margin-bottom: 16px; }


.catalog_item a { padding-bottom: 32px; }

.catalog_pricep .catalog_photo { height: 260px; }

.catalog_item h2 { height: 54px; overflow: hidden; font-size: 15px; line-height: 1.2; }

#special_credit div { position: absolute; left: 0; top:200px; }

.main_table { overflow-x: scroll !important; -webkit-overflow-scrolling: touch; }

/*
.vitrina_container .vitrina_photo { float: left; width: 30%; height: auto; }
.vitrina_item h3 { margin-left: 36%; }
.vitrina_item h3 a { font-size: 18px; }
.vitrina_item h3, .vitrina_item h3 a { line-height: 1.1; }
.vitrina_item .price { text-align: right; position: absolute; right: 110px; bottom: 3px; font-size: 18px; }
*/

.question_item p { margin-left: 20px; border-radius: 10px; }
#q_add { text-decoration: none; }

#phones_block { display: block; }
#arrow_left { display: block; }

#logo_block { height: 70px; }
#logo img { width: 55%; }


#text_51 h1, #text_51 h1 span { font-size: 20px; }
#text_51 p, #text_51 p span { font-size: 14px; }

#catalog_block { padding-bottom: 6px; }

#catalog_block a { width: 50%; padding-bottom: 16px; }
#catalog_block a p { height: auto; padding: 16px; border-radius: 10px; }

#catalog_block a p span { font-size: 15px; }

#catalog_block a i { display: block; height: 100px; width: 100%; }
#catalog_block a i img { display: block; width: 100%; height: 100%; object-fit: contain; }

#catalog_block  a:last-child { height: 104px !important;  width: 100% !important; }
#catalog_block  a:last-child span { padding-top: 0; text-align: left; }
#catalog_block  a:last-child p { height: 70px !important; }


#catalog_block a:last-child i { display: block; height: 70px; width: 200px; float: left; }
#catalog_block a:last-child i img { display: block; width: 100%; }

#last_arenda { width: 75% !important; float: left; }

.vitrina_left s, .vitrina_right s { display: none; }


.vitrina_left a, .vitrina_right a {

    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    
    margin-top: 0;
    background: none;


}


.vitrina_left i, .vitrina_right i { display: none; }


/*
#catalog_block img { width: 100%; height: auto; }

#catalog_block a { height: 150px; }
#catalog_block p { height: 130px !important; }
#catalog_block span { display: block; padding-top: 74px; font-size: 15px !important; padding-right: 10px !important; }


#catalog_block a:last-child img { width: 70%; }

#catalog_block { margin-right: -10px; margin-bottom: 16px; }

#catalog_block  a:last-child { height: 104px !important; }
#catalog_block  a:last-child span { padding-top: 0; }
#catalog_block  a:last-child p { height: 70px !important; }



*/

#catalog_item_info { margin-left: 0; }

#left input[type=submit] { margin-left: 15px; border-radius: 4px; }
#search_block input[type=submit] { top:10px; }

.block_arenda { bottom: 42px; font-size: 13px !important; left: none; right: 5px; }



#block_pr .price_arenda { float: none; width: 100%; clear: both; }

#block_pr .price { position: static; margin-top: 16px; clear: both; line-height: 50px; }

#search_block_mobile { position: absolute; left: 0; right: 0; top:60px; height: 44px; background-color: #841f17; }

.price4 { position: absolute; left: 176px; top:-5px; color: #e25c0b; font-size: 20px; }
.price_m1 { font-size: 16px; margin-top: 16px !important; }

#text_7 h2 { font-size: 18px !important; }
.style_modern { font-size: 15px !important; }

#catalog_item_info, #catalog_item_photo { margin: 0; padding: 0; width: 100% !important; }
#addon_photo { display: none; }

.autocredit_logos a {width: 50% !important;  }


.price { font-size: 14px; }
.vitrina_item div { font-size: 11px; padding: 3px 5px; }

h1 { FONT-SIZE: 25px; }
h2 { FONT-SIZE: 20px; }

.pomentka_del { display: none; }
.catalog_add_btn { font-size: 14px; }

.vitrina_title h2 { font-size: 20px; padding-bottom: 10px; }
.vitrina_title .right { position: static; display: block; margin-bottom: 24px; text-decoration: none; }

ul li { margin-left: 0; }

.style_hitech, .style_barokko, .style_modern { margin-top: 20px; margin-bottom: 20px; }

.swip { display: none; }

.main_table tr td a { font-size: 15px !important; text-decoration: none; }


#left .close_form { display: block; padding: 0 !important; }

#catalog_item .main_table tr td { padding: 4px; }

#form_anketa { box-sizing:border-box !important; }
#form_anketa input[type="submit"] { width: 90% !important; }
#form_anketa input[type="text"], #form_anketa textarea, #form_anketa input[type="email"], #form_anketa select { box-sizing: border-box; }
#form_anketa textarea { resize: none; }

#block_index .form_out select, #block_index .form_out input[type="text"], #block_index .form_out input[type="password"], 
#block_index .form_out textarea, #block_index .form_out input[type="email"] { width: 90%; }
#block_index .form_out label { width: auto; font-size: 15px; }

.form_out input[type="submit"] { width: 85%; margin: 2px; height: 40px; line-height: 36px; }

#linker_result > div { float: left; width: 50%; }
#linker_result .vitrina_item h3, #linker_result .vitrina_item h3 a { font-size: 14px !important; }
 
.style_hitech { font-size: 11px !important; }

#text_7 table { border: 0; }
#text_7 table td { display: block; border: 0; }

.swiper_item { display: block !important; }

.autocredit_logos { margin-top: 0 !important; }
.autocredit_logos img { width: 120px !important; }

.catalog_pricep a { height: auto; }
.catalog_pricep .table_pricep { margin-left: 0; }

.catalog_pricep .price { position: static; }


.vitrina_left, .vitrina_right { float: none; width: auto; padding-bottom: 24px; }

.vitrina_title h2 { display: none; }
.right a { line-height: 34px; height: 36px; font-size: 15px !important; }

.vitrina1, .vitrina2, .vitrina3, .vitrina4 { margin-left: 0; margin-right: 0; }


.cat_zp .catalog_photo { height: 170px; margin-top: 16px; }
.cat_farcops .catalog_photo { height: 170px; margin-top: 16px; }

.cat_farcops h2 { text-align: center; margin-top: 24px; }
.cat_zp h2 { text-align: center; margin-top: 24px; }

.count_h1 { padding-bottom: 0 !important; }

}


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


    #cmenu nav a { padding-left: 16px; padding-right: 16px; }
    #cmenu2 nav a { font-size: 14px; padding-left: 16px; padding-right: 16px; }

    #address_block {
        position: absolute;
        right: 260px;
        left: 320px;
        top: 22px;
        text-align: right;
    }

	.container { margin-left: 16px; margin-right: 16px; }

	#catalog_block a { width: 50% !important; height: 140px; }
	#catalog_block a:last-child { width: 100% !important; }
	#last_arenda { width: 42% !important; }

	#logo img { width: 300px; }

	#footer_text1 { margin-left: 0; }
	#footer_text2 { margin-left: 400px; margin-right: 150px; }

	#linker_result > div { float: left; width: 50%; }
	#linker_result .vitrina_item h3, #linker_result .vitrina_item h3 a { font-size: 15px !important; }
	 
	#print_link { display: none; }

	#catalog_item_photo { display: none; }
	.swiper_item { display: block !important; }

	#catalog_item_info h1 { padding-right: 0; }

	.brands { width: 33.3333%; }
	.brands h3 { font-size: 22px; }

	#block_logo img { width: 260px; height: auto; }
	#block_logo p { font-size: 14px; padding-left: 42px; padding-top: 4px; }


.vitrina_left, .vitrina_right { float: none; width: auto; padding-bottom: 16px; margin-bottom: 16px; }

.vitrina_title h2 { display: none; }
.right a { line-height: 34px; height: 36px; font-size: 15px !important; }

.vitrina1, .vitrina2, .vitrina3, .vitrina4 { margin-left: 0; margin-right: 0; }

}


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

#gallery_photos .gallery_list { width: 33.3333%; }

#wrap { min-width: 0 !important; width: auto; }
h1 { font-size: 30px; }
#logo img { width: 280px; }

#left { margin-left: 10px; }
#center { margin-left: 280px; margin-right: 10px; } 

.catalog_descr { display: none; }
#catalog_block a p span { font-size: 16px; }

#search_block { right: 10px; }

.actions_panel, #panel_admin_right, #catalog_item_photo .panel_el { display: none; }

#catalog_item_info { margin-left: 0; float: left; width: 100%; }
#catalog_item_photo { float: right; width: 100%; }

#footer_text1 p, #footer_text2 p, #counters p { padding-top: 0; }
#footer_text2 { margin-right: 0; }
.insta_link { top: 28px; }

.catalog_amount { padding: 3px; font-size: 12px; }
.catalog_add_btn { padding: 2px 8px; border-radius: 3px; font-size: 15px; }

#cmenu { padding-left: 10px; }
#cmenu .item a { font-size: 13px; }


.catalog_item { width: 33.3333%; }
.catalog_item .catalog_photo { height: 160px; }
.catalog_item a { height: 350px; padding: 16px; }

.catalog_pricep { width: 50%; }
.catalog_pricep a { height: 550px; }

.catalog_pricep .catalog_photo { height: 260px; }

/*
#cmenu_button { display: block; left: 32px; top: 36px; }
*/

#gallery_photos .gallery_list { width: 33.3333%; }

}



@media only screen and (min-width: 1025px) and (max-width: 1280px) {

    #gallery_photos .gallery_list { width: 33.3333%; }
	.container { margin-left: 32px; margin-right: 32px; }

	
	.catalog_item { width: 33.3333%; }

}


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

	.container { margin-left: 32px; margin-right: 32px; }

	.brands { width: 25%; }
	.catalog_pricep { width: 33.3333%; }

	.catalog_item .catalog_photo { height: 200px; }
	.catalog_pricep a { height: 440px; }


	#cmenu2 nav a { padding-left: 32px; padding-right: 32px; }

}


@media only screen and (min-width: 1366px) and (max-width: 1700px) {

    #block_logo { width: 400px; }

	.container { margin-left: 32px; margin-right: 32px; }
	.catalog_pricep { width: 25%; }
	.catalog_item .catalog_photo { height: 200px; }
	.catalog_pricep a { height: 440px; }

	#cmenu2 nav a { padding-left: 32px; padding-right: 32px; }
    .vitrina_left, .vitrina_right { width: 25%; }


.swiper-button-next, .swiper-button-prev { top: 64px !important; width: 120px !important; height: 120px !important; }

.swiper-button-prev { left: -90px !important; }
.swiper-button-next { right: -90px !important; }

}/**
 * Swiper 5.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 30, 2019
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #333;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 24px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
