/*общие стили*/
.yellow-border{
    border: 2px solid #FCE300!important;
}
.btn.design-btn{
    font-size: 13px;
    font-weight: bold;
    padding: 20px 20px 18px 20px!important;
    display: block;
}
.btn.design-btn:hover{
    background-color: #FFF069!important;
}
.btn.bg-i-black:hover{
    background-color: #193459!important;
}
body, html {
    scroll-behavior: smooth;
}

.fs-10{
    font-size: 10px!important;
    line-height: 14px!important;
}
.fs-10-lg-11{
    font-size: 10px!important;
    line-height: 14px!important;
}
.opacity-60{
    opacity: 60%;
}
.fs-14{
    font-size: 14px!important;
    line-height: 16px!important;
}
.fs-18{
    font-size: 18px;
    line-height: 18px;
}
.fs-30{
    font-size: 30px;
    line-height: 36px;
}
.fs-28-xl-48{
    font-size: 28px;
    line-height: 36px;
}
.fs-30-lg-45{
    font-size: 30px;
    line-height: 36px;
}
.fs-15-xl-20{
    font-size: 15px!important;
    line-height: 17px!important;
}
.fs-16-xl-24{
    font-size: 16px!important;
    line-height: 18px!important;
}
.fs-16-xl-24{
    font-size: 24px!important;
    line-height: 26px!important;
}
.fs-17-xl-25{
    font-size: 17px!important;
    line-height: 19px!important;
}
.fs-17-xl-30{
    font-size: 17px!important;
    line-height: 17px!important;
}
.fs-17-xl-45{
    font-size: 17px!important;
    line-height: 19px!important;
}
.fs-13-lg-15{
    font-size: 13px!important;
    line-height: 15px!important;
}
.fs-13-lg-14{
    font-size: 13px!important;
    line-height: 15px!important;
}
.fs-13-lg-16{
    font-size: 13px!important;
    line-height: 15px!important;
}
.fs-13-lg-18{
    font-size: 13px!important;
    line-height: 16px!important;
}
.fs-13-xl-22{
    font-size: 13px!important;
    line-height: 15px!important;
}
.fs-14-lg-16{
    font-size: 14px!important;
    line-height: 16px!important;
}
.fs-14-xl-23{
    font-size: 14px!important;
    line-height: 16px!important;
}
.fs-45{
    font-size: 45px;
    line-height: 45px;
}
.fs-60{
    font-size: 60px;
    line-height: 60px;
}
.fs-60-xl-120{
    font-size: 60px;
    line-height: 60px;
}
.mt-24{
    margin-top: 24px;
}
.mb-20-xl-30{
    margin-bottom: 20px!important;
}
.mb-25-xl-35{
    margin-bottom: 25px!important;
}
.mb-20-xl-50{
    margin-bottom: 20px!important;
}
.mb-30-xl-40{
    margin-bottom: 30px;
}
.mt-24-xl-60{
    margin-top: 24px!important;
}
.py-section-120{
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-section-80{
    padding-top: 50px;
    padding-bottom: 50px;
}
.max-width-unset{
    max-width: unset!important;
}
.max-width-fit-content{
    max-width: fit-content!important;
}
.btn:not(footer .btn), a.btn:not(footer a.btn), form [type=submit]:not(footer form [type=submit]){
    border-radius: 46px;
    padding: 17px 24px 14px 24px;
    display: block;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
}
.tooltip-content .btn:not(footer .btn){
    border-radius: 16px!important;
    padding: 10px 15px!important;
    font-size: 10px!important;
    line-height: 15px!important;
}
.custom-present-icon:hover img{
    filter: brightness(100);
}
.tooltip-content .present-date{
    min-width: 36px;
    min-height: 36px;
    height: 36px;
}


header .btn, header a.btn {
    padding: 14px 16px;
    font-size: 10px;
    font-weight: bold;
}
.btn.tranparent-yellow-border{
    background: transparent;
    border: 2px solid #FFC700;
    color: white;
}
.btn.tranparent-yellow-border:hover{
    background: #FFC700;
    border: 2px solid #FFC700;
    color: #1A222D;
}
ul li{
    padding-bottom: 5px;
}
ul li:last-of-type{
    padding-bottom: 0;
}
.br-23{
    border-radius: 23px;
}

.yellow-dots-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.yellow-dots-list li:last-child {
    margin-bottom: 0;
}


.yellow-dots-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

.yellow-dots-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-color: #FCE300;
    border-radius: 50%;
}

