.mk-order {
	padding: 44px 0 378px;
}

.mk-order__top {
	display: flex;
	max-width: 759px;
	margin: 0 auto 86px;
	align-items: flex-end;
}

.mk-order__title {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
	margin-right: 86px;
}

.mk-order__title span {
	display: block;
	background: linear-gradient(278.24deg, #29B230 50%, #0D6FD6 84%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.mk-order__ava {
	width: 120px;
	flex-shrink: 0;
}

.mk-order__ava img {
	display: block;
	max-width: 100%;
	height: auto;
}

.mk-order__block {
	background: #F0F4F5;
	border-radius: 8px;
	padding: 32px;
	display: flex;
}

.mk-order__left {
	flex-grow: 1;
}

.mk-order__right {
	flex-shrink: 0;
	width: 340px;
	margin-left: 16px;
}

.mk-order__label {
	margin-bottom: 6px;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	color: #242C33
}

.mk-order__input + .mk-order__input {
	margin-top: 26px;
}

.mk-order__radios {
	margin-top: 16px;
}

.mk-order__radio + .mk-order__radio {
	margin-top: 12px;
}

.mk-order__radio {
	display: flex;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	color: #242C33;
	cursor: pointer;
	user-select: none;
}

.mk-order__radio input {
	display: none;
}

.mk-order__radio span {
	margin-top: 5px;
}

.mk-order__radio i {
	margin-right: 12px;
	flex-shrink: 0;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	border: 2px solid #D3CECE;
	position: relative;
}

.mk-order__radio input:checked + i {
	border: 2px solid #1F8724;
}

.mk-order__radio input:checked + i:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #1F8724;
	border-radius: 50%;
}

.mk-order__consent {
	margin-top: 26px;
}

.mk-order__checkbox {
	display: flex;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #242C33;
	cursor: pointer;
	user-select: none;
}

.mk-order__checkbox input {
	display: none;
}

.mk-order__checkbox i {
	margin-right: 12px;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	border: 2px solid #D3CECE;
	border-radius: 4px;
	position: relative;
}

.mk-order__checkbox input:checked + i {
	border-color: #1F8724;
	background: #1F8724;
}

.mk-order__checkbox input:checked + i:before {
	content: '';
	position: absolute;
	left: 7px;
	top: 3px;
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.mk-order__checkbox a {
	color: #1F8724;
	text-decoration: underline;
}

.mk-order__checkbox a:hover {
	text-decoration: none;
}

.mk-order__button {
	margin-top: 26px;
}

.mk-order__submit {
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.5px;
	color: #fff;
	padding: 6px 15px;
	border: none;
	background: #1F8724;
	border: 2px solid #1F8724;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}

.mk-order__submit:hover {
	background: #1f9724;
	border-color: #1f9724;
}

.mk-order__caption {
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	color: #242C33;
}

.mk-order__field {
	padding: 24px;
	background: #fff;
	border: 1px solid #242C33;
	border-radius: 8px;
}

.mk-order__item + .mk-order__item {
	border-top: 1px solid #EBEBEB;
	margin-top: 19px;
}

.mk-order__item {
	display: flex;
	margin-left: 24px;
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #242C33;
	padding-top: 19px;
	cursor: pointer;
	user-select: none;
}

.mk-order__item input {
	display: none;
}

.mk-order__item i {
	position: absolute;
	left: -24px;
	top: 20px;
	width: 16px;
	height: 16px;
	border: 1px solid #8C8B8B;
	border-radius: 50%;
}

.mk-order__item input:checked + i {
	border: 5px solid #1F8724;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (max-width : 1499.98px) {

}

@media only screen and (max-width : 1199.98px) {

}

@media only screen and (max-width : 991.98px) {
	.mk-order__right {
		width: 240px;
	}

	.mk-order {
		padding-bottom: 100px;
	}

	.mk-order__top {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width : 767.98px) {
	.mk-order__title {
		margin-right: 15px;
	}

	.mk-order__right {
		width: auto;
		margin-left: 0;
		margin-top: 24px;
	}

	.mk-order__block {
		display: block;
	}
}

@media only screen and (max-width : 575.98px) {
	.mk-order__top {
		display: block;
	}

	.mk-order__ava {
		display: none;
	}

	.mk-order__block {
		padding: 24px 16px;
	}
}