
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
table td {vertical-align: top;}
body {font: 11px Tahoma, Arial;}
html, body {width: 100%;height: 100%;}
a {text-decoration: underline; }
a:hover {text-decoration: none;}

/* готовые классы для верстки */
.clearfix { zoom: 1 }
.clearfix:after {content: ' ';clear:both;display: block;width: 0; height: 0;overflow: hidden;font-size: 0;}

input:focus::-webkit-input-placeholder {color: transparent;}
input:focus::-moz-placeholder          {color: transparent}
input:focus:-moz-placeholder           {color: transparent}
input:focus:-ms-input-placeholder      {color: transparent}
textarea:focus::-webkit-input-placeholder {color: transparent;}
textarea:focus::-moz-placeholder          {color: transparent}
textarea:focus:-moz-placeholder           {color: transparent}
textarea:focus:-ms-input-placeholder      {color: transparent}
::-webkit-input-placeholder {line-height: normal;color: #9a9a9a;}
::-moz-placeholder          {line-height: normal;color: #9a9a9a;}
:-moz-placeholder           {line-height: normal;color: #9a9a9a;}
:-ms-input-placeholder      {line-height: normal;color: #9a9a9a;}

.meter { 
	height: 7px;  /* Can be anything */
	position: relative;
	margin: 5px 0 0 0; /* Just for demo spacing */
	background: #ebebeb;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	border-top: 1px solid #8b8b8b;
	border-bottom: 1px solid #fff;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow   : inset 0 1px 5px rgba(0,0,0,0.3);
	box-shadow        : inset 0 1px 5px rgba(0,0,0,0.3);
}
.meter > span {
	display: block;
	height: 100%;
	border-radius: 0px;
	background: #349615;
	background: -moz-linear-gradient(top,  #349615 0%, #49c223 63%, #72ef4a 100%);
	background: -webkit-linear-gradient(top,  #349615 0%,#49c223 63%,#72ef4a 100%);
	background: linear-gradient(to bottom,  #349615 0%,#49c223 63%,#72ef4a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#349615', endColorstr='#72ef4a',GradientType=0 );
	-webkit-box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #206b08;
	top: -1px;
	-moz-box-shadow:     0px 2px 7px 0 #70ca53;
	-webkit-box-shadow:  0px 2px 7px 0 #70ca53;
	box-shadow:          0px 2px 7px 0 #70ca53;
}
.meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image: 
	   -webkit-gradient(linear, 0 0, 100% 100%, 
	      color-stop(.25, rgba(255, 255, 255, .2)), 
	      color-stop(.25, transparent), color-stop(.5, transparent), 
	      color-stop(.5, rgba(255, 255, 255, .2)), 
	      color-stop(.75, rgba(255, 255, 255, .2)), 
	      color-stop(.75, transparent), to(transparent)
	   );
	background-image: 
-moz-linear-gradient(
  -45deg, 
	      rgba(255, 255, 255, .2) 25%, 
	      transparent 25%, 
	      transparent 50%, 
	      rgba(255, 255, 255, .2) 50%, 
	      rgba(255, 255, 255, .2) 75%, 
	      transparent 75%, 
	      transparent
	   );
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	   -webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	       -moz-border-radius-topright: 0;
	    -moz-border-radius-bottomright: 0;
	           border-top-right-radius: 0;
	        border-bottom-right-radius: 0;
	    -webkit-border-top-left-radius: 3px;
	 -webkit-border-bottom-left-radius: 3px;
	        -moz-border-radius-topleft: 3px;
	     -moz-border-radius-bottomleft: 3px;
	            border-top-left-radius: 3px;
	         border-bottom-left-radius: 3px;
	overflow: hidden;
}

.animate > span:after {
	display: none;
}
@-webkit-keyframes move {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 50px 50px;
    }
}.color-blue {
	color: #0864ba;
}
.color-red {
	color: #d91a1a;
}
.color-green {
	color: #257f0e;
}
.pre_header1, h1,
.pre_header2, h2,
.pre_header3, h3,
.pre_header4, h4,
.pre_header5, h5 {
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1.15;
	padding-bottom: 30px;
	padding-top: 30px;
}
.pre_header1, h1 {
	font-size: 36px;
}
.pre_header2, h2 {
	font-size: 32px;
}
.pre_header3, h3 {
	font-size: 30px;
	padding-bottom: 25px;
}
.pre_header4, h4 {
	font-size: 27px;
	letter-spacing: -0.5px;
	padding-bottom: 25px;
}
.pre_header5, h5 {
	font-size: 24px;
	letter-spacing: -0.5px;
	padding-bottom: 20px;
}
#content .pre_header1, #content h1,
#content .pre_header2, #content h2,
#content .pre_header3, #content h3,
#content .pre_header4, #content h4,
#content .pre_header5, #content h5 {
	text-align: left;
}
.pre_header1.first, h1.first,
.pre_header2.first, h2.first,
.pre_header3.first, h3.first,
.pre_header4.first, h4.first,
.pre_header5.first, h5.first {
	padding-top: 0;
}
.pre_header1:first-child, h1:first-child {
	padding-top: 0;
}
.pre_header4.first, h4.first,
.pre_header5.first, h5.first {
	padding-top: 10px;
}
#content .pre_form h5 {
	text-align: center;
	padding-right: 30px;
	padding-bottom: 30px;
}
.pre_button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 10px 25px;
	border: 1px solid rgba(8,100,186, 0.4);
	font-size: 15px;
	line-height: 1.15;
}
.pre_button.red {
	background: #d91a1a;
	color: #fff;
	border-color: #d91a1a;
}
.pre_button.bluewhite {
	background: #fff;
	color: #0864ba;
	border-color: #0864ba;
}
.pre_button.blue {
	background: #0864ba;
	color: #fff;
	border-color: #0864ba;
}
.pre_button.small {
	padding: 6px 20px;
	font-size: 13px;
}
.pre_button.bold {
	font-weight: 700;
}
.pre_button.upper {
	text-transform: uppercase;
}
.pre_button.large {
	padding: 14px 40px;
	font-size: 18px;
	letter-spacing: -0.5px;
}
.pre_submit .pre_button {
	display: block;
	font-weight: 400;
	text-align: center;
}
.pre_submit.inline .pre_button {
	display: inline-block;
	min-width: 230px;
	text-align: center;
}
#newsletter .pre_submit.inline .pre_button {
	display: block;
}
.color-red {
	color: #cc0000;
}
.pre_block_button .pre_button+.pre_button {
	margin-left: 20px;
}
.pre_button:hover {
	border-color: #d91a1a;
}
.pre_button.blue:hover {
	background: #d91a1a;
	border-color: #d91a1a;
}
.pre_button.red:hover {
	background: #0864ba;
	border-color: #0864ba;
}
.pre_button.block_submit,
.pre_button.blue.block_submit,
.pre_button.red.block_submit {
	border-color: #0864ba;
	background: #0864ba;
	position: relative;
	color: transparent;
	cursor: default;
}
.pre_button.block_submit:after {
	z-index: 12;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}
@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
form.pre_form {
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin-right: -30px;
	padding-bottom: 20px;
}
.pre_form_inline form.pre_form {
	margin-right: -10px;
}
form .pre_input,
form .pre_submit {
	box-sizing: border-box;
	width: 50%;
	padding-right: 30px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1;
	padding-bottom: 30px;
	text-align: left;
}
#newsletter form .pre_input {
	width: 100%;
	padding-bottom: 0;
	padding-top: 15px;
}
.pre_form_inline {
	max-width: 640px;
	margin: 0 auto;
}
.pre_form_inline form .pre_input {
	padding-right: 10px;
}
form .pre_input.textarea {
	width: 100%;
}
form .pre_input.box_wrapper {
	text-align: center;
}
form .pre_input label {
	position: relative;
	padding: 0 15px 10px 15px;
	display: inline-block;
	font-size: 15px;
	color: #404040;
	background: #fff;
	cursor: pointer;
}
form .pre_input label em {
	font-style: normal;
	color: #ff0000;
}
form .pre_input .pre_error {
	position: relative;
	padding: 7px 15px 0 15px;
	display: block;
	line-height: 1.3;
	font-size: 13px;
	color: #cc0000;
}
form .pre_input .pre_about {
	position: relative;
	padding: 7px 15px 0 15px;
	display: block;
	line-height: 1.3;
	font-size: 13px;
}
#newsletter form .pre_input .pre_error {
	text-align: center;
}
#newsletter form .pre_input .pre_error.hidden {
	display: none;
}
form .pre_input.errored label {
	color: #cc0000;
}
form .pre_input.errored label:before {
	background: transparent url(/images/design/alert.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	display: block;
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	top: 0;
	right: 11px;
}
form .pre_input input[type='text'],
form .pre_input input[type='password'],
form .pre_input select, 
form .pre_input textarea {
	background: #fff;
	display: block;
	padding: 8px 14px 9px 14px;
	border: 1px solid rgba(0,0,0, 0.2);
	color: #222;
	font-weight: 400;
	font: 15px/1 'PT Sans', sans-serif;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
	transition: 0.5s;
}
form .pre_input input[disabled] {
	background-color: rgba(0,0,0, 0.03);
	border-color: rgba(0,0,0, 0.03);
}
#newsletter form .pre_input input {
	text-align: center;
}
form .pre_input select {
	background: #fff;
	background-image: url(/images/design/select_bg.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none!important;
	cursor: pointer;
	padding-right: 60px;
}
form .pre_input input[type='password'] {
	background: #fff;
	background-image: url(/images/design/password.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 60px;
}
form .pre_input textarea {
	resize: none;
	height: 140px;
}
form .pre_input select::-ms-expand {
	display: none;
}
form .pre_input.errored input[type='text'], 
form .pre_input.errored input[type='password'],
form .pre_input.errored select,
form .pre_input.errored textarea {
	border: 1px solid #d98f8f;
}
form .pre_input input[type='text']:focus, 
form .pre_input input[type='password']:focus,
form .pre_input select:focus,
form .pre_input textarea:focus {
	border: 1px solid rgba(8,100,186, 0.7);
}
.pre_form_compact.align-center form,
.pre_form_compact.align-center form .pre_input,
.pre_form_compact.align-center form .pre_input label,
.pre_form_compact.align-center form .pre_input input {
	text-align: center;
}
form .pre_submit {
	text-align: center;
	padding-right: 30px;
}
form .pre_submit.inline {
	display: block;
	width: auto;
	text-align: center;
}
#newsletter form .pre_submit {
	padding-top: 10px;
	padding-bottom: 0;
}
.pre_form_compact {
	max-width: 640px;
	margin: 0 auto;
}
form .pre_input.box_wrapper {
	position: relative;
	width: 66.666%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
	text-align: left;
	padding-bottom: 15px;
	padding-top: 15px;
}
.pre_checkbox {
	padding-left: 26px;
	position: relative;
}
form .pre_checkbox label {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    top: auto;
}
.pre_checkbox input {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 0;
	padding: 0;
}
.pre_input .pre_checkbox label {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.pre_input_comment {
	padding-right: 30px;
	padding-bottom: 20px;
	text-align: center;
	color: #939393;
	font-size: 14px;
	line-height: 1.15;
}
.pre_input_comment em {
	font-style: normal;
	color: #ff0000;
}
.fulltext p {
	font-size: 15px;
	line-height: 1.6;
	padding-bottom: 25px;
}
.fulltext.max740 {
	max-width: 740px;
	margin: 0 auto;
}
.fulltext.align-center {
	text-align: center;
}
.fulltext ul {
	font-size: 15px;
	line-height: 1.6;
	padding-bottom: 20px;
}
.fulltext ul li {
	position: relative;
	font-size: 15px;
	line-height: 1.6;
	padding-bottom: 5px;
	padding-left: 25px;
}
.fulltext ul li:before {
	position: absolute;
	top: 7px;
	left: 0;
	width: 5px;
	height: 5px;
	border: 2px solid #0864ba;
	border-radius: 50%;
	content: '';
}
.fulltext p:last-child, .fulltext ul:last-child {
	padding-bottom: 0;
}
.pre_tabs_wrapper {
	position: relative;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	margin-bottom: 25px;
}
.pre_tabs_wrapper a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 8px 25px 9px;
	border-top: 1px solid rgba(0,0,0, 0.1);
	border-left: 1px solid rgba(0,0,0, 0.1);
	border-bottom: 1px solid rgba(0,0,0, 0.1);
	font-size: 16px;
	line-height: 1.15;
	font-weight: 700;
}
.pre_tabs_wrapper.small a {
	padding: 5px 15px 6px;
	font-size: 15px;
	font-weight: 400;
}
.pre_tabs_wrapper a:last-child {
	border-right: 1px solid rgba(0,0,0, 0.1);
}
.pre_tabs_wrapper a.transparent {
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	font-weight: 700;
	color: #259f00;
}
.pre_tabs_wrapper a.transparent span {
	margin-left: 22px;
	position: relative;
}
.pre_tabs_wrapper a.transparent span:before {
	background: transparent url(/images/design/plus.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: -22px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	content: '';
	transition: 0.3s;
}
.pre_tabs_wrapper a.transparent:hover {
	color: #d91a1a;
}
.pre_tabs_wrapper a:hover {
	color: #d91a1a;
}
.pre_tabs_wrapper a.active {
	border-color: #0864ba;
	background: #0864ba;
	color: #fff;
}
.pre_tabs_wrapper a.active+a {
	border-left-color: #0864ba;
}
.pre_tabs_wrapper a.active:before {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0px;
	height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #0864ba;
    display: block;
    content: '';
    margin: 0 0 0 -5px;
}
#content .tab {
	border: 1px solid rgba(0,0,0, 0.1);
	padding: 15px 50px 15px 20px;
	font-size: 18px;
	line-height: 1.15;
	position: relative;
	cursor: pointer;
	transition: 0.5s;
	margin-bottom: 10px;
	z-index: 5;
}
#content .tab:hover {
	color: #0864ba;
}
#content .tab.active {
	color: #d91a1a;
}
#content .tab:after {
	background: transparent url(/images/design/tab_arrow.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	z-index: 15;
	content: '';
	transition: 0.5s;
	opacity: 0.5;
}
#content .tab.active:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#content .tab:hover:after {
	opacity: 1;
}
#content .tab_content {
	position: relative;
	background: #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid rgba(0,0,0, 0.1);
	border-bottom: 1px solid rgba(0,0,0, 0.1);
	border-right: 1px solid rgba(0,0,0, 0.1);
	padding: 0 20px 15px 20px;
	z-index: 6;
	margin-top: -11px;
	display: none;
	margin-bottom: 10px;
}
#content .tab.active+.tab_content {
	display: block;
}
.pre_form_wrapper.max380 {
	margin: 0 auto;
	max-width: 640px;
}
#content h4#auth_header,
#content h1#auth_header {
	text-align: center;
	padding: 0;
}
form .pre_input.button {
    margin-top: -5px;
}
form .pre_input.button.no-margin {
    margin-top: 0px;
}
form .pre_input.button .pre_button {
    display: block;
    text-align: center;
}
.pre_input_about {
	padding-right: 30px;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	max-width: 480px;
	margin: 0 auto;
}

