@font-face {
  font-family: 'Kaiti_chinese'; /* A name you choose */
  src: url('https://bb0e389e-1ea3-4e42-9e5e-bcb904a0de48.selstorage.ru/Fonts/kaiti_chinese.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url('https://bb0e389e-1ea3-4e42-9e5e-bcb904a0de48.selstorage.ru/Fonts/Nunito-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'Nunito' !important;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    margin: 0px;
    padding: 0px;
    /* background-color: #130e1e; */
    /* color: #333; */
}


/* ######################################################### */
/* Меню */



        /* 固定顶部菜单栏样式 */
        .menu_navbar {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #c8a993;
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
            z-index: 1000;
            transition: all 0.3s ease;
        }

        .menu_navbar-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 20px;
            height: 70px;
        }



        /* Логотип */
        .logo_img 
        {
        height: 30px;
        margin-left: 20px;
        margin-top: -4px;
        width: auto;
        opacity: 0.6;
        }

        .nav-menu {
            display: flex;
            list-style: none;
            gap: 30px;
            left: -120%;
        }

        @media(max-width: 850px) {
            .nav-menu {
                gap: 10px;
            }
        }

        .nav-item {
            position: relative;
        }

        .nav-link {
            color: white;
            text-decoration: none;
            font-weight: 500;
            padding: 8px 16px;
            border-radius: 5px;
            transition: all 0.3s ease;
            display: block;
        }

        .nav-link:hover {
            background-color: rgba(255,255,255,0.1);
            transform: translateY(-2px);
        }

        /* 下拉菜单样式 */
        .dropdown {
            position: relative;
        }

        .dropdown-content {
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            min-width: 200px;
            box-shadow: 0 8px 16px rgba(0,0,0,0.1);
            border-radius: 5px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
        }

        .dropdown:hover .dropdown-content {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .dropdown-content a {
            color: #333;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            border-bottom: 1px solid #f0f0f0;
        }

        .dropdown-content a:hover {
            background-color: #f8f9fa;
        }

        /* 移动端菜单按钮 */
        .mobile-menu-btn {
            display: none;
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
        }

        /* 主要内容区域 */
        .main-content {
            margin-top: 60px; /* 为固定菜单栏留出空间 */
            padding: 40px 20px;
        }

        .hero-section {
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            padding: 80px 0;
            text-align: center;
            margin-bottom: 60px;
        }

        .hero-title {
            font-size: 3rem;
            margin-bottom: 20px;
            color: #333;
        }

        .hero-subtitle {
            font-size: 1.2rem;
            color: #666;
            max-width: 600px;
            margin: 0 auto;
        }

        .content-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 0;
        }

        .section-title {
            font-size: 2.5rem;
            margin-bottom: 30px;
            color: #333;
            text-align: center;
        }

        .section-content {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #666;
            margin-bottom: 20px;
        }

        /* 响应式设计 */
        @media (max-width: 800px) {
            .nav-menu {
                position: fixed;
                top: 60px;
                left: -120%;
                width: 100%;
                height: calc(100vh - 60px);
                background-color: #c8a993;
                flex-direction: column;
                justify-content: start;
                align-items: center;
                padding-top: 50px;
                transition: left 0.3s ease;

                z-index: 1000;
                gap: 60px;


            }


            .nav-menu.active {
                left: 0;
                padding: 0px;
                padding-top: 120px;
                margin-top: -10px;
            }

            .mobile-menu-btn {
                display: block;
            }

            .hero-title {
                font-size: 2rem;
            }

            .hero-subtitle {
                font-size: 1rem;
            }
        }






                /* Стандартные коричневые (иконка контуром) */
                .menu_button_brown {
        padding: 8px 16px;
        border-radius: 10px;
        border: none;
        /* background-color: #f0f0f0; */
        background: linear-gradient(to bottom, #906a6a, #755353);
        box-shadow: 0 8px 12px rgba(0,0,0,0.2);
        color: #ffffff;
        stroke: #505050;

        /* font-family: 'American Typewriter', serif; */
        font-size: 1rem;

        text-align: center;
        cursor: pointer;
        transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;

        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

        margin: auto;

        
        /* width: auto; */
        /* margin: auto; */
        }
        .menu_button_brown svg
        {
        height: 20px;
        width: 20px;
        margin: 5px;
        }

        .menu_button_brown:hover {
        color: white;
        transform: scale(1.05);

        box-shadow: 0 8px 12px rgba(0,0,0,0.2);
        background: linear-gradient(to bottom, #7f5b5b, #674747);
        }
        .menu_button_brown:hover svg
        {
        stroke: white;
        }
        .menu_button_brown:active {
        color: white;
        transform: scale(0.9);
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .menu_button_brown.inactive {
        opacity: 0.5;
        filter: grayscale(60%);
        pointer-events: none;
        }
        .menu_button_brown.selected {
        color: white;

        box-shadow: 0 8px 12px rgba(0,0,0,0.1);
        background: linear-gradient(to bottom, #906a6a, #755353);
        }























/* ######################################################### */
/* Блок 1 */


/* Стандартные кнопки светло-серые (иконка контуром) */
.solid_fill_button {
    padding: 20px;
    border-radius: 10px;
    border: none;
    /* background-color: #f0f0f0; */
    background: linear-gradient(to bottom, #ffffff, #ececec);
    box-shadow: 0 8px 12px rgba(0,0,0,0.2);
    color: #505050;
    fill: #505050;
    
    /* font-family: 'American Typewriter', serif; */
    font-size: 1rem;
    
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    margin: auto;
    
    
    /* width: auto; */
    /* margin: auto; */
    }
    .solid_fill_button svg
    {
    height: 20px;
    width: 20px;
    margin: 5px;
    }
    
    .solid_fill_button:hover {
    color: white;
    fill: white;
    transform: scale(1.05);
    
    box-shadow: 0 8px 12px rgba(0,0,0,0.2);
    background: linear-gradient(to bottom, #906a6a, #755353);
    }
    .solid_fill_button:hover svg
    {
    fill: white;
    }
    .solid_fill_button:active {
    color: white;
    transform: scale(0.9);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    
    .solid_fill_button.inactive {
    opacity: 0.5;
    filter: grayscale(60%);
    pointer-events: none;
    }
    .solid_fill_button.selected {
    color: white;
    fill: white;
    
    box-shadow: 0 8px 12px rgba(0,0,0,0.1);
    background: linear-gradient(to bottom, #906a6a, #755353);
    }
    















.paper_procreate_bg{
    background-image: url("https://bb0e389e-1ea3-4e42-9e5e-bcb904a0de48.selstorage.ru/Assets/paper_white_1.jpg");
}

.block_1_container {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
    padding: 20px;
    padding-top: 40px;
    /* background-color: #E0E0E0; */
    /* min-height: 100vh; */
}

/* 大Logo区域 */
.block_1_big_logo {
    /* background-color: #4A4A4A; */
    color: white;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
    border-radius: 8px;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    overflow:visible;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
}

.block_1_big_logo img {
    /* height: 100%; */
    /* margin-left: 30px; */
    width: 700px;
    /* width: auto;  */
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

/* Header区域 */
.block_1_header {
    /* background-color: #6A1B9A; */
    color: #4F4D74;
    text-align: left;
    padding: 10px 20px;
    margin-bottom: 0px;
    border-radius: 8px;
    font-size: 2rem;
    font-weight: normal;
}

/* Subheader区域 */
.block_1_subheader {
    color: #9D8C8C;
    text-align: left;
    padding: 5px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    font-size: 1rem;
    text-align: left;
}

/* Media区域容器 */
.block_1_media_container {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.block_1_media_block {
    flex: 1;
    color: white;
    text-align: center;
    padding: 0px;
    min-width: 200px;
}

/* Panda Image区域 */
.block_1_panda_image {
    /* background-color: #F08080; */
    /* color: white; */
    text-align: center;
    /* padding: 60px 20px; */
    border-radius: 8px;
    font-size: 1.5rem;
    font-weight: bold;
    vertical-align: bottom;
    align-items: flex-end;
    height: 500px;

}

.block_1_panda_image img {
    width: 100%;
}

/* 桌面端布局 */
@media (min-width: 768px) {
    .block_1_desktop_layout {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        margin-left: 30px;
    }

    .block_1_left_section {
        flex: 0 0 60%;
        max-width: 60%;
        display: flex;
        flex-direction: column;
    }

    .block_1_right_section {
        flex: 0 0 40%;
        max-width: 40%;
        height: 100%;
        align-items: flex-end;
    }

    .block_1_media_container {
        flex-direction: row;
    }

    .block_1_media_block {
        flex: 1;
    }
    
    .block_1_media_block img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .arrow-block img {
        transform: scaleX(-1);
        rotate: 60deg;
        scale: 0.6;
    }

    .block_1_bottom_row {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
    }

    .stroke_button_brown {
        flex: 1;
        margin-bottom: 0;
    }

    .block_1_media-container {
        flex: 2;
        margin-bottom: 0;
    }

    .block_1_panda_image {
        /* height: 00px; */
        display: flex;
        align-items: center;
        justify-content: center;
        /* min-height: 400px; */
        position: relative;
        bottom: -230px;
    }
    .block_1_panda_image img
    {
        width: 120%;
    }

    #block_1_free_download_btn svg
    {
        width: 40px;
        height: 40px;
    }
}

/* 移动端布局 */
@media (max-width: 767px) {
    .block_1_container {
        padding: 15px;
        padding-top: 40px;
    }

    .block_1_big_logo {
        font-size: 1.5rem;
        height: auto;
        text-align: center;
        justify-content: center;
    }
    
    .block_1_big_logo img {
        margin: auto;
        padding-left: 0;
        width: 100%;
        justify-content: center;
        text-align: center;
        position: relative;
    }
    
    .block_1_bottom_row
    {
        display: flex;
        flex-direction: row;
        margin-top: -20px;
        margin-bottom: -60px;
    }

    .block_1_media_block
    {
        width: 100px;
    }

    .block_1_media_block img
    {
        min-width: 100px;
        max-width: 300px;
        position: relative;
        top: -30px;
        left: -80px;
    }

    .block_1_header {
        font-size: 1.4rem;
        padding: 25px 5px;
        text-align: center;
    }

    .block_1_subheader {
        font-size: 1rem;
        padding: 20px 5px;
        text-align: center;
    }

    .block_1_media-container {
        flex-direction: column;
        gap: 15px;
    }

    .button {
        font-size: 1.2rem;
        padding: 20px 15px;
    }

    .block_1_panda_image {
        font-size: 1.3rem;
        max-width: 400px;
        max-height: 320px;
        margin: auto;
        padding: 0px;
    }

    #block_1_free_download_btn
    {
        font-size: 0.8rem;
        /* min-width: 200px; */
    }

    #block_1_free_download_btn svg
    {
        width: 30px;
        height: 30px;
    }
}

















/* ######################################################### */
/* Блок 2 */


  .night_sky_bg{
    background-image: url("https://bb0e389e-1ea3-4e42-9e5e-bcb904a0de48.selstorage.ru/Assets/night_sky_1.jpg");
}


    .block_2_container {
        max-width: 1200px;
        margin: 0 auto;
        margin-top: 0px;
        padding: 20px;
        /* background-color: #E0E0E0; */
        min-height: 100vh;
    }



    /* 桌面端样式 */
    .block_2_desktop {
        display: block;
        padding-top: 100px;
    }

    .block_2_mobile {
        display: none;
    }

    .block_2_white_header {
        /* background-color: #6A0DAD; */
        color: white;
        text-align: center;
        font-size: 1.8rem;
        font-weight: bold;
        /* padding: 20px; */
        margin-bottom: -10px;
        border-radius: 5px;
    }

    .block_2_header_underline {
        /* background-color: #FF69B4; */
        color: white;
        text-align: center;
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 5px;
    }
    .block_2_header_underline img
    {
        width: 60%;
        margin: auto;
        top: -10px;
        position: relative;
    }


    .block_2_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-bottom: 20px;
    }

    .block_2_content_block {
        /* background-color: #A0B0E0; */
        color: white;
        /* padding: 20px; */
        border-radius: 30px;
        text-align: center;
        /* overflow: hidden; */

        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        background-color: rgba(255,255,255,0.2);

        box-shadow: 0 0 20px 2px rgba(255,255,255,0.4);

        /* border: 3px solid rgba(255,255,255,0.5); */

    }

    .block_2_content_header {
        /* background-color: #2F4F7F; */
        color: #727974;
        padding: 20px 10px;
        border-radius: 30px 30px 0 0;
        /* margin-bottom: 10px; */
        text-align: center;
        
        justify-content: center;

        /* border: 3px solid #ffffff; */

        background-color: white;
        vertical-align: middle;
        
        min-height: 90px;
        
        font-weight: bold;
        font-size: 1.2rem;


        display: flex;
        align-items: center;
    }

    .block_2_content_body {
        /* background-color: #A0B0E0; */
        /* height: 99%; */
        color: white;
        padding: 15px;

        min-height: 145px;
        /* border-radius: 0 0 15px 15px; */
        text-align: center;
        font-size: 1rem;

        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 0 0 30px 30px;
        
        border: 3px solid rgba(255,255,255,0.5);
        border-top: none;

    }

    .block_2_content_image {
        /* background-color: #8B4513; */
        color: white;
        /* padding: 20px; */
        border-radius: 5px;
        text-align: center;
        /* max-width: 360px; */

        display: flex;
        align-items: center;
        justify-content: center;



    }
    .block_2_content_image img {
        max-width: 100%;
        height: auto;
    }

    .block_2_bottom_section {
        display: flex;
        gap: 20px;
        align-items: flex-start;
    }

    .block_2_lamp_image {
        /* background-color: #FF4500; */
        color: white;
        /* padding: 20px; */
        margin-top: -20px;
        border-radius: 5px;
        text-align: center;
        flex: 1;
    }
    .block_2_lamp_image img {
        max-width: 100%;
        height: auto;
    }


    /* Картинка с девочкой и пандой */
    .block_2_final_image {
        /* background-color: #FFA500; */
        color: white;
        /* padding: 30px; */
        border-radius: 5px;
        text-align: center;
        position: relative;

        margin: auto;
        margin-top: -30px;
        margin-bottom: -250px;
        flex: 2;
    }
    .block_2_final_image img {
        max-width: 100%;
        height: auto;
    }
    @media (min-width: 1200px) {
        .block_2_final_image {
            margin-top: -30px;
            margin-bottom: -450px;
            top: -10px;
    
        }    
        
    }

    /* Картинка с девочкой и пандой */
    @media (max-width: 768px) {
        .block_2_final_image {
            flex: none;
            width: 90%;
            margin-top: -80px;
            margin-bottom: -400px;
            top: -75px;
        }
    }
    @media (max-width: 600px) {
        .block_2_final_image {
            flex: none;
            width: 90%;
            margin-top: -80px;
            margin-bottom: -300px;
            top: -45px;
    
        }
    
    }





    /* 移动端样式 */
    @media (max-width: 768px) {
        .block_2_desktop {
            display: none;
        }

        .block_2_mobile {
            display: block;
            padding-top: 60px;

        }

        

        .block_2_white_header {
            padding: 15px;
            margin-bottom: 5px;
            font-size: 1.2rem;
        }

        .block_2_header_underline {
            margin: auto;
            padding: 10px;
            margin-bottom: 15px;
            width: 90%;
            /* margin-top: 99%; */
        }
        .block_2_header_underline
        {
            top: -20px;

        }

        .block_2_grid {
            display: block;
        }

        .block_2_content_block {
            margin-bottom: 15px;
        }

        .block_2_content_header {
            margin-bottom: 0;
            /* border-radius: 5px 5px 0 0; */
        }

        .block_2_content_body {
            /* border-radius: 0; */
            margin-bottom: 0;
        }

        .block_2_content_image {
            /* border-radius: 0 0 5px 5px; */
            margin-bottom: 15px;
        }

        .block_2_bottom_section {
            flex-direction: column;
            gap: 15px;
        }

        .block_2_lamp_images {
            display: flex;
            flex-direction: row;
            gap: 10px;
        }

        .block_2_lamp_image {
            flex: 1;
        }

        .block_2_lamp_image img {
            max-width: 100%;
            height: auto;
        }

    }




.text_content_background_underline_pink
{
  background-image: url('https://bb0e389e-1ea3-4e42-9e5e-bcb904a0de48.selstorage.ru/Assets/header_underline_pink.png'); 
  background-size: 105% 15%;
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: 32px;

  overflow: visible;

  padding: 10px 5px;
  border-radius: 5px; 
}

















/* ######################################################### */
/* Блок 3 */

/* 桌面端样式 */
.block_3_desktop {
    display: block;

    background-image: url('https://bb0e389e-1ea3-4e42-9e5e-bcb904a0de48.selstorage.ru/Assets/paper_notebook_bg.JPG');
    background-size: 100%;
    background-repeat: repeat;

}

.block_3_container {
    max-width: 1200px;
    margin: 0 auto;
    /* background-color: #E0E0E0; */
    padding: 20px;

    padding-top: 150px;


    
    background-image: url('https://bb0e389e-1ea3-4e42-9e5e-bcb904a0de48.selstorage.ru/Assets/pink_line_panda.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 45%;
}

.block_3_content_row:nth-child(3),
.block_3_content_row:nth-child(5) {
    justify-content: flex-end;
}




.block_3_mobile {
    display: none;
    padding-top: 100px;

    background-image: url('https://bb0e389e-1ea3-4e42-9e5e-bcb904a0de48.selstorage.ru/Assets/paper_notebook_bg.JPG');
    background-size: 100%;
    background-repeat: repeat;

}

.block_3_header {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;

    line-height: 1.8;

    padding-bottom: 20px;

    color: #755353; 
    width: fit-content;
    border-bottom: 2px solid #912424;
    margin: 20px auto;
  }



.block_3_content_row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;

    margin: 100px auto;

    padding: 20px 0px;
}

.block_3_content_text {
    /* flex: 1; */
    /* margin-top: 50px auto; */
    width: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-image: url('https://bb0e389e-1ea3-4e42-9e5e-bcb904a0de48.selstorage.ru/Assets/bg_wiped_white.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.block_3_content_header {
    font-weight: bold;
    font-size: 1.3rem;

    color: #755353; 
    width: fit-content;
    border-bottom: 2px solid #912424;
    margin: 20px auto;
}

.block_3_content_body {
    color: #755353; 
    font-size: 1.1rem;
    text-align: justify;
    width: 400px;
}


/* Рваные картинки */
.block_3_content_image {
    /* background-color: #8B4513; */
    color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    flex: 1;
    height: 450px;
    width: 400px;
    position: relative;

    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-y: center;
     margin-top: -150px;
    /* margin-bottom: -50px;  */

    position: absolute;
}
.block_3_content_image img {
    /* max-width: 100%; */
    /* height: 70%; */
    /* height: 200px; */
    /* width: fit-content; */
    /* height: 400px; */
    /* max-height: 350px; */
}
.block_3_content_image_right {
    /* margin-left: 100px; */
    right: 0px;
    /* margin-right: -200px; */

}
.block_3_content_image_left {
    /* margin-right: 100px; */
    left: 0px;
    /* margin-left: -400px; */
}




.block_3_bottom_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    
}

.block_3_bottom_content_text {
    /* width: 50%; */
    width: 400px;
    text-align: center;

    background-image: url('../Assets/bg_wiped_white.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;

}

.block_3_progress_image {
    background-color: #FFA500;
    color: white;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    width: 80%;
}

.pink_line_mobile {
    background-image: url('../Assets/pink_line_no_panda.png');
    background-size: 100% 80%;
    background-repeat: repeat;
    background-position: center;
}



/* 移动端样式 */
@media (max-width: 768px) {
    .block_3_desktop {
        display: none;
    }

    .block_3_mobile {
        display: block;
    }

    .block_3_container {
        
        padding: 10px;
    }

    .block_3_header {
        padding: 15px;
        margin-bottom: 15px;
    }

    .block_3_content_row {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }

    .block_3_content_text {
        width: 100%;
    }


    .block_3_content_image {
        /* width: 100%; */
        margin: -20px auto;
        position: relative;
        display: block;
        /* top: -10px; */
        /* bottom: -10px; */
        height: fit-content
    }
    .block_3_content_image img {
        width: 100%;
        /* max-height: 400px; */
    }
    .block_3_content_image_left
    {
        left: auto;
        margin-left: -30px;
    }
    .block_3_content_image_right
    {
        right: auto;
        margin-right: -30px;
    }

    .block_3_bottom_section {
        gap: 15px;
    }

    .block_3_bottom_content_text {
        width: 100%;
    }

    .block_3_progress_image {
        width: 100%;
    }
}










/* ######################################################### */
/* Блок 8(?) */


/* Header区域 */
.block_8_header {
    /* background-color: #6A1B9A; */
    color: #4F4D74;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 0px;
    border-radius: 8px;
    font-size: 2rem;
    font-weight: normal;
}

/* Subheader区域 */
.block_8_subheader {
    color: #9D8C8C;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    font-size: 1rem;
}

.arrow_crved_upwards_for_subscription
{
    position: relative;
    /* top: -10px; */
    /* right: 35%; */
    transform: translateX(50%);
    /* width: 100px; */
    margin: auto;
    height: 100px;
}
.write_in_telegram_text
{
    text-align: center;
    font-size: 1rem;
    color: #67acca;
    margin-top: 20px;
    margin-bottom: 20px;
    margin: auto;
    width: 250px;

    background-color: rgba(255, 255, 255, 0.75);

    border-radius: 15px;
    padding: 10px;
    border: 1px dashed #67acca;
}
.block_8_subscription_button_container
{
    /* background-image: url('../Assets/bg_wiped_white.png'); */
    background-image: url('../Assets/block_1_arrow_upward_left_2.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position-x: 100%;
    background-position-y: 50%;
    padding: 20px;
    width: 400px;
    margin: auto;
}


/* Кнопка напишите в телеграм */
.telegram_button {
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    /* background-color: #f0f0f0; */
    background: linear-gradient(to bottom, #36aee2, #1d95c7);
    /* background: linear-gradient(to bottom, #8ec3d9, #67acca); */
    box-shadow: 0 8px 12px rgba(0,0,0,0.2);
    color: white;
    fill: white;
    
    /* font-family: 'American Typewriter', serif; */
    font-size: 1rem;
    
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    margin: auto;
    
    
    /* width: auto; */
    /* margin: auto; */
    }
    .telegram_button img
    {
    height: 20px;
    width: 20px;
    margin: 5px;
    }
    
    .telegram_button:hover {
    color: white;
    fill: white;
    transform: scale(1.05);
    
    box-shadow: 0 8px 12px rgba(0,0,0,0.2);
    background: linear-gradient(to bottom, #2c9fd0, #127ba9);
    }
    .telegram_button:hover svg
    {
    fill: white;
    }
  
.block_8_subscription_description_container
{
    background-image: url('../Assets/bg_wiped_white.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: 100%;
    background-position-y: 50%;
    margin: auto;
    display: flex;
    flex-direction: column;

    width: 80%;
}    
.block_8_content_body {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.block_8_left_section {
    flex: 1;
    /* width: 50%; */
    justify-content: center;
    align-items: center;
}

.block_8_right_section {
    flex: 1;
    /* width: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.block_8_right_section img
{
    max-width: 500px;
    width: 50%;
}

.block_8_advantages_description
{
    list-style-type: decimal;
    max-width: 500px;
    margin: auto;
}
.block_8_advantages_description li
{
    margin: 10px auto;
}





.block_8_content_header {
    font-weight: bold;
    font-size: 1.3rem;

    color: #755353; 
    width: fit-content;
    border-bottom: 2px solid #912424;
    margin: 20px auto;
}

.block_8_content_body {
    color: #755353; 
    font-size: 1.1rem;
    text-align: justify;
}


.block_8_price_block
{

    background-image: url('../Assets/bg_wiped_white.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    padding: 10px;
    color: #755353;
    font-size: 1.7rem;
    text-align: center;
    width: 500px;
    margin: auto;

}


.block_8_middle_image
{
    width: 100%;
    /* height: 400px; */
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.block_8_middle_image img
{
    /* width: 100%; */
    margin: auto;
}



.block_8_videos_container
{
    display: flex;
    justify-content: center;

    margin: 40px auto;
    position: relative;
    left: 80px;
    
}
@media (min-width: 1200px) {
    .block_8_videos_container
    {
        left: 20px;
    }
}
@media (min-width: 1000px) {
    .block_8_videos_container
    {
        left: 50px;
    }
}
    
.block_8_videos_container video:first-child {
    transform: rotate(-5deg);
}
.block_8_videos_container video:nth-child(2) {
    transform: rotate(5deg);
    position: relative;
    right: 100px;

}

.block_8_videos_container video
{
    width: 200px;
    border-radius: 20px;
    margin: auto 50px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    

}

.block_8_advantages_description
{
    color: #333;
    max-width: 80%;


    font-size: 1.1rem;
}
.block_8_advantages_description_2
{
    color: #333;
    max-width: 80%;
    margin: 20px auto;
    text-align: center;
    font-size: 1.1rem;
}


@media (max-width: 900px)
{
    .block_8_videos_container
    {
        justify-content: center;
        align-items: center;
        padding-left: 150px;
        margin: 40px auto;

        left: -20px;
    }

    .block_8_content_body
    {
        flex-direction: column;
    }
}









/* ######################################################## */
/* Блок с отзывами */

.feedback_carousel_outer_container
{
    align-items: center;
    padding: 40px 0px;
    
}

.carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    /* height: 180px; */
    /* background: rgba(255,255,255,0.7); */
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    padding: 10px 0px;

}

.carousel-track {
    display: flex;
    width: max-content;
    animation: carousel-scroll 100s linear infinite;
}

.carousel-track img {
    height: 80px;
    width: auto;
    margin: 0 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    /* background: #fff; */
    object-fit: cover;
}

@keyframes carousel-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}




.footer_separator
{
    color: #887777;
}


.footer_links
{
    color: #755353;
    text-decoration: none; 
    margin: 0 10px;
}

.footer_links:hover,
.footer_links:focus {
    color: #674747;
    text-decoration: none;
    filter: brightness(0.95);
}

.footer_links:active {
    color: #5b3f3f;
    transform: translateY(1px);
}







.legal_big_logo
{
    /* background-color: #4A4A4A; */
    color: white;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
    border-radius: 8px;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    overflow:visible;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
}

.legal_big_logo img {
    /* height: 100%; */
    /* margin-left: 30px; */
    width: 700px;
    /* width: auto;  */
    /* position: absolute; */
    object-fit: cover;
}





.legal_description_container
{
    background-image: url('../Assets/bg_wiped_white.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: 100%;
    background-position-y: 50%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;

    text-align: center;

    width: 80%;
}    