.dark-dots-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.dark-dots-list li:last-child {
    margin-bottom: 0;
}


.dark-dots-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

.dark-dots-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-color: #1A222D;
    border-radius: 50%;
}
.bg-light-blue{
    background: #D6E7F2!important;
}
.h-fit-content{
    height: fit-content!important;
}






@media (min-width: 576px) {
    .max-w-sm-unset{
        max-width: unset!important;
    }
    .btn.design-btn{
        /*max-width: 310px!important;*/
        margin: 0 auto;
        /*width: 100%;*/
    }
}
@media (min-width: 992px) {
    .tooltip-content .btn:not(footer .btn){
        font-size: 12px!important;

    }
    .btn.design-btn{
        font-size: 18px;
        padding: 20px 50px 18px 50px!important;
    }
    .mb-20-xl-50{
        margin-bottom: 30px;
    }
    .btn:not(footer .btn):not(header .btn),
    a.btn:not(footer a.btn):not(header a.btn),
    form [type=submit]:not(footer form [type=submit]) {
        font-size: 16px;
        line-height: 16px;
    }
    header .btn, header a.btn {
        font-size: 12px;
    }
    .py-section-80{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .py-section-120{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .fs-10-lg-11{
        font-size: 11px!important;
        line-height: 15px!important;
    }
    .fs-13-lg-14{
        font-size: 14px!important;
        line-height: 16px!important;
    }
    .fs-14-lg-16{
        font-size: 16px!important;
        line-height: 18px!important;
    }
    .fs-14-xl-23{
        font-size: 18px!important;
        line-height: 20px!important;
    }
    .fs-17-xl-30{
        font-size: 26px!important;
        line-height: 28px!important;
    }
    .fs-17-xl-45{
        font-size: 28px!important;
        line-height: 30px!important;
    }
    .fs-13-lg-15{
        font-size: 15px!important;
        line-height: 17px!important;
    }
    .fs-13-lg-16{
        font-size: 16px!important;
        line-height: 18px!important;
    }
    .fs-13-lg-18{
        font-size: 18px!important;
        line-height: 22px!important;
    }
    .fs-13-xl-22{
        font-size: 18px!important;
        line-height: 20px!important;
    }
    .fs-30-lg-45{
        font-size: 45px;
        line-height: 50px;
    }
    .fs-28-xl-38{
        font-size: 38px;
        line-height: 42px;
    }
    .fs-60-xl-120{
        font-size: 90px;
        line-height: 100px;
    }
    .color-lg-yellow{
        color: #FCE300;
    }
    .color-lg-white{
        color: white;
    }
}

@media (min-width: 1200px) {
    .btn:not(footer .btn):not(header .btn),
    a.btn:not(footer a.btn):not(header a.btn),
    form [type=submit]:not(footer form [type=submit]) {
        font-size: 18px;
        display: inline-block;
        padding: 28px 20px 24px 20px;
    }

    .py-section-120{
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .fs-13-xl-22{
        font-size: 22px!important;
        line-height: 24px!important;
    }
    .fs-14-xl-23{
        font-size: 23px!important;
        line-height: 23px!important;
    }
    .fs-15-xl-20{
        font-size: 20px!important;
        line-height: 22px!important;
    }
    .fs-17-xl-25{
        font-size: 25px!important;
        line-height: 28px!important;
    }
    .fs-17-xl-45{
        font-size: 45px!important;
        line-height: 45px!important;
    }
    .fs-28-xl-48{
        font-size: 48px;
        line-height: 52px;
    }
    .fs-60-xl-120{
        font-size: 120px;
        line-height: 120px;
    }
    .mb-25-xl-35{
        margin-bottom: 35px!important;
    }
    .mb-20-xl-50{
        margin-bottom: 50px!important;
    }
    .mb-20-xl-30{
        margin-bottom: 30px!important;
    }
    .mt-24-xl-60{
        margin-top: 60px!important;
    }
    .mb-30-xl-40{
        margin-bottom: 40px;
    }
    .fs-17-xl-30{
        font-size: 30px!important;
        line-height: 30px!important;
    }
}
.btn-transparent:hover.yellow-border{
    border: 2px solid #FCE300!important;
}
/*выше общие стили*/


























.custom-accordion {
    --bs-accordion-color: #000;
    --bs-accordion-bg: #fff;
    --bs-accordion-border-color: transparent;
    --bs-accordion-btn-color: #000;
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-active-color: #000;
    --bs-accordion-active-bg: transparent;
    --bs-accordion-border-radius:26px;
}

.accordion-button {
    align-items: center;
    padding: 16px 50px 16px 0;
    border: none;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    box-shadow: none;
}
.accordion-item:first-of-type{
    border-top-left-radius: 26px!important;
    border-top-right-radius: 26px!important;
}
.accordion-item:last-of-type{
    border-top-left-radius: 26px!important;
    border-top-right-radius: 26px!important;
}
.accordion-item {
    margin-bottom: 16px;
   border:none;
    border-radius: 26px;
}

.accordion-header {
    position: relative;
}

.accordion-number {
    font-size: 17px;
    font-weight: 300;
    margin-right: 16px;
}


.accordion-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid #1B232E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.accordion-button::after{
    content: none;
}
.accordion-toggle::before,
.accordion-toggle::after {
    content: '';
    position: absolute;
    background-color: #1B232E;
    transition: all 0.3s ease;
}

.accordion-toggle::before {
    width: 22px;
    height: 2px;
}

.accordion-toggle::after {
    width: 2px;
    height: 22px;
}

.accordion-button:not(.collapsed) .accordion-toggle::after {
    transform: rotate(90deg);
    opacity: 0;
}

.accordion-body {
    padding: 0 0 25px 32px;
}

.main-card-item img{
    position: absolute;
    top: 20px;
    right: 23px;
    width: 37px;
    height: 37px;
}
.main-card-item{
    padding: 60px 80px 40px 30px;
    position: relative;
    backdrop-filter: blur(10px);
    background-color: transparent;
    height: 100%;
}
.gradient_border {
    position: relative;
    border: 2px solid transparent;
    border-radius: 23px;
}
.gradient_border::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: inherit;
    border-radius: inherit;
    background: linear-gradient(220deg, #ffffff, #000000, #a2acb9) border-box;
    mask: linear-gradient(white, white) padding-box, linear-gradient(white, white);
    mask-composite: exclude;
    top: 0;
    left: 0;
    z-index: -1;
}

#uznatStoimostSection .bg-i-black:hover{
    background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
    color: white!important;
}
#uznatStoimostSection .bg-i-black{
    background-color: #FCE300!important;
    color: #1A222D!important;
}
#uznatStoimostSection.bg-yellow{
    background-color: #D6E7F2!important;
}
.presents-item-wrapper{
    padding: 2px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.presents-item-wrapper .btn{
    padding: 12px 15px!important;
    font-size: 12px!important;
    text-transform: none!important;
}
.presents-item-wrapper:after{
    content: '';
    width: 82px;
    height: 41px;
    background: url("/advent-calendar/images/presents-decore.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: -5px;
    right: -7px;
    z-index: 10;
}
.present-date{
    background: #FCE300;
    padding: 4px;
    border-radius: 100px;
    min-width: 42px;
    min-height: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    font-weight: bold;
    color: black;
}
.presents-section .owl-item{
    padding-top: 5px;
    padding-right: 5px;
}
.share-icons-wrapper{
    display: flex;
    gap: 15px;
}
.share-wrapper{
    position: relative;
}
.share-icon{

}
.share-icon:hover{
    background: #FCE300;
}
.share-icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #1A222D;
    border-radius: 100px;
    padding: 8px;
    transition: all 0.3s ease;
}
.share-decor{
    position: absolute;
    bottom: -15px;
    left: -5px;
    width: 120px;
    height: 30px;
}
.share-inner{
    padding: 20px 20px 40px 20px;
}
.main-present-btn svg{
    min-width: 48px;
    height: 48px;
}
.main-present-btn:hover svg path{
    fill: white;
}
.main-present-btn:hover{
    background: #313896;
}
.main-present-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    min-width: 80px;
    background: #FCE300;
    border-radius: 100px;
    padding: 15px;
    cursor: pointer;
    transition: all .25s;
}

