.g-page_outline {
    width: 980px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    }

/* H */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: normal;
    }
h1 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    }
h2 {
    font-size: 24px;
    line-height: 28px;
    }
h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    }
h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    }
h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    }
h6 {
    font-size: 16px;
    line-height: 18px;
    }
/* end H */

/* global clear */
.g-cl,
.g-cl_s,
.g-cl_m,
.g-cl_b,
.g-cl_sb,
.g-cl_gn {
    clear: both;
    overflow: hidden;
    font-size: 1px;
    }
.g-cl {
    height: 0;
    }
.g-cl_s {
    height: 5px;
    }
.g-cl_m {
    height: 10px;
    }
	.g-cl_m + .g-cl_m {
		height: 0;
		}
.g-cl_b {
    height: 15px;
    }
.g-cl_sb {
    height: 20px;
    }
/*end global clear */
/* global margin */
.g-mt_s {
    margin-top: 5px;
    }
.g-mt_m {
    margin-top: 10px;
    }
.g-mt_b {
    margin-top: 15px;
    }
.g-ml_s {
    margin-left: 5px;
    }
.g-ml_m {
    margin-left: 10px;
    }
.g-ml_b {
    margin-left: 15px;
    }
.g-mr_s {
    margin-right: 5px;
    }
.g-mr_m {
    margin-right: 10px;
    }
.g-mr_b {
    margin-right: 15px;
    }
.g-mr_mb {
    margin-right: 30px;
    }
.g-mr_vb {
    margin-right: 40px;
    }
/* end global margin */
.g-small {
    font-size: 11px;
    line-height: 15px;
    }
.g-normal {
    font-size: 12px;
    }
.g-large {
    font-size: 14px !important;
    line-height: 18px;
    }
.g-larger {
    font-size: 16px !important;
    line-height: 20px;
    }
.g-fl {
    float: left;
    }
.g-fr {
    float: right;
    }
.g_text_l {
    text-align: left !important;
    }
.g_text_c {
    text-align: center !important;
    }
.g_text_r {
    text-align: right !important;
    }
.g-hidden {
    visibility: hidden;
    }
.g-none {
    display: none !important;
    }
.pl_out,
.pl_in {
    overflow: hidden;
    font-size: 1px;
    height: 1px;
    }
.pl_in {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    }
.pl_out {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    }
.g-pr {
    position: relative;
    }
.g-mnull {
    margin: 0 !important;
    }
.g-vmid {
    vertical-align: middle;
    }
/*corners 1px*/
.crn {
    display: block;
    font-size: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    background: #fff;
    z-index: 2;
    }
.crn_tl {
    top: 0;
    left: 0;
    }
.crn_tr {
    top: 0;
    right: 0;
    }
.crn_bl {
    bottom: 0;
    left: 0;
    }
.crn_br {
    bottom: 0;
    right: 0;
    }
/*end corners 1px*/
/*global corners 5px */
.g-img_crn {
    width: 300px;
    height: 200px;
    position: relative;
    }
.g-img_crn b {
    display: block;
    position: absolute;
    height: 4px;
    width: 4px;
    overflow: hidden;
    font-size: 0;
    background: url(../img/img_corners.png) no-repeat;
    }
.g-img_crn b.g-img_crn_tr {
    background-position: right top;
    top: 0;
    right: 0;
    }
.g-img_crn b.g-img_crn_tl {
    background-position: left top;
    top: 0;
    left: 0;
    }
.g-img_crn b.g-img_crn_bl {
    background-position: left bottom;
    bottom: 0;
    left: 0;
    }
.g-img_crn b.g-img_crn_br {
    background-position: right bottom;
    bottom: 0;
    right: 0;
    }
/* end global corners 5px */

/*right banner*/
.b-banner_sm {
    width: 302px;
    min-height: 259px;
	margin-bottom: 20px;    /*makes the same dimension between widgets in right col*/
    padding: 2px 9px 9px;
    background: #d7d8d9;
    font-size: 10px;
    line-height: 9px;
    color: #888;
    }

.b-widgets > * {            /*makes the same dimension between widgets in right col*/
	display: block;
	margin-bottom: 20px;
	}
/*end *right banner*/
/*listalka*/
.b-listalka {
    height: 17px;
    width: 31px;
    background: url(../img/project.png) no-repeat left -256px;
    }
