body, hr, ul, ol
{
    margin: 0;
    padding: 0;
    font: 13px helvetica, arial, sans-serif;
    line-height: 20px;
    /*overflow: hidden;*/

}
#all-partners
{
    position: relative;
}
body
{
    width: 100%;
    /*min-width: 1000px;*/
}
h1, h2, blockquote, p
{
    margin: 0;
    padding: 0;
}
h2
{
    font-size: 36px;
    line-height: 36px;
}
h3{
	margin: 1.7em 0 1em 0;
}
ul
{
    list-style: none;
}
/*-------PARALAX CSS-------*/
#parallax
{
    position: absolute;
	width:1000px;
	height:600px;
}
a:hover
{
    color: #000;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
}
/*-------ACCARDION CSS-------*/
.menu
{
    padding-bottom: 10px !important;
    margin-top: -20px !important;
}
.menu_nodec
{
    padding-bottom: 0 !important;
}
.menu_nodec li
{
    border: none !important;
}
ul.menu, ul.menu ul
{
    list-style-type:none;
    margin: 0;
    padding: 0;
}
ul.menu li
{
    border-bottom: 1px #CECECE solid;
}
ul.menu li ul li
{
    border-bottom: none;
}
ul.menu li a h4
{
    font-weight: normal !important;
    display: inline-block;
}
ul.menu li a .icon
{
    background: url("../images/accordion-arrows-sprire.png") no-repeat 0 0;
    width: 12px;
    height: 11px;
    display: inline-block;
    margin-right: 12px;
}
ul.menu li a.active .icon
{
    background-position: -24px 0;
}
ul.menu li a.active:hover .icon
{
    background-position: -24px 0 !important;
}
ul.menu li a:hover .icon
{
    background-position: -13px 0;
}
ul.menu a {
    display: block;
    text-decoration: none;
}
.acitem li
{
    margin: 0 0 4px 24px;
}
.acitem li p
{
    margin-bottom: 20px;
}
.acitem li b
{
    background: #cce9ff;
    font-weight: normal;
}
ul.menu li a, ul.menu ul.menu li a
{
    color: #1a85d9;
    padding-bottom: 4px;
}
ul.menu li a:hover, ul.menu ul.menu li a:hover {
    color: #000;
}
.active
{
    color: #000 !important;
}
.g-line
{
    display: block;
    content: "";
    clear: both;
}

.b-wrapper
{
    width: 930px;
    margin: auto;
    position: relative;
    z-index: 30;
    zoom: 1;
}
.b-wrapper_narrow{
	width: 690px;
}
.b-wrapper_z-index_0
{
    z-index: 0 !important;
    zoom: 1;
}

