.section-area {
	position: relative;
}

.section-default {
	position: relative;
	padding-top: 130px;
	padding-bottom: 75px;
}

.section_mod-a {
	margin-bottom: 170px;
	padding-top: 130px;
}
.section_mod-b {
	margin-bottom: 30px;
	padding-bottom: 470px;
	background: url('../media/bg/bg-1.jpg') no-repeat 50% 100%;
}
.section_mod-c {
	padding-bottom: 120px;
}
.section_mod-c .btn {
	margin-top: 57px;
	padding: 20px 34px;
}
.section_mod-d {
	padding-top: 140px;
	padding-bottom: 140px;
}

.section-title {
	position: relative;
	margin-bottom: 30px;
	padding-top: 175px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.section-title:after {
	content: '';
}
.section-title .section__inner {
	padding-bottom: 80px;
}
.section-title .section__inner:before,
.section-title .section__inner:after {
	position: absolute;
	bottom: 0;
	width: 50%;
	border-bottom: 90px solid #fff;
	content: '';
}
.section-title .section__inner:before {
	left: 0;
	border-right: 50vw solid transparent;
}
.section-title .section__inner:after {
	right: 0;
	border-left: 50vw solid transparent;
}
.section-bg {
	position: relative;
}
.section-bg:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
     z-index: 7;
}

.section-bg_mod-a {
	background-color: #f4f4f4;
}
.section-bg_mod-b {
	background: url('../media/bg/bg-group-1_1.jpg') no-repeat 50% 0;
	background-size: cover;
}
.section-bg_mod-c:after {
	background-color: rgb(62, 219, 215);
	opacity: 0.85;
}
.section-bg_dark:after {
	background-color: #000;
	opacity: 0.78;
}
.section-bg_primary:after {
	opacity: 0.9;
}

.section__inner {
	position: relative;
	z-index: 10;
}

.section-main-first {
	position: relative;
	padding-top: 76px;
	padding-bottom: 60px;
}

.section-color-white {
	color: #fff;
}

.section-reply-form {
	margin-top: 85px;
}

.section-block-news {
	position: relative;
}

.typography-section {
	padding-bottom: 75px;
}

.section-border {
	padding-top: 80px;
	border-bottom: 4px double #eee;
}

.section_border-right {
	position: relative;
	margin-right: 64px;
}
.section_border-right:before {
	    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px dotted #7a7a7a;
    content: '';
}

.section-subscribe {
	padding-top: 45px;
	padding-bottom: 45px;
}

.section-slider-3 {
	min-height: 550px;
}

.section-clients {
	padding-top: 145px;
	padding-bottom: 40px;
}

.section-blog {
	padding-right: 50px;
	border-right: 1px dotted #7f7f7f;
}

.main-wrap {
	margin-top: 110px;
	margin-bottom: 115px;
}
