.cm-gift-card-form {
    display: flex;
    gap: 42px;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 10px 10px 64px 10px;
}
.cm-gcf--blocks {
    display: flex;
    gap: 24px;
}
.cm-gcf--blocks--ls {
    /*flex: 1;*/
    width: calc(100% - 580px);
    display: flex;
    gap: 24px;
    flex-direction: column;
    flex-wrap: nowrap;
}
.cm-gcf--blocks--ls .slick-track {
    display: flex;
    gap: 24px;
}
.cm-gcf--blocks--rs {
    /*width: 556px;*/
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.cm-gcf--header-banner {
    /*background-color: #000;*/
    /*padding: 43px 85px;*/
    padding: 5px 0;
    /*color: #fff;*/
    color: #000;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    /*background-image: url("./img/cm-gift-card-banner-bg.png");*/
    /*background-position: center;*/
    /*background-size: cover;*/
}
.cm-gcf--header-banner--header {
    font-size: 48px;
    line-height: 50px;
    font-weight: 600;
}
.cm-gcf--header-banner--sub {
    font-size: 17px;
    line-height: 18px;
}
.cm-gcf--main-photo {
    position: relative;
    width: 100%;
    /*background-image: url("./img/example-gift-card.png");*/
    background-position: center;
    background-size: cover;
    border-radius: 12px;
}
.cm-gcf--main-photo:before {
    content: "";
    display: block;
    padding-top: 65%;
}
.cm-gcf--photo-preview {
    padding: 24px 24px 34px 24px;
    gap: 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    border: 1px solid #e1e1e3;
    background-color: #f5f5f7;
    border-radius: 12px;
}
/* .cm-gcf--photo-preview > p {
    font-size: 22px;
    line-height: 24px;
    color: #0e0e0e;
    font-weight: 700;
} */
.cm-gcf--photo-preview--items {
    display: flex;
    gap: 24px;
}
.cm-gcf--photo-preview--items .slick-prev {
    left: -20px;
    z-index: 9;
    transform: rotate(-180deg);
    right: auto;
    top: calc(50% - 24px);
    height: 40px;
    width: 40px;
}
.cm-gcf--photo-preview--items .slick-next {
    right: -15px;
    z-index: 9;
    left: auto;
    top: calc(50% - 24px);
    height: 40px;
    width: 40px;
    transform: none !important;
}
.cm-gcf--photo-preview--item {
    /*flex: 1;*/
    border-radius: 12px;
    box-shadow: 0px 4px 25.4px 0px #00000066;
    /*background-image: url("./img/example-gift-card2.png");*/
    background-position: center;
    background-size: cover;
    min-width: 223px;
    min-height: 143px;
    cursor: pointer;
    position: relative;
    /*overflow: hidden;*/
}
.cm-gcf--photo-preview--item__active {
    border: 1px solid #6d6d6d;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 2;
}
.cm-gcf--photo-preview--item > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.cm-gcf--photo-preview--item > p {
    position: absolute;
    bottom: -27px;
    font-size: 14px;
    opacity: 0.87;
    left: 8px;
    color: #6d6d6d;
}
.cm-gcf--photo-preview--items .slick-slide {
    width: 233px;
    height: 123px;
}
.cm-gcf--photo-preview--item:before {
    content: "";
    display: block;
    padding-top: 65%;
}

.cm-gcf--form {
    display: flex;
    gap: 24px;
    flex-direction: column;
    flex-wrap: nowrap;
    opacity: 0;
    transition: 5s;
}
.cm-gcf--form.__show {
    opacity: 1;
}
.cm-gcf--type-switcher {
    display: flex;
    background-color: #f5f5f7;
    border-radius: 10px;
}
.cm-gcf--type-switcher > span {
    display: block;
    flex: 1;
    border: 2px solid transparent;
    border-radius: 8px;
    background-color: transparent;
    text-align: center;
    padding: 12px;
    color: #7d7d7d;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
}
.cm-gcf--type-switcher > span.__active {
    border-color: #0e0e0e;
    background: #ffffff;
    color: #0e0e0e;
    cursor: default;
}
.cm-gcf--block-with-form {
    background: #f5f5f7;
    border: 1px solid #e1e1e3;
    padding: 24px;
    border-radius: 12px;
    display: flex;
    gap: 24px;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
}
.cm-gcf--block-with-form > button {
    background: #0e0e0e;
    border: none;
    border-radius: 8px;
    color: #fff;
    padding: 8px 40px;
    position: absolute;
    top: 24px;
    right: 24px;
}
.cm-gcf--block-with-header {
    font-size: 22px;
    font-weight: 700;
    /*line-height: 24px;*/
    line-height: 38px;
}
.cm-gcf--nominal-value-picker {
    display: flex;
    gap: 24px;
    flex-direction: column;
    flex-wrap: nowrap;
}
.cm-gcf--nominal-value-picker--items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
}
.cm-gcf--nominal-value-picker--item {
    flex: 1;
    font-size: 16px;
    text-align: center;
    padding: 12px 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: #ffffff;
    cursor: pointer;
}
.cm-gcf--nominal-value-picker--item.__active {
    border-color: #000000;
    cursor: default;
}
.cm-gcf--nominal-value-picker--input {
    display: flex;
    gap: 2px;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    margin-bottom: 0.5rem;
}



