


:root {
	--white-color: #fff;
	--grey: #cccccc;
	--black-color: #000;
	--border-color: #d8d8d8;
	--second-black: #323232;
	--main-border-bottom: #c4c4c4;
	--blue-color: #2543D9;
	--red-color: #E3120B;
	--green-color: #01c65a;
	--footer-bg: #fbfbfb;
  }
  
  *,
  body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Open Sans', 'Georgia', 'Roboto';
  }
  
  body,
  html {
	overflow-x: hidden;
  }
  
  b {
	font: inherit;
	font-weight: 700;
  }
  
  a img {
	display: block;
  }
  
  .comments__separator {
	display: none;
  }
  
  header.header {
	width: 100%;
	display: block;
	height: auto;
	background: linear-gradient(#fff 60%, #CCC 60%, #ccc 61%, #fff 61%, #fff 99%, #ccc 99%);
  }
  
  
  .header__tablet {
	display: none;
  }
  
  header.header .container {
	width: 100%;
	display: block;
	margin: 0 auto;
  }
  
  .header__desktop {
	display: none;
	/* width: 100%; */
	margin: 0 auto;
  }
  
  .header__mob {
	width: 100%;
  }
  
  .mainArticle-content {
	width: 100%;
	max-width: 740px;
	border-bottom: 1px solid var(--main-border-bottom);
	margin-bottom: 30px;
  }
  
  .mainArticle-image-text {
	font-family: Georgia;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: var(--second-black);
  }
  
  .text-title {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	color: var(--black-color);
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 30px;
	padding-bottom: 30px;
  }
  
  .article-main {
	max-width: 1070px;
	margin: 0 auto;
	margin-top: 30px;
  }
  
  .article-title {
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
  }
  
  .article-title p:first-of-type {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #086D4A;
	margin-bottom: 5px;
  }
  
  .article-title p:last-of-type {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #323232;
  }
  
  .article-heading {
	width: 100%;
	font-family: 'DM Serif Display';
	font-style: normal;
	font-weight: 400;
	font-size: 54px;
	line-height: 60px;
	color: var(--black-color);
	padding-bottom: 20px;
  }
  
  .authorNameCont {
	display: flex;
  }
  
  .authorNameCont img {
	margin-left: 10px;
  }
  
  .currentDate {
	font-family: inherit;
  }
  
  .mainArticle {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
  }
  
  .mainArticle-wrapper {
	width: 100%;
	display: flex;
	flex-direction: row;
  }
  
  /* .mainArticle-image {
	padding-bottom: 10px;
  } */
  
  .mainArticle-image a img {
	width: 100%;
  }
  
  .mainArticle-image-undertext {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: var(--second-black);
  }
  
  .mainArticle-news {
	display: none;
	width: 300px;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 30px;
  }
  
  .title-news {
	text-decoration: none;
	cursor: pointer;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: var(--black-color);
  }
  
  .mainArticle-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 300px;
	margin-top: 15px;
  }
  
  .news-block {
	display: flex;
	margin-bottom: 15px;
  }
  
  .news-block:nth-of-type(5) {
	margin-bottom: 0;
  }
  
  .news-block img {
	object-fit: contain;
	width: 100px;
	height: 75px;
  }
  
  .news-text {
	text-decoration: none;
	cursor: pointer;
	margin-left: 10px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: var(--black-color);
  }
  
  .main-content {
	max-width: 740px;
	width: 100%;
  }
  
  .main-content-wrapper {
	max-width: 740px;
	margin: 0 auto;
	width: 100%;
  }
  
  .text-author {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	color: var(--black-color);
  }
  
  .text-phrase {
	font-family: 'Georgia';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: var(--second-black);
  }
  
  .text-block {
	background: rgba(46, 69, 184, 0.02);
	border: 2px solid #2543D9;
	padding: 15px;
  }
  
  .text-block__title {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	color: #222526;
  }
  
  .text-block__text {
	font-family: 'Georgia';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #222526;
  }
  
  span.currentDate {
	font: inherit;
  }
  
  /* .speech-text::before {
	  content: "";
	  width: 0px;
	  height: 0px;
	  position: absolute;
	  border-left: 10px solid transparent;
	  border-right: 10px solid #F2F5F9;
	  border-top: 10px solid #F2F5F9;
	  border-bottom: 10px solid transparent;
	  left: -15px;
	  top: 90%;
  } */
  
  .big-phrase {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 60px;
	margin-bottom: 30px;
	color: var(--black-color);
  }
  
  .main-h2 {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	color: #323232;
  }
  
  .footerLogo {
	width: 100%;
  }
  
  .resp-img {
	width: 100%;
	height: auto;
  }
  
  .btn {
	max-width: 380px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: var(--blue-color);
	border-radius: 5px;
	padding: 25px 20px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	color: var(--white-color);
  }
  
  /* new-styles */
  
  .mb-5 {
	margin-bottom: 5px;
  }
  
  .mb-10 {
	margin-bottom: 10px;
  }
  
  .mb-15 {
	margin-bottom: 15px;
  }
  
  .mb-30 {
	margin-bottom: 30px;
  }
  
  .mb-50 {
	margin-bottom: 50px;
  }
  
  /* /new-styles */
  
  .comments {
	width: 100%;
	margin-bottom: 60px;
  }
  
  .comments-mainTitle {
	width: 100%;
	text-align: left;
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	color: var(--black-color);
	border-bottom: 1px solid #c4c4c4;
  }
  
  .comment-block {
	margin-top: 15px;
	width: 100%;
	display: flex;
	align-items: flex-start;
  }
  
  .comment-block:nth-of-type(1) {
	margin-top: 20px;
  }
  
  .comment-img {
	border-radius: 50%;
	display: block;
	width: 41px;
	height: 41px;
  }
  
  .comment-mainPart {
	margin-left: 16px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
  }
  
  .comment-mainPart p {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.03em;
	color: var(--second-black);
	margin-bottom: 0;
  }
  
  .comment-mainPart p span {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	color: var(--grey);
  }
  
  .comment-mainPart .comment-text {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: var(--second-black);
	margin-bottom: 10px;
  }
  
  .comment-like {
	height: 21px;
	display: flex;
	align-items: center;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #ccc;
  }
  
  .comment-like span {
	margin: 0 4px;
  }
  
  .comment-like {
	height: 21px;
	display: flex;
	align-items: center;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #ccc;
  }
  
  .comment-like span {
	margin: 0 4px;
  }
  
  a.brandName {
	font: inherit !important;
	font-weight: bold !important;
	color: var(--blue-color);
	background: inherit;
	text-decoration: none;
	cursor: pointer;
  }
  
  .colored {
	font: inherit !important;
	font-weight: bold !important;
	color: var(--blue-color);
	background: inherit;
	text-decoration: none;
	cursor: pointer;
  }
  
  .coloredLogo {
	color: #086D4A !important;
	font-weight: 700 !important;
	font-size: inherit !important;
	line-height: inherit !important;
  }
  
  .comment-text .brandName {
	font-weight: 400 !important;
  }
  
  span.brandName {
	font: inherit;
	color: inherit;
  }
  
  p.image-undertext {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: var(--second-black);
  }
  
  p.text-content {
	font-family: 'Georgia';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: var(--second-black);
  }
  
  .main-commonText {
	font-family: 'Georgia';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #323232;
	margin-bottom: 15px;
  }
  
  .bordered {
	padding-left: 17px;
	border-left: 2px solid #096ffa;
  }
  
  .main-img2 {
	width: 100%;
	margin-bottom: 30px;
  }
  
  .shadow {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  }
  
  .main_storyWrp {
	margin-bottom: 30px;
	padding: 19px 19px 19px 14px;
	background: rgba(9, 111, 250, 0.02);
	border: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .main-textTitle {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 49px;
	margin: 15px 0;
  }
  
  .main_storyWrp .main-commonText {
	font-style: italic;
	margin-bottom: 10px;
  }
  
  .main_storyWrp .main-commonText:last-of-type {
	margin-bottom: 0;
  }
  
  .main_reviewWrp {
	display: flex;
	align-items: flex-start;
  }
  
  .main_reviewImg {
	margin-right: 15px;
  }
  
  @media all and (max-width: 1054px) {
	.news-block:nth-of-type(5) {
	  display: none;
	}
  }
  
  @media (max-width: 460px) {
	.article-heading {
	  font-size: 28px;
	  line-height: 38px;
	}
  
	.main-h2 {
	  font-size: 24px;
	  line-height: 29px;
	}
  
	.comments__separator {
	  display: block;
	}
  }
  
  @media (min-width: 1101px) {
	.mainArticle-news {
	  display: flex;
	}
  }
  
  @media (max-width: 1100px) {
	.article-main {
	  padding: 0 14px;
	}
  
	.mainArticle-content {
	  max-width: 100%;
	}
  
	.main-content {
	  max-width: 100%;
	}
  
	.mainArticle-wrapper {
	  margin: 0 auto;
	}
  }
  
  @media all and (max-width: 460px) {
	.article-main {
	  padding: 0 10px;
	  margin-top: 15px;
	}
  
	/* .mt-15 {
		  margin-top: 40px;
	  } */
	/* .resp-img {
		  margin-top: 10px;
	  } */
	.mob-mb-15 {
	  margin-bottom: 15px;
	}
  
	.mob-mb-10 {
	  margin-bottom: 10px;
	}
  
	.mob-mb-20 {
	  margin-bottom: 20px;
	}
  
	.mob-mb-35 {
	  margin-bottom: 35px;
	}
  }
  
  @media all and (min-width: 461px) {
	.header__mob {
	  display: none;
	}
  
	.header__tablet {
	  display: block;
	  width: 100%;
	}
  }
  
  @media all and (max-width: 767px) {
	header.header {
	  margin-bottom: 20px;
	}
  
	.mainArticle-image-undertext {
	  font-size: 12px;
	  line-height: 14px;
	}
  
	.mainArticle-content {
	  margin-bottom: 15px;
	}
  
	.text-block {
	  flex-direction: column;
	  padding: 10px;
	}
  
	.big-phrase {
	  font-size: 24px;
	  line-height: 28px;
	}
  
	.comments {
	  margin-top: 0px;
	}
  
	.comment-mainPart p {
	  font-size: 12px;
	  line-height: 16px;
	}
  
	.btn {
	  max-width: 100%;
	  padding: 25px 20px;
	  font-size: 18px;
	  line-height: 21px;
	}
  
	br {
	  display: none;
	  margin-right: 10px;
	}
  
	footer br {
	  display: block;
	}
  
	.mob-mb-5 {
	  margin-bottom: 5px;
	}
  
	.main-textTitle {
	  margin: 5px 0 10px;
	  font-size: 24px;
	  line-height: 33px;
	}
  
	.main-commonText {
	  font-size: 16px;
	  line-height: 150%;
	  margin-bottom: 10px;
	}
  
	.main-commonText.mb-30 {
	  margin-bottom: 15px !important;
	}
  
	.main-img2 {
	  margin-bottom: 15px;
	}
  
	.main_storyWrp {
	  margin-bottom: 15px;
	  padding: 9px;
	}
  
	.bordered {
	  padding-left: 10px;
	}
  }
  
  @media (max-width: 1024px) {
	.article-heading {
	  margin: 0 auto;
	}
  }
  
  @media (min-width: 1920px) {
	header.header .container {
	  display: block !important;
	}
  }
  
  @media (min-width: 1025px) {
	.header__tablet {
	  display: none;
	}
  
	.header__desktop {
	  display: block;
	}
  }
  
  @media all and (min-width: 767px) {
	.mainArticle-wrapper {
	  justify-content: start;
	}
  }
  
  @media all and (max-width: 1100px) {
	.main-content-wrapper {
	  max-width: 100%;
	}
  }
  
  @media all and (min-width: 1025px) {
	.btn:hover {
	  transform: scale(1.1);
	  transition-duration: 300ms;
	}
  }
  
  @media all and (min-width: 1440px) {
	.article-main {
	  padding: 0 0;
	}
  }
  
  @media all and (max-width: 460px) {
	.comments {
	  margin-bottom: 35px;
	}
  }
  
  @media all and (max-width: 400px) {
	.text-title {
	  font-size: 16px;
	  line-height: 24px;
	  padding-bottom: 15px;
	}
  
	.mainArticle-image-text {
	  font-size: 16px;
	  line-height: 24px;
	}
  
	.text-author {
	  font-size: 16px;
	  line-height: 24px;
	}
  
	.text-phrase {
	  font-size: 16px;
	  line-height: 24px;
	}
  
	p.image-undertext {
	  font-size: 12px;
	  line-height: 16px;
	}
  
	p.text-content {
	  font-size: 16px;
	  line-height: 24px;
	}
  
	.text-block__title {
	  font-size: 16px;
	  line-height: 24px;
	}
  
	.text-block__text {
	  font-size: 16px;
	  line-height: 24px;
	}
  
	.big-phrase {
	  margin-top: 45px;
	}
  
	.comments-mainTitle {
	  font-size: 16px;
	  line-height: 24px;
	  padding-bottom: 5px;
	}
  
	.comment-block {
	  margin-top: 15px;
	}
  
	.comment-mainPart .comment-text {
	  font-size: 13px;
	  line-height: 22px;
	}
  }
  
  @media all and (max-width: 360px) {
	.footerLogos img {}
  }
  
  @media (min-width: 1300px) {
	header.header .container {
	  display: flex;
	  justify-content: center;
	}
  }
  
  .article__addition {
	display: flex;
	margin: 20px 0 30px;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--border-color);
  
  }
  
  .article__addition a {
	text-decoration: none;
	color: #000000;
  }
  
  .author {
	display: flex;
	align-items: center;
  }
  
  .author__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 7px;
  }
  
  .author__name {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #323232;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #5BFFB1;
  }
  
  .author__link {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	color: #323232;
  }
  
  .author__link span {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	color: #323232;
  }
  
  .article__socials {
	max-width: 150px;
	width: 100%;
	display: block;
  }
  
  .article__socialsMob {
	display: none;
  }
  
  @media (max-width: 460px) {
	.article__addition {
	  margin: 20px 0;
	}
  
	.article__socials {
	  max-width: 130px;
	  display: none;
	}
  
	.article__socialsMob {
	  display: block;
	}
  }
  
  .main__container {
	display: flex;
	flex-direction: row-reverse;
  }
  
  .worldNews {
	max-width: 300px;
	width: 100%;
	margin-left: 30px;
  }
  
  .sensations {
	margin-bottom: 30px;
  }
  
  .sensations__text {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
  
	/* Txt */
  
	color: #222526;
  }
  
  .worldNews a {
	text-decoration: none;
	color: #000000;
  }
  
  .sensations__text {
	padding: 10px;
	background: #f3f6f7;
  }
  
  .worldNews__title {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	/* identical to box height, or 24px */
  
	color: #000000;
	margin-bottom: 15px;
  }
  
  .worldNews__item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
  }
  
  .worldNews__image {
	width: 100px;
	height: 75px;
	object-fit: cover;
  }
  
  .worldNews__text {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	/* or 157% */
  
	color: #000000;
	margin-left: 10px;
  }
  
  @media (max-width: 1070px) {
	.worldNews {
	  display: none;
	}
  }
  
  .textPhrase {
	padding: 20px 20px 20px 15px;
	background: #fafdfd;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
  }
  
  .textPhrase__text {
	font-family: 'Georgia';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	/* or 27px */
  
	/* Txt-collor */
  
	color: #323232;
	padding-left: 15px;
	border-left: 2px solid #13c882;
  }
  
  @media (max-width: 460px) {
	.textPhrase {
	  margin-bottom: 15px;
	}
  
	.textPhrase__text {
	  font-size: 16px;
	  line-height: 150%;
	}
  }
  
  .main__title {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 49px;
	/* identical to box height */
  
	/* Title-collor */
  
	color: #000000;
	margin-bottom: 15px;
  }
  
  .listBlock {
	padding: 20px 20px 20px 15px;
	background: #fafdfd;
	border: 1px solid #e6e6e6;
	margin-bottom: 15px;
  }
  
  .listBlock__item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
  }
  
  .listBlock__item:last-child {
	margin-bottom: 0;
  }
  
  .listBlock__text {
	font-family: 'Georgia';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	/* or 27px */
  
	/* Txt-collor */
  
	color: #323232;
	padding-left: 10px;
  }
  
  .data__title {
	background: rgba(232, 16, 25, 0.02);
	border: 2px solid #e81019;
	border-radius: 10px;
	padding: 18px;
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
  
	/* Warning-collor */
  
	color: #e81019;
	margin-bottom: 30px;
  }
  
  @media (max-width: 460px) {
	.main__title {
	  margin-bottom: 10px;
	  font-size: 24px;
	  line-height: 33px;
	}
  
	.listBlock {
	  margin-bottom: 10px;
	}
  
	.listBlock__text {
	  font-size: 16px;
	  line-height: 150%;
	}
  
	.data__title {
	  padding: 8px;
	  font-size: 24px;
	  line-height: 120%;
	  margin-bottom: 35px;
	}
  }
  
  .comment-reply {
	max-width: calc(100% - 57px);
	width: 100%;
	margin-left: auto;
  }


  footer.footer {
    width: 100%;
    background: #fff;
    border-top: 1px solid var(--main-border-bottom);
}

