
.details {
	background-color: #EFF2F8;
}

.details__title {
	margin-bottom: 63px;
	text-align: center;
}

.section-title-main {
	margin-bottom: 12px;
	color: #FC8A15;
}

.section-title-secondary{
	font-weight: 700;
}

.details__list {
	display: flex;
	justify-content: space-between;
	padding-right: 60px;
	margin-bottom: 100px;
}
 
.details__item {
	width: 28%;
}

.details__inline {
	display: flex;
	align-items: center;
	margin-bottom: 22px;
}

.details__ico {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	margin-right: 20px;
	padding: 10px;
	border-radius: 50%;
	background-color: #FFD200;
}

.details__ico img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.details__name {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 700;
	line-height:1.2;
	text-transform: uppercase;
}

.details__desc {
	font-size: 14px;
	font-weight: 500;
	line-height:1.2;
}

.details__form {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.details__form input {
	width: 26%;
	margin-right: 30px;
	box-shadow: 0px 3px 6px 0px rgba(119, 116, 118, 0.37);
	margin-top: 0;
}

.details__btn {
	width: 42%;
	box-shadow: 0px 3px 6px 0px rgba(119, 116, 118, 0.37);
}

.details__form .form-agreement-yes {
    margin: 15px 0 0;
}

@media screen and (max-width: 1229px) {
	.details__form input {
		height: 50px;
		margin-right: 15px;
	}
}


@media screen and (max-width: 1139px) {
	.details__ico {
		width: 90px;
		height: 90px;
		margin-right: 10px;
	}

	.details__ico img {
		width: 50px;
	}

	.details__title {
		margin-bottom: 40px;
	}

	.details__list {
		padding-right:0;
		margin-bottom: 45px;
	}

}

@media screen and (max-width: 991px) {
	.details__form input {
		width: 31%;
	}

	.details__btn {
		width: 31%;
		font-size: 12px;
	}

	.details__name {
		font-size: 15px;
	}

	.details__ico {
		width: 75px;
		height: 74px;
	}

	.details__ico img {
		width:30px;
	}

	.details__item {
		width: 32%;
	}


}

@media screen and (max-width: 767px) {
	.details__form input {
		width: 550px;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.details__btn {
		width: 550px;
		font-size: 14px;
	}

 	.details__list {
		flex-wrap: wrap;
		margin-bottom: 15px;
	}

	.details__item {
		width: 100%;
		margin-bottom: 25px;
	}

	.details__inline {
		margin-bottom: 15px;
	}

	.details__title {
		margin-bottom: 30px;
	}

	.details__name {
		margin-top: 0;
	}

}

@media screen and (max-width: 575px) {

	.details__form .form-agreement-yes {
	    width: 100%;
	    justify-content: center;
	}
}
