/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: "Swiss721";
    src: url("assets/fonts/Swiss721/Swiss721.eot");
    src: url("assets/fonts/Swiss721/Swiss721.eot?#iefix")format("embedded-opentype"),
        url("assets/fonts/Swiss721/Swiss721.woff")format("woff"),
        url("assets/fonts/Swiss721/Swiss721.woff2")format("woff2"),
        url("assets/fonts/Swiss721/Swiss721.ttf")format("truetype"),
        url("assets/fonts/Swiss721/Swiss721.svg#Swiss 721 Cyrillic BT")format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/******************************/

p,
ul,
.links {
    font-family: Swiss721;
}



.pg1,
.pg2,
.pg3 {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    bottom: 90px;
    text-align: center;
    transform-origin: center;
}

.pg_dot {
    position: absolute;
    height: 24px;
    width: 24px;
    left: 146px;
    top: 113px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.pg_dn {
    height: 24px;
    width: 24px;
    background-color: #fff;
    animation: pulse-white 2s infinite;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.5);
}

.pageon2 .pg_dot {
    visibility: visible;
    animation: appear 1.2s ease-in-out forwards;
    text-transform: capitalize;
}

.pg_txt {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding: 12px;
    color: #0E0E0E;
    line-height: 1.5;
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    display: none;
    font-size: 18px;
    width: 200px;
}

.pg_dot:hover .pg_txt {
    display: block;
}

.goods_dot {
    left: 35%;
    top: 37%;
}

.goods_dot1 {
    left: 69%;
    top: 44%;
}

.video-background {
    position: relative;
    width: 100%;

    overflow: hidden;
}

.video-background-promo {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-m {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.3);
}

.top-title-text {
    position: absolute;
    top: 20px;
    left: 20%;
    padding: 10px;
    color: white;
    border-radius: 8px;
    /* font-size: 20px; */
}

.top-subtitle-text {
    position: absolute;
    top: 64px;
    left: 31%;
    padding: 10px;
    color: white;
    border-radius: 8px;
    font-size: 25px;
}

.banner-price {
    position: absolute;
    top: 160px;
    left: 38%;
    padding: 10px;
    color: white;
    border-radius: 8px;
    font-size: 25px;
}

.banner-price span {
    text-decoration: line-through;
}

.banner-plashka {
    position: absolute;
    top: 114px;
    left: 32%;
    padding: 4px;
    color: white;
    background-color: red;
    border-radius: 8px;
    font-size: 20px;
}