.footer-wrapper {
    max-width: 1080px;
    padding: 30px 10px;
    margin: 0 auto;
}

.footerHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding-bottom: 30px;
    margin: auto 0;
}

.footerLogoscontainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.footerLogos {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

footer p.footerLegal {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: var(--second-color);
}

.footerLegalB {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

@media (max-width: 460px) {
    .footerHead {
        padding-bottom: 20px;
    }

    .footerLogos {
        justify-content: space-evenly;
    }

    .footerLogoscontainer {
        align-items: center;
    }

    .footerLogo {
        width: 135px;
    }
}

.stepSection {
    color: #000;
    margin-top: 50px;
}

#deposit_screen {
    max-height: 226px;
}

.stepSection_heroTitle {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    color: var(--red-color);
    margin-bottom: 50px;
}

.stepSection_stepsContainer {
    border-radius: 20px;
    max-width: 768px;
    margin: 0 auto;
}

.stepSection_stepWrapper {
    display: flex;
    justify-content: space-between;
}

.stepSection_stepWrapper.step1 {
    margin: 0 0 30px;
}

.stepSection_stepWrapper.step2 {
    flex-direction: row-reverse;
    margin: 30px 0 30px;
}

.stepSection_stepWrapper.step3 {
    margin: 30px 0 0;
}

.stepSection_textWrapper {
    width: 100%;
}

.step1 .stepSection_textWrapper {
    max-width: 355px;
    padding: 10px 0 0;
    margin-right: 10px;
}

.step2 .stepSection_textWrapper {
    max-width: 355px;
    padding: 10px 0 0;
    margin-left: 10px;
}

.step3 .stepSection_textWrapper {
    max-width: 410px;
    padding: 10px 0 0;
    margin-right: 30px;
}

.arrowDown {
    text-align: center;
    animation: arrows 1.5s infinite;
}

@keyframes arrows {
    to {
        transform: translateY(25px);
        opacity: 0;
    }
}

p.stepSection_textSubTitle {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: var(--black-color);
    opacity: 0.5;
    text-transform: uppercase;
}

.stepSection_textTitle {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    text-transform: uppercase;
    color: var(--black-color);
    margin-bottom: 10px;
}

p.stepSection_textDescriprion {
    font-family: "Georgia";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: var(--second-black);
}

.stepSection_cardWrapper {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
}

.step1 .stepSection_cardWrapper {
    max-width: 600px;
}

.step2 .stepSection_cardWrapper {
    max-width: 600px;
}

.step3 .stepSection_cardWrapper {
    max-width: 300px;
    padding: 0;
}

.stepSection_descriptionContainer {
    width: 100%;
    margin-right: 5px;
}

.stepSection_descriptionTextWrapper {
    background: rgba(56, 255, 24, 0.02);
    border: 2px solid var(--green-color);
    border-radius: 5px;
    box-sizing: border-box;
}

.stepSection_descriptionTextWrapper:not(:first-of-type) {
    margin-top: 5px;
}

p.stepSection_descriptionText {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: var(--second-black);
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}

.stepSection_descriptionTextWrapper.part1 {
    height: 48%;
}

.stepSection_descriptionTextWrapper.part2 {
    height: 49%;
}

.step2 .stepSection_descriptionTextWrapper {
    height: 99%;
    width: 100%;
}

.stepSection_formContainer {
    max-width: 274px;
    position: relative;
}

.formVector1 {
    position: absolute;
    top: 38%;
    left: -28px;
    animation: bounce 1600ms infinite;
}

.formVector2 {
    position: absolute;
    top: 61%;
    left: -28px;
    animation: bounce 1600ms infinite;
}

.depVector {
    position: absolute;
    top: 68.5%;
    left: -34px;
    z-index: 9;
    animation: bounce 1600ms infinite;
}

@keyframes bounce {
    50% {
        transform: translateX(5px);
    }
}

@media all and (max-width: 1024px) {
    .stepSection_descriptionText {
        font-size: 16px;
        line-height: 19px;
    }
}

@media (max-width: 767px) {
    .formVector2 {
        top: 60.5%;
    }

    .stepSection_heroTitle {
        margin-bottom: 25px;
    }

    .step2 .stepSection_descriptionTextWrapper {
        width: 100%;
    }

    .stepSection_stepWrapper {
        flex-direction: column;
        align-items: center;
    }

    .step1 .stepSection_textWrapper {
        text-align: center;
        max-width: 100%;
        margin-right: 0;
        padding: 0;
    }

    .step2 .stepSection_textWrapper {
        text-align: center;
        margin-left: 0;
        padding: 0;
        max-width: 100%;
    }

    .step3 .stepSection_textWrapper {
        text-align: center;
        max-width: 100%;
        margin-right: 0;
        padding: 0;
    }

    .stepSection_stepWrapper.step2 {
        flex-direction: column;
    }

    .stepSection_stepWrapper.step3 {
        padding: 0;
    }

    .stepSection_cardWrapper {
        margin-top: 10px;
    }

    p.stepSection_descriptionText {
        font-size: 10px;
        line-height: 14px;
    }
}

@media (max-width: 767px) {
    .stepSection_stepWrapper.step1 {
        margin: 0 0 20px;
    }

    .stepSection_stepWrapper.step2 {
        margin: 15px 0 20px;
    }

    .stepSection_stepWrapper.step3 {
        margin: 25px 0 20px;
    }

    .stepSection_stepsContainer {
        padding: 0;
    }

    .stepSection_textSubTitle {
        font-size: 14px;
        line-height: 16px;
    }

    .stepSection_descriptionTextWrapper.part1 {
        height: 48%;
    }

    .stepSection_descriptionTextWrapper.part2 {
        height: 50%;
    }

    .stepSection_formContainerImg .reg {
        width: 190px;
        height: 270px;
    }

    .stepSection_formContainerImg .dep {
        width: 190px;
        height: 210px;
    }

    @keyframes arrows {
        to {
            transform: translateY(15px);
            opacity: 0;
        }
    }

    .depVector {
        width: 40px;
        left: -35px;
    }

    .stepSection_descriptionText {
        font-size: 12px;
        line-height: 15px;
        padding: 0 10px;
    }
}

@media all and (max-width: 460px) {
    .arrowDown img {
        width: 100%;
        max-width: 200px;
    }

    .depVector {
        top: 66%;
    }
}

@media all and (max-width: 400px) {
    .stepSection_heroTitle {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 25px;
    }

    p.stepSection_textSubTitle {
        font-size: 12px;
        line-height: 16px;
    }

    .stepSection_textTitle {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 10px;
    }

    p.stepSection_textDescriprion {
        font-size: 16px;
        line-height: 24px;
    }

    .step3 .stepSection_cardWrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .stepSection_stepManagerContainer img {
        width: 225px;
        height: 225px;
    }
}

#letter_screen {
	position: relative
}

