#column-slide {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 100%;
	max-height: 1440px;
	overflow: hidden;
	margin: 0 auto;
	opacity: 0;
	}
#column-slide-second {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 370px;
	overflow: hidden;
	margin: 0 auto;
	opacity: 0;
	}
#column {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	opacity: 0;
	}
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
	z-index: -1;
	transition: 1.0s;
	}
.preloader.active {
	z-index: 1000;
	opacity: 1;
	}
.preloader.active-d {
	display: block;
	}
.preloader-block {
	width: 100%;
	height: 100%;
	background: #000000 url(../images/preloader-bg.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.table {
	display: table;
	width: 100%;
	height: 100%;
	}
.table-row {
	display: table-row;
	}
.table-cell {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	}
.mask-pre {
	position: relative;
	z-index: 0;
	width: 450px;
	margin: 0 auto;
	height: 52px;
	-webkit-mask-image: url(../images/logo.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-origin: content;
	-webkit-mask-position: top center;
	-webkit-mask-size: 450px 52px;
	mask-image: url(../images/logo.svg);
	mask-repeat: no-repeat;
	mask-origin: content;
	mask-position: top center;
	mask-size: 450px 52px;
	background: url(../images/mask-pre-bg.png) left bottom no-repeat;
	}
@-webkit-keyframes bgmove
        {
	0% {background: url(../images/mask-pre-bg.png) right bottom no-repeat;}
	98% {background: url(../images/mask-pre-bg.png) left bottom no-repeat;}
        }
@keyframes bgmove
        {
	0% {background: url(../images/mask-pre-bg.png) right bottom no-repeat;}
	98% {background: url(../images/mask-pre-bg.png) left bottom no-repeat;}
        }
.mask-pre {
	-webkit-animation: bgmove 4.0s linear;
	animation: bgmove 4.0s linear;
	}
#slogan, #services-header {
	position: absolute;
	width: 100%;
	padding-left: 80px;
	bottom: 0;
	z-index: 2;	
	color: #ffffff;
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 70px;
	font-weight: 400;
	line-height: 105%;
	cursor: default;
	animation: slowmove 0.8s linear forwards;
	height: 380px;
	}
#services-header {
	bottom: 180px;
	height: auto;
	width: auto;
	left: 80px;
	padding-left: 0;
	}
#slogan:before, #services-header:before {
	content: "";
	display: inline-block;
	width: 65px;
	height: 53px;
	margin-right: 6px;
	background: url(../images/slogan-logo.png) no-repeat;
	}
.slogan-small-comment {
	color: #acacac;
	font-family: Helios, Arial sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 120%;
	margin-top: 32px;
	}
#page-header h1, #page-header-research h1, #spage-header-research h1 {
	position: absolute;
	left: 80px;
	bottom: 280px;
	z-index: 2;	
	color: #ffffff;
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 70px;
	font-weight: 400;
	line-height: 105%;
	margin: 0;
	animation: slowmove 0.8s linear forwards;
	}
#page-header-research h1 {
	bottom: auto;
	top: 165px;
	}
#spage-header-research h1 {
	bottom: auto;
	top: 65px;
	padding: 0 120px 0 0;
	}
#spage-header-research h1 span {
	display: block;
	font-family: Helios, Arial sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #acacac;
	}
#spage-header-research h1 span a {
	color: #ffffff;
	text-decoration: none
	}
#nopage-header h1 {
	position: absolute;
	bottom: 80px;
	width: 100%;
	z-index: 2;	
	color: #ffffff;
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 150px;
	text-align: center;
	font-weight: 400;
	line-height: 105%;
	margin: 0;
	animation: slowmove 0.8s linear forwards;
	}
#page-header.t-header h1 {
	bottom: 125px;
	}
#page-header-comment {
	margin-top: 60px;
	z-index: 2;	
	color: #ffffff;
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 120%;
	padding-right: 300px;
	animation: slowmove 0.8s linear forwards;
	}
#page-header-team {
	position: absolute;
	left: 80px;
	bottom: 180px;
	z-index: 2;	
	color: #ffffff;
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 120%;
	padding-right: 300px;
	animation: slowmove 0.8s linear forwards;
	}
#page-header-team h1 {
	font-size: 70px;
	font-weight: 400;
	line-height: 105%;
	margin: 0 0 60px 0;
	}
#pathway {
	position: absolute;
	left: 80px;
	bottom: 90px;
	z-index: 2;	
	color: #f2f2f2;
	font-size: 13px;
	font-weight: 300;
	line-height: 100%;
	opacity: 0.3;
	}
#pathway a {
	color: #f2f2f2;
	}
#content-slide-block, #content-slide-block-n {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;	
	transition: 1.0s;
	}
#main-slide {
	position: relative;
	width: 100%;
	height: 100%;
	background: #000000 url(../images/main-slide__.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 30%;
	background-size: 180%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	filter: gray;
	transition: 1.0s;
	animation: move 14s linear forwards;
	z-index: 0;	
	}
#about-slide, #trust-management-slide, #team-slide, #depositary-slide, #brokerage-slide {
	position: relative;
	width: 100%;
	height: 100%;
	background: #000000 url(../images/about-slide__.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 15%;
	background-size: 120%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	animation: move-bg-s 8s linear forwards;
	z-index: 0;	
	}
#about-slide-m {
	position: relative;
	width: 100%;
	height: 100%;
	background: #000000 url(../images/about-slide.jpg) no-repeat;
	background-position-x: 100%;
	background-position-y: 20%;
	background-size: 180%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	transition: 1.0s;
	animation: move-a 14s linear forwards;
	z-index: 0;	
	}
#trust-management-slide {
	background: #000000 url(../images/trust-management-slide.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 10%;
	background-size: cover;
	}
#team-slide {
	background: #000000 url(../images/team-slide.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 10%;
	background-size: cover;
	}
#depositary-slide {
	background: #000000 url(../images/depositary-bg.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	}
#brokerage-slide {
	background: #000000 url(../images/about-slide__.jpg) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: cover;
	}
/*
#slogan:hover ~ #content-slide-block {
	background-color: rgba(0, 0, 0, 0.3);	
	}
#slogan:hover ~ #main-slide, #slogan:hover ~ #about-slide-m {
	background-position-y: 100px;
	background-size: 100%;
	transform: scale(1.0) !important;
	-webkit-transform: scale(1.0) !important;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	-webkit-filter: none;
	filter: none;
	}
*/
#main-slide.main-slide-add, #about-slide-m.main-slide-add {
	background-position-y: 100px;
	background-size: 100%;
	transform: scale(1.0) !important;
	-webkit-transform: scale(1.0) !important;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	-webkit-filter: none;
	filter: none;
	}
#page-header-block {
	position: relative;
	width: 100%;
	height: 370px;
	z-index: 0;	
	}
.arrow-down, .arrow-test {
	position: fixed;
	background: url(../images/arrow-down.png) no-repeat;
	width: 47px;
	height: 64px;
	bottom: 53px;
	left: 50%;
	margin-left: -23px;
	z-index: 2;
	animation: arrow 1.2s linear infinite;
	}
.arrow-test {
	position: absolute;
	background: url(../images/arrow-test.png) no-repeat;
	width: 47px;
	height: 64px;
	top: 480px;
	left: 25%;
	animation: arrow 1.2s linear infinite;
	}
#logo-block, #logo-block-bg, #logo-block-bg-b {
	height: 100px;
	width: 100%;
	max-width: 1920px;
	position: fixed;
	z-index: 400;
	}
#logo-block-bg, #logo-block-bg-b {
	height: 0;
	z-index: 300;
	background: #ffffff;
	transition: 0.6s;
	box-shadow: 0px 0px 46px rgba(0, 0, 0, 0.10);
	}
#logo-block-bg-b {
	background: #000000;
	top: 0;
	}
/*
#slogan:hover ~ #logo-block-bg-b {
	height: 100px !important;
	}
*/
.logo-block-bg-full {
	height: 100px !important;
	}
#logo {
	width: 202px;
	margin-left: 80px;
	margin-top: 41px;
	float: left;
	transition: 0.6s;
	}
#logo-r {
	position: absolute;
	z-index: 6;
	left: 80px;
	top: 41px;
	width: 202px;
	opacity: 0;
	transition: 0.6s;
	}
#column-slide-second #logo {
	opacity: 0;
	}
#column-slide-second #logo-r {
	opacity: 1;
	}
#column-slide-second #logo-block-bg {
	height: 100px !important;
	}
