/*
	Theme Name: 
	Theme URI: 
	Description: 
	Author: Anikin Maksim
	Version: 1.0
*/
@import url('/wp-content/themes/1gemorroy.ru%28resp%29/reset.css');
@import url('/wp-content/themes/1gemorroy.ru%28resp%29/typography.css');
@import url('/wp-content/themes/1gemorroy.ru%28resp%29/responsive.css');
header, nav, section, article, aside, footer { display: block }
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	background-color: #fff;
	font: 16px/22px Tahoma, Arial, Verdana, sans-serif;
	color: #323232;
}
#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;

	width: 100%;
	margin: 0 auto;
}
#container {
	position: relative;
	/*overflow: hidden;*/
	height: 100%;
	width: 960px;
    margin: -50px auto 0;
	background-color: #fff;
	z-index: 9990;
	padding: 22px 30px 51px 30px;
	box-shadow: 0 0px 7px #888888;
	-webkit-box-shadow: 0 0px 7px #888888;
}
/* =Header Start
-------------------------------------------------------------- */
header {
	background: url('/wp-content/themes/1gemorroy.ru%28resp%29/images/header-bg.png') repeat-x;
	width: 100%;
	margin: 0 auto;
}
#header-content {
	background: url('/wp-content/themes/1gemorroy.ru%28resp%29/images/header-inner-bg.jpg') no-repeat top center;
	position: relative;
	/*overflow: hidden;*/
	margin: 0 auto;
	width: 100%;
}
#header-inner {
	position: relative;
	margin: 0 auto;
	width: 1040px;
}
header .logo {
	display: block;
	width: 295px;
	height: 110px;
	margin-left: -11px;
}
header .question {
	display: block;
	background: url('/wp-content/themes/1gemorroy.ru%28resp%29/images/header-question.png') no-repeat top center;
	width: 175px;
	height: 37px;
	position: absolute;
	left: 258px;
	top: 73px;
	text-indent: -9999px;
}
header .favorite, header .reks {
	display: block;
	position: absolute;
	top: 18px;
	text-decoration: none;
	color: #376e1b;
	font-size: 15px;
}
header .favorite {
	background: url('/wp-content/themes/1gemorroy.ru%28resp%29/images/header-favorite.png') no-repeat top center;
	width: 93px;
	height: 26px;
	right: 234px;
	padding: 2px 5px 0px 34px;
}
header .reks {
	background: url('/wp-content/themes/1gemorroy.ru%28resp%29/images/header-reks.png') no-repeat top center;
	width: 128px;
	height: 24px;
	right: 38px;
	padding: 2px 5px 0px 34px;
}
header #searchform {
	position: relative;
	overflow: hidden;
	background: url('/wp-content/themes/1gemorroy.ru%28resp%29/images/header-search.png') no-repeat top center;
	width: 472px;
	height: 35px;
	position: absolute;
	right: 37px;
	top: 75px;
}
header #searchform input[type="text"] {
	border: none;
	background: transparent;
	font-size: 14px;
	margin: 9px 0px 0px 17px;
	color: #9c9b9b;
	font-style: italic;
	width: 400px;
	display: inline-block;
	vertical-align: middle;
}
header #searchform input[type="submit"] {
	float: right;
	margin-right: 7px;
	border: none;
	background: transparent;
	cursor: pointer;
	width: 26px;
	margin-left: 14px;
	margin-top: 8px;
	height: 23px;
}
.header-category {
	position: relative;
	background-color: #fff;
	width: 1027px;
    margin: 0 auto;
	padding: 2px;
	margin: -50px auto 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0px 7px #888888;
	-webkit-box-shadow: 0 0px 7px #888888;
}
.header-category-inner .cat-item a {
  font-size: 19px;
  color: #125888;
}
.header-category-inner {
	position: relative;
	overflow: hidden;
	padding: 21px 47px 13px 47px;
	border: 1px solid #6fb533;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.cat-item {
	background: url('/wp-content/themes/1gemorroy.ru%28resp%29/images/header-li.png') no-repeat 0px 4px;
	margin-bottom: 15px;
	padding-left: 12px;
}
.cat-item a {
	font-size: 19px;
	color: #125888;
}
.cat-item a:hover{ color: #c22525; text-decoration: none; }
.children { margin: 15px 0px 0px 10px; }
.children li {
	background: url('/wp-content/themes/1gemorroy.ru%28resp%29/images/header-child-li.png') no-repeat 0% 50%;
	margin-bottom: 7px;
	padding-left: 10px;
}
.children li a {
	font-size: 15px!important;
	color: #4b4b4b!important;
	text-decoration: underline;
}
.top-category {
	background: url('/wp-content/themes/1gemorroy.ru%28resp%29/images/header-category-sep.png') repeat-y right center;
	float: left;
	padding-right: 51px;
	margin-right: 50px;
	min-height: 185px;
}
.top-category:nth-child(3) { background: none; padding: 0px; margin: 0px; width:202px; }
/* =Header End
-------------------------------------------------------------- */
/* =Content Start
-------------------------------------------------------------- */
#content {
	position: relative;
	/*overflow: hidden;*/

	float: left;
	width: 650px;
	margin-right: 40px;
	min-height: 300px;
}
#content.c-front { width: 100% !important; }
.article_wrap {
    /*margin: 0 8px 0;*/
	position: relative;
	min-height: 250px;
	overflow: hidden;
	width: 31%;
	float: left;
    margin-right: 7px;
}
.article {
    margin: 0 7px 0;
	position: relative;
	min-height: 250px;
	overflow: hidden;
	/*float: left;*/
}
.max-ht {
	height: 150px;
	
}
.artic-in {
	border: 1px solid #efefef;
	margin-right: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.artic-in:hover img{
	opacity: 0.7;
}
.head_a {
	display:block;
}
.social {
	position: relative;
	overflow: hidden;
	background-color: #efefef;
	margin-top: 35px;
	margin-bottom: 20px;
	padding: 7px 0px 1px 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.social .favorite {
	background: url('/wp-content/themes/1gemorroy.ru%28resp%29/images/fav-button.png') no-repeat left center;
	display: inline-block;
	vertical-align: middle;
	float: left;
	padding-left: 24px;
	margin-left: 23px;
}
.social .print {
	background: url('/wp-content/themes/1gemorroy.ru%28resp%29/images/print-button.png') no-repeat left center;
	display: inline-block;
	vertical-align: middle;
	float: left;
	padding-left: 24px;
	margin-left: 38px;
	margin-right: 88px;
}
.social .yashare-auto-init {
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
}
.commentlist {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 1px;
	margin-bottom: 17px;
}
.commentlist li { position: relative; overflow: hidden; }
.commentlist li:before { display:none; }
/*.commentlist .comment-author img, .commentlist .comment-meta a, .commentlist .says { display: none; }*/
.commentlist .comment-body { margin-bottom: 61px; }
.commentlist ul .comment-body { margin-bottom: 33px; }
.commentlist .fn {
	display: block;
	font-size: 17px;
	color: #125888;
	font-style: normal;
	margin-bottom: 8px;
}
.commentlist p {
	color: #616060;
	margin-bottom: 1px;
}
.commentlist .reply a { float: right; }
.commentlist .children { margin-left: 70px; }
#respond h2 { margin-top: 0px; }
.red { color: #d90909; }
#commentform label { font-weight: bold; margin-left: 43px; }
#commentform label[for="textarea"] { margin: 0px; }
#commentform p { margin-bottom: 12px; }
#commentform input[type="text"], #commentform textarea {
	max-width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #737373;
	padding: 3px;
	color: #616161;
}
#commentform input[type="text"] { width: 384px; }
#commentform input[type="submit"] {
	background: url('/wp-content/themes/1gemorroy.ru%28resp%29/images/submit-button.png') no-repeat top center;
	width: 126px;
	height: 25px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}
a.comment-reply-link { color: #6c8642; }
a.comment-reply-link:hover { text-decoration: none; color: #cf3636; }
.front-content {
	overflow: hidden;
	position: relative;
}
.front-content .title {
	font-family: Arial;
	font-weight: bold;
	color: #3b3b3b;
	font-size: 23px;
	padding-bottom: 11px;
	margin-bottom: 29px;
	border-bottom: 1px solid #bbbbbb;
}
.front-content li.recc {
	position: relative;
	overflow: hidden;
	margin-bottom: 31px!important;
}
.front-content li:before { display: none; }
.front-content img {
	float: left;
	border: 1px solid #a9a9a9;
	padding: 1px;
	margin-right: 11px;
}
.front-content .widget-front.widget_recent_entries, .front-content .widget-front.widget_text {
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 62px;
	margin-bottom: 39px;
	width: 440px;
}
.front-content .widget-front.widget_recent_entries:nth-of-type(2n) { margin: 0px; }
.front-content .recc a {
	display: block;
	color: #438426;
	font-size: 17px;
	margin-bottom: 13px;
}
.front-content .recc a:hover {
	text-decoration: none;
	color: #191919;
}
.front-content li.vopr { margin-bottom: 25px !important; }
.front-content li.vopr a {
	color: #2b618a;
	font-weight: bold;
	text-decoration: none;
}
.front-content li.vopr p { color: #5f5f5f; }
.front-content .widget-front.widget_text { clear: both; }
#crp_related p.related_post {
	display: block;
	font-size: 17px;
	color: #3b3b3b;
	font-weight: normal;
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 9px;
	margin-bottom: 20px;
	margin-top: 0px;
}
#crp_related { overflow: hidden; margin-top: 40px; }
#crp_related ul li:before { display: none !important; }
#crp_related ul {
	float: left;
	width: 100px;
	margin-right: 37px;
}
#crp_related ul:nth-of-type(5n) { margin-right: 0px; }
#crp_related .crp_title { display: block; }
#crumbs { margin-bottom: 15px; margin-top: 15px; clear: both;}
/* =Content End
-------------------------------------------------------------- */
/* Sidebar STRART
-------------------------------------------------------------- */
#sidebar {
	position: relative;
	overflow: hidden;

	float: right;
	width: 270px;
	min-height: 300px;
}
#sidebar .widget { margin-bottom: 45px; }
#sidebar .cat-item { margin-bottom: 7px; }
#sidebar .cat-item a {
	font-size: 15px;
	color: #125888;
}
#sidebar .cat-item a:hover, #sidebar .children li a:hover, #sidebar .current-cat a { text-decoration: none; color: #cf3636 !important; }
#sidebar .children { margin: 5px 0px 0px 10px; }
#sidebar .current-cat ul li a { color: #4b4b4b !important; text-decoration: underline !important; }
#menu-sidemenu {
	margin-bottom: 36px;
}
#sidebar .children li {
	background: url('/wp-content/themes/1gemorroy.ru%28resp%29/images/header-child-li.png') no-repeat 0% 50%;
	margin-bottom: 3px;
	padding-left: 10px;
}
#menu-sidemenu>li>a {
	margin-bottom: 7px;
	display: block;
}
#menu-sidemenu>li>span {
	margin-bottom: 7px;
	display: block;
	color: #D3102D;
	font-size: 14px;
}
#menu-sidemenu>li>ul {
margin-left: 10px;
}
#menu-sidemenu>li>ul>li {
  background: url('/wp-content/themes/1gemorroy.ru%28resp%29/images/header-child-li.png') no-repeat 0% 50%;
  margin-bottom: 3px;
  padding-left: 10px;
}
#menu-sidemenu>li>ul>li>span {
	color: #D3102D;
}
#menu-sidemenu>li>a {
  font-size: 16px;
  color: #125888;
}