#letter_screen>img {
	width: 100%;
	height: 420px;
}

.letter,
.letter * {
	box-sizing: border-box
}

.letter {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background-color: #fff;
	background-image: url("../assets/1.png");
	background-repeat: no-repeat;
	background-position: 99% 0;
	padding: 20px 74px 30px 72px;
	display: flex;
	flex-direction: column;
	font-family: Roboto;
	margin: auto
}

h4.letter_title {
	font-size: 19px;
	line-height: 23px;
	font-weight: 400;
	text-transform: uppercase;
	color: #222
}

.letter_autor-wrp {
	margin: 30px 0 18px;
	position: relative
}

.letter_autor-wrp::before {
	content: '';
	position: absolute;
	display: block;
	background-image: url("../assets/letterAvatar.jpg");
	background-size: cover;
	width: 40px;
	height: 40px;
	top: 0;
	left: -56px
}

p.letter_autor {
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: #222
}

.letter_autor span {
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	text-transform: initial;
	color: #5f6368;
}

p.letter_adress {
	margin-top: 5px;
	font-size: 13px;
	line-height: 15px;
	text-transform: lowercase;
	color: #5f6368
}

.letter_adress img {
	margin: 0 0 2px 2px;
	display: initial
}

p.letter_main {
	font-size: 13px;
	line-height: 19px;
	color: #222;
	font-family: Arial, Helvetica, sans-serif
}