.autocomplete-suggestions {
	background: #fff9c9;
	border: 2px solid #ffeb3d;
	border-radius: 0;
	margin-top: 0px;
	margin-left: -2px;
	box-sizing: content-box;
	-moz-box-shadow:     0px 5px 18px 0 rgba(228, 150, 0, 0.4);
	-webkit-box-shadow:  0px 5px 18px 0 rgba(228, 150, 0, 0.4);
	box-shadow:          0px 5px 18px 0 rgba(228, 150, 0, 0.4);
}
.autocomplete-suggestions:before {
	position: absolute;
	top: -5px;
	left: 20px;
	width: 0px;
	height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff9c9;
    display: none;
    content: '';
}
.autocomplete-suggestions .autocomplete-suggestion {
	padding: 7px 11px;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
}
.autocomplete-suggestions .autocomplete-suggestion+.autocomplete-suggestion {
	border-top: 1px solid #efc431;
}
.autocomplete-suggestions .autocomplete-suggestion strong, 
.autocomplete-suggestions .autocomplete-suggestion b {
	font-weight: 700;
	color: #0864ba;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
	background: #fff;
	color: #000;
}
.autocomplete-suggestions .autocomplete-suggestion:hover+.autocomplete-suggestion {
	border-color: #efc431;
}
.autocomplete-suggestions .autocomplete-suggestion:hover strong, 
.autocomplete-suggestions .autocomplete-suggestion:hover b {
	color: #000;
}

















body {
	background: #fff;
}
#container {
	min-height: 100%;
	position: relative;
	z-index: 1;
	font-weight: 400;
	font: 15px/1.15 'PT Sans', sans-serif;
	min-width: 320px;
	color: #222;
	margin: 0 auto;
	max-width: 2560px;
	overflow: hidden;
}
a {
	color: #0864ba;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
}
a:hover {
	color: #d91a1a;
}

#header_wrapper {
	display: block;
	z-index: 11;
	border-bottom: 1px solid rgba(0,0,0, 0.1);
}
#header {
	z-index: 12;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 15px 20px 17px;
}
#logo_wrapper {
	position: relative;
}
#socials {
	position: absolute;
	top: 6px;
	left: 230px;
	padding: 0 0 5px 10px;
	font-size: 0;
	line-height: 0;
	z-index: 31;
}
#socials img {
	width: 16px;
	height: 16px;
	vertical-align: bottom;
}
#socials a {
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}
#logo {
	position: relative;
	display: inline-block;
	padding-left: 56px;
	font-size: 30px;
	font-weight: 700;
	color: #222;
	white-space: nowrap;
}
#logo span {
	color: #0864ba;
}
#logo em {
	font-weight: 400;
	display: block;
	font-size: 13px;
	font-style: normal;
}
#logo:before {
	background: transparent url(/images/design/logo.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
	content: '';
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -19px;
}
#stats_wrapper {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 20px;
	font-size: 0;
	line-height: 0;
}
#stats_wrapper .stats_item {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	margin-left: 40px;
}
#stats_wrapper .stats_item span {
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 1.15;
}
#stats_wrapper .stats_item span+span {
	padding-left: 15px;
	letter-spacing: normal;
	font-size: 15px;
	margin-top: -1px;
}
#quicklinks_wrapper {
	font-size: 0;
	line-height: 0;
	position: relative;
}
#quicklinks {
	margin: 0 auto;
	max-width: 1140px;
}
#quicklinks_wrapper .quicklink {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1.15;
	font-size: 13px;
	padding: 14px 20px;
	border-right: 1px solid rgba(0,0,0, 0.1);
}
#quicklinks_wrapper .quicklink.uppercase a {
	text-transform: uppercase;
}
#quicklinks_wrapper .quicklink a {
	position: relative;
	color: #222;
}
#quicklinks_wrapper .quicklink.auth a {
	padding-left: 22px;
}
#quicklinks_wrapper .quicklink.tracks a {
	position: relative;
	min-width: 11px;
	display: inline-block;
	text-align: center;
	font-size: 11px;
}
#quicklinks_wrapper .quicklink.tracks.red a {
	color: #d90000;
}
#quicklinks_wrapper .quicklink.tracks a:before {
	background: transparent url(/images/design/icon_bell.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}
#quicklinks_wrapper .quicklink.tracks.red a:before {
	background: transparent url(/images/design/icon_bell_red.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
}
#quicklinks_wrapper .quicklink.tracks.red a:after {
	background: transparent;	
	content: '';
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #d90000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -19px;
	animation-name: pulse_arrow;
	-webkit-animation-name: pulse_arrow;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse_arrow {
	0% {
		transform: scale(1);
		opacity: 0.5;		
	}
	100% {
		transform: scale(1.6);
		opacity: 0;	
	}				
}
@-webkit-keyframes pulse_arrow {
	0% {
		-webkit-transform: scale(1);
		opacity: 0.5;		
	}	
	100% {
		-webkit-transform: scale(1.6);
		opacity: 0;	
	}			
}
#quicklinks_wrapper .quicklink.auth a:before {
	background: transparent url(/images/design/icon_lock.png) 100% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -9px;
	width: 16px;
	height: 16px;
	z-index: 15;
	cursor: pointer;
	display: block;
	transition: 0.3s;
	content: '';
	opacity: 0.5;
}
#quicklinks_wrapper .quicklink.register a {
	padding-left: 23px;
}
#quicklinks_wrapper .quicklink.register a:before {
	background: transparent url(/images/design/icon_user.png) 100% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -9px;
	width: 16px;
	height: 16px;
	z-index: 15;
	cursor: pointer;
	display: block;
	transition: 0.3s;
	content: '';
	opacity: 0.5;
}
#quicklinks_wrapper .quicklink a.color-blue {
	color: #0864ba;
}
#quicklinks_wrapper .quicklink a:hover {
	color: #d91a1a;
}
#quicklinks_wrapper .quicklink.floated {
	float: right;
}
#quicklinks_wrapper .quicklink.floated, 
#quicklinks_wrapper .quicklink:last-child {
	border-right: none;
}
#quicklinks_wrapper .quicklink span {
	color: #868686;
}
#quicklinks_wrapper .quicklink span {
	color: #868686;
}
#fav_notice {
	position: absolute;
	bottom: 35px;
	left: 0;
	padding: 6px 15px;
	background: #0e4870;
	color: #fff;
	white-space: nowrap;
	z-index: 21;
}
#fav_notice:after {
	position: absolute;
	bottom: -6px;
	left: 50px;
	width: 0px;
	height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #0e4870;
    display: block;
    content: '';
    margin: 0 0 0 -7px;
}
#navi_relative {
	position: relative;
	z-index: 101;
	min-height: 66px;
}
#navi_container {
	position: relative;
	z-index: 10;
	background: #0864ba;
	transition: 0.5s;
}
#navi_container.fixed {
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	right: 0;
}
#navi_container.hidden {
	z-index: 1;
}
#navi_container.fixed.hidden {
	z-index: 101;
	top: -100px;
}
#navi_wrapper {
	z-index: 15;
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	height: 66px;
	overflow: hidden;
}
#navi {
	position: relative;
	text-align: left;
	font-size: 0;
	padding-right: 100px;
	line-height: 0;
}
#navi li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 17px 10px 14px;
}
#navi li a {
	position: relative;
	padding: 8px 10px;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	position: relative;
	transition: 0.3s;
}
#navi li a:before {
	position: absolute;
	top: 60px;
	left: 50%;
	width: 0px;
	height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    display: block;
    content: '';
    transition: 0.3s;
    margin: 0 0 0 -12px;
}
#navi li a:hover:before {
	top: 43px;
}
#navi li a:hover {
	color: #badaf7;
}
#navi li.active a {
	color: #fff387;
}
#mobile_opener {
	background: transparent url(/images/design/navi.png) 100% 50% no-repeat;	
	background-size: 24px 24px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -18px;
	z-index: 15;
	cursor: pointer;
	opacity: 0.5;
	display: block;
	transition: 0.5s;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
	color: #fff;
	height: 16px;
	padding: 10px 34px 10px 0;
}
#mobile_opener:hover {
	opacity: 1;
}
.mobile+#mobile_opener {
	right: 0;
}
#search_wrapper {
	font-size: 0;
	line-height: 0;
	position: relative;
}
#search {
	margin: 0 auto;
	padding: 30px 20px;
	max-width: 1100px;
}
#search_form {
	position: relative;
	display: block;
	padding: 2px 180px 2px 2px;
	background: #ffeb3d;
}
#search_form input {
	background: #fff;
	display: block;
	padding: 9px 15px 10px 15px;
	border: none;
	border-radius: 1px;
	color: #292929;
	font-weight: 400;
	font: 15px/1 'PT Sans', sans-serif;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
	transition: 0.5s;
}
#search_submit {
	position: absolute;
	top: 2px;
	bottom: 2px;
	right: 2px;
	width: 176px;
	font-size: 15px;
	line-height: 1.15;
	text-align: center;
	padding-top: 10px;
	box-sizing: border-box;
	cursor: pointer;
}
#search_submit span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 28px;
	transition: 0.3s;
}
#search_submit span:hover {
	padding-right: 28px;
	padding-left: 0px;
}
#search_submit span:before {
	background: transparent url(/images/design/search.png) 100% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	z-index: 15;
	cursor: pointer;
	display: block;
	transition: 0.3s;
	content: '';
	opacity: 0.5;
}
#search_submit span:hover:before {
	left: 100%;
	opacity: 1;
	margin-left: -16px;
}
#footer_wrapper {
	background: #f2f2f2 url(/images/design/footer_bg.png) 50% 0 repeat-x;	
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 20px;
	border-top: 1px solid #dedede;
	z-index: 5;
}
#footer {
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
	max-width: 1100px;
	text-align: center;
}
#link_require {
	font-size: 13px;
	color: #4f4f4f;
	padding-top: 7px;
}
#footer ul {
	padding-top: 20px;
	font-size: 0;
	line-height: 0;
}
#footer ul li {
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}
#footer ul li a {
	display: inline-block;
	vertical-align: top;
	border: 1px solid;
	padding: 4px 15px;
	font-size: 13px;
	line-height: 1.15;
}
#footer ul li a.blue {
	border-color: #0864ba;
	background: #0864ba;
	color: #fff;
}
#footer ul li a.blue:hover {
	background: #d91a1a;
	border-color: #d91a1a;
}
#footer ul li a.transparent {
	background: transparent;
	border-color: transparent;
}
#fsin_support {
	position: absolute;
	top: 34px;
	right: 0;
	width: 220px;
	padding-left: 78px;
	font-size: 13px;
	line-height: 1.3;
}
#fsin_support:before {
	background: transparent url(/images/design/fsin.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -34px;
	width: 65px;
	height: 68px;
	z-index: 15;
	content: '';
}
#counter {
	padding-top: 20px;
	position: relative;
}
#container:after {
	position: relative;
	height: 210px;
	content: '';
	display: block;
}
#content_wrapper {
	display: block;
	z-index: 2;
}
#content_area {
	z-index: 3;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 20px 30px;
}
#content_area:after {
	display: block;
	clear: both;
	content: '';
}
#sidebar {
	position: relative;
	margin-right: 70%;
	box-sizing: border-box;
	padding-right: 40px;
}
#content_area.no_sidebar #sidebar {
	display: none;
}
#content {
	float: right;
	margin-left: -70%;
	width: 70%;
	position: relative;
}
#content_area.no_sidebar #content {
	float: none;
	margin-left: 0%;
	width: auto;
}
#regions_wrapper {
	margin-bottom: 30px;
	font-size: 0;
	line-height: 0;
}
#regions_wrapper a {
	border-top: 1px solid rgba(0,0,0, 0.1);
	border-left: 1px solid rgba(0,0,0, 0.1);
	border-right: 1px solid rgba(0,0,0, 0.1);
	display: block;
	padding: 8px 25px 8px 15px;
	font-size: 13px;
	line-height: 1.15;
	position: relative;
	transition: 0.3s;
}
#content #regions_wrapper {
	border-bottom: 1px solid rgba(0,0,0, 0.1);	
	border-left: 1px solid rgba(0,0,0, 0.1);	
}
#content #regions_wrapper a {
	border-left: none;
	vertical-align: top;
	display: inline-block;
	width: 50%;
	padding-top: 12px;
	font-size: 15px;
	padding-bottom: 12px;
	box-sizing: border-box;
}
#regions_wrapper a span {
	position: absolute;
	top: 50%;
	right: 15px;
	color: #222;
	margin-top: -7px;
	display: block;
	transition: 0.3s;
}
#content #regions_wrapper a span {
	margin-top: -9px;
}
#regions_wrapper a:last-child {
	border-bottom: 1px solid rgba(0,0,0, 0.1);
}
#content #regions_wrapper a:last-child {
	border-bottom: none;
}
#regions_wrapper a:hover {
	border-color: #0864ba;
	background: #0864ba;
	color: #fff;
}
#regions_wrapper a:hover span {
	color: #fff;
}
#regions_wrapper a:hover+a {
	border-top-color: #0864ba;
}
#content #regions_wrapper a:hover+a {
	border-top-color: rgba(0,0,0, 0.1);
}
#regions_wrapper a.bold {
	font-weight: 700;
}
#regions_wrapper a.bold span {
	font-weight: 400;
}
#breadcrumbs {
	font-size: 0;
	line-height: 0;
	text-align: left;
}
#breadcrumbs a {
	position: relative;
	font-size: 13px;
	line-height: 1.15;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin: 2px 15px 10px 0;
}
#breadcrumbs a+a {
	margin-left: 16px;
}
#breadcrumbs a.home {
	background: transparent url(/images/design/home_icon.png) 50% 50% no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
	opacity: 0.6;
	margin-top: 0;
	transition: 0.3s;
}
#breadcrumbs a.home:hover {
	opacity: 1;
}
#breadcrumbs a+a:before {
    position: absolute;
    top: -0px;
    bottom: -0px;
    left: -17px;
    width: 1px;
    background: rgba(0,0,0, 0.2);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    content: '';
}
.stars_wrapper {
	position: relative;
	font-size: 0;
	line-height: 0;
}
h1+.stars_wrapper {
	margin-top: -25px;
	padding-bottom: 25px;
}
.stars_wrapper b {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.15;
	padding-top: 1px;
}
.stars_wrapper span {
	background: transparent url(/images/design/rating_stars_grey.png) 0 no-repeat;
	background-size: 86px 16px;
	display: inline-block;
	vertical-align: top;
	width: 86px;
	height: 16px;
	margin-right: 6px;
	position: relative;
}
.stars_wrapper span span {
	background: transparent url(/images/design/rating_stars.png) 0 0 no-repeat;
	background-size: 86px 16px;
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 16px;
	display: block;
}
.stars_wrapper .add_stars {
	padding-top: 3px;
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
}
.stars_wrapper .add_stars a {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.15;
}
#sizo_wrapper {
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
	padding-left: 140px;
}
#sizo_wrapper img {
	width: 120px;
	height: 120px;
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
}
#sizo_wrapper.lawyers img {
	top: 50%;
	margin-top: -35px;
}
#sizo_buttons_wrapper {
	padding: 10px 0 10px 0;
	margin: auto;
	display: block;
	width: 100%;
}
#sizo_wrapper.lawyers {
	display: block;
	margin-bottom: 15px;
}
#sizo_wrapper.lawyers.mini {
	height: 80px;
	padding-left: 95px;
}
#sizo_wrapper.mini img {
	width: 80px;
	height: 80px;
}
#sizo_wrapper.lawyers.mini img {
	margin-top: -40px;
}
#sizo_wrapper.lawyers h1 {
	margin-top: -5px;
	font-size: 27px;
	padding: 0 0 15px 0;
}
#sizo_wrapper.lawyers.mini h1 {
	margin-top: -5px;
	padding: 0 0 0 0;
}
p.error_found {
	font-size: 13px;
	text-align: right;
}
.comment_warning {
	position: relative;
	margin-right: 30px;
	margin-bottom: 30px;
	border: 2px dashed rgba(8,100,186, 0.4);
	padding: 18px 20px;
}
.comment_warning p {
	font-size: 13px;
	line-height: 1.5;
}
.comment_warning:before {
	background: #fff url(/images/design/warning.png) 50% 50% no-repeat;	
	background-size: 24px 24px;
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -16px;
	width: 32px;
	height: 24px;
	z-index: 15;
	content: '';
}
.pre_submit_privacy {
	position: relative;
	font-size: 13px;
	text-align: center;
	line-height: 1.4;
	padding-right: 30px;
}
.pre_submit_privacy.large {
	font-size: 15px;
}
.pre_submit_privacy b {
	display: block;
	font-size: 15px;
}
.pre_submit_privacy.large b {
	display: inline;
}
.pre_submit_privacy.large a {
	display: inline-block;
	margin: 5px 10px;
}
#sizo_data {
	position: relative;
	padding-bottom: 30px;
}
#sizo_data table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid rgba(0,0,0, 0.1);
}
#sizo_data table tr td {
	padding: 12px 20px;
	font-size: 15px;
	line-height: 1.3;
	text-align: right;
	color: #878787;
	width: 30%;
	vertical-align: middle;
}
#sizo_data table tr td+td {
	text-align: left;
	color: #222;
	width: auto;
}
#sizo_data table tr+tr td {
	border-top: 1px solid rgba(0,0,0, 0.1);
}
#sizo_data table tr:nth-child(even) td {
	background: #f7f7f7;
}
#find_on_map {
	white-space: nowrap;
	position: relative;
	display: inline-block;
	padding: 5px 15px 5px 35px;
	border: 1px solid rgba(204, 0, 0, 0.4);
	margin-top: 10px;
}
#find_on_map:before {
	background: transparent url(/images/design/location.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	content: '';
	transition: 0.3s;
}
#find_on_map:hover {
	border: 1px solid rgba(204, 0, 0, 0.8);
}
#find_on_map:hover:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#sizo_data table ul li {
	position: relative;
	padding: 0 0 0 25px;
}
#sizo_data table ul li+li {
	margin-top: 10px;
}
#sizo_data table ul li.phone {
	font-weight: 700;
}
#sizo_data table ul li:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	content: '';
	opacity: 0.4;
}
#sizo_data table ul li.phone:before {
	background: transparent url(/images/design/contacts_phone.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
#sizo_data table ul li.email:before {
	background: transparent url(/images/design/contacts_email.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
#sizo_data table ul li.web:before {
	background: transparent url(/images/design/contacts_web.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
#navi_spacer {
	position: relative;
	height: 66px;
	display: none;
}
#navi_container.fixed+#navi_spacer {
	display: block;
}
#go_to_top {
	background: #0864ba url(/images/design/top.png) 50% 50% no-repeat;
	background-size: 32px 32px;
	position: fixed;
	bottom: -36px;
	left: 50%;
	border-radius: 0px;
	width: 48px;
	height: 36px;
	z-index: 1002;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.3s, bottom 0.5s;
	z-index: 10001;
}
#go_to_top.fixed {
	bottom: 25px;
	opacity: 0.7;
}
#go_to_top:hover {
	opacity: 1;
}
.ad_banner_lite {
	position: relative;
	padding: 9px 20px 1px 20px;
	display: block;
	margin-bottom: 20px;
	border: 1px solid #0864ba;
	text-decoration: none;
	color: #313131;
	font-size: 15px;
	line-height: 1.4;
	transition: 0.3s;
}
.ad_banner_lite img {
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0;
	transition: 0.3s;
}
.ad_banner_lite strong {
	padding-left: 55px;
	position: relative;
	color: #0864ba;
	display: block;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 12px;
	text-transform: uppercase;
	transition: 0.3s;
}
.ad_banner_lite strong span {
	color: #555;
	display: block;
	font-weight: 400;
	font-size: 13px;
	padding-top: 0;
	transition: 0.3s;
	line-height: 1.3;
	text-transform: none;
}
.ad_banner_lite.dark {
	border: 1px solid #0e4870;
}
.ad_banner_lite.dark strong {
	color: #0e4870;
}
.ad_banner_lite.orange {
	border: 1px solid #f28900;
}
.ad_banner_lite.orange strong {
	color: #ba6b00;
}
.ad_banner_lite:hover {
	border: 1px solid #0864ba;
	background: #0864ba;
	color: #fff;
}
.ad_banner_lite:hover strong {
	color: #fff;
	padding-left: 0;
}
.ad_banner_lite:hover strong span {
	color: #fff;
}
.ad_banner_lite:hover img {
	opacity: 0;
}
#catalog_wrapper {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}
#catalog_wrapper td {
	border: 1px solid rgba(0,0,0, 0.1);
	width: 50%;
}
#catalog_wrapper .catalog_item {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 20px 20px 20px 20px;
	font-size: 15px;
	line-height: 1.15;
	position: relative;
}
#catalog_wrapper .catalog_item_params {
	position: relative;
	padding-top: 0;
}
#catalog_wrapper .catalog_item_data {
	position: relative;
	padding-left: 100px;
	padding-top: 15px;
	padding-bottom: 20px;
}
#catalog_wrapper .catalog_item_data.no-padding {
	padding-top: 0;
	padding-bottom: 0;
}
#catalog_wrapper .catalog_item_params .catalog_item_param {
	font-size: 13px;
	padding: 3px 0;
}
#catalog_wrapper .catalog_item_title {
	font-size: 18px;
	line-height: 1.15;
	font-weight: 700;
}
#catalog_wrapper .catalog_item_title+.stars_wrapper {
	margin-top: 4px;
}
#catalog_wrapper .catalog_item_image {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 0;
	
}
#catalog_wrapper .catalog_item_image img {
	max-width: 90px;
	height: auto;
	vertical-align: bottom;
	margin-top: -8px;
}
#catalog_wrapper .no-padding .catalog_item_image img {
	margin-top: 0px;
	max-width: 80px;
}

