

*, html, body, a, input{
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Geometria', sans-serif;

    scroll-behavior: smooth;
    letter-spacing: 0.01em;
}

img{
    user-select: none;
    -webkit-user-drag: none;
}


.main-container-section{
    overflow-x: hidden;
}


:root{
    --bg-image-preview: #9a9a9a42; /* подложка картинки перед загрузкой */
}



/* ------ HEADER ------------------*/

.main-header{
    height: 52px;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 9;
}

#header-main-menu-our-work{
    margin-left: 50px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding-top: 20px;
    transition: 0.2s;
    opacity: 0.8;
}


/* убрать <small> yandex */
a[href^="tel:"] small, a[href^="tel:"] small small{
    opacity: 1 !important;
}


#header-main-menu-our-work:hover{
    cursor: pointer;
    opacity: 1;
}

.sticky-main-menu{
    transition: 0.6s;
    -moz-transition: 0.6s;
    background-color: #161616f1;
    margin-top: 0px;
}
    .sticky-main-menu .main-header-l .header-logo{
        transition: 0.6s;
        -moz-transition: 0.6s;
        transform: scale(0.8);
    }
    .sticky-main-menu .modile-header-up-line .header-logo{
        transition: 0.6s;
        transform: scale(0.9);
    }
.def-main-menu{
    transition: 0.6s;
    -moz-transition: 0.6s;
    background-color: transparent;
    margin-top: 20px;
}
.main-header-in-doc{
    position: fixed;
    background-color: #161616f1;
    margin-top: 0px;
}
    .def-main-menu .main-header-l .header-logo{
        transition: 0.6s;
        -moz-transition: 0.6s;
        transform: scale(1);
    }
    .def-main-menu .modile-header-up-line .header-logo{
        transition: 0.6s;
        -moz-transition: 0.6s;
        transform: scale(1);
    }

    .main-header-r{
        display: flex;
        align-items: center;
        height: max-content;
    }
    .main-header-soc-media-icons-container{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-right: 16px;
    }
    .main-header-soc-media-icons-container .main-header-soc-icon .img{
        height: 22px;
        width: 100%;
        display: block;
        margin-right: 12px;
    }
    .main-header-soc-media-icons-container .main-header-soc-icon:hover{
        cursor: pointer;
        transform: scale(0.95);
        opacity: 0.7;
    }
        .header-logo{
            width: 134px;
            height: 52px;
        }
        .modile-header .header-logo{
            height: 42px;
            width: 54px;
            /* width: auto; */
            background-size: cover;
        }
        .header-menu{
            list-style: none;
            display: flex;
            flex-direction: row;
            margin-left: 58px;
            align-items: center;
            justify-content: center;
            height: 100%;
            position: relative;
        }
        .active-link-line{
            display: inline-block;
            width: 60px;
            height: 2px;
            background-color: #FD103D;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: 0.5s;
            -moz-transition: 0.5s;
        }
            .header-menu li{
                margin-right: 38px;
                height: 100%;
                display: flex;
                align-items: center;
            }
            .header-menu li:last-of-type{
                margin-right: 0px;
            }
            .header-menu li div{
                text-decoration: none;
                color: #ffffff;
                font-weight: 400;
                font-size: 14px;
                height: 100%;
                text-align: center;
                vertical-align: middle;
                padding-top: 20px;
            }
            .header-menu li div:hover{
                opacity: 0.9;
                cursor: pointer;
            }
            .header-menu li div.active{
                /* border-bottom: 2px solid #FD103D;
                padding-bottom: 18px; */

            }


    .main-header-l{
        display: flex;
        align-items: center;
        height: 100%;
    }
        .header-phone{
            display: flex;
            align-items: center;
            font-style: normal;
            font-weight: 500;
            font-size: 17px;
            color: #FFFFFF;
            text-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1);
            text-decoration: none;
            margin-right: 32px;
        }

        .header-phone img{
            margin-right: 8px;
        }

        .btn-call-the-measurer, .btn-call-the-measurer-in-mobile-menu, .btn-get-return-call{
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            width: 192px;
            height: 38px;
            letter-spacing: 0.01em;
        }
        .btn-get-return-call{
            margin-right: 8px;
        }
        .btn-call-the-measurer-in-mobile-menu{
            transform: scale(1.3);
        }
        .btn-call-the-measurer-container, .btn-get-return-call-container{
            height: fit-content;
            display: flex;
            flex-direction: row;
            align-items: center;
            background-color: transparent;
            z-index: 2;
        }

        /* hover */
        .btn-call-the-measurer:hover, .btn-call-the-measurer-in-mobile-menu:hover, .btn-get-return-call:hover{
            cursor: pointer;
        }
        .btn-call-the-measurer .btn-call-the-measurer-bg svg, .btn-call-the-measurer-in-mobile-menu .btn-call-the-measurer-bg svg, .btn-get-return-call .btn-get-return-call-bg svg{
            transition: 0.3s;
            -moz-transition: 0.3s;
            fill: transparent;
            width: 192px;
            height: 38px;
        }
        .btn-call-the-measurer .btn-call-the-measurer-bg svg{
            fill: #FED131;
        }
        .btn-call-the-measurer:hover .btn-call-the-measurer-bg svg, .btn-call-the-measurer-in-mobile-menu:hover .btn-call-the-measurer-bg svg, .btn-get-return-call:hover .btn-get-return-call-bg svg{
            fill: #FED131;
        }
        .btn-call-the-measurer:hover .btn-call-the-measurer-container .img, .btn-call-the-measurer-in-mobile-menu:hover .btn-call-the-measurer-container .img, .btn-get-return-call:hover .btn-get-return-call-container .img{
            fill: #231E0D;
            stroke: #231E0D;
        }
        .btn-call-the-measurer:hover .btn-call-the-measurer-container .text, .btn-call-the-measurer-in-mobile-menu:hover .btn-call-the-measurer-container .text, .btn-get-return-call:hover .btn-get-return-call-container .text{
            color: #141207;
            font-weight: 800;
            /* identical to box height */
        }

        .btn-call-the-measurer-container .text, .btn-get-return-call-container .text{
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 15px;
            /* identical to box height */
            letter-spacing: 0.01em;
            text-transform: uppercase;
            color: #FFFFFF;
        }
        .btn-call-the-measurer-container .text{
            color: #141207;
            font-weight: 800;
        }
        .mobile-menu-btn-call-the-measurer-container .text{
            font-weight: 500;
            color: #FFFFFF;
        }
        .btn-call-the-measurer-container .img, .btn-get-return-call .img{
            fill: #FFFFFF;
            stroke: #FFFFFF;
            margin-left: 16px;
            margin-bottom: 1px;
        }
        .btn-call-the-measurer-bg, .btn-get-return-call-bg{
            position: absolute;
            display: block;
            height: fit-content;
            box-sizing: border-box;
            pointer-events: none;
            top: 0;
            left: 0;
            height: 38px;
            pointer-events: none;
        }







/* ------ Block 1 -----------------------------*/

#block-main-cover{
    /* background: linear-gradient(0deg, rgba(33, 33, 33, 0.7), rgba(33, 33, 33, 0.7)),
                url('../resources/images/main-slider/0.jpg');  */
    height: 100vh;
    width: 100%;
    /* padding-top: 180px;
    padding-left: 380px; */
    position: relative;

}