body, html {
    scroll-behavior: smooth;
}

.house-container:before {
    content: '';
    position: absolute;
    bottom: -1px;
    right: calc((-100vw + 1660px) / 2);
    width: 100vw;
    height: 278px;
    background: url("/advent-calendar/images/house-decore.jpg");
    background-repeat: repeat-x;
    background-size: contain;
    z-index: -1;
}
.house-container {
    position: relative;
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    z-index: 1;
    max-width: 1920px;
}

.house-background {
    aspect-ratio: 1680 / 2080;
    background-image: url('/advent-calendar/images/house-v2.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.snowman-decor svg{
    width: 100%;
    height: 100%;

}
.snowman-decor{
    position: absolute;
    bottom: -80px;
    left: 0;
    aspect-ratio: 2450 / 496;
    width: calc(100% + 120px);
    margin: 0 -60px;
    display: block;
}

#giftHouse{
    padding-top: 50px;
    padding-bottom: 60px;
}

@keyframes blink-natural {
    0%, 94% {
        opacity: 1;
    }
    95%, 97% {
        opacity: 0;
    }
    98%, 100% {
        opacity: 1;
    }
}

.snowman-eye {
    animation: blink-natural 8s infinite;
    transform-origin: center;
}

#left-eye {
    animation-delay: 0s;
}

