#investments {
	min-width: 310px;
	padding: 0;
	margin: 0;

	line-height: 2rem;
}

#investments .section {
	width: 100%;
	padding: 4rem 1rem 5.4rem 1rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;

	background: #ffffff;
}

#investments .wrapper {
	max-width: 1220px;
	margin: 0 auto;
}

#investments .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: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;

	padding: 0 1rem;

	font-size: 0;
	list-style-type: none;

}

#investments .button__holder {
	margin-bottom: 2.6rem;

	text-align: center;
}

#investments .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;
	margin: 0 0.9rem;
	padding: 2rem;
	overflow: hidden;

	font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
	color: #ffffff;	
	cursor: pointer;
	outline: none;
	-webkit-box-shadow: 0 3px 1px 0 #cbced3;
	        box-shadow: 0 3px 1px 0 #cbced3;
}

#investments .pretty__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);
}

#investments .pretty__button-green:hover {
	background: #98c838;
}

#investments .pretty__button-blue {
    background: linear-gradient(to right, #1378bf, #168ac9, #1378bf);
}

#investments .pretty__button-blue:hover {
	 background: #198ece;
}

#investments a {
	color: #ffffff;
	text-decoration: none;
}

#investments a:hover, #investments a:visited {
	color: #ffffff;
}

#investments .h2 {
	margin: 0;

	color: #000000;
	font-size: 4rem;
	font-weight: 300;
	line-height: 2rem;
}

#investments #main {
	color: #ffffff;
	text-align: center;
	background: url(images/main-bg.jpg) no-repeat;
	background-size: auto 100%;
	background-position: 50%;
	background-color: #002343;
}

#investments .main__header {
	display: inline-block;
	
    max-width: 80%;
   	margin-top: 6.7rem;
    margin-bottom: 3.4rem;
}

#investments .main__title {
	margin: 0;

	font-size: 5rem;
	line-height: 5rem;
	font-weight: 500;
	color: #fff;
}

#investments .main__subtitle {
	margin: 0;
	margin-top: .2rem;
    margin-bottom: 2.3rem;
	
	font-size: 3rem;
	line-height: 4rem;
	font-weight: 300;
	color: #7fba2f;
}

#investments .main__describe {
	margin: 0;

	font-size: 1.8rem;
	line-height: 3rem;
	opacity: 0.8;	
}

#investments .main__content {
	display: inline-block;

	padding: 0 0.5rem;
	margin-bottom: 1.8rem;
}

#investments .table__empty {
	line-height: 0;
}

#investments .table__head-1 {
	padding-right: 59.7rem;
}

#investments .table__head-2 {
	padding-right: 27.7rem;;
}

#investments .table__head-3 {
	padding-right: 1.5rem;
}

#investments .table__head-4 {
	padding-right: 27.7rem;;
}

#investments .table__logo {
	padding-top:  4rem;

	background: linear-gradient(to top, rgba(0, 35, 68, 0.7), rgba(0, 35, 68, 0.4));
}

#investments .table__logo-copy {
	line-height: 5rem;
	background: url(images/main-logo-copy.png) no-repeat;
	background-position: 50%;
}

#investments .table__logo-rm {
	line-height: 4rem;
	background: url(images/ramm.svg) no-repeat;
	background-position: 50%;
}

#investments .table__logo-text {
	padding: 0.5rem 2rem 3.4rem 2rem;

	font-size: 1.4rem;
	line-height: 2.5rem;
	color: #fff;
	background: linear-gradient(to top, rgba(0, 53, 94, 0.7), rgba(0, 35, 68, 0.7));
}

#investments .table__cell {
	font-size: 1.8rem;
	line-height: 2rem;
	color: #ffffff;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
}

#investments tbody .table__cell {
	padding: 2rem 0 1.9rem 0;

	border-bottom: 1px solid #0a416f;
}

#investments .main__table tbody tr:last-child td {
	border: none;
}

#investments .table__cell-color {
	line-height: 4rem;
	background-color: rgba(0, 53, 94, 0.7);
}

#investments .table__check {
	text-align: center;
	background: url(images/main-check.png) no-repeat;
	background-size: 40px;
	background-position: 50%;
}

#investments .table__button {
    padding-top: 3.7rem;
	
	background: linear-gradient(to bottom, rgba(0, 53, 94, 0.7), rgba(0, 35, 68, 0.4));
    text-align: center;
}

#investments .main__button {
	display: inline-block;

	min-width: 19.8rem;
	padding: 2rem 1rem;
    border: 1px solid #d0d6db;
    border-radius: 4px;
   
    font-size: 1.4rem;
    line-height: 2rem; 
}

