        @font-face {
            font-family: 'CustomFont';
            src: url('fonts/lepka.otf') format('opentype');
            font-weight: normal;
            font-style: normal;
        }
        body {
            margin: 0;
            font-family: verdana, sans-serif;
    		background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('image/915155.jpg');
    		background-attachment: fixed; /* Закрепляем фоновое изображение */
    		background-size: cover;
        }
        .header {
            position: relative;
            text-align: center;
            color: white;
        }
        .header img { 
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        .header h1 {
            font-family: 'CustomFont';
            width: 1200px;
            height: 200px;
    		margin: 50px auto 0px;
            font-size: 140px;
            color: #f4de02;
        }
        .head2 {
            display: flex;
            width: 1400px;
    		margin: 0 auto;
        }
        .head21 {
            flex: 1;
            text-align: center;
        }
        .img1 {
            width: 150px;
        }
        .head22 {
            flex: 1;
            text-align: center;
            color: #010a69;
        }
        .head3 {
            width: 800px;
    		margin: 0 auto;
            text-align: left;
            font-size: 20px;
            color: #010a69;
            padding: 20px;
        }
        .head23 {
            flex: 1;
            text-align: center;
        }
        .hh {
            text-align: center;
            font-size: 20px;
        }
        .img2 {
            width: 220px;
        }
        .img3 {
            width: 340px;
        }
        .head24 {
            margin-top: 20px;
        }
        .content {
            display: flex;
            width: 1000px;
    		margin: 0 auto;
            padding: 20px;
        }
        .column {
            flex: 1;
            padding: 10px 20px;
            font-size: 20px;
            color: #010a69;
        }
        .content2 {
            display: flex;
            width: 1000px;
    		margin: 0 auto;
            padding: 20px;
        }
        .column2 {
            flex: 50%;
            border-radius: 16px;
            border: 1px solid #faed2d;
            padding: 10px 20px;
            font-size: 20px;
            color: #010a69;
        }
        .column22 {
            height: 200px;
        }
        .footer {
            display: flex;
            padding: 20px;
            align-items: center;
        }
        .footer img {
            width: 50%;
            height: auto;
        }
        .footer-text {
            padding: 20px;
        }

        .button4 {
            display: block;
            width: 297px;
            height: 36px;
            margin: 30px auto;
            background: linear-gradient(to bottom, #1B164E 0%,#0223f5 100%);
            padding: 14px 12px 6px 12px;
            border-radius: 14px;
            border: 1px solid #D8A37C;
            font-size: 24px;
            text-align: center;
            color: #fff;
        }

        .button4:hover {
            background: linear-gradient(to bottom, #0223f5 0%,#1B164E 100%);
        }

        a {
            text-decoration: none;
            color: #FFFFFF;
        }

        a:hover {
            text-decoration: none;
            color: #D8A37C;
        }

        .video {
            position: relative;
            width: 500px;
            height: 281px;
            margin: 30px auto;
            background: #E5E5E521;
            border-radius: 16px;
            border: 1px solid #D8A37C;
            background-image: url('https://andreyonline.ru/meditation/image/prevideo2.png'); /* Задний фон - превью */
            background-position: center;
            background-size: cover;
        }

        .video:hover {
            cursor: pointer; /* Изменение курсора для указания на кликабельность */
            background-image: url('https://andreyonline.ru/meditation/image/prevideo.png'); /* Задний фон - превью */
        }

        .ifram {
            width: 500px;
            height: 281px;
        }

        .galerey {
            width: 500px;
            margin: 30px auto;
        }

    








  @media (max-width: 767px) {
    
        .header img {
            width: 100%;
            height: 160px;
            object-fit: cover;
        }
        .header h1 {
            font-family: 'CustomFont';
            width: 300px;
            height: 170px;
    		margin: -160px auto 0px;
            font-size: 60px;
            color: #f4de02;
        }
        .head2 {
            display: block;
            width: 100%;
    		margin: 0 auto;
        }
        .head21 {
            text-align: center;
        }
        .img1 {
            width: 50px;
        }
        .head22 {
    		margin: 20px;
            font-size: 12px;
            text-align: center;
            color: #010a69;
        }
        .head23 {
            flex: 1;
            text-align: center;
        }
        .hh {
            text-align: center;
        }
        .img2 {
            width: 70px;
        }
        .img3 {
            width: 280px;
    		margin: 0 auto;
        }
        .head24 {
            width: 280px;
    		margin: 20px auto;
        }
        .content {
            display: block;
            width: 100%;
    		margin: 0 auto;
            padding: 0px;
        }
        .column {
            display: block;
            font-size: 20px;
            color: #010a69;
            padding: 10px 10px;
        }
        .content2 {
            display: block;
            width: 100%;
    		margin: 0 auto;
            padding: 0px;
        }
        .column2 {
            border-radius: 10px;
            border: 1px solid #faed2d;
            padding: 10px 20px;
            font-size: 20px;
            color: #010a69;
        }
        .column22 {
            height: auto;
        }
        .footer {
            display: block;
            padding: 20px;
            align-items: center;
        }
        .footer img {
            width: 50%;
            height: auto;
        }
        .footer-text {
            padding: 20px;
        }

        .button4 {
            width: 260px;
            height: 32px;
            margin: 10px auto;
            background: linear-gradient(to bottom, #1B164E 0%,#0223f5 100%);
            padding: 14px 12px 6px 12px;
            border-radius: 14px;
            border: 1px solid #D8A37C;
            font-size: 18px;
            text-align: center;
            color: #fff;
        }

        .button4:hover {
            background: linear-gradient(to bottom, #0223f5 0%,#1B164E 100%);
        }

        a {
            text-decoration: none;
            color: #FFFFFF;
        }

        a:hover {
            text-decoration: none;
            color: #D8A37C;
        }

        .video {
            position: relative;
            width: 280px;
            height: 181px;
            margin: 30px auto;
            background: #E5E5E521;
            border-radius: 16px;
            border: 1px solid #D8A37C;
            background-image: url('https://andreyonline.ru/meditation/image/prevideo2.png'); /* Задний фон - превью */
            background-position: center;
            background-size: cover;
        }

        .video:hover {
            cursor: pointer; /* Изменение курсора для указания на кликабельность */
            background-image: url('https://andreyonline.ru/meditation/image/prevideo.png'); /* Задний фон - превью */
        }

        .ifram {
            width: 280px;
            height: 181px;
        }
    
        .galerey {
            width: 300px;
            margin: 30px auto;
        }

 
 


    





    
    
    }