#right-eye {
    animation-delay: 0.1s;
}
/* Базовые стили створки */
.shutter-wrapper {
    position: absolute;
    cursor: pointer;
    transition: transform 0.3s ease;
    overflow: visible; /* Подсказка видна */
    z-index: 1;
}

/* НОВАЯ обертка для створки с overflow: hidden */
.shutter-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Здесь скрываем уезжающую створку */
}

/* Размеры створок */
.shutter-wrapper[data-day="1"]:hover .window-tooltip,
.shutter-wrapper[data-day="6"]:hover .window-tooltip,
.shutter-wrapper[data-day="11"]:hover .window-tooltip,
.shutter-wrapper[data-day="16"]:hover .window-tooltip,
.shutter-wrapper[data-day="21"]:hover .window-tooltip,
.shutter-wrapper[data-day="26"]:hover .window-tooltip
{
    transform: translateX(-35%) scale(1);
}
.shutter-wrapper[data-day="5"]:hover .window-tooltip,
.shutter-wrapper[data-day="10"]:hover .window-tooltip,
.shutter-wrapper[data-day="15"]:hover .window-tooltip,
.shutter-wrapper[data-day="20"]:hover .window-tooltip,
.shutter-wrapper[data-day="24"]:hover .window-tooltip,
.shutter-wrapper[data-day="29"]:hover .window-tooltip
{
    transform: translateX(-60%) scale(1);
}
.shutter-wrapper[data-day="25"]:hover .window-tooltip
{
    transform: translateX(-20%) scale(1);
}
.shutter-wrapper[data-day="30"]:hover .window-tooltip
{
    transform: translateX(-75%) scale(1);
}