#catalog_wrapper .catalog_item_services {
	font-size: 0;
	line-height: 0;
}
#catalog_wrapper .catalog_item_services a {
	margin-right: 10px;
	padding: 4px 6px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid rgba(8, 100, 186, 0.4);
}
#catalog_wrapper .catalog_item_services a.orange {
	border: 1px solid rgba(242, 137, 0, 0.4);
}
#catalog_wrapper .catalog_item_services a.dark {
	border: 1px solid rgba(14, 72, 112, 0.4);
}
#catalog_wrapper .catalog_item_services a:hover {
	border: 1px solid rgba(8, 100, 186, 1);
}
#catalog_wrapper .catalog_item_services a.orange:hover {
	border: 1px solid rgba(242, 137, 0, 1);
}
#catalog_wrapper .catalog_item_services a.dark:hover {
	border: 1px solid rgba(14, 72, 112, 1);
}
#catalog_wrapper .catalog_item_services img {
	vertical-align: bottom;
	width: 24px;
	height: 24px;
}
#modal_window {
	font-weight: 400;
	font: 13px/1.2 'PT Sans', sans-serif;
	color: #ebebeb;
	padding: 0 0 0;
	background: #001d41;
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px 15px;
	display: none;
	z-index: 200001;
	border-radius: 3px;
	text-align: center;
	max-width: 180px;
	-moz-box-shadow:     0px 2px 7px 0 rgba(0,17,37, 0.2);
	-webkit-box-shadow:  0px 2px 7px 0 rgba(0,17,37, 0.2);
	box-shadow:          0px 2px 7px 0 rgba(0,17,37, 0.2);
}
#modal_window:before {
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 0px;
	height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #001d41;
    display: block;
    content: '';
    margin: 0 0 0 -6px;
}
#modal_window.active {
	display: block;
}
.paginator {
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding-bottom: 25px;
}
.paginator li {
	font-size: 15px;
	line-height: 1.15;
	display: inline-block;
	vertical-align: top;
	padding: 5px 20px;
	color: #595959;
}
.paginator li a {
	position: relative;
}
.paginator li a:before {
	background: transparent url(/images/design/tab_arrow.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: -26px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	content: '';
	transition: 0.5s;
	opacity: 0.4;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.paginator li.next a:before {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	left: auto;
	right: -26px;
}
.paginator li a:hover:before {
	opacity: 1;
}
.paginator li.inactive {
	display: none;
}
.paginator li.inactive a {
	color: #595959;
	cursor: default;
}
.paginator li.inactive a:before {
	opacity: 0;
}
#newsletter {
	padding-top: 8px;
}
.forum_promo_item {
	margin-bottom: 15px;
}
.forum_promo_item+.forum_promo_item {
	padding-top: 20px;
	border-top: 1px solid rgba(0,0,0, 0.1);
}
.forum_promo_title {
	font-weight: 700;
	padding-bottom: 2px;
}
.forum_promo_name {
	font-size: 13px;
	color: #898989;
	font-weight: 400;
	padding-top: 2px;
}
.forum_promo_name.news {
	padding-top: 0;
	line-height: 1.6;
	padding-bottom: 2px;
}
.forum_promo_text {
	position: relative;
	padding-top: 7px;
	font-size: 13px;
	line-height: 1.4;
	max-height: 70px;
	overflow: hidden;
}
.forum_promo_text:after {
	position: absolute;
	top: 54px;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.forum_promo_button {
	margin-bottom: 15px;
}
.forum_promo_button .pre_button {
	padding: 6px 30px;
}
.news_item {
	padding-bottom: 25px;
}
.news_item+.news_item {
	padding-top: 25px;
	border-top: 1px solid rgba(0,0,0, 0.1);
}
.news_item > p {
	line-height: 1.2;
}
.news_item > p:first-child {
	font-size: 18px;
	font-weight: 400;
}
.news_item > p a.red {
	position: relative;
	font-size: 14px;
	color: #cc0000;
	display: inline-block;
	padding: 2px 15px 2px 30px;
	border: 1px solid #ec7e7e;
	border-radius: 3px;
	font-weight: 700;
	text-transform: uppercase;
}
.news_item > p a.red:before {
	font-size: 21px;
	content: '#';
	top: 50%;
	left: 11px;
	line-height: 1.15;
	font-weight: 400;
	margin-top: -12px;
	position: absolute;
}
.fulltext img {
	max-width: 100%;
	height: auto;
}
.news_item > p a.red:hover {
	color: #f28900;
	border: 1px solid #f28900;
}
.news_item > p+p {
	padding-top: 10px;
	line-height: 1.6;
}
.news_item_preview {
	padding-top: 10px;
	line-height: 1.6;
}
.news_item_preview+p {
	padding-top: 10px;
}
.news_item > p span {
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px 0 0;
	font-size: 13px;
	line-height: 1.15;
	color: #999;
}
.news_item > p span.date {
}
.news_item > p span.views_count {
	
}
#forum_comments {
	width: 100%;
	margin-bottom: 30px;
}
#forum_comments tr#forum_comments_header td {
	color: #999;
	border-bottom: 2px solid #0864ba;
}
#forum_comments tr#forum_comments_header td.border-red {
	border-bottom: 2px solid #cc0000;
}
#forum_comments tr td {
	padding: 10px 15px;
	vertical-align: middle;
	border-bottom: 1px solid rgba(0,0,0, 0.15);
}
#forum_comments tr td.align-center {
	text-align: center;
}
#forum_comments tr:nth-child(even) td {
	background: rgba(0,0,0, 0.03);
}
#forum_comments tr td .forum_views_count,
#forum_comments tr td .forum_comments_count {
	text-align: center;
	display: block;
}
#forum_comments tr td .overflow {
    display: inline-block;
    white-space: nowrap;
    max-width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#forum_comments_count, #forum_comments_views {
	position: relative;
}
#forum_comments_count:before, #forum_comments_views:before {
	background: transparent url(/images/design/forum_views.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
	width: 16px;
	height: 16px;
	content: '';
	transition: 0.5s;
	opacity: 0.4;
}
#forum_comments_count:before {
	background: transparent url(/images/design/forum_comments.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
.comment {
	position: relative;
	padding: 15px 20px;
	border: 1px solid rgba(0,0,0, 0.1);
	margin-bottom: 20px;
}
.comment.lawyer {
	background: rgba(8,100,186, 0);
	border: 1px solid rgba(8,100,186, 0.5);
}
.comment.pinned {
	border: 1px dashed #0864ba;
}
.comment.pinned:before {
	background: #fff url(/images/design/pin.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	top: 13px;
	left: -10px;
	width: 24px;
	height: 24px;
	content: '';
	opacity: 1;
}
.comment.answer {
	padding: 10px 15px;
	background: rgba(0,0,0, 0.04);
	margin-top: -10px;
	margin-left: 40px;
}
.comment.answer:before {
	background: transparent url(/images/design/turn.png) 50% 50% no-repeat;	
	background-size: 24px 24px;
	position: absolute;
	top: 6px;
	left: -33px;
	width: 24px;
	height: 24px;
	content: '';
	opacity: 0.3;
}
.comment p {
	font-size: 13px;
	line-height: 1.5;
	padding-top: 10px;
}
.comment p.title {
	position: relative;
	font-size: 15px;
	padding-top: 0;
	color: #888;
	padding-right: 30px;
}
.comment.lawyer p.title span {
	color: #0864ba;
}
.comment_control {
	padding-top: 15px;
}
.comment_control a, .comment_control span {
	padding: 6px 20px;
	border: 1px solid rgba(8,100,186, 0.4);
	margin: 0 5px 5px 0;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.15;
	cursor: pointer;
	color: #0864ba;
	transition: 0.3s;
}
.comment.answer .comment_control a, .comment.answer .comment_control span {
	padding: 3px 15px;
}
.comment_control a {
	border: 1px solid rgba(217,26,26, 0.4);
	color: #d91a1a;
}
.comment_control span:hover {
	border-color: #0864ba;
	background: #0864ba;
	color: #fff;
}
.comment_control a:hover {
	border-color: #d91a1a;
	background: #d91a1a;
	color: #fff;
}
.comment .comment_config {
	position: absolute;
	top: 17px;
	right: 20px;
	font-size: 0;
	line-height: 0;
}
.reviews_texts_item_title .delete {
	background: transparent url(/images/design/trash.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	top: 17px;
	right: 20px;
	width: 16px;
	height: 16px;
	content: '';
	transition: 0.5s;
	opacity: 0.4;
}
.reviews_texts_item_title .delete:hover {
	opacity: 1;
}
.reviews_texts_item_title .apply {
	background: transparent url(/images/design/apply.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 17px;
	right: 44px;
	width: 16px;
	height: 16px;
	opacity: .7;
}
.reviews_texts_item_title .apply:hover {
	opacity: 1;
}
.comment .comment_config a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: auto;
	right: auto;
	width: 16px;
	height: 16px;
	transition: 0.5s;
	opacity: 0.4;
	margin-left: 8px;
}
.comment .comment_config a:hover {
	opacity: 1;
}
.comment .comment_config a.delete {
	background: transparent url(/images/design/trash.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
.comment .comment_config a.apply {
	background: transparent url(/images/design/apply.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
.comment .comment_config a.pin {
	background: transparent url(/images/design/pin.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
.comment .comment_config a.unpin {
	background: transparent url(/images/design/unpin.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
.comment .comment_config a.apply {
	background: transparent url(/images/design/apply.png) 0 0 no-repeat;
	background-size: 16px 16px;
}
.comment .comment_config a.send_notice {
	background: transparent url(/images/design/send_notice_dengi.png) 0 0 no-repeat;
	background-size: 16px 16px;
}
.comment .comment_config a.send_notice.pismo {
	background: transparent url(/images/design/send_notice.png) 0 0 no-repeat;
	background-size: 16px 16px;
}
.comment .comment_config a.apply_send {
	background: transparent url(/images/design/apply_send.png) 0 0 no-repeat;
	background-size: 16px 16px;
}

#answer_id_label {
	padding: 0 0 15px 0;
	font-size: 13px;
	line-height: 1.15;
	display: none;
	text-align: center;
}
#answer_id_label.active {
	display: block;
	color: #f28900;
}
#answer_id_label a {
	display: inline;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	margin-left: 7px;
}
#answer_id_label a:before {
	background: transparent url(/images/design/cancel.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	display: block;
	content: '';
	margin: -8px 0 0 0;
}
.comment .pre_form_wrapper {
	display: none;
	padding-top: 20px;
}
.comment form.pre_form {
	padding-bottom: 10px;
}
.comment .pre_submit_privacy {
	margin-top: -10px;
}
#revews_wrapper h2 {
	font-weight: 400;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: normal;
}
.rate_total_data_item .meter { 
	height: 4px;
}
.rate_total_data_count {
	position: relative;
	padding-left: 36px;
}
.rate_total_data_count:before {
	background: transparent url(/images/design/stats.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	display: block;
	content: '';
	margin: -12px 0 0 0;
}
#revews_rates_wrapper {
	padding-top: 20px;
	margin-right: -30px;
	font-size: 0;
	line-height: 0;
}
#revews_rates_wrapper .rate_total_data_item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding: 0 30px 20px 0;
	font-size: 15px;
	line-height: 1.15;
}
#revews_rates_wrapper .rate_total_data_item em {
	float: right;
	font-weight: 700;
	font-style: normal;
}
#revews_rates_wrapper .meter_wrapper {
	padding-top: 4px;
}
#reviews_texts_wrapper {
	position: relative;
}
.reviews_texts_item {
	position: relative;
	padding: 15px 20px;
	border: 1px solid rgba(0,0,0, 0.1);
	margin-bottom: 20px;
}
.reviews_texts_item .stars_wrapper {
	padding-top: 10px;
}
.reviews_texts_item_quote {
	position: relative;
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.5;
	padding: 10px 30px;
}
.reviews_texts_item_quote:before {
    background: transparent url(/images/design/quote_open.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 11px;
    content: '';
    z-index: 8;
}
.reviews_texts_item_quote:after {
    background: transparent url(/images/design/quote_close.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 11px;
    content: '';
    z-index: 8;
}
.add_review_data {
	font-size: 0;
	line-height: 0;
	position: relative;
}
.add_review_data.inline {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 30px 20px 0;
}
.add_review_data .add_review_data_item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding: 0 30px 20px 0;
	font-size: 15px;
	line-height: 1.15;
}
.add_review_data.inline .add_review_data_item {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 0;
}
.add_review_data .add_review_data_item_inside {
	position: relative;
	padding: 15px 20px;
	border: 1px solid rgba(0,0,0, 0.1);
}
.add_review_data.inline .add_review_data_item_inside {
	position: relative;
	padding: 10px 20px 10px;
}
.add_review_data_item_rate {
	padding-top: 7px;
	font-size: 0;
	line-height: 0;
	z-index: 8;
	white-space: nowrap;
}
.add_review_data.inline .add_review_data_item_rate {
	position: absolute;
	top: 0;
	padding-top: 6px;
	left: 90px;
}
.add_review_data_item_rate .add_review_data_item_rate_num {
	font-size: 15px;
	display: inline-block;
	line-height: 1.15;
	padding: 4px 10px 4px;
	background: rgba(0,40,65,0.1);
	margin-right: 4px;
	font-weight: 700;
	border-radius: 0px;
	color: #8f969b;
	cursor: pointer;
}
.add_review_data_item:hover .add_review_data_item_rate .add_review_data_item_rate_num {
	color: #000;
}
.add_review_data_item:hover .add_review_data_item_rate .add_review_data_item_rate_num:hover {
	background: #006db3;
	color: #fff;
}
.add_review_data_item:hover .add_review_data_item_rate .add_review_data_item_rate_num.active,
.add_review_data_item_rate .add_review_data_item_rate_num.active {
	background: #27a500;
	color: #fff;
}
#mobile_navi {
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	margin-right: -100%;
	width: 100%;
	max-width: 420px;
	-moz-box-shadow:     0px 0px 17px 0 rgba(0,17,37, 0.3);
	-webkit-box-shadow:  0px 0px 17px 0 rgba(0,17,37, 0.3);
	box-shadow:          0px 0px 17px 0 rgba(0,17,37, 0.3);
	bottom: 0;
	z-index: 2001;
	overflow: auto;
	transition: 0.5s;
	touch-action: none;
}
#mobile_navi.active {
	margin-right: 0;
}
#mobile_navi:before {
	background: #0864ba;
	padding: 15px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.15;
	color: #fff;
	display: block;
	text-transform: uppercase;
	content: 'Разделы сайта';
}
#mobile_close {
	background: transparent url(/images/design/top.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
	width: 32px;
	height: 32px;
	content: '';
	position: absolute;
	top: 6px;
	right: 12px;
	cursor: pointer;
	opacity: 0.6;
	transition: 0.3s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#mobile_close:hover {
	opacity: 1;
}
#mobile_ul li {
	transition: 0.3s;
}
#mobile_ul li a {
	position: relative;
	padding: 12px 20px;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	transition: 0.3s;
	color: #222;
	font-size: 13px;
}
#mobile_ul li a:before {
	background: transparent url(/images/design/turn.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -10px;
	opacity: 0;
	transition: 0.3s;
}
#mobile_ul li a:hover {
	color: #d91a1a;
	padding-left: 44px;
}
#mobile_ul li a:hover:before {
	opacity: 0.5;
	left: 20px;
}
#mobile_ul li+li {
	border-top: 1px solid rgba(0,0,0, 0.1);
}
.pre_alert {
	position: relative;
	padding: 15px 30px 15px 30px;
	background: #f0fbed;
	border: 1px solid #93c487;
	border-radius: 0px;
	color: #2d3b29;
	line-height: 1.5;
	font-size: 13px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.pre_alert.mini {
	max-width: 800px;
	margin: 0 auto 30px;
}
.pre_alert strong {
	display: block;
	font-size: 15px;
	color: #257f0e;
}
#reviews_error_message {
	padding-top: 12px;
	font-size: 15px;
	color: #cc0000;
}
.gallery_wrapper {
	font-size: 0;
	line-height: 0;
	margin-right: -20px;
}
.gallery_wrapper .item {
	display: inline-block;
	vertical-align: top;
	padding: 20px 20px 0 0;
}
.all_comments {
	text-align: center;
}
.autosize_area_wrapper textarea {
	border: none;
	padding: 0 30px 0 0;
	margin: 0;
	background: transparent;
	color: #313131;
	font: 15px/1 'PT Sans', serif;
	line-height: 1.4;
	resize: none;
	width: 100%;
	min-height: 15px;
	max-height: 350px;
	overflow: hidden;
}
.add_auto_answer_box {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	padding: 4px 0;
}
.add_auto_answer_box input {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	margin-right: 6px;
}
.add_auto_answer_box span {
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
	font-size: 13px;
}
.add_auto_answer_name {
	font-size: 0;
	line-height: 0;
	padding-bottom: 10px;
}
.add_auto_answer_name > input {
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	padding: 8px 14px 9px 14px;
	border: 1px solid rgba(0,0,0, 0.2);
	color: #222;
	font-weight: 400;
	font: 15px/1 'PT Sans', sans-serif;
	line-height: normal;
	width: 200px;
	box-sizing: border-box;
	transition: 0.5s;
	margin-right: 20px;
}
.add_auto_answer_input {
	display: none;
	padding-top: 10px;
}
.add_auto_answer_input.active {
	display: block;
}
.add_auto_answer_input textarea {
	border: none;
	padding: 0 30px 0 0;
	margin: 0;
	background: transparent;
	color: #313131;
	font: 15px/1 'PT Sans', serif;
	line-height: 1.4;
	resize: none;
	width: 100%;
	min-height: 15px;
	max-height: 350px;
	overflow: hidden;
	border: none;
	padding: 6px 10px 6px 10px;
	height: 60px;
	overflow: auto;
	border: 1px solid rgba(0,0,0, 0.2);
	box-sizing: border-box;
	margin-top: 7px;
	display: block;
}
.add_auto_answer_input.active textarea {
	display: block;
}
.save_icon {
	background: transparent url(/images/design/save.png) 0 0 no-repeat;
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
	opacity: 0;
	transition: 0.5s;
}
.save .save_icon {
	opacity: 0.6;
}
.save .save_icon:hover {
	opacity: 1;
}
.save .save_icon.loading {
	bottom: -8px;
}
.comment_control select {
	background: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 3px 7px 3px 7px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	color: #292929;
	font-weight: 400;
	font: 15px/1 'PT Sans', serif;
	line-height: normal;
	box-sizing: border-box;
	transition: 0.5s;
}
.pre_checkboxes {
	font-size: 0;
	line-height: 0;
	padding-bottom: 15px;
}
.pre_checkboxes .pre_checkbox_item {
	display: block;
	padding: 0 30px 15px 0;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	box-sizing: border-box;
}
.pre_checkboxes .pre_checkbox_item input {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	margin-top: -1px;
}
#lawyers_filters {
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin-right: -15px;
}
#lawyers_filters .lawyers_filter {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px 15px 0;
	position: relative;
	box-sizing: border-box;
	width: 33.3333%;
}
#lawyers_filters .lawyers_filter.double {
	width: 50%;
}
#lawyers_filters .lawyers_filter.triple {
	width: 66.66666%;
}
#lawyers_filters .lawyers_filter label {
	display: block;
	padding-bottom: 4px;
	padding-left: 11px;
	font-size: 15px;
	color: #555;
	line-height: 1.15;
}
#lawyers_filters .lawyers_filter input {
	background: #fff;
	display: block;
	padding: 5px 34px 5px 10px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	color: #292929;
	font-weight: 400;
	font: 15px/1.15 "PT Sans", sans-serif;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
	transition: 0.3s;
	background: #fff;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {color: transparent;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder          {color: transparent}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder           {color: transparent}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder      {color: transparent}