#column-slide-second #main-menu, #column-slide-second #main-menu a, #column-slide-second #main-menu span {
	color: #4d4d4d !important;
	}
#column-slide-second #phone-top, #column-slide-second #phone-top a {
	color: #acacac !important;
	}
#column-slide-second #lang-top, #column-slide-second #lang-top a {
	color: #acacac !important;
	}
#column-slide-second #lk-menu a {
	color: #e40521 !important;
	background: url(../images/icon-lk-r.png) left center no-repeat !important;
	}
#column-slide-second #lang-top:hover a, #lang-top:hover #search-title, #column-slide-second  #phone-top:hover a {
	color: #e3001d !important;
	}
#column-slide-second  #page-header h1 {
	bottom: 130px;
	animation: slowmove 0.8s linear forwards;
	}
object {
	pointer-events: none;
	}
#main-menu, #lk-menu {
	float: left;
	margin-left: 280px;
	margin-top: 45px;
	font-family: Helios, Arial sans-serif;
	font-size: 17px;
	font-weight: 400;
	animation: visible 0.6s linear forwards;
	}
#lk-menu {
	margin-left: 68px;
	transition: 0.6s;
	}
.mob_menu {
	display: none;
	width: 25px;
	height: 21px;
	float: right;
	margin: 30px 20px 0 0;	
	background: url(../images/mob_menu.png) center top no-repeat;
	cursor: pointer;
	}
#column-slide-second .mob_menu, .bmmenu {
	background: url(../images/mob_menu.png) center bottom no-repeat;
	}
#main-menu a, #main-menu span, #lk-menu a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	margin-right: 20px;
	transition: 0.6s;
	}
#main-menu a, #main-menu span {
	padding-bottom: 25px;
	cursor: pointer;
	}
#lk-menu a {
	margin-right: 0;
	padding-left: 24px;
	background: url(../images/icon-lk-w.png) left center no-repeat;
	}
#main-menu a:after, #main-menu span:after {
	content: "";
	display: block; 
	width: 0;
	height: 6px;
	border-bottom: 2px solid #f00220;
	margin: 0 auto;
	transition: 0.6s;
	}
#main-menu a:hover:after, #main-menu span:hover:after {
	width: 100%;
	}
#main-menu a.selected:after, #main-menu span.selected:after {
	content: "";
	display: block; 
	width: 100%;
	height: 6px;
	border-bottom: 2px solid #f00220;
	margin: 0 auto;
	}
#phone-top {
	float: right;
	margin-right: 80px;
	margin-top: 28px;
	font-size: 15px;
	font-weight: 300;
	color: #ffffff;
	transition: 0.6s;
	}
#lang-top {
	float: right;
	margin-top: 28px;
	margin-right: 50px;
	font-size: 15px;
	font-weight: 300;
	color: #ffffff;
	transition: 0.6s;
	}
#lang-top a {
	color: #ffffff;
	text-decoration: none;
	transition: 0.6s;
	}
#lang-top:hover a, #phone-top:hover a {
	color: #e3001d !important;
	}
.greycolor:hover a, .greycolor:hover a {
	color: #e3001d !important;
	}
#search-title {
	margin-top: 14px;
	cursor: pointer;
	transition: 0.6s;
	}
#phone-top a {
	display: block;
	margin-top: 14px;
	color: #ffffff;
	text-decoration: none;
	transition: 0.6s;
	}
#company-traditional, .company-news, .company-mainnews, #company-awards, #company-m-news, #company-map, .about-advantage, .company-history-awards, #about-ceo, .about-points, .company-history, .quote-block-gb {
	position: relative;
	width: 100%;
	height: 605px;
	overflow: hidden;
	z-index: 0;
	}
.company-news {
	height: 760px !important;
	}
.company-mainnews {
	height: 380px !important;	
	}
#company-m-news {
	height: 896px;
	}
#company-awards {
	height: 754px;
	}
.company-history {
	height: 600px;
	}
.about-advantage {
	height: auto;
	padding: 100px 80px 115px 80px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
#about-ceo {
	height: auto;
	padding: 70px 300px 100px 300px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f2f2f2;
	}
.about-points, .feedback-block, .company-history-awards, .quote-block, .quote-block-g, .quote-block-gb, .strategy-block, .single-header, .news-list, .mainnews-list, .press-pr-block, .office-block, .history-block, #sitemap {
	height: auto;
	padding: 120px 80px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
#sitemap ul li {
	margin: 16px 0;
	font-weight: 300;
	}
#sitemap a {
	color: #000000;
	}
.feedback-block {
	padding: 110px 80px 120px 80px;
	}
.single-header {
	padding: 100px 80px 80px 80px;
	}
.news-list {
	padding: 80px 80px 120px 80px;
	}
.mainnews-list {
	padding: 80px 80px 0 80px;
	}
.company-history-awards {
	padding: 0 80px 120px 80px;
	}
.strategy-block {
	padding: 55px 80px 65px 80px;
	background-color: #f2f2f2;
	}
.history-block {
	padding: 130px 80px 65px 80px;
	background-color: #f2f2f2;
	}
.header-nomargin {
	padding: 0 80px;
	}
.office-block {
	padding: 20px 210px 100px 210px;
	background-color: #f2f2f2;
	width: 100%;
	overflow: hidden;
	}
.quote-block-g {
	padding: 70px 80px;
	background-color: #f2f2f2;
	}
.quote-block-gb {
	padding: 120px 80px;
	background-color: #f2f2f2;
	}
.research-block-gb {
	padding: 40px;
	background-color: #f2f2f2;
	}
.research-block-l {
	padding: 24px 40px;
	background-color: #f2f2f2;
	}
.research-block-l a {
	color: #000000;
	font-size: 18px;
	display: block;
	margin: 16px 0;
	outline: none;
	}
.press-pr-block {
	padding: 100px;
	background-color: #f2f2f2;
	}
