﻿/*-------------------------------  reset  ------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
blockquote,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid silver
}

legend {
    white-space: normal
}

embed,
img,
object {
    max-width: 100%
}

b,
dt,
strong {
    font-weight: 700
}

dfn,
em,
i {
    font-style: italic
}

blockquote,
q {
    quotes: none;
    font-style: italic
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    outline: 0
}

hr {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    margin: 20px 0 30px;
    padding: 0;
    border: none;
    background: #555
}

mark {
    color: #000;
    background: #ff0
}

pre {
    margin: 1em 0;
    padding: 15px;
    border: 1px solid #555;
    border-radius: 5px;
    white-space: pre;
    white-space: pre-wrap;
    background: #efefef;
    word-wrap: break-word
}

code,
kbd,
pre,
samp {
    font-family: 'courier new', monospace, serif;
    font-size: 1em
}

small {
    font-size: 80%
}

big {
    font-size: 125%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em;
    left: -0.3em;
}

sub {
    bottom: -.25em;
    left: -0.3em;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

ins,
u {
    text-decoration: underline
}

del,
s {
    text-decoration: line-through
}

dl,
menu {
    margin: 1em 0 1em 1em;
    list-style: none
}

dd+dt {
    margin-top: 1em
}

dd {
    margin: 0 0 0 40px
}

nav ol,
nav ul,
ol,
ul {
    list-style: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

td,
td img {
    vertical-align: top
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #2597ff
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #2597ff
}

::-ms-selection {
    text-shadow: none;
    color: #fff;
    background: #2597ff
}

[hidden] {
    display: none
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: sans-serif;
    font-size: 100%;
    vertical-align: baseline;
    outline: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

::-webkit-input-placeholder {
    color: #ccc;
}

::-webkit-textarea-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

input::-ms-placeholder {
    color: #ccc;
}

textarea::-ms-placeholder {
    color: #ccc;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: not-allowed;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    display: block;
    font-family: sans-serif;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="tel"],
input[type="email"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
    background: #ffface !important;
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input[type="text"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input[type="text"]:focus::-ms-placeholder,
input[type="tel"]:focus::-ms-placeholder,
input[type="email"]:focus::-ms-placeholder,
textarea:focus::-ms-placeholder,
input[type="password"]:focus::-moz-placeholder {
    color: transparent;
}

body {
    position: relative;
    font: 13px/19px Verdana, Geneva, sans-serif;
    color: #555;
    background: #fff;
    min-width: 950px;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: underline;
    color: #678bd8;
}

a:hover {
    text-decoration: underline;
    color: #d70017;
}
/*-------------------------------  Custom Fonts  ------------------------------------*/