::-webkit-input-placeholder {line-height: normal;color: grey;}
::-moz-placeholder          {line-height: normal;color: grey;}
:-moz-placeholder           {line-height: normal;color: grey;}
:-ms-input-placeholder      {line-height: normal;color: grey;}
#lawyers_filters .lawyers_filter select {
	background: #fff;
	display: block;
	padding: 5px 34px 5px 10px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	color: #292929;
	font-weight: 400;
	font: 15px/1.15 "PT Sans", sans-serif;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
	transition: 0.3s;
	background: #fff;
	background-image: url(/images/design/select_bg.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none!important;
	cursor: pointer;
}
#lawyers_filter_search {
	position: relative;
}
#lawyers_filter_search #lawyers_filter_search_button {
	background: transparent url(/images/design/filter_button.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 30px;
	cursor: pointer;
	opacity: 0.5;
	transition: 0.3s;
}
#lawyers_filter_search #lawyers_filter_search_button:hover {
	opacity: 1;
}
.region_selects_objects_wrapper {
	position: relative;
	border-top: 1px dashed grey;
	padding: 0 0 15px 0;
	margin-top: 20px;
}
.region_selects_objects_label {
	position: relative;
	color: #006db3;
	font-size: 13px;
	display: inline-block;
	margin: 7px 0 0 0;
	cursor: pointer;
	transition: 0.3s;
	border-bottom: 1px dashed;
}
.region_selects_objects_label:hover {
	color: #000;
	border-bottom-color: transparent;
}
.region_selects_objects_box {
	position: relative;
	padding-top: 12px;
}
.region_selects_objects_box.hidden {
	display: none;
}
.region_selects_objects_wrapper.active .region_selects_objects_box.hidden {
	display: block;
}
.region_selects_objects_box input {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	z-index: 9;
}
.region_selects_objects_title {
	position: relative;
	display: block;
	font-size: 13px;
	padding: 0 0 0 34px;
	cursor: pointer;
	z-index: 10;
}
input[checked]+.region_selects_objects_title {
	color: #1e9d00;
}
input[checked]+.region_selects_objects_title b {
	color: #767676;
}
#lawyers_promo {
	padding-bottom: 20px;
}
#lawyers_promo .item {
	border: 1px solid rgba(0,0,0, 0.1);
	padding: 10px 15px 10px 105px;
	position: relative;
	display: flex;
	min-height: 80px;
	margin-bottom: 10px;
}
#lawyers_promo .item.compact {
	min-height: 70px;
	padding: 5px 10px 5px 80px;
}
#lawyers_promo .item img {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -40px;
	display: block;
	width: 80px;
	height: 80px;
}
#lawyers_promo .item.compact img {
	margin-top: -30px;
	left: 10px;
	width: 60px;
	height: 60px;
}
#lawyers_promo .item .about {
	margin: auto;
	width: 100%;
}
#lawyers_promo .item .about li {
	padding: 2px 0;
	font-size: 13px;
}
#lawyers_promo .item .about li.compact {
	padding: 0 0;
	margin: -3px 0;
}
#lawyers_promo .item .about ul {
	padding: 5px 0 0 0;
}
#servicelist_wrapper {
	font-size: 0;
	line-height: 0;
	padding-bottom: 30px;
}
#servicelist_wrapper .servicelist_group {
	position: relative;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 100%;
	padding: 0 30px 20px 0;
}
#servicelist_wrapper .servicelist_group:last-child {
	padding-bottom: 0;
}
#servicelist_wrapper .servicelist_item {
	font-size: 13px;
	line-height: 1.15;
	margin-bottom: 12px;
	position: relative;
	padding-left: 30px;
}
#servicelist_wrapper .servicelist_item.for_public {
	padding-left: 18px;
}
#servicelist_wrapper .servicelist_item.strong {
	font-weight: 700;
	font-size: 16px;
	padding-left: 0;
	margin-bottom: 20px;
	line-height: 1.3;
}
#servicelist_wrapper .servicelist_item.strong a {
	border-bottom: 1px dashed #006db3;
	text-decoration: none;
	transition: 0.3s;
}
#servicelist_wrapper .servicelist_item.strong a:hover {
	border-bottom: 1px dashed transparent;
}
#servicelist_wrapper .servicelist_item input {
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	margin-top: -8px;
	display: block;
	top: 50%;
}
form .pre_input.optional {
	display: none;
}
form .pre_input.optional.active {
	display: inline-block;
}
#add_more_regions {
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
}
#add_more_regions a {
	font-weight: bold;
}
#lawyer_pay {
	position: relative;
}
#lawyer_pay_table {
	max-width: 540px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
