.flR {
	float: right;
}
.container img {
	max-width: 100%;
}
.section1 {
	background-color: #212121;
	background-image: url('bg_tmave.png');
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
}
.section1 h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 48px;
}
.section1 .container {
	padding-top: 40px;
	padding-bottom: 120px;
}
.section1 span {
	font-size: 20px;
}
.section1 strong.green {
	color: #03AAA5;
	font-weight: normal;
}


.section2 {
	background-color: #e6e6e6;
}
.section2 .container {
	background-image: url('procento.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 800px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.section2 .container p {
	text-align: justify;
}
.section2 h2 {
	text-align: center;
	color: #03AAA5;
}

.section3 .container {
	padding-top: 40px;
	padding-bottom: 160px;
}

.section3 h3 {
	color: #03AAA5;
	font-weight: normal;
	margin-bottom: 50px;
	margin-top: 20px;
	text-transform: none;
}
.section3 h4, .section3 h5 {
	color: #03AAA5;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}
.section3 h4 {
	margin-top: 22px;
	text-align: center;
	margin-bottom: 20px;
}
.section3 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 15px;
}
.section3 ul li::before {
	content: "\2022";
	color: #03AAA5;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.section3 .actPrice {
	color: #03AAA5;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
}

.section3 .buyBtn {
	color: #fff;
	background-color: #03AAA5;
	width: 100%;
	text-align: center;
	border-radius: 4px;
	padding: 6px;
	border: 0px none;
	margin-top: 20px;
}
.section3 .buyBtn:hover {
	background-color: #000;
}


.section3 .flR {
	text-align: right;
}
.section3 .rbx {
	margin-top: 100px;
}



@media (min-width: 750px) {
	.section3 .rbx {
		float: right;
		text-align: right;
		margin-top: 0px;
	}
	.section3 .lbx {
		background-image: url('delitko.svg');
		background-repeat: no-repeat;
		background-position: center right;
		background-size: contain;
	}
}
@media (max-width: 840px) {
	.section2 .container {
		background-size: contain;
	}
}