#menu-sidemenu>li>ul>li a {
  font-size: 14px;
  color: #4b4b4b;
}
#sidebar .children li a {
	font-size: 16px;
	color: #4b4b4b;
}
#sidebar .s-new {
	position: relative;
	overflow: hidden;
	margin-bottom: 23px;
}
#sidebar .s-new img {
	float: left;
	border: 1px solid #a9a9a9;
	padding: 1px;
	margin-right: 11px;
}
#sidebar .s-new a { color: #438426; }
#sidebar .s-new a:hover {
	color: #191919;
	text-decoration: none;
}
/* Sidebar END
-------------------------------------------------------------- */
/* =Footer Start
-------------------------------------------------------------- */
footer {
	background: url('/wp-content/themes/1gemorroy.ru%28resp%29/images/footer-bg.png') repeat-x;
	position: relative;
	overflow: hidden;
	height: 220px;
	z-index: 1;
	line-height: 16px;
}
#footer-content {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
footer .copyright {
	float: left;
	color: #ffffff;
	line-height: 22px;
}
footer .center { float: left; color: #ffffff; margin-top: 13px; padding-left: 150px;}
footer .center a { color: #ffffff; }
footer .f-right { float: right; color: #ffffff; margin-top: 13px; margin-right: 50px;}
footer .f-right a { color: #ffffff; }
/* =Footer End
-------------------------------------------------------------- */
#qname {
	text-align:right;
	padding-right:40px;
}
.timg {
	float: left; 
	margin: 7px 7px 7px 0;
}
.clear {
	clear:both;
}
.ddsg-wrapper ul li a {
font-size:12px;
margin-bottom:2px;
background: none;
}
.ddsg-wrapper ul li strong {
float: left;
font-size:13px;
padding-right:10px;
padding-top: 2px;
}
.ddsg-wrapper ul li:before {
float: left;
padding-bottom: 10px;
}
.ddsg-wrapper ul li ul {
padding-left:15px;
}
.curved-hz-2 {
    position:relative;
    padding:1em;
    margin:1em 5px 4em;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.curved-hz-2:before,
.curved-hz-2:after {
    content:"";
    position:absolute;
    z-index:-2;
}
.curved-hz-2:before {
    top:0px;
    bottom:0px;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 15px rgba(0,0,0,0.6);
    -moz-border-radius:100px / 10px;
         border-radius:100px / 10px;
}
.testbutton1 {
float: left;
cursor: pointer;
text-align: center;
padding: 4px 25px;
margin-left: 120px;
margin-right: 10px;
}
.testbutton2 {
float: left;
cursor: pointer;
text-align: center;
padding: 4px 25px;
}
.testtext {
padding: 10px;
resize: none; 
}
.testbutton {
display: block;
position: absolute;
top: 18px;
text-decoration: none;
font-size: 15px;
background: url('http://progaymorit.ru/wp-content/themes/header-test.png') no-repeat top center;
width: 128px;
height: 24px;
right: 391px;
padding: 2px 5px 0px 10px;
}
header .testbutton {
color: #376E1B;
}
#content ul#pere li::before {
background: none;
}
ul#pere li{
width: 118px;
margin: 0 6px;
float: left;
text-align: center;
}
ul#pere:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
}
ul#pere li a {display:block;}

/* Виджет врачей */
.dd-widget-list-container{
	width: 98% !important;
}
.dd-list-header-found, .dd-list-header-filter-checkbox, .dd-list-select-container:first-child{
	 display: none !important; 
}
#content .left .text-in ul li{
	text-indent: 0 !important;
}
.dd-list-header-filter li{
	padding-left: 0px !important;
}
.dd-list-top-container{
	position: relative !important;
}
.dd-list-top-container{
	background: #fff !important;
	border-bottom: none !important;
}
.dd-list-top-container .dd-list-select-container:last-child{
	position: absolute;
	height: 30px;
	left: 15px;
	background: #fff;
	z-index: 10;
	top: 12px;
}
.dd-button span{
  background: #3f9cbf !important;
  color: #fff !important;
  text-shadow: none !important;
  border-top: none !important;
}
.dd-list-card-info-metro-list li, .dd-pagination li{
	display: inline-block !important;
}
.dd-list-header-filter li{
	float: left !important;
}
.dd-list-header-filter li a, .dd-list-card-info-metro-list li a{
	font-size: 100% !important;
}
#doctor_list div a {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	font-weight: normal !important;
}
#doctor_list li:before{
	background: none !important;
	content: "" !important;
	padding: 0 !important;
	width: 0 !important;
	height: 0 !important;
}
.doccall {position: absolute; right: 95px; top: 3px; width: 260px;}
header .testbutton {top: 10px; right: 570px;}
header .favorite {top: 10px; right: 415px;}
header .reks {top: 45px; right: 485px;}
.clear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .clear {zoom: 1; clear: both;}
*+html .clear {zoom: 1; clear: both;}
.tags .tagtitle {font-weight: bold; text-transform: uppercase; font-size: 20px;}
.tags .column {width: 215px; float: left; margin-right:28px;}
.tags .column:nth-child(4) {margin-right:0;}
.tags a {text-transform: capitalize;}
.tags li {padding-left:0; left:0 !important;}
.tags li:before {display:none !important;}
#ya-site-form0 {
  margin: 0!important;
  padding: 0!important;
  width: 350px;
  right: 17px;
  top: 79px;
}
.tizdiv_table_43 table tr td .tizdiv_a_43{
	float:right;
}
.tizdiv_table_43 table tr td {
	vertical-align: middle;
}
#slidebox{width: 400px; height: 200px; margin-bottom: 30px; background-color: #f2f2f2; position: fixed; bottom: 0; left: -415px; box-shadow: 0 0 10px #aaa; -moz-box-shadow: 0 0 10px #aaa; -webkit-box-shadow: 0 0 10px #aaa; z-index: 9999;}
.sbtitle {font-size: 22px; display: block; padding: 9px 40px 9px 20px; text-transform:uppercase; color:#f2f2f2; font-weight:bold; background-color:#559E11;}
.sblink {display: block; padding: 20px; text-decoration: none;}
.sblink img {width: 115px; float: left; margin-right: 20px;}
.sblink:hover img {opacity:0.8;}
.sbtext {display: block; color: #094254; font-size: 17px;}
.sblink:hover .sbtext {text-decoration:underline;}
.sblink2 {text-decoration: none !important; color: #094254; display: inline; transition: all .2s ease-in-out; padding: 0 3px; font-weight: bold; box-shadow: inset 0 -1px 0 0 #094254; position: absolute; bottom: 0; right: 0; margin: 20px;}
.sblink2:hover {text-decoration:none !important; color:#fff !important; transition: all .2s ease-in-out; box-shadow: inset 0 -100px 0 0 #559E11;}
.sbclose{position: absolute; cursor: pointer; top: 7px; right: 11px; text-decoration: none; z-index: 99999; font-size: 35px; opacity: 0.8; font-weight: bold; color: #fff;}
.sbclose:hover{opacity:1; text-decoration:none !important;}
.sp-text {
	color: #ccc;
	font-size: 12px;
}
.sp-img {
	float:left;
	margin: 0 10px 5px;
}
.sp-title {
	font-size: 16px;
	color: white;
	text-transform: uppercase;
}
.sp-ref {
	text-decoration:none;
}
.sidebar-sp {
    background-color: #008AC8;
    padding: 10px 5px 5px;
    margin-bottom: 20px;
}
.sidebar-popular {
	margin: 5px 0;
}
.sidebar-popular img{
    padding: 0px;
    margin-left: 5px;
    outline: 4px solid #ff0000;
    height: 200px;
    max-width: 200px;
}
.sidebar-popular div {
	display:block;
	max-width:209px;
    padding: 5px 0 10px 5px;
}
.show-price {
	font-weight: 700;
    color: white !important;
    /* text-decoration: none; */
    padding: .8em 2.5em calc(.8em + 3px);
    border-radius: 3px;
    background: rgb(242,94,94);
    box-shadow: 0 -3px rgb(174, 65, 65) inset;
    transition: 0.2s;
    font-size: 135%;
	text-decoration:none;
    /* margin-left: 55px; */
}
.show-price:hover {
	background-color: rgb(174, 65, 65) !important;
	transition: none !important;
    box-shadow: none !important;
}

.tizers-in-cat .tizdiv_a_44 {
	text-align:center;
}

.tizers-in-cat .tizdiv_a_44 a{
	text-align:center;
	font-weight:bold; 
}

.tizers-in-cat .tizdiv_a_44 a:hover {
  transition: none;
  box-shadow: none!important;
}

.tizers-in-cat .tizdiv_img_44 a:hover {
  transition: none;
  box-shadow: none!important;
}

.tizers-in-cat {
margin-bottom: 19px;
}

#wrapper_44 img {
	max-width: 196px!important;
}

/* Консультант */
.chat {
	max-width: 299px;
	min-width: 299px;
	font-family: sans-serif;
	box-sizing: border-box;
	position: fixed;
	z-index: 9999;	
	right: 0;
	bottom: 0;
	padding: 4px;
	padding-bottom: 0;
}

#chat-header {
	padding: 12px;
	padding-bottom: 12px;
	cursor: pointer;
	transition: all .2s;
}

.chat-avatar {
	border-radius: 100%;
	
	height: 40px;
	width: 40px;
	margin-right: 6px;
	display: inline-block;
	background: url("http://autodont.ru/chat/avatar.png");
	background-size: 100% 100%;
}

.chat-operator {
	vertical-align: top;
	color: white;
	display: inline-block;
	padding: 3px;
	font-weight: bold;
	padding: 5px;
	padding-left: 6px;
}

.chat-online {
	margin-left: 4px;
	margin-top: 8px;
	background: #5d6a91;
	display: inline-block;
	vertical-align: top;
	padding: 4px;
	border-radius: 60px;
	color: #eee;
	font-size: 14px;
	padding-left: 12px;
	padding-right: 12px;
	box-shadow: inset 1px 1px 0px 0px rgba(255,255,255,.2);
	display: none;
}

.chat-on {
	padding-left: 6px;
	background: #1dcb38;
    width: 6px;
    height: 12px;
	vertical-align:top;
	margin-top: 4px;
	border-radius: 100%;
	display: inline-block;
	font-weight: normal;
}

.chat-online-dot {
	display: inline-block;
	background: #77ee55;
	border-radius: 100%;
	height: 10px;
	width: 10px;
	margin-left: 12px;
}

#chat-main {
	display: none;
	position: relative;
}

.chat-pos {
	font-size: 12px;
}

.chat-messages {
	
	background: #fffdfa;
	position: relative;
	height: 300px;
	overflow-y: scroll;
	overflow-x:hidden;
	padding-bottom: 16px;
}

.chat-start {
	
	padding:8px;
	padding-bottom:0;
	text-align:center;
	color:gray;
	font-size:15px;

}

#chat-close {
	display: none;
	position: absolute;
	top: -24px;
	left:0px;
	height: 20px;
	cursor: pointer;
	width: 20px;
background: url(http://autodont.ru/chat/close.png);
opacity: .5;
	}
	
	#chat-close:hover {
		opacity: 1;
	}

#chat-type {
	background: #fffdfa;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	position: absolute;
	bottom: 70px;
	color: #666;
	font-size: 14px;
	display: none;
	animation-name: fading;
    animation-duration: 2s;
	animation-iteration-count:infinite;
	width: 80%;
}

