
/*===========helpers========*/

.container{
	position: relative;
	z-index: 2;
}
body{
	font-family: 'latoregular';
	color: #fff;
	letter-spacing: 2px;
}
.ai-c{
	align-items: center;
}
.df{
	display: flex;
}
.height100{
	height: 100%;
}

.section__wrapper{
	padding: 100px 0px;
	position: relative;
}
.flex-col{
	display: flex;
	flex-direction: column;
}

.section__title{
	font-size: 3.6rem;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.width100{
	width: 100%;
}

.jc-sb{
	justify-content: space-between;
}
.jc-c{
	justify-content: center;
}

.ml-20{
	margin-left: 20px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-0{
	margin: auto auto 0 auto;
}
.mr-0{
	margin: auto 0 auto  auto;
}
.ma{
	margin: auto;
}
.z-ind10{
	z-index: 10;
}
.text-centr{
	text-align: center;
}
.fz-1-8r{
	font-size: 1.8rem;
}
.fxw-n{
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.w100{
	width: 100%;
}
.bg-secondary{
	background-color: #f0f0f0
}
.pos-relative{
	position: relative;
}
.ml-20{
	margin-left: 20px;
}
.icon-box{
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: -15px;
	top:10px;
}
.text-blue{
	color: #3f51b5;
	text-decoration: underline!important;
}

/*============header===========*/
.site__header{
	min-height: 100vh;
	position: relative;
	background: url(../img/header-bg.jpg) no-repeat 50% 0%;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
}
.header__content{
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.header__offer{
	animation: moveRight 2s 1 ease-in-out;
}
.header__bg{
	background: rgba(102, 51, 0, 0.3);
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.header__top{
	width: 100%;
	font-size: 2rem;
	text-align: right;
	margin-bottom: 60px;
	animation: moveLeft 2s 1 ease-in-out;
}
.top__title{
	color: #663300;
	text-transform: uppercase;
	background: rgba(204, 153, 0, .7	);
	text-align: center;
	margin: auto  auto auto 0;
	padding: 20px;
	border-radius: 5px;

}
.header__button{
	background: #cc9900;
	border-radius: 30px;
	color: #663300;
	cursor: pointer;
	padding: 20px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	font-size: 2.4rem;
	z-index: 10;
	max-width: 360px;
}
.header_bottom-text{
	font-size: 2.6rem;
	position: relative;
	z-index: 10;
}
.site-title{
	font-size: 3.8rem;
	color: #cc9900;
	position: relative;
	z-index: 10;
	margin-bottom: 100px;
}
.button-down{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #cc9900;
	cursor: pointer;
	position: relative;
}
.button-down:before{
	content: "";
	width: 30px;
	height: 30px;
	border-left: 3px solid #663300;
	border-bottom: 3px solid #663300;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -40%) rotate(-45deg);
}
.section-title{
	font-size: 4rem;
	margin-bottom: 20px;
}
.secion__support{
	font-size: 1.8rem;
	background: #fff;
	position: relative;
}

/*==================section============*/
.secion__support-bg{
	background: url(../img/section-bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.1;
}
.secion__support:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100px;
	background: url(../img/section-bef-aft.png) 50% 50%;
	bottom: -100px;
	z-index: 10;
}
.text-brown{
	color: #663300;
}
.section-img{
	position: relative;
}
.img-hover{
	padding: 15px 10px 5px;
	background: linear-gradient(-45deg, rgba(102, 51, 0, 1), rgba(133, 68, 2, 1),rgba(102, 51, 0, 1)) ;
}
.hover__title{
	width: 100%;
	font-size: 2rem;
	padding: 20px 10px;
}

.section__offer{
	background: linear-gradient(to right, #864402 0, #663300 50%, #864402 100%);
	position: relative;
	font-size: 1.8rem;
	padding: 150px 0 !important;
}
.separator{
	width: 30px;
	height: 30px;
	background: url(../img/next.svg);
	transform: rotate(90deg);
	margin: auto;
}

.site__footer{
	background: #f7f7f7;
	position: relative;
	font-size: 1.8rem;
	padding-bottom: 100px;
}
.site__footer:before{
	content: "";
	background: url(../img/footerbefore.png) 50% 50%;
	position: absolute;
	top: -100px;
	width: 100%;
	height: 100px;
}
.logo{
	max-width: 300px;
}
li {
	list-style: disc;
	margin-left: 40px;

}

																/*=======section==============*/
																/*========form=================*/
.feedback-form{
	border: 2px solid #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 3px #aaa;
	background-color: #f9f9f9;
	display: flex;
	flex-direction: column;
	max-width: 900px;
}
.inp-wrap{
	display: flex;
	align-items: center;
}
.form__fields{
	padding: 10px;
	width: 80%;
	margin: 0 auto 30px;
}
.input-row{
	background-color: #f4f4f4;
  border: 1px solid #fff;
  padding: 10px;
  box-shadow: 0px 0px 3px #aaa;
}
.input__field{
	background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: none;
  padding: 5px;
  font-size: 1.5rem;
}
.submit-btn{
	margin: auto;
    color: #777;
    cursor: pointer;
    outline: none;
    font-weight: bold;
    font-size: 2rem;
    text-decoration: none;
    line-height: 45px;
    padding: 0px 20px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background: linear-gradient( to top, rgb(240,240,240) 9%, rgb(227,227,227) 55%, rgb(240,240,240) 78% );
}
.submit-btn:hover{
	background: #d8d8d8;
	color: #666;
	text-shadow: 1px 1px 1px #fff;
}
																	/*========form================*/
																	/*=======animation============*/

.fadeInUp {
  animation: fadeInUp 1s 1 ease-in-out;
}
@keyframes moveTop{
	0{
		transform: translateY(-300%);
	}
	100%{
		transform: translateY(0);
	}
}
@keyframes moveLeft{
	from{
		transform: translateX(200%);
	}
	to{
		transform: translateX(0);
	}
}
@keyframes moveRight{
	from{
		transform: translateX(-200%);
	}
	to{
		transform: translateX(0);
	}
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/*============media=============*/
@media screen and (max-width: 992px) {
	.site__header{
		height: auto;
		padding: 150px 0 50px;
	}
	.site-title{
		font-size: 3.6rem;
	}
	.section__wrapper{
	padding: 50px 0px;
	}
	
	.separator{
	margin: 20px auto;
	}
	.feedback-form{
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 768px) {
	.site-title,
	.header__button{
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.button-down{
		width: 50px;
		height: 50px;
		margin-bottom: 20px;
	}
	.button-down:before{
	width: 15px;
	height: 15px;
}
	.header__top,
	.header_bottom-text{
		font-size: 1.8rem;
	}
	.section__title{
		font-size: 2.6rem;
		margin-bottom: 30px;
	}
	.inp-wrap{
	flex-direction: column;
	}
	.form__fields{
		width: 95%;
		margin-bottom: 10px;
	}
	.feedback-form{
		margin-bottom: 60px;
	}
	.fz-1-8r{
		font-size: 1.4rem;
	}
}