#lawyer_pay_table table {
	width: 100%;
}
#lawyer_pay_table table tr td {
	padding: 6px 15px;
	font-size: 13px;
	line-height: 1.15;
	vertical-align: middle;
}
#lawyer_pay_table table tr.lawyer_pay_table_header td {
	padding-bottom: 12px;
	color: #f39d07;
}
#lawyer_pay_table table tr td.left {
	text-align: left;
}
#lawyer_pay_table table tr td.no-padding {
	padding-left: 0;
}
#lawyer_pay_table table tr td b {
	font-weight: 400;
}
#lawyer_pay_table table tr+tr td {
	border-top: 1px solid #e1e1e1;
}
#lawyer_pay_table table tr td input {
	padding: 0;
	margin: 2px 0 0 0;
	width: 17px;
	height: 17px;
	display: inline-block;
}
#lawyer_pay_table table tr td span.discount {
	padding: 4px 15px 3px;
	margin: 0 -15px;
	font-size: 15px;
	font-weight: 700;
	background: #e1e1e1;
	color: #969696;
	display: inline-block;
	width: 30px;
	border-radius: 0px;
}
#lawyer_pay_table table tr td span.discount.orange {
	background: #f39d07;
	color: #fff;
}
#lawyer_pay_table table tr td span.discount.red {
	background: #0987ed;
	color: #fff;
}
#region_selects+.region_select_addon {
	display: none;
}
#region_selects .region_select_addon {
	margin-top: 7px;
	position: relative;
}
#region_selects .region_select_addon .region_select_addon_close {
	background: transparent url(/images/design/cancel.png) 50% 50% no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	margin-left: 10px;
	left: 100%;
	width: 16px;
	height: 16px;
	display: block;
	cursor: pointer;
	opacity: 0.5;
	transition: 0.3s;
}
#region_selects .region_select_addon .region_select_addon_close:hover {
	opacity: 1;
}
#lawyer_pay.loading:before {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	z-index: 12;
}
#lawyer_pay.loading:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 26px;
	margin: -16px 0 0 -31px;
	z-index: 13;
	content: '';
	border: 3px solid #0987ed;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
	-o-animation: cssload-spin 575ms infinite linear;
	-ms-animation: cssload-spin 575ms infinite linear;
	-webkit-animation: cssload-spin 575ms infinite linear;
	-moz-animation: cssload-spin 575ms infinite linear;
}
@keyframes cssload-spin {100%{ transform: rotate(360deg); transform: rotate(360deg); }}
@-o-keyframes cssload-spin {100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }}
@-ms-keyframes cssload-spin {100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }}
@-webkit-keyframes cssload-spin {100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }}
@-moz-keyframes cssload-spin {100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }}

