.page {
	height: 100%;
	color: #000000;
	font-family: "Akzidenz-Grotesk Pro", Arial, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 1160px) {
	.page {
		font-size: 14px;
		line-height: 20px;
	}
}
.page * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.body.importSubstitution {
	height: 100%;
	margin: 0;
	background: #ffffff;
	color: #040614;
}

h1,
h2,
h3,
p,
ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
sup {
	line-height: 0;
}
a {
	text-decoration: none;
}
img {
	display: block;
}
.footnoteSign {
	color: #9A554B;
	font-weight: bold;
}
.btn {
	display: inline-block;
	padding: 18px;
	background-color: #9A554B;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	border-radius: 4px;
	transition: 0.3s;
	min-width: 256px;
	border: 1px solid transparent;
}

.btn:hover {
	opacity: 0.6;
}

.btn--other {
	border-color: #9A554B;
	background-color: transparent;
	color: #9A554B;
}
.lnk {
	color: #9A554B;
}

.content__wrapper {
	width: 100%;
	max-width: 1310px;
	margin: 0 auto;
	padding: 0 20px;
}
@media only screen and (max-width: 541px) {
	.content__wrapper {
		padding: 0 15px;
	}
}

.content__container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 54px 0 75px;
}
@media only screen and (max-width: 1160px) {
	.content__container {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px 0 50px;
	}
}

.content__aside {
	position: relative;
	width: 360px;
}
@media only screen and (max-width: 1160px) {
	.content__aside {
		width: 100%;
	}
}

.intro {}
.intro__container {
	background-color: #4952A4;
	background: no-repeat center/cover url("images/intro/bg_top.png");
}
.intro__wrapper {
	width: 100%;
	max-width: 1310px;
	margin: 0 auto;
	padding: 94px 20px 90px;
}
@media only screen and (max-width: 1160px) {
	.intro__wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		padding: 0 50px;
	}
}

.intro__header {
	color: #fff;
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
}
@media only screen and (max-width: 1160px) {
	.intro__header {
		font-size: 26px;
		line-height: 32px;
	}
}

.aboutStockMarket {
	display: flex;
	justify-content: space-between;
	margin-bottom: 54px;
}

.aboutStockMarket__container {
	padding: 24px;
	background-color: #F8F9FA;
	border-radius: 16px;
	width: 69.5%;
}

.recruitment {
	padding: 24px 36px;
	background-color: #F8F9FA;
	border-radius: 16px;
	margin-bottom: 54px;
}

.aboutStockMarket__container.aboutStockMarket__container_transparent {
	background-color: transparent;
	margin-bottom: 30px;
}

.aboutStockMarket__question {
	width: 25%;
}

.aboutStockMarket__question-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	display: flex;
	align-items: center;
	color: #1B6FC6;
	margin-bottom: 8px;
	transition: 0.3s;
}

.aboutStockMarket__question-link {
	font-size: 22px;
	line-height: 28px;
	color: #1B6FC6;
	padding-left: 32px;
	transition: 0.3s;
}

.aboutStockMarket__question-link:hover {
	opacity: 0.7;
}

.aboutStockMarket__question-title:hover {
	opacity: 0.5;
}

.aboutStockMarket__question-title svg {
	margin-right: 10px;
}
 
.aboutStockMarket__question-text {
	padding-left: 32px;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
}

.recruitment__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.recruitment__title {
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
}

.recruitment__contols .btn:not(:first-of-type) {
	margin-left: 24px;
}

.recruitment__list {
	padding-top: 24px;
	border-top: 1px solid  #DDDFE4;
	margin-top: 24px;
}

.recruitment__list li:not(:last-of-type) {
	margin-bottom: 24px;
}

.recruitment__link {
	line-height: 21px;
	font-size: 16px;
	color: #1B6FC6;
	padding-right: 20px;
	background: no-repeat center right url('images/intro/link.png');
}

.recruitment__link svg {
	min-width: max-content;
	margin-left: 9px;
}

.recruitment__link:hover {
	text-decoration: underline;
}