.point-block-over {
	padding: 0 13px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.point-block-over:first-child {
	padding: 0 13px 0 0;
	}
.point-block-over:last-child {
	padding: 0 0 0 13px;
	}
.point-block {
	width: 100%;
	height: 340px;
	background: #cccccc;
	position: relative;
	opacity: 0;
	}
.strategy-item {
	display: block;
	width: 100%;
	height: 240px;
	position: relative;
	}
.strategy-block-over {
	padding: 0 7px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.strategy-block-slide {
	padding: 0 25px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.search-column {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 120px 0;	
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.wow {
	visibility: hidden;
	}
.company-left.wow {
	visibility: visible;
	}
.strategy-block-over .wow, .strategy-block-slide .wow {
	opacity: 0;
	}
.strategy-block-over:first-child {
	padding: 0 7px 0 0;
	}
.strategy-block-over:last-child {
	padding: 0 0 0 7px;
	}
.strategy-info {
	padding: 40px 40px 0 40px;
	}
.strategy-info a {
	text-decoration: none;
	color: #000000;
	}
.strategy-info-item {
	font-size: 15px;
	padding-left: 30px;
	margin-bottom: 20px;
	}
.point-header {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
	color: #ffffff;
	position: absolute;
	bottom: 20px;
	left: 42px;
	transition: 0.6s;
	}
.point-opacity {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	transition: 0.6s;
	}
.point-comment {
	font-size: 15px;
	font-weight: 300;
	line-height: 130%;
	color: #ffffff;
	position: absolute;
	top: 180px;
	left: 42px;
	opacity: 0;
	}
.point-block:hover .point-header {
	bottom: 180px;
	}
.point-block:hover .point-opacity {
	background-color: rgba(0, 0, 0, 0.5);
	}
.point-block:hover .point-comment {
	animation: visible 0.8s linear forwards;
	}
.point-header:after {
	content: "";
	display: block; 
	width: 100px;
	height: 1px;
	background: #e3001d;
	margin: 30px 0 0 0;
	}
.point01 {
	background: url(../images/about-point01.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.point02 {
	background: url(../images/about-point02.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.point03 {
	background: url(../images/about-point03.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.strategy01 {
	background: url(../images/strategy01.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.strategy02 {
	background: url(../images/strategy02.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 100%;
	background-size: cover;
	}
.strategy03 {
	background: url(../images/strategy03.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.strategy04 {
	background: url(../images/strategy04.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.protected01 {
	background: url(../images/protected01.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.protected02 {
	background: url(../images/protected02.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 100%;
	background-size: cover;
	}
.protected03 {
	background: url(../images/protected03.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.protected04 {
	background: url(../images/protected04.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.brokerage01 {
	background: url(../images/brokerage01.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.brokerage02 {
	background: url(../images/brokerage02.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.brokerage03 {
	background: url(../images/brokerage03.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.brokerage04 {
	background: url(../images/brokerage04.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.career01 {
	background: url(../images/career01.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.career02 {
	background: url(../images/career02.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.career04 {
	background: url(../images/career04.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.history01 {
	background: url(../images/history01.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.history02 {
	background: url(../images/history02.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.history03 {
	background: url(../images/history03.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.history04 {
	background: url(../images/protected01.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.history05 {
	background: url(../images/strategy01.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.history06 {
	background: url(../images/strategy03.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	}
.news-list-pic {
	background: url(../images/brokerage04.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 0%;
	background-size: cover;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	filter: gray;
	}
.analytic-section {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
	text-align: right;
	line-height: 30px;
	text-transform: uppercase;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	}
.s-icon01 {
	background: url(../images/strategy-icon01.png) left center no-repeat;
	}
.s-icon02 {
	background: url(../images/strategy-icon02.png) left center no-repeat;
	}
.s-icon03 {
	background: url(../images/strategy-icon03.png) left center no-repeat;
	}
#about-ceo-photo {
	display: block;
	float: left;
	}
#about-ceo-info {
	margin: 30px 0 0 550px;
	opacity: 0;
	font-weight: 300;
	}
#about-ceo-name {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
	}
#about-ceo-name:after {
	content: "";
	display: block; 
	width: 100px;
	height: 1px;
	background: #e3001d;
	margin: 20px 0;
	}
#about-ceo-position {
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	}
#company-map {
	height: 896px;
	}
.col60 {
	float: left;
	width: 66.6%;
	height: 100%;
	}
.col50 {
	float: left;
	width: 50%;
	height: 100%;
	position: relative;
	}
.col30 {
	float: left;
	width: 33.3%;
	height: 100%;
	}
.col25 {
	float: left;
	width: 25%;
	height: 100%;
	}
.col20 {
	float: left;
	width: 20%;
	height: 100%;
	}
.row50 {
	width: 100%;
	height: 50%;
	}
#col-test, #col-test-brokerage {
	float: left;
	width: 35.7%;
	height: 100%;
	/*background: #f2f2f2;*/
	background: #e8e8e8;
	padding: 220px 0 0 170px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 105%;
	color: #e3001d;
	}
#col-test-brokerage {
	float: none;
	width: 100%;
	padding: 180px 0 0 220px;
	}
#col-awards {
	float: left;
	width: 64.3%;
	height: 100%;
	padding: 110px 0 0 140px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.awards-header, #news-single-header, #audit-header {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 60px;
	font-weight: 400;
	line-height: 100%;
	color: #e3001d;
	}
a.awards-header {
	font-size: 40px;
	}
#news-single-header {
	line-height: 120%;
	font-size: 60px;
	padding: 0 220px;
	}
#audit-header {
	line-height: 120%;
	font-size: 40px;
	padding: 0 220px;
	}
.strategy-header {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 60px;
	font-weight: 400;
	line-height: 100%;
	margin-bottom: 75px;
	}
#col-analitic {
	float: left;
	width: 43.4%;
	height: 100%;
	background: #e3001d;
	padding: 100px 0 0 170px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
#col-news {
	float: left;
	width: 56.6%;
	height: 100%;
	background: #000000;
	padding: 100px 0 0 170px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
#analitic-header, #news-header {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 60px;
	font-weight: 400;
	line-height: 100%;
	color: #ffffff;
	}
#index-map-header {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 60px;
	font-weight: 400;
	line-height: 100%;
	color: #ffffff;
	position: absolute;
	left: 170px;
	top: 120px;
	}
.analitic-item {
	max-width: 370px;
	margin-bottom: 60px;
	font-family: Helios, Arial sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 140%;
	color: #0c0c0c;
	}
.analitic-item a {
	display: block;
	margin-top: 12px;
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
	}
.analitic-item:nth-child(1) {
	margin-top: 130px;
	}
#risk-q {
	display: inline-block;
	border-top: 1px solid #000000;
	color: #000000;
	font-family: Helios, Arial sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 100%;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 28px;
	margin-top: 20px;
	}
.test-button-over {
	display: inline-block;
	padding: 5px;
	background: #ffffff;	
	margin-top: 40px;
	}
.transp-button-over {
	display: inline-block;
	margin-top: 40px;
	}
.ceo-button {
	margin-top: 20px;
	}
.test-button, .transp-button {
	display: block;
	border: 1px solid #000000;	
	padding: 2px;
	text-decoration: none;
	font-family: Helios, Arial sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 100%;
	color: #000000;
	cursor: pointer;
	}
.transp-button {
	border: 1px solid #ffffff;	
	color: #ffffff;
	}
.test-button span, .transp-button span {
	display: block;
	border: 1px solid #000000;	
	padding: 10px 30px;
	}
.transp-button span {
	border: 1px solid #ffffff;	
	}
.test-button:hover {
	color: #e40521;
	}
.company-anot-t {
	display: table;
	position: relative;
	background: #f60020;
	z-index: 1;
	border: 0;
	border-collapse: collapse;
	}
.company-anot-b {
	display: table;
	position: relative;
	background: #e3001d;
	z-index: 1;
	border: 0;
	border-collapse: collapse;
	}
.company-anot, .about-anot {
	display: table-cell;
	vertical-align: middle;
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 120%;
	color: #ffffff;
	}
.company-anot-over {
	max-width: 300px;
	margin: 0 auto;
	}
.about-anot {
	font-size: 30px;
	}
.about-anot-over {
	max-width: 500px;
	margin: 0 auto;
	}
.company-anot-more, .company-news-more, .history-more {
	display: inline-block;
	border-top: 1px solid #ffffff;
	color: #ffffff;
	font-family: Helios, Arial sans-serif;
	font-size: 15px;
	font-weight: 300;
	text-decoration: none;
	padding-top: 16px;
	padding-right: 12px;
	margin-top: 16px;
	outline: none;
	cursor: pointer;
	}
.company-news-more {
	padding-top: 12px;
	padding-right: 130px;
	margin-top: 45px;
	}
.history-more {
	margin-top: 25px;
	padding-top: 25px;
	line-height: 100%;
	padding-right: 140px;
	}
.company-left, .news-bg, .mainnews-bg, .history-bg, .trust-bg, .trust-bg-l, .trust-bg-r, .depositary-bg-l, .depositary-bg-r, .hclient-bg, .brokerage-bg, .account-bg {
	height: 100%;
	padding: 140px 0 0 170px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/company-bg.jpg) no-repeat;
	background-size: cover;
	background-position-x: 30%;
	background-position-y: 50%;
	}
.news-bg, .mainnews-bg {
	background: url(../images/company-news-bg.jpg) no-repeat;
	background-size: 130%;
	background-position-x: 30%;
	background-position-y: 50%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	filter: gray;
	visibility: visible !important;
	}
.mainnews-bg {
	padding: 34px 0 0 0;
	}
.history-bg {
	padding: 114px 0 0 80px;
	background: url(../images/history-bg.jpg) no-repeat;
	background-size: cover;
	background-position-x: 40%;
	background-position-y: 50%;
	}
.trust-bg {
	padding: 0;
	background: url(../images/trust-bg.jpg) no-repeat;
	background-size: cover;
	background-position-x: 40%;
	background-position-y: 50%;
	}
.brokerage-bg {
	padding: 0;
	background: url(../images/brokerage-bg.jpg) no-repeat;
	background-size: cover;
	background-position-x: 40%;
	background-position-y: 50%;
	}
.account-bg {
	padding: 130px 0 0 0;
	background: url(../images/account-bg.jpg) no-repeat;
	background-size: cover;
	background-position-x: 40%;
	background-position-y: 0%;
	}
.hclient-bg {
	/*padding: 190px 200px 0 140px;*/
	padding: 0 200px 0 140px;
	display: table;
	background: #f2f2f2;
	}
.trust-bg-l {
	padding: 165px 0 0 0;
	background: url(../images/trust-bg-l.jpg) no-repeat;
	background-size: cover;
	background-position-x: 40%;
	background-position-y: 50%;
	}
.trust-bg-l .company-header, .trust-bg-r .company-header, .company-dep-header, .depositary-bg-r .company-header, .depositary-bg-l .company-header, .account-bg .company-header {
	margin: 0 auto;
	}
.trust-bg-r {
	padding: 165px 0 0 0;
	background: url(../images/trust-bg-r.jpg) no-repeat;
	background-size: cover;
	background-position-x: 40%;
	background-position-y: 50%;
	}
.depositary-bg-l {
	padding: 165px 0 0 0;
	background: url(../images/depositary-bg-l.jpg) no-repeat;
	background-size: cover;
	background-position-x: 40%;
	background-position-y: 50%;
	}
.depositary-bg-r {
	padding: 165px 0 0 0;
	background: url(../images/depositary-bg-r.jpg) no-repeat;
	background-size: cover;
	background-position-x: 40%;
	background-position-y: 50%;
	}
.company-header, .about-header, .company-dep-header {
	display: block;
	text-decoration: none;
	width: 400px;
	height: auto;
	border: 1px solid #ffffff;
	padding: 25px;
	transition: 0.8s;		
	}
.account-bg .company-header {
	width: 550px;
	}
.about-header {
	width: 478px;
	height: 320px;
	}
.absolute-header {
	position: absolute;
	top: 150px;
	left: 170px;
	}
.company-dep-header {
	width: 470px;
	}
.company-news-header {
	width: 640px;
	height: 450px;
	border: 1px solid #ffffff;
	padding: 25px;
	transition: 0.8s;
	}
.company-mainnews-header {
	max-width: 1060px;
	height: 260px;
	border: 1px solid #ffffff;
	padding: 25px;
	margin: 0 auto;
	transition: 0.8s;
	position: relative;
	}
.map-info-block {
	display: block;
	position: absolute;
	top: 365px;
	left: 170px;
	width: 420px;
	height: auto;
	border: 1px solid #ffffff;
	padding: 21px;		
	transition: 0.8s;
	text-decoration: none;
	}
.cmap-info-block {
	position: absolute;
	top: 365px;
	left: 170px;
	width: 420px;
	height: auto;
	border: 1px solid #ffffff;
	padding: 21px;		
	transition: 0.8s;
	}
.double-border, .double-border-news, .double-border-map, .double-border-mainnews {
	display: block;
	height: 100%;
	border: 1px solid #ffffff;
	padding: 40px 52px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.6);	
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 30px;
	font-weight: 400;
	color: #ffffff;
	}
.double-border-news {
	font-size: 40px;
	line-height: 120%;
	}
.double-border-news span {
	display: block;
	max-height: 240px;
	overflow: hidden;
	}
.double-border-mainnews {
	font-size: 32px;
	line-height: 120%;
	}
.center-block {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	line-height: 200px;
	}
.history-block-comment {
	font-family: Helios, Arial sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 130%;
	margin-top: 20px;
	}
.double-border-map {
	font-family: Helios, Arial sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 140%;
	}
.slick-dots {
	display: block;
	position: absolute;
	bottom: 180px;	
	left: 250px;
	padding: 0;
	list-style: none;
	z-index: 2;
	}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	cursor: pointer;
	width: 6px;
	height: 6px;
	opacity: 0.3;
	border-radius: 100px;
	background-color: #ffffff;
	}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	cursor: pointer;
	width: 6px;
	height: 6px;
	padding: 7px;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	}
.slick-dots li.slick-active {
	opacity: 1;
	background-color: #e3001d;
	}
.slick-dots li:hover{
	opacity: 1;
	background-color: #ffffff;
	}
.blackcolor, .blackcolor a, .blackcolor span {
	color: #4d4d4d !important;
	}
.greycolor, .greycolor a {
	color: #acacac !important;
	}
.redcolor a {
	color: #e40521 !important;
	background: url(../images/icon-lk-r.png) left center no-repeat !important;
	}
.customized-scroll > div {
	width: 90%;
	max-height: 438px;
	overflow: auto;
	}
.customized-scroll {
	margin-top: 80px;
	}
.awards-single, .awards-string {
	padding: 100px 0 0 0;
	height: 130px;
	outline: none;
	margin: 0 20px;
	width: 42%;
	float: left;
	font-family: Helios, Arial sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 120%;
	}
.awards-single span, .awards-string span {
	display: block;
	max-width: 280px;
	}
.awards-single span:before, .awards-string span:before {
	content: "";
	display: block;
	border-top: 1px solid #e3001d;
	width: 100px;
	margin: 0 0 24px 0;
	}
.news-main-item {
	width: 349px;
	height: 265px;
	position: relative;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	filter: gray;
	}
.news-main-item:nth-child(2) {
	margin-top: 90px;
	}
.news-main-item:nth-child(3) {
	margin: 0 0 0 165px;
	}
.news-main-item-back {
	position: absolute;
	width: 349px;
	height: 265px;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);	
	}
.news-main-item-header {
	position: absolute;
	width: 269px;
	max-height: 185px;
	bottom: 40px;
	left: 40px;
	font-family: Helios, Arial sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 120%;
	color: #ffffff;
	}
.news-main-item-header div {
	font-size: 15px;
	margin-bottom: 18px;
	}
.news-main-item-header a {
	text-decoration: none;
	color: #ffffff;
	}
#footer {
	position: relative;
	z-index: 11;
	padding: 100px 80px 60px 80px;
	background: #f0f0f0;
	}
#footer-menu {
	width: 100%;
	overflow: hidden;
	margin-bottom: 80px;
	}
.footer-menu-block {
	float: left;
	margin-left: 80px;
	}
.footer-menu-block:nth-child(3) {
	margin-left: 0;
	}
.footer-menu-block a {
	display: block;
	color: #666666;
	text-decoration: none;	
	font-size: 15px;
	font-weight: 400;
	line-height: 100%;
	margin-top: 14px;
	}
.footer-contact-block {
	float: right;
	text-align: right;
	margin-left: 80px;
	}
.footer-header {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 100%;
	color: #e3001d;
	}
.footer-header:after {
	content: "";
	display: block; 
	width: 30px;
	height: 2px;
	background: #e3001d;
	margin: 10px 0 22px 0;
	}
.footer-contact-block .footer-header:after {
	display: none; 
	}
.footer-contact-block a {
	font-size: 15px;
	font-weight: 400;
	color: #e3001d;
	}
#footer-adress {
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	line-height: 120%;
	margin: 36px 0 20px 0;
	}
#phone-footer {
	color: #666666;
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
	margin-bottom: 4px;
	}
#lang-footer {
	margin: 40px 0 24px 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 120%;
	color: #666666;
	}
#lang-footer a {
	color: #666666;
	}
#lang-footer span {
	color: #a6a6a6;
	}
#lang-footer div {
	margin-top: 10px;
	}
#made {
	font-size: 13px;
	font-weight: 400;
	color: #666666;
	}
#made a {
	font-size: 13px;
	}
#footer-disclaimer {
	font-size: 12px;
	font-weight: 300;
	line-height: 130%;
	color: #808080;
	}
.advantage-block {
	margin-top: 80px;
	padding-left: 90px;
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
	}
.findocs-block {
	margin-top: 60px;
	padding-left: 50px;
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
	}
.s_result_header {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;
	position: relative;
	}
.s_result_header a {
	color: #000000;
	text-decoration: none;
	}
.s_result_header a:hover {
	text-decoration: underline;
	}
.s_result_number {
	display: block;
	position: absolute;
	top: -2px;
	left: -55px;
	font-size: 24px;
	}
.s_result_text {
	margin-top: 14px;
	font-weight: 300;
	font-size: 15px;
	line-height: 130%;
	}
.s_result_block {
	margin-top: 50px;
	}
.s_result_comment {
	display: none;
	}
.no_s_result, .s_error {
	color: #e3001d;
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 24px;
	margin: 80px 0 30px 0;
	text-align: center;
	}
#search input[type="text"] {
	width: 85%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
#search input[type="submit"] {
	width: 12%;
	}

.press-list-block {
	padding-right: 90px;
	}
.press-list-block a {
	display: block; 
	height: 80px;
	}
.press-list-block:after {
	content: "";
	display: block; 
	width: 100px;
	height: 1px;
	background: #e3001d;
	margin: 30px 0 0 0;
	}
.doc-link {
	font-size: 24px;
	font-weight: 400;
	line-height: 130%;
	}
.doc-link span {
	display: block;
	margin-top: 8px;
	font-family: Helios, Arial sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 130%;
	}
.doc-link-s {
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	}
.advantage-hidden {
	opacity: 0;
	}
.advantage-block div {
	font-size: 80px;
	font-weight: 400;
	line-height: 100%;
	margin-bottom: 20px;
	}
.advantage-block:after, .findocs-block:after, .s_result_header:after {
	content: "";
	display: block; 
	width: 100px;
	height: 1px;
	background: #e3001d;
	margin: 30px 0 0 0;
	}
.s_result_header:after {
	margin: 16px 0 0 0;
	}
.advantage-info, .findocs-info {
	padding-left: 90px;
	font-size: 15px;
	font-weight: 400;
	line-height: 130%;
	margin-top: 25px;
	}
.findocs-info {
	padding-left: 50px;
	}
.press-list-header {
	padding-right: 90px;
	font-size: 15px;
	font-weight: 400;
	line-height: 130%;
	margin-top: 25px;
	height: 120px;
	margin-bottom: 35px;
	overflow: hidden;
	}
.press-list-header a {
	text-decoration: none;
	color: #000000;
	}
.feedback-header, .feedback-header-inline, .feedback-header-modal {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 60px;
	font-weight: 400;
	line-height: 100%;
	color: #e3001d;
	text-align: center;
	}
.feedback-header-inline {
	margin-right: 20px;
	}
.feedback-header-inline span {
	display: block;
	}
.feedback-header-modal {
	font-size: 42px;
	}
.feedback-comment {
	font-size: 15px;
	font-weight: 400;
	line-height: 150%;
	text-align: center;
	margin: 24px 0 60px 0;
	}
.feedback-header-inline {
	text-align: left;
	max-width: 550px;
	display: inline-block;
	vertical-align: top;
	}
.form-block-center {
	max-width: 500px;
	margin: 0 auto;
	}
.form-block-inline {
	max-width: 580px;
	display: inline-block;
	vertical-align: top;
	}
.multiple-item {
	margin: 50px auto 0 auto;
	width: 100%;
	}
.multiple-item .awards-single, .multiple-item .awards-string {
	opacity: 0;
	}
.slick-prev {	
	display: block;
	position: absolute;
	left: -44px;
	top: 47px;
	width: 39px;
	height: 75px;
	cursor: pointer;
	background: url(../images/arrows-double.png) left center no-repeat;
	z-index: 1;
	outline: none;
	}	
.slick-next {	
	display: block;
	position: absolute;
	right: -44px;
	top: 47px;
	width: 39px;
	height: 75px;
	cursor: pointer;
	background: url(../images/arrows-double.png) right center no-repeat;
	z-index: 1;
	outline: none;
	}
.top-prev, .center-prev {
	display: block;
	position: absolute;
	left: 240px;
	top: 550px;
	width: 38px;
	height: 38px;
	cursor: pointer;
	background: url(../images/slider-arrows.png) center bottom no-repeat;
	z-index: 1;
	outline: none;
	}
.center-prev {
	left: 50%;
	margin-left: -50px;
	top: 260px;
	}
.top-next, .center-next {
	display: block;
	position: absolute;
	left: 300px;
	top: 550px;
	width: 38px;
	height: 38px;
	cursor: pointer;
	background: url(../images/slider-arrows.png) center top no-repeat;
	z-index: 1;
	outline: none;
	}
.center-next {
	left: 50%;
	margin-left: 12px;
	top: 260px;
	}
#team-group .slick-prev {
	left: -100px;
	top: 150px;
	}	
.brokerage-block-marg .slick-prev {
	left: -120px;
	top: 80px;
	}	
#team-group .slick-next {
	right: -100px;
	top: 150px;
	}	
.brokerage-block-marg .slick-next {
	right: -120px;
	top: 80px;
	}	
.infoblock-black, .infoblock-black-opacity-l, .infoblock-black-opacity-r {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 0;
	opacity: 0;
	transition: 1.0s;
	}
.infoblock-black-opacity-l, .infoblock-black-opacity-r {
	background-color: rgba(0, 0, 0, 0.75);	
	z-index: 1;
	}
.infoblock-black-opacity-l:hover, .infoblock-black-opacity-r:hover{
	opacity: 1;
	}
.infoblock-black-opacity-l:hover ~ .trust-bg-l .company-header-hide, .infoblock-black-opacity-r:hover ~ .trust-bg-r .company-header-hide, .infoblock-black-opacity-l:hover ~ .depositary-bg-l .company-header-hide, .infoblock-black-opacity-r:hover ~ .depositary-bg-r .company-header-hide {
	opacity: 0;
	}
.infoblock-transp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 3;
	}
.advantage-infoblock.openblock {
	opacity: 1;
	z-index: 2;
	}
.specific-infoblock.openblock {
	opacity: 1;
	z-index: 2;
	}
.infoblock-header, .infoblock-header-hc {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 100%;
	color: #ffffff;
	width: 500px;
	margin: 150px auto 0 auto;
	}
.infoblock-header-hc {
	margin: 200px auto 0 auto;
	}
.infoblock-header:after, .infoblock-header-hc:after {
	content: "";
	display: block; 
	width: 130px;
	height: 1px;
	background: #e3001d;
	margin: 15px 0 65px 0;
	}
.infoblock-header-hc:after {
	margin: 15px 0 15px 0;
	}
.infoblock-header-c, .infoblock-header-d {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 100%;
	color: #ffffff;
	text-align: center;
	margin: 130px 0 70px 0;
	}
.infoblock-header-d {
	margin: 210px 0 70px 0;
	}
.infoblock-item, .infoblock-item-single {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
	color: #ffffff;
	width: 500px;
	margin: 0 auto 25px auto;
	position: relative;
	}
.infoblock-item-single {
	margin: -20px auto 0 auto;
	}
.smallitem {
	font-family: Helios, Arial sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 100%;
	}
.infoblock-item-single div {
	font-family: Helios, Arial sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 120%;
	color: #ffffff;
	margin-top: 16px;
	}
.hclient-text {
	line-height: 100%;
	color: #ffffff;
	width: 500px;
	margin: 0 auto 25px auto;
	}
.infoblock-item:before {
	content: "";
	display: block; 
	width: 40px;
	height: 1px;
	background: #ffffff;
	position: absolute;
	left: -90px;
	top: 12px;
	}
.infoblock-text-c {
	font-size: 15px;
	font-weight: 300;
	line-height: 130%;
	color: #ffffff;
	width: 400px;
	margin: 0 auto;
	position: relative;
	}
.infoblock-text-c:before {
	content: "";
	position: absolute;
	display: block; 
	width: 10px;
	height: 100%;
	left: -50px;
	top: 0;
	border-left: 1px solid #e3001d;
	border-right: 1px solid #e3001d;
	}
#quote-column {
	width: 900px;
	margin: 0 auto;
	}
#quote-photo, .quote-block-g #quote-photo {
	width: 158px;
	height: 158px;
	border-radius: 168px;
	box-shadow: 0 0 0 5px #ffffff, 0 0 0 6px #e3001d;
	float: left;
	}
.quote-block-g #quote-photo {
	box-shadow: 0 0 0 5px #f2f2f2, 0 0 0 6px #e3001d;
	}
#quote-text-block {
	margin-left: 220px;
	opacity: 0;
	}
#quote-text {
	font-size: 15px;
	line-height: 130%;
	font-weight: 400;
	padding-left: 70px;
	background: url(../images/quote.png) left top no-repeat;
	}
#quote-name {
	font-size: 15px;
	line-height: 130%;
	font-weight: 400;
	margin-top: 20px;
	}
#quote-name div {
	color: #e3001d;
	}


/*---------- menu ---------*/

#nav div.second {
	position:relative;
	float: left;
	}	
#nav div.second div.pos {
	display: block;
	position:absolute;
	top: 50px;
	left:-9999px;
	z-index: 1000;
	background: #f2f2f2;
	border-top: 0;
	padding: 30px 50px 46px 50px;
	width: auto;
	box-shadow: 0px -6px 46px rgba(0, 0, 0, 0.18);
	}
#nav div.hover div.pos {
	left: 0;
	}
#nav div.hover div.pos:before {
	content: "";
	display: block;
	position:absolute;
	width: 24px;
	height: 15px;
	background: url(../images/menu-arrow.png) center top no-repeat;
	top: -15px;
	left: 25px;
	}
#nav div.second div.pos a {
	display: inline-block;
	font-weight: 400;
	font-size: 17px;
	line-height: 100%;
	text-decoration: none;
	text-transform: none;
	background: none;
	text-align: left;
	color: #000000;
	padding: 0;
	margin: 18px 0 0 0;
	white-space: nowrap;
	}
.team-item {
	width: 33%;
	margin: 0 35px;
	}
/*.team-item-photo-block, .pr-photo-block {
	position: relative;
	width: 100%;
	height: 240px;
	background: linear-gradient(to top, #131311, #555555);
	background: -moz-linear-gradient(to top, #131311, #555555);
	background: -webkit-linear-gradient(to top, #131311, #555555);
	background: -o-linear-gradient(to top, #131311, #555555);
	background: -ms-linear-gradient(to top, #131311, #555555);
	margin-top: 40px;
	}*/
.team-item-photo-block, .pr-photo-block {
	position: relative;
	width: 100%;
	max-height: 320px;
	margin-top: 40px;
	overflow: hidden;
	}
.pr-photo-block {
	width: 370px;
	margin-top: 0;
	float: left;
	}
/*.team-item-photo {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 280px;
	overflow: hidden;
	}*/
.team-item-photo {
	width: 100%;
	background: linear-gradient(to top, #131311, #555555 80%, transparent 80%);
	background: -moz-linear-gradient(to top, #131311, #555555 80%, transparent 80%);
	background: -webkit-linear-gradient(to top, #131311, #555555 80%, transparent 80%);
	background: -o-linear-gradient(to top, #131311, #555555 80%, transparent 80%);
	background: -ms-linear-gradient(to top, #131311, #555555 80%, transparent 80%);
	}
.team-item-photo img {
	display: block;
	margin: 0 auto 0 auto;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	filter: gray;
	width: 100%;
	}
.team-item-info {
	padding: 40px 40px 0 40px;
	font-weight: 300;
	}
.pr-item-info {
	padding: 40px 0 0 460px;
	}
.pp-item-info {
	padding: 0 0 0 460px;
	font-weight: 300;
	}
.team-name, .team-name-s {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
	}
.team-name:after, .team-name-s:after {
	content: "";
	display: block; 
	width: 100px;
	height: 1px;
	background: #e3001d;
	margin: 20px 0 0 0;
	}
.team-name-s {
	font-size: 40px;
	color: #f60020;
	}
.team-position, .team-position-s {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	margin: 20px 0;
	}
.team-position-s {
	margin: 20px 0 40px 0;
	line-height: 130%;
	}
.team-position div {
	font-weight: 300;
	font-size: 12px;
	line-height: 120%;
	margin-top: 4px;
	}
.personal-block-marg {
	padding: 0 220px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	}
.noflex {
	display: block;
	}
.licenses-block-marg {
	padding: 0 120px;
	}
.brokerage-block-marg {
	padding: 0 150px;
	}
#item-menu-partner, #item-menu-team, #item-menu-region, #item-menu-leadership {
	display: inline-block;
	text-align: center;
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 100%;
	cursor: pointer;
	}
#team-group {
	position: relative;
	}
#partner-block {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	padding-bottom: 500px;
	}
#region-block, #team-block, #leadership-block {
	position: absolute;
	/*top: -50px;*/
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: 0;
	}
#item-menu-partner:hover, #item-menu-team:hover, #item-menu-region:hover, #item-menu-leadership:hover, #item-menu-partner.selected, #item-menu-team.selected, #item-menu-region.selected, #item-menu-leadership.selected {
	color: #f60020;
	}
#item-menu-partner span, #item-menu-team span, #item-menu-region span, #item-menu-leadership span {
	position: relative;
	}
#item-menu-partner span:hover:after, #item-menu-team span:hover:after, #item-menu-region span:hover:after, #item-menu-leadership span:hover:after, #item-menu-partner.selected span:after, #item-menu-team.selected span:after, #item-menu-region.selected span:after, #item-menu-leadership.selected span:after {
	content: "";
	display: block; 
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 6px;
	border-bottom: 2px solid #f00220;
	margin: 0 auto;
	transition: 0.6s;
	}
#team-menu {
	margin-bottom: 80px;
	}
.hiddenblockteam {
	opacity: 0 !important;
	transition: 1.0s;
	z-index: 0 !important;;
	}
.openblockteam {
	opacity: 1 !important;
	transition: 1.0s;
	z-index: 1 !important;
	}
.hclient-block {
	display: table-cell;
	vertical-align: middle;
	}
.hclient-block-over {
	position: relative;
	}
.hclient-block-over:before {
	content: "";
	position: absolute;
	display: block; 
	width: 10px;
	height: 100%;
	left: -50px;
	top: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}
.hclient-header {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 120%;
	color: #f60020;
	margin-bottom: 18px;
	}
.calculator-block {
	width: 100%;
	height: 100%;
	background-color: #000000;
	padding: 70px 100px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.calculator {
	width: 100%;
	height: 100%;
	border: 1px solid #ffffff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px;
	}
.cals-border {
	height: 100%;
	border: 1px solid #ffffff;
	padding: 40px 52px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	}
.cals-header {
	font-size: 40px;
	position: relative;
	display: inline-block; 
	}
.cals-header:after {
	content: "";
	display: block; 
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 100%;
	height: 6px;
	border-top: 1px solid #f00220;
	border-bottom: 1px solid #f00220;
	}
.cals-margin {
	margin-bottom: 120px;
	}
.cals-padding {
	padding: 50px 0 0 35px;
	}
.cals-string {
	padding: 0 0 25px 0;
	}
.cals-string-info {
	float: left;
	width: 180px;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	}
.cals-string-value {
	display: inline-block;
	height: 40px;
	width: 160px;
	font-size: 30px;
	line-height: 100%;
	vertical-align: middle;
	margin-right: 20px;
	}
#currency-field {
	display: inline-block;
	height: 33px;
	width: 160px;
	font-size: 30px;
	margin-right: 20px;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #ffffff;
	background: none;
	margin-bottom: 0;
	font-size: 30px;
	color: #ffffff;
	font-style: normal;
	text-align: left;
	}
.currency-block {
	display: inline-block;
	width: 35px;
	height: 33px;
	vertical-align: middle;
	font-size: 30px;
	line-height: 100%;
	text-align: center;
	margin: 0 4px;
	cursor: pointer;
	}
.currency-active, .currency-block:hover {
	width: 33px;
	box-shadow: 0 0 0 2px #000000, 0 0 0 3px #ffffff;
	border: 1px solid #ffffff;
	}
.date-news-list, .date-news {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 20px;
	margin-bottom: 20px;
	}
.date-news {
	margin-bottom: 40px;
	}
.news-margin {
	margin: 70px 220px 0 220px;
	line-height: 130%;
	}
.allnews {	
	text-align: center;
	margin-top: 80px;
	}
.allnews div {	
	display: inline-block;
	background: #ffffff;
	padding: 8px;
	}
.press-pr-info {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 60px 0 0;
	}
.press-pr-info div {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 40px;
	margin: 90px 0 40px 0;
	}
#contacts-map {
	height: 860px;
	width: 100%;
	position: relative;
	margin-top: -270px;
	}
