.delivery_page{
    margin-bottom: 50px;
}

.delivery_page h1 {
    font-size: 1.625rem;
    line-height: 1.85rem;
    margin: 0;
    padding: 0px;
    font-weight: 500;
    /* margin-bottom: 28px; */
}

.delivery_page h3 {
    font-size: 1.375rem;
    line-height: 1.5rem;
    /* margin-bottom: 28px; */
	margin-top: 26px;
}


.delivery p {
	padding: 0px;
	margin-top: 10px;
}

.delivery .delivery__img_box {
	width: 100%;
	height: -moz-max-content;
	height: max-content;
	display: flex;
	justify-content: space-between;
	margin-top: 13px;
}


.delivery .delivery__img_box img {
	width: 170px;
	height: 224px;
	-o-object-fit: cover;
	   object-fit: cover;
	margin-bottom:4px;
}



.delivery_form {

}

.delivery_form ul {
	margin: 10px 0px 0px;
	padding: 0px;
	font-size: 0.875rem;
	line-height: 0,950rem;
}

.delivery_form p {
	margin-top: 10px;
}


.delivery_form form {
	width: 100%;
	max-width: 465px;
	height: max-content;
	margin-top: 16px;
	margin: 16px 0px 24px;
}

.delivery_form form input,
.delivery_form form textarea {
	width: 100%;
	border-radius: 15px;
	border: 1px solid rgba(48, 49, 79, 1);
	padding: 0px 20px;
	height: 46px;
	margin-bottom: 11px;
}

.delivery_form form textarea {
	max-height: 150px;
	min-height: 91px;
	max-width: 100%;
	min-width: 100%;
	height: 91px;
	padding: 12px 20px;
	margin-bottom: 5px;
}

.delivery_form form button {
	width: 179px;
	height: 48px;
	border: none;
	font-size: 1.25rem;
	line-height: 1.25rem;
	color: rgba(255, 255, 255, 1);
	border-radius: 15px;
	background-color: rgba(48, 49, 79, 1);
}

.delivery_form .page-legal-consents {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 4px 0 16px;
}

.delivery_form .page-legal-consent {
	--page-legal-box-size: 16px;
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
	color: #30314f;
	font-size: 13px;
	line-height: 15px;
	cursor: pointer;
	user-select: none;
}

.delivery_form .page-legal-consent input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: var(--page-legal-box-size);
	height: var(--page-legal-box-size);
	margin: 0;
	opacity: 0;
	appearance: none;
}

.delivery_form .page-legal-consent__box {
	flex: 0 0 auto;
	width: var(--page-legal-box-size);
	height: var(--page-legal-box-size);
	border: 1px solid #30314f;
	border-radius: 4px;
	position: relative;
}

.delivery_form .page-legal-consent input:checked + .page-legal-consent__box::after {
	content: "";
	position: absolute;
	inset: 3px;
	border-radius: 2px;
	background: #30314f;
}

.delivery_form .page-legal-consent a {
	color: #6666cc;
	text-decoration: underline;
}

.delivery_form form small {
	font-size: 0.875rem;
	line-height: 0.975rem;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
}

@media screen and (max-width:768px){
    .delivery_page{
        margin-top: 22px;
    }

    .delivery_page__container{
        width: 91.66666667%;
        margin: 0px auto;
    }

    .delivery_page h1 {
        font-size: 20px;
        margin-bottom: 16px;
        line-height: 20px;
    }
	.delivery .delivery__img_box img{
		width: 24%;
		height: 170px;
	}
}

@media screen and (max-width:500px){
	.delivery .delivery__img_box img{
		width: 32%;
	}


	.delivery_form form input,
	.delivery_form form textarea {
		padding: 0px 12px;
		height: 42px;
		margin-bottom: 10px;
	}

	.delivery_form form textarea {
		max-height: 100px;
		min-height: 71px;
		height: 71px;
		padding: 12px 12px;
	}

	.delivery_form form button {
		width: 129px;
		height: 42px;
		font-size: 1.05rem;
		line-height: 1.05rem;
	}

	.delivery_form .page-legal-consent {
		--page-legal-box-size: 14px;
		font-size: 12px;
		line-height: 14px;
	}
	
}

@media screen and (max-width:410px){
	.delivery .delivery__img_box img{
		width: 49%;
	}
}

/* video */

.instruction__container {
	width: 100%;
	height: 100%;
  }

  .instruction_video {
	width: 100%;
	max-width: 753px;
	height: 380px;
  }
  .instruction_video iframe {
	width: 100%;
	height: 100%;
  }
