#investments {
	padding: 0;
	margin: 0;
	min-width: 320px;
    font-size: 1.4rem;
    line-height: 1.42;
}

#investments .wrapper {
	max-width: 1260px;
    margin: 0 auto;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#investments .section {
    padding: 8rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media (max-width: 767px) { 
    #investments .wrapper {
        padding: 0 20px;
    }  
}

@media (max-width: 575px) { 
    #investments .section{
        padding: 5rem 0;
	}
	
	#investments .pretty__button{
		display: block;
		width: 100%;
	}
}

#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;
	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: #fff;	
	cursor: pointer;
	outline: none;
	-webkit-box-shadow: 0 3px 1px 0 #cbced3;
	        box-shadow: 0 3px 1px 0 #cbced3;
}

#investments .pretty__button-green {
	background: -webkit-gradient(linear, left top, right top, from(#7fba2f), color-stop(#98c838), to(#7fba2f));
	background: -o-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
	background: linear-gradient(to right, #7fba2f, #98c838, #7fba2f);
}

#investments .pretty__button-green:hover {
	background: #98c838;
}

#investments .pretty__button-blue {
    background: -webkit-gradient(linear, left top, right top, from(#1378bf), color-stop(#168ac9), to(#1378bf));
    background: -o-linear-gradient(left, #1378bf, #168ac9, #1378bf);
    background: linear-gradient(to right, #1378bf, #168ac9, #1378bf);
}

#investments .pretty__button-blue:hover {
	 background: #198ece;
}

#investments a {
	color: #fff;
	text-decoration: none;
}

#investments a:hover, #investments a:visited {
	color: #fff;
}

#investments .h2 {
	margin: 0;
	color: #000;
	font-size: 4rem;
	font-weight: 300;
	line-height: 2rem;
}

#investments #main {
	color: #fff;
	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-bottom: 3.4rem;
}

#investments .main__title {
	margin: 0;
	font-size: 5rem;
	line-height: 1.08;
	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 {
	padding: 0 0.5rem;
	margin-bottom: 1.8rem;
}

#investments .main__button {
	display: block;
	padding: 2rem 1rem;
    border: 1px solid #d0d6db;
    border-radius: 4px;
    font-size: 1.4rem;
    line-height: 2rem; 
}

#investments .main__button:hover {
	-webkit-box-shadow: 0 0 1px 1px #d0d6db;
	        box-shadow: 0 0 1px 1px #d0d6db;
}

#investments #help {
	text-align: center;
	background-color: #f1f5fb;
}

#investments .help__header {
	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 {
	-ms-flex-preferred-size: 25%;
	    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: 1.09;
	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;
}

@media all and (max-width: 1320px) {
	#investments .main__button {
    	padding: 1rem 1rem;
	}

	#investments tbody .table__cell-text {
		padding-right: 1rem;
	}
}

@media all and (max-width: 767px) {
	#investments .main__button {
		border: none;
		padding: 0 1rem;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	#investments .pretty__button {
		margin: 1rem 4rem;
	}

	#investments .h2 {
		line-height: 4rem;
	}

	#investments .note {
		text-align: center;
	}
}

@media all and (max-width: 575px) {
	#investments .pretty__button {
		margin: 1rem 0;
	}

	#investments .main__describe {
		font-size: 1.5rem;
	}

	#investments .main__subtitle {
		font-size: 2.5rem;
	}

	#investments .main__title {
		font-size: 3rem;
	}

	#investments .help__title {
		font-size: 3rem;
	}
}


/*table*/
.investor-table__row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #0a416f;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.investor-table__row--button,
.investor-table__row--header{
	border: 0;
}

.investor-table__cell--group{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 45%;
	        flex: 1 0 45%;
}

.investor-table__mobile-group{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 100%;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.investor-table__cell{
	padding: 2rem;
	vertical-align: middle;
	text-align: center;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 47%;
	        flex: 0 1 47%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.investor-table__cell--color{
	background-color: rgba(0, 53, 94, 0.7);
}

.investor-table__title{
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 35, 68, 0.7)), to(rgba(0, 35, 68, 0.4)));
	background: -o-linear-gradient(bottom, rgba(0, 35, 68, 0.7), rgba(0, 35, 68, 0.4));
	background: linear-gradient(to top, rgba(0, 35, 68, 0.7), rgba(0, 35, 68, 0.4));
}

.investor-table__title img{
	max-width: 100%;
}

.investor-table__text{
	padding: 0.5rem 2rem 3.4rem 2rem;
    font-size: 1.4rem;
    line-height: 1.28;
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 53, 94, 0.7)), to(rgba(0, 35, 68, 0.7)));
    background: -o-linear-gradient(bottom, rgba(0, 53, 94, 0.7), rgba(0, 35, 68, 0.7));
    background: linear-gradient(to top, rgba(0, 53, 94, 0.7), rgba(0, 35, 68, 0.7));
}

.investor-table__cell--mobile{
	display: none;
}

.investor-table__label{
	font-size: 1.8rem;
    line-height: 1.11;
    color: #fff;
    font-weight: 400;
	text-align: left;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 50%;
	        flex: 0 1 50%;
	padding-left: 0;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

html[dir="rtl"] .investor-table__label{
	text-align: right;
	padding-left: 2rem;
	padding-right: 0;
}

.investor-table .table__check {
	background: url(images/main-check.png) 50% 50% no-repeat;
	background-size: 100%;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.investor-table__cell--button{
	padding-top: 3.7rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 53, 94, 0.7)), to(rgba(0, 35, 68, 0.4)));
    background: -o-linear-gradient(top, rgba(0, 53, 94, 0.7), rgba(0, 35, 68, 0.4));
    background: linear-gradient(to bottom, rgba(0, 53, 94, 0.7), rgba(0, 35, 68, 0.4));
}

@media (max-width: 991px) {    
	/*table*/
	#investments .main__header{
		display: block;
		max-width: 100%;
	}

	.investor-table .table__check{
		width: 30px;
		height: 30px;
	}

	.investor-table__label{
		font-size: 16px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 46%;
		        flex: 0 1 46%;
	}


	/*help__item*/
	#investments .help__item{
		-ms-flex-preferred-size: 80%;
		    flex-basis: 80%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
		margin-bottom: 3.6rem;
	}

	html[dir="rtl"] #investments .help__item{
		text-align: right;
	}

	#investments .help__item:last-child{
		margin-bottom: 0;
	}

	#investments .help__item_img{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 90px;
		        flex: 0 0 90px;
		margin: 0 2rem 0 0;
	}

	html[dir="rtl"] #investments .help__item_img{
		margin: 0 0 0 2rem;
	}

	#investments .help__item_title{
		margin-top: 0;
	}

}

@media (max-width: 767px) { 
	/*table*/
	.investor-table__label{
		display: none;
	}

	.investor-table__cell--mobile{
		display: block;
		background-color: rgba(0, 53, 94, 0.7);
		padding: 2rem;
		font-size: 1.8rem;
		line-height: 1.11;
		color: #fff;
		font-weight: 400;
		width: 100%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		text-align: center;
	}

	.investor-table__mobile-group{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.investor-table__cell--group{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}

	.investor-table__row .investor-table__cell--group{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.investor-table__row--header .investor-table__cell--group,
	.investor-table__row--button .investor-table__cell--group{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}

	.investor-table__cell{
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
	}

	/*help__item*/
	#investments .help__item{
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
}