.b-list_prev,
.b-list_next {
    display: block;
    float: left;
    width: 15px;
    height: 17px;
    background: url(../img/project.png) no-repeat;
    }
.b-list_prev {
    background-position: -31px -256px;
    margin-right: 1px;
    }
.b-list_next {
    background-position: -46px -256px;
    }
/*.b-list_prev.b-list_activ,*/
.b-list_prev:hover {
    background-position: -61px -256px;
    }
/*.b-list_next.b-list_activ,*/
.b-list_next:hover {
    background-position: -76px -256px;
    }

/*
.b-list_prev.b-list_activ {
  background-position: -61px -256px;
}
.b-list_next.b-list_activ {
  background-position: -76px -256px;
}
*/

.b-list_next.b-list_inactive {
    background-position: -106px -256px !important;
    cursor: default;
    }
.b-list_prev.b-list_inactive {
    background-position: -91px -256px !important;
    cursor: default;
    }
/*end listalka*/

/*g-color*/
.c-gray {
    color: #888;
    }
/* end g-color*/
a {
    outline: none;
    }

/*///////////////////////////////////////////////////*/
/*standards*/
.b-banner_top {
	padding: 5px 0;
    }
.l-page {
    width: 980px;
    margin: 0 auto;
    }
.l-footer_bg {
    background: #f2f4f5;
    }
.l-header_bg .l-page {
    z-index: 3;
    }
.b-bigcol_content {
    width: 632px;
    padding: 9px;
    border-radius: 5px;
    background: #fff;
    }
/* end scr*/

/* footer */
.b-services_a {
    width: 140px;
    margin-top: 7px;
    padding-top: 6px;
    padding-right: 20px;
    border-top: 1px solid #d4d4d4;
    }
.b-services_a a,
.b-services_a b {
    display: block;
    float: left;
    clear: both;
    margin: 5px 0 4px;
    line-height: 16px !important;
    }
.ic_up {
    width: 9px;
    height: 6px;
    background: url(../img/project.png) no-repeat -971px -217px;
    }
.l-footer_bg a {
    color: #3675C6;
    }
.b-footer_pad a {
    color: #5781B5;
    }
.l-footer_bg a:hover,
.b-footer_pad a:hover {
    color: #982339;
    }
.b-footer_pad .black,
.b-footer_pad .black:hover {
    color: #000;
    }
.b-beta_footer {
    position: relative;
    left: -10px;
    }
.b-beta_footer img {
    vertical-align: -7px;
    }
.b-services_see_also a {
    color: #888;
    }
.page_bg_footer {
    width: 980px;
    background: #f2f4f5;
    }
.b-serv_hr {
    clear: both;
    height: 1px;
    margin: 12px 0;
    overflow: hidden;
    background: #e1e1e1;
    font-size: 0;
    }
.b-footer_pad {
    padding: 0 10px;
    }
.c-a_light {
    color: #5d80c5;
    }
.c-a_light:hover {
    color: #2756ad !important;
    }
.b-holding_saits {
    text-align: center;
    color: #888;
    }
.b-holding_saits a {
    margin: 0 6px;
    }

.in_net a {
    padding-left: 22px;
    background: url(../img/in_net.png) no-repeat;
    }
.in_net a.f_facebook {
    background-position: 0 0;
    }
.in_net a.f_facebook:hover {
    background-position: 0 -20px;
    }
.in_net a.f_twitter {
    background-position: 0 -40px;
    }
.in_net a.f_twitter:hover {
    background-position: 0 -60px;
    }
.in_net a.f_vkontakte {
    background-position: 0 -80px;
    }
.in_net a.f_vkontakte:hover {
    background-position: 0 -100px;
    }
.in_net a.f_livejournal {
    background-position: 0 -120px;
    }
.in_net a.f_livejournal:hover {
    background-position: 0 -140px;
    }
.in_net a.f_buzz {
    background-position: 0 -160px;
    }
.in_net a.f_buzz:hover {
    background-position: 0 -180px;
    }
.in_net a.ftop {
    background-position: 0 -200px;
    }
.in_net a.ftop:hover {
    background-position: 0 -220px;
    }
.in_net a.f_blog {
    padding-bottom: 1px;
    background-position: 0 -244px;
    }
.in_net a.f_blog:hover {
    background-position: 0 -266px;
    }
.ic_new_footer {
    margin-left: 5px;
    vertical-align: 0;
    }

/*end footer */