.b-header
{
    position: relative;
    
}
.b-header hr
{
    height: 3px;
    width: 100%;
    background: #26b1ff;
    border: 0;
    z-index: 10;
    zoom: 1;
    position: relative;
}
.b-header b
{
    background: url("../images/box-top.png") no-repeat;
    width: 101px;
    height: 33px;
    top:0;
    display: block;
    z-index: 1;
    zoom: 1;
    position: absolute;
    left: 135px;
}
.b-header__right
{
    margin-top: 23px;
    width: 719px;
    float: right;
    margin-right: -11px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.b-logo
{
    background: url("../images/logo.gif") no-repeat;
    width: 130px;
    height: 70px;
    display: inline-block;
    position: relative;
    margin: 17px 0px 0 0;
    vertical-align: top;
}

.b-logo-eng
{
    background: url("../images/logo1.png") no-repeat;
    width: 130px;
    height: 71px;
    display: inline-block;
    position: relative;
    margin: 17px 0px 0 0;
    vertical-align: top;
}

.b-language
{
    cursor: pointer;
    text-decoration: underline;
    color: #1a85d9;
    font-size: 13px;
    font-weight: bold;
}

.b-menu
{
    list-style: none;
    margin-top: 7px;
    margin-left: -10px;

}
.b-menu li
{
    display: inline-block;
    padding: 11px 9px 11px 9px;
}
.b-menu a
{
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}
.b-menu a:hover
{
    color: #1a85d9;
}

.b-menu__selected
{
    background: #1a85d9;
}
.b-menu__selected a
{
    color: #fff;
}
.b-menu__selected a:hover
{
    color: #fff;
}

.b-info
{
    background: #86949e url("../images/news_light-new.png") no-repeat 50% 0;
    min-width: 1040px;
    width: 100%;
    position: relative;
    color: #fff;
    /*max-height: 201px;*/
    overflow: hidden;
    /*z-index: 30;*/
    zoom: 1;
}

.b-info_height
{
    max-height: none;
    /*overflow: visible;*/
    padding: 1px 0;
}

.b-info__box
{
    width: 630px;
    position: relative;
    margin-top: 30px;
}

.b-info__title
{
    vertical-align: top;
    text-transform: uppercase;
    font-size: 36px;
    color: #000;
    line-height: 36px;
}
.b-info__question
{
    float: left;
    vertical-align: top;
    width: 179px;
    margin-right: 57px;
}
.b-info__description
{
    width: 590px;
    margin-top: 13px;
    padding: 15px 0 26px;
    border-top: 1px #ced0d2 solid;
}
.b-info__description:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.b-info__description span
{
    float: right;
    width: 350px;
    font-size: 15px;
    color: #000;
}

.b-know-more
{
    text-decoration: none;
    color: #fff !important;
    display: block;
    margin-top: 2px;
    max-width: 215px;
    max-height: 42px;
    overflow: hidden;
}
.b-know-more:hover .b-know-more__main
{
    background: #626262;
    color: #fff !important;
}
.b-know-more:hover .b-know-more__angle
{
    background-position: -15px 0;
}
.b-know-more__main
{
    padding: 12px 19px 9px 19px;
    vertical-align: top;
    background: #1a85d9;
    font-size: 15px;
    text-transform: uppercase;
    float: left;
}

.b-know-more__angle
{
    background: url('../images/know-more_arrow.png') no-repeat 0px 0;
    width: 15px;
    height: 41px;
    vertical-align: top;
    float: left;
}

.b-action
{
    margin-top: 18px;
    min-width: 930px;
    position: relative;
    color: #fff;
    width: 100%;
    overflow: hidden;
}

.b-action_color
{
    background: #d4d4d4;
}

.b-action__radial-top
{
    background: url("../images/radial-gradient_top.png") no-repeat;
    width: 1741px;
    height: 153px;
    position: absolute;
    margin: 201px 0 0 -1270px;
    z-index: 11;
    zoom: 1;
    left: 60%;
    top: 0;
}

.b-action__radial-center
{
   background: url("../images/radial-gradient_center.png") repeat-y;
    width: 1741px;
    z-index: 9;
    zoom: 1;
    height: 1000px;
    position: absolute;
    margin: 201px 0 0 -1270px;
    left: 60%;
    top: 0;
}

.b-action__radial-bottom
{
    background: url("../images/radial-gradient_bottom.png") no-repeat;
    width: 1741px;
    height: 258px;
    position: absolute;
    margin: 221px 0 0 -1270px;
    left: 60%;
    bottom: 0;
    z-index: 10;
    zoom: 1;
}

.b-action__conteiner
{
    width: 610px;
    color: #000000;
    display: inline-block;
    vertical-align: top;
    margin-right: 26px;
    z-index: 10;
    zoom: 1;
    position: relative;
}

.b-action__main
{
    float: left;
    width: 290px;
    font-size: 15px;
    margin: 0 15px 17px 0;
    padding-right: 15px;
    border-right: 1px #cecece solid;
    vertical-align: top;
}
.b-action__main span
{
    margin-top: -1px;
    display: block;
}

.b-action__main_pic
{
    padding-bottom: 15px;
    display: block;
}

.b-action__right
{
    float: right;
    width: 289px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.b-separator
{
    margin: 42px 0 20px;
    border-top: 3px #4e4e4e solid;
    border-bottom: 1px #cecece solid;
}
.b-separator img
{
    vertical-align: bottom;
    padding: 5px 0 19px 7px;
}
.b-separator a.b-link__icon
{
    margin: 20px 0 14px;
    vertical-align: top;
    float: right;
    font-weight: bold;
}
.b-separator a span
{
    margin-left: 6px;
    vertical-align: top;
}

.b-separator_bottom_no
{
    border-bottom: none;
}

.b-separator__hr
{
    float: right;
    margin-top: 11px;

    width: 100%;
    height: 1px;
    background: #cecece;
    border: none;
}

.b-separator__hr_width
{
    width: 58%;
}

.b-separator__hr_margin
{
    margin: 17px 0 24px;
}

.b-separator__hr-footer
{
    background: #4E4E4E;
    height: 3px;
    border: none;
    width: 100%;
    margin-top: 70px;
}


.content{
	min-height: 250px;
}
.b-title, .content h2{
    font-size: 24px;
    display: inline-block;
    margin: 11px 0 9px;
    vertical-align: top;
}
.content h2{
	display: block;
}
.b-link,.b-link a, .content a{
    color: #1a85d9;
}
.b-link.parent li,
.b-link.parent.b-sub-menu__active li a{
	/*background: rgb(228, 237, 247);*/
	background: white;
	color: #1a85d9;
}
.b-link.parent li.b-sub-menu__active a{
	border-left: 5px solid #1a85d9;
	margin-right: 0;
}
.b-link.parent li a{
	padding: 10px 15px 12px 45px;
}

.content p{
	margin-bottom: 17px;
}
.content ul{
	list-style:none;
	margin: 1em 0;
	padding: 0 0 0 2em;
}
.content ol{
	margin: 1em 0;
}
.content ul li{
	margin: 10px 0 0;
}
.content ul li::before {
	content: "\2014\a0";
	margin-left: -25px;
	padding-right: 7px;
}
.content ol li
{
    margin: 20px 0 0 18px;
    padding-left: 9px;
	font: 13px helvetica, arial, sans-serif;
	line-height: 20px;
}
.content table td{
	vertical-align: top;
	padding: 0 10px 10px 0;
}
.content input[type="text"]{
	height: 25px;
	margin-bottom: 10px;
	width: 300px;
}
.content textarea{
	margin-bottom: 10px;
}
.content label{
	font: 15px georgia, sans-serif;
	font-style: italic;
	color: #555;
}
.content input[type="submit"]{
	color: rgb(255, 255, 255);
	font-size: 16px;
	padding: 9px 15px;
	text-shadow: 0px -1px 0px rgba(202, 138, 30, 0);
	background: rgb(170, 175, 175);
	background: linear-gradient(0deg, rgb(170, 175, 175) 54%, rgb(200, 200, 200) 91%);
	box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.23);
	border: none;
	cursor: pointer;
}
.content input[type="submit"]:hover{
	color: rgb(255, 255, 255);
	box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.46);
}
.error{
	color: red;
	font-size: 12px;
}

