body{--blue: #077dad;--highlight-blue: #66d1ff;--off-blue: #e6f4ff;--white: #ffffff;--black: #000000;--gray: #d9d9d9}.giftCard{width:100%}.giftCard h2{text-align:center}.main-page{width:100%;display:flex;flex-direction:column;gap:32px;margin:0 auto;box-sizing:border-box}@media (max-width: 768px){.main-page{order:2}}.defaultFrame{max-width:1000px;width:100%;padding:24px;box-sizing:border-box;border-radius:12px;background-color:var(--white);display:flex;flex-direction:column;margin:0 auto}.defaultFrame .frameTitle{margin:0 0 12px;font-size:18px;font-weight:600}@media (max-width: 500px){.defaultFrame{max-width:1000px;width:100%;padding:12px}}.radioItems{width:100%;align-items:center;justify-content:space-between;gap:10px;display:flex}.radioItems .radioBtn,.radioItems .radioBtnSelected{width:100%;margin:0;border:1px solid var(--gray);border-radius:8px;padding:8px;display:flex;flex-direction:column;height:120px}.radioItems .ant-radio-wrapper:after{content:""}.radioItems .radioBtn .ant-radio-label,.radioItems .radioBtnSelected .ant-radio-label{display:flex;flex-direction:column;gap:10px;padding:0;width:100%;justify-content:space-between;height:100%}.radioItems .radioBtnSelected{border-color:var(--highlight-blue)}.radioItems .radioBtn .title,.radioItems .radioBtnSelected .title{width:fit-content;box-sizing:border-box;padding:4px 8px;border-radius:4px;background-color:var(--gray);font-size:14px;margin:0}.radioItems .radioBtnSelected .title{background-color:var(--highlight-blue)}.radioItems .radioBtn .description,.radioItems .radioBtnSelected .description{font-size:14px;margin:0}.radioItems .radioBtn .valueText,.radioItems .radioBtnSelected .valueText{font-size:26px;line-height:26px;font-weight:600;margin:0}.radioItems .ant-radio{display:none!important}.commentSection{display:flex;flex-direction:column;gap:12px}.commentSection .textAreaBlock{display:flex;flex-direction:column;margin-top:30px}.commentSection .textAreaBlock p{margin:0 0 8px}@media (max-width: 768px){.radioItems{display:grid;grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.radioItems .radioBtn .title,.radioItems .radioBtnSelected .title{width:100%}}.fRow{display:inline-flex;align-items:flex-start;gap:8px;width:100%}.additionalInfoText{font-size:14px}.clientDataForm .ant-input{padding:7px 11px}.checkoutWrapper{width:100%;display:flex;flex-direction:column;gap:12px}.checkoutWrapper .checkoutItem .c__itemTitle{font-size:16px;font-weight:600;margin-bottom:10px}.checkoutRadioGroup,.checkoutRadioGroupDelivery{width:100%;display:flex;flex-direction:column;gap:8px}.checkoutRadioGroup .title,.checkoutRadioGroupDelivery .title{margin:0;font-weight:600}.checkoutRadioGroupDelivery .deliveryRadioItem{width:100%;border:1px solid var(--gray);border-radius:8px;padding:8px;box-sizing:border-box}.checkoutRadioGroup .description,.checkoutRadioGroupDelivery .description{margin:0}.checkoutRadioGroupDelivery .deliveryRadioItem:has(.radioBtnSelected){border:1px solid var(--blue)}.checkoutRadioGroup .radioBtnSelected{width:100%;border:1px solid var(--blue);padding:8px;border-radius:8px}.checkoutRadioGroup .radioBtn{border:1px solid var(--gray);width:100%;padding:8px;border-radius:8px}.radioBtn,.radioBtnSelected{width:100%;box-sizing:border-box}.summaryTable{width:100%;box-sizing:border-box;background-color:var(--off-blue);border-radius:4px;border:1px solid var(--gray)}.summaryTable .cRow,.summaryTable .rowComment{width:100%;box-sizing:border-box;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:12px 16px}.summaryTable .cRow .rowSummary .value{font-weight:600;margin-left:auto}.summaryTable .cRow .rowSummary{max-width:250px;width:100%;box-sizing:border-box;display:flex;flex-direction:column}.summaryTable .cRow .rowSummary .sumTitle{font-weight:600}.summaryTable .cRow .rowSummary .sumPickupPlace{margin-top:8px}.summaryTable .separator{width:100%;background-color:var(--gray);height:1px}.summaryTable .rowComment .rowSummary{max-width:500px;width:100%;box-sizing:border-box;display:flex;flex-direction:column}@media (max-width: 500px){.summaryTable .cRow,.summaryTable .rowComment{flex-direction:column;gap:12px;padding:12px}.summaryTable .cRow .rowSummary .value{margin-left:initial}.summaryTable .cRow .rowSummary,.summaryTable .rowComment .rowSummary{max-width:initial}}.buttonsBlock{margin-top:12px;width:100%;display:inline-flex;justify-content:flex-end;gap:16px}.customBtnClass{padding:0 24px;height:40px;border-radius:8px}@media (max-width: 768px){.customBtnClass{width:100%}}.thank-you{width:100%;box-sizing:border-box;border-radius:24px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;background-color:var(--off-blue)}.thank-you img{width:fit-content;height:auto}.thank-you .heading{font-size:21px;font-weight:600;margin:0;text-align:center}.thank-you .description{font-size:14px;font-weight:400;margin:0;text-align:center}.thank-you .r-button{width:fit-content;padding:12px 24px;border-radius:12px;background-color:var(--blue);text-decoration:none;color:var(--white);font-size:14px;font-weight:400;transition:.3s ease background-color}@media (hover: hover){.thank-you .r-button:hover{background-color:var(--highlight-blue)}}
