*::-webkit-input-placeholder {
	color: #969797;
	font-family: "Open Sans";
	font-size: 16px;

}
*:-moz-placeholder {
	color: #969797;
	font-family: "Open Sans";
	font-size: 16px;
}
*::-moz-placeholder {
	color: #969797;
	font-family: "Open Sans";
	font-size: 16px;
}
*:-ms-input-placeholder {
	color: #969797;
	font-family: "Open Sans";
	font-size: 16px;
}

body {
	font-family: "Open Sans";
	background: #fefefe;
}

.first-section {
	padding-bottom: 40px;
	min-height: 560px;
	background: url("../img/first-bg.png") no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
}

.first-section__heading {
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding-top: 90px;
}

.first-section__icon {
	width: 68px;
	height: 60px;
	border-radius: 6px;
	margin: 0 auto;
}

.first-section__icon-1 {
	background: url("../img/icon-1.png") no-repeat center center #fff;
}

.first-section__icon-2 {
	background: url("../img/icon-2.png") no-repeat center center #fff;
}

.first-section__icon-3 {
	background: url("../img/icon-3.png") no-repeat center center #fff;
}

.first-section__icon-4 {
	background: url("../img/icon-4.png") no-repeat center center #fff;
}

.first-section__wrapper {
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
}

.first-section__item {
	max-width: 150px;
	min-height: 150px;
	margin: 0 auto;
}

.first-section__num {
	color: #6fb7ff;
	font-weight: 700;
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
}

.first-section__text {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}

.main-form {
	padding: 30px;
	min-height: 370px;
	max-width: 360px;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #f0f0f0;
	margin-top: 80px;
}

.main-form__heading {
	color: #020202;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
}

.colored {
	color: #6fb7ff;
}

.main-form__post-heading {
	color: #848585;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.main-form__input {

}
.main-form__input input {
	width: 100%;
	height: 38px;
	border-radius: 35px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	margin-top: 10px;
	padding-left: 20px;
}
	.main-form__input.error input {
		border-color: #ee0000;
	}

.field-error {
	color: #ee0000;
	font-size: 12px;
	padding: 0 15px;
}

.main-form__input:focus {
	outline: none;
}

.main-form__submit {
	background-color: #6fb7ff !important;
	color: #fff;
	transition: .3s;
	border: none;
}

.main-form__submit:hover {
	background-color: #599dd7;
}

.main-form__text {
	color: #848585;
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
	font-style: italic;
}

.bold {
	font-weight: 700;
}

.second-section {
	min-height: 550px;
}

.second-section__heading {
	color: #333;
	font-size: 48px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 50px;
}

.second-section-item {
	max-width: 260px;
	min-height: 140px;
	margin: 0 auto;
	margin-top: 20px;
}


.second-section-icon {
	height: 70px;
	width: 70px;
	margin: 0 auto;
}

.second-section-icon-1 {
	background: url("../img/pic-1.png") no-repeat center center;
}
.second-section-icon-2 {
	background: url("../img/pic-2.png") no-repeat center center;
}
.second-section-icon-3 {
	background: url("../img/pic-3.png") no-repeat center center;
}
.second-section-icon-4 {
	background: url("../img/pic-4.png") no-repeat center center;
}
.second-section-icon-5 {
	background: url("../img/pic-5.png") no-repeat center center;
}
.second-section-icon-6 {
	background: url("../img/pic-6.png") no-repeat center center;
}
.second-section-icon-7 {
	background: url("../img/pic-7.png") no-repeat center center;
}
.second-section-icon-8 {
	background: url("../img/pic-8.png") no-repeat center center;
}
.second-section-icon-9 {
	background: url("../img/pic-9.png") no-repeat center center;
}
.second-section-icon-10 {
	background: url("../img/pic-10.png") no-repeat center center;
}
.second-section-icon-11 {
	background: url("../img/pic-11.png") no-repeat center center;
}
.second-section-icon-12 {
	background: url("../img/pic-12.png") no-repeat center center;
}

.second-section-text {
	font-size: 20px;
	color: #333;
	text-align: center;
	line-height: 26px;
}

.third-section {
	min-height: 950px;
	padding-bottom: 50px;
}

.third-section__item {
	max-width: 950px;
	min-height: 360px;
	margin: 0 auto;
	margin-top: 120px;
	background-color: #f5f6f6;
	border-radius: 10px;
	padding: 35px;
}

.circle {
	width: 120px;
	height: 120px;
	margin: -90px auto 0;
}

.circle-1 {
	background: url("../img/circle-1.png") no-repeat top center;
}
.circle-2 {
	background: url("../img/circle-2.png") no-repeat top center;
}
.circle-3 {
	background: url("../img/circle-3.png") no-repeat top center;
}

.third-section__title {
	font-size: 26px;
	color: #333;
	text-align: center;
	font-weight: 700;
	margin-top: 25px;
}

.third-section__text {
	max-width: 760px;
	margin: 0 auto;
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 15px;
	line-height: 30px;
}

.four-section {
	min-height: 550px;
	padding: 1px 15px 30px;
	background: url("../img/four-bg.png") no-repeat bottom center;
}

.four-section__heading {
	color: #fefafa;
	font-size: 48px;
	text-align: center;
	margin-top: 100px;
}

.four-section__post-heading {
	color: #fefafa;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}

.four-section__form {
	max-width: 560px;
	margin: 0 auto;
	margin-top: 20px;
}

.four-section__input {}

.four-section__input input {
	border-radius: 35px;
	border: none;
	background-color: #fff;
	margin-top: 10px;
	padding-left: 20px;
	width: 100%;
}

.four-section__input input:focus {
	outline: none;
}

.four-section__email {
	width: 49%;
	float: left;
}
.four-section__email input, .four-section__name input {
	height: 40px;
}

.four-section__name {
	width: 49%;
	float: right;
}

.four-section__textarea {
	width: 100%;
	resize: none;
	padding: 15px;
	height: 150px;
	border-radius: 20px;
}

.tnx-pop {
	max-width: 550px;
	min-height: 360px;
	background-color: #fff;
	border-radius: 15px;
	margin: auto;
	padding: 30px;
	text-align: center;
}
	.tnx-pop.fix {
		min-height: 0;
	}
.tnx-pop__heading {
	margin-top: 10px;
	font-weight: 700;
	font-size: 24px;
	color: #333;
}

.tnx-pop__text {
	margin-top: 30px;
	line-height: 24px;
	font-size: 18px;
	color: #333;
}

.footer-pop-heading {
	margin-top: 130px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