._articleContent #swfobj {
    width: 632px;
    height: 374px;
    }

.g-ic_foto_text {
    display: inline-block;
    width: 13px;
    height: 10px;
    margin-left: 5px;
    background: url(../img/project.png) no-repeat left -560px;
    }
.g-ic_video_text {
    display: inline-block;
    width: 14px;
    height: 10px;
    margin-left: 5px;
    background: url(../img/project.png) no-repeat -13px -560px;
    }
.g-ic_close {
    width: 11px;
    height: 11px;
    background: url(../img/project.png) no-repeat -958px 0;
    }
a:hover .g-ic_close {
    background-position: -969px 0;
    }
.g-ic_del {
    width: 13px;
    height: 13px;
    background: url(../img/project.png) no-repeat -15px -504px;
    }
.g-ic_del:hover {
    background-position: -28px -504px;
    }
.g-ic_beta {
    width: 67px;
    height: 22px;
    background: url(../img/project.png) no-repeat -913px -186px;
    }
.g-ic_new {
    background: url(../img/project.png) no-repeat -954px -208px;
    width: 8px;
    height: 8px;
    }
.g-ic_id {
    position: relative;
    width: 17px;
    height: 17px;
    margin: -1px 3px -3px;
    background: url(../img/project.png) no-repeat -18px -4px;
    vertical-align: middle;
    }

.g-ic_video_time {
    display: block;
    position: absolute;
    width: 30px;
    height: 18px;
    bottom: 0;
    right: 0;
    padding-top: 1px;
    background: url(../img/project.png) no-repeat -128px -437px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    }

.g-ic_voted {
    width: 10px;
    height: 11px;
    background: url(../img/project.png) no-repeat -463px -186px;
    }
.g-ic_adv_small {
    height: 10px;
    width: 39px;
    background: url(../img/project.png) no-repeat -54px -456px;
    }
.g-ic_advnew {
    margin-left: 4px;
    vertical-align: middle
    }
.g-ic_expand {
    display: inline-block;
    height: 3px;
    width: 5px;
    overflow: hidden;
    background: url(../img/project.png) no-repeat -453px -186px;
    }
.g-ic_winner {
    display: inline-block;
    position: absolute;
    top: -3px;
    right: -8px;
    width: 29px;
    height: 56px;
    overflow: hidden;
    background: url(../img/ic_winner.png) no-repeat top left;
    }
.g-ic_spec_project {
	margin-left: 4px;
	}

/*end global icons*/
/*content*/
a.g-h:hover + div h6 a.g-h2,
a.g-h:hover + a.g-h2,
a.g-h:hover + div a.g-h2 {
    color: #982339;
    }

.b-pop_tags_a a:hover {
    background-color: #d1efc9;
    color: #1359a7;
    text-decoration: none;
    }

hr {
    height: 1px;
    border: 0;
    border-color: #efe9e2;
    background: #efe9e2;
    color: #efe9e2;
    }
.b-hr {
    clear: both;
    height: 1px;
    overflow: hidden;
    background: #e5e5e5;
    font-size: 0;
    }
/*end *content**/
/*forms*/
.g-textar,
.g-inp {
    padding: 3px;
    border: 1px #d6d6d6 solid;
    border-radius: 3px;
    }
/*end forms*/

/*login forms*/
.b-login {
    width: 260px;
    }
.b-login_bord {
    padding: 10px;
    border-radius: 4px;
    background: url(../img/bg_popups.png) repeat 0 0;
    }
.b-login_cont {
    padding: 6px 10px 10px;
    border-radius: 4px;
    background: #fff;
    }
.b-login_btn {
    width: 75px;
    height: 30px;
    cursor: pointer;
    background: url(../img/project.png) no-repeat -838px -186px;
    }
.b-login_btn:hover {
    background-position: -838px -216px;
    }
.b-login a {
    color: #5781b5;
    }
.b-login_areg {
    margin-top: 8px;
    }
.b-login .c-gray {
    color: #555;
    }
.b-login_inp {
    width: 208px;
    margin-top: 3px;
    padding: 5px 5px 6px;
    border: 1px #cacaca solid;
    border-radius: 3px;
    font-size: 14px;
    }
.b-login_inp_cur {
    border: 1px #b0b0b0 solid;
    }
.b-login_check {
    margin: 0 5px 0 0;
    vertical-align: middle;
    }
.b-login_close {
    margin-top: 4px;
    }
