.big-bannner {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 415px;
}

.tonic {
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.4);
	width: 100%;
	padding-top: 25px;
	height: 100%
}

.big-bannner h1 {
	color: #fff;
	font-size: 34px;
	line-height: 1.2;
	margin: 19px 0 35px;
	text-transform: uppercase;
}

.big-bannner .col-md-6:first-child {
	padding-left: 0
}

.big-bannner .btn {
	margin: 10px 10px 0 0
}


.tonic .row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
}

.block-btns {
	display: none;
}

.big-btn {
	border: none;
	cursor: pointer;
	display: inline-block;
	outline: none;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background: #375a7f ;
	-webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.4);
	overflow: hidden;
	z-index: 100;
	height: 120px;
	margin-top: 30px
}

.big-btn:hover {
	background: #3498db;
}

.big-btn--green {
	background: #70a438;
}

.big-btn--orange {
	background: #FE6E0D;
}

.big-btn--orange:hover {
	background: #70a438;
}

.big-btn__icon {
	width: 120px;
	height: 120px;
	background-color:rgba(256, 256, 256, 0.25) ;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/images/icon-money-png.png);
	background-size: 70px 70px;
}

.big-btn__icon--bis {
	background-image: url(/images/icon-buss-money.png);
}

.big-btn__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color:#fff;
}

.big-btn__wrap:hover {
	color:#fff;
	text-decoration: none
}

.big-btn__body {
	width: 280px;
	padding: 20px;
	line-height: 1;
}

.big-btn__title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.2;
	margin-bottom: 15px;
}


@media (min-width:992px) {
	.block-btns {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
	}
}

@media (max-width:1200px) {
	.big-bannner h1 {
		color: #fff;
		font-size: 40px;
		line-height: 0.95em;
		margin: 10px 0 20px
	}

}

@media (max-width:1100px) {

    .big-bannner {
		height: 600px;
	}
}

@media (max-width:1024px) {

	.big-bannner {
		background-attachment: scroll
	}
}

@media (max-width:1000px)  {
    .big-bannner .btn {
		margin: 0px 10px 20px 0px;
		padding: 13px 15px
	}
}

@media (max-width:320px) {

	.big-bannner .btn {
		font-size: 95%
	}

}

@media (max-width:768px) {
	.big-bannner {
		background-size: auto 550px;
		height: 550px;
	}
}

@media (max-width:360px) {


	.big-bannner {
		padding-top: 0;
		height: 510px
	}

	.big-bannner h1 {
		font-size: 200%;
		margin: 0px 0px 20px
	}

	.big-bannner .btn {
		margin: 0px 10px 20px 0px;
		font-size: 98%
	}

	.big-bannner .col-xs-12 {
		padding: 0
	}
}

@media (max-width:570px) {
    .big-bannner {
		height: 510px;
		background-attachment: scroll
	}

	.big-bannner h1 {
		font-size: 37px;
		margin: 10px 0 20px
	}
}

@media (max-width:450px) {
    .big-bannner {
		height: 540px;
	}
}

@media (max-width:385px)  {
    .big-bannner h1 {
		font-size: 37px;
		margin: 10px 0 20px
	}
}