@font-face {
    font-family: 'roboto_blackroboto_black';
    src: url('fonts/roboto_black-webfont.eot');
    src: url('fonts/roboto_black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto_black-webfont.woff') format('woff'), url('fonts/roboto_black-webfont.ttf') format('truetype'), url('fonts/roboto_black-webfont.svg#roboto_blackroboto_black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('fonts/roboto-bold.eot');
    src: url('fonts/roboto-bold.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-bold.woff') format('woff'), url('fonts/roboto-bold.ttf') format('truetype'), url('fonts/roboto-bold.svg#Roboto Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Light';
    src: url('fonts/roboto-light.eot');
    src: url('fonts/roboto-light.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto-light.woff') format('woff'),
    url('fonts/roboto-light.ttf') format('truetype'),
    url('fonts/roboto-light.svg#Roboto Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*-------------------------------  conteiner  ------------------------------------*/

.wWrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.wSize {
    width: 990px;
    padding: 0 5px;
    margin: 0 auto;
    position: relative;
}

.wr-block1-in{
    position: relative;
}

.new_banner{
    position: absolute;
      left: 8px;
      bottom: 10px;
    border-radius: 36px;

}

.wConteiner {
    padding: 0px 0 80px 0;
    position: relative;
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
}

.wConteiner .wSize:before {
    content: '';
    width: 207px;
    position: absolute;
    left: -300px;
    top: 0;
    height: 656px;
    background: url('../pic/content-bg-sprite.png') top left no-repeat;
}

.wConteiner .wSize:after {
    content: '';
    width: 207px;
    position: absolute;
    right: -300px;
    top: 0;
    height: 656px;
    background: url('../pic/content-bg-sprite.png') bottom left no-repeat;
}
/*-------------------------------  wHeader  ------------------------------------*/

.wHeader {
    position: relative;
    z-index: 5;
    height: 208px;
    background: url('../pic/header-bg.jpg') top center no-repeat;
}

.t_himg-cover {
    width: 553px;
    height: 214px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 365px;
    bottom: auto;
    right: auto;
}

.t_himg-cover img {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    -webkit-transform: translatez(0);
    transform: translatez(0);
}

.l1-img {
    left: 0;
    z-index: 2;
}

.l2-img {
    left: 110px;
    z-index: 1;
}

.l3-img {
    left: 226px;
    z-index: 4;
}

.l4-img {
    left: 344px;
    z-index: 3;
}
/*-----------------------------------------------------------------------------------------------*/

@-webkit-keyframes rotate {
    25% {
        -webkit-transform: translate(50px, 0);
    }
    50% {
        -webkit-transform: translate(150px, 0);
    }
    75% {
        -webkit-transform: translate(90px, 0);
    }
    100% {
        -webkit-transform: translate(0px, 0);
    }
}

@-webkit-keyframes rotate_img_2 {
    25% {
        -webkit-transform: translate(-50px, 0);
    }
    50% {
        -webkit-transform: translate(-150px, 0);
    }
    75% {
        -webkit-transform: translate(-50px, 0);
    }
    100% {
        -webkit-transform: translate(0px, 0);
    }
}

@-webkit-keyframes rotate_img_3 {
    25% {
        -webkit-transform: translate(50px, 0);
    }
    50% {
        -webkit-transform: translate(125px, 0);
    }
    75% {
        -webkit-transform: translate(50px, 0);
    }
    100% {
        -webkit-transform: translate(0px, 0);
    }
}

@-webkit-keyframes rotate_img_4 {
    25% {
        -webkit-transform: translate(-50px, 0);
    }
    50% {
        -webkit-transform: translate(-150px, 0);
    }
    75% {
        -webkit-transform: translate(-50px, 0);
    }
    100% {
        -webkit-transform: translate(0px, 0);
    }
}

@keyframes rotate {
    25% {
        transform: translate(50px, 0);
    }
    50% {
        transform: translate(150px, 0);
    }
    75% {
        transform: translate(90px, 0);
    }
    100% {
        transform: translate(0px, 0);
    }
}

@keyframes rotate_img_2 {
    25% {
        transform: translate(-50px, 0);
    }
    50% {
        transform: translate(-150px, 0);
    }
    75% {
        transform: translate(-50px, 0);
    }
    100% {
        transform: translate(0px, 0);
    }
}

@keyframes rotate_img_3 {
    25% {
        transform: translate(50px, 0);
    }
    50% {
        transform: translate(125px, 0);
    }
    75% {
        transform: translate(50px, 0);
    }
    100% {
        -webkit-transform: translate(0px, 0);
    }
}

@keyframes rotate_img_4 {
    25% {
        transform: translate(-50px, 0);
    }
    50% {
        transform: translate(-150px, 0);
    }
    75% {
        transform: translate(-50px, 0);
    }
    100% {
        transform: translate(0px, 0);
    }
}

.t_himg-cover:hover img.l1-img {
    -webkit-animation: rotate 1.5s linear;
    animation: rotate 1.5s linear;
}

.t_himg-cover:hover img.l2-img {
    -webkit-animation: rotate_img_2 1.7s linear;
    animation: rotate_img_2 1.7s linear;
}

.t_himg-cover:hover img.l3-img {
    -webkit-animation: rotate_img_3 1.9s linear;
    animation: rotate_img_3 1.9s linear;
}

.t_himg-cover:hover img.l4-img {
    -webkit-animation: rotate_img_4 2.1s linear;
    animation: rotate_img_4 2.1s linear;
}
/*-------------------------------  enterPopup  ------------------------------------*/

.enterRegPopup {
    position: relative;
    width: auto;
    margin: 20px auto;
    padding: 1.5% 2%;
    max-width: 700px;
    background: #fff;
}

.enterReg_top {
    position: relative;
    margin-bottom: 3%;
    overflow: hidden;
}

.enterReg_top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #ddd;
}

.enterBlock,
.regBlock {
    z-index: 9;
    float: left;
    position: relative;
    width: 46%;
    -webkit-backface-visibility: hidden;
}

.regBlock {
    float: right;
}

.enterReg_top .erTitle {
    position: relative;
    margin-bottom: 1.5em;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
}

.enterBlock_form {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}

.enterBlock .visForm {
    opacity: 1;
    visibility: visible;
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

.wFormRow {
    position: relative;
    margin-bottom: 2%;
}

.sub_msg {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddcbd6;
    width: 100%;
    height: 150px;
    resize: none;
    font-size: 14px;
    padding: 10px 20px;
}

.wFormRow input {
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    border: 1px solid #ddcbd6;
    font-size: 14px;
    color: #000;
    background: #fff;
    -webkit-backface-visibility: hidden;
}

.wFormRow input:focus {
    border-color: #000;
}

.wFormRow input:focus::-webkit-input-placeholder {
    color: transparent;
}

.wFormRow input:focus::-moz-placeholder {
    color: transparent;
}

.wFormRow input:focus::-ms-placeholder {
    color: transparent;
}

.wFormRow .inpInfo {
    z-index: 2;
    position: absolute;
    top: 0;
    height: 0;
    overflow: hidden;
    right: 0;
    padding: 2px 5px;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 12px;
    color: #fff;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.wFormRow input:focus ~ .inpInfo {
    height: 12px;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

.checkBlock {
    display: inline-block;
    position: relative;
    margin-bottom: 7%;
    vertical-align: top;
    cursor: pointer;
    min-height: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.checkBlock input {
    height: 1px;
    width: 1px;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkBlock ins {
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    border: 1px solid #ddcbd6;
    background: #fff;
}

input.error ~ ins {
    border-color: #f00;
}

.checkBlock span {
    display: block;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #a0a0a0;
}

.checkBlock input:checked ~ ins {
    background: #000;
    box-shadow: inset 0 0 0 3px #fff;
}

.checkBlock:hover p {
    color: #333;
}

.enterReg_ctrl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.enterReg_btn {
    display: inline-block;
    vertical-align: top;
    background: #000;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    height: 36px;
    padding: 0 30px;
    border: none;
    outline: none;
    text-transform: uppercase;
}

.enterReg_btn:hover {
    background: #666;
}

.enterReg_btn:active {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: inset 0 -2px 4px #fff, inset 0 3px 6px rgba(0, 0, 0, 0.8);
    background: #666;
}

.passLink {
    position: absolute;
    left: 0;
    bottom: 7px;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
}

.passLink:hover {
    text-decoration: underline;
}

.forgetInf {
    font-size: 14px;
    line-height: 1.5em;
    color: #999;
    min-height: 116px;
}

.socEnter {
    padding: 3% 0 0;
    border-top: 1px solid #ddd;
    text-align: center;
}

.socEnter .erTitle {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.sub_cont_b {
    background: #2c9df2;
}
/*-----------------------------------------------------------------------------------------------*/

.wHeader .wSize {
    width: 840px;
    height: 211px;
}

.wHeader .mail-info {
    display: block;
    position: absolute;
    z-index: 10;
    top: 5px;
    left: 260px;
    padding: 5px 10px 5px 10px;
}

.wHeader .mail-info img {
    margin-right: 5px;
}

.wHeader .mail-info a {
    text-decoration: underline;
    color: #fff;
}

.wHeader .mail-info>a:hover {
    text-decoration: none;
}

.top-left-info {
    width: 442px;
    height: 151px;
    overflow: hidden;
    position: absolute;
    vertical-align: middle;
    color: #fff;
    top: 16px;
    left: -72px;
    z-index: 5;
}

.top-left-info h1 {
    font: 13px/1.846 'Roboto Light';
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
}

.top-left-info h1>span {
    font: 16px/1.846 'Roboto Light';
}

.top-left-info span {
    display: block;
}

.top-left-info img {
    display: block;
    position: relative;
    float: left;
    margin-right: 25px;
}

.top-left-info:before {
    content: '';
    display: block;
    position: absolute;
    height: 90px;
    border-right: 1px solid #fff;
    top: 25%;
    left: 150px
}

.logo-b {
    display: block;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
}

.logo-b:hover {
    opacity: .87;
}
/*-------------------------------  top nav  ------------------------------------*/

.top-nav {
    position: absolute;
    z-index: 5;
    top: 180px;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
}

.top-nav ul {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    position: relative;
}

.top-nav>ul>li {
    display: inline-block;
    font: 14px/34px Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    float: left;
    position: relative;
    /* wf*/

    height: 35px;
    /* hf */
}

.top-nav > ul > li + li {
    border-left: 1px solid #dcdcdc;
}

.top-nav>ul>li>a {
    display: inline-block;
    height: 35px;
    padding: 0 21px 0 21px;
    text-decoration: none;
    color: rgb(0, 91, 187);
    -webkit-transition: color ease 550ms;
    -moz-transition: acolorease 550ms;
    -o-transition: color ease 550ms;
    transition: color ease 550ms;
    -webkit-transition: background ease 550ms;
    -moz-transition: background ease 550ms;
    -o-transition: background ease 550ms;
    transition: background ease 550ms;
}

.top-nav ul li a:hover {
    background: #098ff4;
    color: #fff;
}
/* lvl 2-3 */

.top-nav>ul ul {
    /* 2lvl */

    position: absolute;
    left: -9999px;
    padding-top: 5px;
}

.top-nav li li {
    background: #0086ec;
}

.top-nav>ul ul a:hover {
    background: #57b6ff;
}

.top-nav>ul>li:hover>ul {
    position: absolute;
    left: 0;
    top: 35px;
}

.top-nav ul li>ul {
    font-size: 11px;
    line-height: 13px;
    z-index: 5;
}

.top-nav>ul>li>ul>li {
    position: relative;
    display: block;
}

.top-nav>ul>li>ul>li:hover:before {
    content: '';
    position: absolute;
    width: 5px;
    left: -5px;
    top: 0;
    height: 100%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background: #fecb00;
}

.top-nav>ul>li>ul>li a {
    display: block;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    position: relative;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px 5px 5px;
    width: 100%;
}
/* lvl 3 */

.top-nav>ul ul li:hover ul {
    left: 100%;
    top: 0;
    width: auto;
}

.top-nav ul ul ul li,
.top-nav ul ul ul a {
    display: block;
}

.top-nav ul ul ul a {
    text-decoration: none;
    text-transform: none;
    min-width: 100px;
}

.top-nav ul:nth-child(2) {
    /* 3lvl */

    width: 200px;
    -webkit-transition: top 250ms ease-in-out;
    -moz-transition: top 250ms ease-in-out;
    -ms-transition: top 250ms ease-in-out;
    -o-transition: top 250ms ease-in-out;
    transition: top 250ms ease-in-out;
    top: 20px;
    background: transparent;
}

.top-nav>ul ul ul {
    width: auto;
    padding-left: 5px;
    padding-top: 0;
}
/* ab */

.top-nav>ul:before {
    content: '';
    display: block;
    position: absolute;
    left: -28px;
    top: 13.7px;
    width: 38px;
    height: 30px;
    z-index: -1;
    background: url('../pic/nav-l-bg.png');
}

.top-nav>ul:after {
    content: '';
    display: block;
    position: absolute;
    right: -28px;
    top: 13.7px;
    width: 38px;
    height: 30px;
    z-index: -1;
    background: url('../pic/nav-r-bg.png');
}

.top-nav:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    z-index: -1;
    height: 20px;
    width: 1146px;
    left: 50%;
    top: 100%;
    margin-left: -573px;
    margin-top: -8px;
    background: url('../pic/top-menu-shadow.png') no-repeat;
}
/*-------------------------------  wContent  ------------------------------------*/

.wContent {
    overflow: visible;
    display: inline-block;
    width: 660px;
    margin: 46px 40px 0 0;
    vertical-align: top;
    font: 13px/1.4 Verdana, Geneva, sans-serif;
    color: #757575;
}

.contact {
    display: block;
    position: relative;
    width: 740px;
    margin-top: 30px;
    left: 45%;
    margin-left: -333px;
    text-align: center;
    margin-bottom: -2px;
}

.contact img {
    display: inline-block;
    position: relative;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.contact a:hover {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.6);
}

.contact a {
    display: inline-block;
    width: auto;
    height: 57px;
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    z-index: 5;
    margin-right: 15px;
}

.contact a span {
    display: block;
    left: 2%;
    width: 98%;
    position: absolute;
    z-index: 10;
    font: 18px/1.25 'Roboto Bold';
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
}

.contact a span>span {
    font-size: 14px;
    line-height: 1.5;
}
/*-------------------------------  wRight  ------------------------------------*/

.wRight {
    display: inline-block;
    width: 270px;
    vertical-align: top;
      margin-top: 48px;
    font-size: 14px;
    line-height: 18px;
}

.wr-block {
    position: relative;
    color: rgb(251, 251, 250);
    margin-bottom: 10px;
}

.wr-block:nth-of-type(1) {
    margin-bottom: 37px;
}

.wr-block .wr-block1-in a span {
    position: relative;
    display: block;
    word-wrap: break-word;
    max-height: 85px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 269px;
    background: #2c9df2;
    min-height: 40px;
    top: 50%;
    margin-top: -30px;
    background: url("../pic/fb.png");
    padding: 25px 0;
    text-align: center;
    opacity: .94;
    color: transparent;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.75);
}

.wr-block1-in a:before {
    content: '';
    position: absolute;
    top: -65px;
    left: 50%;
    margin-left: -16.5px;
    display: block;
    width: 33px;
    height: 31px;
    margin-bottom: 5px;
    background: url('../pic/side-top-b.png') center center no-repeat;
    -webkit-transition: top 300ms;
    -moz-transition: top 300ms;
    -o-transition: top 300ms;
    transition: top 300ms;
}

.wr-block1-in a:after {
    content: '';
    position: absolute;
    top: 120%;
    left: 50%;
    margin-left: -16.5px;
    display: block;
    width: 33px;
    height: 31px;
    background: url('../pic/side-bot-bg.png') center center no-repeat;
    -webkit-transition: top 300ms;
    -moz-transition: top 300ms;
    -o-transition: top 300ms;
    transition: top 300ms;
}

.no-touch .wr-block1-in a:hover:before {
    top: -60px;
    padding-top: 5px;
}

.no-touch .wr-block1-in a:hover:after {
    top: 100%;
    padding-bottom: 5px;
}

nono.wr-block1-in a:hover span {
    -webkit-transition: color 300ms;
    -moz-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
    -webkit-transition: background 300ms;
    -moz-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms;
    color: #222;
    background: #fff;
}
/*.bg-block{overflow: hidden;}*/

.bg-block a {
    text-decoration: none;
    display: block;
    position: absolute;
    top: 44%;
}

.bg-block:before {
    content: '';
    display: block;
    position: absolute;
    width: 27px;
    height: 54px;
    margin-left: -27px;
    top: 38%;
    background: url('../pic/side-l-bg.png');
}

.bg-block:after {
    content: '';
    display: block;
    position: absolute;
    width: 27px;
    height: 54px;
    margin-left: 269px;
    top: 38%;
    background: url('../pic/side-r-bg.png');
}

.wr-block2-in {
    border: 1px solid #e7e7e7;
    position: relative;
    background: #fff;
    width: 270px;
    height: 75px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 2px 5px 5px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wr-block2-in img {
    display: inline-block;
}

.wr-block3-in {
    display: inline-block;
    border: 1px solid #e7e7e7;
    position: relative;
    text-align: center;
    background: #fff;
    width: 130px;
    height: 115px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 2px 5px 5px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wr-block3-in:nth-of-type(1) {
    margin-right: 5px;
}
/*-------------------------------  counter  ------------------------------------*/

.c1-count {
    display: inline-block;
    position: relative;
    vertical-align: top;
    top: -3px;
    height: 70px;
    width: 40px;
    background: url('../pic/b.png') no-repeat;
    text-align: center;
}

.c1-count span {
    color: rgb(37, 97, 147);
    font-size: 45px;
    line-height: 1.5;
}
/* c2 */

.wr-block3-in>img {
    display: block;
    clear: both;
    margin: 0 auto;
}

.c2-count {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 21px;
    height: 31px;
    background: url('../pic/b2.png') no-repeat;
    text-align: center;
    margin-top: 17px;
}

.c2-count span {
    color: rgb(37, 97, 147);
    font-size: 22px;
    line-height: 1.25;
}
/* c3 */

.c3-count {
    display: inline-block;
    /*float: left;*/
    position: relative;
    vertical-align: top;
    width: 21px;
    height: 31px;
    background: url('../pic/b2.png') no-repeat;
    text-align: center;
    margin-top: 17px;
}

.c3-count span {
    color: rgb(37, 97, 147);
    font-size: 22px;
    line-height: 1.25;
}
/*-------------------------------  wFooter  ------------------------------------*/

.wFooter {
    position: relative;
    margin: -57px auto 0;
    height: 57px;
    background: #78c5e8 url('../pic/footer-bg.jpg') repeat;
    max-width: 1920px;
    font: 11px/14px Verdana, Geneva, sans-serif;
    color: #fff;
}

.wFooter .fll,
.wFooter .flr {
    margin-top: 5px;
}

.wFooter .fll span {
    display: block;
    margin-top: 3px;
}

.wFooter .fll {
    max-width: 400px;
    overflow: hidden;
}

.wFooter .flr {
    width: 200px;
}

.wFooter .flr img {
    display: block;
    margin: 0 auto 2px auto;
}

.wFooter .flr a {
    color: #fff;
    text-decoration: none;
}

.wFooter .flr a:hover {
    color: #fff;
    text-decoration: underline;
}

.contact-form {
    position: relative;
    margin-top: 25px;
    width: 99%;
    float: left;
    margin: 10px 0 10px 10px;
}

.contact-form textarea {
    display: block;
    margin: 0 0 10px 0;
    width: 350px;
    max-width: 99%;
    max-height: 100px;
    padding-left: 3px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 3px;
    resize: none;
}

.wFormRow {
    position: relative;
}

.contact-form input:not([type="submit"]) {
    display: block;
    border: none;
    height: 25px;
    padding-left: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 350px;
    margin: 0 0 10px 0;
}

.contact-form input[type="submit"] {
    display: block;
    margin-left: 0;
    margin-top: 15px;
    height: 30px;
    border: 0;
    background: #0076D1;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    -webkit-transition: background 300ms;
    -moz-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms;
}

.contact-form input[type="submit"]:hover {
    background: #2c9df2;
}

.contact-form input[type="submit"]:active {
    opacity: .88;
}

.dropdown-m:after {
    content: '►';
    color: #ccc;
    display: block;
    position: absolute;
    left: 185px;
    top: 5px;
}

* {
    outline: none;
}

.top-nav a:focus {
    outline: 1px dashed #222;
}

.error {
    border-color: #f00 !important;
}

label.error {
    z-index: 3;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 2px 8px;
    max-width: 100%;
    border: 1px solid #f00;
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    background: #fff;
    cursor: default;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    transform: translateY(4px);
}

label.error:after,
label.error:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

label.error:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 4px;
    margin-left: -4px;
}

label.error:before {
    border-color: rgba(255, 0, 0, 0);
    border-bottom-color: #f00;
    border-width: 5px;
    margin-left: -5px;
}
/*-----
/*-------------------------------  sys style  ------------------------------------*/

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.fll {
    float: left;
}

.flr {
    float: right;
}

.r-digits{
    margin-right: 2px;
}

.cls {
    font-size: 0;
    display: table;
    width: 100%;
}

.clear {
    clear: both;
}

.clearFix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.wSize:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.wTxt {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1T,
.h2T,
.h3T,
.h4T,
.h5T,
.h6T {
    font: 40px/1.2em Verdana, Geneva, sans-serif;
}

.wTxt h1,
.wTxt h2,
.wTxt h3,
.wTxt h4,
.wTxt h5,
.wTxt h6 {
    margin: 0.5em 0;
}

.wTxt h2,
.h2T {
    font-size: 18px;
    line-height: 1;
    color: #0a90f6;
}

.wTxt h3,
.h3T {
    font-size: 30px;
    line-height: 1.2em;
}

.wTxt h4,
.h4T {
    font-size: 26px;
    line-height: 1.2em;
}

.wTxt h5,
.h5T {
    font-size: 22px;
    line-height: 1.2em;
}

.wTxt h6,
.h6T {
    font-size: 18px;
    line-height: 1.2em;
}

.h1T *,
.h2T *,
.h3T *,
.h4T *,
.h5T *,
.h6T * {
    line-height: 1em !important;
}

.wTxt h1 a,
.wTxt h2 a,
.wTxt h3 a,
.wTxt h4 a,
.wTxt h5 a,
.wTxt h6 a,
.h1T a,
.h2T a,
.h3T a,
.h4T a,
.h5T a,
.h6T a {
    text-decoration: none !important;
}

.wTxt blockquote {
    padding: 5px 20px;
    margin: 5px 0;
    font-style: italic;
    border: 10px solid transparent;
    border-left-color: #ccc;
}

.wTxt p {
    margin: 1em 0;
}

.wTxt ul,
.wTxt ol {
    margin: 1em 0 1em 1em;
}

.wTxt li {
    list-style-type: disc;
    list-style-position: inside;
}

.wTxt ol li {
    list-style-type: decimal;
    list-style-position: inside;
}

.wTxt table th {
    font-weight: bold;
    background: #eee;
}

.wTxt table thead th {
    vertical-align: bottom;
}

.wTxt table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    width: 100%;
    margin: 10px 0 20px;
}

.wTxt table th,
.wTxt table td {
    padding: 10px;
    line-height: 1em;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}

.wTxt table.table-null,
.wTxt table.table-null th,
.wTxt table.table-null td {
    border-color: transparent;
}

.wTxt table.table-zebra,
.wTxt table.table-zebra th,
.wTxt table.table-zebra td {
    border-color: transparent;
}

.wTxt table.table-zebra tr:nth-child(even) {
    background: #ddd;
}
/*-------------------------------  breadcrumbs  ------------------------------------*/

.breadcrumbs {
    font-size: 0;
    line-height: 0;
    margin-bottom: 5px;
}

.breadcrumbs span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font: 14px/14px Arial, Helvetica, sans-serif;
}

.breadcrumbs span + span {
    padding-left: 20px;
}

.breadcrumbs span + span:before {
    content: '»';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    text-align: center;
}

.breadcrumbs a {
    text-decoration: underline;
}
/*-----------------02.07.2015--------------*/
.s-icon {
    display: block;
    width: 32px;
    height: 32px;
    background: url('../pic/save-icon.png') no-repeat;
    -webkit-transition: opacity 150ms;
    -o-transition: opacity 150ms;
    transition: opacity 150ms;
}

.s-icon:hover {
    opacity: .88;
}

.t-caption td {
    font-weight: bold;
}

.dd-list li {
    list-style-type: none;
}

.dd-list>li>span {
    position: relative;
    display: block;
    background: transparent;
    border: 1px solid #ccc;
    padding: 5px;
    overflow: hidden;
    color: #0a90f6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 5px;
    -webkit-transition: color ease 550ms;
    transition: color ease 550ms;
    -webkit-transition: background ease 550ms;
    transition: background ease 550ms;
}

.dd-list>li>span:hover {
    text-decoration: none;
    cursor: pointer;
    background: #0a90f6;
    color: #fff;
}

/*.dd-list>li>span:hover:before{
  content: '';
  position: absolute;
  width: 5px;
  left: -5px;
  top: -1px;
  height: 107%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background: #fecb00;
}*/

ul.dd-list{
    margin:3% 0 0 0;
}
.n-new{
    font-size: 1.2em;
    color: rgb(117, 117, 117);
    margin: 3% 0 2% 0;
    text-align: center;
}

.vis-class {
    display: none;
}

.n-table td {
    vertical-align: middle;
}

.c-title{
    font-size: 1.2em;
}

.comments-cover .contact-form{
    width: auto;
    margin-left: 0;
}

.comments-cover .contact-form input[type="submit"]{
    margin-left: 0;
}

.wr-block-pic1{ width:100%;}