#image_loader_wrapper {
	padding-top: 10px;
	position: relative;
	padding-right: 20px;
	padding-bottom: 30px;
	text-align: center;
}
#image_loader_wrapper .image_loader {
	padding-bottom: 25px;
}
#image_loader_wrapper .image_add a {
	font-size: 13px;
	line-height: 1.15;
	font-weight: 700;
}
.pre_form_wrapper.centered {
	max-width: 440px;
	margin: 0 auto;
}
.pre_form_wrapper.centered .pre_input {
	width: 100%;
}
.pre_form_wrapper.centered h5 {
	font-size: 18px;
	padding-top: 10px;
}
.pre_alert_wrapper {
	max-width: 480px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
}
.pre_alert_wrapper .pre_alert {
	margin-right: 0;
}
#auth_header+.pre_tabs_wrapper {
	text-align: center;
	padding-top: 30px;
}
#auth_header+.pre_tabs_wrapper a {
	padding: 10px 25px;
}
.register_by_comment {
	position: relative;
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0 10px 30px 0;
	display: none;
}
.register_by_comment.active {
	display: block;
}
.register_by_comment input {
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	margin-top: -8px;
	top: 50%;
	left: 0;
	position: absolute;
	display: block;
}
.register_by_comment .register_by_comment_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 22px;
	margin-right: 20px;
	font-size: 13px;
	line-height: 1.15;
}
.register_by_comment .register_by_comment_item.label {
	padding-left: 0;
	color: #0864ba;
}
.register_by_comment .register_by_comment_item.short {
	margin-right: 10px;
}
.guest_comment_box {
	position: absolute;
	bottom: 25px;
	left: 10px;
	background: #fff;
	padding: 0 10px 0 26px;
	font-size: 13px;
	line-height: 1.15;
}
.guest_comment_box_wrapper {
	position: relative;
}
.guest_comment_box input {
	width: 14px;
	width: 14px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -7px;
	
}
#add_region_select {
	display: none;
	padding: 7px 0 0 15px;
}
#add_region_select.active {
	display: block;
}
#add_region_select a {
	font-size: 14px;
	line-height: 1.15;
}
.region_select.hidden {
	display: none;
}
.region_select+.region_select {
	margin-top: 5px;
}
#law_regions_selector,
#law_objects_selector {
	position: relative;
	border: 1px solid #cccccc;
	background: #f8f8f8;
	height: 196px;
	overflow: auto;
}
.law_regions_positiner {
	position: relative;
}
.law_regions_positiner:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content:'' ;
	background: #f8f8f8;
	display: block;
	height: 1px;
}
.law_regions_item {
	position: relative;
	padding-left: 22px;
	line-height: 1.15;
	padding: 8px 10px 8px 34px;
	border-bottom: 1px solid #cccccc;
}
.law_regions_item.hidden {
	display: none;
}
.law_regions_item input {
	display: block;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 10px;
}
.law_regions_item input+span {
	cursor: pointer;
}
.law_regions_item:hover {
	background: #fff;
}
.law_regions_item input:checked+span {
	color: #0864ba;
}
.law_regions_label {
    position: relative;
    padding: 0 15px 10px 15px;
    display: inline-block;
    font-size: 15px;
    color: #404040;
    background: #fff;
}
#lawyers_filters .lawyers_filter select[disabled] {
	background-color: #f4f4f4;
	cursor: default;
	border-color: #dfdfdf;
	color: #bebebe;
}
#law_objects_selector.loading {
	position: relative;
}
#law_objects_selector.loading:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	background: #fff;
	z-index: 12;
}
#law_objects_selector.loading:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 26px;
	margin: -16px 0 0 -16px;
	z-index: 13;
	content: '';
	border: 3px solid #0987ed;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
	-o-animation: cssload-spin 575ms infinite linear;
	-ms-animation: cssload-spin 575ms infinite linear;
	-webkit-animation: cssload-spin 575ms infinite linear;
	-moz-animation: cssload-spin 575ms infinite linear;
}
.online_status {
	position: relative;
}
.online_status.online:before {
	position: absolute;
	top: 2px;
	left: 100%;
	margin-left: 22px;
	content: 'онлайн';
	display: block;
	color: #5cb504;
}
.online_status.online:after {
	position: absolute;
	top: 5px;
	left: 100%;
	margin-left: 10px;
	content: '';
	display: block;
	background: #5cb504;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.online_status.recent:before {
	position: absolute;
	top: 2px;
	left: 100%;
	margin-left: 22px;
	content: 'был недавно';
	display: block;
	color: #f28900;
	white-space: nowrap;
}
.online_status.recent:after {
	position: absolute;
	top: 5px;
	left: 100%;
	margin-left: 10px;
	content: '';
	display: block;
	background: #f28900;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.lawyer_online_status {
	position: relative;
	color: #f28900;
	padding-left: 18px;
	margin-bottom: 5px;
}
.lawyer_online_status:after {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
	content: '';
	display: block;
	background: #f28900;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.lawyer_online_status.online {
	color: #5cb504;
}
.lawyer_online_status.online:after {
	background: #5cb504;
}
.stars_wrapper.inline {
	display: inline;
	vertical-align: top;
	margin-left: 5px;
}
.check_inline {
	position: relative;
	margin-left: 24px;
	color: #2cbc00;
}
.check_inline:before {
	background: transparent url(/images/design/apply_mini.png) 50% 50% no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: -18px;
	width: 12px;
	height: 12px;
	display: block;
	cursor: pointer;
	content: '';
}
.reviews_texts_item_target {
	font-size: 15px;
	line-height: 1.15;
	padding-top: 5px;
}
.catalog_item_views {
	position: relative;
	margin-top: 5px;
	font-size: 13px;
}
.catalog_item_views.compact {
	padding-left: 15px;
}
.catalog_item_views.compact:before {
    background: transparent url(/images/design/views_mini.png) 50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0;
    width: 12px;
    height: 12px;
    display: block;
    content: '';
    opacity: 0.5;
}
.catalog_item_views span {
	position: relative;
	margin-left: 18px;
    color: #1e8a00;
}
.catalog_item_views span:before {
    background: transparent url(/images/design/apply_mini.png) 50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -16px;
    width: 12px;
    height: 12px;
    display: block;
    content: '';
}
#register_tabs {
	font-size: 0;
	line-height: 0;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0, 0.15);
	max-width: 800px;
	margin: 0 auto 30px;
}
#register_tabs .register_tab {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 15px 20px;
	font-size: 15px;
	line-height: 1.15;
	color: #929292;
	transition: 0.5s;
}
#register_tabs .register_tab[onclick] {
	color: #262626;
	cursor: pointer;
}
#register_tabs .register_tab[onclick]:hover {
	color: #0864ba;
}
#register_tabs .register_tab.active {
	color: #0864ba;
}
#register_tabs .register_tab.active:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 2px;
	background: #0864ba;
	content: '';
}
.form_tab_inputs {
	display: none;
}
.form_tab_inputs.active {
	display: block;
}
.form_tab_inputs_text {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
.form_tab_inputs_text p+p {
	margin-top: 20px;
}
.pre_submit.inline.couple .pre_button {
	min-width: 0;
	margin: 8px;
}
#register_tabs .register_tab.done {
	color: #2cbc00;
}
#register_tabs .register_tab.done:after {
	background: #fff url(/images/design/apply_mini.png) 50% 50% no-repeat;
	background-size: 12px 12px;
	position: absolute;
	top: 100%;
	margin-left: -10px;
	left: 50%;
	width: 20px;
	height: 12px;
	display: block;
	content: '';
	margin-top: -6px;
}
.pre_error_external {
	padding: 0 30px 30px 0;
	font-size: 15px;
	font-weight: 700;
	color: #cc0000;
	line-height: 1.15;
	text-align: center;
}
#review_logged_out {
	text-align: center;
	padding-top: 20px;
	line-height: 1.5;
}
#review_logged_out strong {
	font-size: 18px;
	display: block;
}
.comment h5 {
    padding-top: 0;
	font-size: 20px;
    padding-bottom: 5px;
}
.unread_message {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	color: #fff;
	background: #d90000;
	padding: 1px 5px 2px;
	margin-top: -1px;
	margin-left: 2px;
}
#uslugi_subgroups_wrapper select {
	display: none;
}
#uslugi_subgroups_wrapper select.active {
	display: block;
}
#uslugi_subgroups_wrapper.disabled:after {
	display: block;
	height: 36px;
	background: rgba(0,0,0, 0.03);
	content: '';
	border: 1px solid rgba(0,0,0, 0.05);
}
#uslugi_cost_select+input,
#uslugi_period_select+input {
	display: none;
}
#uslugi_cost_select.active+input,
#uslugi_period_select.active+input {
	display: block;
	margin-top: 5px;
}
.uslugi_item_group {
	font-size: 15px;
	margin-top: -10px;
}
.comment.uslugi h5 {
	padding-right: 100px;
}
.color-grey {
	color: #888;
}
.comment p.params {
	font-size: 18px;
}
.uslugi_date {
	margin-top: -20px;
	padding-bottom: 30px;
}
.comment p.uslugi_contacts {
	font-size: 0;
	line-height: 0;
}
.comment p.uslugi_contacts span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.15;
	margin-right: 20px;
}
.comment p.uslugi_contacts span.user,
.comment p.uslugi_contacts span.phone,
.comment p.uslugi_contacts span.email {
	padding-left: 24px;
}
.comment p.uslugi_contacts span.user:before,
.comment p.uslugi_contacts span.phone:before,
.comment p.uslugi_contacts span.email:before {
	background: transparent url(/images/design/icon_user.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	content: '';
	opacity: 0.4;
}
.comment p.uslugi_contacts span.phone:before {
	background: transparent url(/images/design/contacts_phone.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
.comment p.uslugi_contacts span.email:before {
	background: transparent url(/images/design/contacts_email.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#oferta {
	font-size: 13px;
	text-align: center;
	line-height: 1.15;
	padding-top: 10px;
	color: #888;
}
.add_auto_answer {
	background: #fff;
	position: absolute;
	bottom: -10px;
	display: block;
	padding: 3px 10px;
	font-size: 13px;
	line-height: 1.15;
	left: 10px;
	color: #888;
}
.add_auto_answer:hover {
	color: #cc0000;
}
.autosize_area_wrapper {
	position: relative;
}
.comment p.title.moder {
    padding-right: 120px;
}
.comment.disabled {
	position: relative;
	opacity: 0.3;
}
.comment.disabled:before {
	position: absolute;
	z-index: 51;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: '';
}
#object_dirs_wrapper {
	font-size: 0;
	line-height: 0;
	position: relative;
	top: 1px;
	z-index: 90;
	height: 37px;
	overflow: hidden;
}
#object_dirs_wrapper > span {
	background: transparent url(/images/design/tab_arrow.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	display: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 37px;
}
#object_dirs_wrapper.has_levels {
	padding-right: 37px;
}
#object_dirs_wrapper.has_levels.up {
	padding-right: 0px;
	padding-left: 37px;
}
#object_dirs_wrapper.has_levels.up #object_dirs {
	top: -37px;
	position: relative;
}
#object_dirs_wrapper.has_levels > span {
	display: block;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	opacity: 0.6;
	transition: 0.3s;
}
#object_dirs_wrapper.has_levels.up > span {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: auto;
	left: 0;
}
#object_dirs_wrapper.has_levels > span:hover {
	opacity: 1;
}
#object_dirs_wrapper:after {
	position: absolute;
	z-index: 98;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 2px solid #c3c3c3;
}
#object_dirs_wrapper a {
	background: #f6f6f6;
	z-index: 91;
	position: relative;
	display: inline-block;
	margin: 0 0 0 0;
	vertical-align: bottom;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.15;
	padding: 10px 18px;
	font-weight: 700;
	border: 1px solid #c3c3c3;
	border-bottom: none;
	color: #0864ba;
	transition: 0.3s;
	margin-right: -1px;
}
#object_dirs_wrapper a:first-child {
	border-left: 1px solid #c3c3c3;
}
#object_dirs_wrapper a.red {
	color: #d91a1a;
}
#object_dirs_wrapper a:hover {
	border-top-color: #0864ba;
	background: #f5f5f5;
}
#object_dirs_wrapper a.red:hover {
	border-top-color: #d91a1a;
}
#object_dirs_wrapper a.active,
#object_dirs_wrapper a.red.active {
	background: #fff;
	border-color: #c3c3c3;
	z-index: 99;
	color: #888;
	cursor: default;
}
#sizo_wrapper {
	margin-bottom: 0;
    padding-left: 85px;
}
#sizo_wrapper img {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
}
#object_dirs_wrapper+.sizo_buttons {
	padding: 20px;
	margin-bottom: 10px;
	border: 1px solid #dedede;
}
#graphic_wrapper {
	position: relative;
	font-size: 0;
	padding-bottom: 30px;
	line-height: 0;
	margin-right: -10px;
}
#graphic_wrapper .graphic {
	width: 14.28%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 10px 10px 0;
	position: relative;
}
#graphic_wrapper .graphic:hover {
	z-index: 99;
}
#graphic_wrapper .graphic_item {
	border: 1px solid #0864ba;
	position: relative;
	cursor: pointer;
	line-height: 1.15;
	padding: 8px 0 0 0;
	text-align: center;
	overflow: hidden;
}
#graphic_wrapper .graphic_item a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
}
#graphic_wrapper .graphic.label .graphic_item {
	border: none;
	border-top: 2px solid #0864ba;
	font-size: 13px;
	color: #888;
	font-weight: 700;
	cursor: default;
}
#graphic_wrapper .graphic_date {
	padding: 5px 0 15px 0;
	font-size: 32px;
	line-height: 1.15;
	text-align: center;
	color: #0864ba;
	font-weight: 400;
	letter-spacing: -1px;
}
#graphic_wrapper .graphic_item.past {
	border: 1px solid #d2d2d2;
	cursor: default;
}
#graphic_wrapper .past .graphic_date {
	color: #d2d2d2;
}
#graphic_wrapper .graphic_item.red {
	border: 1px solid #d91a1a;
	cursor: default;
}
#graphic_wrapper .red .graphic_date {
	color: #d91a1a;
}
#graphic_wrapper .graphic_date em {
	padding: 0px;
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	margin-top: -3px;
	letter-spacing: 0px;
}
#graphic_wrapper .graphic_date b {
	display: none;
	font-weight: 400;
	font-size: 15px;
}
#graphic_wrapper .graphic_tip {
	position: absolute;
	bottom: -40px;
	left: -1px;
	right: -1px;
	padding: 3px 0;
	background: #0864ba;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	transition: 0.3s;
}
#graphic_wrapper .red .graphic_tip {
	background: #d91a1a;
}
#graphic_wrapper .graphic_item:hover .graphic_tip {
	bottom: -1px;
}
#graphic_wrapper .graphic_item.past:hover .graphic_tip {
	bottom: -40px;
}
#okno_about {
	border: 1px solid rgba(0,0,0, 0.1);
	padding: 20px;
	line-height: 1.5;
	font-size: 16px;
}
#okno_legend {
	padding-bottom: 10px;
	font-size: 0;
	line-height: 0;
}
#okno_legend span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	font-size: 13px;
	line-height: 1.15;
	margin: 0 20px 10px 0;
}
#okno_legend span:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0864ba;
	content: '';
}
#okno_legend span.red:before {
	background: #d91a1a;
}
#okno_legend span.green:before {
	background: #228f00;
}
#okno_legend span.grey:before {
	background: #9f9f9f;
}
.reviews_texts_item_answer_title {
	color: #f28900;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	display: inline-block;
	padding: 0 5px;
	background: #fff;
	position: relative;
	top: -10px;
	left: -5px;
}
.reviews_texts_item_answer_title.admin {
	color: #4bc615;
}
.reviews_texts_item_answer_body {
	font-size: 13px;
	margin-top: -10px;
}
.reviews_texts_item_answer_body p {
	padding-top: 10px;
}
.reviews_texts_item_answer {
	border-top: 1px solid #e5e5e5;
	margin: 20px -20px 0;
	padding: 0 20px;
}
form.pre_form#lawyer_pay {
    margin-right: 0px;
}
#lawyer_pay h1 {
	padding-right: 0px;
	text-align: center;
	padding-bottom: 5px;
}
#lawyer_pay h1+h5 {
	font-weight: 400;
	font-size: 27px;
	color: #0864ba;
}
#lawyer_pay_invoice {
	border: 2px dashed rgba(0,0,0, 0.2);
	position: relative;
	max-width: 480px;
	margin: 30px auto 30px;
}
#lawyer_pay_invoice.complete:after {
	background: transparent url(/images/design/pay_stamp.png) 50% 50% no-repeat;
	position: absolute;
	top: 100%;
	left: 100%;
	width: 140px;
	height: 103px;
	content: '';
	display: block;
	margin: -120px 0 0 -110px;
}
#lawyer_pay_invoice table {
	width: 100%;
}
#lawyer_pay_invoice tr td {
	font-size: 14px;
	color: #7d7d7d;
	text-align: right;
	vertical-align: top;
	padding: 10px 15px;
	line-height: 1.3;
	width: 30%;
}
#lawyer_pay_invoice tr+tr td {
	border-top: 1px dashed rgba(0,0,0, 0.1);
}
#lawyer_pay_invoice tr td+td {
	color: #222;
	text-align: left;
	width: auto;
}
#lawyer_pay_invoice tr:nth-child(odd) td {
	background: rgba(0,0,0, 0.03);
}
.pre_checkbox_error {
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 1.15;
	color: #cc0000;
	text-align: center;
}
#lawyer_pay .pre_checkboxes .pre_checkbox_item {
	padding-right: 0;
}
form#lawyer_pay .pre_submit {
	padding-right: 0px;
}
#catalog_wrapper td.is_promo {
	position: relative;
	border: 1px solid #2cbc00;
}
#catalog_wrapper td.is_promo .promolink {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.15;
	display: block;
	z-index: 51;
	background: #2cbc00;
	padding: 1px 5px;
}
#lawyers_promo .item.is_promo {
    border: 1px solid #2cbc00;
    margin-bottom: 0px;
}
#lawyers_promo .promolink {
    display: block;
    text-align: right;
    margin-bottom: 10px;
}
#lawyers_promo .promolink a,
#telega_wrapper .promolink a {
    display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.15;
	z-index: 51;
	background: #2cbc00;
	padding: 0px 5px 2px;
	vertical-align: top;
}
.news_pismo_item {
	position: relative;
	border: 1px solid rgba(0,0,0, 0.1);
	padding: 15px 20px;
	margin-bottom: 20px;
}
.news_pismo_title {
	position: relative;
	margin-top: -26px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.15;
	margin-left: -10px;
}
.news_pismo_title span {
	color: #0864ba;
	padding: 0 10px;
	background: #fff;
	position: relative;
	display: inline-block;
}
.news_pismo_date {
	padding: 10px 0 0 0;
	color: #888;
}
.news_pismo_text {
	padding: 10px 0 0 0;
	line-height: 1.5;
}
#news_pismo_controls {
	padding-bottom: 30px;
}
.news_pismo_controls {
	position: absolute;
	padding: 0 10px;
	top: -8px;
	right: 10px;
	background: #fff;
	font-size: 0;
	line-height: 0;
	z-index: 8;
}
.news_pismo_controls a {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	opacity: 0.4;
	transition: 0.5s;
}
.news_pismo_controls a:hover {
	opacity: 1;
}
.news_pismo_controls a+a {
	margin-left: 10px;
}
.news_pismo_controls a.edit {
	background: transparent url(/images/design/edit.png) 50% 50% no-repeat;
}
.news_pismo_controls a.delete {
	background: transparent url(/images/design/cancel.png) 50% 50% no-repeat;
	background-size: 100% 100%;
}
#fsin_news_title {
	display: block;
	font-size: 20px;
	line-height: 1.15;
	font-weight: 700;
}
#fsin_news_wrapper li {
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 1.4;
	margin-top: 15px;
	padding-left: 15px;
}
#fsin_news_wrapper li:before {
	position: absolute;
	top: 6px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	content: '';
	background: rgba(0,0,0, 0.3);
}
#object_services {
	position: relative;
	font-size: 0;
	line-height: 0;
	padding: 5px 20px 5px 5px;
	margin-bottom: 10px;
	border: 1px solid rgba(0,0,0, 0.15);
	text-align: left;
	height: 50px;
	overflow: hidden;
	transition: 0.5s;
	box-sizing: border-box;
}
#object_services.open {
	height: auto;
}
#object_services .object_service {
	position: relative;
	font-size: 16px;
	line-height: 1.15;
	font-weight: 700;
	color: #222;
	display: inline-block;
	padding: 10px 15px 10px 15px;
}
#object_services .object_service a {
	position: relative;
	display: block;
	text-align: center;
	padding: 0 0 0 25px;
}
#object_services .object_service.dark a {
	color: #0e4870;
}
#object_services .object_service.orange a {
	color: #f28900;
}
#object_services .object_service a img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
}
#object_services .object_service.orange a:hover,
#object_services .object_service.dark a:hover {
	color: #ba0000;
}
#object_services:after {
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 0 0 0 0;
	width: 80px;
	z-index: 11;
	content: '';
	opacity: 0;
	transition: 0.5s;
}
#object_services span {
	background: transparent url(/images/design/more.png) 50% 50% no-repeat;
	background-size: 24px 24px;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 0 0 0 0;
	width: 60px;
	cursor: pointer;
	transition: 0.5s;
	opacity: 0;
	z-index: 12;
}
#object_services.active:after {
	opacity: 1;
}
#object_services.active span {
	opacity: 0.5;
}
#object_services span:hover {
	opacity: 1;
}
#object_services.open:after,
#object_services.open span {
	opacity: 0;
	width: 0;
}
#telega {
	margin-bottom: 20px;
}
#telega_content {
	position: relative;
	padding-left: 42px;
	font-size: 13px;
	margin-bottom: 15px;
}
#telega_content:before {
	background: transparent url(/images/design/telega.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 32px;
	height: 32px;
	content: '';
	margin-top: -16px;
}
#error_container {
	background: #fff;
	height: 100%;
	position: relative;
	z-index: 1;
	font-weight: 400;
	font: 15px/1.5 'PT Sans', sans-serif;
	min-width: 320px;
	color: #222;
	margin: 0 auto;
	display: flex;
	max-width: 2560px;
	overflow: hidden;
	padding: 40px;
	box-sizing: border-box;
}
#error_positioner {
	margin: auto;
	max-width: 600px;
	text-align: center;
}
#error_positioner h1 {
	display: block;
	font-size: 48px;
	letter-spacing: -1px;
	line-height: 1.2;
	padding-bottom: 20px;
	padding-top: 0;
}
#error_num {
	font-size: 200px;
	letter-spacing: -3px;
	line-height: 1;
	color: #555;
	margin-top: -30px;
}
#error_num span {
	color: #0864ba;
}
#error_positioner .pre_tabs_wrapper {
	margin-top: 20px;
}
#err_copyright {
	font-size: 13px;
	color: #888;
}
#blog_promo_wrapper {
	margin: -10px auto 0;
	max-width: 1100px;
	padding: 0 20px 30px 20px;
}
#blog_promo_title {
	text-align: center;
	font-size: 22px;
	line-height: 1.15;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-top: 20px;
	border-top: 1px solid rgba(0,0,0, 0.15);
}
#blog_promo {
	margin-right: -40px;
	font-size: 0;
	line-height: 0;
	position: relative;
}
#blog_promo .blog_promo_item {
	width: 33.33333%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 40px 20px 0;
	font-size: 13px;
	line-height: 1.4;
}
#blog_promo .blog_promo_item a {
	font-size: 15px;
	line-height: 1.2;
}
#blog_promo .blog_promo_item p {
	padding-top: 7px;
}
#list_regions_wrapper {
	position: relative;
	position: relative;
	padding: 0;
}
#list_regions {
	position: relative;
	font-size: 0;
	line-height: 0;
	display:flex;
	flex-wrap:wrap;
	overflow: hidden;
	border-right: 1px solid rgba(0,0,0, 0.1);
	border-bottom: 1px solid rgba(0,0,0, 0.1);
}
#list_regions .list_region {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	height: auto;
	padding: 20px 20px 20px 20px;
	border-top: 1px solid rgba(0,0,0, 0.1);
	border-left: 1px solid rgba(0,0,0, 0.1);
}
#list_regions .list_region_line {
	margin-left: 45px;
	position: relative;
	margin-bottom: 8px;
}
#list_regions .list_region_label {
	position: absolute;
	top: 22px;
	left: 20px;
	width: 32px;
	box-sizing: border-box;
	background: #0864ba;
	font-size: 18px;
	line-height: 1;
	padding: 5px 0;
	text-align: center;
	color: #fff;
}
#list_regions .list_region a {
	color: #222;
	position: relative;
	display: block;
	padding: 0;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 400;
	transition: 0.3s;
	text-align: left;
	top: 7px;
}
#list_regions .list_region a em {
	background: #fff;
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	padding-right: 7px;
}
#list_regions .list_region a span {
	background: #fff;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 15px;
	font-weight: 400;
	color: #222;
	padding-left: 7px;
}
#list_regions .list_region a:hover {
	color: #0864ba;
}
#rubricator {
	display: none;
}
#rubricator ul li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 10px;
}
#rubricator ul li:before {
	position: absolute;
	top: 5px;
	left: 3px;
	width: 5px;
	height: 5px;
	border: 1px solid rgba(0,0,0, 0.4);
	border-radius: 50%;
	content: '';
}
#telega_wrapper {
	position: relative;
	border: 1px solid rgba(0,0,0, 0.2);
	padding: 10px 15px 0;
	margin-bottom: 30px;
}
#telega_wrapper .promolink {
	position: absolute;
	top: 100%;
	right: -1px;
}
#pro_regions {
	max-width: 540px;
	margin: 0 auto;
}
#law_objects_selector #pro_regions {
	display: none;
}
#pro_regions table {
	width: 100%;
	margin-bottom: 20px;
}
#pro_regions table tr td {
	padding: 8px 10px 9px;
	font-size: 16px;
	line-height: 1.3;
	text-align: left;
}
#pro_regions table tr td+td+td {
	text-align: center;
	color: #d91a1a;
}
form #pro_register_step .pre_submit {
    padding-right: 0px;
}
#content .pre_form #pro_register_step h5 {
	padding-right: 0px;
	padding-bottom: 20px;
}
#pro_regions table tr td {
	border: 1px solid rgba(0,0,0, 0.15);
	vertical-align: middle;
}
#pro_regions table tr td input {
	margin: 0;
	padding: 0;
	width: 18px;
	height: 18px;
	display: block;
}
#pro_regions table tr td.box {
	border-right: none;
	padding-right: 0;
	width: 18px;
}
#pro_regions table tr td.box+td {
	border-left: none;
	padding-left: 10px;
}
#sizo_data table tr td.pro_label {
	color: #0864ba;
	font-weight: 700;
}
.pre_button.small.font15 {
    font-size: 14px;
}
#error_container_loader {
	height: 70px;
	position: relative;
}
#error_container_loader:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 26px;
	margin: -16px 0 0 -16px;
	z-index: 13;
	content: '';
	border: 3px solid #0864ba;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
	-o-animation: cssload-spin 575ms infinite linear;
	-ms-animation: cssload-spin 575ms infinite linear;
	-webkit-animation: cssload-spin 575ms infinite linear;
	-moz-animation: cssload-spin 575ms infinite linear;
}
.pro_active, .pro_expired {
	padding-bottom: 7px;
	font-size: 16px;
}
.pro_expired {
	color: #d91a1a;
}
.pro_canceled {
	font-size: 13px;
	color: grey;
}

















