@font-face {
    font-family: 'Blue curve';
    src: url('../fonts/Bluecurve-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Blue curve';
    src: url('../fonts/Bluecurve-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Golos';
    src: url('../fonts/GolosText-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Golos';
    src: url('../fonts/GolosText-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Golos';
    src: url('../fonts/GolosText-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
    font-weight: 500;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color .3s ease;
}

.main {
    min-height: calc(100vh - 290px);
}

html {
    background-color: #ffffff;
    color: #31253D;
    font-family: 'Golos', Arial, Helvetica, sans-serif;
    min-width: 375px;
    scrollbar-gutter: stable;
}

/* Desktop zoom out to 67% */
@media (min-width: 1025px) {
    html:not(:has(body.no-zoom)) {
        zoom: 0.67;
    }
    /* Reset zoom for modals (1/0.67 ≈ 1.49) */
    html:not(:has(body.no-zoom)) .modal-overlay {
        zoom: 1.49;
    }
}
input {
     font-family: 'Golos';
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 86px;
    padding: 20px 57px;
    border-radius: 25px;
    width: fit-content;
    font-family: 'Golos';
    font-weight: 500;
    font-size: 30px;
    transition: all .3s ease;
    gap: 10px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #00000033;
    z-index: 10;
    padding: 180px 20px 68px;

}

.modal-content {
    max-width: 392px;
    width: 100%;
    margin: 0 auto;
    padding: 34px 30px;
    background: #FFFFFF;
    border: 3.54px solid #D23C73;
    border-radius: 13px;
}

.information_link_container {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 15px;
}

.information_link_item {
    padding: 22px;
    color: #ffffff;
    background: #D23C73E5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transition: .3s ease;
}

.information_link_item:hover {
    background: #d23c73;
}

.information_link_item span {
    font-weight: 500;
    font-size: 16px;
}

.information_link_item p {
    opacity: 0.6;
    font-size: 14px;
}

.modal-content__title {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 15px;
}

.modal-content__text {
    font-size: 16px;
    color: #81659C;
    margin-top: 10px;
}

.text_moddle {
    font-size: 18px;
    margin-top: 20px;
}

.btn svg {
    width: 34px;
    height: 28px;
}

.btn-primary {
    color: #FFFFFF;
    background: #D23C73;

}

.btn-primary:hover {
    background: #b33160;
}

.btn-secondary {
    background: #FFEEF3;
    color: #9B2852;
}

.btn-secondary:hover {
    background: #b33160;
    color: #ffffff;
}

.container {
    max-width: 1474px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.header {
    padding: 46px 0 39px;
    background: #FAFAFA;

}

.logo-wrapper {
    display: flex;
    gap: 11px;
    align-items: center;
}

.logo-wrapper img {
    flex-shrink: 0;
    width: 57px;
    height: 57px;
}

.logo-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    font-weight: 700;
    font-family: 'Blue curve';
    font-size: 26px;
    line-height: 100%;
    text-transform: uppercase;
}

.logo-name span:first-child {
    color: #D23C73;
}

.header-container {
    display: flex;
    align-items: center;
    gap: 90px;
}

.header-nav {
    flex-grow: 1;
    max-width: 808px;
}

.header-nav__list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.header-nav__list-item a {
    font-weight: 400;
    font-size: 20px;
    color: #565656;
}

.header-nav__list-item:hover a {
    color: #D23C73;
}

.hero {
    padding: 104px 0 194px;
    background: radial-gradient(140.19% 174.07% at 81.28% -18.94%, #FEF4F8 0%, #FFB9CD 60.59%, #FF95B2 100%);
    position: relative;
}

.hero__bg {
    position: absolute;
    z-index: 0;
    top: -1px;
    bottom: -1px;
    left: 0;
    right: 0;
    overflow: hidden;

}

.hero_content {
    background: radial-gradient(202.73% 469.66% at -2.05% -11.64%, #FFFFFF 0%, #FF7097 100%);
    border: 4px solid #FFDDE6;
    border-radius: 31px;
    position: relative;
    display: flex;
    gap: 24px;
}

.hero_content__info {
    padding: 135px 0 136px 82px;
    position: relative;
    z-index: 2;
}

.hero__bg_img {
    width: 742px;
    height: 339px;
    position: absolute;
    background: url('../img/bubble-white.svg') 50% / contain no-repeat;
    position: absolute;

}

.hero__bg_img:nth-child(1) {
    bottom: -181px;
    left: 17px;
}

.hero__bg_img:nth-child(2) {
    transform: scale(-1, 1);
    bottom: -57px;
    right: -310px;
}

.hero__bg_img:nth-child(3) {
    width: 534px;
    height: 245px;
    top: -102px;
    left: -129px;
    transform: scale(-1, 1);
}

.hero__bg_img:nth-child(4) {
    top: -27px;
    right: -73px;
}

.hero-title {
    font-size: 83px;
    line-height: 100%;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-family: 'Blue curve';
    text-transform: uppercase;

    margin-bottom: 18px;
}

.hero-title span {
    color: #D23C73;
}

.hero-text {
    max-width: 567px;
    font-weight: 500;
    font-size: 30px;
    color: #9F4E64;
    margin-bottom: 27px;

}

.hero-btn {
    box-shadow: 0px 26px 30.1px -16px #FFE7ED;
    padding: 20px 76px;

}

.hero_content-img {
    position: relative;
    z-index: 1;
    width: 100%;
}

.hero_heart_big {
    position: absolute;
    width: 652px;
    height: 702px;
    right: 46px;
    bottom: -150px;
}

.hero_heart_small {
    width: 245px;
    height: 250px;
    position: absolute;
    top: 29px;
    left: 0;
}

.get-it {
    padding: 170px 0;
    overflow: hidden;
    position: relative;
}

.get-it_container {
    position: relative;
}

.get-it_container::before {
    width: 1348px;
    height: 615px;
    right: -118px;
    z-index: -1;
    bottom: -556px;
    content: '';
    position: absolute;
    transform: rotate(169.45deg);
    background: url('../img/getit-buble.svg') 50% / contain no-repeat;
}

.section-title {
    font-size: 80px;
    font-weight: 700;
    font-family: 'Blue curve';
    text-transform: uppercase;
}

.section-title span {
    color: #D23C73;
}

.get-it_container {
    display: flex;
    align-items: center;
    gap: 196px;
}

.get-it__text {
    margin-top: 32px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 30px;
    color: #ffffff;
    width: fit-content;
}

.get-it__text::before {
    content: '';
    position: absolute;
    top: -20px;
    bottom: -20px;
    right: -59px;
    z-index: -1;
    left: -1000px;
    border-radius: 56px;
    background: #D23C73;

}

.get-it__img {
    width: 613px;
    height: 304px;
    object-fit: contain;
}

.about {
    color: #FFFFFF;
    overflow: hidden;
    position: relative;
    padding: 161px 0;
    background: radial-gradient(52.38% 52.38% at 50% 44.09%, #FFADC4 0%, #D23C73 100%);
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.about-item {
    padding: 39px 60px;
    border: 5px solid #BB2C60;
    border-radius: 40px;
    background: radial-gradient(109.18% 157.58% at 13.2% 8.09%, #BF2D62 0%, #8B254A 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    position: relative;
}

.about-item>* {
    position: relative;
    z-index: 1;
}

.about-item:first-child::before {
    position: absolute;
    content: '';
    width: 294px;
    height: 280px;
    position: absolute;
    right: 20px;
    bottom: -4px;
    z-index: 0;
    background: url('../img/heart.svg') 50% 100% / contain no-repeat;
}

.about-item__title {
    max-width: 519px;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 11px;
}

.about-item__text {
    font-size: 30px;
    color: #FFC5D5;
    max-width: 527px;
    margin-bottom: 23px;
}

.about-item_white {
    color: #9F4E64;
    background: #FFFFFF;

}

.about-item_white .about-item__text {
    color: #B46F82;
}

.about_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}

.about-item .icon-btn {
    display: none;
}

.bubble_about-img {
    position: absolute;
    width: 1148px;
    height: 524px;
    background: url('../img/bubble-rose.svg') 50% / contain no-repeat;
}

.bubble_about-img:nth-child(1) {
    transform: rotate(-11.31deg);
    top: -363px;
    left: -317px;
}

.bubble_about-img:nth-child(2) {
    transform: rotate(11.31deg) scale(-1, 1);
    top: -363px;
    right: -115px;
}

.bubble_about-img:nth-child(3) {
    transform: rotate(11.31deg) scale(1, -1);
    bottom: -332px;
    left: -317px;
}

.bubble_about-img:nth-child(4) {
    transform: rotate(-11.31deg) scale(-1, -1);
    bottom: -332px;
    right: -115px;
}

.give-msg {
    padding: 121px 0 216px;
    position: relative;
    overflow: hidden;
    z-index: 1;

}

.give-msg::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -1px;
    height: 573px;
    z-index: -1;
    background: url('../img/bubble_bottom.svg') 50% 0% / cover no-repeat;
}

.give-msg_container {
    position: relative;
}

.give-msg__img-bg {
    position: absolute;
    transform: rotate(23.2deg);
    z-index: -1;
    top: -72px;
    right: -276px;
}

.give-msg__info {
    max-width: 1014px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.give-msg__text {
    max-width: 644px;
    color: #9F4E64;
    font-size: 40px;
    font-weight: 500;
}

.give-msg_bottom {
    margin-top: 60px;
    display: flex;
    align-items: center;
    gap: 55px;
    width: 100%;
}

.give-msg_arrow {
    margin-bottom: 59px;
    width: 124px;
    flex-shrink: 0;
    height: 124px;
    background: url('../img/arrow_2.svg') 50% / contain no-repeat;
}

.give-msg__img {
    width: auto;
    max-width: 741px;
    aspect-ratio: 741 / 233;


}

.give-msg_bottom .btn {
    margin-bottom: 59px;

}

.footer {
    padding: 42px 0;
    background: #840F3C;
    margin-top: -1px;
    position: relative;
    overflow: hidden;

}

.footer_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.footer .logo-wrapper {
    color: #ffffff;
}

.footer .logo-name span:first-child {
    color: #FF5492;
}

.footer_text {
    font-size: 26px;
    display: flex;
    flex-direction: column;
    align-items: end;
    line-height: 141%;
    color: #FFD6E6;
}

.footer_bg__img {
    width: 405px;
    height: 386px;
    position: absolute;
    background: url('../img/heart_img.svg') 50% / contain no-repeat;
    transform: rotate(31.76deg);
    top: 15px;
    left: 45px;
}

.footer_bg__img:nth-child(2) {
    left: calc(50% - (319px / 2));
    width: 319px;
    height: 304px;
    transform: rotate(-148deg);
    bottom: 28px;
    top: auto;

}

.footer_bg__img:nth-child(3) {
    left: auto;
    right: 225px;
    width: 319px;
    height: 304px;
    transform: rotate(31deg);
    top: 11px;
}

.container_s {
    max-width: 946px;
    padding: 0 20px;
}

.container_m {
    max-width: 1140px;
    padding: 0 20px;
}

.subscribe {
    padding: 44px 0 100px;
}

.subscribe__title {
    text-align: center;
    font-weight: 500;
    font-size: 27px;
    color: #9F4E64;
    max-width: 481px;
    margin: 0 auto;
}

.subscribe_card-wrapper {
    margin-top: 30px;
    margin-bottom: 60px;
    background: #F8F8F8;
    border-radius: 43px;
    padding: 50px;
}

.subscribe_card-container {
    max-width: 680px;
    margin: 0 auto;
}

.subscribe_icon__text {
    font-weight: 700;
    font-family: 'Blue curve';
    font-size: 21px;
    text-transform: uppercase;
    line-height: 100%;
    color: #ffffff;
    margin-top: 3px;
}

.subscribe_icon {
    padding: 10px 18px;
    background: #D23C73;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 14px;
    width: fit-content;
}

.subscribe_icon img {
    width: 75px;
    height: 66px;
    flex-shrink: 0;
}

.subscribe_card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 23px;
}

.subscribe_card__title {
    font-weight: 700;
    font-size: 39px;
    font-family: 'SF Pro Display';
}

.subscribe_card_form {
    display: flex;
    margin-bottom: 62px;
    position: relative;
    z-index: 1;
}

.subscribe_card {
    width: 376px;
    height: 227px;
    flex-shrink: 0;
    border-radius: 27px;
    background: #FFFFFF;
    border: 3px solid #D23C73;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: end;
    text-align: start;
}

.subscribe_card__bottom {
    margin-top: 62px;
    margin-left: -73px;
    position: relative;
    z-index: -1;
    background: radial-gradient(107.28% 107.28% at 32.94% -10.81%, #FFADC4 0%, #D23C73 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    border: none;
}

.subscribe_card__top_title {
    font-weight: 500;
    font-size: 22px;
}

.card-number__input {

    padding: 8px 18px;
    border-radius: 53px;
    background: #F2F2F2;
    position: relative;
    padding-right: 83px;

}

.card-number__input input:placeholder {
    color: #8E8E8E;
}

input:focus {
    outline: none;
}

.card-number__input input {
    font-size: 22px;
    font-weight: 400;
    border: none;
    background: transparent;
    color: #31253D;
    flex-shrink: 1;
    width: auto;
}

.card-number__input-bank {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}

.subscribe_card__bottom_code {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 18px;
}

.subscribe_card__bottom_code-item {
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: 73px;
}

.subscribe_card__bottom_code-item span {
    font-weight: 500;
    font-size: 22px;
    color: #ffffff;
    font-family: 'SF Pro Display';
}

.code-input {
    height: 45px;
    background: #FFFFFF;
    border-radius: 9px;
    border: none;
    padding: 9px;
    font-family: 'SF Pro Display';
    font-weight: 500;
    font-size: 22px;
    color: #AE3E66;
}

.link-bot {
    color: #D23C73;
}

.oformleniye-podpisk {
    padding: 86px 0;
    position: relative;
}

.oformleniye-podpisk::after {
    content: '';
    position: absolute;
    top: 37px;
    left: 50%;
    transform: translateX(-50%);
    width: 91px;
    height: 91px;
    background: url('../img/icon-podpiska.svg')50% / contain no-repeat;
}

.podpisk-content {
    padding: 60px 25px;
    background: #FFF7F7;
    border: 1px solid #F5DADA;
    border-radius: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 26px;
    align-items: center;
}

.podpisk-title {
    font-weight: 500;
    font-size: 23.35px;
    max-width: 472px;
    text-align: center;
    letter-spacing: 0.2px;
}

.podpisk-title span {
    color: #D23C73;
    font-weight: 700;
}

.podpisk-content_bg::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../img/bg.png')50% / cover no-repeat;
}

.podpisk-content__form {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 422px;
    width: 100%;
    position: relative;
}

.grey-msg {
    padding: 25px 32px;
    background: #31243DB2;
    border: 3.11px solid #5B4670;
    position: relative;
    margin-top: 22px;
    border-radius: 10px;

}

.grey-msg p {
    max-width: 328px;
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
    max-width: 328px;
}

.grey-msg__top {
    border: 2.33px solid #FB6A94;
    background: #FFFFFF;
    padding: 3px 22px 6px;
    border-radius: 100px;
    font-size: 18px;
    position: absolute;
    top: -22px;
    left: 45px;
    font-weight: 500;
}
.time-msg {
    padding: 35px 25px;
    border-radius: 28px;
    background: #F2F2F24D;
    border: 3.11px solid #DDDDDD;
    color: #31243D99;
    font-weight: 400;
    font-size: 17px;
}
.time-msg span {
    color: #D23C73;
    font-weight: 600;
}
.btn-podpisk {
    height: 67px;
    background: #D23C73;
    border: 3.11px solid #FF4F81;
    box-shadow: 0px 20.23px 23.43px -12.45px #FFE7ED;
    border-radius: 79px;
    font-size: 23px;
    padding: 10px;
    font-weight: 500;
    width: 100%;
}
button {
    border: none;
    background-color: inherit;
    cursor: pointer;
}
.checkbox-label {
    display: flex;
    gap: 7px;
    position: relative;
    color: #83798866;
    font-size: 14px;
}
.checkbox-label input {
    position: absolute;
    z-index: -100;
    opacity: 0;
}
.checkbox-marker {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    border-radius: 2px;
    border: 1.59px solid #D23C73;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
input[type="checkbox"]:checked+.checkbox-marker {
    background-color: #D23C73;
}
input[type="checkbox"]:checked+.checkbox-marker::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url('../img/check.svg') 50% / contain no-repeat;
}
.bank-msg {
    font-size: 12px;
    text-align: center;
    color: #31243D99;
}
.cancel-subscription {
    padding: 121px 0 70px;
}
.cancel-subscription-title {
    font-size: 47px;
    font-weight: 500;
    text-align: center;
}
.cancel-subscription__wrapper {
    padding: 76px 20px 81px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 48px;
    background: #FFF7F7;
 border-radius: 31px;
 position: relative;
}
.cancel-subscription__wrapper::after {
    position: absolute;
    width: 117px;
    height: 113px;
    content: '';
    display: block;
    top: -62px;
    left: 50%;
    transform: translateX(-50%);
    background: url('../img/icon-podpiska.svg') 50% / contain no-repeat;
}
.cancel-subscription__content {
    max-width: 1146px;
}
.cancel-subscription-text {
    font-size: 30px;
    color: #9F4E64E5;
    max-width: 944px;
    text-align: center;
    margin: 0 auto;
    margin-top: 19px;
}
.cancel-subscription__card {
   padding: 81px 69px;
   background: #FFFFFF;
   border: 2px solid #FFD8D8;
   border-radius: 41px;
   margin-top: 38px;
}
.cancel-subscription__card-title {
    font-weight: 600;
    font-size: 34px;
}
.cancel-subscription__card-form {
    margin-top: 53px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.cancel-subscription__card__input-item {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.cancel-subscription__card__input-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}
.cancel_card__input {
    height: 114px;
    background: #FFF3F3;
    border: 2px solid #FFD8D8;
    border-radius: 41px;
    padding: 20px 45px;
    padding-right: 0px !important;
    font-size: 50px;
    width: 100%;

}
.cancel-subscription__card__input-item-top,
.cancel-subscription__card__input-item-bottom {
    display: flex;
    gap: 20px;

    justify-content: space-between;
}
.cancel_card__input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
}
.cancel_card__input[name="first-num-card"] {
    max-width: 398px;
}
.cancel_card__input[name="last-num-card"] {
    max-width: 256px;
}
.cancel_card__input[name="month-num-card"],
.cancel_card__input[name="year-num-card"] {
    max-width: 140px;
}
.cancel-subscription__card__input-item span {
    font-size: 25px;
    color: #9F4E64E5;
}
.btn-cancel-subscription {
    width: 100%;
    background: #FFF3F3;
    border: 3px solid #FFE0E8;
    font-size: 30px;
    color: #9F4E64E5;
    font-weight: 400;
}
.cancel-subscription_text {
    display: flex;
    flex-direction: column;
    gap: 31px;
    max-width: 903px;
    margin: 0 auto;
    margin-top: 42px;

}
.cancel-subscription_text h2 {
font-weight: 700;
font-family: 'SF Pro Display';
font-size: 36px;
}
.cancel-subscription_text p {
    font-size: 24px;
    color: #9F4E6499;
}
.text-container {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.text-container h1 {
    font-family: 'SF Pro Display';
    font-size: 39px;
}
.text-container p {
    font-weight: 400;
    font-size: 24px;
    color: #8C8394;
    line-height: 202%;
    display: flex;
    flex-direction: column;
}
.text-container p span {
    color: #31253D;
}
.text-page {
    padding: 60px 0 100px;
}
@media (max-width:1400px) {
    .get-it_container {
        gap: 60px;
    }

    .give-msg__img {
        max-width: 600px;
    }

    .footer_bg__img:nth-child(3) {
        right: 0;
        width: 125px;
        height: 119px;
        transform: rotate(-148deg);
        top: auto;
        bottom: 49px;
    }

    .footer_bg__img:nth-child(1) {
        right: 0;
        width: 150px;
        height: 143px;
        transform: rotate(31deg);
        top: 19px;
        bottom: auto;
        left: 23px;
    }
}
@media (max-width:1300px) {
    .cancel_card__input {
        height: 70px;
        font-size: 50px;
        padding: 10px 30px;
    }
    .cancel-subscription__card{
        max-width: 825px;
       margin: 0 auto;
       margin-top: 40px;
    }
    .cancel_card__input[name="first-num-card"] {
        max-width: 290px;
    }
    .cancel_card__input[name="last-num-card"] {
        max-width: 200px;
    }
    .cancel_card__input[name="month-num-card"], .cancel_card__input[name="year-num-card"] {
        max-width: 100px;
    }
    .cancel-subscription__card {
        padding: 30px;
    }
    .cancel-subscription__card__input-item span {
        font-size:18px;
    }
}
@media (max-width:1200px) {
    .header {
        padding-top: 18px;
        padding-bottom: 13px;
    }

    .header-container {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
        padding: 0 !important;
    }

    .logo-wrapper {
        margin: 0 auto;
        margin-bottom: 16px;
    }

    .header-nav {
        width: 100%;
        max-width: none;
        padding: 0 30px;
        border-top: 1px solid #D9D9D9;

    }

    .header-nav__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 14px;
        text-align: center;
    }

    .header-nav__list-item {
        padding: 14px 0;
        display: block;
        border-bottom: 1px solid #D9D9D9;
        transition: all .3s ease;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-nav__list-item:hover {
        border-color: #D23C73;
    }

    .hero_content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 29px;
    }

    .hero_content-img {
        height: 350px;
    }

    .hero_content__info {
        padding: 40px 40px 0 40px;
    }

    .hero_heart_big {
        width: 400px;
        height: 432px;
        bottom: -40px;
    }

    .hero_heart_small {
        width: 180px;
        height: 186px;
        top: -10px;
        left: 80px;
    }

    .hero {
        padding-top: 30px;
        padding-bottom: 153px;
    }

    .hero__bg_img:nth-child(2),
    .hero__bg_img:nth-child(4),
    .hero__bg_img:nth-child(3) {
        display: none;
    }

    .hero__bg_img:nth-child(1) {
        width: 100%;
        transform: rotate(-170deg);
        left: 0;
        right: 0;
        bottom: -200px;
    }

    .hero-btn {
        margin: 0 auto;
    }

    .get-it_container {
        flex-direction: column;
        gap: 36px;
    }

    .section-title {
        font-size: 65px;
    }

    .about-container {
        grid-template-columns: 1fr;
    }

    .about-item:first-child::after {
        content: '';
        position: absolute;
        top: 18px;
        right: 30px;
        background: url('../img/star.svg') 50% / contain no-repeat;
        width: 65px;
        height: 66px;
    }

    .give-msg_bottom {
        flex-direction: column;
        gap: 20px;
    }

    .give-msg_arrow {
        margin: 0;
        margin-top: -40px;
        width: 50px;
        height: 114px;
        background: url('../img/arrow_hear.svg') 50% / contain no-repeat;
    }

    .give-msg {
        padding-bottom: 0;
        text-align: center;
    }

    .give-msg_container {
        padding-bottom: 381px;

    }

    .give-msg::before {
        width: 100px;
        height: 100px;
        bottom: 300px;
        left: calc(50% - (100px / 2) - 30px);
        right: auto;
        z-index: 1;
        background: url('../img/arrow_rose.svg') 50% / contain no-repeat;
    }

    .give-msg__img-bg {
        bottom: 0px;
        right: calc(50% - (449px / 2) - 120px);
        width: 449px;
        height: 453px;
        top: auto;
    }

    .section-title {
        margin: 0 auto;
    }

    .give-msg__text {
        margin: 0 auto;
    }

    .give-msg__info {
        max-width: none;
    }

    .footer .logo-wrapper {
        margin: 0;
    }
}
@media (max-width:1000px) {
    .cancel_card__input {
        height: 40px;
        font-size: 30px;
        padding: 10px 30px;
        gap: 10px;
        padding: 0 17px;
        border-radius: 14px;

    }
    .cancel-subscription__card__input-item {
        gap: 10px;
        text-align: center;
    }
    .cancel-subscription__card{
        max-width: 825px;
       margin: 0 auto;
       margin-top: 40px;
    }
    .cancel-subscription__card__input-item:first-child {
        max-width: 60%;
        flex-grow: 2;

    }
    .cancel-subscription__card__input-item:nth-child(2) {
        max-width: 40%;
    }
    .cancel-subscription__card__input-item-bottom {
        width: 100%;
    }

    .cancel_card__input[name="first-num-card"] {
        max-width: none;

    }
    .cancel_card__input[name="last-num-card"] {
        max-width: none;
    }
    .cancel_card__input[name="month-num-card"], .cancel_card__input[name="year-num-card"] {
        max-width: none;
    }
    .cancel-subscription__card__input-item-bottom .cancel-subscription__card__input-item {
        width: auto;
        max-width: 60px;
        order: 2;
    }
    .cancel-subscription__card__input-item-bottom .cancel-subscription__card__input-item:first-child {
        order: 0;
    }
    .cancel-subscription__card__input-item-bottom::after {
        height: 3px;
        flex-grow: 1;
        content: '';
        background: #FFF3F3;
        border-radius: 10px;
        margin-top: auto;
        margin-bottom: 20px;
        order:1;
    }
    .cancel-subscription__card {
        padding: 30px;
    }
    .cancel-subscription__card__input-item span {
        font-size:14px;
    }
    .cancel-subscription__card-title {
        text-align: center;
    }
    .cancel-subscription__card-form {
        margin-top: 20px;
    }
    .btn-cancel-subscription {
        height: 48px;
        border-radius: 13px;
        font-size: 20px;
    }
    .cancel-subscription-title {
        font-size: 30px;
    }
    .cancel-subscription-text {
        font-size: 20px;
    }

}
@media (max-width:768px) {
    .logo-wrapper img {
        width: 39px;
        height: 39px;
    }

    .logo-wrapper {
        gap: 7px;
    }

    .logo-name {
        font-size: 19px;
    }

    .header-container {
        gap: 0;
    }

    .header-nav__list-item a {
        font-size: 11px;
    }

    .header-nav {
        padding: 0 20px;
    }

    .hero-title {
        font-size: 58px;
        margin-bottom: 8px;

    }

    .hero {
        padding-top: 14px;
    }

    .hero-text {
        font-size: 20px;
        max-width: 360px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .btn {
        height: 50px;
        font-size: 18px;
        border-radius: 12px;
        padding: 10px 36px;
        gap: 4px;
    }

    .btn svg {
        width: 18px;
        height: 15px;
    }

    .hero_content-img {
        height: 218px;
    }

    .hero_content-img::after {
        width: 42px;
        height: 75px;
        content: '';
        z-index: 2;
        background: url('../img/hero/arrow.svg') 50% / contain no-repeat;
        position: absolute;
        top: 0px;
        right: calc(50% - (42px / 2) - 100px);
    }

    .hero_heart_big {
        width: 226px;
        height: 243px;
        bottom: -30px;
        left: calc(50% - (226px / 2) - 10px);
        right: auto;
        object-position: center;
    }

    .hero_heart_small {
        width: 82px;
        height: 73px;
        top: 2px;
        left: calc(50% - (82px / 2) - 80px);
    }

    .container {
        padding: 0 20px;
    }

    .get-it {
        padding: 30px 0;
        text-align: center;
    }

    .section-title {
        font-size: 38px;
    }

    .get-it__text {
        font-size: 20px;
        color: #31243D;
    }

    .get-it__text::before {
        background: #FFEDF6;
        left: -39px;
        right: -39px;
        top: -10px;
        bottom: -10px;
        border-radius: 100px;
    }

    .get-it__img {
        width: 100%;
        height: auto;
        aspect-ratio: 332 / 164;
    }

    .get-it_container::before {
        display: none;
    }

    .get-it::before {
        content: '';
        position: absolute;
        left: 37px;
        right: 31px;
        bottom: 0;
        aspect-ratio: 306 / 127;
        transform: translateY(41%);
        background: url('../img/bubble_gry.svg') 50% / contain no-repeat;
    }

    .about::before {
        content: '';
        position: absolute;
        left: 37px;
        right: 31px;
        top: 0;
        aspect-ratio: 306 / 127;
        transform: translateY(-59%);
        background: url('../img/bubble_gry_rose.svg') 50% / contain no-repeat;
    }

    .bubble_about-img:nth-child(1),
    .bubble_about-img:nth-child(2),
    .bubble_about-img:nth-child(3) {

        display: none;
    }

    .about {
        padding: 60px 0;
        background: radial-gradient(66.33% 66.33% at 50% 44.09%, #FFADC4 0%, #D23C73 100%)
            /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
        ;

    }

    .about-container {
        gap: 24px;
    }

    .about-item {
        padding: 18px 28px;
        border-radius: 19px;
        border-width: 2px;
    }

    .about-item__title {
        font-size: 19px;
        margin-bottom: 4px;
        max-width: 247px;
    }

    .about-item:first-child::before {
        width: 140px;
        bottom: 0;
    }

    .about-item__text {
        font-size: 14px;
        margin-bottom: 11px;
        max-width: 251px;
    }

    .about-item .icon-btn {
        display: block;
    }

    .bubble_about-img:nth-child(4) {
        width: auto;
        left: 2PX;
        right: 18px;
        aspect-ratio: 355 / 162;
        height: auto;
        transform: rotate(-11.31deg) scale(-1, -1) translateY(-65%);
        bottom: 0;
    }

    .give-msg {
        padding-top: 30px;
    }

    .give-msg__text {
        font-size: 14px;
        max-width: 289px;
    }

    .give-msg__info {
        gap: 10px;
    }

    .give-msg_bottom {
        margin-top: 23px;
        gap: 10px;
    }

    .give-msg__img {
        max-width: 286px;
    }

    .give-msg_arrow {
        height: 57px;
        margin-top: -20px;
    }

    .give-msg_container {
        padding-bottom: 293px;
    }

    .give-msg__img-bg {
        bottom: 30px;
        right: calc(50% - (429px / 2) - 80px);
        width: 429px;
        height: 253px;
        top: auto;
    }

    .give-msg .btn {
        padding: 10px 16px;
        margin: 0;
    }

    .give-msg::before {
        height: 61px;
        width: 61px;
    }

    .give-msg::before {
        left: calc(50% - (100px / 2) + 20px);
        bottom: 199px;
    }

    .footer {
        padding: 24px 0;
    }

    .footer_text {
        font-size: 14px;
    }

    .footer_bg__img:nth-child(2) {
        display: none;
    }

    .modal-content {
        padding: 29px;
    }

    .modal-content__title {
        font-size: 19px;
    }

    .modal-content__text {
        font-size: 14px;
    }

    .information_link_item {
        padding: 18px;
    }

    .information_link_item span {
        font-size: 14px;
    }

    .information_link_item p {
        font-size: 12px;
    }
    .btn-podpisk {
        border-radius: 100px;
    }
    .podpisk-content__form {
        gap: 16px;
    }
    .podpisk-title {
        font-size:17px;
    }
    .grey-msg p,
    .grey-msg__top {
        font-size: 15px;
        left: 16px;
    }
    .grey-msg {
        padding: 20px 22px 18px 29px;
    }
    .time-msg {
        font-size: 12px;
        text-align: center;
        padding: 11px 26px;
        border-radius: 19px;
    }
    .oformleniye-podpisk {
        padding-top: 119px;
    }
    .oformleniye-podpisk::after {
        top: 67px;
    }
    .cancel-subscription__wrapper::after {
        width: 92px;
        height: 92px;
        top: -52px;
    }
    .cancel-subscription {
        padding-top: 72px;
    }
    .cancel-subscription__wrapper {
        padding: 50px 20px 30px;
    }
    .cancel-subscription-title {
        font-size: 20px;
    }
    .cancel-subscription-text {
        font-size: 12px;
        max-width: 246px;
        margin-top: 7px;
    }
    .cancel-subscription__card {
        padding: 20px 25px;
    }
    .cancel-subscription__card-title {
        font-size: 14px;
    }
    .cancel-subscription__card__input-item span {
        font-size: 9px;
    }
    .cancel-subscription__card-form {
        margin-top: 17px;
    }
    .cancel-subscription__card__input-container {
        gap: 10px;
    }
    .cancel-subscription__card__input-item-top {
        gap: 8px;
        width: 100%;
    }
    .cancel-subscription__card__input-item-bottom {
        gap: 10px;
    }
    .cancel_card__input {
        font-size: 16px;
    }
    .cancel-subscription__card {
        margin-top: 20px;
    }
    .cancel-subscription_text {

        gap:9px;
        margin-top: 16px;

    }
    .cancel-subscription_text h2 {

    font-size: 17px;
    }
    .cancel-subscription_text p {
        font-size: 10px;
    }
    .text-container {
        gap: 17px;
    }
    .text-container h1 {
        font-size:17px;
        text-align: center;
    }
    .text-container p {
        font-size: 10px;
        line-height: 202%;
    }

    .text-page {
        padding: 26px 0 20px;
    }
}

@media (max-width:568px) {
    .hero__bg_img:nth-child(1) {

        bottom: -160px;
    }

    .hero-title {
        font-size: 38px;
    }

    .hero-text {
        font-size: 14px;
        max-width: 190px;
    }

    .btn {
        height: 41px;
        font-size: 14px;
    }

    .get-it__text {
        font-size: 15px;
        margin: 0 auto;
        margin-top: 25px;
    }
    .btn-podpisk {
        height: 48px;
    }
    .bank-msg {
        font-size: 10px;
    }
}