.bottom-banner-button {
    position: absolute;
    bottom: 30%;
    left: 42%;
    padding: 12px 24px;
    color: black;
    background-color: yellow;
    border: solid 1px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.bottom-banner-button:hover {
    background-color: unset;
    color: white;
}



.bottom-right-text {
    position: absolute;
    bottom: 40px;
    right: 20px;
    padding: 10px;
    color: white;
    border-radius: 6px;
    font-size: 16px;
}

.more-banner-button {
    position: absolute;
    bottom: 50%;
    left: 42%;
    padding: 12px 24px;
    color: #fff;
    background-color: #8e2ea1;
    border: solid 1px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;

}

.popup-container {
    position: relative;
    display: flex;
    width: 100%;

}

.popup-image {
    /*   width: 200px; */
    max-width: 1000px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(200px);
    transition: opacity 0.6s ease-out, transform 0.8s ease-out;
}

.popup-image.visible {
    opacity: 1;
    transform: translateY(0);
}

i.icon-image,
i.image-icon {
    display: none;
}

.nav-dropdown {
    min-width: unset !important;
}

@media only screen and (max-width: 1600px) {
    .pageon2 .pg1 {
        transform: translateX(-248%) translateY(140%) rotate(0deg);
        opacity: 1;
    }

    .pageon2 .pg1 {
        transform: translateX(-262%) translateY(140%) rotate(0deg);
        opacity: 1;
        transition: all 3s cubic-bezier(0.850, 1.650, 0.400, 0.680);
    }

    .page .pg1 {
        transform: translateX(-160%) translateY(90px) rotate(252deg);
        opacity: 1;
    }

    .page .pg2 {
        transform: translateX(-50%) translateY(0px) rotate(302deg);
        opacity: 1;
    }

    .page .pg3 {
        transform: translateX(100%) translateY(90px) rotate(37deg);
        opacity: 1;
    }

    .pageon2 .pg2 {
        transform: translateX(-183%) translateY(130%) rotate(0deg);
        opacity: 1;
        transition: all 3s cubic-bezier(0.850, 1.650, 0.400, 0.680);
    }

    .pageon2 .pg3 {
        transform: translateX(-120%) translateY(140%) rotate(0deg);
        opacity: 1;
    }

    .pageon2 .pg3 {
        transform: translateX(-126%) translateY(140%) rotate(0deg);
        opacity: 1;
        transition: all 3s cubic-bezier(0.850, 1.650, 0.400, 0.680);
    }


}

@media only screen and (max-width: 1400px) {
    .pageon2 .pg1 {
        transform: translateX(-230%) translateY(140%) rotate(0deg);
        opacity: 1;
    }

    .pageon2 .pg2 {
        transform: translateX(-170%) translateY(130%) rotate(0deg);
        opacity: 1;
    }

    .pageon2 .pg3 {
        transform: translateX(-108%) translateY(140%) rotate(0deg);
        opacity: 1;
    }
}

@media only screen and (max-width: 990px) {
    .pageon2 .pg1 {
        transform: translateX(-120%) translateY(200%) rotate(0deg);
    }
}

@media only screen and (max-width: 768px) {

    .pg1,
    .pg2,
    .pg3 {
        width: 150px;
        height: 150px;
    }

    .pg1,
    .pg2,
    .pg3 {
        left: 50%;
        bottom: 24%;
    }

    .page .pg1 {
        transform: translateX(-140%) translateY(90px) rotate(252deg);
    }

    .page .pg3 {
        transform: translateX(35%) translateY(90px) rotate(37deg);
    }

    .pageon2 .pg1 {
        transform: translateX(-120%) translateY(200%) rotate(0deg);
    }

    .pageon2 .pg2 {
        transform: translateX(-50%) translateY(190%) rotate(0deg);
    }

    .pageon2 .pg3 {
        transform: translateX(15%) translateY(200%) rotate(0deg);
    }

    .pg_dot {
        height: 50px;
        width: 50px;
        left: 76px;
        top: 67px;
    }

    .goods_dot {
        left: 35%;
        top: 34%;
    }

    .goods_dot1 {
        left: 69%;
        top: 44%;
    }

    .bottom-right-text {
        text-align: center;
        bottom: 124px;
        font-size: 20px;
    }

    .popup-container {
        display: none;
    }

    .lbut-col {
        flex-basis: 50%;

    }

    .rbut-col {
        flex-basis: 50%;
    }
}



/* ---------------------------------------------------------------------- */





@keyframes pulse-white {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0)
    }

    100% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes appear {
    0% {
        opacity: 0;
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 1;
    }
}

.page {
    display: block;
    min-height: 600px;
    position: relative;

}

.page3 {
    min-height: 450px;
    background-color: #EDECDE;
}

.bg_clouds {
    background: url(assets/img/home_clouds.webp) no-repeat;
    background-size: contain;
}

.absolute-footer {
    display: none;
}

body {
    background-color: #EDECDE;
}

.text_banner,
.button_banner {
    position: relative;
    z-index: 99;
}