.chat-input {
	background: #fffdfa;
	padding: 10px;
	border-top: 1px solid #dedcd6;
}

.chat-input input {
	padding: 10px;
	width: 70%;
	border: 1px solid #dedcd6;
	background: white;
	resize: none;
	font-size: 16px;
	border-right: none;
	transition: all .2s;
	border-radius: 0;
	vertical-align: top;
	height: 19px;
}

.chat-send {
	background-color: #49d06b;
	vertical-align: top;
	background-image: url("http://autodont.ru/chat/send.png");
	border: 1px solid #57C472;
	width: 20%;
	display: inline-block;
	background-position: center center;
	height: 39px;
	background-repeat: no-repeat;
	transition: all .2s;
	cursor: pointer;
}

.chat-send:hover {
	background-color: #24c158;
}

.chat-msg {
	padding: 12px;
	padding-bottom: 0;
}
.chat-msg:last-child {
	padding-bottom: 12px;
}

.chat-time {
	padding-top: 6px;
	font-weight: bold;
	font-size: 11px;
	color: #B9BCC0;
	display: block;
}

.chat-bot-msg {
	background: #FFF;
	border: 1px solid #dedcd6;
	display: inline-block;
	padding: 10px;
	border-radius: 3px;
	position: relative;
}
.chat-bot-msg:after, .chat-bot-msg:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.chat-bot-msg:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 8px;
	margin-top: -8px;
}
.chat-bot-msg:before {
	border-color: rgba(222, 220, 214, 0);
	border-right-color: #dedcd6;
	border-width: 9px;
	margin-top: -9px;
}