.letter_btn-wrp {
	margin-top: auto;
	display: flex
}

.letter_btn {
	border: 1px solid #dadce0;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 10px 20px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 16px;
	color: #5f6368;
	font-family: Arial, Helvetica, sans-serif;
	display: flex;
	align-items: center
}

.letter_btn img {
	margin-right: 10px
}

@media (max-width:767px) {
	#letter_screen>img {
		height: 280px
	}

	.letter {
		padding: 20px 40px;
		background-size: 53px 44px
	}

	h4.letter_title {
		font-size: 14px;
		line-height: 18px
	}

	.letter_autor-wrp {
		margin: 10px 0 5px
	}

	.letter_autor-wrp::before {
		width: 20px;
		height: 20px;
		top: 0;
		left: -26px
	}

	p.letter_autor {
		font-size: 12px;
		line-height: 14px
	}

	.letter_autor span {
		font-size: 10px;
		line-height: 12px;
		font-weight: 400
	}

	p.letter_adress {
		margin-top: 5px;
		font-size: 11px;
		line-height: 13px
	}

	p.letter_main {
		font-size: 10px;
		line-height: 12px
	}

	.letter_btn {
		padding: 5px 10px;
		margin-right: 10px;
		font-size: 10px;
		line-height: 14px
	}
}