.map-img {
	margin-top: -480px;
	margin-left: -300px;
	/*width: 2364px;
	height: 1182px;*/
	width: 2700px;
	height: 1500px;
	background: url(../images/map-main01.jpg) no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
	}
.dragscroll {
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: grab;
	cursor : -o-grab;
	cursor : -moz-grab;
	cursor : -webkit-grab;
	}
.analytic-pic {
	height: 520px;
	width: 100%;
	position: relative;
	margin-top: -270px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	}
.career-block {
	overflow: hidden;
	margin: 50px 80px 0 80px;
	padding: 100px 110px;
	background-color: #f2f2f2;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.test-block {
	overflow: hidden;
	padding-bottom: 60px;
	}
.vacancy-name, .vacancy-name-eng {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 100%;
	color: #0000000;
	}
.vacancy-name:after, .vacancy-name-eng:after {
	content: "";
	display: block; 
	width: 330px;
	height: 1px;
	background: #e3001d;
	margin: 15px 0 50px 0;
	}
.vacancy-info {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
	margin-bottom: 36px;
	}
.vacancy-item {
	margin: 0 100px 20px 30px;
	position: relative;
	}
.vacancy-item:before {
	content: "";
	display: block; 
	width: 20px;
	height: 1px;
	background: #000000;
	position: absolute;
	left: -30px;
	top: 10px;
	}