@media screen and (max-width: 900px) {

	#quicklinks_wrapper .quicklink.floated {
		display:none;
		text-align: left;
	}
	#stats_wrapper {
		position: relative;
		top: auto;
		margin-top: 0px;
		right: auto;
		padding-top: 7px;
	}
	#stats_wrapper .stats_item {
		display: inline-block;
		padding-top: 3px;
		margin-left: 0px;
		margin-right: 15px;
	}
	#stats_wrapper .stats_item br {
		display: none;
	}
	#stats_wrapper .stats_item span {
		display: inline-block;
		vertical-align: middle;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: normal;
		line-height: 1.15;
	}
	#stats_wrapper .stats_item span+span {
		padding-left: 5px;
		letter-spacing: normal;
		font-size: 15px;
		font-weight: 400;
		margin-top: 0px;
	}
	#blog_promo .blog_promo_item {
		width: 100%;
	}
}

@media screen and (max-width: 900px) {
	#sidebar {
		margin-right: 0%;
		padding-right: 0px;
		position: static;
	}
	#content {
		float: none;
		margin-left: 0%;
		width: auto;
	}
	#footer_wrapper {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		text-align: center;
	}
	#footer ul li {
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 10px;
	}
	#fsin_support {
		position: relative;
		top: auto;
		right: auto;
		width: auto;
		margin: 10px auto 20px;
		padding-left: 0;
	}
	#fsin_support:before {
		display: none;
	}
	#counter {
		position: relative;
		bottom: auto;
		right: auto;
	}
	#container:after {
		display: none;
	}
	#navi {
		padding-left: 10px;
	}
	#navi li {
		padding-right: 0px;
		padding-left: 0px;
	}
	#ad_banner_wrapper {
		font-size: 0;
		line-height: 0;
		margin: 0 -20px 0 0;
		text-align: center;
	}
	.ad_banner_lite {
		display: inline-block;
		vertical-align: top;
		margin: 0 20px 20px 0;
		text-align: left;
		width: 240px;
	}
	#forum_comments tr td {
		padding: 8px 5px;
		font-size: 13px;
	}
	#forum_comments tr td .overflow {
	    max-width: 200px;
	}
}

@media screen and (max-width: 800px) {
	.pre_tabs_wrapper a {
		padding: 6px 20px 7px;
		border: 1px solid rgba(0,0,0, 0.1);
		font-size: 15px;
		font-weight: 400;
		margin: 0 8px 8px 0;
	}
	.pre_tabs_wrapper.small a {
		padding: 4px 12px 5px;
		font-size: 13px;
	}
	.pre_tabs_wrapper {
		white-space: normal;
		margin-bottom: 15px;
	}
	.pre_tabs_wrapper a.active+a {
		border-left-color: rgba(0,0,0, 0.1);
	}
	.pre_tabs_wrapper a.active+a.transparent {
		border-left-color: transparent;
	}
}

@media screen and (max-width: 700px) {
	#object_dirs_wrapper a {
		padding: 10px 8px;
	}
	#okno_about {
		border: none;
		padding: 20px 0 0 0;
		font-size: 14px;
	}
}

@media screen and (max-width: 600px) {
	#find_on_map span {
		display: none;
	}
	#graphic_wrapper {
		margin-right: -5px;
	}
	#graphic_wrapper .graphic {
		padding: 0 5px 5px 0;
	}
	#graphic_wrapper .graphic_date {
		font-size: 24px;
	}
	#graphic_wrapper .graphic_date em {
		font-size: 13px;
	}
	
	#search {
		padding: 0 0 10px;
	}
	#search_form {
		padding: 2px 60px 2px 2px;
	}
	#search_submit {
		position: absolute;
		top: 2px;
		bottom: 2px;
		right: 2px;
		width: 56px;
		letter-spacing: -10px;
		color: transparent;
	}
	#search_submit span {
		padding-left: 0px;
	}
	#search_submit span:hover {
		padding-right: 0px;
	}
	#search_submit span:before {
		left: 50%;
		margin-left: -8px;
	}
	#search_submit span:hover:before {
		left: 50%;
		margin-left: -8px;
	}
	#catalog_wrapper {
		border-top: 1px solid rgba(0,0,0, 0.1);
	}
	#catalog_wrapper td {
		display: block;
		width: auto;
		border-top: none;
	}
	#content #regions_wrapper a {
		width: 100%;
	}
	.pre_header1, h1,
	.pre_header2, h2,
	.pre_header3, h3,
	.pre_header4, h4,
	.pre_header5, h5 {
		padding-bottom: 25px;
		padding-top: 25px;
	}
	.pre_header1, h1 {
		font-size: 30px;
	}
	.pre_header2, h2 {
		font-size: 27px;
	}
	.pre_header3, h3 {
		font-size: 24px;
		padding-bottom: 20px;
	}
	.pre_header4, h4 {
		font-size: 21px;
		padding-bottom: 20px;
	}
	.pre_header5, h5 {
		font-size: 18px;
	}
	#sizo_wrapper {
		padding-left: 0px;
	}
	#sizo_wrapper img {
		display: none;
	}
	form .pre_input,
	form .pre_submit {
		width: 100%;
	}
	.pre_submit_privacy b {
	    display: inline;
	    font-size: 13px;
	}
	#forum_comments tr#forum_comments_header {
		display: none;
	}
	#forum_comments tr {
		border: 1px solid rgba(0,0,0, 0.15);
		display: block;
		margin-bottom: 10px;
		padding: 10px 15px;
	}
	#forum_comments tr:nth-child(even) td {
	    background: none;
	}
	#forum_comments tr td {
		background: transparent;
		padding: 3px 0;
		display: block;
		width: auto;
		border: none;
	}
	#forum_comments tr td+td+td+td {
		display: block;
		width: 100%;
		padding: 10px 0 0 0;
	}
	#forum_comments tr td+td+td+td+td {
		display: none;
	}
	#forum_comments tr td .overflow {
	    display: block;
	    white-space: normal;
	    max-width: 10000px;
	    line-height: 1.5;
	}
	#sizo_data table {
		border: none;
	}
	#sizo_data table tr {
		display: block;
		border: 1px solid rgba(0,0,0, 0.1);
		margin-bottom: 10px;
	}
	#sizo_data table tr td {
		display: block;
		text-align: left;
		width: auto;
		padding-bottom: 0;
	}
	#sizo_data table tr td+td {
		padding-top: 3px;
		padding-bottom: 12px;
	}
	#sizo_data table tr+tr td {
		border-top: none;
	}
	#sizo_data table tr:nth-child(even) {
		background: #f7f7f7;
	}
	#sizo_data table tr:nth-child(even) td {
		background: transparent;
	}
	#revews_rates_wrapper .rate_total_data_item {
		width: 100%;
	}
	.add_review_data .add_review_data_item {
		width: 100%;
	}
	.add_review_data.inline {
		width: 100%;
	}
	
	#register_tabs {
		border-bottom: none;
	}	
	#register_tabs .register_tab {
		padding: 8px 10px 8px 10px;
		font-size: 14px;
		margin: 2px;
		width: 40%;
		border: 1px solid rgba(0,0,0, 0.15);
	}
	#list_regions .list_region {
		width: 100%;
	}
	#list_regions {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 480px) {

	#object_dirs {
		border-left: 1px solid #c3c3c3;
		border-top: 1px solid #c3c3c3;
		position: relative;
		font-size: 0;
		line-height: 0;
	}
	#object_dirs_wrapper {
		height: auto;
		overflow: visible;
	}	
	#object_dirs_wrapper a {
		text-align: center;
		background: #f6f6f6;
		box-sizing: border-box;
		padding: 10px 0;
		width: 50%;
		margin: 0 0 0 0;
		line-height: 1.15;
		display: inline-block;
		border: none;
		border-right: 1px solid #c3c3c3;
		border-bottom: 1px solid #c3c3c3;
	}
	#object_dirs_wrapper a:first-child {
	    border-left: none;
	}	
	.comment {
		padding: 15px 0;
		border: none;
		margin-bottom: 0;
	}
	.add_auto_answer {
		position: relative;
		bottom: auto;
		left: auto;
		padding: 0 0;
		margin-top: 7px;
		display: inline-block;
	}
	.comment+.comment {
		border-top: 1px solid rgba(0,0,0, 0.1);
	}
	.comment.answer {
		border-top: 1px dashed rgba(0,0,0, 0.1);
		padding: 10px 0;
		background: #fff;
		margin-top: -10px;
		margin-left: 0;
	}
	.comment.answer:before {
		background: transparent url(/images/design/turn.png) 50% 50% no-repeat;	
		background-size: 16px 16px;
		position: absolute;
		top: 10px;
		left: -8px;
		width: 16px;
		height: 16px;
		display: block;
	}
	.comment.answer p.title {
		margin-left: 15px;
		font-size: 13px;
	}
	.comment .comment_control a, .comment .comment_control span {
		padding: 3px 15px;
	}
	.comment .delete {
		right: 0;
	}
	.comment .apply {
		right: 22px;
	}
	.comment .apply_send {
		right: 46px;
	}
	.comment .send_notice {
		right: 70px;
	}
	.comment .send_notice.pismo {
		right: 92px;
	}
	.comment.answer .delete {
		top: 11px;
	}
	.news_item p:first-child {
		font-size: 15px;
	}
	.news_item p+p {
		padding-top: 10px;
		font-size: 13px;
		line-height: 1.6;
	}
	.reviews_texts_item {
		position: relative;
		padding: 15px 0;
		border: none;
		border-top: 1px solid rgba(0,0,0, 0.1);
		margin-bottom: 20px;
	}
	#quicklinks_wrapper .quicklink#bookmark {
		display:none;
		text-align: left;
	}
	
	#graphic_wrapper .graphic.label {
		display: none;
	}
	#graphic_wrapper .graphic {
		width: 100%;
	}
	#graphic_wrapper .graphic_date {
		padding: 2px 0 10px 20px;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 0px;
		text-align: left;
	}
	#graphic_wrapper .graphic_date em {
		display: inline;
		font-weight: 400;
		font-size: 15px;
		margin-top: -0px;
		letter-spacing: 0px;
	}
	#graphic_wrapper .graphic_date b {
		display: inline;
		font-weight: 400;
		font-size: 15px;
	}
	#graphic_wrapper .graphic_tip {
		position: absolute;
		bottom: 0px;
		left: auto;
		top: 0px;
		right: 0px;
		padding: 7px 10px;
		background: #fff;
		color: #0864ba;
	}
	#graphic_wrapper .red .graphic_tip {
		background: #fff;
		color: #d91a1a;
	}
	#graphic_wrapper .past .graphic_tip {
		display: none;
	}
	#object_services {
		padding: 5px 0 5px 5px;
		height: auto;
	}
	#object_services:after,
	#object_services span {
		opacity: 0;
		width: 0;
	}
}