.chat-my-msg {
	background: #e8e6e3;
	border: 1px solid #DEDCD6;
	display: inline-block;
	padding: 10px;
	border-radius: 3px;
	position: relative;
}

.chat-my-msg:after, .chat-my-msg:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.chat-my-msg:after {
	border-color: rgba(232, 230, 227, 0);
	border-left-color: #e8e6e3;
	border-width: 8px;
	margin-top: -8px;
}
.chat-my-msg:before {
	border-color: rgba(222, 220, 214, 0);
	border-left-color: #DEDCD6;
	border-width: 9px;
	margin-top: -9px;
}

@keyframes fading {
    0%   {color: #666;}
	
    50%  {color: #999}

    100% {color: #666;}
}

/* New footer */

.wrapper2 {
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
}
.footer-item {
  display: block;
  float: left;
}
.footer-b {
  padding-bottom: 25px;
  padding-top: 25px;
  overflow: hidden;
  clear: both;
}
.footer-item p {
  margin: 0;
  padding: 0;
  color: #fafafa;
  font-size: 14px;
  line-height: 1.4;
}
.footer-item p span {
  width: inherit;
  font-size: 18px;
  margin: 0;
  padding: 0;
  margin-left: 0 !important;
  padding-bottom: 5px;
  display: block;
}
.footer-b .copy {
  color: #fff;
  font-family: Century Gothic,CenturyGothicRegular,sans-serif;
  margin: 5px 0;
  font-size: 12px;
  float: left;
}
.footermenu span {
  font-size: 14px;
}
.footer-title {
  font-size: 18px;
  padding-bottom: 5px;
  display: block;
  color: #fff;
  text-align: right;
}
.footer-item ul {
  margin: 5px 0;
  padding-left: 50px;
}
.footer-item ul li {
  padding-left: 0;
  text-align: right;
  line-height: 1.3;
}
.footer-item:nth-child(2), .footer-item:nth-child(3) {
  float: right;
}
.footer-item:last-child {
  margin-right: 0;
}
.footer-item ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.comm {
  float: left;
  font-size: 16px;
  margin: 0 6px 0px 0px
}
.rating img {
margin-bottom: -2px!important;
}

/* New question on home */
.front_tcc_block {
  background: #EEF3F9;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  margin-top: 30px;
  padding: 0 13px 0;
  clear: both;
  text-align: left;
  margin-bottom: 29px;
  min-height: 372px;
}
.front_tcc_block .wpcf7-form {
  background: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #f9f9f9;
  box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2);
  padding: 16px 14px;
  width: 100%;
}
.wpcf7-form-control.wpcf7-submit {
  background: url(/wp-content/themes/1gemorroy.ru%28resp%29/images/footer-bg.png);
  background-size: 100% 100%;
  border-radius: 5px;
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  width: 200px;
}
.form-inner [type="checkbox"] {
  margin: 0 10px 0 0!important;
}
.front_tcc_block>div {
  display: inline-block;
  float: none;
  padding: 0;
  width: 46%;
}
.right-question .lastitem {
  padding: 10px 0;
}
.right-question {
  float: right!important;
}
.lastitem {
  display: inline-block;
  border-bottom: 1px dashed #D6DBE1;
  padding: 15px 0;
}
.lastitem a {
  font-size: 14px;
  color: #125888;
}
.expert-home-title {
  text-align: center;
  margin: 20px 0 26px;
  font-size: 24px;
}
.all-response {
  padding: 19px;
  display: block;
  text-align: center;
  font-size: 16px;
}
#wpcf7-f2335-o1 textarea {
width: 98%;
border: 1px solid #ccc;
}
#wpcf7-f2335-o1 .wpcf7-text {
width: 200px;
margin-bottom: 6px;
border: 1px solid #ccc;
}
span.wpcf7-list-item {
margin: 0!important;
}
#wpcf7-f2335-o1 .inputs-left {
  width: 199px;
  float: left;
  margin-right: 20px;
}
#wpcf7-f2335-o1 .inputs-right {
width: 204px;
}