.licenses-item-block {
	position: relative;
	width: 100%;
	height: 240px;
	background: #e4e4e4;
	margin-top: 80px;
	}
.licenses-over {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 320px;
	top: -80px;
	left: 0;
	}
.licenses-over a {
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 320px;
	transition: 0.6s;
	}
.licenses-over a img {
	margin: 0 auto;
	}
.licenses-over a:hover {
	top: 0;
	}
.year-header {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 100%;
	color: #ffffff;
	position: absolute;
	bottom: 30px;
	left: 42px;
	transition: 0.6s;
	}
.year-header:after {
	content: "";
	display: block; 
	width: 100px;
	height: 1px;
	background: #e3001d;
	margin: 22px 0 0 0;
	}
.year-dots {
	display: block;
	position: absolute;
	top: -105px;	
	left: 0;
	width: 100%;
	height: 64px;
	padding: 0;
	list-style: none;
	z-index: 2;
	text-align: center;
	}
.year-dots:after {
	content: "";
	display: block; 
	width: 778px;
	height: 2px;
	background: #d9d9d9;
	margin: -12px auto 0 auto;
	}
.year-dots li {
	position: relative;
	display: inline-block;
	margin: 0 24px 0 24px;
	width: 22px;
	height: 22px;
	border-radius: 100px;
	vertical-align: middle;
	background: transparent;
	}
