.record {
	padding: 50px 0 60px;
}

.record-container {
	max-width: 566px;
	margin: auto;
}

.record-title {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
	max-width: 434px;
	margin-bottom: 32px;
}

.record-title span {
	background: #1F8724;
	border-radius: 4px;
	color: #fff;
	padding: 0 5px;
}

.record-form {
	padding: 32px;
	background: #F0F4F5;
	border-radius: 8px;
	margin-bottom: 40px;
}

.record-form__line + .record-form__line {
	margin-top: 26px;
}

.record-form__label {
	margin-bottom: 6px;
}

.record-form__row {
	display: flex;
	flex-wrap: wrap;
	margin: -26px -8px 0;
}

.record-form__col {
	margin-top: 26px;
	padding: 0 8px;
	width: 50%;
}

.input_date {
	background-image: url(img/icon-date.png);
	background-size: 32px 16px;
	background-repeat: no-repeat;
	background-position: right center;
}

.input_time {
	background-image: url(img/icon-time.png);
	background-size: 32px 16px;
	background-repeat: no-repeat;
	background-position: right center;
}

.record-form__checkbox {
	margin-top: 21px;
}

.record-form__checkbox label {
	display: flex;
	align-items: center;
	user-select: none;
	cursor: pointer;
}

.record-form__checkbox input {
	display: none;
}

.record-form__checkbox i {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	background: #fff;
	border: 1px solid #8C8B8B;
	border-radius: 4px;
	margin-right: 8px;
	position: relative;
}

.record-form__checkbox input:checked + i:after {
	content: '';
	position: absolute;
	left: 2px;
	right: 2px;
	top: 2px;
	bottom: 2px;
	border-radius: 3px;
	background: #1F8724;
}

.record-form__checkbox span {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	display: flex;
	align-items: center;
	color: #242C33;
}

.record-form__button {
	margin-top: 28px;
}

.record-button {
	display: inline-block;
	background: #1F8724;
	border: 2px solid #1F8724;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.5px;
	color: #fff;
	padding: 8px 16px;
	cursor: pointer;
	border: none;
	text-decoration: none;
}

.record-button:hover {
	opacity: 0.95;
}

.record-caption {
	display: inline-block;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #fff;
	padding: 4px 6px;
	background: #242C33;
	border-radius: 4px 4px 4px 0px;
	position: relative;
	margin-bottom: 32px;
}

.record-caption:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/record-caption.svg);
}

.record-text {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #242C33;
}

.record-block + .record-block {
	margin-top: 64px;
}

.record-grab {
	margin-top: 32px;
}

.record-advantages__item + .record-advantages__item {
	margin-top: 16px;
}

.record-advantages__item {
	background: #fff;
	box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
	border-radius: 15px;
	padding: 24px;
	display: flex;
	align-items: center;
}

.record-advantages__icon {
	margin-right: 32px;
	flex-shrink: 0;
	width: 120px;
}

.record-advantages__icon img {
	display: block;
	max-width: 100%;
	height: auto;
}

.record-advantages__text {
	max-width: 250px;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	letter-spacing: -0.5px;
	color: #242C33;
}

@media only screen and (max-width : 575.98px) {
	.record-form__col {
		width: 100%;
	}

	.record-form {
		padding: 24px 16px;
	}

	.record-advantages__icon {
		margin-right: 16px;
	}

	.record-advantages__icon {
		width: 80px;
	}

	.record-advantages__item {
		padding: 16px;
	}
}