.b-login_top {
    padding: 15px 20px 20px;
    border-radius: 4px 4px 0 0;
    background: #fff;
    }
.b-login_bottom {
    padding: 12px 15px 14px;
    border-top: 1px #e7e7e7 solid;
    border-radius: 0 0 4px 4px;
    background: #efefef;
    text-align: right;
    }
.b-login_bottom .c-gray {
    color: #888;
    }
/*end login forms*/

/*b-popup_makehp */
.b-popup_makehp {
    margin-left: -195px;
    width: 350px;
    padding: 15px 20px 20px;
    border-radius: 4px;
    background: #fff;
    }

/*b-obzor_seti_box*/
.b-obzor_seti {
    padding: 6px 10px 0;
    }
.b-obzor_seti_box {
    float: left;
    width: 120px;
    margin-right: 40px;
    }
.b-obzor_seti_box span {
    display: block;
    margin-top: 5px;
    }
.b-aukro {
    margin-top: -16px;
    background: url(../img/aukro.gif) no-repeat left top;
    }
.b-aukro a {
    display: block;
    padding: 23px 0 0;
    }
.b-aukro img {
    margin: 0 7px 3px;
    }
.b-aukro_last {
    margin: -16px 0 0;
    }
/*end b-obzor_seti_box*/

/* message & email header v2 */
.g-message_block,
.g-message_block_empty,
.g-email_block,
.g-email_block_empty {
    position: relative;
    }
.g-message_block i,
.g-email_block i {
    display: block;
    position: absolute;
    top: -7px;
    left: 12px;
    height: 11px;
    font-size: 11px;
    line-height: 11px;
    color: #212121;
    font-weight: bold;
    font-style: normal;
    }
.g-message_block img,
.g-message_block_empty img,
.g-email_block img,
.g-email_block_empty img {
    width: 16px;
    height: 15px;
    vertical-align: middle;
    background: url(../img/project.png) no-repeat;
    }
.g-message_block img {
    background-position: -130px -476px;
    }
.g-email_block img {
    background-position: -114px -476px;
    }
.g-message_block_empty img {
    background-position: -130px -491px;
    }
.g-email_block_empty img {
    background-position: -114px -491px;
    }
/* message & email end header v2*/

.ic_favorite,
.ic_infavorite {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    opacity: .65;
    filter: alpha(opacity = 65);
    background: url(../img/social_icons.png) -137px 0;
    vertical-align: middle;
    }
.ic_infavorite {
    background-position: -164px 0;
    }
/*end b-favorites*/

/*b-infomess*/
.b-infomess_good,
.b-infomess_bad {
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 11px;
    line-height: 15px;
    }

.b-infomess_good {
    background: #f2f2f2 url(../img/mess_good.gif) repeat-y top left;
    }
.b-infomess_bad {
    background: #f2f2f2 url(../img/mess_bad.gif) repeat-y top left;
    }
.b-infomess .g-ic_close {
    vertical-align: -2px;
    }
/*end b-infomess*/

