#welcome {
	min-width: 310px;
	padding: 0;
	margin: 0;

	line-height: 2rem;
}

#welcome .section {
	width: 100%;
	padding: 4rem 1rem 5.8rem 1rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;

	background: #ffffff;
}

#welcome .wrapper {
	max-width: 1220px;
	margin: 0 auto;
}

#welcome .typicall__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	justify-content: space-around;
	-ms-flex-wrap: nowrap ;
	    flex-wrap: nowrap;

	padding: 0 1rem;

	font-size: 0;
	list-style-type: none;

}

#welcome a {
	color: #ffffff;
	text-decoration: none;
}

#welcome a:hover, #welcome a:visited {
	color: #ffffff;
}

#welcome .h2 {
	color: #000000;
	font-size: 4rem;
	font-weight: 300;
	line-height: 3rem;
}

#welcome .button__holder {
	display: block;

    text-align: center;
}

#welcome .pretty__button {
	display: inline-block;
	vertical-align: middle;
	
	min-width: 28rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	border-radius: 4px;
	padding: 2rem 0;
	overflow: hidden;

	font-size: 2.2rem;
	font-weight: 500;
    line-height: 2rem;
	color: #ffffff;	
	cursor: pointer;
	outline: none;
	-webkit-box-shadow: 0 3px 1px 0 #cbced3;
	        box-shadow: 0 3px 1px 0 #cbced3;
}

#welcome .button-small {
	padding: 1.9rem 9.7rem;
}

#welcome .pretty__button-special {
	font-size: 1.4rem;
    font-weight: 500;
}

#welcome .button-green {
	background: -o-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
	background: -webkit-gradient(linear, left top, right top, from(#7fba2f), color-stop(#98c838), to(#7fba2f));
	background: linear-gradient(to right, #7fba2f, #98c838, #7fba2f);

}

#welcome .button-green:hover {
	background: #98c838;
}

#welcome .button-bottom {
	margin-bottom: -13rem;
}

#welcome #main {
	color: #ffffff;
	text-align: center;
	background-image: url("img/main-bg.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 50% 50%;
	background-color: #11314d;
}

#welcome .main__header {
	margin-top: 8.1rem;
}

#welcome .title-big {
	margin-top: 1rem;
	margin-bottom: 1.8rem;

	font-size: 5rem;
	line-height: 6rem;
	font-weight: 500;
	color: #7fba2f;
}

#welcome .main__header_subtitle {
	display: inline-block;

	max-width: 80%;
	padding: 0;
	margin-bottom: 1.5rem;
	margin-top: 0;

	font-size: 3rem;
	line-height: 4rem;
	font-weight: 300;
	color: #ffffff;
	opacity: 0.8;
}

#welcome .main__content {
	-ms-flex-pack: distribute;
	    justify-content: space-around;

	margin-top: 3.3rem;
	margin-bottom: 1.4rem;
}

#welcome .main__content_item {
	-ms-flex-preferred-size: 25%;
	    flex-basis: 25%;
}

#welcome .main__content_img {
	display: inline-block;

	width: 80px;
	height: 80px;

	background: url("img/main-icons.png") -7px -2px;
}

#welcome .main__content_img-2 {
	background: url("img/main-icons.png") -115px -2px;
}

#welcome .main__content_img-3 {
	background: url("img/main-icons.png") -224px -2px;
}

#welcome .main__content_title {
	margin-top: 2.2rem;
	margin-bottom: 1.5rem;

	font-size: 2.2rem;
	line-height: 3rem;
	font-weight: 500;
}

#welcome .main__content_text {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 400;
	opacity: 0.8;
}

#welcome #receive {
	text-align: center;
}

#welcome .receive__title {
	margin: 8rem 0 4.3rem 0;
}

#welcome .receive__list {
	margin-top: 3.3rem;
	margin-bottom: 0;
	padding: 1rem 0;

	text-align: left;
}

#welcome .receive__list_item {
	display: inline-block;
	position: relative;

	width: 280px;
	margin-left: 10rem;
}

#welcome .receive__list_img {
	width: 88px;
	height: 86px;

	background: url("img/receive-icons.png") -13px 0px;
}

#welcome .receive__list_img-2 {
	background: url("img/receive-icons.png") -134px 0px;
}

#welcome .receive__list_img-3 {
	background: url("img/receive-icons.png") -241px 0px;
}

#welcome .receive__list_title {
	margin: 1.9rem 0 2rem 0;

	font-size: 2.4rem;
	font-weight: 300;
	color: #000000;
}

#welcome .receive__list_text {
	font-size: 1.4rem;
	line-height: 1.45;
	color: #7d8e9b;
}

 #welcome .receive__list_item-1::before,  #welcome .receive__list_item-2::before, #welcome .receive__list_item-3::before {
	content: "";
	position: absolute;
	left: -100px;
	top: 26px;

	width: 78px;
	height: 155px;
	border-radius: 160px 0 0 160px;
	border-left: 3px solid #dbdfe7;
	border-top: 3px solid #dbdfe7;
	border-bottom: 3px solid #dbdfe7;
}
#welcome .receive__list_item-1::after, #welcome .receive__list_item-2::after, #welcome .receive__list_item-3::after {
	content: "1";
	position: absolute;
	top: 98px;
	left: -52px;
	margin: auto;

	font-size: 6rem;
	font-weight: 900;
	color: #dbe0e8;
}