.year-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	padding: 0;
	margin-top: 6px;
	margin-left: 6px;
	border-radius: 100px;
	background-color: #d9d9d9;
	transition: 0.6s;
	color: transparent;
	border: 0;
	outline: none;
	}
.year-dots li.slick-active button {
	width: 22px;
	height: 22px;
	margin-top: 0;
	margin-left: 0;
	background-color: #e3001d;
	}
.year-dots li:hover button{
	width: 22px;
	height: 22px;
	margin-top: 0;
	margin-left: 0;
	background-color: #ffffff;
	}
.year-dots li:after {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	display: block; 
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;
	}
.year-dots li:nth-child(1):after {
	content: "2009";
	}
.year-dots li:nth-child(2):after {
	content: "2010";
	}
.year-dots li:nth-child(3):after {
	content: "2011";
	}
.year-dots li:nth-child(4):after {
	content: "2012";
	}
.year-dots li:nth-child(5):after {
	content: "2013";
	}
.year-dots li:nth-child(6):after {
	content: "2014";
	}
.year-dots li:nth-child(7):after {
	content: "2015";
	}
.year-dots li:nth-child(8):after {
	content: "2016";
	}
.year-dots li:nth-child(9):after {
	content: "2017";
	}
.year-dots li:nth-child(10):after {
	content: "2018";
	}
