/* спецпроект printed */
a.icon_a-z.redesign_main_menu_a-z {
    margin-left: 37px;
    margin-right: 32px;
}
.redesign_main_menu_search.search {
    margin-left: 0;
}
/*body:has(#bseller_branding:empty):not(:has(.adfox-banner-background)) .redesign_main_menu {
    margin-top: 25px;
}*/
.center .redesign_main_menu {
    height: 105px;
}

#spec_printed {
    position: relative;
    width: 253px;
    height: 120px;
    margin-right: 50px;
    top:-8px;
    overflow: hidden;
    display: none;
}
#spec_printed.static,#spec_printed.anim {
    display: block;
}
.spec_printed_cont {
    width: 100%;
    height: 100%;
}

#spec_printed #text-anim1 {
    position: absolute;
    top: 56px;
    left: 100%;
    width: 253px;
    height: 21px;
    animation: spec_slideIn 1s 1s cubic-bezier(0.45, 1.45, 0.8, 1) forwards, spec_slideOut 1s 2.2s cubic-bezier(0.45, 1.45, 0.8, 1) forwards;
}

#spec_printed #text-anim2 {
    position: absolute;
    top: 56px;
    left: 100%;
    width: 253px;
    height: 21px;
    animation: spec_slideIn 1s 3.2s  cubic-bezier(0.45, 1.45, 0.8, 1) forwards, spec_slideOut 1s 4.4s  cubic-bezier(0.45, 1.45, 0.8, 1) forwards;
}

#spec_printed .svg-animation {
    width: 100%;
    height: 100%;
}

#spec_printed .image-stack {
    bottom: 0;
    left: 41%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
    top: 110px;
    position: relative;
    animation: spec_slideTop 1s 0s  cubic-bezier(0.45, 1.45, 0.8, 1) forwards;
}

#spec_printed img#spec_printed_cover1 {
    animation: img1_rot 1s 1s  cubic-bezier(0.45, 1.45, 0.8, 1) forwards;
}
#spec_printed img#spec_printed_cover2 {
    animation: img2_rot 1s 1s  cubic-bezier(0.45, 1.45, 0.8, 1) forwards;
}
#spec_printed img#spec_printed_cover3 {
    animation: img3_rot 1s 1s  cubic-bezier(0.45, 1.45, 0.8, 1) forwards;
}
#spec_printed .image-stack img {
    width: 178px;
    height: auto;
    position: absolute;
    top: 0;
    left: calc(50% - 66px);
}
/* static */
#spec_printed.static #text-anim1 {
    display: none;
}
#spec_printed.static #text-anim2 {
    display: none;
}
#spec_printed.static .image-stack {
    top: 0;
    animation: none;
}
#spec_printed.static img {
    animation: none;
}
#spec_printed.static img#spec_printed_cover1 {
    transform: rotate(-21.952deg);
    left: calc(50% - 80px);
    top:16px;
    animation: none;
}
#spec_printed.static img#spec_printed_cover2 {
    transform: rotate(-2.82deg);
    left: calc(50% - 62px);
    top:16px;
    animation: none;
}
#spec_printed.static img#spec_printed_cover3 {
    transform: rotate(15.08deg);
    left: calc(50% - 30px);
    top:16px;
    animation: none;
}

@keyframes spec_slideIn {
    to {
        left: 0;
    }
}

@keyframes spec_slideOut {
    to {
        left: -100%;
    }
}


@keyframes spec_slideTop {
    to {
        top: 0;
    }
}

@keyframes spec_fadeIn {
    to {
        opacity: 1;
    }
}
@keyframes img1_rot {
    to {
        transform: rotate(-21.952deg);
        left: calc(50% - 80px);
        top:16px;
    }
}
@keyframes img2_rot {
    to {
        transform: rotate(-2.82deg);
        left: calc(50% - 62px);
        top:16px;
    }
}
@keyframes img3_rot {
    to {
        transform: rotate(15.08deg);
        left: calc(50% - 30px);
        top:16px;
    }
}

@keyframes spec_fanOut {
    0% {
        transform: translateX(-50%) scaleY(0);
    }
    100% {
        transform: translateX(-50%) scaleY(1);
    }
}



/* printed balloon */

@keyframes rotateBalloon {
    0%   {transform: rotate(0) translateX(0);}
    25%  {transform: rotate(-5.64deg);;transform-origin: bottom right}
    50%  {transform: rotate(0);}
    70% {transform-origin: top right;transform: rotate(4.747deg) translateX(-18px);}
    90% {transform: rotate(0) translateX(0);}
    92.5%   {transform: rotate(3.268deg);transform-origin: center center;}
    95%   {transform: rotate(-2.473deg);}
    97.5%   {transform: rotate(0);}
}
@keyframes explodeAnim {
    0%   {transform: scale(0.6)}
    10%  {transform: scale(1)}
    100%  {transform:  scale(1); opacity:0;}
}
@keyframes rotateLight {
    from {
        transform: rotate(0deg) translateX(24px) rotate(0deg);
    }
    to {
        transform: rotate(360deg) translateX(24px) rotate(-360deg);
    }
}
#spec_printed_balloon_cont {
    position: relative;
    z-index: 400;
}
#spec_printed_balloon,div#spec_printed_balloon_confetti {
    position:fixed;
    bottom:100px;
    left: calc(50% - 560px);
    display:none;
}
div#spec_printed_balloon_confetti {
    width: 118px;
    height: 113px;
    bottom: 266px;
    transform: scale(0.6);
    opacity:1;
    transition: transform 0.2s ease-out, opacity 0.3s ease-in 0.6s, bottom 0.3s ease-out;
}
div#spec_printed_balloon_confetti.anim {
    /*animation: explodeAnim  3s ease-in forwards;
    animation-iteration-count: 1;*/
    transform: scale(1);
    opacity:0;
    bottom:276px;
}
#spec_printed_balloon_confetti img {
    position: absolute;
    transition: transform 0.7s ease-in 0.2s, top 0.7s ease-in 0.2s ;
    /*
    transition: all 0.7s ease-in 0.3s;
    */
}