#investments .main__button:hover {
	box-shadow: 0 0 1px 1px #d0d6db;
}

#investments #help {
	text-align: center;
	background-color: #f1f5fb;
}

#investments .help__header {
	margin-top: 5.6rem;
	margin-bottom: 7.7rem;
}

#investments .help__title {
	margin: 0;
	margin-bottom: 2.8rem;

	font-size: 4rem;
	line-height: 4rem;
	font-weight: 300;
	color: #000;
}

#investments .help__subtitle {
	margin: 0;

	font-size: 1.8rem;
	line-height: 2rem;
	color: #000;
}

#investments .help__content {
	margin-bottom: 6.1rem;
}

#investments .help__item {
	flex-basis: 25%;

	text-align: center;
}

#investments .help__item_img {
	display: inline-block;

	width: 90px; 
	height: 82px;
	background: url(images/profit-icons.png) -4px -3px;
}

#investments .help__item_img-2 {
	background: url(images/profit-icons.png) -105px -3px;
}

#investments .help__item_img-3 {
	background: url(images/profit-icons.png) -208px -3px;
}

#investments .help__item_title {
	margin-top: 2.1rem;
    margin-bottom: 2.3rem;

	font-size: 2.2rem;
	line-height: 2rem;
	font-weight: 500;
	color: #000;
}

#investments .help__item_text {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 400;
	color: #000;
}

#investments .note {
	color: #697d8c;
	font-size: 1.1rem;
	text-align: left;
}

#investments .note-color {
	color: red;
}

#investments #security {
	position: relative;

	padding-bottom: 1.8rem;

	background-color: #ffffff;
	color: #697d8c;
}

#investments #security::after {
	content: "";
	position: absolute;
	top: 0;
    left: 0;
    z-index: 1;
   	overflow: hidden;

	width: 100%;
	height: 100%;

	background-image: url(/uploads/pages/general/images/section-security/security-bg.jpg);
	background-repeat: no-repeat;
	background-position: 85% 100%;
	background-size: auto 100%;
}

#investments #security .wrapper {
	position: relative;
	z-index: 2;

	text-align: left;
}

#investments .security__content {
	display: inline-block;

	max-width: 744px;
	padding: 1.6rem; 
}

#investments .security__header {
	margin-top: 4.1rem;
	margin-bottom: 4.9rem;
}

#investments .security__title {
	margin: 2rem 0 2.8rem 0;
}

#investments .security__subtitle {
	padding-left: 0.4rem;

	font-size: 1.8rem;
	line-height: 2rem; 
	font-weight: 300;
}

#investments .security__list {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

	margin: 0 0.2rem 1rem 0;
	padding: 0;
}

#investments .security__list_item {
	width: 340px;
	margin-bottom: 3.5rem;
}

#investments .security__list_title {
	display: inherit;
	position: relative;

	margin-top: 2.9rem;

	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2rem;
    color: #697d8c;
}

#investments .security__list_title:visited, #investments .security__list_title:hover {
	color:#697d8c
}

#investments .security__list_title:hover {
	text-decoration: underline;
}

#investments .security__list_img {
	content: " ";	
	float: left;

	width: 90px;
	height: 85px;
	margin-right: 1.2rem;
	background: url("/uploads/pages/general/images/section-security/security-icon.png") 1px -1px;
}

#investments .security__list_img-2 {
	content: " ";

	background: url("/uploads/pages/general/images/section-security/security-icon.png") -94px -1px;
}

#investments .security__list_img-3 {
	content: " ";

	background: url("/uploads/pages/general/images/section-security/security-icon.png") -193px -1px;
}

#investments .security__list_img-4 {
	content: " ";

	background: url("/uploads/pages/general/images/section-security/security-icon.png") -297px -1px;
}

html[dir="rtl"] #investments .table__cell {
	text-align: right;
}

html[dir="rtl"] #investments .table__button {
	text-align: center;
}

html[dir="rtl"] #investments .security__list_img {
    float: right;

    margin-right: 0;
    margin-left: 1.2rem;w
}

html[dir="rtl"] #investments #security .wrapper {
    text-align: right;
}

html[dir="rtl"] #investments #security::after {
    right: auto;
    left: 0;

    background-position: 20% 100%;
}

html[dir="rtl"] #investments .security__list_item {
    text-align: right;
}

@media all and (min-width: 4000px) {
	#investments #security::after {
    	background-position: 70% 100%;
	}

	  html[dir="rtl"] #investments #security::after {
        background-position: 40% 100%;
    }
}