.cm-gcf--form input,
.cm-gcf--form textarea {
    width: 100%;
    border: 1px solid #e1e1e3;
    background: #ffffff;
    border-radius: 12px;
    font-size: 14px;
    padding: 14px 32px;
    resize: none;
}
.cm-gcf--gift-type {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
}
.cm-gcf--gift-type > div {
    flex: 1;
    background: #f5f5f7;
    border: 2px solid transparent;
    font-size: 16px;
    text-align: center;
    padding: 14px 0;
    border-radius: 8px;
    color: #0e0e0e;
    cursor: pointer;
}
.cm-gcf--gift-type > div.__active {
    border-color: #0e0e0e;
    font-weight: 600;
    background: #ffffff;
    cursor: default;
}
.cm-gcf--user-contact {
    display: flex;
    gap: 12px;
    flex-direction: column;
    flex-wrap: nowrap;
}
.cm-gcf--double-input {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    position: relative;
    margin-bottom: 0.5rem;
}
.cm-gcf--double-input > * {
    flex: 1;
}
.cm-gcf--how-send-gift {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 48px;
}
.cm-gcf--how-send-gift > div.cm-gcf--how-send-gift--description {
    flex: 1;
}
.cm-gcf--how-send-gift--items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 64px;
    padding: 0 23px;
}
.cm-gcf--how-send-gift--items > div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.cm-gcf--how-send-gift--items > div.__active > p {
    cursor: default;
}
.cm-gcf--how-send-gift--items > div > p {
    cursor: pointer;
}
.cm-gcf--how-send-gift--item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: #c4c4c4;
}
.cm-gcf--how-send-gift--item > img {
    width: 21px;
}
.cm-gcf--how-send-gift--item.__gt--whatsapp > img {
    width: 35px;
}
.cm-gcf--how-send-gift--description {
    font-size: 12px;
    color: #6d6d6d;
    line-height: 18px;
}
.cm-gcf--how-send-gift--item.__gt--email.__active {
    background: #001935;
}
.cm-gcf--how-send-gift--item.__gt--whatsapp.__active {
    background: #1bb600;
}
.cm-gcf--how-send-gift--item.__gt--sms.__active {
    background: #0b99ff;
}
.cm-gcf--how-send-gift--item.__active {
    cursor: default;
}
.cm-gcf--success {
    display: flex;
    gap: 12px;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-bottom: 12px;
}

.cm-gcf--success > button {
    width: 100%;
    text-align: center;
    background: #0e0e0e;
    border-radius: 8px;
    color: #fff;
    padding: 14px 0;
    border: none;
}
.cm-gcf--success > button.__disable {
    background: #999999;
}
.cm-gcf--success > div {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
}
.cm-gcf--success > div > a {
    color: #3985ff;
}

.cm-gcf--gift-packing {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
}
.cm-gcf--gift-packing--item {
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 4px;
    cursor: pointer;
}
.cm-gcf--gift-packing--item.__active {
    cursor: default;
}
.cm-gcf--gift-packing--item--preview {
    width: 100%;
    position: relative;
    background: #000000;
    border: 2px solid #999999;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
}
.cm-gcf--gift-packing--item--preview:before {
    content: "";
    display: block;
    padding-top: 77%;
}
.cm-gcf--gift-packing--item--price {
    font-size: 16px;
    line-height: 28px;
    color: #0e0e0e;
}
.__active > .cm-gcf--gift-packing--item--preview {
    border-color: #000000;
}
.__active > .cm-gcf--gift-packing--item--price {
    font-weight: 600;
}
.__premium > .cm-gcf--gift-packing--item--preview {
    /*background: #b6b6b6;*/
}
.__limitirovannaya > .cm-gcf--gift-packing--item--preview {
    /*background: #ffffff;*/
}
.__error-input {
    border-color: #ef0000 !important;
}