@media (max-width:459px) {
	.letter {
		padding: 10px 30px;
		background-size: 53px 44px
	}

	h4.letter_title {
		font-size: 11px;
		line-height: 12px
	}

	.letter_autor-wrp {
		margin: 10px 0 10px
	}

	.letter_autor-wrp::before {
		width: 18px;
		height: 18px;
		left: -26px
	}

	p.letter_autor {
		font-size: 8px;
		line-height: 8px
	}

	.letter_autor span {
		font-size: 6px;
		line-height: 6px
	}

	p.letter_adress {
		margin-top: 3px;
		font-size: 7px;
		line-height: 7px
	}

	.letter_adress img {
		width: 4px;
		margin: 0
	}

	p.letter_main {
		font-size: 10px;
		line-height: 12px
	}

	.letter_btn {
		padding: 5px 5px;
		font-size: 9px;
		line-height: 12px
	}

	.letter_btn img {
		margin-right: 5px;
		width: 10px
	}
}

@media (max-width:424px) {
	#letter_screen>img {
		height: 230px;
	}

	.letter {
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px
	}

	p.letter_main {
		font-size: 9px;
		line-height: 10px
	}

	.letter_btn {
		padding: 3px 5px;
		font-size: 7px;
		line-height: 9px
	}
}

@media (max-width:414px) {
	#letter_screen>img {
		height: 200px;
	}

	p.letter_main {
		font-size: 7px;
		line-height: 8px
	}

	.letter_autor-wrp {
		margin: 10px 0 5px
	}
}