.year-dots li:nth-child(11):after {
	content: "2019";
	}
.year-dots li:nth-child(12):after {
	content: "2020";
	}
.year-dots li:nth-child(13):after {
	content: "2021";
	}
.year-dots li:nth-child(14):after {
	content: "2022";
	}
.year-dots li:nth-child(15):after {
	content: "2023";
	}
.year-dots li:nth-child(16):after {
	content: "2024";
	}
.year-dots li:nth-child(17):after {
	content: "2025";
	}
#disclosure {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	width: 100%;
	margin-top: 20px;
	}
#disclosure td {
	vertical-align: top;
	font-size: 15px;
	line-height: 130%;
	text-align: left;
	border-bottom: 1px solid #d8d8d8;
	padding: 15px 35px 15px 0;
	width: 38%;
	}
#disclosure td.small-text {
	padding: 15px 0;
	width: 24%;
	font-size: 11px;
	font-weight: 400;
	}
.text-small-mob {
	display: none;
	font-size: 11px;
	font-weight: 400;
	margin-top: 8px;
	}
.disclosure-header {
	display: none;
	margin-bottom: 8px;
	}
.direction-small {
	font-size: 13px;
	font-weight: 300;
	margin-top: 8px;
	}
.fixmenu {
	float: right;
	width: 430px;
	background: #ffffff;
	padding: 120px 40px 40px 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.fixmenu-top {
	position: fixed;
	right: 0;
	top: 50px;
	z-index: 10;
	}
.fixmenu-bottom {
	position: absolute;
	top: auto;
	bottom: 760px;
	}
nav {
	padding-left: 30px;
	border-left: 2px solid #000000;
	}

nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
nav ul li {
	}
nav ul li a {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 100%;
	display: block;
	height: 54px;
	padding-top: 12px;
	padding-left: 10px;
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	position: relative;
	transition: 0.8s;
	}
nav ul li a.active {
	margin-left: -42px;
	}
nav ul li a:after {
	content: "";
	display: block; 
	position: absolute;
	top: 38px;
	left: 10px;
	width: 0;
	height: 2px;
	background: #e3001d;
	transition: 0.6s;
	}
nav ul li a.active:after, nav ul li a:hover:after {
	content: "";
	display: block; 
	position: absolute;
	top: 38px;
	left: 10px;
	width: 80px;
	height: 2px;
	background: #e3001d;
	}
nav ul li a:hover:after {
	width: 80px;
	}
.sections {
	float: left;
	width: calc(100% - 430px);
	}
.section {
	position: relative;
	width: 100%;
	height: 400px;
	}
.section-header {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 100%;
	margin: 20px 0 30px 0;
	text-align: center;
	}
.box {
	opacity: 0;
	transition: 0.6s;
	position: absolute;
	width: 100%;
	z-index: 1;
	}
.box.visible_ {
	opacity: 1;
	z-index: 10;
	}
.archive {
	text-align: center;
	}
.archive span {
	display: inline-block;
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 100%;
	margin-right: 20px;
	cursor: pointer;
	}
.archive span.current {
	color: #e3001d;
	}
.archive span.current:after {
	content: "";
	display: block; 
	width: 42px;
	height: 2px;
	background: #e3001d;
	margin: 16px auto 0 auto;
	}
.press-logo-text {
	float: left;
	margin: 0 60px 60px 0;
	}
.news-text-pic {
	float: right;	
	margin: 0 0 40px 60px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	filter: gray;
	}

.checkbox-q {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	display: block;
	text-decoration: none;
	padding: 12px 0 12px 40px;
	margin-bottom: 8px;
	cursor: pointer;
	}
.checkbox-q span, .checkbox-th span {
	display: inline-block;
	vertical-align: top;
	width: 130px;
	}
.checkbox-q span:first-child, .checkbox-th span:first-child {
	width: 80px;
	}
.checkbox-th {
	padding: 12px 0 12px 40px;
	margin-bottom: 8px;
	}
.checkbox-th span {
	font-size: 14px;
	}
.checkbox-q:after {
	position: absolute;
	left: 0px;
	top: 11px;
	position: absolute;
	display: inline-block;
	background-color: #f2f2f2;
	width: 22px;
	height: 22px;
	content: "";
	}
.checkbox-q:before {
	opacity: 0;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 11px;
	position: absolute;
	background: #e40521 url(../images/check.png) center center no-repeat;
	width: 22px;
	height: 22px;
	color: #ffffff;
	font-size: 18px;
	content: "";
	z-index: 2;
	transition: 0.6s;
	}
.checkbox-q:hover:before, .checkbox-q.checked:before {
	opacity: 1;
	}
.q-header {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 24px;
	font-weight: 400;
	color: #e40521;
	}
.q-header span {
	display: block;
	margin-top: 12px;
	font-family: Helios, Arial sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	}
.q-header:after {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background: #e3001d;
	margin: 30px 0;
	}
.test-pic, .test-pic-eng {
	width: 90%;
	}
.test-info {
	font-size: 14px;
	font-weight: 300;
	line-height: 130%;
	color: #808080;
	margin-top: 60px;
	}
.disclamer-test {
	margin-top: 80px;
	}
.test-container {
	position: relative;
	min-height: 550px;
	}
.q-block {
	position: absolute;
	top: 0;
	left: 0;
	}
.check-block {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
	}
.check-name {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	}
.check-name #agree {
	display: block;
	position: absolute;
	top: 0;
	left: -30px;	
	}
.check-name a {
	color: #000000;
	}
.check-error {
	position: absolute;
	top: 18px;
	left: 0;
	}
.check-error a {
	color: #e3001d;
	text-decoration: none;
	}
.capcha-name {
	margin-top: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	margin-right: 20px;
	}
.capcha-block {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
	}
.form-block-center input[type=text]#capcha {
	display: inline-block;
	width: 100px;
	margin-top: 20px;
	}
.form-block-center input[type=file] {
	display: inline-block;
	width: auto;
	margin-top: 20px;
	}
#form-result {
	text-align: center;
	color: #e3001d;
	margin-top: 20px;
	line-height: 200%;	
	}
.back, .again {
	display: inline-block;
	}
.test-again-position {
	text-align: center;
	}
