.row-flex {
	display: flex;
	flex-flow: row wrap;
}
.officials {
	position: relative;
}
.officials-header {
	width: 100%;
	min-height: 537px;
	background: url(/images/officials-header-main-bg.jpg) no-repeat center;
		display: flex;
		flex-direction: column;
		justify-content: center;
}
.officials-inside-header {
	width: 100%;
	min-height: 170px;
	background: url(/images/officials-header-inside-bg.jpg) no-repeat top center;
	padding: 20px 0;
		display: flex;
		align-items: center;
}
.officials-title {
	font: 500 40px 'PFDcondpro', sans-serif;
	color: #000;
	padding: 0 0 50px;
}
.officials-inside-header .officials-title {
	padding: 30px 0 5px;
}
.officials-inside-header .officials-sub-title {
	font: 400 16px/22px 'PFDcondpro', sans-serif;
	color: #000;
}
.officials-grey-block {
	background: #f2f2f2;
}
.officials-white-block {
	background: #fff;
}
.officials-title.small-title {
	font: 500 28px/32px 'PFDcondpro', sans-serif;
	padding: 0 0 25px 0;
}
.officials-title.extra-medium-title {
	font: 500 34px 'PFDcondpro', sans-serif;
	padding: 0 0 30px 0;
}
.officials-title.medium-title {
	font: 500 34px 'PFDcondpro', sans-serif;
	padding: 0 0 40px 0;
}
.officials-title.small-padding {
	position: relative;
	padding: 0 139px 10px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #d9d9d9;
}
.officials-top-item {
	padding: 0 0 51px 0;
}
.officials-top-item img {
	width: 66px;
	height: 66px;
	margin: 0 0 10px 0;
}
.officials-top-item-title {
	font: 500 20px/28px 'PFDcondpro', sans-serif;
	color: #000;
	padding: 0 0 5px 0;
}
.officials-top-item-description {
	font: 400 16px/22px 'PFDcondpro', sans-serif;
	color: #000;
	padding: 0 0 15px 0;
}
.select.big {
	border-radius: 3px;
}
.select.grey {
	background: #888;
}
.officials-menu {
	padding: 8px 0;
	margin: 0;
	display: flex;
}
.officials-menu > li {
	list-style: none;
	display: inline-block;
	position: relative;	
}
.officials-menu > li:after {
	content: '';
	width: 2px;
	height: calc(100% - 8px);
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	margin: auto;
	border-right: 2px dashed #d9d9d9;
}
.officials-menu > li > a {
	font: 400 16px/22px 'PFDcondpro', sans-serif;
	color: #000;
	height: 100%;
	display: block;
	padding: 12px 6px;
	margin: 0 4px;
	text-decoration: none;
	border-radius: 3px;
		display: flex;
		align-items: center;
}
.officials-menu > li > a.active {
	color: #fff;
	background: #e33020;
		
}
.officials-menu > li:last-child {
	border-right: none;
}
.officials-menu > li:last-child:after {
	content: none;
}
.officials-menu > li:first-child > a {
	margin-left: 0;
}
.officials-menu > li:last-child > a {
	padding-right: 0;
	margin-right: 0;
}
.officials-menu > li.officials-sub-menu ul {
	width: 100%;
	display: none;
	position: absolute;
	z-index: 1;
	padding: 15px 0;
	background: #f3f3f3;
}
.officials-menu > li.officials-sub-menu ul li {
	list-style: none;
}
.officials-menu > li.officials-sub-menu ul li a {
	font: 400 16px/22px 'PFDcondpro', sans-serif;
	color: #000;
	display: block;
	text-decoration: none;
	padding: 5px 10px;
}
.officials-menu > li.officials-sub-menu ul li a:hover {
	color: #fff;
	background: #e33020;
}
.officials-menu > li.officials-sub-menu:hover ul {
	display: block;
}
.officials-menu > li.officials-sub-menu > a {
	margin-right: 20px;
}
.officials-menu > li.officials-sub-menu > a:after {
	content: '';
	width: 9px;
	height: 6px;
	background: url(/images/officials-menu-arrow.svg) no-repeat;
	background-size: 9px 6px;
	position: absolute;
	right: 10px;
}
.officials-menu-wrapper {
	border-bottom: 1px solid #d9d9d9;
}
.officials-services {
	padding: 45px 0;
	padding-bottom: 25px;
}
.officials-services-item {
	margin: 0 0 25px 0;
}
.officials-services-item-img {
	display: block;
	padding: 12px;
	border: 1px solid #d9d9d9;
	margin: 0 0 15px 0;
}
.officials-services-item-img img {
	width: 100%;
}
.officials-services-item-title {
	font: 500 21px/22px 'PFDcondpro', sans-serif;
	color: #0d76b3;
	display: block;
	text-decoration: none;
}
.officials-services-item-title:hover {
		text-decoration: none;
}
.officials-questions {
	padding: 45px 0;
	background: url(/images/officials-questions-bg.jpg) no-repeat center bottom;
}
.officials-transform {
	padding: 45px 0;
}
.officials-transform .select {
	position: absolute;
	right: 0;
	bottom: 20px;
	margin: auto;
}
.officials-transform-img {
	display: block;
}
.officials-transform-img img {
	width: 100%;
}
.officials-transform-preview {
	margin: 10px 0 0;
	padding: 0;
}
.officials-transform-preview li {
	list-style: none;
	display: inline-block;
	margin: 0 10px 0 0;
	width: 120px;
}
.officials-transform-preview li:last-child {
	margin: 0;
}
.officials-transform-preview li a {
	display: block;
}
.officials-transform-preview li img {
	width: 100%;
}
.officials-transform-text {
	padding: 25px 0;
}
.officials-transform-text p {
	font: 400 16px/22px 'PFDcondpro', sans-serif;
	color: #000;
	margin: 0 0 15px;
}
.officials-transform-text p:last-child {
	margin: 0;
}
.officials-transform-list {
	padding: 0;
	margin: 0 0 0 23px;
}
.officials-transform-list li {
	font: 400 16px/22px 'PFDcondpro', sans-serif;
	color: #000;
	list-style: none;
	text-indent: -23px;
	padding: 0 0 18px 0;
}
.officials-transform-list li:before {
	content: '';
	width: 13px;
	height: 13px;
	display: inline-block;
	margin: 0 10px 0 0;
	position: relative;
	top: 2px;
	background: url(/images/officials-transform-list.svg) no-repeat;
	background-size: 13px 13px;
}
.officials-transform-list li:last-child {
	padding: 0;
}
.officials-transform-list p {
	font: 400 16px/22px 'PFDcondpro', sans-serif;
	color: #000;
}
.officials-transform-list a {
	font: 400 16px/22px 'PFDcondpro', sans-serif;
	color: #000;
	text-decoration: underline;
}
.officials-transform-position {
	display: flex;
	flex-direction: row;
}
.officials-transform-wrapper {
	width: 34px;
}
.officials-corporate-clients {
	padding: 45px 0;
}
.officials-steps {
	display: flex;
	flex-direction: row;
}

