:root {
    --main-color: #d7967a;
}
.main_wrapper {
    padding-top: 80px;
    position: relative;
}
.fixed_header {
    position: fixed;
    top: 0;
    width: 480px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff;
    border-bottom: 3px solid var(--main-color);
    z-index: 9999;
}
.fixed_header-logo {
    width: 170px;
    position: relative;
    top: -3px;
}
.fixed_header-delivery {
    width: 260px;
}
.yved {
    top: 70px !important;
}
.politika {
    margin: 0 auto 15px;
    font-size: 16px;
    width: 390px;
    color: #000;
    padding: 10px;
    position: relative;
}
.custom-checkbox {
    width: 385px !important;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    animation: pulse 2s infinite;
    border-radius: 10px;
    z-index: 1 !important;
    opacity: 1 !important;
}
.custom-checkbox:checked {
    animation: none;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
input.field {
    background: #fbfbfb !important;
    padding: 0 !important;
    text-align: center;
}
.radio-select {
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
    margin-left: 20px;
    margin-bottom: 15px;
    flex-direction: row;
    flex-wrap: wrap;
}
.radio-select.center {
    justify-content: center;
    margin: 15px 0;
}
.radio-item {
    position: relative;
}
.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.radio-select.center .custom-radio+label {
    padding: 5px 10px;
}
.custom-radio+label {
    display: flex;
    align-items: center;
    user-select: none;
    margin: 3px 0;
    padding: 5px 0 5px 10px;
    cursor: pointer;
    width: auto;
}
.custom-radio+label::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #D0CFCF;
    border-radius: 50%;
    margin-right: 8px;
    box-sizing: border-box;
}
.custom-radio+label div {
    display: flex;
    width: 390px;
}
.custom-radio+label span {
    width: 160px;
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    color: #444;
}
.custom-radio:checked+label {
    border-radius: 7px;
    outline: 1px solid #222
}
.custom-radio:checked+label::before {
    border-color: #222;
}
.custom-radio:checked+label::after {
    content: '';
    position: absolute;
    left: 15px;
    width: 10px;
    height: 10px;
    background: #656565;
    border-radius: 50%;
    box-sizing: border-box;
}
.offer_section.top-section {
    padding: 0;
}
.japan-quality {
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 22px;
    font-weight: 400;
    background: rgba(255,255,255,90%);
    border-radius: 7px;
    border: 2px solid var(--main-color);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    padding: 0 10px;
    justify-content: space-between;
}
.footer_section p {
    font-size: 14px;
    margin: 15px 0;
    font-weight: 700;
}
.footer_section a {
    color: inherit;
    display: block;
}
.qr_codes {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    margin-bottom: 10px;
}
.qr_codes > div {
    width: 130px;
}
.qr_codes__name {
    display: block;
    text-decoration: none;
    padding: 5px 0;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    font-weight: 700;
    margin-bottom: 6px;
    width: 100%;
    color: #000;
    text-align: center;
}
.qr_codes__name img {
    display: inline-block;
    margin: 0;
    width: 25px;
    vertical-align: bottom;
}
.banner-new {
    margin: 20px 10px;
    background: url(../images/banner-bg.png) no-repeat;
    background-size: contain;
}
.banner_wrap {
    width: 370px;
    padding: 30px 11px 30px 15px;
}
.banner_header {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}
.banner_header img {
    width: 110px;
}
.banner-new .info {
    font-size: 14.5px;
}
.banner-new .info a {
    color: #D6967A;
}
.yved {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    text-align: center;
    color: white;
    padding: 10px;
    font-size: 15px;
    border-radius: 10px;
    display: none;
    z-index: 9999;
}
.yvedf1 {
    background-color: #363636;
}
.yvedf2 {
    background-color: #CD5555;
}
.img-loading {
    display: none;
    width: 50px;
    margin: 0 auto;
}


.order_steps_list3 {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    gap: 30px;
}
.order_steps_list3 .step_item {
	position: relative;
	padding: 15px 10px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 200px;
}
.order_steps_list3 .step_item::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto 10px;
	background-size: contain;
}
.order_steps_list3 .step_item:nth-child(even):after {
	content: none;
}
.order_steps_list3 .step_item:nth-child(1)::before {
	background-image: url(../images/order-step.svg);
}
.order_steps_list3 .step_item:nth-child(2)::before {
	background-image: url(../images/phone-step.svg);
}
.order_steps_list3 .step_item:nth-child(3)::before {
	background-image: url(../images/delivery-step.svg);
}
.order_steps_list3 .step_item:nth-child(4)::before {
	background-image: url(../images/repeat-step.svg);
}
.order_steps_list3 .step_item h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
    color: #474747;
}
.order_steps_list3 .step_item p {
	font-size: 15px;
	line-height: 19px;
}

.free_delivery {
    display: flex;
    margin: 40px 0;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}
.free_delivery p {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
}
.free_delivery p span {
	display: block;
	font-size: 17px;
}