.category-p {
  display: block;
  font-family: Arial;
  font-size: 14px;
  text-align: center;
  line-height: 15px;
  font-weight: bold;
  padding-bottom: 8px;
}

.category-p:hover {
  color: inherit;
  transition: none;
  box-shadow: none;
}
#wpcf7-f2337-p456-o1 .wpcf7-form {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
#wpcf7-f2337-p456-o1 .wpcf7-form input {
margin-bottom: 20px;
}
.bannerr {
margin-bottom: 20px;
}

/* Комментарии */
.comments-title {
  padding: 20px 0 12px 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.comment .fn {
  font-weight: bold;
}
.comment img {
  float: left;
  margin: 5px 20px 20px 0;
}
#respond {
  clear: both;
}
.comment {
  clear: both;
}
.apisimg {
  width: 16%;
  margin: 0 10px;
  float: left;
 }
 .apisr { 
  width: 79%;
  display: block;
  float: right;
 }
 .apishd {
  font-size: 19px!important;
  margin-bottom: 10px!important;
  font-weight: bold;
 }
 .apistext {
  font-size: 16px;
 }
 #apisd p {
  margin-bottom: 5px;
  font-size: 16px;
 }
 #apisd a {
 	color: #007BA7;
 }
 #apisd a:hover {
 color: #0000ff;
 transition: none;
 box-shadow: none;
 }
 .fastr {
 	display: inline-block;
 	margin-right: 10px;
 }