.hero-img-main-block{
    background: #141313;
    position: absolute;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

    .hero-img-main-block > .hero-img-item{
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        /* background-size: 120%; */

        transform: scale(1.24);

        display: none;
        height: 100%;
        transition: 2s ease-in !important;
        -moz-transition: 0.6s ease-in !important;
    }
    .hero-img-main-block .hero-img-1{
        /* background: linear-gradient(0deg, rgba(33, 33, 33, 0.7), rgba(33, 33, 33, 0.7)),
                    url('../resources/images/main-slider/0.jpg?v_img=0.6');  */
        transition: 2s ease-in;
        -moz-transition: 2s ease-in;
    }
    .hero-img-main-block .hero-img-2{
        /* background: linear-gradient(0deg, rgba(33, 33, 33, 0.7), rgba(33, 33, 33, 0.7)),
                    url('../resources/images/main-slider/1.jpg?v_img=0.6');  */
        transition: 2s ease-in;
        -moz-transition: 2s ease-in;
    }
    .hero-img-main-block .hero-img-3{
        /* background: linear-gradient(0deg, rgba(33, 33, 33, 0.7), rgba(33, 33, 33, 0.7)),
                    url('../resources/images/main-slider/2.jpg?v_img=0.6');  */
        transition: 2s ease-in;
        -moz-transition: 2s ease-in;
    }
    .hero-img-main-block .hero-img-4{
        /* background: linear-gradient(0deg, rgba(33, 33, 33, 0.7), rgba(33, 33, 33, 0.7)),
                    url('../resources/images/main-slider/3.jpg?v_img=0.6'); */
        transition: 2s ease-in;
        -moz-transition: 2s ease-in;
    }
    .hero-img-main-block .hero-img-5{

        /* background: linear-gradient(0deg, rgba(33, 33, 33, 0.7), rgba(33, 33, 33, 0.7)),
                    url('../resources/images/main-slider/4.jpg?v_img=0.6'); */
        transition: 2s ease-in;
        -moz-transition: 2s ease-in;
    }

    .hero-img-main-block .active{
        display: block;
        background-repeat: no-repeat;
        transition: 2s;
        -moz-transition: 2s;
        animation: slider-background-animation 4300ms forwards;
        z-index: 2;
    }



.hero-content-text-center-container{
    width: 100%;
    height: 100%;
    padding-top: 60px;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-content-btn-call-the-measurer-container{
    height: 44px;
    width: 300px;
    box-sizing: border-box;
    position: absolute;
    top: 100px;
    display: none;
    margin-left: 260px;
}
.hero-content-btn-call-the-measurer{
    box-sizing: border-box;
    border: 2px solid #EEC01E;
    /* margin-left: 32px;
    margin-right: 32px; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #FDF9E9;
    font-size: 14px;
    font-family: Geometria;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.28px;
}
.hero-content-btn-call-the-measurer:hover{
    cursor: pointer;
}

.hero-content-text{
    margin-left: 260px;
}



@keyframes slider-background-animation {
    0%{
        transform: scale(1.24);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
    }
    100%{
        transform: scale(1);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
    }

}
    .block-main-cover-header-text{
        font-weight: 800;
        font-size: 68px;
        line-height: 88px;
        color: #FFFFFF;
        margin-bottom: 48px;
        width: 1060px;
        position: relative;
    }

        .block-main-cover-header-text u{
            position: relative;
        }

        .block-main-cover-header-text u::after{
            /* content: '';
            height: 4px;
            width: 100%;
            top: 40;
            bottom: 0;
            left: 0;
            box-sizing: border-box;
            display: inline-block;
            position: absolute;
            background: rgba(253, 12, 55, 0.8); */
        }

    .main-block-dop-info-about-gift{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 78px;
    }
        .main-block-dop-info-about-gift .img{
            height: 42px;
            width: 42px;
            margin-right: 16px;
        }
        .main-block-dop-info-about-gift .text{
            width: 396px;
            color: #DDDDDD;
            line-height: 130%;
            font-size: 16px;
        }
        .main-block-dop-info-about-gift .text div{
            font-weight: 600;
            position: relative;
            font-size: 18px;
            line-height: 130%;
            color: #FFFFFF;
            display: inline-block;
        }
        .main-block-dop-info-about-gift .text div:hover{
            color: #ff3157;
            cursor: pointer;
        }
        .main-block-dop-info-about-gift .text div::after{
            content: '';
            height: 1px;
            width: 100%;
            top: 24;
            bottom: 0;
            left: 0;
            box-sizing: border-box;
            display: inline-block;
            position: absolute;
            background: rgba(253, 12, 55, 0.8);
        }


        .btnCalcKitchen{
            margin-top: 78px;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
        }

        .shadow-first_btnCalcKitchen{
            filter: drop-shadow(0px 0px 15px #f7df0781);
            margin-right: 16px;
            transition: 0.2s;
            -moz-transition: 0.2s;

        }
        .shadow-first_btnCalcKitchen:hover{
            transform: scale(0.97);
            filter: drop-shadow(0px 0px 10px #FD103Da1);
            cursor: pointer;
        }
        .shadow-first_btnCalcKitchen:hover+.second_btnCalcKitchen{
            background: url('../resources/icons/big-btn-calc-red.svg');
            filter: drop-shadow(0px 0px 20px rgba(253, 16, 61, 0.35));
            width: 72px;
            height: 72px;
            box-sizing: border-box;
            background-size: cover;
        }
        .shadow-first_btnCalcKitchen:hover .background-first_btnCalcKitchen {
            background: #FD103D;
            margin-top: 0px;
            margin-left: 0px;
        }
        .shadow-first_btnCalcKitchen:hover .background-first_btnCalcKitchen .first_btnCalcKitchen .text{
            color: #FFFFFF;
        }
        .shadow-first_btnCalcKitchen:hover .background-first_btnCalcKitchen .first_btnCalcKitchen .img{
            fill: #FFFFFF;
        }
            .background-first_btnCalcKitchen{
                clip-path: polygon(4% 0%, 100% 0, 100% 75%, 96% 100%, 0 100%, 0 25%);
                box-sizing: border-box;
                height: 94px;
                /* width: 640px; */
                width: auto;
                display: inline-block;

                /* box-shadow: 0px 0px 15px rgb(255, 202, 12);
                background: linear-gradient(45deg, #fad348, #d6ab0f); */

                background: linear-gradient(91.25deg, #FED131 0%, #EDBF1D 100%);
                box-shadow: 0px 0px 20px rgba(255, 201, 12, 0.35);
                padding-left: 54px;
                padding-right: 54px;
            }
                .first_btnCalcKitchen{
                    color: #1A1811;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    justify-content: center;
                    /* height: 86px;
                    width: 632px;
                    margin-top: 4px;
                    margin-left: 4px;
                    padding-bottom: 2px; */
                    height: 100%;
                    width: 100%;
                    /* background-color: #F6C821; */
                    /* border-image: linear-gradient(45deg, rgba(255, 212, 57, 1), rgba(229, 182, 12, 1)) 1; */
                    /* clip-path: polygon(4% 0%, 100% 0, 100% 75%, 96% 100%, 0 100%, 0 25%); */
                    /* box-shadow: 0px 0px 10px rgba(255, 201, 12, 0.25); */
                }
                    .first_btnCalcKitchen .text{
                        font-weight: 700;
                        text-transform: uppercase;
                        font-size: 22px;
                        line-height: 26px;
                        color: #1A1811;
                        margin-right: 20px;
                    }
                    .first_btnCalcKitchen .img{
                        height: 9px;
                        width: auto;
                        margin-bottom: 2px;
                        fill: #1A1811;
                    }
            .second_btnCalcKitchen{
                background: url('../resources/icons/big-btn-calc.svg');
                filter: drop-shadow(0px 0px 15px #f7df0762);
                width: 72px;
                height: 72px;
                box-sizing: border-box;
                background-size: cover;
            }


    .text-advantage-slider{
        position: absolute;
        right: 100px;
        bottom: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
        .text-advantage-slider .text-advantage-slider-main{
            width: 500px;
            height: 80px;
            background: rgba(0, 0, 0, 0.3);
            clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
            border-bottom: 2px solid #FD103D;
            display: flex;
            flex-direction: row;
            align-items: center;
            padding-left: 54px;
        }
            .text-advantage-slider .text-advantage-slider-main .red-point{
                margin-right: 16px;
            }
            .text-advantage-slider .text-advantage-slider-main .text{
                font-style: italic;
                font-weight: 600;
                font-size: 18px;
                color: #FFFFFF;
                text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
                margin-bottom: 2px;
                transition: 0.4s;
                -moz-transition: 0.4s;
            }

            .text-advantage-slider .text-advantage-slider-main .string-vertic-line{
                height: 26px;
                width: 1px;
                background: #FD103D;
                margin-left: 4px;

                animation: merc-run-line-adv 1s infinite;
                animation-timing-function: steps(1)

            }
            @keyframes merc-run-line-adv {
                0%{
                    opacity: 0;
                }
                50%{
                    opacity: 1;
                }
                100%{
                    opacity: 0;
                }

            }


        .text-advantage-slider .btns-control{
            list-style: none;
            flex-direction: row;
            align-items: center;
            height: 10px;
            display: flex;
            margin-top: 14px;
        }
            .text-advantage-slider .btns-control li{
                width: 6px;
                height: 6px;
                background: rgba(255, 255, 255, 0.06);
                margin-right: 10px;
                display: inline-block;
            }
            .text-advantage-slider .btns-control li:last-of-type{
                margin-right: 0px;
            }
            .text-advantage-slider .btns-control li.active{
                background: rgba(255, 255, 255, 0.2);
            }


    .main-slider-block-1-btns-control{
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        right: 60px;
        top: 40%;
    }
        .main-slider-block-1-btns-control li{
            width: 10px;
            height: 10px;
            background: rgba(115, 135, 141, 0.3);
            margin-bottom: 20px;
            display: inline-block;
        }
        .main-slider-block-1-btns-control li:last-of-type{
            margin-right: 0px;
        }
        .main-slider-block-1-btns-control li.active{
            background: rgba(255, 255, 255, 0.5);
            transition: 0.5s;
            -moz-transition: 0.5s;
        }


    .yandex-rating {
        position: absolute;
        top: 170px;
        right: 80px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }



    .hero-help-little-avg-time-complete{
        position: absolute;
        top: 120px;
        right: 80px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .hero-help-little-avg-time-complete .lvl-1{
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }
    .hero-help-little-avg-time-complete .lvl-1 .img{
        height: 15px;
        width: 15px;
        margin-bottom: 1px;
        margin-right: 8px;
    }
    .hero-help-little-avg-time-complete .lvl-1 .text{
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 15px;
        /* identical to box height */
        letter-spacing: 0.02em;
        color: rgba(255, 255, 255, 0.8);
        text-shadow: 0px 4px 4px rgba(26, 25, 25, 0.1);
    }
    .hero-help-little-avg-time-complete .lvl-1 .text strong{
        font-weight: 500;
    }
    .hero-help-little-avg-time-complete .lvl-2 .text{
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0.02em;

        color: rgba(255, 255, 255, 0.6);

        text-shadow: 0px 4px 4px rgba(26, 25, 25, 0.1);
    }




/* ------ Block 2 -----------------------------*/

#block-about{
    background: #141313;
    background-image: linear-gradient(180deg, rgba(253, 16, 61, 0.1) 0%, rgba(0, 0, 0, 0) 18.47%),
                url('../resources/images/black-background.png');
    display: flex;
    flex-direction: row;
    padding-top: 220px ;
    padding-bottom: 220px;
    padding-left: 260px;
    width: 100%;
    position: relative;
    background-size: cover;
}

    .block-about-l{

    }
        .block-about-l h1{
            font-style: normal;
            font-weight: 800;
            font-size: 70px;
            line-height: 120%;
            width: fit-content;
            text-transform: uppercase;
            color: #FFFFFF;
            display: flex;
            align-items: center;
            margin-bottom: 68px;

            opacity: 0; /* для анимации появления */
        }

        .h-1-vertic-line{
            background: #FD103D;
            width: 5px;
            height: 64px;
            margin-right: 32px;
            /* margin-left: -100px; */
        }

        .block-about-l .more-info-about-campaing-1{
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 25px;
            color: #939393; /*#d3d3d3*/
            width: 530px;
            margin-bottom: 120px;
            opacity: 0; /* для анимации появления */
        }

        .block-about-l .more-info-about-campaing-1 u{
            color: #FFFFFF;
            font-weight: 400;
            position: relative;
            display: inline-block;
        }
        .block-about-l .more-info-about-campaing-1 u::after{
            content: '';
            display: inline-block;
            position: absolute;
            bottom: 0;
            left: 0;
            opacity: 0.5;
            height: 1px;
            width: 100%;
            background-color: #FD103D;
        }

        .about-advantage-container{
            display: flex;
            flex-direction: column;

            opacity: 0; /* для анимации появления */
        }
            .about-advantage-container-row{
                display: flex;
                flex-direction: row;
            }
                .about-advantage-container-item{
                    margin-right: 80px;
                    margin-bottom: 48px;
                    box-sizing: border-box;
                }
                .about-advantage-container-item:last-of-type{
                    margin: 0px;
                }

                .about-advantage-container-item .num-value{
                    font-style: normal;
                    font-weight: 300;
                    font-size: 65px;
                    line-height: 65px;
                    color: #FFFFFF;
                    overflow: hidden;
                }

                .about-advantage-container-item .horiz-line{
                    height: 1px;
                    width: 100%;
                    margin-top: 16px;
                    margin-bottom: 14px;
                    display: inline-block;
                    background: #FD103D;
                }

                .about-advantage-container-item .text-value{
                    font-style: normal;
                    font-weight: 300;
                    font-size: 14px;
                    line-height: 22px;
                    color: #A2A2A2;
                    width: 190px;
                    letter-spacing: 0.03em;
                }
                .about-advantage-container-item-cal-days .text-value{
                    width: 224px;
                }

                .about-advantage-container-item .num-value .cal-days{
                    position: relative;
                }
                .about-advantage-container-item .num-value .cal-days::after{
                    content: 'календарных';
                    color: gray;
                    font-size: 13px;
                    position: absolute;
                    width: 200px;
                    height: 50px;
                    top: 2px;
                    left: 18px;
                    line-height: 100%;
                }
                .about-advantage-container-item .num-value u{
                    font-size: 52px;
                }


    .block-about-r{
        margin-left: 140px;
        display: flex;
        flex-direction: column;
        align-items: center;

        opacity: 0; /* для анимации появления */
    }
        .block-2-img-border{
            box-sizing: content-box;
            position: relative;
            border: 1px solid #FD103D;
            /* box-shadow: 0px 5px 20px rgba(27, 22, 22, 0.2); */
            background-color: transparent;
            height: 453px;
            width: 746px;
            margin-top: 32px;
        }

            .block-2-img-img{
                /* position: absolute; */
                display: inline-block;
                position: relative;
                perspective: 1000px;
                top: -20px;
                right: -20px;
                /* height: 453px;
                width: 746px; */
                height: 100%;
                width: 100%;
            }
            /* перевернутое изобращение задней стороны по умолчанию */
            .block-2-img-img .back{
                transform: rotateY(-180deg);
            }

            /* при анимации */
            .block-2-img-img.animate-1 .front{
                transform: rotateY(180deg);
            }
            .block-2-img-img.animate-1 .back{
                transform: rotateY(0deg);
            }
            /* при анимации */
            .block-2-img-img.animate-2 .front{
                transform: rotateY(0deg);
            }
            .block-2-img-img.animate-2 .back{
                transform: rotateY(180deg);
            }

            .block-2-img-img .front, .block-2-img-img .back
            {
                position:absolute;
                width: 100%;
                height: 100%;
                box-sizing: border-box;
                transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                color: white;
                background-color: #000;
                /* padding: 10px; */
                backface-visibility: hidden;
                background-size: contain;
                object-fit: contain;
                background-clip: content-box;
                background-origin: border-box;
                background-repeat: no-repeat;
                background-size: cover;

            }
            .block-2-img-img .front
            {
                background-image: url('../resources/images/manufacture/02.jpg?v_img=0.6');
            }
            .block-2-img-img .back
            {
                background-image: url('../resources/images/manufacture/01.jpg?v_img=0.6');
            }

        .block-2-r-campaign-info{
            display: flex;
            align-items: center;
            margin-top: 120px;
        }

            .block-2-r-campaign-info .img{
                width: 208px;
                margin-right: 68px;
            }
            .block-2-r-campaign-info .text{
                width: 260px;
                font-style: normal;
                font-weight: 300;
                font-size: 16px;
                line-height: 23px;
                color: #DCDCDC;
            }
            .block-2-r-campaign-info .text u{
                color: #FFFFFF;
                font-weight: 400;
                display: inline-block;
                position: relative;
            }
            .block-2-r-campaign-info .text u::after{
                content: '';
                display: inline-block;
                position: absolute;
                bottom: 0;
                left: 0;
                opacity: 0.5;
                height: 1px;
                width: 100%;
                background-color: #FD103D;
            }


    .border-bottom-block-raz{
        background-color: #ffffff;
        clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
        width: 100%;
        position: absolute;
        bottom: 0;
        height: 70px;
        margin-left: -260px;
        display: none;
    }




/* ------ Block 3 -----------------------------*/

#block-our-works{

}
    .block-our-works-header{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-top: 160px;
        /* margin-bottom: -40px; */
    }
    .block-our-works-header .top-line-header{
        background: #FD103D;
        width: 5px;
        height: 64px;
        margin-right: 36px;
    }
    .block-our-works-header h1{
        font-style: normal;
        font-weight: 800;
        font-size: 70px;
        line-height: 86px;
        color: #000000;
    }
    .block-our-works-header .block-our-works-header-triangle{
        /* width: 46px;
        height: 20px;
        background: #FD103D;
        clip-path: polygon(0 0, 100% 0, 50% 100%); */
        background: #FD103D;
        width: 5px;
        height: 64px;
        margin-left: 36px;
    }


    /*--- kitchen-item ---*/

    .kitchen-item-w{
        display: flex;
        flex-direction: row;
        padding-top: 160px;
        padding-bottom: 140px;
        padding-left: 140px;
        padding-right: 160px;
        background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 7.81%, rgba(255, 255, 255, 0) 89.06%, #FFFFFF 99.8%), url('../resources/images/block-2-background-kitchen-item.png');
        background-repeat: repeat-y;
    }
    .kitchen-item-g{
        display: flex;
        flex-direction: row-reverse;
        padding-top: 160px;
        padding-bottom: 140px;
        padding-left: 160px;
        padding-right: 140px;
        background: url('../resources/images/block-2-background-kitchen-item.png'), #F3F3F3;
        background-repeat: repeat-y;
        background-position-x: -120%;
    }

        .kitchen-item-w .kitchen-item-w-l, .kitchen-item-g .kitchen-item-g-l{
            /* display: flex;
            flex-direction: row; */
            margin-right: 80px;
            height: fit-content;
            opacity: 0;
        }
        .kitchen-item-btns{
            display: flex;
            flex-direction: row;
            align-items: center;
            margin-top: 38px;
        }
        .kitchen-item-btns .btn-more-kitchen-from-kitchen-item{
            font-style: normal;
            font-weight: 700;
            width: 136px;
            font-size: 16px;
            line-height: 20px;
            text-transform: uppercase;
            color: #231E0D;
            display: flex;
            flex-direction: row;
            align-items: center;
            margin-left: 36px;
            transition: 0.2s;
            -moz-transition: 0.2s;
            padding-top: 24px;
            padding-bottom: 24px;
            border-top: 1px solid transparent;
            border-bottom: 1px solid transparent;
        }
        .kitchen-item-btns .btn-more-kitchen-from-kitchen-item:hover{
            border-top: 1px solid rgba(35, 30, 13, 0.3);
            border-bottom: 1px solid rgba(35, 30, 13, 0.3);
            cursor: pointer;
        }
        .kitchen-item-btns .btn-more-kitchen-from-kitchen-item .img{
            margin-left: 16px;
        }

        .kitchen-item-g .kitchen-item-g-l{
            /* display: flex;
            flex-direction: row; */
            margin-right: 0px;
            margin-left: 80px;
        }
            .kitchen-item-w .block-2-kitchen-item-gallery,  .kitchen-item-g .block-2-kitchen-item-gallery{
                display: flex;
                flex-direction: row;
            }
             .kitchen-item-g .block-2-kitchen-item-gallery{
                flex-direction: row-reverse;
            }
             .kitchen-item-w .block-2-kitchen-item-gallery .main-img,  .kitchen-item-g .block-2-kitchen-item-gallery .main-img{
                background: var(--bg-image-preview);
                width: 890px;
                height: 580px;
                margin-right: 16px;
                display: inline-block;
                background-size: cover;
                background-position: center center;
                /* transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s; */

                background-repeat: no-repeat;
                border: none !important;
                z-index: 2;
            }
            .kitchen-item-g .block-2-kitchen-item-gallery .main-img{
                margin-left: 16px;
                margin-right: 0px;
            }
            .kitchen-item-w .block-2-kitchen-item-gallery .block-imgs .block-imgs-list,  .kitchen-item-g .block-2-kitchen-item-gallery .block-imgs .block-imgs-list{
                box-sizing: border-box;
                height: fit-content;
                overflow-y: scroll;
                width: 80px;
                position: relative;
                margin-top: 0px;
                scroll-behavior: auto;

                opacity: 1;

                scrollbar-width: none;
            }
            .kitchen-item-w .block-2-kitchen-item-gallery .block-imgs,  .kitchen-item-g .block-2-kitchen-item-gallery .block-imgs{
                overflow: scroll;

                height: 580px;
                scroll-behavior: auto;
                opacity: 0;
                scrollbar-width: none;
            }
            .kitchen-item-w .block-2-kitchen-item-gallery .block-imgs::-webkit-scrollbar,  .kitchen-item-g .block-2-kitchen-item-gallery .block-imgs::-webkit-scrollbar{
                display: none;
                scrollbar-width: none;
            }
            .kitchen-item-w .block-2-kitchen-item-gallery .block-imgs .block-imgs-list::-webkit-scrollbar,  .kitchen-item-g .block-2-kitchen-item-gallery .block-imgs .block-imgs-list::-webkit-scrollbar{
                display: none;
                scrollbar-width: none;
            }
                .kitchen-item-w .block-2-kitchen-item-gallery .block-imgs .block-imgs-list .block-imgs-img,  .kitchen-item-g .block-2-kitchen-item-gallery .block-imgs .block-imgs-list .block-imgs-img{
                    background-color: var(--bg-image-preview);
                    width: 64px;
                    height: 64px;
                    display: block;
                    margin-bottom: 12px;
                    background-position: center;
                    background-size: cover;
                    margin-left: 8px;
                    margin-right: 8px;
                    box-sizing: border-box;
                    border: 1px solid transparent;
                    background-repeat: no-repeat;
                    transition: 0.3s;
                    -moz-transition: 0.3s;
                }
                .kitchen-item-w .block-2-kitchen-item-gallery .block-imgs .block-imgs-list .block-imgs-img:hover,  .kitchen-item-g .block-2-kitchen-item-gallery .block-imgs .block-imgs-list .block-imgs-img:hover{
                    /* cursor: pointer; */
                    border: 1px solid #fd103b;
                }
                .kitchen-item-w .block-2-kitchen-item-gallery .block-imgs .block-imgs-list .block-imgs-img.active::after,  .kitchen-item-g .block-2-kitchen-item-gallery .block-imgs .block-imgs-list .block-imgs-img.active::after{
                    content: '';
                    position: absolute;
                    left: 0px;
                    top: 64px+12px;
                    width: 76px;
                    height: 64px;
                    display: block;
                    border-left: 2px solid #FD103D;
                    border-right: 2px solid #FD103D;
                    z-index: 2;
                    transition: 0.3s;
                    -moz-transition: 0.3s;
                }


            .kitchen-item-w .block-2-kitchen-item-gallery-controls,  .kitchen-item-g .block-2-kitchen-item-gallery-controls{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                margin-top: 24px;
                margin-right: 64px+32px;
                box-sizing: border-box;
                padding-right: 95px;

                opacity: 0;
            }
            .kitchen-item-g .block-2-kitchen-item-gallery-controls{
                flex-direction: row-reverse;
                padding-right: 0px;
                padding-left: 95px;
            }
                .kitchen-item-w .block-2-kitchen-item-gallery-controls .block-2-kitchen-item-gallery-controls-pagination,  .kitchen-item-g .block-2-kitchen-item-gallery-controls .block-2-kitchen-item-gallery-controls-pagination{
                    display: flex;
                    flex-direction: row;
                    font-style: normal;
                    align-items: flex-end;
                    box-sizing: content-box;
                    margin-left: 20px;
                    /* margin-bottom: -10px; */
                }
                .kitchen-item-g .block-2-kitchen-item-gallery-controls .block-2-kitchen-item-gallery-controls-pagination{
                    margin-left: 0px;
                    margin-right: 20px;
                }
                    .block-2-kitchen-item-gallery-controls-pagination .first-let{
                        font-weight: 300;
                        font-size: 38px;
                        text-align: center;
                        color: #616161;
                        width: 24px;
                    }
                    .block-2-kitchen-item-gallery-controls-pagination .razdel-let{
                        font-style: normal;
                        font-weight: 400;
                        font-size: 16px;
                        text-align: center;
                        color: #959595;
                        margin-bottom: 8px;
                        margin-left: 4px;
                        margin-right: 3px;

                    }
                    .block-2-kitchen-item-gallery-controls-pagination .second-let{
                        font-style: normal;
                        font-weight: 400;
                        font-size: 14px;
                        text-align: center;
                        color: #959595;
                        margin-bottom: 8px;
                    }

                    .block-2-kitchen-item-gallery-controls-btns{
                        display: flex;
                    }
                    .block-2-kitchen-item-gallery-controls-btns .btn-l-arrow, .block-2-kitchen-item-gallery-controls-btns .btn-r-arrow{
                        display: inline-block;
                        height: 64px;
                        width: 64px;
                        padding: 23px 14px 30px 14px;
                        border: 1px solid #EBEBEB;
                        box-sizing: border-box;
                        background: transparent;
                        user-select: none;
                        position: relative;
                        pointer-events: all;
                    }
                    .block-2-kitchen-item-gallery-controls-btns .btn-r-arrow svg{
                        position: absolute;
                        right: 14px;
                        pointer-events: none;
                    }
                    .block-2-kitchen-item-gallery-controls-btns .btn-l-arrow svg{
                        position: absolute;
                        right: 14px;
                        pointer-events: none;
                    }

                    .block-2-kitchen-item-gallery-controls-btns .btn-l-arrow:hover, .block-2-kitchen-item-gallery-controls-btns .btn-r-arrow:hover{
                        border: 1px solid #A1A1A1;
                        cursor: pointer;
                    }
                    .block-2-kitchen-item-gallery-controls-btns .btn-r-arrow.active svg, .block-2-kitchen-item-gallery-controls-btns .btn-l-arrow.active svg{
                        animation: btn-galery-arrow-move 0.3s infinite;
                        position: absolute;
                        right: 12px;
                        pointer-events: none;
                    }
                    @keyframes btn-galery-arrow-move{
                        0%{
                            margin-right: 0px;
                        }
                        50%{
                            margin-right: -20px;
                        }
                        100%{
                            margin-right: 0px;
                        }
                    }


                    .block-2-kitchen-item-gallery-controls-btns .btn-l-arrow{
                        transform: scale(-1,1);
                        margin-right: 12px;
                    }
                        .block-2-kitchen-item-gallery-controls-btns .btn-l-arrow svg, .block-2-kitchen-item-gallery-controls-btns .btn-r-arrow svg{
                            display: block;
                            height: 7px;
                            margin-top: 2px;
                            width: auto;
                        }


        .kitchen-item-w .kitchen-item-w-r,  .kitchen-item-g .kitchen-item-g-r{
            margin-top: 0px;
            opacity: 0;
            position: relative;
            box-sizing: border-box;
        }


        .kitchen-item-w .kitchen-item-w-l,  .kitchen-item-g .kitchen-item-g-l{
            opacity: 0;
        }
            .kitchen-item-w .kitchen-item-w-r .kitchen-style-row,  .kitchen-item-g .kitchen-item-g-r .kitchen-style-row, .kitchen-descripton-mobile .kitchen-style-row{
                display: flex;
                margin-bottom: 24px;
                align-items: center;
                user-select: none;

                margin-top: 0px;
            }
                .kitchen-item-w .kitchen-item-w-r .kitchen-style-row .img,  .kitchen-item-g .kitchen-item-g-r .kitchen-style-row .img, .kitchen-descripton-mobile .kitchen-style-row .img{
                    width: 24px;
                    padding-top: 10px;
                    padding-bottom: 10px;
                    height: 40px;
                    margin-right: 12px;
                    display: inline-block;
                    box-sizing: border-box;
                    background-size: contain;
                    background-position: center center;
                    background-repeat: no-repeat;
                    border-top: 1px solid transparent;
                    border-bottom: 1px solid transparent;
                    position: relative;
                    background-color: #FFFFFF;
                }
                .kitchen-item-g .kitchen-item-g-r .kitchen-style-row .img, .kitchen-item-g .kitchen-descripton-mobile .kitchen-style-row .img{
                    background-color: #F2F2F2;
                }

                .kitchen-item-w .kitchen-item-w-r .kitchen-style-row .text,  .kitchen-item-g .kitchen-item-g-r .kitchen-style-row .text, .kitchen-descripton-mobile .kitchen-style-row .text{
                    width: fit-content;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 23px;
                    color: #373737;
                    background-color: #FFFFFF;
                    height: 40px;
                    box-sizing: border-box;
                    padding-top: 8px;
                    border-top: 1px solid transparent;
                    border-bottom: 1px solid transparent;
                    position: relative;
                }
                .kitchen-item-g .kitchen-item-g-r .kitchen-style-row .text, .kitchen-item-g .kitchen-descripton-mobile .kitchen-style-row .text{
                    background-color: #F2F2F2;
                }

                .kitchen-item-w .kitchen-item-w-r .kitchen-style-row .text::before,  .kitchen-item-g .kitchen-item-g-r .kitchen-style-row .text::before, .kitchen-descripton-mobile .kitchen-style-row .text::before{
                    z-index: -1;
                    background: linear-gradient(90deg, #CDCDCD 69.27%, rgba(205, 205, 205, 0) 100%);
                    content: '';
                    width: 100%;
                    height: 42px;
                    position: absolute;
                    top: -2px;
                }
                .kitchen-item-w .kitchen-item-w-r .kitchen-style-row .img::before,  .kitchen-item-g .kitchen-item-g-r .kitchen-style-row .img::before, .kitchen-descripton-mobile .kitchen-style-row .img::before{
                    z-index: -1;
                    background: linear-gradient(90deg, rgba(205, 205, 205, 0) 0%, #CDCDCD 29.17%);
                    content: '';
                    height: 42px;
                    position: absolute;
                    width: 100%;
                    top: -2px;
                    display: inline-block;
                }


            .kitchen-item-w .kitchen-item-w-r .kitchen-style-2-row,  .kitchen-item-g .kitchen-item-g-r .kitchen-style-2-row, .kitchen-descripton-mobile .kitchen-style-row{
                display: flex;
                margin-bottom: 20px;
                align-items: center;
                user-select: none;

                margin-top: 0px;
            }
                /* .kitchen-item-w .kitchen-item-w-r .kitchen-style-2-row .img,  .kitchen-item-g .kitchen-item-g-r .kitchen-style-2-row .img, .kitchen-descripton-mobile .kitchen-style-row .img{
                    display: none;
                }
                .kitchen-item-w .kitchen-item-w-r .kitchen-style-2-row .text,  .kitchen-item-g .kitchen-item-g-r .kitchen-style-2-row .text, .kitchen-descripton-mobile .kitchen-style-row .text{
                    font-family: 'Merriweather';
                    font-style: normal;
                    font-weight: 300;
                    font-size: 18px;
                    line-height: 23px;
                    color: #525252;
                } */



            .kitchen-item-w .kitchen-item-w-r h1,  .kitchen-item-g .kitchen-item-g-r h1, .kitchen-descripton-mobile h1{
                font-weight: 800;
                font-size: 42px;
                line-height: 120%;
                color: #161616;
                margin-bottom: 24px;
            }
                .kitchen-item-w .kitchen-item-w-r h1 u,  .kitchen-item-g .kitchen-item-g-r h1 u{
                    color: #FD103D;
                }

            .kitchen-item-w .kitchen-item-w-r .text-content,  .kitchen-item-g .kitchen-item-g-r .text-content{
                /* margin-bottom: 32px; */
                height: fit-content;
                box-sizing: border-box;
                overflow: auto;
                transition: 0.2s;
                -moz-transition: 0.2s;
            }
            .kitchen-item-w .kitchen-item-w-r .text-content u,  .kitchen-item-g .kitchen-item-g-r .text-content u{
                /* color: #FD103D !important; */
                -webkit-text-fill-color: #FD103D;
            }
            .kitchen-item-w .kitchen-item-w-r .text-content.kitchen-item-close-dop-text p:last-of-type,  .kitchen-item-g .kitchen-item-g-r .text-content.kitchen-item-close-dop-text p:last-of-type{
                background: -webkit-linear-gradient(rgba(55,55,55,1) 60%, rgba(55,55,55,0.10));
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
            .kitchen-item-w .kitchen-item-w-r .text-content.kitchen-item-close-dop-text p:last-of-type u,  .kitchen-item-g .kitchen-item-g-r .text-content.kitchen-item-close-dop-text p:last-of-type u{
                -webkit-text-fill-color: #fd103b;
                opacity: 0.8;
            }
                .kitchen-item-w .kitchen-item-w-r .text-content p,  .kitchen-item-g .kitchen-item-g-r .text-content p, .text-preview{
                font-weight: 400;
                font-size: 16px;
                line-height: 160%;
                /* font-feature-settings: 'kern' off; */
                color: #373737;
                margin-bottom: 16px;
                }

                .btn-see-more-text-v-2{
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 160%;
                    margin-top: 20px;
                    color: #313131;
                }
                 .kitchen-item-w .kitchen-item-w-r .text-content p:last-of-type,  .kitchen-item-g .kitchen-item-g-r .text-content p:last-of-type{
                    margin-bottom: 0px;
                    }
                 /* .kitchen-item-w .kitchen-item-w-r .text-content p::first-letter,  .kitchen-item-g .kitchen-item-g-r .text-content p::first-letter{
                color: #FD103D;
                } */
             .kitchen-item-w .kitchen-item-w-r .dop-text-content,  .kitchen-item-g .kitchen-item-g-r .dop-text-content{
                /* margin-bottom: 24px; */
                margin-top: 20px;
                height: fit-content;
                opacity: 1;
                position: relative;
                box-sizing: content-box;
                transition: 0.8s;
                -moz-transition: 0.8s;
                margin-top: 20px;
                overflow: hidden;
                display: block;
            }
            .dop-text-content-in-super-modal{
                transition: 0s !important;
                -moz-transition: 0s !important;
            }
                 .kitchen-item-w .kitchen-item-w-r .dop-text-content .label,  .kitchen-item-g .kitchen-item-g-r .dop-text-content .label{
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 23px;
                    color: #5c5c5c;
                    margin-bottom: 12px;
                    margin-top: 24px;
                }
                 .kitchen-item-w .kitchen-item-w-r .dop-text-content .label:first-of-type,  .kitchen-item-g .kitchen-item-g-r .dop-text-content .label:first-of-type{
                    margin-top: 0px;
                }
                 .kitchen-item-w .kitchen-item-w-r .dop-text-content ul,  .kitchen-item-g .kitchen-item-g-r .dop-text-content ul{
                    /* list-style-image: url('../resources/icons/elips-list-style.svg');
                    margin-bottom: 24px; */
                    list-style: none;

                }
                .dop-text-content.kitchen-item-close-dop-text{
                    /* display: none; */
                    height: 0% !important;
                    margin-top: 0px !important;
                    opacity: 0;
                    overflow: hidden;
                    display: none !important;
                }
                .text-content.kitchen-item-close-dop-text{
                    /* display: none; */
                    height: 0% !important;
                    margin-top: 0px !important;
                    opacity: 0;
                    overflow: hidden;
                    display: none !important;
                }
                .super-modal-kitchen-item-w-r-content-cpntainer .text-preview{
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 160%;
                    /* font-feature-settings: 'kern' off; */
                    color: #9d9d9d;
                    margin-bottom: 16px;
                }

                .super-modal-kitchen-item-w-r-content-cpntainer .text-preview .btn-see-more-text-v-2{
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 160%;
                    /* font-feature-settings: 'kern' off; */
                    color: #FFFFFF;
                    margin-bottom: 16px;
                }

                .btn-see-more-text-v-2:hover{
                    cursor: pointer;
                    text-decoration: underline;
                }

                 .kitchen-item-w .kitchen-item-w-r .dop-text-content ul li,  .kitchen-item-g .kitchen-item-g-r .dop-text-content ul li{
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 180%;
                    color: #373737;
                    display: block;
                    padding-left: 16px;
                    position: relative;
                }

                 .kitchen-item-w .kitchen-item-w-r .dop-text-content ul li::before,  .kitchen-item-g .kitchen-item-g-r .dop-text-content ul li::before{
                    content: '';
                    background-color: #767676;
                    position: absolute;
                    height: 4px;
                    width: 4px;
                    border-radius: 4px;
                    display: inline-block;
                    left: 0px;
                    top: 12px;

                }


            .kitchen-item-see-more-text-close{
                font-weight: 600;
                font-size: 16px;
                line-height: 160%;
                margin-top: 20px;
                color: #313131;
            }
            .kitchen-item-see-more-text:hover, .kitchen-item-see-more-text-close:hover{
                text-decoration: underline;
                cursor: pointer;
            }
            .super-modal-kitchen-item .kitchen-item-w-r .dop-text-content .label, .super-modal-kitchen-item .kitchen-item-w-r .dop-text-content ul li{
                color: #9d9d9d !important;
            }
            .kitchen-item-see-more-text-super-modal{
                color: #FFFFFF;
                margin-top: 10px;
            }

        .background-bnt-calc-your-kitchen{
            clip-path: polygon(6% 0%, 100% 0, 100% 70%, 94% 100%, 0 100%, 0 30%);
            background: linear-gradient(45deg, #FFD439, #EEBE14);
            box-sizing: border-box;
            height: 68px;
            width: 332px;
            display: inline-block;
            transition: 0.2s;
            -moz-transition: 0.2s;
        }
        .background-bnt-calc-your-kitchen:hover{
            cursor: pointer;
            transform: scale(0.96);

        }
        .background-bnt-calc-your-kitchen:hover .bnt-calc-your-kitchen{
            color: #FFFFFF;
            background-color: #FD103D;
            height: 68px;
            width: 332px;
            margin-top: 0px;
            margin-left: 0px;
        }
        .background-bnt-calc-your-kitchen:hover .bnt-calc-your-kitchen .text{
            color: #FFFFFF;
        }
        .background-bnt-calc-your-kitchen:hover .bnt-calc-your-kitchen .img{
            /* fill: #FFFFFF; */
            fill: #FFFFFF;
        }

            .bnt-calc-your-kitchen{
                color: #1A1811;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                height: 100%;
                width: 100%;
                /* margin-top: 2px;
                margin-left: 2px;
                padding-bottom: 2px; */
                background-color: transparent;
                /* border-image: linear-gradient(45deg, rgba(255, 212, 57, 1), rgba(229, 182, 12, 1)) 1; */
                clip-path: polygon(6% 0%, 100% 0, 100% 70%, 94% 100%, 0 100%, 0 30%);
                box-shadow: 0px 0px 10px rgba(255, 201, 12, 0.25);
            }
                .bnt-calc-your-kitchen .text{
                    font-weight: 700;
                    font-size: 16px;
                    line-height: 120%;
                    text-transform: uppercase;
                    color: #231E0D;
                    margin-right: 16px;

                }
                .bnt-calc-your-kitchen .img{
                    height: 7px;
                    width: auto;
                    /* fill: #231E0D; */
                    margin-bottom: 1px;
                    fill: #231E0D;
                }



    .block-see-more-work-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 120px;
        padding-bottom: 180px;
    }
    .block-see-more-work-body{
        width: 1300px;
    }
    .block-see-more-work-body-row-1{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 40px;
    }
    .block-see-more-work-body-row-1 .block-see-more-h1{
        font-style: normal;
        font-weight: 800;
        font-size: 70px;
        line-height: 120%;
        text-transform: uppercase;
        color: #000000;
        display: flex;
        align-items: center;
        margin-bottom: 16px;
        display: block;
        border-left: 5px solid #FD103D;
        padding-left: 32px;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 690px;
        position: relative;
        margin-left: 80px;
    }
    .block-see-more-work-body-row-1 .block-see-more-h1 .bnt-see-more-kitchen{
        display: inline-block;
        position: absolute;
        right: 200px;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        /* identical to box height, or 16px */
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: #FD103D;
        bottom: 32px;
        right: 72px;
        border-bottom: 1px solid transparent;
        padding-bottom: 2px;
    }
    .block-see-more-work-body-row-1 .block-see-more-h1 .bnt-see-more-kitchen:hover{
        cursor: pointer;
        border-bottom: 1px solid #FD103D;
    }
    .block-see-more-work-body-row-1 .block-see-more-h1 .bnt-see-more-kitchen .img{
        fill: #FD103D;
        margin-left: 10px;
        margin-bottom: 2px;
    }

    .block-see-more-img-card{
        width: 430px;
        height: 230px;
        background-image: url('../resources/images/more-kitchens/2/1.jpg');
        background-size: cover;
        position: relative;
        box-sizing: border-box;
    }
    .block-see-more-img-card .block-see-more-img-hover{
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(20, 6, 6, 0.4);
        backdrop-filter: blur(2px);
        /* Note: backdrop-filter has minimal browser support */
        z-index: 2;
        padding-left: 42px;
        padding-right: 42px;
        opacity: 0;
        transition: 0.3s;
        -moz-transition: 0.3s;
    }
    .block-see-more-img-card:hover .block-see-more-img-hover{
        opacity: 1;
        cursor: pointer;
    }
    .block-see-more-img-hover-header{
        font-style: italic;
        font-weight: 700;
        /* font-size: 28px; */    /* для больших карточек */
        font-size: 22px;
        line-height: 130%;
        /* or 36px */
        letter-spacing: 0.01em;
        color: #FFFFFF;
        /* position: absolute; */
        margin-top: 42px;
    }

    .block-see-more-img-hover-btn-open{
        position: relative;
        height: 48px;
        width: 176px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 42px;
    }
    .block-see-more-img-hover-btn-open:hover{
        cursor: pointer;
    }
    .block-see-more-img-hover-btn-open .block-see-more-img-hover-btn-open-bg svg path{
        transition: 0.2s;
        -moz-transition: 0.2s;
    }
    .block-see-more-img-hover-btn-open:hover .block-see-more-img-hover-btn-open-bg svg path{
        fill-opacity: 1;
    }
    .block-see-more-img-hover-btn-open-bg{
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
    }
    .block-see-more-img-hover-btn-open .text{
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 126%;
        /* or 20px */
        letter-spacing: 0.01em;
        color: #FFFFFF;
        z-index: 5;
    }

    .block-see-more-work-body-row-2{
        display: flex;
        flex-direction: row;
        margin-bottom: 40px;
    }
    .block-see-more-work-body-row-2 .col-1{
        display: flex;
        flex-direction: column;
        margin-right: 40px;
    }
    .block-see-more-work-body-row-2 .col-1 .block-see-more-img-card:nth-child(1){
        width: 265px;
        height: 343px;
        background-image: url('../resources/images/more-kitchens/3/1.jpg');
        background-size: cover;
        position: relative;
        box-sizing: border-box;
        margin-bottom: 40px;
    }
    .block-see-more-work-body-row-2 .col-1 .block-see-more-img-card:nth-child(2){
        width: 265px;
        height: 164px;
        background-image: url('../resources/images/more-kitchens/4/1.jpg');
        background-size: cover;
        position: relative;
        box-sizing: border-box;
    }
    .block-see-more-work-body-row-2 .col-1 .block-see-more-img-card:nth-child(2) .block-see-more-img-hover{
        padding-left: 24px;
        padding-right: 24px;
    }
    .block-see-more-work-body-row-2 .col-1 .block-see-more-img-card:nth-child(2) .block-see-more-img-hover .block-see-more-img-hover-header{
        font-size: 16px;
        margin-top: 24px;
    }
    .block-see-more-work-body-row-2 .col-1 .block-see-more-img-card:nth-child(2) .block-see-more-img-hover .block-see-more-img-hover-btn-open{
        transform: scale(0.8);
        transform-origin: left;
        bottom: 24px;
    }

    .block-see-more-work-body-row-2 .col-2 .block-see-more-img-card:nth-child(1){
        width: 995px;
        height: 547px;
        background-image: url('../resources/images/more-kitchens/1/1.jpg');
        background-size: cover;
        position: relative;
        box-sizing: border-box;
    }
    .block-see-more-work-body-row-2 .col-2 .block-see-more-img-card:nth-child(1) .block-see-more-img-hover{
        padding-left: 84px;
        padding-right: 84px;
    }
    .block-see-more-work-body-row-2 .col-2 .block-see-more-img-card:nth-child(1) .block-see-more-img-hover .block-see-more-img-hover-header{
        font-size: 36px;
        margin-top: 160px;
    }
    .block-see-more-work-body-row-2 .col-2 .block-see-more-img-card:nth-child(1) .block-see-more-img-hover .block-see-more-img-hover-btn-open{
        transform: scale(1.2);
        transform-origin: left;
        bottom: 120px;
    }

    .block-see-more-work-body-row-3{
        display: flex;
        flex-direction: row;
        margin-bottom: 40px;
    }
    .block-see-more-work-body-row-3 .col-1{
        display: flex;
        flex-direction: column;
        margin-right: 40px;
    }
    .block-see-more-work-body-row-3 .col-1 .block-see-more-img-card:nth-child(1){
        width: 698px;
        height: 354px;
        background-image: url('../resources/images/more-kitchens/5/1.jpg');
        background-size: cover;
        position: relative;
        box-sizing: border-box;
    }
    .block-see-more-work-body-row-3 .col-2{
        display: flex;
        flex-direction: column;
    }
    .block-see-more-work-body-row-3 .col-2 .block-see-more-img-card:nth-child(1){
        width: 554px;
        height: 354px;
        background-image: url('../resources/images/more-kitchens/6/1.jpg');
        background-size: cover;
        position: relative;
        box-sizing: border-box;
    }
    .block-see-more-work-body-row-3 .col-1 .block-see-more-img-card:nth-child(1) .block-see-more-img-hover, .block-see-more-work-body-row-3 .col-2 .block-see-more-img-card:nth-child(1) .block-see-more-img-hover{
        /* padding-left: 84px;
        padding-right: 84px; */
    }
    .block-see-more-work-body-row-3 .col-1 .block-see-more-img-card:nth-child(1) .block-see-more-img-hover .block-see-more-img-hover-header, .block-see-more-work-body-row-3 .col-2 .block-see-more-img-card:nth-child(1) .block-see-more-img-hover .block-see-more-img-hover-header{
        font-size: 26px;
        margin-top: 100px;
    }
    .block-see-more-work-body-row-3 .col-1 .block-see-more-img-card:nth-child(1) .block-see-more-img-hover .block-see-more-img-hover-btn-open, .block-see-more-work-body-row-3 .col-2 .block-see-more-img-card:nth-child(1) .block-see-more-img-hover .block-see-more-img-hover-btn-open{
        /* transform: scale(1.2);
        transform-origin: left; */
        bottom: 60px;
    }




    /* ----- Block 4 ----------------- */

    #block-get-sale {
        display: flex;
        flex-direction: row;
        background: #141313;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 66%, rgba(255, 212, 57, 0.06) 90%),
                url('../resources/images/black-background.png');

        position: relative;
    }
    #block-get-sale .border-bottom-block-raz{
        margin: 0;
        bottom: -1px;
        background-color: #F6F6F6;
        border: none;
        margin: 0;
        padding: 0;
        outline: none;
    }
    #block-get-sale .border-bottom-block-raz-reverse{
        margin: 0px;
        top: 0;
        transform: scale(1,-1) !important;
        background-color: #FFFFFF;
    }
    .block-get-sale-container{
        display: flex;
        flex-direction: row;
    }

        #block-get-sale .block-get-sale-l{
            margin-top: 280px;
            margin-left: 280px;
            margin-bottom: 280px;
        }
            #block-get-sale .block-get-sale-l .block-get-sale-header{
                padding-left: 36px;
                border-left: 4px solid #FD103D;
                margin-bottom: 60px;

                opacity: 0;
            }
                #block-get-sale .block-get-sale-l .block-get-sale-header .block-get-sale-header-lvl-1{
                    font-weight: 500;
                    margin-bottom: 2px;
                    font-size: 32px;
                    line-height: 120%;
                    text-transform: uppercase;
                    color: #FFFFFF;
                }
                #block-get-sale .block-get-sale-l .block-get-sale-header .block-get-sale-header-lvl-2{
                    display: flex;
                    align-items: center;
                }
                .block-get-sale-header-lvl-2-first{
                    font-weight: 700;
                    font-size: 82px;
                    line-height: 120%;
                    text-transform: uppercase;
                    color: #FFFFFF;
                }
                .block-get-sale-header-lvl-2-second{
                    font-style: normal;
                    font-weight: 400;
                    font-size: 24px;
                    line-height: 130%;
                    /* or 31px */
                    text-transform: uppercase;
                    color: rgba(164, 187, 194, 0.6);
                    width: 242px;
                    margin-left: 26px;
                    margin-bottom: 2px;
                }
            .block-get-sale-dop-text{
                display: flex;
                align-items: flex-start;
                opacity: 0;
            }
                .block-get-sale-dop-text .img{
                    display: inline-block;
                    margin-right: 16px;
                }
                .block-get-sale-dop-text .text{
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 140%;
                    color: #9E9E9E;
                    width: 500px;
                }


            .wrap-shadow-background-bnt-go-to-quiz{
                filter: drop-shadow(0px 0px 15px #f7df074b);
                transition: 0.2s;
                -moz-transition: 0.2s;
                display: inline-block;
                height: 76px;
                width: 332px;
                opacity: 0;
                margin-top: 68px;
                box-sizing: border-box;
            }
            .wrap-shadow-background-bnt-go-to-quiz:hover{
                filter: drop-shadow(0px 0px 10px #FD103Da1);
                cursor: pointer;
            }
                .background-bnt-go-to-quiz{
                    clip-path: polygon(6% 0%, 100% 0, 100% 70%, 94% 100%, 0 100%, 0 30%);
                    /* background: linear-gradient(45deg, #fdd441, #e6b813); */
                    box-sizing: border-box;
                    height: 100%;
                    width: 100%;
                    display: inline-block;
                    pointer-events: none;
                    transition: 0.2s;
                    -moz-transition: 0.2s;
                }
                .wrap-shadow-background-bnt-go-to-quiz:hover .background-bnt-go-to-quiz{
                    /* transform: scale(0.97); */
                    transform: scale(0.94);
                    background: linear-gradient(45deg, #FF1F49, #fd103b);
                    cursor: pointer;
                }
                    .bnt-go-to-quiz{
                        color: #1A1811;
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                        justify-content: center;
                        /* height: 66px;
                        width: 326px; */
                        height: 100%;
                        width: 100%;
                        /* margin-top: 4px;
                        margin-left: 4px; */
                        padding-bottom: 2px;
                        background-color: #F6C821;
                        /* border-image: linear-gradient(45deg, rgba(255, 212, 57, 1), rgba(229, 182, 12, 1)) 1; */
                        clip-path: polygon(6% 0%, 100% 0, 100% 70%, 94% 100%, 0 100%, 0 30%);
                        box-shadow: 0px 0px 10px rgba(255, 201, 12, 0.25);
                    }
                    .wrap-shadow-background-bnt-go-to-quiz:hover .background-bnt-go-to-quiz .bnt-go-to-quiz{
                        background: #FD103D;
                    }
                    .wrap-shadow-background-bnt-go-to-quiz:hover .background-bnt-go-to-quiz .bnt-go-to-quiz .text{
                        color: #FFFFFF;
                        font-weight: 500;
                    }
                    .wrap-shadow-background-bnt-go-to-quiz:hover .background-bnt-go-to-quiz .bnt-go-to-quiz .img{
                        fill: #FFFFFF;
                    }
                        .background-bnt-go-to-quiz .bnt-go-to-quiz .text{
                            font-weight: 700;
                            text-transform: uppercase;
                            font-size: 22px;
                            line-height: 26px;
                            color: #1A1811;
                            margin-right: 16px;
                        }
                        .background-bnt-go-to-quiz .bnt-go-to-quiz .img{
                            height: 8px;
                            width: auto;
                            margin-bottom: 2px;
                            fill: #1A1811;
                        }

        #block-get-sale .block-get-sale-r{
            height: 600px;
            width: 700px;
            display: inline-block;
            box-sizing: border-box;
            position: relative;
            overflow: hidden;
            margin-top: 200px;

            opacity: 0;
        }
            .mouse-parallax {
                height: 700px;
                width: 820px;
                display: inline-block;
                box-sizing: border-box;
                overflow: hidden;
                top: 0;
                left: 0;
                position: relative;
                padding-left: 20px;
                padding-top: 20px;
                transform: scale(0.8);
            }
                .mouse-parallax-bg,
                .mouse-parallax-fog-1,
                .mouse-parallax-fog-2 {
                    position: absolute;

                    background-repeat: no-repeat;
                    /* background-size: cover; */
                    transition: all 0.1s ease;
                    -moz-transition: all 0.1s ease;
                    background-image: url("../resources/images/block-sale-paralax-1.png");
                }
                .mouse-parallax-bg{
                    height: 595px;
                    width: 705px;
                }
                .mouse-parallax-fog-1 {
                    background-image: url("../resources/images/block-sale-paralax-2.png");
                    background-position: right;
                    height: 519px;
                    width: 591px;
                }
                .mouse-parallax-fog-2 {
                    background-image: url("../resources/images/block-sale-paralax-3.png");
                    height: 607px;
                    width: 745px;
                    top: 40px;
                    right: 32px;
                }


    /* Block 5*/

    #block-capabilities{
        background-color: #F6F6F6;
        overflow: hidden;
    }
        .block-capabilities-first{
            display: flex;
            flex-direction: row;
            padding-bottom: 100px;
            padding-top: 160px;
            align-items: center;
            padding-left: 220px;
            position: relative;
        }
            .block-capabilities-first .main-text-content h1{
                font-style: normal;
                font-weight: 800;
                font-size: 64px;
                line-height: 120%;
                text-transform: uppercase;
                color: #000000;
                display: flex;
                align-items: center;
                margin-bottom: 62px;
                display: block;
                border-left: 5px solid #FD103D;
                padding-left: 32px;
                box-sizing: border-box;
                width: 750px;

                opacity: 0;
            }
            .block-capabilities-first .main-text-content h3{
                font-style: normal;
                font-weight: 500;
                font-size: 32px;
                line-height: 120%;
                color: #FD103D;
                box-sizing: border-box;
                width: 490px;
                margin-bottom: 38px;

                opacity: 0;
            }
            .block-capabilities-first .main-text-content .dop-text{
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 160%;
                color: #4B4B4B;
                box-sizing: border-box;
                width: 490px;

                opacity: 0;
            }

            .block-capabilities-first .material-container{
                position: relative  ;
                right: -1px;
                height: max-content;
            }
            .block-capabilities-first .material-container::after{
                content: '';
                display: block;
                height: 100%;
                width: 160px;
                background: linear-gradient(270deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
                z-index: 2;
                position: absolute;
                right: 0;
                bottom: 0;
                left: 793px;
            }

            .block-capabilities-first .material-container .row{
                display: flex;
                flex-direction: row;
                margin-bottom: 32px;

                opacity: 0;

            }
            .block-capabilities-first .material-container .row:first-of-type{
                margin-left: 120px;
            }
                .block-capabilities-first .material-container .row:last-of-type{
                    margin-bottom: 0px;
                }
                .block-capabilities-first .material-container .row .material-item{
                    margin-right: 0px;
                    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
                    height: 260px;
                    width: 330px;
                }


        .block-capabilities-second{
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-bottom: 160px;
        }
            .block-capabilities-second .capabilities-card-container{
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: center;
                align-items: flex-start;
                max-width: 1580px;
                margin-left: 30px;
            }

            .block-capabilities-second .capabilities-card-container .capabilities-card-item{
                width: 365px;
                height: 365px;
                margin-right: 30px;
                margin-bottom: 32px;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                padding-left: 28px;
                padding-right: 20px;
                transition: 0.3s;
                -moz-transition: 0.3s;
                opacity: 0;
            }

            .block-capabilities-second .capabilities-card-container .capabilities-card-item:hover{
                box-shadow: 8px 8px 0px rgba(253, 16, 61, 0.9);
                cursor: pointer;
                margin-top: -8px;
            }
            /* .block-capabilities-second .capabilities-card-container .capabilities-card-item:last-of-type:hover{
                box-shadow: none;
                cursor: auto;
                pointer-events: none;
            } */
            .block-capabilities-second .capabilities-card-container .capabilities-card-item:hover .card-text-content .card-title{

            }

                .capabilities-card-item .num-text-val{
                    border-left: 2px solid #FD103D;
                    padding-left: 16px;
                    margin-bottom: 12px;
                }
                    .capabilities-card-item .num-text-val .num{
                        font-weight: 500;
                        font-size: 60px;
                        line-height: 100%;
                        color: #ffffffde;
                        position: relative;
                    }
                    .capabilities-card-item .num-text-val .num u{
                        font-size: 42px;
                        line-height: 100%;
                        position: absolute;
                        top: 9px;
                        margin-left: 4px;
                    }
                    .capabilities-card-item .num-text-val .text{
                        margin-top: -2px;
                        font-weight: 500;
                        font-size: 12px;
                        line-height: 140%;
                        color: #E2F0F4;
                    }

                .capabilities-card-item .card-text-content{
                    width: 100%;
                    height: 210px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                }

                .capabilities-card-item .card-text-content .card-title{
                    font-weight: 700;
                    font-size: 24px;
                    line-height: 120%;
                    color: #FFFFFF;
                    margin-bottom: 12px;
                }
                .capabilities-card-item .card-text-content .horis-line{
                    height: 2px;
                    width: 260px;
                    margin-top: 8px;
                    margin-bottom: 12px;
                    background: #FD103D;
                }
                .capabilities-card-item .card-text-content .card-text{
                    font-style: normal;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 140%;
                    color: #EEEEEE;
                }



    /* ----- Block 6  ------------- */

    #block-get-consult-by-spec{
        background: url('../resources/images/white-background.png');
        padding-left: 260px;
        padding-top: 170px;
        padding-bottom: 200px;
        position: relative;
        overflow: hidden;
        box-sizing: content-box;
        height: 512px;
    }
    #block-get-consult-by-spec form{
        z-index: 3;
    }

        #block-get-consult-by-spec h1{
            font-style: normal;
            font-weight: 800;
            font-size: 64px;
            line-height: 120%;
            padding-left: 32px;
            border-left: 5px solid #FD103D;
            margin-bottom: 38px;
            width: 920px;
            box-sizing: border-box;
            text-transform: uppercase;
            color: #000000;

            opacity: 0;
        }

        #block-get-consult-by-spec .dop-info{
            display: flex;
            flex-direction: row;
            align-items: center;
            margin-bottom: 58px;

            opacity: 0;
        }
            #block-get-consult-by-spec .dop-info .img{
                height: 18px;
                width: 18px;
                opacity: 0.9;
                margin-right: 16px;
            }
            #block-get-consult-by-spec .dop-info .text{
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 134%;
                color: #575757;
                width: 390px;
            }

        #block-get-consult-by-spec form .form-input-block{
            display: flex;
            flex-direction: row;
            margin-bottom: 38px;

            opacity: 0;
        }
            #block-get-consult-by-spec form .form-input-block input{
                height: 58px;
                width: 312px;
                background: #F2F2F2;
                padding: 20px 28px 20px 28px;
                font-weight: 500;
                font-size: 18px;
                line-height: 100%;
                color: #2E2E2E;
                margin-right: 32px;
            }
            #block-get-consult-by-spec form .form-input-block input::placeholder{
                color: #9A9A9A;
                font-weight: 400;
            }
            #block-get-consult-by-spec form .form-input-block input:focus{
                background-color: #ffffff;
                border: 1px solid #FD103D;
                padding: 19px 27px 19px 27px;
            }

        #block-get-consult-by-spec form #check-box-agree-with-the-policy{

        }

        /* Customize the label (the container) */
            .container {
                position: relative;
                padding-left: 30px;
                margin-bottom: 12px;
                cursor: pointer;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;

                font-weight: 400;
                font-size: 12px;
                line-height: 140%;
                width: 400px;
                display: inline-block;
                color: #979797;

                opacity: 0;
            }
            .container::after {
              position: absolute;
              content: '';
              left: -10px;
              top: -10px;
              width: calc(100% + 20px);
              height: calc(100% + 20px);
              border: 1px solid #FD103D;
              opacity: 0;
              z-index: -1;
            }
            .container.error::after {
              opacity: 1;
            }

            .container u{
                color: #FF1F49;
                font-size: 14px;
            }

            .container a{
                color: #797979;
                text-decoration: underline;
            }

            /* Hide the browser's default checkbox */
            .container input {
                position: absolute;
                opacity: 0;
                cursor: pointer;
                height: 0;
                width: 0;
            }

            /* Create a custom checkbox */
            .checkmark {
                position: absolute;
                top: 0;
                left: 0;
                height: 20px;
                width: 20px;
                background-color: #eee;
                transform: scale(0.7);
            }

            /* On mouse-over, add a grey background color */
            .container:hover input ~ .checkmark {
                background-color: #ccc;
            }

            /* When the checkbox is checked, add a blue background */
            .container input:checked ~ .checkmark {
                background-color: #FD103D;
            }

            /* Create the checkmark/indicator (hidden when not checked) */
            .checkmark:after {
                content: "";
                position: absolute;
                display: none;
            }

            /* Show the checkmark when checked */
            .container input:checked ~ .checkmark:after {
                display: block;
            }

            /* Style the checkmark/indicator */
            .container .checkmark:after {
                left: 7px;
                top: 2px;
                width: 3px;
                height: 10px;
                border: solid white;
                border-width: 0 3px 3px 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

        /* /Custom ChechBox   */


        #block-get-consult-by-spec form #check-box-agree-with-the-policy+label{
            font-weight: 400;
            font-size: 12px;
            line-height: 140%;
            width: 368px;
            display: inline-block;
            color: #979797;
        }

        .block-get-consult-by-spec-doc-link{
            display: inline-block;
            text-decoration: underline;
            transition: 0.2s;
        }
        .block-get-consult-by-spec-doc-link:hover{
            cursor: pointer;
            color: #FD103D;
        }


        .background-btn-submit-client-form{
            /* margin-top: 38px; */
            clip-path: polygon(6% 0%, 100% 0, 100% 70%, 94% 100%, 0 100%, 0 30%);
            /* background: linear-gradient(45deg, #FFD439, #EEBE14); */
            background-color: transparent;
            box-sizing: border-box;
            height: 70px;
            width: 332px;
            display: inline-block;
            box-sizing: border-box;
            opacity: 0;
        }
        .background-btn-submit-client-form:hover{
            /* background: linear-gradient(45deg, #FF1F49, #fd103b); */
            cursor: pointer;
        }
        .background-btn-submit-client-form:hover .btn-submit-client-form{
            color: #FFFFFF;
            filter: drop-shadow(0px 0px 10px #FD103Da1);
            background: #FD103D;
            transform: scale(0.94);
        }
        .background-btn-submit-client-form:hover .btn-submit-client-form .text{
            color: #FFFFFF;
            font-weight: 700;
        }
        .background-btn-submit-client-form:hover .btn-submit-client-form .img{
            fill: #FFFFFF;
        }


        .btn-submit-client-form{
            color: #1A1811;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 100%;
            /* margin-top: 2px;
            margin-left: 2px;
            padding-bottom: 2px; */
            background-color: #F6C821;
            /* border-image: linear-gradient(45deg, rgba(255, 212, 57, 1), rgba(229, 182, 12, 1)) 1; */
            clip-path: polygon(6% 0%, 100% 0, 100% 70%, 94% 100%, 0 100%, 0 30%);
            box-shadow: 0px 0px 10px rgba(255, 201, 12, 0.25);
            pointer-events: none;
            transition: 0.2s;
            -moz-transition: 0.2s;
        }
            .btn-submit-client-form .text{
                /* font-weight: 500;
                font-size: 20px;
                line-height: 26px;
                color: #242117;
                margin-right: 12px; */

                text-transform: uppercase;
                font-size: 18px;
                line-height: 26px;
                color: #1A1811;
                margin-right: 16px;
                font-weight: 700;
            }
            .btn-submit-client-form .img{
                height: 7px;
                width: auto;
                fill: #242117;
                margin-bottom: 3px;
            }


        .mouse-parallax-2 {
            height: 566px;
            width: 815px;
            display: inline-block;
            box-sizing: border-box;
            overflow: hidden;
            bottom: -20px;
            right: 40px;
            padding-left: 20px;
            padding-top: 20px;
            transform: scale(1.2);
            position: absolute;
            pointer-events: none;

            opacity: 0;
        }
            .mouse-parallax-2-bg,
            .mouse-parallax-2-fog-1,
            .mouse-parallax-2-fog-2 {
                position: absolute;

                background-repeat: no-repeat;
                /* background-size: cover; */
                transition: all 0.1s ease;
                -moz-transition: all 0.1s ease;
                background-image: url("../resources/images/block-sale-paralax-1.png");
            }
            .mouse-parallax-2-bg{
                height: 595px;
                width: 705px;
            }
            .mouse-parallax-2-fog-1 {
                background-image: url("../resources/images/girl-stands.png");
                background-position: right;
                height: 545px;
                width: 496px;
                background-size: cover;
                left: 0px;
            }
            .mouse-parallax-2-fog-2 {
                background-image: url("../resources/images/block-sale-paralax-3.png");
                height: 607px;
                width: 745px;
                top: 40px;
                right: 32px;
            }


    /*--- Block 7 -----------*/
    #block-contacts{
        background: #141313;
        background-image: url('../resources/images/black-background.png');
        background-size: cover;
        padding-top: 120px;
        padding-left: 280px;
        padding-right: 280px;

        position: relative;
    }

        .block-contacts-main{
            display: flex;
            flex-direction: row;
            width: fit-content;
            align-items: center;
            padding-bottom: 100px;
        }
            .block-contacts-main .contact-ya-map{
                width: 800px;
                height: 500px;
                box-sizing: border-box;

                opacity: 0;

            }
            .block-contacts-main .contact-ya-map .contact-ya-map-item{
                display: none;
                box-sizing: border-box;
                width: 800px;
                height: 500px;
                object-fit: cover;
            }
            .block-contacts-main .contact-ya-map .contact-ya-map-item.active{
                display: inline-block;
            }
            .block-contacts-main .text-main-content{
                width: fit-content;
                margin-right: 140px;
            }

                .block-contacts-main .text-main-content h1{
                    font-style: normal;
                    font-weight: 800;
                    font-size: 64px;
                    line-height: 120%;
                    text-transform: uppercase;
                    color: #FFFFFF;
                    display: flex;
                    align-items: center;
                    margin-bottom: 42px;
                    display: block;
                    border-left: 5px solid #FD103D;
                    padding-left: 32px;
                    box-sizing: border-box;

                    opacity: 0;
                }
                .block-contacts-main .text-main-content .mini-contacts .mini-contacts-row{
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    margin-bottom: 32px;

                    animation-delay: 0.5s;
                    opacity: 0;
                }
                    .block-contacts-main .text-main-content .mini-contacts .mini-contacts-row .img{
                        display: inline-block;
                        width: 18px;
                        height: 18px;
                        margin-right: 16px;
                    }
                    .block-contacts-main .text-main-content .mini-contacts .mini-contacts-row .text{
                        font-style: normal;
                        font-weight: 500;
                        font-size: 20px;
                        line-height: 30px;
                        color: #FFFFFF;
                        text-transform: uppercase;
                    }
                    .block-contacts-main .text-main-content .mini-contacts .mini-contacts-row+.dop-adress{
                        margin-top: -16px;
                        display: block;
                        margin-left: 6px;

                        opacity: 0;
                    }
                    .block-contacts-main .text-main-content .mini-contacts .mini-contacts-row+.dop-phone{
                        margin-top: -16px;
                        display: block;
                        opacity: 0;
                        margin-bottom: 32px;
                    }
                    .block-contacts-main .text-main-content .mini-contacts .mini-contacts-row+.dop-email{
                        margin-top: -16px;
                        display: block;
                        opacity: 0;
                        margin-bottom: 32px;
                    }
                    .block-contacts-main .text-main-content .mini-contacts .mini-contacts-row+.dop-adress .dop-adress-item{
                        font-style: normal;
                        font-weight: 300;
                        font-size: 16px;
                        line-height: 160%;
                        color: #f0f0f0;
                        margin-bottom: 4px;
                        display: flex;
                        align-items: center;
                    }
                    .block-contacts-main .text-main-content .mini-contacts .mini-contacts-row+.dop-phone .dop-phone-item{
                        font-style: normal;
                        font-weight: 300;
                        font-size: 15px;
                        line-height: 160%;
                        margin-left: 34px;
                        color: #f0f0f0;
                        margin-bottom: 4px;
                        display: flex;
                        align-items: center;
                    }
                    .block-contacts-main .text-main-content .mini-contacts .mini-contacts-row+.dop-email .dop-email-item{
                        font-style: normal;
                        font-weight: 300;
                        font-size: 15px;
                        line-height: 160%;
                        margin-left: 34px;
                        color: #f0f0f0;
                        margin-bottom: 4px;
                        display: flex;
                        align-items: center;
                    }
                    .block-contacts-main .text-main-content .mini-contacts .mini-contacts-row+.dop-adress .dop-adress-item:hover{
                        cursor: pointer;
                        color: #b9b9b9;
                    }
                    .block-contacts-main .text-main-content .mini-contacts .mini-contacts-row+.dop-adress .dop-adress-item::before{
                        content: '■';
                        font-size: 8px;
                        color: #f0f0f0;
                        margin-right: 24px;
                        display: inline-block;
                        line-height: 100%;
                    }
                    .block-contacts-main .text-main-content .mini-contacts .mini-contacts-row+.dop-adress .dop-adress-item.active{
                        color: #fc153f;
                        font-weight: 400;
                    }
                    .block-contacts-main .text-main-content .mini-contacts .mini-contacts-row+.dop-adress .dop-adress-item.active::before{
                        color: #FF1F49;
                    }

            .contact-razd-footer{
                height: 1px;
                width: 100%;
                background-color: #363E40;
            }

        .block-footer-col-container{
            display: block;
            overflow: hidden;
            box-sizing: border-box;
            position: relative;
            bottom: 0;
        }

        .block-footer{
            /* padding-top: 100px; */
            align-items: center;
            /* padding-bottom: 90px; */
            display: flex;
            height: 480px;
            overflow: hidden;

            opacity: 0;
        }
            .block-footer .col-1{
                width: 300px;
                margin-right: 150px;
            }
            .block-footer .col-2{
                width: 300px;
                margin-right: 190px;
            }
            .block-footer .col-3{
                width: 326px;
            }
            .footer-camp-logo{
                width: 200px;
                height: 80px;
                margin-bottom: 32px;
            }
            .campaing-state-text{
                font-weight: 700;
                font-size: 20px;
                line-height: 160%;
                letter-spacing: 0.01em;
                color: #EFEFEF;
                margin-bottom: 32px;
            }
                .campaing-state-text u{
                    position: relative;
                }
                .campaing-state-text u::after{
                    /* content: '';
                    height: 1px;
                    width: 100%;
                    top: 25px;
                    bottom: 0;
                    left: 0;
                    box-sizing: border-box;
                    display: inline-block;
                    position: absolute;
                    background: rgba(253, 12, 55, 0.8); */
                }
            .campaing-dop-text{
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 140%;
                width: 270px;
                /* or 20px */
                color: #ACACAC;
            }
            .footer-contacts-item{
                display: flex;
                align-items: flex-start;
                margin-bottom: 20px;
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 160%;
                color: #D8D8D8;
            }
                .footer-contacts-item .img{
                    margin-right: 12px;
                    margin-top: 3px;
                }
                .footer-contacts-item-adress .text{
                    font-size: 14px;
                }

            .footer-h2{
                font-style: normal;
                font-weight: 700;
                font-size: 26px;
                line-height: 33px;
                /* identical to box height */
                color: #FFFFFF;
                margin-bottom: 32px;
            }

            .request-client-to-form-item-1{
                display: flex;
                flex-direction: row;
                height: 68px;
                box-sizing: border-box;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                border-bottom: 1px solid #252525;
            }
            .request-client-to-form-item-1:first-of-type{
                border-top: 1px solid #252525;
            }

                .request-client-to-form-item-1 .request-client-text{
                    font-style: normal;
                    font-weight: 300;
                    font-size: 14px;
                    line-height: 120%;
                    width: 162px;
                    color: #D8D8D8;
                }
                .request-client-to-form-item-1 .btn-request-client{
                    display: flex;
                    flex-direction: row;
                    box-sizing: border-box;
                    width: 128px;
                    height: 32px;
                    align-items: center;
                    justify-content: center;
                    border: 1px solid rgba(255, 201, 12, 1);
                    transition: 0.3s;
                    -moz-transition: 0.3s;
                }
                .request-client-to-form-item-1 .btn-request-client:hover{
                    background-color: #FFD439;
                    cursor: pointer;
                }
                .request-client-to-form-item-1 .btn-request-client:hover .text{
                    color: #070707;
                    font-weight: 600;
                }
                .request-client-to-form-item-1 .btn-request-client:hover .img{
                    fill: #070707;
                }
                    .request-client-to-form-item-1 .btn-request-client .text{
                        font-style: normal;
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 140%;
                        color: #FFFFFF;
                    }
                    .request-client-to-form-item-1 .btn-request-client .img{
                        height: 6px;
                        margin-left: 8px;
                        fill: #ffffff;
                }

            .footer-time-work-camp .label-value{
                margin-top: 20px;
            }
                .footer-time-work-camp .label-value{
                    font-style: normal;
                    font-weight: 300;
                    font-size: 12px;
                    line-height: 120%;
                    letter-spacing: 0.01em;
                    color: #A2A2A2;
                    margin-bottom: 2px;
                }
                .footer-time-work-camp .time-value{
                    font-weight: 300;
                    font-size: 24px;
                    line-height: 150%;
                    /* identical to box height, or 36px */
                    letter-spacing: 0.01em;
                    color: #FFFFFF;
                    display: flex;
                    align-items: center;
                }
                .footer-time-work-camp .time-value u{
                    line-height: 100%;
                    height: fit-content;
                    padding-bottom: 2px;
                    display: inline-block;
                    color: #FD103D;
                    margin-left: 6px;
                    margin-right: 6px;
                }

        .close-footer-block-copirate{
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding-top: 32px;
            padding-bottom: 42px;
        }
            .close-footer-copir{
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 15px;
                /* identical to box height */
                color: #B7B7B7;
            }
            .close-footer-block-copirate .close-footer-doc-links{
                display: flex;
                flex-direction: row;
            }
                .close-footer-block-copirate .close-footer-doc-links .close-footer-doc-links-item{
                    font-style: normal;
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 15px;
                    /* identical to box height */
                    text-decoration-line: underline;
                    color: #d6d6d6;
                    margin-right: 38px;
                }
                .close-footer-block-copirate .close-footer-doc-links .close-footer-doc-links-item:hover{
                    color: #FFFFFF;
                    cursor: pointer;
                }



    /* --- Page Doc's ----------- */

    .modal-window-doc-section{
        background-color: #FFFFFF;
        display: none;
        opacity: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        position: fixed;
        top: 0;
        left: 0;
        overflow-y: auto;
        transition: 0.3s;
        transform: translateY(-100%);
        z-index: 22;
    }
    .modal-window-doc-section.active{
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .btn-close-modal-window-doc-section{
        height: 36px;
        width: 36px;
        position: fixed;
        right: 40px;
        top: 40px;
    }
    .btn-close-modal-window-doc-section svg{
        pointer-events: none;
    }


    .sect-doc-content{
        background-color: #ffffff;
        padding-left: 280px;
        padding-right: 380px;
        padding-top: 160px;
        margin-bottom: 160px;
    }
        .sect-doc-content .h1-sect-doc{
            font-style: normal;
            font-weight: 800;
            font-size: 54px;
            line-height: 140%;
            box-sizing: border-box;
            text-transform: uppercase;
            color: #000000;
            margin-bottom: 68px;
        }
        .sect-doc-content .sect-doc-p{
            margin-bottom: 32px;
        }
        .sect-doc-content .sect-doc-p .h3-sect-doc{
            font-style: normal;
            font-weight: 700;
            font-size: 22px;
            line-height: 33px;
            color: #292929;
            margin-bottom: 20px;
        }
        .sect-doc-content .sect-doc-p .sect-doc-def-text{
            color: #3a3a3a;
            font-size: 16px;
            line-height: 160%;
        }
        .sect-doc-content .sect-doc-p .sect-doc-def-text a{
            text-decoration: underline;
            color: #3a3a3a;
        }
        .sect-doc-content .sect-doc-p .sect-doc-def-text a:hover{
            text-decoration: underline;
            color: #FD103D;
        }
        .sect-doc-content .sect-doc-p .sect-doc-def-text .div-br{
            display: block;
            margin-bottom: 18px;
        }
        .sect-doc-content .sect-doc-p .sect-doc-def-text ul{
            font-size: 16px;
            margin-left: 24px;
            margin-top: 10px;
        }
        .sect-doc-content .sect-doc-p .sect-doc-def-text ul li{
            margin-bottom: 8px;
        }



    .doc-sect-footer{
        background: url(../resources/images/black-background.png);
        padding-left: 220px;
        padding-right: 220px;
    }

    .block-footer.block-footer-doc, .close-footer-block-copirate-doc{

    }



/* --- Кастомный Скрол Бар -----------*/

::-webkit-scrollbar { /* 1 - скроллбар */
    width: 6px;
    height: 6px;
    /* background-color: #dadada; */
    right: 12px;
  }

  ::-webkit-scrollbar-thumb { /* 5 - ползунок */
    border-radius: 2px;
    background-color: rgb(82, 82, 82);;
  }



  /* --- Дополнения к Анимации ------------- */

  .animate__animated{
    /*animation-play-state: running;
    animation-delay: 1s;
    animation-duration: 1s; */
  }

  .animate__no_delay{
    animation-delay: 0.1s;
  }

  .animate__delay-05s{
    animation-delay: 0.5s;
  }



  /* --- Новый шрифт ------------ */
  /* .block-main-cover-header-text, .block-main-cover-header-text u{
    font-family: 'Merriweather';
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.02em;
    font-size: 58px;
} */




/* --- Модальные Окна ---------------*/

.modal-window-contact-form{
    display: flex;
    position: fixed;
    top: 0;
    z-index: 12;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}


/* пораментры для похожей формы */
.modal-window-know-moree .modal-window-main{
    width: 900px;
}
.modal-window-know-moree .modal-window-header{
    width: 700px;
}
.modal-window-know-moree .dop-text{
    width: 412px;
}

    .modal-window-main{
        width: 846px;
        height: 660px;
        box-sizing: border-box;
        /* background-image: linear-gradient(0deg, rgba(35, 35, 35, 0.9), rgba(35, 35, 35, 0.9)), url('../resources/images/kitchens/3/2.jpg'); */
        background-color: #161616f8;
        background-size: cover;
        z-index: 14;
        padding-left: 100px;
        padding-right: 100px;
        transform: scale(0.65);
        animation: open-modal-window 0.4s forwards;
    }
    @keyframes open-modal-window {
        0%{
            transform: scale(0.65);
        }
        100%{
            transform: scale(1);
        }
    }
        .modal-window-header{
            font-style: normal;
            font-weight: 800;
            font-size: 48px;
            line-height: 120%;
            text-transform: uppercase;
            color: #FFFFFF;
            margin-top: 80px;
            margin-bottom: 24px;
            width: 560px;
        }
        .modal-window-main .dop-text{
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 140%;
            /* identical to box height, or 20px */
            color: #CDCDCD;
            padding-left: 14px;
            display: inline-block;
            position: relative;
            margin-bottom: 32px;
        }
            .modal-window-main .dop-text::before{
                width: 1px;
                height: 100%;
                display: block;
                background-color: #FD103D;
                content: '';
                top: 0;
                position: absolute;
                margin-left: -14px;

            }
        .modal-window-main .inputs-block{
            margin-bottom: 16px;
        }
        .modal-window-main .inputs-block input[type='text']{
            background: rgba(66, 66, 66, 0.6);
            height: 52px;
            box-sizing: border-box;
            margin-right: 24px;
            margin-bottom: 24px;
            padding: 14px 24px 14px 24px;
            font-weight: 400;
            font-size: 18px;
            line-height: 23px;
            /* identical to box height */
            border: 1px solid transparent;
            min-width: 260px;
            color: #FFFFFF;
        }
        .input-adress{
            width: 360px;
        }
            .modal-window-main .inputs-block input[type='text']::placeholder{
                color: #9A9A9A;
            }
            .modal-window-main .inputs-block input[type='text']:focus{
                border: 1px solid #FD103D;
            }
            .modal-window-main .inputs-block input[type='text']:hover{
                background: rgba(83, 83, 83, 0.6);
                cursor: pointer;
            }

        /* кастомный чек бокс */
        .label-terms-of-use{
            position: relative;
            padding-left: 32px;
            margin-bottom: 12px;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;

            font-weight: 400;
            font-size: 12px;
            line-height: 140%;
            width: 400px;
            display: inline-block;
            color: #979797;
        }
        .label-terms-of-use::after {
          position: absolute;
          content: '';
          left: -10px;
          top: -10px;
          width: calc(100% + 20px);
          height: calc(100% + 20px);
          border: 1px solid #FD103D;
          opacity: 0;
          z-index: -1;
        }
        .label-terms-of-use.error::after {
          opacity: 1;
        }

        .label-terms-of-use a{
            color: #797979;
            text-decoration: underline;
        }

            .label-terms-of-use u{
                color: #FF1F49;
                font-size: 14px;
            }

            .label-terms-of-use .btn-privacy-policy, .label-terms-of-use .bnt-agreement-processing-of-personal-data{
                color: #adadad;
                cursor: pointer;
                text-decoration: underline;
                display: inline-block;
            }
            .label-terms-of-use .btn-privacy-policy:hover, .label-terms-of-use .bnt-agreement-processing-of-personal-data:hover{
                opacity: 0.9;
            }

            /* Hide the browser's default checkbox */
            .label-terms-of-use input {
                position: absolute;
                opacity: 0;
                cursor: pointer;
                height: 0;
                width: 0;
            }

            /* Create a custom checkbox */
            .label-terms-of-use .checkmark {
                position: absolute;
                top: 4px;
                left: 0;
                height: 20px;
                width: 20px;
                background-color: rgba(66, 66, 66, 0.6);
                transform: scale(0.8);
                border: 1px solid transparent;
            }

            /* On mouse-over, add a grey background color */
            .label-terms-of-use:hover input ~ .checkmark {
                background: rgba(83, 83, 83, 0.6);
                cursor: pointer;
            }

            /* When the checkbox is checked, add a blue background */
            .label-terms-of-use input:checked ~ .checkmark {
                background-color: #FD103D;
            }

            /* Create the checkmark/indicator (hidden when not checked) */
            .label-terms-of-use .checkmark:after {
                content: "";
                position: absolute;
                display: none;
            }

            /* Show the checkmark when checked */
            .label-terms-of-use input:checked ~ .checkmark:after {
                display: block;
            }

            /* Style the checkmark/indicator */
            .label-terms-of-use .checkmark:after {
                left: 6px;
                top: 1px;
                width: 3px;
                height: 10px;
                border: solid white;
                border-width: 0 3px 3px 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

        .btn-send-data{
            box-sizing: border-box;
            width: 320px;
            height: 54px;
            /* padding: 14px 58px 14px 58px; */
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 42px;
            color: #101010;
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            line-height: 160%;
            /* identical to box height, or 29px */
            /* background-color: #FD103D; */
            background-color: #FFD439;
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
            transition: 0.2s;
            -moz-transition: 0.2s;

        }
            .btn-send-data:hover{
                transform: scale(0.96);
                cursor: pointer;
                background-color: #ce092d;
                color: #FFFFFF;
            }

        .btn-close-modal-window{
            position: absolute;
            right: -44px;
            top: -44px;
            transition: 0.3s;
            -moz-transition: 0.3s;
            opacity: 0.8;
        }
            .btn-close-modal-window svg{
                pointer-events: none;
            }
            .btn-close-modal-window:hover{
                transform: rotate(180deg) scale(0.8);
                cursor: pointer;
            }
            .btn-close-modal-window:hover svg{
                fill: #FD103D;
            }




    .modal-window-background{
        background-color: rgba(35, 35, 35, 0.9);
        position: fixed;
        top: 0;
        z-index: 12;
        width: 100%;
        height: 100%;
        z-index: 13;
        backdrop-filter: blur(2px);
        overflow: hidden;
        pointer-events: all;
    }




/* --- Super Modal -----------------*/

body{
    /* overflow: hidden; */
}

.super-modal-window{
    background: rgba(15, 15, 15, 0.95);
    backdrop-filter: blur(10px);
    display: block;
    width: 100%;
    height: 100%;
    z-index: 16;
    position: fixed;
    top: 0;
    transform: scale(0.65);
    animation: open-modal-window 1s forwards;

}

    .super-modal-window .btn-close-modal-window{
        position: absolute;
        right: 42px;
        top: 42px;
    }

.super-modal-kitchen-item{
    background: transparent;
    padding-top: 100px;
}

.super-modal-kitchen-item-w-r{
    margin-top: 0px;
    height: 780px;
    position: relative;
    scroll-behavior: auto;
    overflow: scroll;
    scrollbar-width: none;
    box-sizing: border-box;
    display: inline-block;
    scroll-margin-left: 32px;
    padding-right: 16px;
}
    .super-modal-kitchen-item-w-r .background-bnt-calc-your-kitchen{
        margin-bottom: 220px;
    }
    .super-modal-kitchen-item-w-r h1{
        color: #FFFFFF !important;
    }
    .super-modal-kitchen-item-w-r .dop-text-content p{
        color: #CCCCCC !important;
    }
    .super-modal-kitchen-item-w-r .kitchen-item-close-dop-text p:last-of-type{
        background: -webkit-linear-gradient(#9d9d9d 50%, rgba(198, 198, 198, 0.21) 90%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;

    }
    .super-modal-kitchen-item-w-r .text-content p{
        color: #9d9d9d !important;
    }
    .super-modal-kitchen-item-w-r .text-content p:last-of-type{
        color: #9d9d9d;
    }
    .super-modal-kitchen-item .kitchen-item-w-l{
        position: relative;
    }
    .super-modal-kitchen-item .kitchen-item-w-l .block-2-kitchen-item-gallery-controls{
        bottom: -32px;
        right: 110px;
        position: absolute;
        padding: 0 !important;
        margin-top: 0;
    }
    .super-modal-kitchen-item .block-2-kitchen-item-gallery-controls-pagination{
        display: none !important;
    }
    .super-modal-kitchen-item .main-img{
        z-index: 0;
    }


.super-modal-list-of-kitchens{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    height: 200px;
    width: 100%;
    position: fixed;
    bottom: 0;

}
    .super-modal-list-of-kitchens .header{
        width: 182px;
        margin-left: 42px;
        margin-top: 38px;
    }
    .super-modal-list-of-kitchens .header .first{
        font-weight: 800;
        font-size: 22px;
        line-height: 28px;
        text-transform: uppercase;
        margin-bottom: 16px;
        color: #FFFFFF;
    }
    .super-modal-list-of-kitchens .header .second{
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
        /* or 22px */

        font-feature-settings: 'kern' off;

        color: #BFBFBF;
    }

    .list-kitchens-conatiner{
        overflow-x: scroll;
        scrollbar-width: none;
        overflow-y: hidden;
        position: relative;
        display: flex;
        align-items: center;
        padding-left: 14px;
        padding-bottom: 0px;
        /* right: 0; */
        left: 60px;
        bottom: 0;
        /* width: 1660px; */
        width: auto;
        height: auto;
        background: #272727;
        box-sizing: border-box;
        scroll-behavior: auto;

    }
        .super-modal-list-of-kitchens .list-kitchens-btn-l, .super-modal-list-of-kitchens .list-kitchens-btn-r{
            display: inline-block;
            height: 64px;
            width: 64px;
            padding: 26px 18px 30px 18px;
            box-sizing: border-box;
            user-select: none;
            position: absolute;
            pointer-events: all;
            background: rgba(0, 0, 0, 0.7);
            border: none;
            top: 68px;
        }
        .super-modal-list-of-kitchens .list-kitchens-btn-l.low-visible, .super-modal-list-of-kitchens .list-kitchens-btn-r.low-visible{
            opacity: 0.3;
        }
        .super-modal-list-of-kitchens .list-kitchens-btn-l .text, .super-modal-list-of-kitchens .list-kitchens-btn-r .text{
            display: none;
        }
        .super-modal-list-of-kitchens .list-kitchens-btn-l .text{
            color: #AAAAAA;
        }
        .super-modal-list-of-kitchens .list-kitchens-btn-r .text{
            color: #FFFFFF;
        }
        .super-modal-list-of-kitchens .list-kitchens-btn-l:hover, .super-modal-list-of-kitchens .list-kitchens-btn-r:hover{
            background: rgba(0, 0, 0, 0.6);
            cursor: pointer;
        }
        .super-modal-list-of-kitchens .list-kitchens-btn-l svg, .super-modal-list-of-kitchens .list-kitchens-btn-r svg{
            position: absolute;
            right: 15px;
            pointer-events: none;
            display: block;
            fill: #FFFFFF;
        }
        .super-modal-list-of-kitchens .list-kitchens-btn-l{
            left: 204px;
            transform: scale(-1,1);
        }
        .super-modal-list-of-kitchens .list-kitchens-btn-r{
            right: 0;
        }


    .list-kitchens-conatiner::-webkit-scrollbar{
        display: none;
    }

    .list-kitchens{
        display: flex;
        flex-direction: row;
    }


    .super-mod-titchen-galery-btns{
        position: absolute;
        right: 120px;
        bottom: 20px;
    }

    .super-modal-kitchen-item .super-modal-kitchen-item-w-r-content-cpntainer.modile-1720{
        display: none;
    }

    .super-modal-kitchen-item-w-l .block-2-kitchen-item-gallery{
        position: relative;
    }

    .super-mod-titchen-galery-btns .btn-l-arrow, .super-mod-titchen-galery-btns .btn-r-arrow{
        background: rgba(0, 0, 0, 0.6);
        border: none;
    }
    .super-mod-titchen-galery-btns .btn-l-arrow svg, .super-mod-titchen-galery-btns .btn-r-arrow svg{
        fill: #FFFFFF;
        height: 8px;
        width: auto;
    }
    .super-modal-prompt-for-kitchen-list{
        display: none;
        justify-content: center;
        background: rgba(27, 27, 27, 0.7);
        backdrop-filter: blur(2px);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        pointer-events: none;
        width: 100%;
        left: 204px;
    }
    .super-modal-prompt-for-kitchen-list.active{
        display: flex;
        animation: super-modal-prompt-for-kitchen-list-open 0.6s forwards;
        animation-delay: 2.5s;
    }
    @keyframes super-modal-prompt-for-kitchen-list-open {
        0%{
            opacity: 0;
        }
        100%
        {
            opacity: 1;
        }
    }

    .super-modal-prompt-for-kitchen-list-card{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 60px;
    }
    .super-modal-prompt-for-kitchen-list-card-icons{
        display: flex;
        flex-direction: row;
        margin-bottom: 16px;
        margin-right: 6px;
    }
    .super-modal-prompt-for-kitchen-list-card-text{
        font-style: normal;
        font-weight: 300;

        font-size: 14px;
        line-height: 120%;
        /* or 19px */
        text-align: center;
        color: #FFFFFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
        width: 160px;
    }
    .super-modal-prompt-for-kitchen-list-card-icons .hand-container{
        margin-top: 18px;
        width: 42px;
        box-sizing: border-box;
        /* transition: 0.3s; */
    }
    .super-modal-prompt-for-kitchen-list-card-icons .hand-container svg{
        animation: animation-prompt-for-kitchen-hand 1.6s infinite ease-in-out;
        /* transition: 0.3s; */
    }

    @keyframes animation-prompt-for-kitchen-hand {
        0%{
            margin-left: -8px;
        }
        50%{
            margin-left: 8px;
        }
        100%{
            margin-left: -8px;
        }

    }



    .btn-hide-kitchens-list{
        position: absolute;
        right: 0;
        top: 0px;
        height: 34px;
        box-sizing: border-box;
        display: flex;
        flex: row;
        width: 110px;
    }
    .btn-hide-kitchens-list .text{
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
        /* or 22px */
        font-feature-settings: 'kern' off;
        color: #FFFFFF;
    }

    .list-mini-kitchens-item{
        width: 176px;
        height: 176px;
        background-color: #444444;
        padding: 16px 16px 8px 16px;
        margin-right: 12px;
        pointer-events: all;
        overflow-y: hidden;
    }
    .list-mini-kitchens-item div{
        pointer-events: none;
    }
    .list-mini-kitchens-item:hover{
        background-color: #383838;
        cursor: pointer;
    }
    .list-mini-kitchens-item.active{
        background-color: #afafaf75;
        border: 1px solid #FD103D;
        border-bottom: 1px solid #FD103D;
    }
    .list-mini-kitchens-item.active .mini-kitchen-header{
        color: #FFFFFF;
    }
        .list-mini-kitchens-item .mini-kitchen-galery{
            display: flex;
            align-items: flex-start;
        }
        .list-mini-kitchens-item .mini-kitchen-header{
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            line-height: 120%;
            /* or 20px */
            letter-spacing: 0.008em;
            color: #c4c4c4;
            margin-top: 5px;
        }
            .list-mini-kitchens-item .mini-kitchen-galery .mini-kitchen-galery-main-img{
                display: inline-block;
                height: 95px;
                box-sizing: border-box;
                width: 120px;
                background-size: cover;
                border: 1px solid #C1C1C1;
            }
            .list-mini-kitchens-item .mini-kitchen-galery .mini-kitchen-galery-imgs-group{
                display: flex;
                flex-direction: column;
                margin-left: 5px;

            }
                .list-mini-kitchens-item .mini-kitchen-galery .mini-kitchen-galery-imgs-group .mini-kitchen-galery-imgs-group-item{
                    width: 20px;
                    height: 20px;
                    box-sizing: border-box;
                    margin-bottom: 5px;
                    background-size: cover;
                    border: 1px solid #C1C1C1;
                }

        .mini-kitchen-text-content{
            display: none;
        }



/* --- Quiz ------------------- */

.quiz-main-container{
    display: none;
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
    .quiz-background{
        /* background-color: rgba(35, 35, 35, 0.9);
        background-color: #fffffff8;
        position: fixed;
        top: 0;
        z-index: 12;
        width: 100%;
        height: 100%;
        z-index: 13;
        backdrop-filter: blur(2px);
        overflow: hidden;
        pointer-events: all; */

        background-color: rgba(35, 35, 35, 0.9);
        position: fixed;
        top: 0;
        z-index: 12;
        width: 100%;
        height: 100%;
        z-index: 13;
        backdrop-filter: blur(2px);
        overflow: hidden;
        pointer-events: all;

    }
    .quiz-main{
        width: 920px;
        height: 650px;
        background-color: #FFFFFF;
        padding: 40px 60px 50px 60px;
        z-index: 14;
        position: relative;
        transform: scale(0.65);
        animation: open-modal-window 0.4s forwards;
    }

    .quiz-main .btn-close-quiz{
        position: absolute;
        right: -44px;
        top: -44px;
        transition: 0.3s;
        -moz-transition: 0.3s;
        opacity: 1;
        z-index: 4;
    }
        .quiz-main .btn-close-quiz svg, .quiz-main .btn-close-quiz svg path{
            pointer-events: none;
        }
        .quiz-main .btn-close-quiz:hover{
            transform: rotate(180deg);
            cursor: pointer;
        }
        .quiz-main .btn-close-quiz:hover svg{
            fill: #FD103D;
        }

        .quiz-main-block-header{
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: flex-end;
        }
        .quiz-main-block-header .text-gif{
            display: flex;
            flex-direction: row;
            align-items: center;
            height: auto;
            position: relative;
        }
            .quiz-main-block-header .text-gif .img{
                height: 20px;
                width: 20px;
                margin-right: 26px;
            }
            .quiz-main-block-header .text-gif .text-rezd{
                height: 90%;
                position: absolute;
                display: block;
                width: 1px;
                background-color: #7c7c7c;
                left: 32px;
            }
            .quiz-main-block-header .text-gif .text{
                width: 340px;
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 18px;
                color: #707070;
            }

        .discount-counter{
            z-index: 2;
        }
        .discount-counter-label{
            font-weight: 400;
            font-size: 12px;
            line-height: 15px;
            /* identical to box height */
            color: #101010;
            margin-bottom: 2px;
        }

        .discount-counter-block-background{
            background-color: #fd103bee;
            position: relative;
            clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
            box-sizing: border-box;
            width: 146px;
            height: 35px;
            margin-bottom: 2px;
        }
            .discount-counter-block{
                display: flex;
                justify-content: space-between;
                align-items: center;
                clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
                width: 144px;
                height: 33px;
                background-color: #FFFFFF;
                box-sizing: border-box;
                position: absolute;
                top: 1px;
                left: 1px;
                padding-left: 12px;
                padding-right: 12px;
            }
            .discount-counter-block-count{
                font-style: normal;
                font-weight: 800;
                font-size: 20px;
                line-height: 20px;
                color: #101010;
            }
            .discount-counter-block-count i{
                font-style: normal;
            }
    .quiz-main-block{
        position: relative;
        height: 100%;
    }
    .quiz-main-block-body{
        margin-top: 42px;
    }
    .quiz-question{
        display: none;
    }
    .quiz-h1{
        font-style: normal;
        font-weight: 800;
        font-size: 42px;
        line-height: 53px;
        /* identical to box height */
        color: #101010;
        margin-bottom: 42px;
    }
    .quiz-list-answer{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: auto;
        box-sizing: border-box;
    }
        .quiz-list-answer .quiz-list-answer-item{
            border: 2px solid #D9D9D9;
            margin-right: 16px;
            position: relative;
        }
        .quiz-list-answer .quiz-list-answer-item *{
            pointer-events: none;
        }
        .quiz-list-answer.p-big-img:not(.boolean-answer) .quiz-list-answer-item{
            height: 196px;
            width: 196px;
        }
        .quiz-list-answer-item:hover{
            cursor: pointer;
            border: 2px solid #6666668a;
        }
        .quiz-list-answer-item:last-of-type{
            margin-right: 0px;
        }
        .quiz-list-answer-item .img{
            height: 132px;
            width: 182px;
            display: block;
        }
        .quiz-list-answer-item .text{
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            line-height: 23px;
            /* identical to box height */
            /* margin-top: 14px; */
            color: #1F1F1F;
            text-align: left;
            width: 194px;
        }
        .quiz-input-radio{
            display: none;
            position: relative;
        }
        .quiz-input-radio:checked::after{
            content: '';
            width: 26px;
            height: 26px;
            position: absolute;
            top: 14px;
            right: 14px;
            display: block;
        }

    .quiz-main-progress-count{
        margin-left: 8px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #161616;
        margin-bottom: 4px;
    }
    .quiz-main-progress-count i{
        font-size: 20px;
        line-height: 23px;
        font-weight: 400;
        font-style: normal;
        margin-right: 1px;
        transition: 0.2s;
        -moz-transition: 0.2s;
    }
    .quiz-main-progress-line-bg{
        height: 3px;
        width: 472px;
        background-color: #E1E1E1;
        /* box-sizing: border-box; */
        /* overflow: hidden; */
        position: relative;
    }
    .quiz-main-progress-line-active{
        height: 3px;
        /* width: 72px; */
        width: 2px;
        background: linear-gradient(90deg, #FD103D 0%, #ff1342 100%);
        /* background: #FD103D; */
        transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        /* box-sizing: border-box; */
        position: absolute;
        left: 0;
        box-shadow: 0px 2px 8px rgb(253 16 61 / 46%);
    }
    .quiz-main-progress-line-container{
        display: flex;
        align-items: center;
    }
    .quiz-main-progress-line-container .img{
        margin-left: -1px;
    }
    .quiz-main-block-controls{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .quiz-main-btns{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .btnQuizBack{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border: 1px solid #585858;
        margin-right: 16px;
        box-sizing: border-box;
        transition: 0.1s;
        -moz-transition: 0.1s;
    }
    .btnQuizBack svg{
        fill:#585858;
    }
    .btnQuizGoNext{
        height: 42px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: #FD103D;
        color: #FFFFFF;
        width: 120px;
        -moz-transition: 0.1s;
        transition: 0.1s;
        user-select: none;
        box-shadow: 0px 2px 8px rgb(253 16 61 / 46%);
    }
    .btnQuizGoNext .img{
        margin-left: 8px;
    }
    .btnQuizGoNext:hover, .btnQuizBack:hover{
        /* opacity: 0.9; */
        transform: scale(0.96);
        cursor: pointer;
    }

    .btnQuizBack.disabled{
        border: 1px solid #D9D9D9;
    }
    .btnQuizBack.disabled:hover{
        cursor: not-allowed;
    }
    .btnQuizBack.disabled svg{
        fill: #D9D9D9;
    }

    .btnQuizGoNext.disabled{
        background-color: #D9D9D9;
    }
    .btnQuizGoNext.disabled:hover{
        cursor: not-allowed;
    }

    /* кастомные контролы для квиза */
    .quiz-list-answer-item{
        box-sizing: border-box  ;
    }

    .check-mark{
        width: 27px;
        height: 27px;
        box-sizing: border-box;
    }

    .quiz-list-answer-item.active .check-mark{
        display: inline-block;
    }

    .quiz-list-answer .quiz-list-answer-item{
        height: 78px;
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }
    .quiz-list-answer.w-50 .quiz-list-answer-item{
        width: 390px;
    }
    .quiz-list-answer.w-50 .quiz-list-answer-item .text{
        width: 100%;
    }
    .quiz-list-answer.w-50.p-img .quiz-list-answer-item .text{
        width: 194px;
    }
    .quiz-list-answer.w-100{
        flex-direction: column;
    }
    .quiz-list-answer.w-100 .quiz-list-answer-item{
        width: 100%;
        margin-right: 0;
    }
    .quiz-list-answer.w-100 .quiz-list-answer-item .text{
        width: 100%;
    }
    .quiz-list-answer.single-answer.w-50 .quiz-list-answer-item:nth-child(2n){
        margin-right: 0;
    }
    .quiz-list-answer.single-answer .quiz-list-answer-item .check-mark{
        display: inline-block;
        position: static;
        margin-left: 20px;
        margin-right: 14px;
    }
    .quiz-list-answer.single-answer.p-img .quiz-list-answer-item .img{
        width: 126px;
        height: 74px;
        position: absolute;
        right: 0;
    }

    .quiz-list-answer.wrap{
        flex-wrap: wrap;
    }
    .quiz-list-answer.nowrap{
        flex-wrap: nowrap;
    }

    .quiz-list-answer.p-big-img .quiz-list-answer-item{
        display: block;
        position: relative;
    }
    .quiz-list-answer.p-big-img .quiz-list-answer-item .img{
        display: block;
        height: 126px;
        width: 100%;
        object-fit: cover;
    }
    .quiz-list-answer.p-big-img .quiz-list-answer-item .text{
        align-items: center;
        margin-top: 20px;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        /* line-height: 20px; */
        /* identical to box height */
        color: #1F1F1F;
        text-align: center;
        width: 100%;
    }
    .quiz-list-answer.p-big-img .quiz-list-answer-item .check-mark{
        position: absolute;
        right: 16px;
        top: 16px;
        margin: 0;
        display: none;
    }
    .quiz-list-answer.p-big-img .quiz-list-answer-item.active .check-mark{
        display: block;
    }
    .quiz-list-answer .quiz-list-answer-item.active{
        border: 2px solid #fd103b;
    }
    .quiz-list-answer .quiz-list-answer-item.active svg .bg-cir{
        fill:  #fd103b;
    }

    .quiz-list-answer.boolean-answer .big-img{
        width: 420px;
        height: 280px;
    }
    .quiz-list-answer.boolean-answer .quiz-list-answer-item .check-mark{
        position: static;
        margin-left: 16px;
        margin-right: 16px;
    }
    .quiz-list-answer.boolean-answer .quiz-list-answer-item .text{
        margin: 0;
        text-transform: uppercase;
    }
    .quiz-list-answer.p-big-img.boolean-answer .quiz-list-answer-item .check-mark{
        display: block;
    }

    .dop-info-multi-answer{
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        /* identical to box height */
        margin-top: -20px;
        margin-bottom: 32px;
        color: #797979;
        position: relative;
        /* padding-left: 8px; */
    }

    /* .dop-info-multi-answer::before{
        content: "";
        height: 4px;
        width: 4px;
        background-color: #FD103D;
        display: inline-block;
        position: absolute;
        top: 6px;
        left: 0;
        border-radius: 4px;
    } */

    .multi-answer.p-big-img .quiz-list-answer-item .check-mark{
        top: unset;
        right: unset;
        bottom: 24px;
        left: 8px;
        display: block;
        height: 24px;
        width: 24px;
    }
    .multi-answer.p-big-img .quiz-list-answer-item .check-mark svg .svg-check-mark{
        visibility: hidden;
    }
    .multi-answer.p-big-img .quiz-list-answer-item.active .check-mark svg .svg-check-mark{
        visibility: visible;
    }
    .multi-answer.p-big-img .quiz-list-answer-item.active .check-mark svg .svg-stroke{
        fill: #FD103D;
    }
    .multi-answer.p-big-img .quiz-list-answer-item .text{
        text-align: left;
        margin-left: 44px;
        width: 136px;
        box-sizing: content-box;
    }

    .quiz-list-answer.boolean-answer .quiz-list-answer-item{
        width: 180px;
        display: flex;
    }
    .quiz-list-answer.boolean-answer .btns-container .quiz-list-answer-item{
        width: 180px;
        display: flex;
    }
    .quiz-list-answer.boolean-answer .quiz-list-answer-item .text{
        text-align: left;
        width: fit-content;
    }
    .quiz-list-answer.boolean-answer:not(.p-big-img) .btns-container{
        display: flex;
        flex-direction: row;
    }

    .quiz-list-answer.input-text .quiz-input-text{
        font-style: normal;
        font-weight: 500;
        width: 600px;
        border-bottom: 1px solid #929292e1;
        padding: 16px 16px 16px 20px;
        font-size: 18px;
        line-height: 23px;
        /* identical to box height */
        color: #101010;
    }
    .quiz-list-answer.input-text .quiz-input-text:focus{
        border-bottom: 1px solid #101010;
    }
    .quiz-list-answer.input-text .quiz-input-text::placeholder{
        color: #929292;
        font-weight: 300;
        font-size: 18px;
        line-height: 23px;
    }


    .quiz-finish-block-container{
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        /* padding: 40px; */
        /* background-color: #FD103D; */
        display: none;
    }
    .quiz-finish-block-container-anim{
        animation: quiz-question-block-open 0.5s ease-out forwards;
    }
    .quiz-finish-block-bg{
        width: 100%;
        height: 100%;
        padding: 80px 100px 60px 100px;
        background: radial-gradient(28.87% 50.69% at 67.03% 46.46%, rgba(22, 22, 22, 0.548) 0.21%, rgba(22, 22, 22, 0.8) 96.35%),
                    url('../resources/images/quiz-finish-bg-gift.jpg');
        background-size: cover;
        /* animation: quiz-finish-block-bg-anim 20s infinite; */
        background-position: center center;
        background-repeat: no-repeat;
    }
    @keyframes quiz-finish-block-bg-anim {
        0%{
            background-size: 100%;
        }
        50%{
            background-size: 108%;
        }
        100%{
            background-size: 100%;
        }
    }
    .btn-rewrite-quiz-again{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 16px;
        color: #ffffff;
        fill: #FD103D;
        font-weight: 300;
    }
    .btn-rewrite-quiz-again:hover{
        color: #e70932;
        cursor: pointer;
        font-weight: 400;
    }
    .btn-rewrite-quiz-again .img{
        display: flex;
        flex-direction: row;
        height: 6px;
        width: 14px;
        margin-right: 8px;
    }
    .btn-rewrite-quiz-again .text{
        font-style: normal;
        font-size: 14px;
        line-height: 120%;
        /* identical to box height, or 17px */
    }
    .quiz-finish-h1{
        font-style: normal;
        font-weight: 800;
        font-size: 42px;
        line-height: 130%;
        /* identical to box height, or 55px */
        text-transform: uppercase;
        color: #FFFFFF;
        margin-bottom: 28px;
    }
    .quiz-finish-dop-info{
        width: 380px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        /* or 22px */
        color: #E8E8E8;
        border-left: 1px solid #FD103D;
        padding-left: 16px;
        margin-bottom: 40px;
    }
    .quiz-finish-btns-container{
        display: flex;
        flex-direction: row;
        margin-bottom: 36px;
    }
    .quiz-finish-btns-container input[type='text']{
        width: 332px;
        padding: 18px 24px 18px 24px;
        margin-right: 20px;
        background: rgba(60, 60, 60, 0.6);
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        /* identical to box height, or 16px */
        color: #FFFFFF;
        border: 1px solid transparent;
        letter-spacing: 0.02em;
    }
    .quiz-finish-btns-container input[type='text']::placeholder{
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        color: #9A9A9A;
    }
    .quiz-finish-btns-container input[type='text']:hover{
        background-color: rgba(60, 60, 60, 0.56);
    }
    .quiz-finish-btns-container input[type='text']:focus{
        border: 1px solid #585858;
    }
    .quiz-finish-block-bg .container{
        opacity: 0;
        pointer-events: none;
        color: #B7B7B7;
    }
    .quiz-finish-block-bg .container .btn-privacy-policy, .quiz-finish-block-bg .container .bnt-agreement-processing-of-personal-data{
        text-decoration: underline;
        font-style: normal;
        color: #d4d4d4;
        font-size: 12px;
        display: inline-block;
    }
    .quiz-finish-block-bg .container .btn-privacy-policy:hover, .quiz-finish-block-bg .container .bnt-agreement-processing-of-personal-data:hover{
        opacity: 0.9;
        color: #FFFFFF;
    }

    .quiz-finish-send-container{
        margin-top: 60px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .btn-quiz-finish-send-contacts{
        margin-right: 24px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: #F6C721;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 160%;
        /* identical to box height, or 26px */
        color: #101010;
        padding: 12px 28px 12px 28px;
        transition: 0.2s;
        -moz-transition: 0.2s;
    }
    .btn-quiz-finish-send-contacts:hover{
        transform: scale(0.95);
        background-color: #FD103D;
        color: #FFFFFF;
        cursor: pointer;
    }

    .btn-quiz-finish-discount-block-label{
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        /* identical to box height, or 12px */
        color: #FD103D;
        opacity: 0.8;
        margin-bottom: 4px;
    }
    .btn-quiz-finish-discount-block-value{
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 100%;
        /* identical to box height, or 20px */
        color: #FFFFFF;
        letter-spacing: 0.01em;
    }

    .quiz-question-visible{
        display: block;
        animation: quiz-question-block-open 0.5s ease-out forwards;
    }

    @keyframes quiz-question-block-open {
        0%{
            opacity: 0;
        }
        100%{
            opacity: 1;
        }
    }



    /* темная тема для квиза */

    .quiz-main-black{
        background-color: #161616f8;
    }
    .quiz-main-block-body-center-align-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

    .quiz-main-black .quiz-main-block .quiz-main-block-header .text-gif .img{
        /* fill: #f0f0f0; */
        fill: #fd103be0;
    }
    .quiz-main-black .quiz-main-block .quiz-main-block-header .text-gif .text{
        color: #8a8a8a;
    }
    .quiz-main-black .quiz-main-block .quiz-main-block-header .text-gif .text-rezd{
        background-color: #8a8a8a;
    }
    .quiz-main-black .quiz-main-block .quiz-main-block-header .discount-counter .discount-counter-label{
        color: #f3f3f3;
    }
    .quiz-main-black .quiz-main-block .quiz-main-block-header .discount-counter .discount-counter-block-background{
        box-shadow: 0px 3px 6px rgba(253, 16, 61, 0.3);
        filter: drop-shadow(0px 3px 6px rgba(253, 16, 61, 0.16));
    }
    .quiz-main-black .quiz-main-block .quiz-main-block-header .discount-counter .discount-counter-block-background .discount-counter-block{
        background-color: #161616f8;
    }
    .quiz-main-black .quiz-main-block .quiz-main-block-header .discount-counter .discount-counter-block-background .discount-counter-block .discount-counter-block-count{
        color: #FFFFFF;
    }

    .quiz-main-black .quiz-main-block .quiz-question-container .quiz-question .quiz-main-block-body-center-align-container .quiz-h1{
        color: #FFFFFF;
    }
    .quiz-main-black .quiz-main-block .quiz-question-container .quiz-question .quiz-main-block-body-center-align-container .quiz-list-answer .quiz-list-answer-item{
        border: 1px solid #757575;
    }
    .quiz-main-black .quiz-main-block .quiz-question-container .quiz-question .quiz-main-block-body-center-align-container .quiz-list-answer .quiz-list-answer-item .text{
        color: #dfdfdf;
    }
    .quiz-main-black .quiz-main-block .quiz-question-container .quiz-question .quiz-main-block-body-center-align-container .quiz-list-answer .quiz-list-answer-item .check-mark svg circle:nth-of-type(1){
        fill: #3b3b3b;
    }
    .quiz-main-black .quiz-main-block .quiz-question-container .quiz-question .quiz-main-block-body-center-align-container .quiz-list-answer .quiz-list-answer-item.active .check-mark svg circle:nth-of-type(1){
        fill: #FD103D;
    }
    .quiz-main-black .quiz-main-block .quiz-question-container .quiz-question .quiz-main-block-body-center-align-container .quiz-list-answer .quiz-list-answer-item:hover{
        border: 1px solid #fd103be0;
        box-shadow: 0px 3px 6px rgba(253, 16, 61, 0.2);
    }
    .quiz-main-black .quiz-main-block .quiz-question-container .quiz-question .quiz-main-block-body-center-align-container .quiz-list-answer .quiz-list-answer-item.active{
        border: 1px solid #fd103be0;
        box-shadow: 0px 3px 6px rgba(253, 16, 61, 0.2);
        /* background-color: #fd103be0; */
    }
    .quiz-main-black .quiz-main-block .quiz-question-container .quiz-question .quiz-main-block-body-center-align-container .quiz-list-answer.input-text [type='text']{
        background: rgb(66 66 66 / 32%);
        height: 52px;
        box-sizing: border-box;
        margin-right: 24px;
        margin-bottom: 24px;
        height: 68px;
        width: 600px;
        padding-left: 26px;
        font-weight: 400;
        font-size: 18px;
        line-height: 23px;
        /* identical to box height */
        border: 1px solid transparent;
        min-width: 260px;
        color: #FFFFFF;
        letter-spacing: 0.02em;
    }
    .quiz-main-black .quiz-main-block .quiz-question-container .quiz-question .quiz-main-block-body-center-align-container .quiz-list-answer.input-text [type='text']::placeholder{
        color: #9A9A9A;
    }
    .quiz-main-black .quiz-main-block .quiz-question-container .quiz-question .quiz-main-block-body-center-align-container .quiz-list-answer.input-text [type='text']:focus{
        border: 1px solid rgba(141, 141, 141, 0.6);;
    }
    .quiz-main-black .quiz-main-block .quiz-question-container .quiz-question .quiz-main-block-body-center-align-container .quiz-list-answer.input-text [type='text']:hover{
        opacity: 0.9;
        cursor: pointer;
    }

    .quiz-main-black .quiz-main-block .quiz-main-block-controls .quiz-main-progress .quiz-main-progress-count{
        color: #bebebe;
    }
    .quiz-main-black .quiz-main-block .quiz-main-block-controls .quiz-main-progress .quiz-main-progress-line-container .quiz-main-progress-line-bg{
        background-color: #383838;
    }
    .quiz-main-black .quiz-main-block .quiz-main-block-controls .quiz-main-progress .quiz-main-progress-line-container .quiz-main-progress-line-bg+.img{
        fill: #383838;
    }
    .quiz-main-black .quiz-main-block .quiz-main-block-controls .quiz-main-btns .btnQuizBack{
        border: 1px solid #979797;
    }
    .quiz-main-black .quiz-main-block .quiz-main-block-controls .quiz-main-btns .btnQuizBack .img{
        fill:#979797;
    }
    .quiz-main-black .quiz-main-block .quiz-main-block-controls .quiz-main-btns .btnQuizBack.disabled{
        opacity: 0.3;
        border: 1px solid #525252;
    }
    .quiz-main-black .quiz-main-block .quiz-main-block-controls .quiz-main-btns .btnQuizBack.disabled .img{
        fill: #525252;
    }
    .quiz-main-black .quiz-main-block .quiz-main-block-controls .quiz-main-btns .btnQuizGoNext.disabled{
        opacity: 0.3;
        background-color: #472828;
        box-shadow: 0px 1px 4px rgb(253 16 61 / 36%);
    }



    .hidden-short-question{
        display: none;
    }





    .modal-window-main .inputs-block input[type='text']{
        background: rgba(66, 66, 66, 0.6);
        height: 52px;
        box-sizing: border-box;
        margin-right: 24px;
        margin-bottom: 24px;
        padding: 14px 24px 14px 24px;
        font-weight: 400;
        font-size: 18px;
        line-height: 23px;
        /* identical to box height */
        border: 1px solid transparent;
        min-width: 260px;
        color: #FFFFFF;
    }
    .input-adress{
        width: 360px;
    }
        .modal-window-main .inputs-block input[type='text']::placeholder{
            color: #9A9A9A;
        }
        .modal-window-main .inputs-block input[type='text']:focus{
            border: 1px solid #FD103D;
        }
        .modal-window-main .inputs-block input[type='text']:hover{
            background: rgba(83, 83, 83, 0.6);
            cursor: pointer;
        }






    .animate__heartBeat{
        animation-duration: 0.3s;
    }

    @-webkit-keyframes fadeInRight{
        0%{
            opacity:0;-webkit-transform:translate3d(50%,0,0);
            transform:translate3d(50%,0,0)
        }to{
            opacity:1;-webkit-transform:translateZ(0);
            transform:translateZ(0)
        }}

    @keyframes fadeInRight{
        0%{
            opacity:0;
            -webkit-transform:translate3d(50%,0,0);
            transform:translate3d(50%,0,0)
        }to{
            opacity:1;
            -webkit-transform:translateZ(0);
            transform:translateZ(0)
        }
    }

    @-webkit-keyframes fadeInLeft{
        0%{
            opacity:0;-webkit-transform:translate3d(-50%,0,0);
            transform:translate3d(-50%,0,0)
        }to{
            opacity:1;-webkit-transform:translateZ(0);
            transform:translateZ(0)
        }}

    @keyframes fadeInLeft{
        0%{
            opacity:0;
            -webkit-transform:translate3d(-50%,0,0);
            transform:translate3d(-50%,0,0)
        }to{
            opacity:1;
            -webkit-transform:translateZ(0);
            transform:translateZ(0)
        }
    }








    .modal-finish-gift-img{
        position: absolute;
        right: 100px;
        bottom: 80px;
        width: 185px;
        height: 185px;
        opacity: 0.2;
        background-image: url('../resources/images/finish-gift.svg');
        background-size: 100%;
    }


    .label-terms-of-use-visibility{
        pointer-events: all !important;
        animation: label-terms-of-use-visibility 0.3s forwards;
    }
    @keyframes label-terms-of-use-visibility {
        0%{
            opacity: 0;
        }
        100%{
            opacity: 1;
        }
    }

    /* Скрытае поля для работы квиза */
    .place-for-data-saving, .cost-per-answer, .can-go-next{
        display: none;
    }




/* ---  ThanksForYourAnswer ModalWindow ------------ */

.thanks-for-your-answer-modal-window{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 18;
    display: none;
    align-items: center;
    justify-content: center;
}
.thanks-for-your-answer-modal-window-background{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(63.55% 60.66% at 50% 39.34%, rgba(253, 16, 61, 0.3) 0%, rgba(253, 16, 61, 0) 100%), rgba(22, 22, 22, 0.92);
}
.thanks-for-your-answer-modal-window-main-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 19;
    margin-bottom: 70px;
    animation: open-modal-window 0.4s forwards;
}
.thanks-for-your-answer-heart-in-modal-window{
    width: 230px;
    height: 220px;
    margin-bottom: 32px;
    object-fit: contain;
    animation: thanks-for-your-answer-heart-beat 1s infinite;
}
@keyframes thanks-for-your-answer-heart-beat {
    0%{
        transform: scale(1);
    }
    20%{
        transform: scale(1.08);
    }
    35%{
        transform: scale(1);
    }
    40%{
        transform: scale(1.08);
    }
    /* 60%{
        transform: scale(1.1);
    } */
    100%{
        transform: scale(1);
    }

}
.thanks-for-your-answer-h1{
    font-weight: 800;
    font-size: 54px;
    line-height: 130%;
    /* or 70px */
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 32px;
    width: 536px;
}
.thanks-for-your-answer-dop-info{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.thanks-for-your-answer-dop-info .thanks-for-your-answer-dop-info-row{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    /* identical to box height, or 21px */
    text-align: center;
    color: #A8A8A8;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.thanks-for-your-answer-soc-link{
    display: flex;
    margin-left: 4px;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
    -moz-transition: 0.3s;
}
.thanks-for-your-answer-soc-link:hover{
    border-bottom: 1px solid #FD103D;
}
.thanks-for-your-answer-soc-link .img{
    fill: #FFFFFF;
    margin-top: 2px;
    margin-right: 3px;
    height: 16px;
}
.thanks-for-your-answer-soc-link .text{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    /* identical to box height, or 21px */
    color: #FFFFFF;
}

.btn-thanks-for-your-answer-modal-window{
    position: fixed;
    right: 100px;
    top: 80px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    opacity: 0.8;
}

    .btn-thanks-for-your-answer-modal-window svg{
        pointer-events: none;
    }
    .btn-thanks-for-your-answer-modal-window:hover{
        transform: rotate(180deg) scale(0.8);
        cursor: pointer;
    }
    .btn-thanks-for-your-answer-modal-window:hover svg{
        fill: #FD103D;
    }

    .kitchen-descripton-mobile{
        display: none;
        z-index: 2;
    }


    .modile-header{
        height: 60px;
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
        position: fixed;
        z-index: 9;

        display: none;
    }
    .modile-header-up-line{
        display: flex;
        height: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-menu-container{
        display: none;
        /* display: flex; */
        flex-direction: column;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #141313;
        background-image: url(../resources/images/black-background.png);
    }
    .modile-header-up-line-logo-and-phone{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .modile-header-up-line-phone{
        margin-left: 42px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .modile-header-up-line-phone .img{
        height: 18px;
        width: auto;
        margin-right: 8px;
    }
    .modile-header-up-line-phone .text{
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 120%;
        /* identical to box height, or 22px */
        color: #EBEBEB;
        text-shadow: -5px 5px 10px rgba(0, 0, 0, 0.06);
    }
    .bnt-open-header-mobile-menu{
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .open-mobile-layout{
        /* transition: 0.4s; */
        display: flex;
        left: 100%;
        animation: animation-open-mobile-layout 0.5s forwards ease-in-out;
    }
    @keyframes animation-open-mobile-layout {
        0%{
            left: 100%;
        }
        100%{
            left: 0;
        }
    }
    .mobile-menu-container .header-mobile-menu{
        width: 100%;
        height: 60px;
        padding-left: 24px;
        padding-right: 16px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }
    .btn-close-mobile-menu{
        height: 60px;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btn-close-mobile-menu svg{
        pointer-events: none;
    }
    .mobile-menu-container .header-mobile-menu .img{
        height: 42px;
    }
    .body-mobile-menu{
        padding-left: 80px;
        padding-right: 80px;
        padding-top: 80px;
        padding-bottom: 100px;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
    .body-mobile-menu-link-list{
        list-style: none;
        text-align: center;
    }
    .body-mobile-menu-link-list li{
        margin-bottom: 32px;
    }
    .body-mobile-menu-link-list li div{
        font-style: normal;
        font-weight: 300;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 0.02em;
        /* text-decoration-line: underline; */
        list-style: none;
        color: #FFFFFF;
    }
    .open-mobile-menu-bottom{
        display: flex;
        flex-direction: column;
    }
    .header-open-mobile-phone{
        display: flex;
        margin-left: 12px;
        margin-bottom: 32px;
    }
    .header-open-mobile-phone .text{
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 120%;
        /* identical to box height, or 22px */
        color: #F0F0F0;
        margin-left: 12px;
        text-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1);
    }


    .super-modal-kitchen-item-w-r{
        width: 100%;
        display: flex;
        justify-content: center;

    }
    .super-modal-kitchen-item-w-r-content-cpntainer{

    }

    .super-modal-kitchen-item-w-l{

    }

    #block-go-to-more-kitchen{
        width: 100%;
        height: 150vh;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('../resources/images/black-background.png');
        position: relative;
        box-sizing: border-box;
        overflow: hidden;

    }
    .block-go-to-more-kitchen-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 5;
    }
    .block-go-to-more-kitchen-content h1{
        font-style: normal;
        font-weight: 800;
        font-size: 70px;
        line-height: 120%;
        /* identical to box height, or 84px */

        text-align: center;
        letter-spacing: 0.01em;
        text-transform: uppercase;

        color: #FFFFFF;
        margin-bottom: 32px;
        text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
    }


    .scene {

        overflow:hidden;
        height:100%;
        width: 120%;
        position: relative;

      }
      .scene > div {
        position:absolute;
        bottom:0;
        height:100%;
        width: 120%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        margin-bottom: -2%;
        margin-left: -8%;
      }

      .scene > div.layout-1{
        /* background-image:url('../resources/images/more_kitchen_paralax_1.png'); */
        z-index: 1;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../resources/images/more_kitchen_paralax_1.png?v_img=0.6');

      }
      .scene div.layout-2 {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../resources/images/more_kitchen_paralax_2.png?v_img=0.6');
        z-index: 2;
      }
      .scene div.layout-3 {
        background-image:url('../resources/images/more_kitchen_paralax_3.png?v_img=0.6');
        z-index: 3;
        margin-bottom: -30%;
      }

      .scene > div.layout-1, .scene > div.layout-2, .scene > div.layout-3{
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        /* transition: 0.1s; */
      }




    .btn-more-kitchens-from-block{
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 32px;
    }
    .btn-more-kitchens-from-block:hover{
        cursor: pointer;
    }
    .btn-more-kitchens-from-block:hover .text{
        color: #ff1342;
    }
    .btn-more-kitchens-from-block:hover .img{
        fill: #ff1342;
    }
    .btn-more-kitchens-from-block .text{
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 120%;
        /* identical to box height, or 22px */

        text-align: center;
        letter-spacing: 0.01em;
        text-transform: uppercase;

        color: #FFFFFF;
    }
    .btn-more-kitchens-from-block{
        padding: 24px;
    }
    .btn-more-kitchens-from-block .img{
        margin-left: 12px;
        margin-bottom: 1px;
    }



    .kitchen-item-see-more-text-close{
        display: none;
    }


    .background-first_btnCalcKitchen .first_btnCalcKitchen .text:nth-of-type(1){
        display: block;
    }
    .background-first_btnCalcKitchen .first_btnCalcKitchen .text:nth-of-type(2){
        display: none;
    }




    /*  Загрузка сайта спинер  */


.spinner {
	animation: rotate 2s linear infinite;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	transform: translate(-50%, -50%);
}
.spinner .path {
	stroke: #ff1342;
	stroke-linecap: round;
	stroke-width: 2;
	animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
100% {
	transform: translate(-50%, -50%) rotate(360deg);
}
}

@keyframes dash {
0% {
	stroke-dasharray: 1, 150;
	stroke-dashoffset: 0;
}
50% {
	stroke-dasharray: 90, 150;
	stroke-dashoffset: -35;
}
100% {
	stroke-dasharray: 90, 150;
	stroke-dashoffset: -124;
}
}

.window_spinner_conatiner {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    background: rgba(18, 17, 17, 0.4);
    backdrop-filter: blur(4px);
    z-index: 25;
}


/* подложка при загрузки картинок */

img[loading="lazy"]{
    background: var(--bg-image-preview);
}





/*--------------   Два номера CSS дополнение --------------------------*/


.multiline-phone-container{
    display: flex;
    flex-direction: row;
    margin-right: 16px;
}

.header-phone{
    margin-right: 14px;
    font-size: 14px;
    font-weight: 400;
}
.header-phone:nth-of-type(2){
    margin-right: 0px;
}

.header-phone img{
    margin-right: 12px;
}

.phone-cantainer-mobile{
    display: flex;
    flex-direction: row;
}


.phone-cantainer-mobile{
    margin-left: 42px;
}
.modile-header-up-line-phone{
    margin-left: 0px;
}

.modile-header-up-line-phone:nth-of-type(2){
    margin-left: 12px;
}

.modile-header-up-line-phone .img{
    margin-right: 12px;
}

.modile-header-up-line-phone .text{
    font-weight: 400;
    font-size: 14px;
}

.header-open-mobile-phone{
    margin-bottom: 16px;
    margin-left: 0px;
}

.body-mobile-menu{
    display: flex;
    align-items: center;
}

.body-mobile-menu-phone{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
}

@media only screen and (max-width: 520px){
    .phone-cantainer-mobile{
        margin-left: 12px;
    }
    .modile-header-up-line-phone{
        margin-left: 24px !important;
    }
}


/*--------------/   Два номера CSS дополнение  ---------------------------*/



.hidden-money{
    opacity: 0 !important;
}


.main-container-section-main-blocks{
    display: block;
}
.main-container-section-main-blocks.hide-block{
    display: none;
}

.block-contacts-main.hide-block{
    display: none; /* flex */
}



.fixed-circle-contacts{
    position: fixed;
    right: 22px;
    bottom: 20px;
    z-index: 6;
    width: 58px;
    height: 58px;
    display: none;
}
.fixed-circle-contacts-main-icon{
    height: 58px;
    width: 58px;
    background-color: #E8113A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.fixed-circle-contacts-main-icon .img{
    pointer-events: none;
}
.fixed-circle-contacts-main-icon:hover{
    cursor: pointer;
}
.fixed-circle-contacts-list-icons{
    background-color: rgba(255, 255, 255, 0.80);
    border: 1px solid rgba(153, 153, 153, 0.40);
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 58px;
    padding-bottom: 58px;
    padding-top: 18px;
}
.fixed-circle-contacts-list-icons.hidden{
    height: 58px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0px;
}
.fixed-circle-contacts-list-icons-item{
    height: 40px;
    width: 40px;
    margin-bottom: 12px;
}
.fixed-circle-contacts-list-icons-item:hover{
    cursor: pointer;
}
.fixed-circle-contacts-btn-get-return-call{
    margin-bottom: 8px;
    height: 38px;
    width: 38px;
}
.fixed-circle-contacts-btn-telegram{
    height: 38px;
    width: 38px;
}
.fixed-circle-contacts-list-icons-item .img{
    height: 100%;
    width: 100%;
}







/* -------------  Customer Reviews Block  -------------------------------- */

.customer-reviews-block.hide-block{
    display: none; /* block */
}

.customer-reviews-block{
    background: url(../resources/images/white-background.png);
    padding: 200px;
    position: relative;
    overflow: hidden;
    box-sizing: content-box;
    height: fit-content;
    padding: 180px 200px 180px 180px;
}

.customer-reviews-block-header{
    display: flex;
    margin-bottom: 80px;
}
.customer-reviews-block-header .h1-line{
    display: inline-block;
    height: auto;
    width: 6px;
    margin-right: 48px;
    background-color: #FD103D;
}
.customer-reviews-block-header h1{
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 800;
    font-size: 70px;
    line-height: 100%;
    /* identical to bx height, or 70px */
    text-transform: uppercase;
    color: #0B0A0B;
}

.customer-reviews-block-body{
    display: flex;
    justify-content: space-between;
}

.customer-reviews-block-body-l{
    display: flex;
    flex-direction: column;
}

.customer-reviews-block-qr-reviews-card{
    display: flex;
    margin-bottom: 38px;
}

.customer-reviews-block-qr-reviews-card.hide{
    display: none;
}

.customer-reviews-block-qr-reviews-card-img-qr{
    display: inline-block;
    height: 94px;
    width: 94px;
    min-width: 94px;
    box-sizing: border-box;
    position: relative;
    margin-right: 28px;
}
.customer-reviews-block-qr-reviews-card-img-qr-1{
    outline : 2px solid rgba(19, 107, 239, 0.4);
}
.customer-reviews-block-qr-reviews-card-img-qr-2{

    outline : 2px solid rgba(253, 30, 16, 0.4);
}
.customer-reviews-block-qr-reviews-card-img-qr-3{
    outline : 2px solid rgba(11, 197, 40, 0.4);
}
.customer-reviews-block-qr-reviews-card-img-qr-4{
    padding: 2px;
    background-image: linear-gradient(180deg, rgba(207, 0, 95, 0.5) 0%, rgba(247, 131, 0, 0.5) 100%, rgba(247, 131, 0, 0.5) 100%);
}

.customer-reviews-block-qr-reviews-card-img-qr canvas{
    width: 100% !important;
    height: 100% !important;
}
/* .customer-reviews-block-qr-reviews-card-img-qr::after{
    position: absolute;
    right: -5px;
    bottom: -5px;
    border-radius: 50px;
    content: '';
    height: 10px;
    width: 10px;
    background-color: rgba(19, 107, 239);
} */

.customer-reviews-block-qr-reviews-card-text-content{
    display: flex;
    flex-direction: column;
}

.customer-reviews-block-qr-reviews-card-text-content .title{
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    /* identical to box height, or 100% */
    letter-spacing: 0.01em;
    color: #0B0A0B;
    margin-bottom: 8px;
}

.customer-reviews-block-qr-reviews-card-text-content .list-algoritm{
    display: flex;
    flex-direction: column;
    width: 420px;
}

.customer-reviews-block-qr-reviews-card-text-content .list-algoritm .list-algoritm-row{
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    /* or 20px */
    letter-spacing: 0.01em;
    color: #747474;
}

.customer-reviews-block-qr-reviews-card-text-content .list-algoritm .list-algoritm-row a{
    color: #FD103D;
    transition: 0.2s;
}
.customer-reviews-block-qr-reviews-card-text-content .list-algoritm .list-algoritm-row a:hover{
    text-decoration: underline;
}

.customer-reviews-block-tamplate-container-header{
    display: flex;
    flex-direction: column;
    margin-bottom: 28px;
}

.customer-reviews-block-tamplate-container-header .lvl-1{
    margin-bottom: 6px;
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 135%;
    /* or 35px */
    letter-spacing: 0.02em;
    color: #0B0A0B;
}
.customer-reviews-block-tamplate-container-header .lvl-2{
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    /* identical to box height, or 22px */
    letter-spacing: 0.02em;
    color: #A9A3A3;
}

.customer-reviews-block-tamplate-container-body-container{
    box-sizing: border-box;
    width: 660px;
    height: 350px;
    overflow-x: clip;
    position: relative;
}

.customer-reviews-block-tamplate-container-body-item{
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #EBEBEB;
    padding: 40px 56px 40px 56px;
    transition: 0.8s;
    transform: translate(0%, 0%);
    transition-timing-function: ease; /* cubic-bezier(0.765, 0.005, 0.165, 1.01) */
    will-change: transform;
    clip-path: polygon(0% 10%, 5% 0%, 100% 0%, 100% 90%, 95% 100%, 0% 100%); /* polygon(0% 8%, 4% 0%, 100% 0%, 100% 92%, 96% 100%, 0% 100%) */
    border: 6px solid #ffffff;
    height: 350px;
    width: 660px;
    box-sizing: border-box;
}

.customer-reviews-block-tamplate-container-body-container-list{
    display: flex;
    width: 500%; /* 400% */
    height: 100%;
}

.customer-reviews-block-tamplate-container-body-item .author-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 16px;
}

.customer-reviews-block-tamplate-container-body-item .author-container .avatar-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    box-sizing: border-box;
    border-radius: 100%;
    border: 1px solid #FD103D;
    margin-right: 22px;
    padding: 8px;
}
.customer-reviews-block-tamplate-container-body-item .author-container .avatar-container .avatar-img{
    border-radius: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}

.customer-reviews-block-tamplate-container-body-item .author-container .text-container .date{
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    /* or 16px */
    letter-spacing: 0.02em;
    color: #747474;
    margin-bottom: 4px;
}

.customer-reviews-block-tamplate-container-body-item .author-container .text-container .full-name{
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    /* identical to box height, or 32px */
    letter-spacing: 0.02em;
    color: #0B0A0B;
}

.customer-reviews-block-tamplate-container-body-item .text-review{
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    /* or 20px */
    letter-spacing: 0.02em;
    color: #7A7A7A;
}

.customer-reviews-block-tamplate-container-body-item .stars-decorate{
    margin-top: 20px;
    align-self: flex-end;
}

.customer-reviews-block-tamplate-container-btns{
    position: absolute;
}
.customer-reviews-block-tamplate-container-btns div{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c2c2c2;
    width: 38px;
    height: 38px;
    transition: 0.2s;
}
.customer-reviews-block-tamplate-container-btns div:hover{
    cursor: pointer;
    border: 1px solid #838383;
}
.customer-reviews-block-tamplate-container-btns div:first-of-type{
    margin-right: 12px;
}



.customer-reviews-block-tamplate-container-btns{
    position: absolute;
    top: -68px;
    right: 0px;
    display: flex;
}