.-big {
    animation: FloatingReverse 10s ease-in-out infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.pg_blure {
    position: absolute;
    left: 20%;
    bottom: -10%;
    width: 500px;
    height: 250px;
    border-radius: 50%;
    background-color: #f1d9b8;
    filter: blur(50px);
    -webkit-transform: translate3d(0);
    -moz-transform: translate3d(0);
    -ms-transform: translate3d(0);
    -o-transform: translate3d(0);
    transform: translate3d(0);
}

@keyframes FloatingReverse {

    0%,
    100% {
        transform: translate3d(-10%, -5%, 0) scale(1.1);
    }

    50% {
        transform: translate3d(100%, 8%, 0) scale(.8);
    }
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .top-title-text {
        left: 0%;
        text-align: center;
    }

    .top-subtitle-text {
        position: absolute;
        top: 18%;
        left: 0%;
        padding: 10px;
        color: white;
        font-size: 18px;
        text-align: center;
    }

    .banner-price {
        position: absolute;
        top: 43%;
        left: 7%;
        padding: 10px;
        color: white;
        /* border-radius: 8px; */
        font-size: 25px;

    }

    .banner-plashka {
        position: absolute;
        top: 32%;
        left: 0%;
        padding: 0px;
        color: white;
        background-color: red;
        border-radius: 6px;
        font-size: 16px;
        text-align: center;
    }

    .bottom-banner-button {
        bottom: 17%;
        left: 26%;
    }

    .more-banner-button {
        left: 21%;
    }
    .testimonial.active{
        font-size: 1.5em;
    }
}

.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #EDECDE;
    border-radius: 12px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
}

.carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: max-content;
}

.carousel-item {
    flex: 0 0 255px;
    padding: 10px;
    text-align: center;
}

.carousel-item img {
    width: 100%;
    height: 355px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.caption {
    padding-top: 8px;
    font-size: 14px;
}

.nav-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 15px 0;
}

.nav-buttons button {
    color: #000;
    padding: 6px 20px;
    border-radius: 25px;
    /*     border: 1px solid #000; */
    cursor: pointer;
    background-color: #fff;
    transition: background 0.2s;
}

.nav-buttons button:hover {
    background: #555;
}

.comments {
    background: #EEECDF url(assets/img/vvd-bll.webp) no-repeat;
    /* background-size: contain; */
    min-height: 206px;
    padding: 13% 0px 0px;
}

.blog_row {
    background: #D0CEC1;
}


/* Flex-контейнер */
.wpcf7 .form-inline {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;

    justify-content: space-evenly;
}

/* Поле ввода */
.wpcf7 .input-inline {
    flex: 1;
    /*     background: #C88047; */
    color: #fff;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 15px;
}

.wpcf7 .is-outline {
    border-radius: 15px;
}

.review-block {
    min-height: 190px;
    text-align: center;
}

.testimonial-container {
    position: relative;
    min-height: 190px;
    /* фиксируем высоту */
    max-width: 600px;
    overflow: hidden;
    margin: 0 auto;
}

.testimonial {
    position: absolute;
    font-family: Swiss721;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease;
    width: 100%;
    text-align: center;
    font-size: 1.7em;
}

.testimonial.active {
    opacity: 1;
    transform: translateY(0);
}

.press__quote:before {
    content: "\201c";
    position: absolute;
}



.about-img3 {
    position: absolute;
    width: 50%;
    right: 10%;
    top: 10%;
}

.about-img5 {
    position: absolute;
    width: 50%;
    right: 10%;
    top: 10%;
}

.day-img1 {
    position: absolute;
    top: 20px;
    right: 22%;
}

.day-img2 {
    position: absolute;
    top: 45px;
    left: 6%;
}

.bras-img01 {
    position: absolute;
    top: 45px;
    left: 6%;
}

.bras-img02 {
    position: absolute;
    top: 5.5rem;
    right: 0%;
}

.onsale {
    color: #fff;
    background-color: #d26e4b;
    padding: 50%;
    border-radius: 50%;
}

.custom-before-cart {
    color: #d26e4b;
    font-weight: 700;
}
.ocb-btn{background-color:yellow !important;color:black;}
.ocb-btn:hover{background-color:#8e2ea1 !important;color:#fff}