.b-link__icon
{
    text-decoration: none;
    color: #1a85d9;
    display: inline-block !important;
}
.b-link__icon span, .b-link__icon h2
{
    text-decoration: underline;
}

.b-text
{
    /* ... */
}

.b-text_padding-top_10
{
    padding-top: 4px;
}
.b-text_margin-bottom_20
{
    margin-bottom: 20px;
}
.b-text__data
{
    color: #808080;
    padding-top: 11px;
    display: block;
    font: italic 11px georgia, sans-serif;
}
.b-news .b-text__data{
	padding-top: 7px;
}
.b-news__article p{
	margin-top: -5px;
	line-height: 18px;
}

.b-text__main
{
    font: 24px georgia, sans-serif;
    line-height: 28px;
    color:  #1a85d9;
    font-weight: normal;
    position: relative;
}

.b-text__h4
{
    font-size: 15px;
    line-height: 20px;
    margin: 14px 0 11px;
}

.b-text__h4_row_2
{
    padding-top: 20px;
}

.b-text__h4_row_3
{
    padding-top: 40px;
}

.b-list-action
{
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px #cecece solid;
    width: 288px;
}

.b-list-action:last-child
{
    border-bottom: none;
}



.b-list-action__pic
{
    display: inline-block;
}
.b-list-action__pic img
{
    display: inline-block;
    vertical-align: top;
}

.b-list-action__descrip
{
    vertical-align: top;
    display: inline-block;
    width: 180px;
    margin: -4px 0 0 7px;
}

.b-news
{
    display: inline-block;
    position: relative;
    z-index: 100;
    zoom: 1;

    width: 250px;
    margin: -170px 0 20px;
    right: 0px;

    padding: 4px 20px 24px;
    
    background: #fff;
    color: #000000;
	line-height: 18px;
}