@media all and (min-width: 3000px) and (max-width: 3999px) {
	#investments #security::after {
		background-position: 71% 100%;
	}

	html[dir="rtl"] #investments #security::after {
        background-position: 33% 100%;
    }
}

@media all and (max-width: 1720px) {
	#investments #security::after{
		background-position: 111% 100%;
	}

	html[dir="rtl"] #investments #security::after {
        background-position: 9% 100%;
    }
}

@media all and (max-width: 1520px) {
	#investments #security::after, #investments #wide::before{
		background-position: 121% 100%;
	}
}

@media all and (max-width: 1320px) {
	#investments #security::after {
		background-position: 161% 100%;
	}
	
	#investments .table__head-1 {
		padding-right: 15rem;
	}

	#investments .table__cell {
		font-size: 1.4rem;
	}

	#investments .table__head-2 {
		padding-right: 20rem;
	}

	#investments .table__head-4 {
		padding-right: 20rem;
	}

	#investments .table__logo-rm {
    	background-size: 70%;
    }
    #investments .table__logo-copy {
    	background-size: 50%;
	}

	#investments .table__logo-text {
		font-size: 1.1rem;
	}

	#investments .main__button {
    	min-width: 15rem;
    	padding: 1rem 1rem;
	}

	#investments tbody .table__cell-text {
		padding-right: 1rem;
	}
}

@media all and (max-width: 1160px) {
	#investments .security__content {
		padding: 1.6rem 0;
	}

	#investments #security::after {
			background-position: 221% 100%;
	}
}

@media all and (max-width: 990px) {
	#investments .security__wrapper {
		text-align: center;
	}

	#investments .security__list {
    	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
       	text-align: left;
   }

	#investments #security::after {
		background-size: 0; 
	}

	#investments .security__list_item {
		margin-right: 1rem;
    	margin-left: 1rem;
	}
	
	#investments #security {
		background-size: 0;
	}

	#investments .table__head-2 {
		padding-right: 10rem;
	}

	#investments .table__head-3 {
		padding-right: .5rem;
	}

	#investments .table__head-4 {
		padding-right: 10rem;
	}

	#investments .table__check {
		background-size: 30px;
	}
}

@media all and (max-width: 780px) {
	#investments .security__list_item {
		margin-right: 0;
		margin-left: 0;
	}

	#investments .main__button {
		border: none;
		padding: 0 1rem;
		vertical-align: top;
		
		font-size: 1.2rem;
	}
}

@media all and (max-width: 720px) {
	#investments .security__header {
		text-align: center;
	}

	#investments .help__item {
		flex-basis: 60%;
	}

	#investments .pretty__button {
		margin: 1rem 4rem;
	}

	#investments .main__button {
		min-width: 13rem;
	}

	#investments .table__cell {
		font-size: 1.2rem;
	}

	#investments .table__logo-text {
		font-size: 0.9rem;
		line-height: 2rem;
	}

	#investments .main__button:hover {
		box-shadow: none;
		text-decoration: underline;
	}

	#investments .h2 {
		line-height: 4rem;
	}

	#investments .note {
		text-align: center;
	}
}

@media all and (max-width: 520px) {
	#investments .pretty__button {
		margin: 1rem 0;
	}

	#investments .main__button {
		min-width: 8rem;
	}

	#investments .help__item {
		flex-basis: 100%;
	}

	#investments .main__title {
		font-size: 4rem;
	}

	#investments .main__describe {
		font-size: 1.5rem;
	}

	#investments .main__subtitle {
		font-size: 2.5rem;
	}
}

@media all and (max-width: 420px) {
	#investments .main__button {
		min-width: 5rem;

		font-size: 0.8rem;
		line-height: 1.5rem;
	}

	#investments .table__check {
		background-size: 20px;
	}

	#investments .table__logo-text {
		padding: 0.5rem 1rem 3.4rem 1rem;

		font-size: 0.8rem;
		line-height: 1.5rem;
	}

	#investments .table__head-2 {
		padding-right: 8rem;
	}

	#investments .table__head-4 {
		padding-right: 8rem;
	}

	#investments .table__head-1 {
		padding-right: 10rem;
	}

	#investments .main__title {
		font-size: 3rem;
		line-height: 4rem;
	}

	#investments .help__title {
		font-size: 3rem;
	}
}

@media all and (max-width: 380px) {
	#investments .security__list_item {
		width: 300px;
		margin-right: 0;
		margin-left: 0;
	}

	#investments .security__list_title {
		font-size: 1.4rem;
	}
}
[][]