.interview_gallery .lite_img img{
    width: 136px; 
    border-radius: 7px; 
    -webkit-border-radius: 7px; 
    -moz-border-radius: 7px; 
    -khtml-border-radius: 7px;
    margin: 10px 0;
}

.press_block{margin-bottom: 25px;}

.interview_gallery .desc_inter{
    font-size: 11px; 
    line-height: 13px;
}

.new_design .highlight .next_int{
    right: 7px !important;
    top: 65px; 
    background-position: -33px 0;
}

.new_design .highlight .prev_int{
    left: 7px !important;
    top: 65px; 
    background-position: 0px 0px;
}

#adm_panel .icon_panel{background: #080808 url(/i/img/adminpanell.png) no-repeat center; width: 100%; height: 214px; position: relative;}
        
#adm_panel .menu_admin_new{
    background: #FFE464;
    background: -moz-linear-gradient(top, #ffe464 1%, #ffb705 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#FFE464), color-stop(100%,#FFB705));
    background: -webkit-linear-gradient(top, #FFE464 1%,#FFB705 100%);
    background: -o-linear-gradient(top, #ffe464 1%,#ffb705 100%);
    background: -ms-linear-gradient(top, #ffe464 1%,#ffb705 100%);
    background: linear-gradient(to bottom, #FFE464 1%,#FFB705 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe464', endColorstr='#ffb705',GradientType=0 );
    width: 100%;
}

#adm_panel li.link_li{
    display: inline-block;
    padding: 7px;
    color: #7E5000;
    width: 170px;
    text-align: center;
    background: rgba(8, 8, 8, 0.05);
    margin: 3px;
}

#adm_panel li.link_li:hover{
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

#adm_panel h1{border-bottom: 1px solid #000; padding-bottom: 13px; margin-bottom: 10px; border-top: 1px dashed #000; margin-top: 18px;}
#adm_panel .adm_content{}

#adm_panel a{text-decoration: none;}
#adm_panel{padding: 0px 0px 10px 0px;}
.main_admin_bottom_1{width: 215px; background: #666; background: -moz-linear-gradient(top, #666666 0%, #474747 49%, #353535 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(49%,#474747), color-stop(100%,#353535)); background: -webkit-linear-gradient(top, #666 0%,#474747 49%,#353535 100%); background: -o-linear-gradient(top, #666666 0%,#474747 49%,#353535 100%); background: -ms-linear-gradient(top, #666666 0%,#474747 49%,#353535 100%); background: linear-gradient(top, #666666 0%,#474747 49%,#353535 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#353535',GradientType=0 ); color: #FFF; padding: 10px; margin: 20px auto 0 auto;}
.main_admin_bottom_1 input{margin-left: 7px; width: 131px;}
.main_admin_bottom_1 input[name="new_countcity"]{width: 129px !important;}
.admin_page .border_admin_table{width: 100%; height: 100%; border-collapse: collapse; border-spacing: 0px;}
.admin_page .link_arr{display: block;}
.admin_page .link_col{color: #fff;}
.admin_page .link_col:hover{color: #000;}
.admin_page .border_admin_table, .admin_page .border_admin_table .corr_td_main{border: 1px dashed #000; border-left: 0px; border-right: 0px;}
.admin_page .admin_menu_bl{vertical-align: top; width: 175px; border-right: 1px dashed #000 !important;}
.admin_page .menu_admin{border: 0px; margin: 0px;}
.admin_page .menu_admin .link_arr {padding: 5px 0 5px 5px; min-width: 105px; text-align: left; border-bottom: 1px dashed #FFF; font-size: 11px;}
#adm_panel #tbl_in {margin-top: 4px; width: 90%; border: 1px solid #CCCCCC; margin-bottom: 10px; border-spacing: 0px; border-collapse: collapse;}
#adm_panel #tbl_in tbody tr:hover{background: #d6d6d6;}
#adm_panel #tbl_in th {border: 1px solid #B09FB1; background-color: #353535; padding: 5px; color: white;}
#adm_panel #tbl_in td {border: 1px solid #CCCCCC; padding: 3px; text-align: center; background: #fff;}
#adm_panel #tbl_in td input{width: 80%; height: 18px;}
#adm_panel #tbl_in td select{width: 80%; height: 20px;}
#adm_panel textarea{resize:none}
#adm_panel button {border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:5px; -khtml-border-radius:10px; border: 1px solid #B09FB1; background-color: #353535; padding: 9px 20px; color: white; display: block !important; height: 28px;}
#adm_panel .imp_redactor_box{width: inherit !important;}
#adm_panel .admin_page .maximus{width: 100%; vertical-align: top;}
#adm_panel .admin_page img{-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
#adm_panel .admin_page #search_input{height: 25px; width: 128px; margin: 5px; margin-bottom: 0px; text-align: center;}
#adm_panel .menu, #adm_panel button{
    padding: 5px 0 8px 0;
    width: 130px;
    text-align: center;
    margin: 5px;
    cursor: pointer;
    background: #FFE464;
    background: -moz-linear-gradient(top, #ffe464 1%, #ffb705 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#FFE464), color-stop(100%,#FFB705));
    background: -webkit-linear-gradient(top, #FFE464 1%,#FFB705 100%);
    background: -o-linear-gradient(top, #ffe464 1%,#ffb705 100%);
    background: -ms-linear-gradient(top, #ffe464 1%,#ffb705 100%);
    background: linear-gradient(to bottom, #FFE464 1%,#FFB705 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe464', endColorstr='#ffb705',GradientType=0 );
    color: #7E5000;
    text-shadow: 1px 1px 1px #FFEFA0;
    font-weight: inherit !important;
    border: 0px !important;
    height: inherit !important;
}

#adm_panel .menu:hover, #adm_panel button:hover{
    background: #FFE464 !important;
    -moz-box-shadow: inset 0px 0px 10px #FFC200;
    -webkit-box-shadow: inset 0px 0px 10px #FFC200;
    box-shadow: inset 0px 0px 10px #FFC200;
}

#adm_panel .adddata{display: none; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.25); position: absolute; top: 0px; left: 0px; z-index: 2;}
#adm_panel #ajgr{position: absolute; top: 50%; margin-top: -50px;}

#adm_panel .cl_cash_admin{
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #B1B1B1;
    padding: 3px 0 5px 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 10px;
}

#adm_panel .cl_cash_admin:hover{
    background: rgba(255, 255, 255, 0.11);
    color: white;
}

#adm_panel .head_url_cash{color: #B1B1B1;}
#adm_panel .head_url_cash:hover{color: #FFF;}
#adm_panel #show_example_2201{border-top: 1px solid #B09FB1; background: #353535; color: #FFF; font-weight: bold; padding: 5px; text-align: center; border-bottom: 1px solid #B09FB1; cursor: pointer;}
#adm_panel #example_2201{display: none;}
#adm_panel #example_2201 #tbl_in{width: 100%;}

.show_content_seminars{text-decoration: underline;}
.show_content_seminars:hover{cursor: pointer; color: #808080; text-decoration: none;}
.content_seminars{display: none;}

.soc_group{text-align: right; position: absolute; bottom: 25px; right: 25px;}
.soc_group a{color: #fff;}
.soc_group #soc_text, .soc_group img{vertical-align: middle;}

.admin_menu_bh{
    color: #7E5000;
    text-shadow: 1px 1px 1px #FFEFA0;
    margin: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Tahoma;
    padding: 5px 0 7px 0;
}
.admin_menu_bul{max-width: 1000px; display: none; margin: 0 auto; width: 100%; text-align: center; padding-bottom: 5px;}
.admin_menu_bh:hover{background: rgba(255, 255, 255, 0.2); cursor: pointer;}
.titler{border-top: 1px dotted #999; border-bottom: 1px dotted #999; padding: 10px 20px; margin: 25px 0;}
.h2admin{font-weight: bold; text-decoration: underline; padding-bottom: 5px;}
.adm_content #response{width: 100%; display: none; text-align: center; color: black; margin-top: 15px;}

.new_design .bottom_new_exb, .new_design #more{
    min-width: 180px;
    height: 30px;
    color: #7E5000;
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFEFA0;
    line-height: 30px;
    text-align: center;
    margin: 5px auto;
    cursor: pointer;
    border: 1px solid #FFD24C;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    background: #ffe464;
    background: -moz-linear-gradient(top, #ffe464 0%, #fffcd2 1%, #fffcd2 2%, #ffe464 3%, #ffb400 100%);
    background: -webkit-linear-gradient(top, #ffe464 0%,#fffcd2 1%,#fffcd2 2%,#ffe464 3%,#ffb400 100%);
    background: linear-gradient(to bottom, #ffe464 0%,#fffcd2 1%,#fffcd2 2%,#ffe464 3%,#ffb400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe464', endColorstr='#ffb400',GradientType=0 );
    max-width: 250px;
    margin-bottom: 20px;
}

.new_design .bottom_new_exb:hover, .new_design #more:hover{
    background: #ffe464;
    background: -moz-linear-gradient(top, #ffe464 0%, #fffcd2 1%, #ffe464 2%, #ffe464 100%);
    background: -webkit-linear-gradient(top, #ffe464 0%,#fffcd2 1%,#ffe464 2%,#ffe464 100%);
    background: linear-gradient(to bottom, #ffe464 0%,#fffcd2 1%,#ffe464 2%,#ffe464 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe464', endColorstr='#ffe464',GradientType=0 );
}

.search_block h2{font-size: 17px !important;}
.search_block, .notFound{background: #f1efe9 ;padding: 20px; margin-bottom: 20px;}
.webResult{border-bottom: 1px dashed #B4B4B4; margin-bottom: 10px; padding-bottom: 20px;}
.webResult:last-child{border-bottom: 0px !important; margin-bottom: 0px !important; padding-bottom: 0px !important;}
.left_new{position: relative;}
.left_new .clear_search{background: url('/i/img/fancy_box/fancy_closebox.png') no-repeat;width: 30px;height: 30px;position: absolute;right: 5px;top: 5px;cursor: pointer; display: none; z-index: 1;}
.new_design .header_new .serch_new input{color: #fff !important;}

.grayscale{ 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.grayscale:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.li_award{width: 217px; display: inline-block; margin: 10px 0 15px 0;}
.new_design .timer_block{padding: 10px;}
.new_design .timer_block_one, .timer_block_two{font-size: 10px;}
.new_design .timer_block_three{
    text-align: center;
    font-size: 17px;
    color: #fff;
}

.one_block_video_li{padding: 10px; width: 200px; display: inline-block; margin: 5px; border: 1px solid transparent !important;}
.one_block_video_li .video_icon img{position: absolute; z-index: 1; margin-left: -20px; margin-top: 35px; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;}
.one_block_video_li:hover{background: #F1EFE9; border: 1px solid #D4C2A3 !important;}
.one_block_video_li:hover .video_icon img{filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;}
.new_design .sitemaps{background: url(/i/img/maps_icon_head.png) no-repeat; width: 40px; height: 39px; margin-right: 15px;}
.new_design .sitemaps:hover{background-position: -40px 0px; width: 39px; cursor: pointer;}

star_form {
    color: #F00;
}

.thumbnails:before, .thumbnails:after {
	display: table;
	line-height: 0;
	content: "";
}
.thumbnails:after {
	clear: both;
}

.br_radius_3{ -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;}
.br_radius_5{ -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;}
.br_radius_7{ -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px; border-radius: 7px;}
.br_radius_10{ -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;}
.br_radius_750{ -moz-border-radius: 750px; -webkit-border-radius: 750px; -khtml-border-radius: 750px; border-radius: 750px;}

.br_radius_3_top{ -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; -khtml-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;}
.br_radius_5_top{ -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -khtml-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;}
.br_radius_7_top{ -moz-border-radius: 7px 7px 0 0; -webkit-border-radius: 7px 7px 0 0; -khtml-border-radius: 7px 7px 0 0; border-radius: 7px 7px 0 0;}
.br_radius_10_top{ -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; -khtml-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;}

.br_radius_3_right{ -moz-border-radius: 0 3px 3px 0; -webkit-border-radius: 0 3px 3px 0; -khtml-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0;}
.br_radius_5_right{ -moz-border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0; -khtml-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0;}
.br_radius_7_right{ -moz-border-radius: 0 7px 7px 0; -webkit-border-radius: 0 7px 7px 0; -khtml-border-radius: 0 7px 7px 0; border-radius: 0 7px 7px 0;}
.br_radius_10_right{ -moz-border-radius: 0 10px 10px 0; -webkit-border-radius: 0 10px 10px 0; -khtml-border-radius: 0 10px 10px 0; border-radius: 0 10px 10px 0;}

.br_radius_3_bottom{ -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; -khtml-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;}
.br_radius_5_bottom{ -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; -khtml-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;}
.br_radius_7_bottom{ -moz-border-radius: 0 0 7px 7px; -webkit-border-radius: 0 0 7px 7px; -khtml-border-radius: 0 0 7px 7px; border-radius: 0 0 7px 7px;}
.br_radius_10_bottom{ -moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; -khtml-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;}

.br_radius_3_left{ -moz-border-radius: 3px 0 0 3px; -webkit-border-radius: 3px 0 0 3px; -khtml-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px;}
.br_radius_5_left{ -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; -khtml-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px;}
.br_radius_7_left{ -moz-border-radius: 7px 0 0 7px; -webkit-border-radius: 7px 0 0 7px; -khtml-border-radius: 7px 0 0 7px; border-radius: 7px 0 0 7px;}
.br_radius_10_left{ -moz-border-radius: 10px 0 0 10px; -webkit-border-radius: 10px 0 0 10px; -khtml-border-radius: 10px 0 0 10px; border-radius: 10px 0 0 10px;}

.br_radius_75{ -moz-border-radius: 75px; -webkit-border-radius: 75px; -khtml-border-radius: 75px; border-radius: 75px;}
html, body{width: 100%;}

.inblock_site{display: inline-block;}
.inblock_site_middle{display: inline-block; vertical-align: middle;}
.three_width{width: 217px; text-align: left; padding: 10px;}

.new_design .right_new .point_select:hover, .new_design .right_new .point_select_hover{
    background: #EFEFEF;
}

ul.new_design_li li{padding: 0px 0px 0px 13px; line-height: 16px; background: rgba(0, 0, 0, 0) url(/i/img/li_point.png) no-repeat 1px 5px; margin-left: 0px;}
ul.new_design_li{margin: 0px 0px 7px !important;}

#education_prjs_page .education_more{display: inline-block; vertical-align: top; cursor: pointer;}
#education_prjs_page .education_prjs_head{font-size: 12px; font-weight: bold; text-align: center}
#education_prjs_page .education_more_one{display: none; border: 1px solid #D4C2A3; padding: 10px; margin: 20px 0px 0px 0px; position: relative;}
#education_prjs_page div[showinfo-data]{display: none;}

.new_design .header_new .lngs_new .lang_h{background: url(https://datafx.showfxworld.com/i/img/design/lang_bar.png) no-repeat;}

.new_design .header_new .lngs_new .ru{background-position: -38px 0}
.new_design .header_new .lngs_new .ru:hover{background-position: -38px -38px}
.new_design .header_new .lngs_new .ru_hover{background-position: -38px -38px}
.new_design .header_new .lngs_new .en{background-position: -0px 0}
.new_design .header_new .lngs_new .en:hover{background-position: -0px -38px}
.new_design .header_new .lngs_new .en_hover{background-position: -0px -38px}
.new_design .header_new .lngs_new .id{background-position: -76px 0}
.new_design .header_new .lngs_new .id:hover{background-position: -76px -38px}
.new_design .header_new .lngs_new .id_hover{background-position: -76px -38px}

.new_design .header_new .lngs_new .ua{background-position: -76px 0}
.new_design .header_new .lngs_new .ua:hover{background-position: -114px -38px}
.new_design .header_new .lngs_new .ua_hover{background-position: -114px -38px}

.new_design .flag_21{background-position: -198px 0px;}
.new_design .flag_22{background-position: -22px 0px;}
.new_design .flag_23{background-position: -176px 0px;}
.new_design .flag_24{background-position: -88px 0px;}
.new_design .flag_25{background-position: -220px 0px;}
.new_design .flag_26{background-position: -154px 0px;}
.new_design .flag_27{background-position: 0px 0px;}
.new_design .flag_28{background-position: -44px 0px;}
.new_design .flag_29{background-position: -66px 0px;}
.new_design .flag_30{background-position: -110px 0px;}
.new_design .flag_31{background-position: -198px 0px;}
.new_design .flag_32{background-position: -132px 0px;}
.new_design .flag_33{background-position: -242px 0px;}
.new_design .flag_70{background-position: -198px 0px;}
.new_design .flag_72{background-position: -264px 0px;}
.new_design .flag_74{background-position: -286px 0px;}
.new_design .flag_76{background-position: -308px 0px;}
.new_design .flag_78{background-position: -330px 0px;}

.translate_lang{width: 35px !important; display: inline-block; vertical-align: middle;}

.new_design .right_new .spkcarousel_new .head_spaek_right_new{color: #353535 !important;}
.mrochkov_block{padding: 20px 0 0 0 !important}
.mrochkov_block a{text-decoration: none;}

.video_caption_new{
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-bottom: -12px;
    margin-top: 15px;
}

.block_vi_interview{background: #F1EFE9; border: 1px solid #D4C2A3; padding: 5px; margin-bottom: 15px;}

.all_reports_year .content_year_rep{display: none; border: 1px solid #ECECEC; border-top: 0px;  border-right: 0px;}
.all_reports_year .content_year_rep.show{display: block;}
.all_reports_year .header_point_year{background: #543A57; color: #FFF; padding: 8px 0 7px 5px; border-top: 1px solid #191017; border-bottom: 1px solid #191017; margin-top: -1px; cursor: pointer;}
.all_reports_year .header_point_year_h{background: #342435}

.new_design .right_new .point_reports{border-right: 1px solid #ECECEC;}

.brand_one_block .border_img_brand{border: 1px solid #7276B3;}

.status_block{width: 16px; height: 16px; margin: 0 auto;}
.status_block_check{background: url(https://datafx.showfxworld.com/i/img/check-16.png) no-repeat;}
.status_block_close{background: url(https://datafx.showfxworld.com/i/img/close-16.png) no-repeat;}

.search_user[name="select_search_user"]{width: 130px; margin: 0 5px; height: 25px;}
.header_start_rmenu {padding: 7px 0px; border-top: 1px solid #B9B9B9; margin-top: 11px; margin: 15px 5px 0px 5px; text-align: center;}

.all_form_edit textarea{outline: none; resize: none; overflow: auto; height: 100px !important;}
.signature_block{text-align: center; font-weight: bold; font-size: 13px; text-transform: uppercase; padding: 10px 0 5px 0;}
.msg_review{background: #D4C2A3; padding: 10px; text-align: center; border-bottom: 1px solid #8C806C;}

.block_comments_review{}
.block_comments_review .block_review_one{margin-top: 25px;}
.block_comments_review .block_review_one:first-child{margin-top: 0px;}
.block_comments_review .block_review_position_1, .block_comments_review .block_review_position_2{border: 1px solid #D4C2A3; padding: 15px 20px; margin: 5px 0 10px 0;}
.block_comments_review .block_review_position_2{margin-left: 100px;}
.block_comments_review .head_review{padding-bottom: 10px; border-bottom: 1px solid #8C806C; margin-bottom: 10px;}
.block_comments_review .text_review{text-align: justify;}
.block_comments_review .answer_review{margin-top: 7px; text-align: right; text-decoration: underline;}
.block_comments_review .answer_review:hover{text-decoration: none; cursor: pointer;}

.form_review{margin-bottom: 20px;}
textarea#redactor_content{width: 100% !important;}

.align_check_input_radio input, .align_check_input_radio span{vertical-align: middle;}
.align_check_input_radio input{margin-right: 5px;}

.new_design .central_menu .img_setting{background: url(https://datafx.showfxworld.com/i/img/design/menu_icon.png);}

.new_design .central_menu .exhibitions {background-position: -100px 0px;}
.new_design .central_menu .awards { background-position: -40px 0px;}
.new_design .central_menu .reviews {background-position: -120px 0px;}
.new_design .central_menu .about_us {background-position: -140px 0px;}
.new_design .central_menu .speakers {background-position: -160px 0px;}
.new_design .central_menu .video {background-position: -180px 1px;}

.new_design .central_menu .exhibitions_block:hover .exhibitions{background-position: -100px -21px;}
.new_design .central_menu .awards_block:hover .awards{background-position: -40px -21px;}
.new_design .central_menu .reviews_block:hover .reviews {background-position: -120px -21px;}
.new_design .central_menu .about_us_block:hover .about_us {background-position: -140px -21px;}
.new_design .central_menu .speakers_block:hover .speakers {background-position: -160px 21px;}
.new_design .central_menu .video_block:hover .video {background-position: -180px 22px;}

.reviews_right{background: url('/i/img/review_right.png') no-repeat; width: 197px; height: 200px; margin-bottom: 20px; position: relative;}
.reviews_right .reviews_right_text{font-family: Segoeui; position: absolute; width: 140px; margin: 10px; text-align: center; text-transform: uppercase; font-size: 17px; color: #fff; border: 1px solid #fff; padding: 5px 10px; background: rgba(0, 0, 0, 0.25); bottom: 10px; left: 50%; margin-left: -80px; letter-spacing: 2px;}
.reviews_right:hover .reviews_right_text{background: rgba(0, 0, 0, 0.5);}

.btn_top_back{width: 205px; background: rgba(0, 0, 0, 0.35); padding: 6px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; position: absolute; top: 166px; left: 30px; z-index: 2;}
.btn_top_back .btn_top_back_content{ position: relative; background: #fbefa5; background: -moz-linear-gradient(top, #fbefa5 0%, #ffe45f 7%, #ffc102 99%, #ffc102 99%, #5d4b1c 100%); background: -webkit-linear-gradient(top, #fbefa5 0%,#ffe45f 7%,#ffc102 99%,#ffc102 99%,#5d4b1c 100%); background: linear-gradient(to bottom, #fbefa5 0%,#ffe45f 7%,#ffc102 99%,#ffc102 99%,#5d4b1c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbefa5', endColorstr='#5d4b1c',GradientType=0 ); -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; padding: 10px; text-shadow: 1px 1px 1px #FFE362; color: #7E5000; font-size: 10px; font-weight: bold;}
.btn_top_back .btn_top_back_content .abs_check{position: absolute; right: 8px; top: 50%; color: #7E5000; font-size: 12px; border-bottom: 1px solid #FFF0AF; border-top: 1px solid #FAB61E; border-radius: 750px; padding: 4px; background: #ffc844; background: -moz-linear-gradient(top, #ffc844 0%, #ffe87e 100%); background: -webkit-linear-gradient(top, #ffc844 0%,#ffe87e 100%); background: linear-gradient(to bottom, #ffc844 0%,#ffe87e 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc844', endColorstr='#ffe87e',GradientType=0 ); margin-top: -11px;}
.btn_top_back_margin{margin-top: 50px;}

.loadericon{font-size: 30px !important; top: 50%; position: absolute; margin-top: -12px;}

.btn_top_back:hover .btn_top_back_content{
    background: #fbefa5;
    background: -moz-linear-gradient(top, #fbefa5 0%, #ffe45f 7%, #ffe45f 99%, #ffc102 99%, #5d4b1c 100%);
    background: -webkit-linear-gradient(top, #fbefa5 0%,#ffe45f 7%,#ffe45f 99%,#ffc102 99%,#5d4b1c 100%);
    background: linear-gradient(to bottom, #fbefa5 0%,#ffe45f 7%,#ffe45f 99%,#ffc102 99%,#5d4b1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbefa5', endColorstr='#5d4b1c',GradientType=0 );
}

.comments_page{border-top: 1px dotted #E2E9ED; margin-top: 20px; padding-top: 10px;}

.exhibitorsawards_page{margin-top: 20px;}
.exhibitorsawards_page li{display: inline-block; vertical-align: top; margin: 0 5px;}

.center_block{text-align: center;}
.center_block p{text-align: center;}
.lidecimel{list-style-type: decimal; margin-left: 20px;}

.reviews_right .reviews_right_text__two{display: none;}
.reviews_right:hover .reviews_right_body{background: rgba(0, 0, 0, 0.15);}
.reviews_right:hover .reviews_right_text__two{display: block;}
.reviews_right:hover .reviews_right_text__one{display: none;}
.img_left {float: left; margin-right: 10px !important; margin-bottom: 10px !important;}

.pageContainer{background: #f1efe9; padding: 0px; margin-bottom: 20px;}
.pageContainer h2{padding: 0 0 10px 0;}

.background_cover{webkit-background-size: cover !important; -moz-background-size: cover !important; -o-background-size: cover !important; background-size: cover !important;}
.videoinformer__img{width: 190px; height: 107px; background-size: cover !important; background-position: center center !important;}

@media (max-width: 1050px)
{
    .central__flex__two__one a{text-decoration: none;}
    .reviews_right{background: none; width: 100%; height: inherit;}
    .reviews_right .reviews_right_text{position: relative; left: inherit; width: inherit; margin-left: inherit; padding: 5px; background: #543A57; bottom: inherit; border: none; margin: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; -khtml-border-radius: 0px; border-radius: 0px; width: calc(100% - 10px);}
    .reviews_right:hover .reviews_right_text{background: #342435;}
}


@media (max-width: 600px)
{
    .block_comments_review .block_review_position_2 {margin-left: 20px;}
}