.b-news__title
{
    color: #000;
}

.b-news__title img
{
    vertical-align: bottom;
    padding: 0 0 18px 7px;
}

.b-news__title:hover
{
    color: #1A85D9;
}

.b-news__controls
{
    margin: 4px 0;
}

.b-news__article
{
    width: 240px;
    padding: 12px 0 12px;

    border-bottom: 1px #e0e0e0 solid;
}

.b-news__article:last-child
{
    border: none;
    padding-bottom: 0;
}

.b-news__article_title
{
    display: block;
    margin-bottom: 10px;
}

.b-tab
{
    display: inline-block;

    padding: 1px 10px;
    margin-right: 1px;

    border: 1px #cecece solid;
    moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;

    cursor: pointer;
}

.b-tab:hover
{
    background: #f5f2f2;
}

.b-tab:active
{
    border: 1px #b8b8b8 solid;
    -webkit-box-shadow: inset 0 1px 0 #b8b8b8;
    -moz-box-shadow: inset 0 1px 0 #b8b8b8;
    box-shadow: inset 0 1px 0 #b8b8b8;
}
.b-tab__active
{
    background: #1a85d9;
    color: #fff;
    border: 1px #1a85d9 solid;
}
.b-tab__active:hover
{
    background: #1a85d9;
}
.b-tab__active:active
{
    border: 1px #1a85d9 solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.b-project
{
    display: inline-block;
    width: 210px;
    margin: 0 26px 40px 0;
    overflow: hidden;
    vertical-align: top;
}
.b-project:last-child
{
    margin-right: 0px;
}
.b-project a
{
    font-size: 15px;
}
.b-project p
{
    margin-top: 4px;
}
.b-project__pic img
{
    display: block;
    padding-bottom: 20px;
    border: none;
}

.b-banner
{
    padding: 37px 0;
    border-top: 3px #4e4e4e solid;
    border-bottom: 3px #4e4e4e solid;
    position: relative;
}

.partners{
    border-top: 3px #4e4e4e solid;
}

.b-banner__box
{
    width: 287px;
    height: 98px;
    border: 1px #cecece solid;
    margin-right: 27px;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
}
.b-banner__box:last-child
{
    margin-right: 0;
}
.b-banner__box span
{
    margin: 39px 0 0 128px;
    font-size: 13px;
    line-height: 15px;
    display: block;
    color: #000;
}
.b-banner__box span img
{
    margin: 0 0 -1px 5px;
}
.b-banner__box span i
{
    
    font: italic 11px georgia, sans-serif;
    color: #808080;
    display: block;
    margin-top: 4px;
}

.b-banner__box:hover
{
    -webkit-box-shadow: 1px 0px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 0px 4px rgba(0,0,0,.2);
    box-shadow: 1px 0px 5px rgba(0,0,0,.2);
}

.b-banner__box_pic1
{
    background: url("../images/banner-forum.gif") no-repeat 12px 4px;
}

.b-banner__box_pic2
{
    background: url("../images/banner-online_child.gif") no-repeat;
}

.b-banner__box_pic3
{
    background: url("../images/banner-child_online_2.gif") no-repeat;
}

.b-partners
{
    display: inline-block;
    vertical-align: top;
	margin-top: 15px;
}
.partners .b-partners{
	margin-top: 0;
}

.b-partners__one
{
    margin: 37px 0 20px -13px;
}

.b-partners__two
{
    margin: 53px 0 20px 17px;
}

.b-partners__three
{
    margin: 29px 0 20px -1px;
}

.b-partners__four
{
    margin: 26px 0 20px -1px;
}

.b-partners__five
{
    margin: 48px 0 20px 12px;
}

.b-partners__six
{
    margin: 46px 0 20px 19px;
}

.b-footer
{
    background: #f0f0f0;
    color: #000;
    padding-bottom: 60px;
    margin-top: 50px;
    position: relative;
}

.b-footer__column
{
    display: inline-block;
    width: 290px;
    margin: 33px 21px 0 0;
    vertical-align: top;
}

.b-footer__column:last-child
{
    margin-right: 0;
}

.b-footer__column a
{
    color: #000;
}
.b-footer__column a:hover
{
    color: #66bcff;
}
.b-footer__column_copy
{
    margin: 0 0 16px -15px;
    display: block;
}

.b-footer__column_big
{
    width: 300px;
}

.b-footer__social
{
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 6px;
    background: #bababa;
    vertical-align: top;
}
.b-footer__social:hover
{
    background: #1A85D9;

    width: 25px;
    height: 25px;
    margin: -2px 4px -2px -2px;

    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}
.b-footer__social:hover .b-footer__social_twitter
{
    margin: 5px 0 0 7px;
}
.b-footer__social:hover .b-footer__social_fb
{
    margin: 5px 0 0 10px;
}
.b-footer__social:hover .b-footer__social_vk
{
    margin: 6px 0 0 8px;
}
.b-footer__social:hover .b-footer__social_rss
{
    margin: 6px 0 0 6px;
}
.b-footer__social_twitter
{
    margin: 3px 0 0 5px;
}

.b-footer__social_vk
{
    margin: 4px 0 0 6px;
}

.b-footer__social_fb
{
    margin: 3px 0 0 8px;
}

.b-footer__social_rss
{
    margin: 4px 0 0 4px;
}

.b-footer__rss:hover
{
    background: #ff8500;
}

.b-footer__list
{
    height: 100px;
    display: inline-block;
    width: 130px;
    vertical-align: top;
}
.b-footer__list a
{
    color: #000;
    line-height: 30px;
}
.b-footer__list a:hover
{
    color: #1A85D9;
}
.b-footer__list_left
{
    width: 160px;
}

.b-roll
{
    position: absolute;
    
    width: 231px;
    height: 52px;

    top: -43px;
    left: 38%;

    cursor: pointer;
}
.b-roll div, .b-roll img
{
    vertical-align: top;
}

.b-roll__box
{
    width: 231px;
    height: 43px;
    background: #1a85d9;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
}
.b-roll__box b
{
    padding-top: 14px;
    display: block;
}
.b-roll__up
{
    top: -60px;
}
.b-roll__up b
{
    padding-top: 11px !important;
}
.b-roll__up_angle
{
    vertical-align: bottom !important;
}

.b-bread-crumbs
{
    /* ... */
}
.b-bread-crumbs a
{
    text-decoration: none;
    font: 10px georgia, sans-serif;
    color: #666;
    margin-right: 4px;
}
.b-bread-crumbs a:hover
{
    color: #000;
}
.b-bread-crumbs a:hover i
{
    border-bottom: 1px #000 dashed;
}
.b-bread-crumbs a i
{
    border-bottom: 1px #666 dashed;
    font-size: 13px;
    margin: 0 4px;
}
.b-bread-crumbs a:hover .b-bread-crumbs__main
{
    border-bottom: 1px #000 solid !important;
}
.b-bread-crumbs a span
{
    width: 10px;
    height: 10px;
    display: inline-block;
    writing-mode: tb-rl !important;
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.125);
    font-size: 10px;
}
.b-bread-crumbs__main
{
    border-bottom: 1px #666 solid !important;
    margin-left: 0px !important;
}