/*-global_ban_all_bigmir--*/
.global_ban_all_bigmir_img {
    display: block;
    height: 70px;
    width: 320px;
    overflow: hidden;
    background: url(http://bm.img.com.ua/a/common/img/banners/my_drive.png) no-repeat top left;
    }
/*-global_ban_all_bigmir--*/

/* widgets */
.b-widgets_980 {
    width: 980px;
    overflow: hidden;
    white-space: nowrap;
    }
.b-widgets_980 a {
    display: inline-block;
    margin-right: 10px;
    }
.b-widgets_320 {
    width: 320px;
    overflow: hidden;
    }
/* end widgets */

/* facebook_login */
.g-facebook_login img {
    vertical-align: -2px;
    }
/* end facebook_login */

/* b-network */
.b-network {
    padding: 0 8px;
    }
.b-network_h {
    margin-bottom: 6px;
    }
.b-network_box {
    float: left;
    width: 120px;
    min-height: 84px;
    margin-right: 40px;
    }
.b-network_img {
    display: block;
    margin-bottom: 2px;
    }
.b-network_from,
.b-network_from_logo {
    display: block;
    }
.b-network_from_logo {
    margin-top: -28px;
    margin-bottom: 5px;
    }

.b-partner_logo {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 55px;
    height: 55px;
    }

.b-partner_logo2 {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 35px;
    height: 35px;
    }

.b-header_l {
    height: 19px;
    }

.mt_adv {
	border: 0 !important;  /*delete  border in footer  adv*/
	}

/*  b_article_few_photo */
.b_article_few_photo_block {
    width: 310px;
    overflow: hidden;
    text-align: center;
    }
.b_article_few_photo .b-voter {
    width: 158px;
    float: none;
    height: 41px;
    margin: 0 auto;
    }
.b_article_few_photo .b-voter_text {
    display: none !important;
    }
.b_article_few_photo .b-voter_yes_box {
    margin: 0;
    }
.b_article_few_photo_source {
    padding-top: 4px;
    }

/* end b_article_few_photo */

/*  b_article_one_photo */
.b_article_one_photo_block {
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    }
.b_article_one_photo .b-voter {
    width: 158px;
    float: none;
    height: 41px;
    margin: 0 auto;
    }
.b_article_one_photo .b-voter_text {
    display: none !important;
    }
.b_article_one_photo .b-voter_yes_box {
    margin: 0;
    }
.b_article_one_photo_source {
    padding-top: 4px;
    }

/* end b_article_few_photo */

a._fancybox2 {
    display: inline-block;
    position: relative;
	max-width: 100%;
    outline: none;
    vertical-align: top;
    color: #0079b9;
    text-decoration: underline;
    }
    a._fancybox2:after {
        content: "";
        display: block;
        position: absolute;
        right: 6px;
        top: 6px;
        width: 32px;
        height: 32px;
        border-radius: 4px;
        opacity: .7;
        background: #000 url(../../common/plugins/fancybox/fancybox/fancybox_zoom_in.png) center center no-repeat;
        }
        a._fancybox2:hover:after {
            opacity: 1;
            }

/*********** NEW POPUP WINDOW STYLES */

.b-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 500px;
	min-width: 320px;
	height: auto;
	z-index: 1001;
	visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	   -moz-transform: translateX(-50%) translateY(-50%);
	     -o-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
	        backface-visibility: hidden;
	}
	.lt-ie9 .b-modal {
		width: 500px;
		margin-left: -250px;
		}
	.lt-ie9 .b-modal_login {
		height: 270px;
		margin-top: -135px;
		}
.b-modal_visible {
	visibility: visible;
	}
.b-modal__inner {
	position: relative;
	padding: 2px;
	background: #fff;
	}
.b-modal__overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all linear 0.2s;
	   -moz-transition: all linear 0.2s;
	     -o-transition: all linear 0.2s;
	        transition: all linear 0.2s;
	}
	.lt-ie9 .b-modal__overlay {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU3ODM5QzY2RUFFNjExRTJCN0ExQjU5QzE2MUZBQ0JFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU3ODM5QzY3RUFFNjExRTJCN0ExQjU5QzE2MUZBQ0JFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTc4MzlDNjRFQUU2MTFFMkI3QTFCNTlDMTYxRkFDQkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTc4MzlDNjVFQUU2MTFFMkI3QTFCNTlDMTYxRkFDQkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6b8/InAAAAGElEQVR42mJkYGBoYMADmBgIgOGhACDAAItIAJA/hcT5AAAAAElFTkSuQmCC);
		background-repeat: repeat;
		}
	.b-modal_visible ~ .b-modal__overlay {
		opacity: 1;
		visibility: visible;
		}
.b-modal__header {
	background: #333333;
	padding: 5px 0 5px 20px;
	font-size: 18px;
	color: #fff;
	}
.b-modal__content {
	padding: 20px 20px 16px;
	background: #fff;
	}
.b-modal_slideintop > .b-modal__inner {
	-webkit-transform: translateY(-40px);
	   -moz-transform: translateY(-40px);
	     -o-transform: translateY(-40px);
	        transform: translateY(-40px);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transition: all linear 0.2s;
	   -moz-transition: all linear 0.2s;
	     -o-transition: all linear 0.2s;
	        transition: all linear 0.2s;
	opacity: 0;
	}
	.b-modal_slideintop.b-modal_visible > .b-modal__inner {
		-webkit-transform: translateY(0);
		   -moz-transform: translateY(0);
		     -o-transform: translateY(0);
		        transform: translateY(0);
		-webkit-backface-visibility: hidden;
		   -moz-backface-visibility: hidden;
		     -o-backface-visibility: hidden;
		        backface-visibility: hidden;
		opacity: 1;
		}

/*********** END OF */