.shutter-wrapper[data-day="1"]:hover .window-tooltip::after,
.shutter-wrapper[data-day="6"]:hover .window-tooltip::after,
.shutter-wrapper[data-day="11"]:hover .window-tooltip::after,
.shutter-wrapper[data-day="16"]:hover .window-tooltip::after,
.shutter-wrapper[data-day="21"]:hover .window-tooltip::after,
.shutter-wrapper[data-day="26"]:hover .window-tooltip::after
{
    left: 35%;
}

.shutter-wrapper[data-day="5"]:hover .window-tooltip::after,
.shutter-wrapper[data-day="10"]:hover .window-tooltip::after,
.shutter-wrapper[data-day="15"]:hover .window-tooltip::after,
.shutter-wrapper[data-day="20"]:hover .window-tooltip::after,
.shutter-wrapper[data-day="24"]:hover .window-tooltip::after,
.shutter-wrapper[data-day="29"]:hover .window-tooltip::after
{
    left: 60%;
}
.shutter-wrapper[data-day="25"]:hover .window-tooltip::after
{
    left: 20%;
}
.shutter-wrapper[data-day="30"]:hover .window-tooltip::after
{
    left: 75%;
}







@media(min-width: 768px){
    /* Размеры створок */
    .shutter-wrapper[data-day="1"]:hover .window-tooltip::after,
    .shutter-wrapper[data-day="6"]:hover .window-tooltip::after,
    .shutter-wrapper[data-day="11"]:hover .window-tooltip::after,
    .shutter-wrapper[data-day="16"]:hover .window-tooltip::after,
    .shutter-wrapper[data-day="21"]:hover .window-tooltip::after,
    .shutter-wrapper[data-day="26"]:hover .window-tooltip::after,
    .shutter-wrapper[data-day="5"]:hover .window-tooltip::after,
    .shutter-wrapper[data-day="10"]:hover .window-tooltip::after,
    .shutter-wrapper[data-day="15"]:hover .window-tooltip::after,
    .shutter-wrapper[data-day="20"]:hover .window-tooltip::after,
    .shutter-wrapper[data-day="24"]:hover .window-tooltip::after,
    .shutter-wrapper[data-day="29"]:hover .window-tooltip::after,
    .shutter-wrapper[data-day="25"]:hover .window-tooltip::after,
    .shutter-wrapper[data-day="30"]:hover .window-tooltip::after
    {
        left: 50%;
    }

    .shutter-wrapper[data-day="1"]:hover .window-tooltip,
    .shutter-wrapper[data-day="6"]:hover .window-tooltip,
    .shutter-wrapper[data-day="11"]:hover .window-tooltip,
    .shutter-wrapper[data-day="16"]:hover .window-tooltip,
    .shutter-wrapper[data-day="21"]:hover .window-tooltip,
    .shutter-wrapper[data-day="26"]:hover .window-tooltip,
    .shutter-wrapper[data-day="5"]:hover .window-tooltip,
    .shutter-wrapper[data-day="10"]:hover .window-tooltip,
    .shutter-wrapper[data-day="15"]:hover .window-tooltip,
    .shutter-wrapper[data-day="20"]:hover .window-tooltip,
    .shutter-wrapper[data-day="24"]:hover .window-tooltip,
    .shutter-wrapper[data-day="29"]:hover .window-tooltip,
    .shutter-wrapper[data-day="25"]:hover .window-tooltip,
    .shutter-wrapper[data-day="30"]:hover .window-tooltip
    {
        transform: translateX(-50%) scale(1);
    }
}