#deposit_screen {
	position: relative
}

.deposit-card,
.deposit-card * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.deposit-card {
	max-width: 420px;
	max-height: 500px;
	font-size: 21px;
	color: #000;
	height: fit-content;
	position: absolute;
	top: 0%;
	left: -60%;
	right: 0;
	bottom: 0;
	display: flex;
	width: 444px;
	min-height: 390px;
	font-family: Arial;
	background: #f3f5f7;
	border-radius: 10px;
	margin: auto;
	pointer-events: none;
	user-select: none
}

@-moz-document url-prefix() {
	.deposit-card {
		top: -59%;
		-webkit-top: -59%;
		-moz-top: -59%;
	}
}

.deposit-card--body-group,
.deposit-card--footer-group,
.deposit-card--header-group {
	display: flex;
	width: 100%
}

.deposit-card--body-group,
.deposit-card--footer-group {
	flex-direction: column
}

.deposit-card--header-group .deposit-card--header-sponsor {
	height: auto;
	border-radius: 5px;
	border: 1px solid #E1E1E2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #fff;
	max-width: 50px;
}

.deposit-card--header-group .deposit-card--header-sponsor img {
	display: block;
	height: auto;
	max-width: 30px
}

.deposit-card--header-group .deposit-card--header-sponsor {
	margin-right: 10px;
	margin: 5px 5px 5px 5px;
	padding: 2px;
}

