section#certificate-intro {
	background: #f1e5d5;
	padding: 35px 0;
	min-height: 450px;
	color: #5C2C02;
	position: relative;
}
section#certificate-intro .inner{
	position: relative;
	z-index: 2;
}
.section-heading {}
.section-heading .section-title{
    color: #5C2C02;
	text-transform: uppercase;
	margin-top: 15px;
	white-space: nowrap;
}
.icons-row {
	margin: 0 -15px;
	/* justify-content: center; */
	/* align-items: center; */
}
.icons-row  .col {
	width: 33%;
}
.item-icon {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	padding: 0 15px 15px;
	flex-wrap: nowrap;
}
.item-icon > *{
	padding: 5px 10px;
}

.item-icon .icon {
	width: 32px;
	height: 32px;
}
.item-icon .icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-icon .text {
	padding-top: 5px;
	width: 350px;
}
.zakazat_sertifikat-outer .section-title .underscore > span {
    padding-right: 0;
}
.section-text-wrapper {
	width: 50%;
	position: relative;
}
.section-image-wrapper {
	width: 50%;
	position: relative;
}
@keyframes float-small {
	0% {
		
		transform: translate(0%,-5%);
	}
	50% {
		
		transform: translate(0%,0%);
	}
	100% {
		
		transform: translate(0%,-5%);
	}
}
img.gift-certificate {
	max-width: 100%;
	margin: -175px -50px 50px;
	display: block;
	animation: float-small 3s ease-in-out infinite;
	animation-duration: 7.5s;
}
.zakazat_sertifikat_form_outer {
	max-width: 465px;
}
.zakazat_sertifikat_form_outer label {
	font-weight: 400;
}
.zakazat_sertifikat_form_outer .input-text{
	background-color: #F8F2EB;
    border-color: #FFFFFF;
}
.zakazat_sertifikat_form_outer button{
	background-color: #586244;
    color: #ffffff;
	border-radius: 5px;
	padding: 15px 30px;
	text-align: center;
	min-width: 200px;
}
.zakazat_sertifikat_form_outer {}
.zakazat_sertifikat_form_outer input::-webkit-outer-spin-button,
.zakazat_sertifikat_form_outer input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

@media screen and (max-width: 991px){
	.icons-row {
		justify-content: center;
	}
	.icons-row .col {
		width: auto;
	}
	img.gift-certificate {
		max-width: 100%;
		margin: -100px 50px 50px;
	}
}
@media screen and (max-width: 800px){
	.section-heading .section-title {
		font-size: 25px;
	}
	.section-text-wrapper,
	.section-image-wrapper{
		width: 100%;
	}
	.zakazat_sertifikat_form_outer {
		max-width: none;
	}
	img.gift-certificate {
		max-width: 100%;
		margin: 25px auto 0;
		max-width: 500px;		
	}
}
@media screen and (max-width: 575px){
	.zakazat_sertifikat_form_outer button{
		margin: 0 auto;
		display: block;
	}
	.icons-row .icon-wrapper {
		text-align: center;
	}
	.item-icon {
		align-items: center;
	}
	.item-icon .text {
		width: 100%;
		text-align: center;
	}
}