.officials-steps-wrapper {
	display: flex;
	flex-direction: column;
}
.officials-steps .select {
	margin: 15px 0 0 15px;
}
.officials-steps .select:first-child {
	margin: 0 0 0 15px;
}
.officials-steps img {
	width: 50px;
	height: 50px;
}
.officials-steps-title {
	font: 500 21px/22px 'PFDcondpro', sans-serif;
	color: #0d76b3;
	padding: 0 0 0 15px;
}
.officials-steps-title a.newtitle {
	font: 500 21px/22px 'PFDcondpro', sans-serif;
	color: #0d76b3
}
.officials-steps-title a {
	font: 500 24px/24px 'PFDcondpro', sans-serif;
	color: #000;
	display: inline-block;
	margin: 8px 0 15px;
	text-decoration: none;
}
.officials-steps-title.first-title {
	margin: 0 0 8px;
}
.officials-steps-title a:last-of-type {
	margin-bottom: 0;
}
.officials-steps-title .steps-title-small {
	font: 400 16px/22px 'PFDcondpro', sans-serif;
	color: #000;
	display: block;
	margin: 10px 0 0 0;
}
.officials-documents {
	padding: 20px 0;
	background: #0d76b3;
}
.officials-download-title {
	font: 500 27px/60px 'PFDcondpro', sans-serif;
	color: #fff;
}
.officials-documents-title {
	font: 500 18px/22px 'PFDcondpro', sans-serif;
	color: #fff;
	margin: 0 0 0 18px;
	padding: 2px 0 0 0;
}
.officials-documents-title a {
	font: 400 16px/22px 'PFDcondpro', sans-serif;
	color: #fff;
	display: inline-block;
	margin: 4px 0 0 0;
	text-decoration: underline;
}
.officials-documents-steps {
	display: flex;
	flex-direction: row;
}
.officials-documents-steps img {
	width: 36px;
	height: 50px;
}
.select-wrapper {
	height: 100%;
		display: flex;
		align-items: flex-end;	
}
.officials-similar {
	padding: 45px 0;
}
.officials-similar-services {
	position: relative;
		display: flex;
		flex-direction: row;
}
.officials-similar-services-item {
	width: 20%;
	border: 1px solid #d9d9d9;
	padding: 14px;
	position: relative;
		display: flex;
		flex-direction: column;
}
.officials-similar-services-item .select:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.officials-similar-services-title {
	font: 500 21px/22px 'PFDcondpro', sans-serif;
	color: #000;
	margin: 0 0 10px;
}
.officials-card-terms {
	padding: 75px 0;
}
.officials-card-terms p {
	font: 400 21px/28px 'PFDcondpro', sans-serif;
	color: #000;
	margin: 0 0 20px;
}
.officials-card-terms p:last-child {
	margin: 0;
}
.hidden-menu {
	display: none;
}
.small-sub-menu-button.invert:after {
	transform: rotate(180deg);
}
.small-menu-navigation-button {
	font: 400 16px/22px 'PFDcondpro', sans-serif;
    color: #000;
	text-align: center;
	padding: 17px 0;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.small-menu-navigation-button:hover,
.small-menu-navigation-button:focus {
	color: #000;
	text-decoration: none;
}
.small-menu-navigation-button:after {
	content: '';
    width: 9px;
    height: 6px;
    background: url(/images/officials-menu-arrow.svg) no-repeat;
    background-size: 9px 6px;
    display: inline-block;
	margin-left: 7px;
	position: relative;
	bottom: 1px;
}
.small-menu-navigation-button.invert:after {
	transform: rotate(180deg);
}