.deposit-card--header-sponsor:last-child {
	margin-right: 0 !important;
}

.deposit-card--header-group-sponsors {
	flex-wrap: wrap;
}

.deposit-card--header-question {
	max-width: 23px;
	height: auto
}

.deposit-card--container {
	padding: 15px;
	width: 100%;
	flex-direction: column;
	align-items: center;
	display: flex
}

.deposit-card--header {
	width: 100%;
	justify-content: space-between;
	margin-bottom: 3px
}

.deposit-card--first-block {
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px
}

.deposit-card--first-block span {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 18px;
}

.deposit-card--body {
	width: 100%;
	display: flex;
	flex-direction: column
}

.deposit-card--body-title,
.deposit-card--footer-title {
	margin-bottom: 10px;
	display: block
}

.deposit-card--body-group-big .deposit-card--secret-text {
	padding: 20px 60px 20px 15px;
}

.deposit-card--secret-text {
	white-space: nowrap;
	font-weight: 700;
	overflow: hidden;
	min-height: 55px;
	background: #fff;
	display: flex;
	align-items: center;
	padding: 20px 15px 20px 15px;
	color: #4c4b4b;
	position: relative;
	border: 1px solid #c7c7c7;
	border-radius: 5px
}

.deposit-card--body-group-big .deposit-card--secret-text:after {
	content: '';
	position: absolute;
	right: -1px;
	background: #c7c7c7 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI5Mi4zNjJweCIgaGVpZ2h0PSIyOTIuMzYycHgiIHZpZXdCb3g9IjAgMCAyOTIuMzYyIDI5Mi4zNjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MjsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNmZmYiPg0KPGc+DQoJPHBhdGggZD0iTTI4Ni45MzUsNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiwwLTkuMjMzLDEuODA3LTEyLjg1LDUuNDI0DQoJCUMxLjgwNyw3Mi45OTgsMCw3Ny4yNzksMCw4Mi4yMjhjMCw0Ljk0OCwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDdsMTI3LjkwNywxMjcuOTA3YzMuNjIxLDMuNjE3LDcuOTAyLDUuNDI4LDEyLjg1LDUuNDI4DQoJCXM5LjIzMy0xLjgxMSwxMi44NDctNS40MjhMMjg2LjkzNSw5NS4wNzRjMy42MTMtMy42MTcsNS40MjctNy44OTgsNS40MjctMTIuODQ3QzI5Mi4zNjIsNzcuMjc5LDI5MC41NDgsNzIuOTk4LDI4Ni45MzUsNjkuMzc3eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=) no-repeat;
	background-position: center;
	-webkit-background-size: 15px;
	background-size: 15px;
	width: 60px;
	height: 63.2px;
	border-radius: 0 4px 4px 0
}

.deposit-card--body-group-small,
.deposit-card--footer {
	flex-direction: row;
	display: flex;
	align-items: flex-end;
	margin-top: 15px
}