#welcome .receive__list_item-2::after {
	content: "2";
}

#welcome .receive__list_item-3::after {
	content: "3";
}

#welcome .receive__ref {
	margin-top: 6.9rem;
	margin-bottom: 0.3rem;
}

#welcome .receive__ref_img {
	display: inline-block;

	width: 36px;
	height: 40px;
	margin-right: 22px;

	background-image: url("img/receive-pdf.png");
}

#welcome .receive__link {
	display: inline-block;

	vertical-align: -11px;

	color: #268ac7;
	text-decoration: underline;
}

#welcome .receive__link:hover, #welcome .receive__link:visited {
	color: #7fba2f;
}

#welcome .receive__note {
	margin: 2rem 0 0 0;

	font-size: 1.2rem;
	color: #7d8e9b
}

#welcome .recieve__note-special {
	color: red;
}

#welcome #accounts {
	padding-top: 4rem;

	background-color: #11324d;
	text-align: center;
}

#welcome #accounts .h2 {
	margin: 6.1rem 0 3.7rem 0;

	color: #ffffff;
}

#welcome .accounts__subtitle {
    display: inline-block;
	max-width: 65%;
	margin: 0;
    margin-bottom: 1.2rem;

	font-size: 1.8rem;
	line-height: 3rem;
	color: #a1a5a9;
}

#welcome .accounts__link {
	display: block;

	margin: 0;

	color: #7fba2f;
	font-size: 1.4rem;
	line-height: 3rem;
}

#welcome .accounts__link:hover {
	color: #7fba2f;
	text-decoration: underline;
}

#welcome .accounts__link:visited {
	color: #7fba2f;
}

html[dir="rtl"] #welcome .receive__list_item-1::before,html[dir="rtl"] #welcome .receive__list_item-2::before, html[dir="rtl"] #welcome .receive__list_item-3::before {
    right: -100px;
    left: auto;

    border-radius: 0 160px 160px 0;
    border-right: 3px solid #dbdfe7;
    border-top: 3px solid #dbdfe7;
    border-bottom: 3px solid #dbdfe7;
    border-left: none;
}

html[dir="rtl"] #welcome .receive__list_item-1::after, html[dir="rtl"] #welcome .receive__list_item-2::after, html[dir="rtl"] #welcome .receive__list_item-3::after {
    left: auto;
    right: -52px;
}

html[dir="rtl"] #welcome .receive__list_item {
	margin-left: 0;
	margin-right: 10rem;

	text-align: right;
}

html[dir="rtl"] #welcome .receive__ref_img {
	margin-right: 0;
	margin-left: 22px;
}

@media all and (max-width: 1160px) {
	#welcome .main__content_item {
		margin-bottom: 	2rem;
	}

	#welcome .h2 {
    	line-height: 5rem;
	}
}

@media all and (max-width: 990px) {

	#welcome .accounts__subtitle, #welcome .main__header_subtitle {
		max-width: 100%;
	}

	#welcome .main__content_item {
		-ms-flex-preferred-size: 33%;
		    flex-basis: 33%;
	}

	#welcome .main__content {
		-webkit-box-pack: space-around;
		    -ms-flex-pack: space-around;
		        justify-content: space-around;
	}
}

@media screen and (max-width: 800px){
	#welcome .receive__list_item{
		padding-bottom: 5rem;
	}
}

@media all and (max-width: 780px) {

	#welcome .typicall__list{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	#welcome .main__content_item {
		-ms-flex-preferred-size: 60%;
		    flex-basis: 60%;
	}	

	#welcome .receive__link{
		height: 1.65rem;
	}
}

@media all and (max-width: 660px) {
	#welcome .typicall__list {
		padding: 0;
	}
}

@media all and (max-width: 600px){
	#welcome .receive__link{
		height: 1.7rem;
	}
}	


@media all and (max-width: 560px) {
	#welcome .h2 {
		font-size: 3rem;
	}

	#welcome .section{
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}

	#welcome .title-big {
		font-size: 4rem;
		line-height: 5rem;
	}

	#welcome .main__header_subtitle {
		font-size: 2.5rem;
	}
	
	#welcome .accounts__scrollable {
		padding-left: 0;
	}

	#welcome .main__content_item {
		-ms-flex-preferred-size: 90%;
		    flex-basis: 90%;
	}	

}

@media all and (max-width: 360px) {

	#welcome .h2 {
		font-size: 2.7rem;
	}

	#welcome .receive__ref_img {
		margin-right: .5rem;
	}

	html[dir="rtl"] #welcome .receive__ref_img {
		margin-left: .5rem;
		margin-right: 0;
	}
}