.shutter-small[data-day="25"],
.shutter-small[data-day="26"],
.shutter-small[data-day="27"],
.shutter-small[data-day="28"],
.shutter-small[data-day="29"],
.shutter-small[data-day="30"]
{
    height: 5.5%;
}
.shutter-small {
    width: 4.6%;
    aspect-ratio: 97 / 164;
}

.shutter-medium {
    width: 8.5%;
    aspect-ratio: 186 / 246; /* Сохраняем пропорции */
}

.shutter-large {
    width: 10.5%;
    aspect-ratio: 230 / 253;
}

.shutter-door {
    width: 10%;
    aspect-ratio: 97 / 164;
}

/* Створка окна */
.window-shutter {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.shutter-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Состояния створок */
.shutter-wrapper[data-state="closed"] .window-shutter {
    transform: translateY(0);
}

.shutter-wrapper[data-state="half-open"] .window-shutter {
    transform: translateY(-50%);
}

.shutter-wrapper[data-state="open"] .window-shutter {
    transform: translateY(-100%);
}

/* Анимация при наведении */
.shutter-wrapper:hover .window-shutter {
    transform: translateY(-120%) !important;
}

/* Эффект увеличения при наведении */
.shutter-wrapper:hover {
    z-index: 10; /* Поднимаем при наведении */
}

/* Всплывающая подсказка */
.window-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) scale(0);
    background: white;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 20;
    opacity: 0;
    transition: all 0.3s ease;
    width: 180px;
    text-align: left;
    margin-bottom: 10px;
    pointer-events: auto; /* Чтобы не мешала кликам */
}

.window-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: white;
}

