img{
	max-width: 100%;
}
.main{
	    padding: 15px 0 100px 0px;
	min-height: 100vh;
	background-size: cover;
}
.title{
	margin-top: 90px;
}
.tel{
	font-size: 28px;
	position: relative;
}
.tel span{
	display: block;
	font-size: 16px;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover{
	color: inherit;
	text-decoration: none;
}
.subtitle {
	position: relative;
    font-size: 20px;
	margin-top: 20px;
    padding-top: 20px;
}
.subtitle:after{
	position: absolute;
	content: '';
	width: 60px;
	height: 3px;
	background-color: #FFDF4F;
	top: 0px;
	left: calc(50% - 30px);
}

	

.icon {
    max-width: 148px;
    text-align: center;
    margin: 0 auto;
	transition-duration: 0.2s;
}
.block .text{
	margin-top: 20px;
}
.block:hover .icon{
	transform: scale(1.2);
}
.text-form{
	text-align: center;
	font-size: 14px;
}
.input {
    width: 100%;
    border-radius: 100px;
    padding: 10px 20px;
	text-align: center;
}
.input:focus{
	outline: none;
}
.btn-submit {
    width: 100%;
    padding: 10px 20px;
    border-radius: 100px;
    background-color: #FFDF4F;
    color: #000;
    font-weight: bold;
	text-align: center;
    text-transform: uppercase;
   transition-duration: 0.2s;
   border: none;
}
.btn-submit:focus{
	outline: none;
}
.btn-submit:hover{
	   background: #000000;
    color: #fff;
}
.thankyou{
	    background: #000000;
    color: #fff;
	border-radius: 100px;
	padding: 10px 20px;
	width: 100%;
	text-align: center;
}