.aboutStockMarket__text:not(:last-child) {
	margin-bottom: 24px;
}
.aboutStockMarket__logosContainer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 1160px) {
	.aboutStockMarket__logosContainer {
		padding: 0;
	}

	.recruitment__header {
		flex-direction: column;
	}

	.recruitment__title {
		margin-bottom: 24px;
	}

	.typesOfProducts__lists {
		display: flex;
		flex-direction: column;
		flex: 1;
	}

	.typesOfProducts__list {
		flex: 1;
	}

	.aboutStockMarket__container {
		width: 100%;
		margin-bottom: 20px;
	}

	.aboutStockMarket__question {
		width: 100%;
	}

	.aboutStockMarket {
		margin-bottom: 20px;
		flex-direction: column;
	}
}
@media only screen and (max-width: 1160px) {
	.aboutStockMarket__logosContainer {
		margin: 0 -20px;
	}
}

.aboutStockMarket__title {
	margin-bottom: 24px;
	font-weight: 500;
	font-size: 28px;
	line-height: 32px;
}

.aboutStockMarket__logo {
	width: 33%;
}

@media only screen and (min-width: 542px) and (max-width: 1160px) {
	.aboutStockMarket__logo {
		height: 120px;
	}
}
@media only screen and (max-width: 426px) {
	.aboutStockMarket__logo {
		width: 100%;
		height: 120px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 0;
	}
}

.mainAdvantages {
	margin-bottom: 30px;
	background-color: #fff;
}
@media only screen and (max-width: 761px) {
	.mainAdvantages {
		margin-bottom: 20px;
	}

	.recruitment {
		padding: 30px 20px 20px;
	}

	.recruitment__header {
		align-items: flex-start;
	}

	.recruitment__contols {
		width: 100%;
	}

	.recruitment__contols .btn {
		min-width: 100%;
	}

	.recruitment__contols .btn {
		margin: 0 0 24px 0;
	}

	.recruitment__contols .btn:last-of-type {
		margin: 0;
	}
}

.mainAdvantages__header {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
}
@media only screen and (max-width: 1160px) {
	.mainAdvantages__header {
		margin-bottom: 20px;
		font-size: 20px;
	}
}

.mainAdvantages__container {
	padding: 40px 50px;
}
@media only screen and (min-width: 762px) and (max-width: 1160px) {
	.mainAdvantages__container {
		padding: 40px 30px;
	}
}
@media only screen and (max-width: 761px) {
	.mainAdvantages__container {
		padding: 20px;
	}
}