@media screen and (max-width: 380px) {
	#logo em {
		display: none;
	}
	#catalog_wrapper {
		border: none;
	}
	#catalog_wrapper td {
		border: none;
		border-bottom: 1px solid rgba(9,9,9, 0.1);
	}
	#catalog_wrapper .catalog_item {
		padding: 20px 0 20px 0;
	}
	#catalog_wrapper .catalog_item_data {
		padding-left: 80px;
	}
	#catalog_wrapper .catalog_item_image img {
		max-width: 70px;
		margin-top: 0px;
	}
	.pre_tabs_wrapper a {
		display: block;
		text-align: center;
	}
	.pre_tabs_wrapper a.active:before {
		display: none;
	}
	.sizo_buttons .pre_button {
		margin: 0 0 5px 0;
		display: block;
		text-align: center;
	}
	#socials {
		top: 6px;
		left: auto;
		right: 0;
		padding: 0 0 0 0;
	}
	#socials a {
		display: block;
		margin-right: 0;
		margin-bottom: 5px;
	}
	#register_tabs .register_tab {
		margin: 2px 0;
		width: 100%;
		box-sizing: border-box;
	}	
}







/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/

/*
==============================================
slideDown
==============================================
*/

@keyframes rotate360 {
  to { transform: rotate(360deg); }
}

.slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	visibility: visible !important;						
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(8%);
	}
	65%{
		transform: translateY(-4%);
	}
	80%{
		transform: translateY(4%);
	}
	95%{
		transform: translateY(-2%);
	}			
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	50%{
		-webkit-transform: translateY(8%);
	}
	65%{
		-webkit-transform: translateY(-4%);
	}
	80%{
		-webkit-transform: translateY(4%);
	}
	95%{
		-webkit-transform: translateY(-2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}

/*
==============================================
slideUp
==============================================
*/

.slideFastUp{
	animation-name: slideFastUp;
	-webkit-animation-name: slideFastUp;	

	animation-duration: 0.2s;	
	-webkit-animation-duration: 0.2s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	visibility: visible !important;			
}

@keyframes slideFastUp {
	0% {
		transform: translateY(10%);
	}
	100% {
		transform: translateY(0%);
	}	
}

@-webkit-keyframes slideFastUp {
	0% {
		-webkit-transform: translateY(10%);
	}		
	100% {
		-webkit-transform: translateY(0%);
	}	
}

.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 0.3s;	
	-webkit-animation-duration: 0.3s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	visibility: visible !important;			
}

@keyframes slideUp {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}	
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(-100%);
	}		
	100% {
		-webkit-transform: translateY(0%);
	}	
}

.slideToLeft{
	animation-name: slideToLeft;
	-webkit-animation-name: slideToLeft;	

	animation-duration: 0.5s;	
	-webkit-animation-duration: 0.5s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	visibility: visible !important;			
}

@keyframes slideToLeft {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0%);
	}	
}

@-webkit-keyframes slideToLeft {
	0% {
		-webkit-transform: translateX(-100%);
	}		
	100% {
		-webkit-transform: translateX(0%);
	}	
}


/*
==============================================
slideLeft
==============================================
*/


.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;	

	animation-duration: 1s;	
	-webkit-animation-duration: 0.5s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes slideLeft {
	0% {
		transform: translateX(-100%);
	}			
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(-100%);
	}		
	100% {
		-webkit-transform: translateX(0%);
	}
}

/*
==============================================
slideRight
==============================================
*/


.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 0.4s;	
	-webkit-animation-duration: 0.4s;	
	visibility: visible !important;	
}

@keyframes slideRight {
	0% {
		transform: translateX(-50%);
	}		
	100% {
		transform: translateX(0%);
	}	
}

@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-50%);
	}
	100% {
		-webkit-transform: translateX(0%);
	}
}

/*
==============================================
slideExpandUp
==============================================
*/


.slideExpandUp{
	animation-name: slideExpandUp;
	-webkit-animation-name: slideExpandUp;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease -out;

	visibility: visible !important;	
}

@keyframes slideExpandUp {
	0% {
		transform: translateY(100%) scaleX(0.5);
	}
	30%{
		transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		transform: translateY(2%) scaleX(0.5);
	}
	50%{
		transform: translateY(0%) scaleX(1.1);
	}
	60%{
		transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		transform: translateY(0%) scaleX(1);		
	}
}

@-webkit-keyframes slideExpandUp {
	0% {
		-webkit-transform: translateY(100%) scaleX(0.5);
	}
	30%{
		-webkit-transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		-webkit-transform: translateY(2%) scaleX(0.5);
	}
	50%{
		-webkit-transform: translateY(0%) scaleX(1.1);
	}
	60%{
		-webkit-transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		-webkit-transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		-webkit-transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		-webkit-transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		-webkit-transform: translateY(0%) scaleX(1);		
	}
}

/*
==============================================
expandUp
==============================================
*/


.expandUp{
	animation-name: expandUp;
	-webkit-animation-name: expandUp;	

	animation-duration: 0.5s;	
	-webkit-animation-duration: 0.5s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;		

	visibility: visible !important;	
}

@keyframes expandUp {
	0% {
		transform: translateY(100%) scale(0.6) scaleY(0.5);
	}
	60%{
		transform: translateY(-7%) scaleY(1.12);
	}
	75%{
		transform: translateY(3%);
	}	
	100% {
		transform: translateY(0%) scale(1) scaleY(1);
	}	
}

@-webkit-keyframes expandUp {
	0% {
		-webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
	}
	60%{
		-webkit-transform: translateY(-7%) scaleY(1.12);
	}
	75%{
		-webkit-transform: translateY(3%);
	}	
	100% {
		-webkit-transform: translateY(0%) scale(1) scaleY(1);
	}	
}

/*
==============================================
fadeIn
==============================================
*/

.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1.1);	
	}
	80% {
		transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}		
}

/*
==============================================
expandOpen
==============================================
*/


.expandOpen{
	animation-name: expandOpen;
	-webkit-animation-name: expandOpen;	

	animation-duration: 0.5s;	
	-webkit-animation-duration: 0.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;	
}

@keyframes expandOpen {
	0% {
		transform: scale(0.5);opacity:0;		
	}	
	100% {
		transform: scale(1);opacity:1;	
	}			
}

@-webkit-keyframes expandOpen {
	0% {
		-webkit-transform: scale(0.5);	opacity:0;	
	}
	100% {
		-webkit-transform: scale(1);opacity:1;
	}					
}

/*
==============================================
bigEntrance
==============================================
*/


.bigEntrance{
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;			
}

@keyframes bigEntrance {
	0% {
		transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
		opacity: 1;
	}
	45% {
		transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	75% {
		transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	100% {
		transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}		
}

@-webkit-keyframes bigEntrance {
	0% {
		-webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		-webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
		opacity: 1;
	}
	45% {
		-webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	75% {
		-webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		-webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	100% {
		-webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}				
}

/*
==============================================
hatch
==============================================
*/

.hatch{
	animation-name: hatch;
	-webkit-animation-name: hatch;	

	animation-duration: 2s;	
	-webkit-animation-duration: 2s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 

	visibility: visible !important;		
}

@keyframes hatch {
	0% {
		transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		transform: rotate(2deg) scaleY(1);
	}
	50% {
		transform: rotate(-2deg);
	}	
	65% {
		transform: rotate(1deg);
	}	
	80% {
		transform: rotate(-1deg);
	}		
	100% {
		transform: rotate(0deg);
	}									
}

@-webkit-keyframes hatch {
	0% {
		-webkit-transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		-webkit-transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		-webkit-transform: rotate(2deg) scaleY(1);
	}
	50% {
		-webkit-transform: rotate(-2deg);
	}	
	65% {
		-webkit-transform: rotate(1deg);
	}	
	80% {
		-webkit-transform: rotate(-1deg);
	}		
	100% {
		-webkit-transform: rotate(0deg);
	}		
}


/*
==============================================
bounce
==============================================
*/


.bounce{
	animation-name: bounce;
	-webkit-animation-name: bounce;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	
	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 	
}

@keyframes bounce {
	0% {
		transform: translateY(0%) scaleY(0.6);
	}
	60%{
		transform: translateY(-100%) scaleY(1.1);
	}
	70%{
		transform: translateY(0%) scaleY(0.95) scaleX(1.05);
	}
	80%{
		transform: translateY(0%) scaleY(1.05) scaleX(1);
	}	
	90%{
		transform: translateY(0%) scaleY(0.95) scaleX(1);
	}				
	100%{
		transform: translateY(0%) scaleY(1) scaleX(1);
	}	
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0%) scaleY(0.6);
	}
	60%{
		-webkit-transform: translateY(-100%) scaleY(1.1);
	}
	70%{
		-webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
	}
	80%{
		-webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
	}	
	90%{
		-webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
	}				
	100%{
		-webkit-transform: translateY(0%) scaleY(1) scaleX(1);
	}		
}


/*
==============================================
pulse
==============================================
*/

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 2s;	
	-webkit-animation-duration: 2s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 1;		
	}
	80% {
		transform: scale(1);
		opacity: 1;		
	}
	90% {
		transform: scale(0.8);
		opacity: 0.5;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;		
	}
	80% {
		-webkit-transform: scale(1);
		opacity: 1;		
	}
	90% {
		-webkit-transform: scale(0.80);
		opacity: 0.5;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}			
}

.rarePulse{
	animation-name: rarePulse;
	-webkit-animation-name: rarePulse;	

	animation-duration: 10s;	
	-webkit-animation-duration: 10s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes rarePulse {
	0% {
		transform: scale(1);
		opacity: 1;		
	}
	98% {
		transform: scale(1);
		opacity: 1;		
	}
	99% {
		transform: scale(0.87);
		opacity: 0.5;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}			
}

@-webkit-keyframes rarePulse {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;		
	}
	89% {
		-webkit-transform: scale(1);
		opacity: 1;		
	}
	99% {
		-webkit-transform: scale(0.87);
		opacity: 0.5;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}			
}


@keyframes calcpulse {
	0% {
		transform: translateY(0%);
		opacity: 1;		
	}
	80% {
		transform: translateY(0%);
		opacity: 1;		
	}
	90% {
		transform: translateY(50%);
		opacity: 0.5;	
	}	
	100% {
		transform: translateY(0%);
		opacity: 1;	
	}			
}

@-webkit-keyframes calcpulse {
	0% {
		-webkit-transform: translateY(0%);
		opacity: 1;		
	}
	80% {
		-webkit-transform: translateY(0%);
		opacity: 1;		
	}
	90% {
		-webkit-transform: translateY(50%);
		opacity: 0.5;	
	}	
	100% {
		-webkit-transform: translateY(0%);
		opacity: 1;	
	}			
}


/*
==============================================
floating
==============================================
*/

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(8%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(8%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}

/*
==============================================
tossing
==============================================
*/

.tossing{
	animation-name: tossing;
	-webkit-animation-name: tossing;	

	animation-duration: 2.5s;	
	-webkit-animation-duration: 2.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
	0% {
		transform: rotate(-4deg);	
	}
	50% {
		transform: rotate(4deg);
	}
	100% {
		transform: rotate(-4deg);	
	}						
}

@-webkit-keyframes tossing {
	0% {
		-webkit-transform: rotate(-4deg);	
	}
	50% {
		-webkit-transform: rotate(4deg);
	}
	100% {
		-webkit-transform: rotate(-4deg);	
	}				
}

/*
==============================================
pullUp
==============================================
*/

.pullUp{
	animation-name: pullUp;
	-webkit-animation-name: pullUp;	

	animation-duration: 1.1s;	
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 		
}

@keyframes pullUp {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}

@-webkit-keyframes pullUp {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}				
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}		
}

/*
==============================================
pullDown
==============================================
*/

.pullDown{
	animation-name: pullDown;
	-webkit-animation-name: pullDown;	

	animation-duration: 1.1s;	
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%; 		
}

@keyframes pullDown {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}

@-webkit-keyframes pullDown {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}				
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}		
}

/*
==============================================
stretchLeft
==============================================
*/

.stretchLeft{
	animation-name: stretchLeft;
	-webkit-animation-name: stretchLeft;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%; 
}

@keyframes stretchLeft {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}				
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}							
}

@-webkit-keyframes stretchLeft {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}				
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}		
}

/*
==============================================
stretchRight
==============================================
*/

.stretchRight{
	animation-name: stretchRight;
	-webkit-animation-name: stretchRight;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%; 		
}

@keyframes stretchRight {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}				
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}							
}

@-webkit-keyframes stretchRight {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}				
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}		
}

.cssload-loader {
	position: relative;
	left: calc(50% - 48px);
	width: 96px;
	height: 96px;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	perspective: 1200px;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;	
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
		-o-animation: cssload-rotate-one 1.15s linear infinite;
		-ms-animation: cssload-rotate-one 1.15s linear infinite;
		-webkit-animation: cssload-rotate-one 1.15s linear infinite;
		-moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 5px solid rgb(28,133,213);
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
		-o-animation: cssload-rotate-two 1.15s linear infinite;
		-ms-animation: cssload-rotate-two 1.15s linear infinite;
		-webkit-animation: cssload-rotate-two 1.15s linear infinite;
		-moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 5px solid rgb(232,135,0);
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
		-o-animation: cssload-rotate-three 1.15s linear infinite;
		-ms-animation: cssload-rotate-three 1.15s linear infinite;
		-webkit-animation: cssload-rotate-three 1.15s linear infinite;
		-moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 5px solid rgb(42,155,11);
}







@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/images/design/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/images/design/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/images/design/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/images/design/fancybox_overlay.png');
	background: #000000;
	opacity: 0.8;
	cursor: pointer;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.99);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #fff;
	background: rgba(255, 255, 255, .9);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/images/design/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/images/design/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}