.b-page-title
{
    margin: 3px 0 30px -2px;
    position: relative;
    color: #000;
}

.b-column-box
{
    margin-left: -1.7%;
}
.b-column-box__domen
{
    margin-left: 120px;
    position: relative;
}
.b-column-box__column
{
    width: 48%;
    margin: 0 0 16px 1.7%;
    display: inline-block;
    vertical-align: top;
}

.b-slider
{
    margin: 19px 0 0;
}
.b-slider p
{
    margin: 20px 0 13px;
}
.b-slider__nav
{
    text-align: right;
    margin-bottom: 17px;

}
.b-slider__nav span.outer
{
    font-family: georgia, sans-serif;
    margin-right: 8px;
}
.prev, .next
{
    width: 25px;
    height: 21px;
    
    cursor: pointer;
    border: 1px #cecece solid;
    display: inline-block;
    margin-bottom: -7px;
}
.prev:hover, .next:hover
{
    background: #f5f2f2;
}
.prev:active, .next:active
{
    border: 1px #b8b8b8 solid;
    -webkit-box-shadow: inset 0 1px 0 #b8b8b8;
    -moz-box-shadow: inset 0 1px 0 #b8b8b8;
    box-shadow: inset 0 1px 0 #b8b8b8;
}
.prev
{
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
    border-top-left-radius: 15px;

    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.next
{
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;

    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-left: -5px;
}
.prev b
{
    background: url("../images/news-arrows.gif") no-repeat 0 0;
    width: 5px;
    display: block;
    margin: 6px 0 0 11px;
    height: 9px;
}
.next b
{
    background: url("../images/news-arrows.gif") no-repeat -5px 0;
    width: 5px;
    display: block;
    margin: 6px 0 0 9px;
    height: 9px;
}
.b-slider__box
{
    overflow: hidden;
    width: 100%;
}
.b-slider__box ul
{
    width: 2000px;
}
.b-slider__box ul li
{
    display: inline-block;
    width: 610px;
}

.b-order-list
{

}
.b-order-list li
{
    margin: 20px 0 0 18px;
    padding-left: 9px;
    font: 15px georgia, sans-serif;
}
.b-order-list li span
{
    font: 13px helvetica, arial, sans-serif;
    line-height: 20px;
}
.b-unordered-list
{
    
}
.b-unordered-list li
{
    margin: 19px 0 0;
    padding: 0;
    font: 15px helvetica, arial, sans-serif;
}
.b-unordered-list li:before
{
    content: "\2014\a0";
}
.b-unordered-list li span
{
    display: block;
    margin: -16px 0 0 26px;
    font-size: 13px;
    line-height: 20px;
}

.b-quote
{
    font-family: georgia, sans-serif;
    padding: 26px 0;
    margin: 24px 0 22px;
    border-bottom: 1px #CECECE solid;
    border-top: 1px #CECECE solid;
}
.b-quote p
{
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 15px;
    position: relative;
}
.b-quote p:before
{
    content: "«";
    font-size: 72px;
    margin: 0 0 0 -64px;
    top: -5px;
    position: absolute;
}
.b-quote p:after
{
    content: "»";
    font-size: 72px;
    bottom: 22px;
    right: 14px;
    position: absolute;
}
.b-quote i
{
    line-height: 16px;
    font-size: 11px;
    color: #808080;
    display: block;
    margin-left: 55%;
}
.b-quote i span
{
    font-size: 13px;
    color: #000;
    display: block;
}

.b-pic-coment
{
    margin: 18px 0 26px;
}
.b-pic-coment img
{
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}
.b-pic-coment i
{
    display: inline-block;
    vertical-align: top;
    width: 130px;
    font-family: georgia, sans-serif;
    color: #808080;
    line-height: 15px;
    margin-top: 10px;
}
.b-sub-menu
{
    width: 292px;
    

    zoom: 1;
    z-index: 999;
    position: relative;
    /*margin: 1px 1px 0 1px ;*/
    margin: 0 0 -1px;

    background: #fff;
}
.b-sub-menu li a
{
    padding: 10px 28px 12px;
    display: block;
    border-bottom: 1px #cecece solid;
    cursor: pointer;
    line-height: 18px;
}
.b-site-bar
{
    background: #fff;
    width: 292px;
    position: absolute;
    right: 50%;
    margin-right: -466px !important;
    top:140px;
    z-index: 31;
    zoom: 1;
}
.b-site-bar__banner
{
    width: 290px !important;
}
.b-sub-menu__overlay
{
    width: 292px;
    background: #cecece;
    padding: 1px;
}
.b-sub-menu__active, .b-sub-menu__active a
{
    background: #1a85d9;
    color: #fff;
    margin: -1px 0 1px 0;
    text-decoration: none;
}
.b-sub-menu__active a{
    border-bottom: 1px #1a85d9 solid !important;
}
.b-sub-menu__active.parent a{
    border-bottom:1px #cecece solid !important;
}
.b-sub-menu__active.parent{
    border-bottom: none !important;
}
.b-sub-menu__active:hover, .b-sub-menu__active a:hover
{
    color: #fff !important;
    background: #1a85d9 !important;
}
.b-sub-menu li a:hover, .b-show-more:hover
{
    background: #f5f2f2;
}
.b-sub-menu li a:active, .b-show-more:active
{
    -webkit-box-shadow: inset 0 1px 0 #b8b8b8;
    -moz-box-shadow: inset 0 1px 0 #b8b8b8;
    box-shadow: inset 0 1px 0 #b8b8b8;
}
.b-sub-menu__active:active
{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

li.b-link{
position:relative;
}
.b-sub-menu__overlay .grower{
	width:30px;
height:30px;
display:block;
cursor:pointer;
position:absolute;
right:15px;
text-align:center;
line-height:30px;
font-size:15px;
font-weight:normal;
top:5px;
color:#1a85d9;
z-index:1000
}
.b-sub-menu__overlay .b-sub-menu__active .grower{
    color:white;
}

.b-sub-menu__overlay .grower:hover{
	color:#75a72f
}
/*----------DOMEN SU----------*/
.b-domen-SU
{
	position: absolute;
	background: url("../images/domenSU.png") no-repeat;
	left: -120px;
	top: -24px;
	width: 80px;
	height: 104px;
}
.index-domain .b-domen-SU{
	position: relative;
	top: -20px;
	left: 0;
	float: left;
	margin: 0 10px -20px 0;
}

.b-domen-SU-eng
{
	position: absolute;
	background: url("../images/domenSU1.png") no-repeat;
	left: -120px;
	top: -24px;
	width: 80px;
	height: 104px;
}
.index-domain .b-domen-SU-eng{
	position: relative;
	top: -20px;
	left: 0;
	float: left;
	margin: 0 10px -20px 0;
}

.b-show-more
{
    display: block;
    border: 1px #cecece solid;
    text-align: center;
    padding: 15px 0;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.smallFloatLeft{
	float: left;
	margin: 0 5px 0 0;
}
.award{
	width: 266px;
	height: 100px;
	position: relative;
	float: left;
	margin-top: -18px;
	zoom: 1;
	margin-left: -19px;
}
.award span{
	display: block;
	float: left;
	margin-top: 18px;
	margin-left: 13px;
}
.award img{
	float: left;	
}

.domain-counter, .sic{
	font-size: 48px;
	line-height: 40px;
	color: #1A85D9;
	text-shadow: 1px 1px 2px #68a;	
}
.sic{
	font-size: 110px;
	display: block;
	float: left;
	height: 100px;
	margin: 33px 5px 0 0;
	font-family: times new roman;
}
.domainFact h3{
	margin: 15px 0 10px;
}

.dro-label{
	width: 181px;
	height: 55px;	
	background: url("../images/dro.jpg") no-repeat;
	position: fixed;
	right: 0;
	top: 270px;
	z-index: 90;
}
.dro-label:hover{
	box-shadow: 0 0 4px #888;
    -webkit-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;		
}
.dro-label span{
	display: block;
	width: 100%;
	height: 100%;
}

.dro-label-eng{
	width: 181px;
	height: 55px;	
	background: url("../images/dro1.jpg") no-repeat;
	position: fixed;
	right: 0;
	top: 270px;
	z-index: 90;
}
.dro-label-eng:hover{
	box-shadow: 0 0 4px #888;
    -webkit-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;		
}
.dro-label-eng span{
	display: block;
	width: 100%;
	height: 100%;
}

img.right {
	float: right;
	padding: 0 0 15px 15px;
}
img.left {
	float: left;
	padding: 0 15px 15px 0;
}

.slide-block {
	margin:0 0 16px 0;
	zoom:1;
	overflow:hidden;
}

.slide-block h3 {
	font-size:18px;
	margin:0;
	padding:0 0 2px 0;
}

.slide-block h3 span {
	color:#005aa8;
	border-bottom:1px dashed #005aa8;
	cursor:pointer;
}

.slide-block h3 span:hover {
	color:#ed6611;
	border-color:#ed6611;
}

.mts .slide-block h3 span:hover {
	color:#E9031D !important;
	border-color:#E9031D !important;
}



.slide-block .in {
	zoom:1;
	overflow:hidden;
	display:none;
}

.slide-block.slide-block-open h3 span {
	color:#2f3946!important;
	border-bottom:1px dashed #2f3946!important;
	/*border:0;
	cursor:text;*/
}

.slide-block.slide-block-open .in {
	display:block;
	margin:10px 0 10px 0;
}