.mainAdvantages__cardsContainer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (min-width: 762px) and (max-width: 1160px) {
}
@media only screen and (max-width: 761px) {
	.mainAdvantages__cardsContainer {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.mainAdvantages__card {
	width: calc((100% - 20px) / 2);
}
@media only screen and (min-width: 762px) and (max-width: 1160px) {
}
@media only screen and (max-width: 761px) {
	.mainAdvantages__card {
		width: 100%;
	}
}
.mainAdvantages__title {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
.mainAdvantages__list {
	font-size: 16px;
	line-height: 22px;
}
@media only screen and (max-width: 1160px) {
	.mainAdvantages__list {
		font-size: 14px;
		line-height: 20px;
	}
}

.mainAdvantages__listItem:not(:last-child) {
	margin-bottom: 30px;
}
.mainAdvantages__listItem {
	position: relative;
	counter-increment: step-counter;
	margin-bottom: 30px;
	padding-left: 52px;
}
.mainAdvantages__listItem:before {
	content: counter(step-counter);
	display: flex;
	position: absolute;
	top: -5px;
	left: -1px;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #E4E4E4;
	font-size: 13px;
}
.mainAdvantages__footnoteContainer {
	padding-top: 30px;
	border-top: 1px solid #d1cdcd;
}
.mainAdvantages__footnote {
	font-size: 16px;
	line-height: 22px;
}
@media only screen and (max-width: 1160px) {
	.mainAdvantages__footnote {
		font-size: 14px;
		line-height: 20px;
	}
}

.typesOfProducts {
	margin-bottom: 30px;
}

.typesOfProducts__container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (min-width: 762px) and (max-width: 1160px) {
}
@media only screen and (max-width: 761px) {
	.typesOfProducts__container {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.typesOfProducts__card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc((100% - 55px) / 2);
	padding: 24px 36px 44px;
	background-color: #F8F9FA;
	border-radius: 16px;
}

@media only screen and (min-width: 762px) and (max-width: 1160px) {
	.typesOfProducts__card {
		padding: 40px 30px;
	}
}

@media only screen and (max-width: 761px) {
	.typesOfProducts__card {
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		padding: 30px 20px 20px;
	}

	.typesOfProducts__card + .typesOfProducts__card {
		margin-top: 20px;
	}
}
.typesOfProducts__iconContainer {
	height: 100px;
	margin-bottom: 40px;
	background-position: left top;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 761px) {
	.typesOfProducts__iconContainer {
		width: 80px;
		order: 2;
		margin-bottom: 0;
		background-size: contain;
	}
}
.typesOfProducts__iconContainer--importSubstitutingProducts {
	background-image: url("images/types_of_products/import_substituting_products_icon.svg");
}
.typesOfProducts__iconContainer--sanctionedGoods {
	background-image: url("images/types_of_products/sanctioned_goods_icon.svg");
}
.typesOfProducts__textContainer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #DDDFE4;
	margin-bottom: 24px;
	width: 100%;
}

.typesOfProducts__links {
	padding-bottom: 32px;
	border-bottom: 1px solid #DDDFE4;
	margin-bottom: 32px;
}

.typesOfProducts__list {
	min-height: 192px;
	margin-bottom: 24px;
}

.typesOfProducts__list li:not(:last-of-type) {
	margin-bottom: 10px;
}

.typesOfProducts__item {
	display: flex;
	align-items: center;
	background: #F1F4F7;
	border-radius: 12px;
	padding: 12px;
	transition: opacity 0.3s;
}

.typesOfProducts__item span {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	padding-left: 16px;
	color: #040614;
}

.typesOfProducts__img {
	min-width: 60px;
	height: 60px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.typesOfProducts__title {
	font-size: 28px;
	font-weight: 500;
}

.typesOfProducts__links li {
	padding: 24px;
	background-color: #ffffff;
	border-radius: 16px;
}

.typesOfProducts__links li:not(:last-of-type) {
	margin-bottom: 14px;
}

.typesOfProducts__links-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.typesOfProducts__links-import {
	margin-right: 20px;
}

.typesOfProducts__links-title {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 8px;
}

.typesOfProducts__links-text {
	font-size: 16px;
	line-height: 20px;
}

.typesOfProducts__links-img {
	min-width: 80px;
	height: 80px;
	background: rgba(23, 121, 211, 0.1);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.typesOfProducts__links-site {
	font-weight: 500;
	font-size: 16px;
	color: #1B6FC6;
	transition: 0.3s;
	line-height: 20px;
}

.typesOfProducts__links-site:hover {
	opacity: 0.6;
}

.typesOfProducts__links-site svg {
	margin-left: 15px;
}

.typesOfProducts__world {
	position: relative;
	background: no-repeat center top url("images/about_stock_market/world.png");
	width: 100%;
	min-height: 382px;
	border-bottom: 1px solid #DDDFE4;
	margin-bottom: 32px;
}

.typesOfProducts__world-title {
	position: absolute;
	top: 24px;
	left: 0;
	font-weight: 500;
	font-size: 18px;
}

.typesOfProducts__contacts {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.typesOfProducts__contacts-container {
	width: 100%;
	margin-bottom: 32px;
	flex: 1;
}

.typesOfProducts__contacts-container_more {
	display: flex;
	justify-content: space-between;
}

.typesOfProducts__contacts-container_more .typesOfProducts__contacts-card {
	width: 49%;
}

.typesOfProducts__contacts-title {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 16px;
}
.typesOfProducts__contacts-phone {
	margin-bottom: 8px;
}

.typesOfProducts__contacts-phone,
.typesOfProducts__contacts-mail {
	display: flex;
	font-size: 16px;
}


.typesOfProducts__contacts-numbers span {
	display: block;
}

.typesOfProducts__contacts-time {
	color: rgba(0, 14, 51, 0.45);
}

.typesOfProducts__contacts-card svg {
	margin-right: 11px;
}

.typesOfProducts__contacts-info {
	font-size: 14px;
	color: rgba(0, 14, 51, 0.45);
	margin-bottom: 16px;
	line-height: 18px;
}

@media only screen and (max-width: 1160px) {
	.typesOfProducts__title {
		font-size: 20px;
		line-height: 22px;
	}

	.typesOfProducts__contacts-container_more {
		flex-direction: column;
	}

	.typesOfProducts__contacts-container_more .typesOfProducts__contacts-card {
		width: 100%;
		margin-bottom: 20px;
	}
}


@media only screen and (max-width: 1160px) {
	.typesOfProducts__buttonContainer {
		order: 3;
		width: 100%;
	}
	.typesOfProducts__btn {
		width: 100%;
	}
}

.reserveBanner {
	margin-bottom: 30px;
}
@media only screen and (max-width: 761px) {
	.reserveBanner {
		margin-bottom: 20px;
	}

	.typesOfProducts__textContainer {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.typesOfProducts__textContainer img {
		margin-bottom: 20px;
	}

	.typesOfProducts__contacts {
		align-items: stretch;
	}
}

.reserveBanner__container {
	display: flex;
	position: relative;
	align-content: space-between;
	justify-content: space-between;
	height: 150px;
	background-color: #5066ff;
}

@media only screen and (max-width: 781px) {
	.reserveBanner__container {
		flex-direction: column;
		align-items: flex-end;
		height: auto;
	}
}

.reserveBanner__logoAndTextContainer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 150px;
	padding: 0 30px;
}

@media only screen and (min-width: 1060px) and (max-width: 1160px) {
	.reserveBanner__logoAndTextContainer {
		flex-direction: row;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 781px) {
	.reserveBanner__logoAndTextContainer {
		flex-direction: column;
		justify-content: center;
		width: 100%;
		height: auto;
		padding: 30px;
	}
}

.reserveBanner__logoContainer {
	width: 100%;
	min-width: 0;
	height: 30px;
	margin-bottom: 8px;
	margin-right: 85px;
	background-image: url("images/reserve_banner/reserve_logo.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
}

@media only screen and (min-width: 1060px) and (max-width: 1160px) {
	.reserveBanner__logoContainer {
		width: 190px;
		min-width: 190px;
		height: auto;
		margin-bottom: 0;
		background-size: auto;
	}
}

@media only screen and (max-width: 781px) {
	.reserveBanner__logoContainer {
		width: 100%;
		min-width: 0;
		height: 45px;
		margin-bottom: 25px;
		background-size: auto 100%;
	}
}

.reserveBanner__textContainer {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.reserveBanner__header {
	margin-bottom: 3px;
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
}

@media only screen and (min-width: 1060px) and (max-width: 1160px) {
	.reserveBanner__header {
		margin-bottom: 10px;
		font-size: 27px;
		line-height: 32px;
	}
}

.reserveBanner__text {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.reserveBanner__lnk {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -9000px;
}

.reserveBanner__lnkText {
	color: #ffffff;
	text-decoration: underline;
}

.reserveBanner__infoContainer {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
	width: 375px;
	min-width: 375px;
	height: 150px;
}

@media only screen and (max-width: 781px) {
	.reserveBanner__infoContainer {
		width: 300px;
		min-width: 300px;
	}
}

.reserveBanner__card {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: calc((100% - 15px) / 2);
	height: calc((100% - 15px) / 2);
	padding: 0 20px;
	background-color: #ff5f19;
	color: #ffffff;
	font-size: 14px;
}

.reserveBanner__big {
	display: block;
	width: 100%;
	font-size: 27px;
	font-weight: 500;
	line-height: 32px;
}

.reserveBanner__small {
	display: block;
	width: 100%;
}

.instructions {
	margin-bottom: 30px;
	padding: 40px 50px 50px;
	background-color: #fff;
}
@media only screen and (min-width: 762px) and (max-width: 1160px) {
	.instructions {
		padding: 40px 30px;
	}
}
@media only screen and (max-width: 761px) {
	.instructions {
		margin-bottom: 20px;
		padding: 20px 20px 40px;
	}
}
.instructions__header {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
}
@media only screen and (max-width: 1160px) {
	.instructions__header {
		margin-bottom: 20px;
		font-size: 20px;
	}
}
.instructions__cardsContainer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (min-width: 762px) and (max-width: 1160px) {
}
@media only screen and (max-width: 761px) {
	.instructions__cardsContainer {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.instructions__card {
	width: calc((100% - 30px) / 2);
}
@media only screen and (min-width: 762px) and (max-width: 1160px) {
}
@media only screen and (max-width: 761px) {
	.instructions__card {
		width: 100%;
	}

	.instructions__card + .instructions__card {
		margin-top: 20px;
	}
}
.instructions__title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
.instructions__video {
	margin-bottom: 20px;
}
.instructions__videoWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56%;
}
.instructions__videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.instructions__text {
	font-size: 16px;
	line-height: 20px;
}

.faq {
	padding: 38px 50px 50px;
	border-top: 2px solid #9A554B;
	background-color: #fff;
}

@media only screen and (min-width: 762px) and (max-width: 1160px) {
	.faq {
		padding: 40px 30px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 761px) {
	.faq {
		padding: 30px 20px 40px;
		margin-bottom: 20px;
	}
}
.faq__container {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.faq__textContainer {
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 761px) {
	.faq__textContainer {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.faq__title {
	width: 246px;
	min-width: 246px;
	margin-right: 103px;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
@media only screen and (max-width: 761px) {
	.faq__title {
		width: auto;
		min-height: 45px;
		margin-right: 0;
		margin-bottom: 20px;
		padding-right: 40px;
		font-size: 16px;
		line-height: 22px;
	}
}
@media only screen and (max-width: 581px) {
	.faq__title {
		max-width: 200px;
	}
}
.faq__text {
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 39px;
	font-size: 16px;
	line-height: 22px;
}
@media only screen and (max-width: 761px) {
	.faq__text {
		margin-right: 0;
		font-size: 14px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 761px) {
	.faq__buttonContainer {
		position: absolute;
		top: 0;
		right: 0;
	}
}
.faq__btn {
	display: block;
	width: 48px;
	height: 48px;
	overflow: hidden;
	background-image: url("images/faq/faq_link_icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
@media only screen and (max-width: 761px) {
	.faq__btn {
		width: 40px;
		height: 40px;
	}
}

@media only screen and (min-width: 1161px) {
	.sticky {
		position: sticky;
		top: 73px;
	}
}
.needHelp {
	margin-bottom: 30px;
	background-color: #fff;
}
@media only screen and (max-width: 761px) {
	.needHelp {
		margin-bottom: 20px;
	}
}
.needHelp__headerContainer {
	padding: 40px 30px 30px;
	background-color: #9A554B;
	color: #fff;
}

@media only screen and (max-width: 1160px) {
	.needHelp__headerContainer {
		padding: 30px 20px 20px;
	}
}

.needHelp__header {
	margin-bottom: 23px;
	padding: 2px 0 0 55px;
	background-image: url("images/need_help/header_icon.svg");
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
}
@media only screen and (max-width: 1160px) {
	.needHelp__header {
		font-size: 20px;
	}
}
.needHelp__headerText {
	font-size: 16px;
	line-height: 22px;
}
@media only screen and (max-width: 1160px) {
	.needHelp__headerText {
		font-size: 16px;
		line-height: 22px;
	}
}
.needHelp__textContainer {
	padding: 28px 30px 30px;
}
@media only screen and (max-width: 1160px) {
	.needHelp__textContainer {
		padding: 25px 20px 20px;
	}
}
.needHelp__textContainer:not(:last-child) {
	padding-bottom: 1px;
}
.needHelp__contactsTitle {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
}
.needHelp__contactsList {
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
}
.needHelp__contactsListItem:not(:last-child) {
	margin-bottom: 10px;
}
.needHelp__contactsListItem {
	padding-left: 34px;
	background-position: 1px top;
	background-repeat: no-repeat;
}
.needHelp__contactsListItem--mail {
	background-image: url("images/need_help/mail_icon.svg");
	background-position: left top;
}
.needHelp__contactsListItem--phone {
	background-image: url("images/need_help/phone_icon.svg");
}
.needHelp__contactsListItem--time {
	background-image: url("images/need_help/time_icon.svg");
}
.needHelp__contactsListLnk {
	color: #151515;
}
.needHelp__text {
	color: #999999;
	font-size: 14px;
	line-height: 20px;
}
.needHelp__buttonContainer {
	padding: 0 30px 30px;
}
@media only screen and (max-width: 1160px) {
	.needHelp__buttonContainer {
		padding: 10px 20px 20px;
	}
}
.needHelp__btn {
	display: block;
	text-align: center;
}
.needHelp__btn:not(:last-child) {
	margin-bottom: 10px;
}

.footer {
	height: 120px;
	background-color: #000;
	color: #fff;
}
.footer__wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	height: 120px;
	padding: 0 90px;
	font-size: 16px;
	line-height: 22px;
}
@media only screen and (max-width: 1480px) {
	.footer__wrapper {
		width: 100%;
		max-width: 1310px;
		margin: 0 auto;
		padding: 0 20px;
	}
}
.footer__logosContainer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer__logoContainer {
	margin-left: 40px;
}
@media only screen and (max-width: 1160px) {
	.footer__logoContainer {
		width: 48px;
		overflow: hidden;
	}
}
@media only screen and (max-width: 761px) {
}

.webinarBanner {}
.webinarBanner__container {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 150px;
	padding: 0 30px;
	background-color: #316da4;
	background-repeat: no-repeat;
	background-position: right center;
	color: #fff;
}
@media only screen and (min-width: 1161px) {
	.webinarBanner__container {
		-ms-flex-direction: column;
		flex-direction: column;
		height: 400px;
		background-image: url('images/webinar_banner/ab_wbnr_375x400.png');
		background-position: center bottom;
	}
}
@media only screen and (min-width: 722px) and (max-width: 1160px) {
	.webinarBanner__container {
		background-image: url('images/webinar_banner/ab_wbnr_1180x150.png');
	}
}
@media only screen and (min-width: 582px) and (max-width: 721px) {
	.webinarBanner__container {
		background-image: url('images/webinar_banner/ab_wbnr_728x150.png');
	}
}
@media only screen and (max-width: 581px) {
	.webinarBanner__container {
		flex-direction: column;
		height: 400px;
		background-image: url('images/webinar_banner/ab_wbnr_375x400.png');
		background-position: center bottom;
		background-size: 100% auto;
	}
}
@media only screen and (max-width: 400px) {
	.webinarBanner__container {
		background-size: auto 400px;
	}
}
.webinarBanner__textContainer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 20px 20px 0;
}
@media only screen and (max-width: 581px) {
	.webinarBanner__textContainer {
		padding: 20px 0;
	}
}
.webinarBanner__header {
	margin: 0;
	padding: 0;
	font-size: 27px;
	font-weight: 500;
	line-height: 32px;
}
@media only screen and (min-width: 582px) and (max-width: 1060px) {
	.webinarBanner__header {
		font-size: 20px;
		line-height: 26px;
	}
}
@media only screen and (max-width: 581px) {
	.webinarBanner__header {
		font-size: 27px;
		line-height: 32px;
	}
}
.webinarBanner__text {
	margin: 0 0 10px;
	padding: 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}
.webinarBanner__type {
	font-weight: 400;
}
.webinarBanner__buttonContainer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 25px 0;
}
.webinarBanner__lnk {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -9000px;
}
@media only screen and (min-width: 582px) and (max-width: 1060px) {
	.webinarBanner__buttonContainer {
		padding: 21px 0;
	}
}
@media only screen and (max-width: 581px) {
	.webinarBanner__buttonContainer {
		padding: 0 0 20px;
	}
}
@media only screen and (min-width: 1161px) {
	.webinarBanner__btn {
		display: block;
		text-align: center;
	}
}
@media only screen and (max-width: 581px) {
	.webinarBanner__btn {
		display: block;
		text-align: center;
	}
}

.govSupportBanner {
	display: flex;
	margin-bottom: 30px;
	background-color: #ffffff;
}
@media only screen and (max-width: 761px) {
	.govSupportBanner {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 761px) {
	.govSupportBanner {
		flex-direction: column;
	}
}

.govSupportBanner__container {
	max-width: 580px;
	padding: 40px 50px;
}

@media only screen and (min-width: 762px) and (max-width: 1160px) {
	.govSupportBanner__container {
		max-width: unset;
		padding: 40px 30px;
	}
}

@media only screen and (max-width: 761px) {
	.govSupportBanner__container {
		max-width: unset;
		padding: 30px 20px 20px 20px;
	}
}

.govSupportBanner__title {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 26px;
}

.govSupportBanner__text {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 22px;
}

.govSupportBanner__image {
	position: relative;
	width: 100%;
	height: auto;
	background-image: url("images/gov_support_banner/bgr.png");
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

@media only screen and (max-width: 761px) {
	.govSupportBanner__image {
		height: 180px;
	}
}

.govSupportBanner__image::before {
	position: absolute;
	content: '';
	top: -30px;
	right: -80px;
	width: 240px;
	height: 150px;
	background-image: url("images/gov_support_banner/bgr_flag.png");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.6;
}

@media only screen and (max-width: 761px) {
	.govSupportBanner__image::before {
		top: -50px;
		right: -230px;
		width: 478px;
		height: 230px;
	}
	.govSupportBanner__btn {
		width: 100%;
	}
}


