html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}

blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a {
    color: #0066cc;
}

@font-face {
  font-family: 'rr';
  src: url("../../../g/fonts/roboto/roboto-r.eot@#iefix") 
  format("embedded-opentype"), 
  url("../../../g/fonts/roboto/roboto-r.woff") format("woff"),
   url("../../../g/fonts/roboto/roboto-r.ttf") format("truetype"),
    url("../../../g/fonts/roboto/roboto-r.svg#RobotoCL") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rb';
  src: url("../../../g/fonts/roboto/roboto-b.eot@#iefix") 
  format("embedded-opentype"), 
  url("../../../g/fonts/roboto/roboto-b.woff") format("woff"),
   url("../../../g/fonts/roboto/roboto-b.ttf") format("truetype"),
    url("../../../g/fonts/roboto/roboto-b.svg#RobotoCL") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rm';
  src: url("../../../g/fonts/roboto/roboto-m.eot@#iefix") 
  format("embedded-opentype"), 
  url("../../../g/fonts/roboto/roboto-m.woff") format("woff"),
   url("../../../g/fonts/roboto/roboto-m.ttf") format("truetype"),
    url("../../../g/fonts/roboto/roboto-m.svg#RobotoCL") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* + Static styles */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
}
.wrapper {
    position: relative;
    min-height: 100%;
    margin: 0 auto;
    width: 982px;
    background-color: #0000fe;
}
.wrapper .empty {
    height: 170px;
}
.wrapper-bg {
    padding-top: 20px;
    height: auto !important;
    min-height: 100%;
    margin: 0 auto;
    background: #053ff4;
    background: -moz-linear-gradient(top, #0606ee 0%, #0296e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0606ee), color-stop(100%, #0296e5));
    background: -webkit-linear-gradient(top, #0606ee 0%, #0296e5 100%);
    background: -o-linear-gradient(top, #0606ee 0%, #0296e5 100%);
    background: -ms-linear-gradient(top, #0606ee 0%, #0296e5 100%);
    background: linear-gradient(to bottom, #0606ee 0%, #0296e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0606ee', endColorstr='#0296e5', GradientType=0);
}
.container {
    padding: 0 20px;
}
nav {
    float: left;
    height: 48px;
}
nav .menu-top {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font-size: 0;
}
nav .menu-top > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: url('menu-border.png') no-repeat left center;
}
nav .menu-top > li:first-child {
    background: none;
}
nav .menu-top > li:first-child a {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}
nav .menu-top > li > a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    padding: 0 16px;
    height: 48px;
    line-height: 48px;
}
nav .menu-top > li > a.opened {
    text-decoration: underline;
}
nav .menu-top > li > a.opened:hover {
    background: none;
    text-decoration: underline;
}
nav .menu-top > li > a:hover {
    color: #ffffff;
    background-color: #b50220;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.21) 0%, rgba(255, 255, 255, 0.21) 100%);
}

nav .menu-top > li.s3-menu-allin-active > a {
	color: #ffffff;
    background-color: #b50220;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.21) 0%, rgba(255, 255, 255, 0.21) 100%);
}

nav .menu-top > li > ul {
	position: absolute;
	top: 100% !important;
	left: 0 !important;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #0000fe;
	width: 191px;
	display: none;
}

nav .menu-top > li > ul > li {
	position: relative;
}

nav .menu-top > li > ul > li ul {
	position: absolute;
	top: 0 !important;
	left: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #0000fe;
	width: 191px;
	display: none;
}

nav .menu-top > li ul li a{
	padding: 9px 18px;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	display: block;
	position: relative;
}

nav .menu-top > li ul li a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	width: 3px;
	height: 6px;
	background: url(m-arrr.png) 0 0 no-repeat;
	margin: auto;
}
nav .menu-top > li ul li a:hover {
	background: #02a7ff;
}

nav .menu-top > li ul li.s3-menu-allin-active > a {
	background: #02a7ff;
}
.main-content {
    padding-top: 15px;
}
.main-content table {
    width: 100%;
    border-spacing: 0;
}
.main-content .sidebar {
    width: 220px;
    vertical-align: top;
    padding-right: 30px;
}
.main-content .content-part {
    vertical-align: top;
    padding-bottom: 50px;
}
.box-titles {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
.red-title {
    color: #ffffff;
    background-color: #a9021b;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.2);
}
/* + Right menu */
.right-menu {
    margin: 0;
    position: relative;
    padding: 0;
    list-style: none;
    background-color: #03a7ff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #28a5ea;
}
.right-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'rr';
}
.right-menu > li {
    border-top: 1px solid #b9d4e3;
}
.right-menu > li:first-child {
    border-top: 0 none;
}
.right-menu > li > a {
    display: block;
    color: #fff;
    padding: 8px 0 8px 20px;
    *padding: 8px 0 7px 20px;
    font-size: 14px;
    text-decoration: none;
}
.right-menu > li:hover > a {
    color: #fff;
    background: #a9021b;
}
.right-menu > li > a span {
    display: block;
    padding-right: 18px;
}
.right-menu > li.s3-menu-allin-has > a span {
	background: url('menu-activity.png') no-repeat 186px 5px;
}
.right-menu > li ul {
    position: absolute;
    width: 220px;
    background: #a9021b;
    margin: 1px 0 0;
    padding: 0;
    list-style: none;
    display: none;
}
.right-menu > li ul ul {
	margin-top: 0;
}
.right-menu > li ul li {
	display: block;
}
.right-menu > li ul li a {
    text-decoration: none;
    padding: 0;
}
.right-menu > li ul li a span {
    position: relative;
    display: block;
    padding: 7px 15px 7px 10px;
    color: #fff;
    font-size: 14px;
}
.right-menu > li ul li a {
	position: relative;
}
.right-menu > li ul li.s3-menu-allin-has > a:before {
	position: absolute;
	right: 5px;
	top: 8px;
	content: '';
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-left-color: #fff;
}
.right-menu > li ul li > a {
	display: block;
}
.right-menu > li ul li:hover > a {
	background: rgba(255,255,255,.15);
}
/* - Right menu */
.sidebar .stock-block {
    padding: 15px 20px 15px;
    font-size: 13px;
    color: #333333;
    line-height: 18px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    *overflow: hidden;
}
.stock-block img{
    margin: 15px 0 0;
}
.news-block {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    *overflow: hidden;
}
.white-title {
    color: #000000;
    font-size: 22px;
    background-color: #fff;
}
.white-title a {
    color: #0066cc;
    font-size: 12px;
    vertical-align: baseline;
}
.white-title a:hover {
    text-decoration: none;
}
.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
.news-list li {
    padding: 10px 20px 15px;
    color: #333;
    font-size: 12px;
}
.news-list li:first-child {
    border-top: 0 none;
}
.news-list li a {
    color: #333333;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
}
.news-list li a:hover {
    text-decoration: underline;
    color: #06c;
}
.news-list li span {
    display: block;
    color: #999;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
}
.informers {
    margin-bottom: 15px;
    padding: 15px 20px;
    font-size: 11px;
    line-height: 13px;
    color: #fff;
    border-bottom: 1px solid #ddd;
}
.transp-title {
    color: #333;
    font-size: 22px;
}
.informers-cont {
    margin: 12px 0 0 0;
    color: #666;
    font-size: 11px;
}
.sidebar-content {
    margin-bottom: 20px;
}
.search-block {
    float: right;
    margin: 11px 10px 0 0;
}
.search-block .search-container {
    background: url('search-area.png') no-repeat left top;
    padding-left: 10px;
}
.search-block .search-container > .field {
    position: relative;
    background: url('search-area.png') no-repeat right -43px;
    height: 26px;
    width: 170px;
}
.search-block .search-container > .field input {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    height: 26px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #fff;
    width: 80%;
    border: 0 none;
    background-color: transparent;
    line-height: 26px;
}

.search-block .search-container > .field input:focus{
    outline: 0 none;
}

.search-block .search-container > .field button {
    position: absolute;
    top: 0px;
    right: 13px;
    height: 26px;
    width: 13px;
    background: transparent url('search-btn.png') no-repeat left center;
    border: 0 none;
    cursor: pointer;
}
.search-block .search-container > .field div {
    position: relative;
    height: 27px;
    background: url('field.png') no-repeat right bottom;
}
/* - Static styles */
/* + Header*/
.header-top-line {
    position: relative;
    *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
    *zoom: 1;
    height: 48px;
    line-height: 48px;
    width: 100%;
    background: #03a7ff;
    z-index: 100;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 2px solid #2b69a0;
}
.header-top-line:before,
.header-top-line:after {
    content: "";
    display: table;
}
.header-top-line:after {
    clear: both;
}
.header-top-line .container {
    width: 940px;
}
.left-part {
    float: left;
    width: 450px;
}
.right-part {
    float: right;
    text-align: right;
    width: 430px;
}
.right-part address {
    color: #e5e5e5;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    text-align: left;
    margin-top: 5px;
    text-align: right;
}
.right-part address p {
    font-size: 20px;
    color: #ffffff;
}
.right-part > a {
    font-size: 12px;
    color: #0066cc;
}
.right-part > a:hover {
    text-decoration: none;
}
.hot-tour {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    height: 43px;
    padding-left: 35px;
    text-decoration: none;
    margin: -3px 0 0 25px;
    cursor: pointer;
    background-color: #a50219;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
	border-radius: 3px;
	box-shadow: 0.5px 0.9px 3px rgba(0, 0, 0, 0.2), inset 0.5px 0.9px 0 rgba(161, 2, 24, 0.48),0 0 0 4px rgba(151, 2, 21, 0.1);
}
.hot-tour span {
    display: block;
    height: 43px;
    padding-right: 35px;
    color: #fefefe;
    font-size: 17px;
    line-height: 43px;
    font-weight: bold;
}
.hot-tour:hover {
    opacity: .8;
}

.header-bottom-line {
    padding: 15px 0 14px;
    *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
    *zoom: 1;
}
.header-bottom-line:before,
.header-bottom-line:after {
    content: "";
    display: table;
}
.header-bottom-line:after {
    clear: both;
}
.logo {
    position: relative;
    overflow: hidden;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    //height: 59px;
    //width: 60px;
    margin-right: 15px;
}

.logo img{
	max-height: 60px;
}
.company-name {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    color: #cc2c17;
    font-size: 25px;
    padding-right: 18px;
    line-height: 28px;
    padding-top: 13px;
}
.company-name span {
    display: block;
    color: #666666;
    font-size: 13px;
    line-height: 16px;
    width: 300px;
    margin: 5px 0 0 3px;
}
.phone-list {
	width: 210px;
	font-family: 'rr';
    display: inline-block;
    *display: inline;
    vertical-align: top;
    padding: 0;
    margin: 0;
    list-style: none;
    *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
    *zoom: 1;
    color: #fff;
}
.phone-list:before,
.phone-list:after {
    content: "";
    display: table;
}
.phone-list:after {
    clear: both;
}
.phone-list li {
    float: left;
    margin-left: 5px;
}
.phone-list li:first-child {
    margin-left: 0;
}
.phone-list li span {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-top: 2px;
}
.phone-list li p {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

.right-part .phone__inner a[href^="tel:"] {
	color: #fff !important;
}
.address-field {
    color: #fff;
    font-size: 12px;
}
.address-field span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    color: #999;
    font-size: 12px;
}
.right-part .recall-me {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
}
.right-part .recall-me:hover {
    text-decoration: none;
}
/* - Header */
/* + Content */
.main-content .container {
    padding: 0 18px;
}
.slider-block {
    position: relative;
    height: 345px;
    *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
    *zoom: 1;
    width: 942px;
    overflow: hidden;
    top: -5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.slider-block:before,
.slider-block:after {
    content: "";
    display: table;
}
.slider-block:after {
    clear: both;
}
.slider-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 999999px;
}
.slider-block ul li {
    float: left;
    height: 345px;
    width: 942px;
    overflow: hidden;
    position: relative;
}
.slider-block ul li a {
    display: block;
    height: 345px;
    width: 942px;
    text-decoration: none;
}
.slider-block ul li span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 62px;
    color: #fff;
    font-size: 21px;
    font-style: italic;
    background: url('slider-bottom.png') repeat;
    line-height: 62px;
    padding-left: 20px;
}
.slide-arrow {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 13px;
    height: 19px;
    background-image: url('slide-arrow.png');
    background-repeat: no-repeat;
}
.next-slide,
.bx-next {
    display: block;
    height: 19px;
    width: 13px;
    font-size: 0;
    line-height: 0;
    z-index: 10000;
    right: 10px;
    background-position: left bottom;
}
.prev-slide,
.bx-prev {
    display: block;
    height: 19px;
    width: 13px;
    font-size: 0;
    line-height: 0;
    z-index: 10000;
    left: 10px;
    background-position: left top;
}
.text {
    padding: 38px 16px 20px 16px;
    *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
    *zoom: 1;
    font-size: 14px;
    color: #333;
    line-height: 18px;
    background-color: #fff;
}
.text:before,
.text:after {
    content: "";
    display: table;
}
.text:after {
    clear: both;
}
.text p {
    padding-bottom: 15px;
}
/* - Content */
/* + Footer part */
footer {
    position: relative;
    height: 170px;
    width: 982px;
    margin: -170px auto 0;
}
footer .container {
    padding: 0;
}
.footer-menu {
    height: 40px;
    padding: 0;
    list-style: none;
    margin: 0;
    *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
    *zoom: 1;
    padding-left: 10px;
    background-color: #02a7ff;
}
.footer-menu:before,
.footer-menu:after {
    content: "";
    display: table;
}
.footer-menu:after {
    clear: both;
}
.footer-menu li {
    float: left;
    background: url('footer-border-menu.png') no-repeat left center;
}
.footer-menu li:first-child {
    background: none;
}
.footer-menu li a {
    display: block;
    position: relative;
    font-size: 14px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 11px;
    text-decoration: none;
}
.footer-menu li a.active {
    color: #fff;
    text-decoration: none;
    background-color: #b50220;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.21) 0%, rgba(255, 255, 255, 0.21) 100%);
}
.footer-menu li a.active:hover {
    text-decoration: none;
}
.footer-menu li a:hover {
    color: #fff;
    text-decoration: underline;
}
.bottom-line {
    margin: 25px 0 0;
    overflow: hidden;
    padding: 0 20px;
}
.bottom-line address {
    margin: 0 0 15px;
}
.bottom-line address p {
    color: #333333;
    font-size: 13px;
    line-height: 15px;
    font-style: normal;
}
.order-site {
    position: relative;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding-right: 35px;
    width: 150px;
}

/*
span.copyright img {
    position: absolute;
    right: 0;
    top: 0;
  	margin: auto 0;
    
    width: 26px;
    padding-top: 34px;
    bottom: 0;
    height: 0;
    padding-top: 34px;
    margin: auto 0;
    background: url("mega-logo.png") no-repeat scroll right center;
}*/
.order-site p {
    color: #d9d9d9;
    font-size: 12px;
    line-height: 16px;
}
.order-site a {
display: block;
    color: #d9d9d9;
    font-size: 11px;
    line-height: 16px;
    text-decoration: underline;
}
.order-site a:hover {
    text-decoration: none;
}
/* - Footer part */
.site-path {
    color: #d9d9d9;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
}
.site-path a {
    color: #d9d9d9;
    text-decoration: underline;
}
.site-path a:hover {
    text-decoration: none;
}
.left-place {
    float: left;
    width: 300px;
}
.right-place {
    float: right;
    width: 250px;
    text-align: right;
}
.two-blocks {
    float: left;
    width: 135px;
    margin-right: 115px;
}
.social-block {
    margin-top: 15px;
}
.social-block p {
    color: #d9d9d9;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 5px;
}
.social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-icons li {
    float: left;
    margin-left: 5px;
}
.social-icons li:first-child {
    margin-left: 0;
}
.social-icons li a {
    display: block;
    height: 16px;
    width: 16px;
    overflow: hidden;
}
.copy {
    font-size: 12px;
    line-height: 16px;
    color: #d9d9d9;
}
.counters {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-top: 20px;
    color: #333;
    font-size: 12px;
}
/* - Footer part */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #000000;
    margin: 5px 0 20px;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
table.table0 td p,
table.table1 td p,
table.table2 td p {
    padding: 0;
    margin: 0;
}
table.table0 {
    border-collapse: collapse;
}
table.table0 td {
    padding: 5px;
    border: none;
}
table.table1 {
    border-collapse: collapse;
}
table.table1 tr:hover {
    background: #e0e0e0;
}
table.table1 td {
    padding: 5px;
    border: 1px solid #91949a;
}
table.table2 {
    border-collapse: collapse;
}
table.table2 tr:hover {
    background: #e0e0e0;
}
table.table2 td {
    padding: 5px;
    border: 1px solid #91949a;
}
table.table2 th {
    padding: 8px 5px;
    border: 1px solid #FC5541;
    background: #FC5541;
    color: #fff;
    text-align: left;
}
.go-up {
    position: absolute;
    top: -12px;
    left: -80px;
    display: block;
    height: 41px;
    width: 41px;
    background-color: #a11438;
    background-image: url('go-up.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}
.go-up:hover {
    background-position: 0 bottom;
}
.fixed-bg {
    position: fixed;
    top: 0;
    left: 0;
    background: url('pattern.png') repeat;
    height: 100%;
    width: 100%;
    opacity: .3;
    filter: alpha(opacity = 30);
    
}
/* Imports files */
.iblock {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}
.clearfix {
    *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.captcha{
vertical-align: middle;
}
.delete-border{
background: none;
}
.footer-menu .delete-border{
background: none;
}
.search-block .search-container > .field .place-color{
color: #fff;
}

footer .address__inner, footer .phones__inner, footer .email__inner {
    color: #ffffff;
    font-size: 13px;
    font-family: 'rr';
    line-height: 15px;
    font-style: normal;
}

footer .phones__inner a[href^="tel:"] {
   color: inherit;
   text-decoration: none;
   cursor: default;
}

.right-part .phone__inner {
    color: #333;
    font-size: 15px;
    line-height: 20px;
    font-weight:bold
}

.right-part .phone__inner a[href^="tel:"] {
   color: inherit;
   text-decoration: none;
   cursor: default;
}


.company-name__inner a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
}

.company-name__inner a > span {
	color: #02a3fe;
	display: inline;
	font-weight: bold;
	font-size: 30px;
}

.company-descriptor__inner {
	font-weight: bold;
	font-style: italic;
	color: #fff !important;
	font-size: 18px !important;
	padding: 0 0 0 79px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.red-block {
	font-size: 0;
}

.red-block .title {
	font-size: 25px;
	color: #fefefe;
	font-family: 'rb';
}

.red-block .red-in{
	font-size: 0;
	padding: 20px 0;
}

.red-block .red-in .red-main {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	background: #c6e6ff;
	margin: 0 12px 14px 0;
}

.red-block .red-in .red-main:nth-child(3n){
	margin-right: 0;
}

.red-block .red-in .red-main .r-text {
	min-height: 80px;
	padding: 17px 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.red-block .red-in .red-main .r-text .r-title {
	font-family: 'rb';
	font-size: 18px;
	color: #010101;
	padding-bottom: 11px;
}

.red-block .red-in .red-main .r-text .price {
	font-size: 15px;
	color: #010101;
	font-family: 'rb';
	text-transform: uppercase;
}
.red-block .red-in .red-main .r-img {
	height: 161px;
}
.red-block .red-in .red-main .r-img img{
	max-width: 100%;
}

.red-block .red-in .red-main .btn {
	height: 35px;
	display: block;
	line-height: 35px;
	position: relative;
	background: #02a7ff;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	font-family: 'rb';
	padding: 0 0 0 14px;
}
.red-block .red-in .red-main .btn:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	background: #63c9ff url(btn-icon.png) 50% 50% no-repeat;
	margin: auto;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}


.red-bot {
	font-size: 0;
	padding: 20px 0;
}

.red-bot .title {
	font-size: 25px;
	color: #fefefe;
	font-family: 'rb';
}

.red-bot .block-in{
	font-size: 0;
	padding: 20px 0;
}

.red-bot .block-in .blocks {
	background: #02a7ff;
	margin: 0 0 14px 0;
}

.red-bot .block-in .blocks .r-img {
	height: 152px;
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin-right: 17px;
}
.red-bot .block-in .blocks .r-img img{
	width: 100%;
	height: 100%;
}

.red-bot .block-in .blocks .r-text {
	width: 420px;
	display: inline-block;
	vertical-align: top;
	padding: 23px 0 10px;
}

.red-bot .block-in .blocks .r-text .r-title {
	font-family: 'rm';
	font-size: 18px;
	color: #040489;
	padding-bottom: 5px;
}

.red-bot .block-in .blocks .r-text .r-body{
	font-family: 'rm';
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
	margin: 5px 0;
	height: 50px;
	overflow: hidden;
}

.red-bot .block-in .blocks .r-text .r-body p{
	margin: 0;
}

.red-bot .block-in .blocks .btn {
	height:26px;
	width: 109px;
	display: block;
	line-height: 26px;
	position: relative;
	background: #c6e6ff;
	text-decoration: none;
	font-size: 13px;
	color: #02a7ff;
	font-family: 'rm';
	padding: 0 0 0 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.red-bot .block-in .blocks .btn:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7px;
	background: #63c9ff url(btn-icon.png) 50% 50% no-repeat;
	margin: auto;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.right-menu > li:first-child > a {
	border-radius: 5px 5px 0 0;
}

.right-menu > li:last-child > a {
	border-radius: 0 0 5px 5px;
}