.shutter-wrapper:hover .window-tooltip {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.shutter-wrapper[data-state="closed"]:hover .window-shutter{
    transform: none!important;
}
.tooltip-content h4 {
    margin: 0 0 6px 0;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.tooltip-content p {
    margin: 0;
    color: #666;
    font-size: 12px;
    line-height: 1.3;
}

/* Особые стили для двери */
.shutter-door {
    cursor: default;
}

.shutter-door .shutter-container {
    display: none; /* Скрываем контейнер для двери */
}

.shutter-door .window-tooltip {
    min-width: 200px;
}
.tooltip-future, .tooltip-expired{
    padding-bottom: 130px!important;
}
.tooltip-future .present-date ,.tooltip-expired .present-date{
    position: absolute;
    bottom: 12px;
    right: 12px;
    text-align: center;
}
.tooltip-future img, .tooltip-expired img{
    position: absolute;
    bottom: 0;
    left: 10%;
}




















.let-it-snow-btn {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    max-width: 56px;
    height: 56px;
    min-width: 56px;
    width: unset;
    display: flex;
    flex-direction: row;
}


.let-it-snow-btn:hover {
    max-width: 300px;
    padding-right: 24px;
    background-color:  #FCE300;;
}
.let-it-snow-btn svg {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}


.let-it-snow-btn:hover svg path{
    fill:#1A222D;
}
.let-it-snow-btn:hover svg {
    transform: rotate(15deg);

}

/* Текст кнопки */
.let-it-snow-btn-text {
    opacity: 0;
    transform: translateX(-20px);
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    color: #1A222D;
    margin-left: 12px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    left: 66px;
}

.let-it-snow-btn:hover .let-it-snow-btn-text {
    opacity: 1;
    transform: translateX(0);
    position: static;
}

/* Снег идет! */
.let-it-snow-btn.snow-active {
    background-color: #FCE300;
}

.let-it-snow-btn.snow-active svg {
    animation: snow-icon-spin 3s linear infinite;
}

.let-it-snow-btn.snow-active .let-it-snow-btn-text {
    /*color: white;*/
}

@keyframes snow-icon-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Мобильная версия - только иконка */
@media (max-width: 992px) {
    .let-it-snow-btn {
        max-width: 54px !important;
        padding: 12px !important;
    }

    .let-it-snow-btn:hover {
        max-width: 54px !important;
        padding: 12px !important;
    }

    .let-it-snow-btn-text {
        display: none;
    }
}












@media (max-width: 576px) {
    .snowman-decor{
        bottom: -100px;
    }
}
@media (max-width: 768px) {
    .window-tooltip {
        min-width: 180px;
        padding: 8px;
    }
}




@media (min-width: 576px) {




}
@media (min-width: 768px) {
    .snowman-decor {
        bottom: -120px;
    }


    .presents-item-wrapper .btn {
        padding: 12px 30px !important;
    }
    .customer-data-item{
        flex-direction: column;
        gap: 10px;
    }
    .collapse-inner{
        padding: 33px;
    }
    .accordion-item:not(:first-of-type) {
        border-top: 2px solid #F6F6F6;
    }
    .accordion-button {
        padding: 16px 80px 16px 0;
    }
    .accordion-body {
        padding: 0 0 25px 68px;
    }
    .accordion-item:first-of-type .accordion-button{
        border-top-left-radius:26px!important;
        border-top-right-radius:26px!important;
    }
    .accordion-item:last-of-type .accordion-button.collapsed{
        border-top-left-radius:26px!important;
        border-top-right-radius:26px!important;
    }
    .accordion-item:last-of-type .accordion-button.collapsed{
        border-bottom-right-radius: 26px!important;
        border-bottom-left-radius: 26px!important;
    }
    .accordion-item:last-of-type {
        border-bottom-right-radius:26px!important;
        border-bottom-left-radius: 26px!important;
    }
    .accordion-item {
        border: 2px solid #F6F6F6;
    }
    .accordion-button:hover {
        background-color: #FCE300;
    }

    .accordion-button {
        background-color: #EBE9E9;

        padding: 33px 80px 33px 33px;
        border-radius: 26px;
    }
    .accordion-toggle {
        right: 26px;
    }

    .digital-digit{
        font-size: 50px;
    }

    .briefing-img{
        max-width: 166px;
        margin-top: -55px;
    }


}





@media (min-width: 992px) {
    .let-it-snow-btn {
        max-width: 80px;
        height: 80px;
        min-width: 80px;
    }
    .let-it-snow-btn svg {
        width: 54px;
        height: 54px;
    }
    .window-tooltip {
        width: 250px;
    }
    .shutter-door .window-tooltip {
        width: 250px;
    }

    .share-decor {
        position: absolute;
        bottom: -35px;
        left: -30px;
        width: 350px;
        height: 80px;
    }
    .share-icon{
        width: 64px;
        height: 64px;
        min-width: 64px;
        padding: 10px;
    }
    .share-inner{
        padding: 30px;
    }
    .share-present{
        margin-bottom: -60px;
    }
    .main-card-item{
        padding: 120px 25px 45px 30px;
    }
    .main-card-item img{
        position: absolute;
        top: 29px;
        right: 22px;
        width: 40px;
        height: 40px;
    }
    .accordion-toggle{
        width: 69px;
        height: 69px;
    }
    .accordion-toggle::before {
        width: 41px;
    }
    .accordion-toggle::after {
        height: 41px;
    }
    .accordion-button {
        padding: 33px 110px 33px 33px;
    }
    .accordion-number{
        font-size: 60px;
        width: 90px;
        flex: none;
    }
    .accordion-body {
        padding: 0 0 40px 135px;
    }


}











@media (min-width: 1200px) {

    .window-tooltip {
        width: 280px;
    }
    .shutter-door .window-tooltip {
        width: 280px;
    }

    #giftHouse{
        overflow-y: clip;
    }
    .snowman-decor {
        bottom: -115px;
    }
    .presents-item-wrapper{
        padding: 2px 32px 32px 32px;
    }
    .presents-item-wrapper:after{
        width: 112px;
        height: 56px;
        position: absolute;
    }
}


