.lic-small {
	font-weight: 300;
	font-size: 14px;
	margin-top: 60px;
	}
.text-page {
	font-weight: 300;
	font-size: 16px;
	line-height: 130%;
	margin: 80px;
	}
.text-nopage {
	font-weight: 300;
	font-size: 16px;
	line-height: 130%;
	max-width: 500px;
	margin: 80px auto;
	}
.text-nopage h2 {
	text-align: center;
	margin: 0;
	}
.text-nopage h2::after {
	display: none;
	}
.mobfooter {
	display: none;
	}
.team-padding {
	padding: 0 120px;
	}
.news-item {
	height: 405px;
	overflow: hidden;
	margin-bottom: 20px;
	}
.news-case {
	margin-top: -370px;
	}
.speaker-margin {
	padding: 0 120px;
	}
.facebook {
	display: inline-block;
	background: url(../images/facebook_logo.png) center center no-repeat;
	margin: 0 8px 0 0;
	width: 38px;
	height: 38px;
	}
.instagram {
	display: inline-block;
	background: url(../images/instagram_logo.png) center center no-repeat;
	margin: 0 8px 0 0;
	width: 38px;
	height: 38px;
	}
.appstore {
	display: inline-block;
	background: url(../images/appstore-logo.png) center center no-repeat;
	margin: 0 8px;
	width: 38px;
	height: 38px;
	}
.googleplay{
	display: inline-block;
	background: url(../images/googleplay-logo.png) center center no-repeat;
	width: 38px;
	height: 38px;
	}
.telegram {
	display: inline-block;
	background: url(../images/telegram-logo.png) center center no-repeat;
	margin: 0 8px 0 0;
	width: 38px;
	height: 38px;
	}
.zen {
	display: inline-block;
	background: url(../images/zen-logo.png) center center no-repeat;
	width: 38px;
	height: 38px;
	}
.youtube {
	display: inline-block;
	background: url(../images/youtube_logo.png) center center no-repeat;
	width: 38px;
	height: 38px;
	}
.facebook-footer {
	text-align: right;
	margin-bottom: 40px;
	}
#lang-column {
	text-align: center;
	}
.audit-text {
	margin-left: 263px;
	}
.awards-string-block {
	position: relative;
	height: 250px;
	padding: 0 60px;
	overflow: hidden;
	}
.allnews-b {
	margin-top: 60px;
	}
.dactive-comment {
	font-size: 14px;
	font-weight: 300;
	color: #919291;
	}
.text_tab {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	margin-top: 30px;
	}
.text_tab th {
	background-color: #f2f2f2;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	padding: 16px 20px;
	vertical-align: top;
	}
.text_tab td {
	border-bottom: 1px solid #d8d8d8;
	padding: 16px 20px;
	vertical-align: top;
	text-align: left;
	}
.text_tab tr:hover td {
	background-color: #f8f8f8;
	}
.tab800 {
	width: 800px;
	}
.text-pic-item {
	width: 30%;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 3% 5% 2% 0;
	}
.text-pic-item:nth-child(3n+3), .text-pic-block .fancybox-button:nth-child(3n+3) .text-pic-item {
	margin: 3% 0 2% 0;
	}
.text-pic-item-2 {
	width: 48%;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 2% 4% 2% 0;
	}
.text-pic-item-2:nth-child(2n+2) {
	margin: 2% 0 2% 0;
	}
#filter-left {
	display: inline-block;
	width: 35%;
	}
#filter-left input {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 45%;
	height: 52px;
	margin-top: 10px;
	}
#filter-center {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 25%;
	padding-right: 15px;
	}
#filter-center input {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 52px;
	margin-top: 10px;
	}
#filter-right {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 25%;
	padding-right: 16px;
	}
#filter-right input {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 52px;
	margin-top: 10px;
	}
#filter {
	margin-top: 20px;
	}
.filter_b {	
	width: 13%;
	cursor: pointer;
	}
#action_news {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	width: 100%;
	margin-top: 30px;
	}
#action_news th {
	background-color: #f7f7f7;
	font-weight: 700;
	text-align: left;
	padding: 16px 16px;
	}
#action_news td {
	border-bottom: 1px solid #d8d8d8;
	padding: 16px 16px;
	vertical-align: top;
	text-align: left;
	}
.action-mob, .action-mob-doc {
	display: none;
	}
.search-block {	
	display: none;
	width: 600px;
	height: 40px;
	float: left;
	margin-left: 280px;
	margin-top: 32px;
	}
input[type=text].search-field {
	width: 450px;
	height: 40px;
	background-color: transparent;
	border-bottom: 1px solid #898989 !important;
	border: 0;
	outline: none;
	font-size: 15px;
	font-weight: 300;
	color: #898989;
	padding: 0;
	text-align: left;
	}
.search-field-block {
	display: inline-block;
	vertical-align: top;
	}
.search-button {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	margin-left: 20px;
	background: url(../images/search-bg.png) center top no-repeat;
	transition: 0.3s;
	}
.s-w, #column-slide-second .search-button {
	background: url(../images/search-bg.png) center bottom no-repeat;
	}
.search-close {	
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 40px;
	margin-left: 20px;
	background: url(../images/search-close.png) left center no-repeat;
	cursor: pointer;
	}
input[type=text].search-field:hover, input[type=text].search-field:focus {
	border: 0;
	}
.pic-comment {
	font-style: italic;
	font-size: 12px;
	margin: 2px 0 6px 0;
	}
.b-audio {
	width: 100%;
	margin-top: 10px;
	}
.text-pic-center {
	text-align: center;
	font-style: italic;
	}
.text-pic-center img {
	margin: 0 auto 8px auto;
	}
.video-block {
	position: relative;
	padding-bottom: 54%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}
.video-block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
.doc-link-small {
	font-size: 13px;
	}
.comment {
	font-style: italic;
	color: #808080;
	font-weight: 300;
	font-size: 14px;
	}
.research-hg, .research-hw {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #027A35;
	}
.research-hw {
	color: #e40521;
	}
.c-block {
	margin: 0 auto;
	}
.t-text {
	text-align: center;
	font-style: italic;
	color: #808080;
	font-size: 14px;
	font-weight: 300;
	}
.h-text {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	}
.text-img {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	}
.center-diagram {
	max-width: 100%;
	}

.flex-diagram {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 0;
	}
.flex-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0;
	}
.diagram-block {
	display: block;
	width: 600px;
	padding: 0 10px;
	margin: 20px 0;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.flex-block {
	width: 350px;
	padding: 0 40px 0 0;
	margin: 10px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.faq-bg {
	padding: 30px;
	background-color: #f2f2f2;
	margin: 0 0 30px 0;
	}
.faq-header {
	text-decoration: underline;
	cursor: pointer;
	margin: 16px 0;
	}
.faq-header:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #e3001d;
	margin-right: 16px;
	}
.li-header {
	margin: 16px 0;
	padding-left: 28px;
	position: relative;
	}
.li-header:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #000000;
	}
.top-t-ipo {
	margin-bottom: 60px;
	font-size: 20px;
	line-height: 140%;
	}
.a-center2 td, .a-center2 th, .a-center td, .a-center th  {	
	text-align: center;
	}
.a-center2 td:first-child, .a-center2 th:first-child {
	text-align: left;
	}
.sup-ht {
	font-weight: 400;
	font-size: 21px;
	}
.block-cb {
	max-width: 180px;
	color: #666666;
	font-size: 12px;
	margin-left: 196px;
	position: relative;
	}
.block-cb::before {
	content: "";
	position: absolute;
	left: -96px;
	top: 0;
	display: block;
	width: 86px;
	height: 86px;
	background: url(../images/qr-cbr.jpg) no-repeat;
	}
.block-cb .footer-header::after {
	margin: 10px 0 10px 0;
	}
.foto-text {
	float: right;
	margin: 20px 0 20px 20px;
	}
.h-text-comment {
	color: #808080;
	margin-top: 8px;
	font-weight: 400;
	}
.video-l {
	width: 30%;
	float: left;
	margin: 0 40px 40px 0;
	}
.multiple-item-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	}
.multiple-item-grid .team-item {
	width: auto;
	}
.plus-block {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin: 20px 0;
	}
.plus-item {
	font-weight: bold;
	font-size: 21px;
	text-align: center;
	max-width: 350px;
	}
.plus-item div {
	font-size: 14px;
	font-weight: normal;
	margin-top: 16px;
	}
.plus-c-item {
	font-size: 38px;
	}	