div.__design-1 {
    background-image: url("./img/example-gift-card.png");
}
div.__design-2 {
    background-image: url("./img/example-gift-card2.png");
}
div.__design-3 {
    background-image: url("./img/example-gift-card3.png");
}

.cm-gcf--bwh--content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
}
.__disable-type {
    cursor: not-allowed !important;
    /*opacity: .6;*/
}
.cm-gcf--blocks--ls > p {
    opacity: 0;
}
.cm-gcf--blocks--ls > p.__show {
    opacity: 1;
}

.cm-roll-datepicker {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: fit-content;
    height: 200px;
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 7px 10px -1px rgba(66, 68, 90, 0.44);
    -moz-box-shadow: 0px 7px 10px -1px rgba(66, 68, 90, 0.44);
    box-shadow: 0px 7px 10px -1px rgba(66, 68, 90, 0.44);
    padding: 0 12px;
    z-index: 15;
}
.cm-roll-datepicker--center {
    position: absolute;
    width: 100%;
    height: 36px;
    top: calc(50% - 18px);
    left: 0;
    background-color: #dddddd6e;
    pointer-events: none;
}
.cm-roll-datepicker--blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
    height: 100%;
}
.cm-roll-datepicker--block:not(.__month) {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 82px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    min-width: 45px;
}
.cm-roll-datepicker--block.__month {
    min-width: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 82px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.cm-roll-datepicker--block::-webkit-scrollbar {
    display: none;
}
.cm-roll-datepicker--item {
    height: 36px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cm-vue-datepicker {
    position: relative;
}
.cm-vue-datepicker .____fix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.cm-vue-datepicker.__is-time .cm-roll-datepicker {
    padding: 0 40px;
}
.cm-gcf--main-photo--out {
    padding: 0;
}
@media screen and (max-width: 1024px) {
    .cm-gift-card-form {
        padding: 10px 0;
    }
    .cm-gcf--blocks {
        display: flex;
        gap: 24px;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .cm-gcf--blocks--ls {
        width: 100%;
    }
    .cm-gcf--header-banner--header {
        font-size: 26px;
        line-height: 30px;
    }
}

/*.cm-gcf--photo-preview--items .owl-nav.disabled{*/
/*    display: block!important;*/
/*}*/

.cm-gcf--photo-preview--items.swiper .swiper-wrapper {
    overflow: unset;
}
.cm-gcf--photo-preview {
    overflow: hidden;
}

.cm-gcf--photo-preview--items.swiper > .swiper-button-prev,
.swiper-button-next {
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e1e1e3 !important;
    color: #0e0e0e !important;
    background: #fff !important;
    transition: border 0.2s, opacity 0.2s, visibility 0.2s;
    border-radius: 50%;
    top: 50% !important;
    left: -1rem !important;
    margin-top: auto !important;
}
.cm-gcf--photo-preview--items.swiper > .swiper-button-prev {
    transform: translateY(-50%) rotate(-180deg) !important;
}
.cm-gcf--photo-preview--items.swiper > .swiper-button-next {
    right: -1rem !important;
    left: unset !important;
    transform: translateY(-50%) !important;
}
.cm-gcf--photo-preview--items.swiper > .swiper-button-prev > svg,
.swiper-button-next > svg {
    height: 24px !important;
    width: 24px !important;
}
.cm-gcf--photo-preview--items.swiper > .swiper-button-prev:after,
.swiper-button-next:after {
    content: none !important;
}
.block-split-input {
    position: relative;
    margin-bottom: 24px;
}

.swiper-pagination {
    display: none !important;
    justify-content: center;
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    flex-grow: 1;
    max-width: 35px;
    height: 2px !important;
    background-color: #BBBBBB !important;
    margin: 5px !important;
    transition: all 0.2s ease-in-out !important;
    border-radius: 0 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0e0e0e !important;
}

.gift-anonymus-wrapper {
    margin-bottom: 1rem;
}
.gift-anonymus-wrapper label {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    color: #000;
    font-size: 14px;
}
.gift-anonymus-wrapper input {
    width: 24px;
    height: 24px;
}

.gift-anonymus-wrapper input:checked {
    background-color: #000;
    color: #fff;
}

@media screen and (max-width: 1600px) {
    .cm-gift-card-form {
        padding-left: 0;
        padding-right: 0;
    }
}
.__mobile-show {
    display: none !important;
}
@media screen and (max-width: 1024px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
    .swiper-pagination {
        display: flex !important;
    }
    .cm-gcf--photo-preview--items.swiper {
        padding-bottom: 3rem;
    }
    .__mobile-show {
        display: block !important;
    }
    .__desctop-show {
        display: none !important;
    }
    .cm-gift-card-form {
        padding: 10px 0;
        gap: 14px;
    }
    .cm-gcf--blocks {
        display: flex;
        gap: 24px;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .cm-gcf--blocks--ls {
        width: 100%;
    }
    .cm-gcf--header-banner--header {
        font-size: 26px;
        line-height: 30px;
    }
    .cm-gcf--main-photo--out {
        display: none;
    }
    .cm-gcf--header-banner--sub {
        display: none;
    }
    .cm-gcf--header-banner--header {
        text-align: center;
        font-weight: 700;
    }
   

    .cm-gcf--block-with-form {
        background-color: #fff;
        border: none;
        padding: 0;
    }

   
    .cm-gcf--photo-preview {
        border: none;
        background-color: #fff;
    }

    .cm-gcf--how-send-gift {
        flex-wrap: wrap;
        gap: 1rem;
        align-items: flex-end;
    }
    .cm-gcf--how-send-gift--description {
        flex-basis: 100% !important;
    }
    .cm-gcf--how-send-gift--items {
        padding: 0;
        column-gap: 2rem;
    }
    .cm-gcf--nominal-value-picker--item {
        background: #f5f5f7;
    }
    .cm-gcf--nominal-value-picker--item.__active {
        background: #fff;
    }
    .cm-gcf--block-with-form > button {
        top: 0;
    }
    .cm-gcf--photo-preview--items.__only-one-slide .swiper-wrapper {
        padding-bottom: 57px;
    }
}

@media screen and (max-width: 480px) {
    .cm-gcf--nominal-value-picker--item {
        font-size: 14px;
    }
    .cm-gcf--blocks {
        gap: 12px;
    }
    .cm-gcf--block-with-form {
        gap: 12px;
    }
    .cm-gcf--block-with-form > button {
        right: 0;
    }
    .cm-gcf--gift-type {
        gap: 1rem;
    }
    .cm-gcf--type-switcher > span {
        padding: 7px;
        font-size: 14px;
    }

    .cm-gcf--gift-type > div {
        font-size: 14px;
        padding: 11px 0;
    }
    .cm-gcf--blocks--ls {
        gap: 12px;
    }
}

/* [data-title]:not([data-title=""]) {
    position: relative;
} */

[data-title]:not([data-title=""]):after {
    content: attr(data-title);
    position: absolute;
    left: 100%;
    transform: translateX(-100%);
    bottom: 100%; /* put it on the top */
    background-color: #fff;
    color: #333;
    border-radius: 3px;
    padding: 3px 10px;
    width: max-content;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 6px -2px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 6px -2px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 6px -2px rgba(66, 68, 90, 1);
    -webkit-transition: opacity 0.3s ease-in-out; /* 👈 Change the time to meet your requirements. */
}

[data-title]:not([data-title=""]):hover:after,
[data-title]:not([data-title=""]):focus:after {
    opacity: 1;
}

.cm-gcf--blocks .cm-gcf--photo-preview--items {
    margin-top: 0;
}
@media screen and (min-width: 1000px) {
    .cm-gcf--photo-preview--items__plastic .cm-gcf--photo-preview--item {
        max-width: 351.32px;
        margin: auto !important;
        flex-grow: 1;
    }
    .cm-gcf--photo-preview--items__plastic .cm-gcf--photo-preview--item:before {
        content: "";
        display: block;
        padding-top: 62%;
    }
    .cm-gcf--photo-preview.cm-gcf--photo-preview--items__plastic {
        padding: 13px 77px 13px 77px;
    }
}
@media screen and (max-width: 1500px) and (min-width: 1000px) {
    .cm-gcf--photo-preview.cm-gcf--photo-preview--items__plastic {
        padding: 13px 40px 13px 40px;
    }
}

.cm-gcf--photo-preview--items.swiper {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
