#callbackFort {
    display:none!important;
}
body {
    background-color: #FFE4DD;
}
.container {
    position: relative;
    z-index: 1;
}
.comments {
    background-color: transparent;
    border: none;
    margin: 0 auto;
}
.com_list {
    padding: 0;
}
.comments-tree-list .comment {
    border: none;
    border-radius: 20px;

    background: linear-gradient(
            358deg, rgb(255 255 255) 0%, rgb(255 255 255 / 30%) 100%);
    backdrop-filter: blur(10px);
    text-align: center;

    font-size: 26px;
    padding: 48px;
}
.comment-author {
    font-weight: 700;
}
.comment-time {
    font-size: 16px;
    opacity: .8;
}
.comment-form {
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 233, 239, 0.3) 0%, rgba(161, 0, 45, 0.3) 100%);
    backdrop-filter: blur(10px);
    text-align: center;
    padding: 48px;
}
.comment-form .form-check {
    justify-content: center;
    gap: 5px;
    display: flex;
}
.comments label {
    color: #930029;
    font-size: 18px;
}
.comments input[type=text]::placeholder {
    color: #e483a5;
}
.comments textarea, .comments input[type=text] {
    border: 2px solid #e483a5;
    border-radius: 1rem;
    color: #930029;
    font-size: 18px;
    height: 55px;
    width: 408px;
    width: 100%;
    text-align: center;
    background-color: rgb(255 255 255 / 32%) !important;
}
.congratulation-text {
    color: #930029;
    font-size: 20px;
}
.congratulation-text h1 {
    font-size: 70px;
    font-weight: 900;
    margin-bottom: 20px;
}
.congratulation-image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}
.section-congratulation {
    position: relative;
}
.section-congratulation .video {
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(201, 57, 98, .3);
}
.section-congratulation a.btn-march8 {
    width: 356px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #FFEEF3;
    text-decoration: none;
    background-color: #d17790;

    background-image: linear-gradient(180deg, rgba(255, 121, 159, 0.8) 0%, rgba(205, 0, 58, 0.8) 100%);
    backdrop-filter: blur(15px);
    opacity: .8;
    border: 0;
    border-radius: 74px;
}
.section-congratulation a.btn-march8 span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 74px;
    font-weight: bold;
    transition: filter 2s ease;
    filter: saturate(100%);
}
.section-congratulation a.btn-march8:hover {
    filter: saturate(110%);
}
.section-congratulation a.btn-march8:focus {
    color: #ffffff;
}
.section-interactive {
    position: relative;
    /*z-index: 1;*/
    background: radial-gradient(90.82% 86.58% at 50% 50%, #DD0B46 0%, #FF89AB 59.13%);
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.section-interactive h2 {
    color: #ffffff;
    font-size: 70px;
    font-weight: 900;
    text-align: center;
}
.section-interactive p {
    color: #ffffff;
    font-size: 28px;
    text-align: center;
}
.section-interactive .mirror {
    position: relative;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}
.section-interactive .compliment-btn {
    position: absolute;
    bottom: 25px;
    font-size: 32px;
    color: #FFEEF3;
    font-weight: 900;
    margin: 0 auto;
    display: flex;
    left: 0;
    right: 0;
    width: 143px;
    height: 56px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border-radius: 74px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.section-interactive .compliment-btn:active,
.section-interactive .compliment-btn:hover {
    color: #ffffff;
}
.section-interactive .compliment-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent
    );
    transition: left 1s;
}
.section-interactive .compliment-btn:hover::before {
    left: 100%;
}

.stars {
    position: absolute;
    animation: float-up-down 2s ease-in-out infinite;
    pointer-events: none;
}
.stars .star {
    background-image: url('../images/march8/stars.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}
.star1 .star {
    width: 90px;
    height: 113px;
}
.star1 {
    top: 250px;
    left: 25vw;
    animation-delay: 0s;
}
.star2 .star {
    width: 61px;
    height: 106px;
    transform: rotate(180deg);
}
.star2 {
    bottom: 150px;
    left: 75vw;
    animation-delay: 0.75s;
}
.star3 .star {
    width: 65px;
    height: 71px;
    transform: scaleX(-1);
}
.star3 {
    bottom: 250px;
    left: 10vw;
    opacity: .4;
    animation-delay: 1.5s;
}
.star4 .star {
    width: 61px;
    height: 106px;
    transform: rotate(180deg);
}
.star4 {
    top: 150px;
    right: 10vw;
    opacity: .4;
    animation-delay: 2.25s;
}
.harts {
    background-image: url('../images/march8/hart.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.hart1 {
    width: 469px;
    height: 403px;
    filter: blur(20px);
    transform: rotate(-15deg);
    top: 50%;
    left: 18vw;
}
.hart2 {
    width: 500px;
    height: 531px;
    filter: blur(20px);
    transform: rotate(15deg);
    top: 28%;
    right: 17vw;
}
/* Ключевые кадры анимации */
@keyframes float-up-down {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* вверх */
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
.interactive-text {
    width: 390px;
    height: 290px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 160px;
    margin: 0 auto;
    left: 0;
    right: 0;

    font-weight: 700;
    font-size: 24px;
    color: #002F61;

}
.rate {
    display: none;
}
.lepestki {
    position:  absolute;
    z-index: 1;
    pointer-events: none;
}
.lepestki1 {
    transform: rotate(-3deg);
    top: -17vw;
    left: -31vw;
    width: 67vw;
}
.lepestki2 {
    transform: rotate(-53deg);
    top: -500px;
    right: -450px;
    width: 56vw;
}
.lk-main,
.content-fort {
    padding-bottom: 0;
}
.lk-main {
    margin-top: -117px;
    padding-top: 117px;
    overflow: hidden;
}
.section-comments {
    position: relative;
    background-image: url(../images/march8/lepestki3.png), linear-gradient(179.07deg, #FFE0DD 10.14%, #FFB9D7 80.63%);
    padding-bottom: 50px;
    background-position: top 250px center, top center;
    background-repeat: no-repeat;
}
.section-comments h2 {
    color: #930029;
    font-size: 70px;
    font-weight: 900;
}
.commentsform-preview p {
    font-size: 28px;
    color: #930029;
}

.gray-theme.fr-toolbar.fr-top {
    border-radius: 1rem 1rem 0 0;
    box-shadow: none;
    border: 2px solid #e483a5;
}
.gray-theme.fr-toolbar {
    background: #f7c4d1;
}
.gray-theme.fr-box.fr-basic .fr-wrapper {
    border: 2px solid #e483a5;
    background-color: rgb(255 255 255 / 32%) !important;

    border-radius: 0 0 1rem 1rem !important;
}
.fr-view, .fr-popup,
.gray-theme.fr-box.fr-basic .fr-wrapper {
    background: transparent;
    box-shadow: none !important;
}
.gray-theme.fr-box.fr-basic .fr-element {
    color: #930029;
    font-size: 18px;
}
.gray-theme.fr-box .fr-counter {
    display: none;
}
.comment-form a:link, .comment-form a:visited,
.comment-form a {
    color: #930029;
    text-decoration: underline;
}
@media screen  and (max-width: 1399px) {
    .lepestki1 {
        top: -165px;
        left: -520px;
    }
    .lepestki2 {
        top: -280px;
        right: -204px;
        width: 67vw;
    }
    .section-congratulation a.btn-march8 {
        width: 330px;
        height: 60px;

        font-size: 20px;
    }
    .congratulation-text {
        font-size: 18px;
    }
    .congratulation-text h1,
    .section-interactive h2,
    .section-comments h2 {
        font-size: 56px;
    }
    .section-interactive .mirror {
        width: 80%;
        margin: 0 auto;
    }
    .interactive-text {
        width: 353px;
        height: 270px;
        top: 190px;
        font-size: 20px;
    }
    .section-interactive .compliment-btn {
        height: 60px;
        width: 143px;
        font-size: 24px;
        bottom: 26px;
    }
    .star1 {
        left: 15vw;
    }
    .star2 {
        left: 86vw;
    }

}

@media screen  and (max-width: 1199px) {
    .congratulation-text p br {
        display: none;
    }
    /*.comment-form,*/
    /*.comments-tree-list .comment,*/
    /*.section-congratulation .video {*/
    /*    border-radius: 32px;*/
    /*}*/
    .commentsform-preview p {
        font-size: 28px;
    }
    .comments-tree-list .comment {
        font-size: 18px;
    }
    .section-interactive .compliment-btn {
        height: 47px;
        width: 122px;
        bottom: 22px;
    }
    .hart1 {
        width: 399px;
        height: 330px;
        left: 8vw;
    }
    .hart2 {
        width: 500px;
        height: 467px;
    }
    .interactive-text {
        width: 314px;
        height: 206px;
        top: 152px;
    }
}
@media screen  and (max-width: 991px) {
    .congratulation-text h1,
    .section-interactive h2,
    .section-comments h2 {
        font-size: 38px;
    }
    .section-interactive .mirror {
        width: 100%;
    }
    .section-interactive .compliment-btn {
        height: 55px;
        width: 143px;
        bottom: 25px;
    }

    .interactive-text {
        width: 350px;
        height: 280px;
    }
    .lk-main {
        margin-top: -166px;
        padding-top: 166px;
    }
}

@media screen  and (max-width: 767px) {
    .section-interactive .compliment-btn {
        height: 41px;
        width: 106px;
        bottom: 18px;
        font-size: 18px;
    }
    .interactive-text {
        width: 262px;
        height: 235px;
        top: 105px;
        font-size: 15px;
    }
}
@media screen  and (max-width: 575px) {
    .section-interactive .compliment-btn {
        bottom: 3.4vw;
        height: 7.6vw;
        width: 20vw;
        font-size: 15px;
        padding: 0;
    }

    .interactive-text {
        top: 20vw;
        width: 40vw;
        height: 40vw;
    }
    .comments-tree-list .comment,
    .comments textarea, .comments input[type=text],
    .comments label,
    .section-interactive p,
    .commentsform-preview p {
        font-size: 15px;
    }
    .comments {
        padding-right: 0;
        padding-left: 0;
    }
    .comments-tree-list .comment,
    .comment-form {
        padding: 30px 10px;
    }
    .section-congratulation a.btn-march8 {
        margin: 0 auto;
    }
    .social {
        margin-top: 30px;
        text-align: center;
    }
    .comment-form .form-check {

    }
}