.deposit-card--body-group-small .deposit-card--body-group-small-img-1 {
	margin-left: 5px;
	max-width: 30px;
	display: block;
	height: 59.2px
}

.deposit-card--body-group-small .deposit-card--body-group-small-img-2 {
	margin-left: 5px;
	max-width: 23px;
	display: block;
	height: 59.2px
}

.deposit-card--body-group-1 {
	max-width: 170px
}

.deposit-card--body-group-2 {
	margin-left: 10px
}

.deposit-card--body-title,
.deposit-card--footer-title {
	font-size: 14px;
	color: #696A6A;
}

.deposit-card--body-group-2 .deposit-card--secret-text {
	background: #fff url("../assets/lock.png") no-repeat;
	-webkit-background-size: 20px;
	background-size: 20px;
	background-position: 85% 50%
}

.deposit-card--footer .deposit-card--footer-group-1 {
	max-width: 130px;
	position: relative
}

.deposit-card--footer .deposit-card--footer-group-2 {
	max-width: 220px;
	margin-left: auto;
	position: relative
}

.deposit-card--footer {
	width: 100%;
	display: flex;
	flex-direction: row
}

.deposit-card--footer .deposit-card--secret-text {
	font-family: Proxima Nova;
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	line-height: 15px;
	border: 2px solid #199749;
	background: rgba(25, 151, 73, 0.1);
	position: relative
}

.deposit-card--footer-button {
	padding: 5px;
	text-align: center;
	min-height: 65px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #199749;
	border-radius: 5px;
	margin-top: 14px;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	position: relative
}

.deposit-card--footer-button img {
	max-width: 24px;
	height: auto;
	filter: brightness(3);
	margin-left: 10px
}

.deposit-arrow {
	position: absolute;
	z-index: 1
}

.deposit-arrow-1 {
	transform: rotate(150deg);
	left: -53px;
	top: 70px;
	display: none
}

.deposit-arrow-2 {
	right: 0px;
	top: -20px;
	display: none
}

.deposit-card--footer-button .deposit-arrow-3 {
	max-width: 100%;
	filter: unset;
	margin-left: 0;
	right: 0;
	top: 30px;
	transform: rotate(45deg);
	display: none
}

@media (max-width:460px) {
	.deposit-card {
		font-size: 17px;
	}

	.deposit-card--body-title,
	.deposit-card--footer-title {
		font-size: 13px;
	}

	.deposit-card--footer .deposit-card--footer-group-1 {
		max-width: 110px
	}

	.deposit-card--footer .deposit-card--footer-group-2 {
		max-width: 275px
	}

	.deposit-card--body-group-1 {
		max-width: 100px
	}

	.deposit-card--body-group-2 {
		max-width: 165px
	}

	.deposit-card--container {
		padding: 10px 15px
	}

	.deposit-card--first-block span {
		font-size: 18px
	}
}

@media (max-width:400px) {
	.deposit-card--footer .deposit-card--footer-group-1 {
		max-width: 90px
	}

	.deposit-card--footer .deposit-card--footer-group-2 {
		max-width: 285px
	}

	.deposit-card--container {
		padding: 10px 15px
	}
}

@media (max-width:385px) {
	.deposit-card--body-group-1 {
		max-width: 100px
	}

	.deposit-card--body-group-2 {
		max-width: 155px
	}

	.deposit-card--body-group-small .deposit-card--body-group-small-img-2 {
		max-width: 19px
	}

	.deposit-card--body-group-small .deposit-card--body-group-small-img-1 {
		max-width: 23px
	}

	.deposit-card--body-title,
	.deposit-card--footer-title {
		font-size: 12px
	}
}

@media (max-width:360px) {

	.deposit-card--body-group-small,
	.deposit-card--footer {
		margin-top: 20px;
	}

	.deposit-arrow {
		max-width: 70px !important
	}

	.deposit-card--body-group-big .deposit-card--secret-text {
		padding: 17px 60px 17px 15px;
	}

	.deposit-card--secret-text {
		padding: 10px 5px 10px 5px
	}

	.deposit-card--body-group-big .deposit-card--secret-text:after {
		height: 55px
	}

	.deposit-card--first-block span {
		font-size: 16px
	}

	.deposit-card--footer-button .deposit-arrow-3 {
		top: 50px
	}
}

@media (max-width:359px) {
	.deposit-card--first-block span {
		font-size: 15px
	}

	.deposit-card--body-title,
	.deposit-card--footer-title {
		font-size: 10px
	}
}

.deposit-card--body-group-2 {
	max-width: 100%;
}
}

@media (max-width:480px) {
	.deposit-card {
		min-height: 522px;
	}
}