.description_mb-60 {
	margin-bottom: 60px;
}

.services {
	margin-bottom: 80px;
}

.services-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.services-item {
	width: 47.5%;
	margin-right: 5%;
	height: 469px;
	padding: 55px 40px 85px;
	margin-bottom: 60px;
	position: relative;
}

.services-item:nth-child(2n+2) {
	margin-right: 0;
}

.services-item-title {
	font-size: 22px;
	color: #fff;
}

.services-link-more {
	font-size: 16px;
	padding: 14px 36px;
	border: 1px solid #fff;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	bottom: 40px;
	left: 40px;
	transition: all .3s;
}

.services-link-more:hover {
	border-color: #f36f21;
	background-color: #f36f21;
}

.banner {
	width: 100%;
	height: 370px;
	margin-bottom: 60px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-outer {
    max-width: 1170px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.banner-inner {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}

.banner-text {
	width: 50%;
	margin-left: auto;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}

.how-it-works {
	padding: 0;
	margin-bottom: 75px;
}

.how-it-works-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.how-it-works-title {
	width: 100%;
}

.how-it-works-item {
	width: 30%;
	margin-right: 5%;
}

.how-it-works-item:nth-child(3n+3) {
	margin-right: 0;
}


.how-it-works-item-img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border: 1px solid #f27327;
	border-radius: 50%;
	margin-bottom: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.how-it-works-item-img img {
	max-width: 100%;
	max-height: 100%;
}

.title-sub {
	font-size: 30px;
	color: #35ade4;
	text-align: center;
	margin-bottom: 45px;
}

.opportunities {
	background-color: #fbf3ef;
	padding: 50px 0 30px;
	margin-bottom: 60px;
}

.opportunities-title-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}

.opportunities-title {
	width: 30%;
	padding-right: 15px;
	padding-left: 47px;
	margin-right: 5%;
}

.opportunities-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.opportunities-list-item {
	width: 30%;
	padding-right: 15px;
	padding-left: 47px;
	color: #333; 
	position: relative;
	margin-right: 5%;
	margin-bottom: 45px;
}

.opportunities-list-item:nth-child(3n+3) {
	margin-right: 0;
}

.opportunities-list-item:before {
	content: '';
	width: 28px;
	height: 28px;
	background-image: url('img/jackdaw.png');
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.opportunities-list-item-title {
	font-family: 'OpenSans-Semibold', Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
}

.opportunities-list-item-text {
	font-size: 15px;
}

.tariffs {
	margin-bottom: 70px;
}

.cards {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 70px;
}

.cards-center {
	justify-content: center;
}

.cards-item {
	width: 220px;
	margin-right: auto;
	margin-bottom: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
}

.cards-center .cards-item {
	margin-right: 0;
}

.cards-item:nth-child(3n+3) {
	margin-right: 0;
}

.cards-item-title {
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 38px;
}

.cards-item-cost {
	margin: 0 auto;
	text-align: center;
	color: #333;
	margin-bottom: 30px;
}

.cards-item-cost-value {
	font-family: 'OpenSans-Semibold', Arial, sans-serif;
	font-size: 50px;
	margin-bottom: 20px;
}

.cards-item-cost-unit {
	font-size: 14px;
	font-family: 'OpenSans-Semibold', Arial, sans-serif;
}

.cards-list {
	margin-bottom: 55px;
}

.cards-list-item {
	text-indent: 30px;
	font-size: 15px;
	position: relative;
	margin-bottom: 15px;
}

.cards-list-item:last-child {
	margin-bottom: 0;
}

.cards-list-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 9px;
	height: 5px;
	border-bottom: 2px solid #00c14c;
	border-left: 2px solid #00c14c;
	transform: rotate(-45deg);
}

.cards-btns {
	margin-right: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.cards-link {
	width: 100%;
}

.link-like-button {
	padding: 16px 54px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: #f27327;
	border: 1px solid #f27327;
	text-transform: uppercase;
	transition: all .3s;
}

.link-like-button:hover {
	background-color: #fff;
	color: #f27327;
}

.description {
	margin-bottom: 80px;
}

.description-title {
	font-family: 'OpenSans-Semibold', Arial, sans-serif;
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}

.description-list {
	padding-left: 15px;
	list-style-type: decimal;
}

.description-list-item {
	margin-bottom: 20px;
}

.description-list-item:last-child {
	margin-bottom: 0;
}

.kits {
	margin-bottom: 70px;
}

.kits-title {
	margin-bottom: 18px;
}

.kits-info {
	text-align: center;
	margin-bottom: 60px;
}

.kits .cards-item {
	width: 265px;
	margin: 0 58px 20px;
}

.kits .cards-item:nth-child(1),
.kits .cards-item:nth-child(4n+4) {
	margin-left: 0;
}

.kits .cards-item:nth-child(3n+3) {
	margin-right: 0;
}

.documents {
	padding: 60px 0 85px;
	background-color: #eaf7fc;
}

.documents-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.documents-list-item {
	width: auto;
	margin-right: auto;
	min-height: 127px;
	padding-top: 33px;
	padding-left: 125px;
	position: relative;
}

.documents-list-item:nth-child(3n+3) {
	margin-right: 0;
}

.documents-list-item:before {
	content: '';
	width: 93px;
	height: 127px;
	background-image: url('img/icon-document.png');
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

.documents-list-item-name {
	color: #333;
	margin-bottom: 20px;
	position: relative;
}

.documents-list-item-link {
	display: inline-block;
	width: 26px;
	height: 26px;
	position: relative;
}

.documents-list-item-link:after {
	content: '';
	width: 26px;
	height: 26px;
	background-image: url('img/download.png');
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
}