* {
    font-family: Montserrat;
    margin: 0;
    padding: 0;
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

::-webkit-scrollbar {
    width: 0;
}

body {
    background-color: #ffffff;
    min-width: 320px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    direction: ltr;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

                            /* text */

.t1 {
    font-size: 39px;
    line-height: 60px;
}

.t2 {
    font-size: 30px;
    line-height: 30px;
}

.t3 {
    font-size: 18px;
    line-height: 28px;
}

.t4 {
    font-size: 14px;
    line-height: 28px;
}

.t5 {
    font-size: 12px;
    line-height: 17px;
}
/* .tlinck {

} */
                            /* --- text --- */

                            /* nav */
.top-rectangle {
    position: fixed;
    display: block;
    z-index: 9999;
    right: 0;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    height: 48px;
    max-height: 44px;
    background: rgba(139,28,67, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    -moz-backdrop-filter: saturate(180%) blur(10px);
    -ms-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    pointer-events: auto;
    letter-spacing: normal;
}

.icon-position {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 22px;
    z-index: 2;
    padding-left: 22px;
    padding-right: 22px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    pointer-events: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.icon-size {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 44px;
    z-index: 1;
    vertical-align: top;
    margin: 0;
    padding: 0;
    pointer-events: auto;
}

.phone {
    display: flex;
    background-size: 20px 44px;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 11px;
}

.icon-phone {
    position: relative;
    overflow: hidden;
    height: 20px;
    width: 20px;
    padding: 0;
    border: 0;
}

.instagram {
    display: flex;
    background-size: 20px 44px;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 11px;
}

.icon-instagram {
    position: relative;
    overflow: hidden;
    height: 20px;
    width: 20px;
    padding: 0;
    border: 0;
}

.whatsapp {
    display: flex;
    background-size: 20px 44px;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 11px;
}

.icon-whatsapp {
    position: relative;
    overflow: hidden;
    height: 20px;
    width: 20px;
    padding: 0;
    border: 0;
}
                                /* --- end-nav --- */

                                /* logo */
.main {
    position: relative;
    margin: 0 auto;
    padding-top: 44px;
    display: block;
    overflow-x: hidden;
    max-width: 3000px;
}

.logo-rectangle {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    margin: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: auto;
    letter-spacing: normal;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 6px;
    background-color: rgb(243, 243, 243);
}

.logo-position {
    position: relative;
    display: flex;
    justify-content: center;
    overflow-y: hidden;
    max-width: 1024px;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.logo {
    display: block;
    position: relative;
    width: 215px;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    transition: all 2s .5s;
    opacity: 0;
}

.logo._active {
    opacity: 1;
}
                                /* --- end-logo --- */

                                /* price */
.price-rectangle {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: auto;
    height: 100%;
    right: 0;
    left: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: auto;
    letter-spacing: normal;
    padding: 6px 0px;
}

.price-position {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: auto;
    margin: 0;
    padding: 20px 22px;
    /* background-color: rgb(240, 240, 240); */
    background-color: rgb(243, 243, 243);
}

.topping-rectangle {
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;  
    padding: 25px 0px;
}

.topping-position {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.topping {
    text-align: center;
}

.t-right-1 {
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate(200%,0px);
    -moz-transform: translate(200%,0px);
    transform: translate(200%,0px);
    transition: all 1.5s ease .2s;
}

.t-right-1._active {
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    transform: translate(0px,0px);
}

.t-right-2 {
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate(200%,0px);
    -moz-transform: translate(200%,0px);
    transform: translate(200%,0px);
    transition: all 1.5s ease .6s;
}

.t-right-2._active {
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    transform: translate(0px,0px);
}

.t-right-3 {
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate(200%,0px);
    -moz-transform: translate(200%,0px);
    transform: translate(200%,0px);
    transition: all 1.5s ease 1s;
}

.t-right-3._active {
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    transform: translate(0px,0px);
}

.сhoice-text {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.сhoice-text:hover {
    text-decoration: underline;
}

.arrow {
    width: 6px;
    height: 6px;
    border-top: 1px solid #06c;
    border-right: 1px solid #06c;
    margin: 4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.topping-text-1 {
    color: rgb(0, 0, 0);
    position: relative;
    font-weight: 600;
}

.topping-text-2 {
    color: rgb(0, 0, 0);
    position: relative;
    font-weight: 400;
    font-size: 18px;

}

.topping-text-3 {
    color: #06c;
    position: relative;
    font-size: 14px;

}

.topping-img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: grid;
    align-self: center;
    width: auto;
    grid-template-columns: 3fr 3fr 3fr;
    margin: 10px 0px;
}

.img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 90px;
    height: 90px;
    border-radius: 15px;
    margin: 20px;
    transition: all .7s ease .1s;
}

.img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    box-shadow: 10px 10px 5px rgba(0, 0, 0, .5);
}

                                /* --- end-price --- */

                                /* caramel */
.caramel-rectangle {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: auto;
    letter-spacing: normal;
    margin: 6px 0px;
}

.caramel-position {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    box-sizing: border-box;
    height: 500px;
}

.caramel-container {
    position: absolute;
}
.caramel-text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.caramel {
    position: relative;
    text-align: center;
    z-index: 2
}

.caramel-container-text-1 {
    position: relative;
    padding-top: 35px;
    opacity: 0;
    -webkit-transform: translate(0px,120px);
    -moz-transform: translate(0px,120px);
    transform: translate(0px,120px);
    transition: all .8s ease .5s;
}

.caramel-container-text-1._active {
    opacity: 1;
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    transform: translate(0px,0px);
}

.caramel-container-text-2 {
    opacity: 0;
    -webkit-transform: translate(0px,120px);
    -moz-transform: translate(0px,120px);
    transform: translate(0px,120px);
    transition: all .8s ease .8s;
}

.caramel-container-text-2._active {
    opacity: 1;
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    transform: translate(0px,0px);
}

.caramel-container-text-3 {
    opacity: 0;
    -webkit-transform: translate(0px,120px);
    -moz-transform: translate(0px,120px);
    transform: translate(0px,120px);
    transition: all .8s ease 1.1s;
}

.caramel-container-text-3._active {
    opacity: 1;
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    transform: translate(0px,0px);
}

.caramel-container-text-4 {
    opacity: 0;
    -webkit-transform: translate(0px,120px);
    -moz-transform: translate(0px,120px);
    transform: translate(0px,120px);
    transition: all .8s ease 1.4s;
}

.caramel-container-text-4._active {
    opacity: 1;
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    transform: translate(0px,0px);
}

.caramel-container-text-5 {
    opacity: 0;
    transform: translate(0px,120px);
    transition: all .8s ease 1.7s;
    padding-top: 10px;
    overflow: hidden;
}

.caramel-container-text-5._active {
    opacity: 1;
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    transform: translate(0px,0px);
}

.caramel-text-1 {
    color: rgb(180, 98, 98);
    position: relative;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 27px;
    line-height: 55px;
}

.caramel-text-2 {
    color: rgb(0, 0, 0);
    position: relative;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}

.text_3 {
    color: rgb(0, 0, 255);
    position: relative;
    font-family: Montserrat;
    font-size: 14px;
}

.caramel-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.caramel-img {
    position: sticky;
    width: auto;
    height: 500px;
    pointer-events: none;
    z-index: 1;
}

                                /* --- end-caramel --- */

                                /* footer */

footer {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: auto;
    height: 100%;
    right: 0;
    left: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: auto;
    letter-spacing: normal;
    margin: 6px auto 0px;
    background-color: rgb(240, 240, 240);
    font-size: 12px;
}

.footer-rectangle {
    position: relative;
    margin: 0 auto;
    padding: 0px 22px;
    max-width: 1024px;
}

.popup-rectangle {
    padding-top: 20px;
}

.popup_position_0, .popup_position_1,
.popup_position_2, .popup_position_3,
.popup_position_4 {
    padding: 10px 0px;
    border-bottom: 1px solid rgb(187, 187, 190);
    color: rgb(94, 94, 94);
    font-family: Montserrat;
    background: rgb(240, 240, 240);
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%;
}

.popup_position_0.active, .popup_position_1.active,
.popup_position_2.active, .popup_position_3.active,
.popup_position_4.active {
    color: rgb(27, 26, 26);
}

.popup_position_0.active:hover,
.popup_position_1.active:hover,
.popup_position_2.active:hover,
.popup_position_3.active:hover,
.popup_position_4.active:hover {
    color: rgb(27, 26, 26);
}

.popup_0, .popup_1,
.popup_2, .popup_3,
.popup_4 {
    background-color: rgb(240, 240, 240);
    z-index: 4;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}
.link-color {
    color: rgb(94, 94, 94);
    text-decoration: none;
    font-weight: 500;
}

.link-color:hover {
    text-decoration: underline;
}

.popup_0::after, .popup_1::after,
.popup_2::after, .popup_3::after,
.popup_4::after  {
    content: "+";
    float: right;
    font-size: 18px;
    font-weight: 500;
    margin-right: 6px;
    transition: .3s;
}

.popup_position_0.active .popup_0::after,
.popup_position_1.active .popup_1::after,
.popup_position_2.active .popup_2::after,
.popup_position_3.active .popup_3::after,
.popup_position_4.active .popup_4::after {
    transform: rotate(45deg);
}

.popup_text_0, .popup_text_1,
.popup_text_2, .popup_text_3,
.popup_text_4 {
    position: absolute;
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 6px 14px;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
    overflow: hidden;
    z-index: 1;
    transform: translateY(-200px);
    opacity: 0;
}

.popup_text_0.active, .popup_text_1.active,
.popup_text_2.active, .popup_text_3.active,
.popup_text_4.active {
    position: static;
    visibility: visible;
    box-sizing: border-box;
    transform: none;
    transition: all .5s ease .2s;
    z-index: 1;
    opacity: 1;
}

.address-rectangle {
    padding: 20px 0px;
}

.address {
    font-size: 12px;
    color: rgb(94, 94, 94);
    font-family: Montserrat;
}

                                /* --- end-footer --- */

@media screen and (min-width: 480px) {
    /*Logo*/
.logo {
    width: 260px;
}
    /*Topping*/
    
.topping-text-1 {
    font-size: 42px;
    line-height: 60px;
}

.topping-text-2 {
    font-size: 20px;
    line-height: 30px;
}

.topping-text-3 {
    font-size: 17px;
    line-height: 30px;
}

.arrow {
    width: 7px;
    height: 7px;
    margin: 4px;
}

.img {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    margin: 20px;
}

}

@media screen and (min-width: 768px) {
                                /* nav */
    .top-rectangle {
        background: rgba(73, 69, 69, 0.8);
    }

                                /* --- end-nav --- */

    .logo {
        width: 300px;
    }
    
    .topping-text-1 {
        font-size: 42px;
        line-height: 60px;
    }
    
    .topping-text-2 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .topping-text-3 {
        font-size: 17px;
        line-height: 30px;
    }
    
    .arrow {
        width: 7px;
        height: 7px;
        margin: 4px;
    }
    
    .img {
        width: 100px;
        height: 100px;
        border-radius: 15px;
        margin: 20px;
    }
    .caramel-img {
        height: 600px;
    }


                                /* footer */
/**/
    .popup-rectangle {
        display: flex;
    }
    .popup-container {
        width: 100%;
    }
    .popup_text_0, .popup_text_1,
    .popup_text_2, .popup_text_3,
    .popup_text_4 {
        position: static;
        visibility: visible;
        padding: 6px 14px 6px 0px;
        width: auto;
        transform: translateY(0px);
        opacity: 1;
    }
    
    .popup_0, .popup_1 ,
    .popup_2, .popup_3 ,
    .popup_4 {
        color: rgb(27, 26, 26);
    }

    .popup_0::after, .popup_1::after,
    .popup_2::after, .popup_3::after,
    .popup_4::after {
        display: none;
    }

    .popup_position_0, .popup_position_1,
    .popup_position_2, .popup_position_3,
    .popup_position_4 {
        width: auto;
        height: auto;
        border-bottom: none;
    }

    .address-rectangle {
        padding: 20px 0px 34px;
    }

    .address {
        padding-top: 6px;
        border-top: 1px solid rgb(187, 187, 190);
    }

                                /* --- end-footer --- */

    }

    @media screen and (min-width: 1024px) {

    .logo {
        width: 400px;
    }
    
                            /* price */

    .topping-text-1 {
        font-size: 42px;
        line-height: 60px;
    }
    
    .topping-text-2 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .topping-text-3 {
        font-size: 17px;
        line-height: 30px;
    }
    
    .arrow {
        width: 7px;
        height: 7px;
        margin: 4px;
    }
    
    /* .topping-img {
        display: flex;
    } */

    .img {
        width: 180px;
        height: 180px;
        border-radius: 15px;
        margin: 20px;
        }
                                /* --- end-price --- */


                                /* caramel */
    .caramel-position {
        height: 700px;
    }

    .caramel-img-container {
        position: relative;
        top: -80px;
    }

    .caramel-img {
        height: 1150px;

    }
                                /* --- end-caramel --- */
        }