.heart1 {
    width: 39.341px;
    height: 37.985px;
    transform: rotate(-20.568deg);
    top:20px;
    left:-30px;
}
.anim .heart1 {
    transform: rotate(23.944deg);
    top:127px;
}
.heart2 {
    width: 37.985px;
    height: 36.628px;
    transform: rotate(1.349deg);
    top:-14px;
    left: 58px;
}
.anim .heart2 {
    transform: rotate(43.944deg);
    top:280px;
}
.heart3 {
    width: 36.024px;
    height: 34.738px;
    transform: rotate(23.402deg);
    top:32px;
    left:15px;
}
.anim .heart3 {
    transform: rotate(-13.944deg);
    top:190px;
}
.heart4 {
    width: 27.29px;
    height: 26.349px;
    transform: rotate(31.676deg);
    top:48px;
    left: 66px;
}
.anim .heart4 {
    transform: rotate(-13.944deg);
    top:260px;
}
.heart5 {
    width: 29.73px;
    height: 28.705px;
    transform: rotate(6.564deg);
    top:14px;
    left:118px;
}
.anim .heart5 {
    transform: rotate(45.944deg);
    top:130px;
}
.heart6 {
    width: 19.629px;
    height: 18.928px;
    transform: rotate(-16.039deg);
    top:85px;
    left:56px;
}
.anim .heart6 {
    transform: rotate(14.944deg);
    top:200px;
}
.heart7 {
    width: 18.962px;
    height: 18.308px;
    transform: rotate(-11.44deg);
    top:82px;
    left:118px;
}
.anim .heart7 {
    transform: rotate(33.944deg);
    top:220px;
}
.heart8 {
    width: 39.341px;
    height: 37.985px;
    transform: rotate(23.944deg);
    top:103px;
    left:-16px;
}
.anim .heart8 {
    transform: rotate(63.944deg);
    top:190px;
}
#spec_printed_balloon_close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #bdbdbd;
    background-color: #f2f2f2;
    font: 10px "lk";
    position: absolute;
    right: -20px;
    text-align: center;
    top: 0;
    line-height: 30px;
    z-index:1;
}
#spec_printed_balloon_close:hover {
    background-color: #EAEAEA;
    color:#9D9D9D;
}
#spec_printed_balloon_close:after {
    content: "\e822";
    cursor: pointer;
}
.balloon {
    width: 150px;
    height: 230px;
    left:0;
    flex-shrink: 0;
    position:relative;
    animation: rotateBalloon  4s cubic-bezier(0.45, 1.45, 0.8, 1) infinite;
    animation-delay: 1ms;
    cursor: pointer;
}

#spec_printed_balloon_overlay {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 230;
}
#spec_printed_balloon_modal_box_cont {
    background: linear-gradient(45deg, #0cbce2, #ff9900, #8300ff);
    border-radius: 16px;
    box-shadow: 0 7px 34px rgba(0, 0, 0, .45);
    display: none;
    height: 550px;
    left: 50%;
    margin: -270px 0 0 -314px;
    position: fixed;
    top: 50%;
    width: 628px;
    z-index: 240;
}
#spec_printed_balloon_modal_box {
    background-color: #953C00;
    background-image: url(/themes/filmru_desk/img/printed/popup_back.jpeg);
    background-position-y: -122px;
    background-size: cover;
    border-radius: 16px;
    color: #fff;
    font-size: 23px;
    height: 508px;
    left: 0;
    margin: 1px;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 586px;
    align-items: center;
    flex-direction: column;
    display: flex;
}
#spec_printed_balloon_modal_box .close {
    color: #d6d6d6;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
#spec_printed_balloon_modal_box .close:before {
    display: inline-block;
    content: '\004e';
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    text-align: center;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
#spec_printed_balloon_modal_box .spec_printed_title {
    font-size: 37px;
    font-weight: 800;
    letter-spacing: 1.85px;
    margin-top: 14px;
    margin-bottom: 16px
}
.spec_printed_subtitle {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1.25px;
    margin-top: 4px;
    margin-bottom: 26px;
}
.spec_printed_text {
    margin-bottom: 18px;
    font-size: 19px;
    font-weight: 400;
    line-height: 145%;
}



.spec_printed_covers {
    display: flex;
}
.spec_printed_cover:nth-child(1) img {
    margin-right: -35px;
}
.spec_printed_cover:nth-child(3) img {
    margin-left: -35px;
}
#spec_printed_popup_close {
    color: #d6d6d6;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    font-size: 15px;
}
#spec_printed_popup_close:before {
    content: '\004e';
    display: inline-block;
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    text-align: center;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
#spec_printed_popup_close:hover:before {
    color:white;
}

#spec_printed_balloon_link {
    display: flex;
    width: 121px;
    padding: 15px 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color:#E0E0E0;
    text-align: center;
    font-family: Helvetica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.35px;
    border: 1px solid #E0E0E0;
    text-transform: uppercase;
}


/* end balloon */