.adres {
  clear: both;
  color: #8b8b8b!important;
  text-decoration: none;
}
.adres:hover {
  text-decoration: underline;
}
.ddsg-wrapper a {
  text-align: left!important;
}
/* Popup */

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.popup {
  background-color: #fff;
  border: 3px solid #fff;
  display: inline-block;
  left: 50%;
  opacity: 0;
  padding: 15px;
    width: 589px;
  position: fixed;
  text-align: justify;
  top: 40%;
  visibility: hidden;
  z-index: 999999;
  font-family: tahoma;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .5s, top .5s;
  -moz-transition: opacity .5s, top .5s;
  -ms-transition: opacity .5s, top .5s;
  -o-transition: opacity .5s, top .5s;
  transition: opacity .5s, top .5s;
  border-radius: 11px;
}
.popup .close_window {
    width: 20px;
    height: 30px;
    position: absolute;
    padding: 0px 17px 0 10px;
    top: -18px;
    right: -15px;
    cursor: pointer;
    font-size: 19px;
    color: #fff;
    line-height: 23px;
  font-family: 'tahoma', sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#3d51c8), to(#051fb8));
  background: -webkit-linear-gradient(top, #3d51c8, #051fb8);
  background: -moz-linear-gradient(top, #3d51c8, #051fb8);
  background: -o-linear-gradient(top, #3d51c8, #051fb8);
  background: -ms-linear-gradient(top, #3d51c8, #051fb8);
  background: linear-gradient(top, #3d51c8, #051fb8);
  background-color: #3d51c8;
  border: 1px solid #061fb8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
}
.popup .close_window:hover {
  background: -webkit-gradient(linear, left top, right top, from(#051fb8), to(#3d51c8));
  background: -webkit-linear-gradient(top, #051fb8, #3d51c8);
  background: -moz-linear-gradient(top, #ff5f0, #3d51c87);
  background: -o-linear-gradient(top, #051fb8, #3d51c8);
  background: -ms-linear-gradient(top, #051fb8, #3d51c8);
  background: linear-gradient(top, #051fb8, #3d51c8);
  background-color: #051fb8;
  border: 1px solid #00385E;
}
.popup .close_window:active {
  background: #8f9be0;
}
.bold{
  font-weight: bold;
}
.akci {
  max-width: 160px;
    float: left;
    margin: 29px 10px 20px 0;
}
.akcia-h {
    font-size: 20px;
    text-align: center;
    padding-top: 12px;
    color: #C32626;
    font-weight: bold;
    text-transform: uppercase;
}
.akci-b {
  max-width: 249px;
}
.popup p {
	line-height: 20px;
    font-size: 18px;
    margin-bottom: 29px;
}
.popup-inner {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.mob-loga {
	text-decoration: none;
}
.margin-cont {
	margin: 0 auto!important; 
}
#menu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  z-index: 1;
  color: #fff;
}
#menu-toggle:after {
  content: "\e80a";
  display: block;
  font: 110% 'wptouch-icons', sans-serif;
  padding: 18px;
}
#search-toggle {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  z-index: 1;
  color: #fff;
}
#search-toggle:after {
  content: "\e809";
  display: block;
  font: 110% 'wptouch-icons', sans-serif;
  padding: 18px;
}
#ya-site-form0 {
  margin: 0!important;
  padding: 0!important;
  margin-bottom: 10px;
}

.cont-img {position: absolute;background-color: #fff;opacity: 0;}
.cont-img:hover {opacity:1;}
#venus-28090 {height:100%;}
#venus-28102 {height:100%;}
#venus-28105 {height:100%;}
#venus-28108 {height:100%;}
.block-first {height: 30px;}
/*.block-img img {margin: 0 auto!important;}*/
.cont-img table {margin-top: 0!important;/*background-color: #fff!important;*/}
/*.cont-img tbody {background-color: #fff!important;}*/
.cont-img a {box-shadow: none!important;}
.cont-onimage {margin: 0 0 24px;clear:both;}
.block-img img {display:inline;}
.block-first td {text-align: center;}

.yarpp-related {
  max-width: 300px;
  float: left;
  margin: 0 20px 10px 0!important;
  padding: 0 10px 0 14px;
  background-color: #e6edd9;
  border: 3px solid #fff;
  box-shadow: 0 1px 7px #A2A2A2;
  -webkit-box-shadow: 0 0px 7px #A2A2A2;
}
.yarpp-related .h-com {margin-top: 18px!important;}
.yarpp-related a {font-weight: normal!important;}
/* Fix-block */
.yad {position: static; display: none; }
.yad span {
  font-size: 44px;
  color: #333;
  cursor: pointer;
  z-index: 99999;
  position: absolute;
  right: 0px;
  margin-top: -40px;
  display: none;
  font-weight: bold;
  line-height: 22px;
  padding: 4px 9px 10px 9px;
}
.imagept {
  max-width: 89px!important;
  float: left;
  margin: 10px 10px 10px 10px !important;
}
.pnnr {
margin-bottom: 0;
line-height: 24px;
padding: 0 5px;
margin-top: 14px;
font-size: 22px;
color: #fff;
}
.pacont {
margin-bottom: 9px;
margin-top: 10px;
line-height: 16px;
padding: 0 5px;
font-size: 14px;
color: #fff;	
}

.SC_TBlock {height: inherit; width: inherit;}
.SC_TBlock>div {height: inherit; width:inherit; display: table-cell;vertical-align: middle;}
.ah-container {height: 100%!important;}

.color:hover {
  color: #fff!important;
  transition: all .2s ease-in-out;
  box-shadow: inset 0 -100px 0 0 #6aa700;
}
.wp_perelink:hover {
  color: #fff!important;
  transition: all .2s ease-in-out;
  box-shadow: inset 0 -100px 0 0 #6aa700;
}

#SC_TBlock_168927>div {height: 100%; display: block;}
.banner_mobile_xs img{width:100%;height:auto}
/* Медеа запросы */
@media (min-width:481px) {
.banner_mobile_xs{display:none;height:0px;opacity:0}
}
@media (max-width:480px) {
header{background:#38BFFA}
#header-content{background:#38BFFA}
}
.tblockdnone {display: none;}
/*
     */
/*
*/