@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap');

  /*Обнуление*/ 
  *{ 
    padding: 0; 
    margin: 0; 
    border: 0; 
} 
*,*:before,*:after{ 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
} 
:focus,:active{outline: none;} 
a:focus,a:active{outline: none;} 
nav,footer,header,aside{display: block;} 
html,body{ 
    height: 100%; 
    width: 100%; 
    font-size: 100%; 
    line-height: 1.4; 
    font-size: 16px; 
    -ms-text-size-adjust: 100%; 
    -moz-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
     scroll-behavior: smooth !important; /* Ця властивість дозволяє браузеру виконувати плавний скрол */
    
  
} 
html, body {
  overflow-x: hidden; /* Запобігає горизонтальному скролу */
  overflow-y: auto; /* Дозволяє вертикальний скрол */
}
input,button,textarea{font-family:inherit;} 
input::-ms-clear{display: none;} 
button{cursor: pointer;} 
button::-moz-focus-inner {padding:0;border:0;} 
a, a:visited{text-decoration: none;} 
a:hover{text-decoration: none;} 
ol, ul {    padding: 0 20px;max-width: 700px;line-height: 1.5; margin: 0 0 10px;}
ul li{list-style: none;} 
li {    padding: 3px 0;}
img{vertical-align: top;} 
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;} 
p {
    line-height: 1.4;
    margin: 0 0 10px 0;
}

h4 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 20px 0 0;
}

html {
    scroll-behavior: smooth;
}

.container {
    margin: 0 auto;
    max-width: 700px;
    /* background: #f9f9f9; */
    padding: 0 20px;
}


        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Arial', sans-serif;
        }

        .navbar {
    padding: 15px 20px;
    width: 100%;
    top: 0;
    z-index: 1000;
    max-width: 700px;
    margin: 0 auto 40px;
    display: block;
    border-bottom: 1px solid #dddddd;
}   

        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .nav-logo {
            color: #000;
            font-size: 24px;
            font-weight: bold;
            text-decoration: none;
        }

        .nav-menu {
            display: flex;
            list-style: none !important;
        }

        .nav-menu li {
            margin-left: 30px;
           
        }

        .nav-menu li::marker {
    content: ''; /* Порожній контент для маркера */
    font-size: 0; /* Або ховаємо розмір */
}

a.nav-logo img {
    max-height: 45px;
    border-radius: 50%;
}

        .nav-menu a {
            color: #000;
            text-decoration: none;
            font-size: 16px;
            transition: color 0.3s ease;
        }

        .nav-menu a:hover {
            color: #00aaff;
        }

        .burger {
            display: none;
            flex-direction: column;
            cursor: pointer;
        }

        .burger div {
            width: 25px;
            height: 3px;
            background-color: #000;
            margin: 5px 0;
            transition: all 0.3s ease;
        }

        

header {
   padding: 0;
    text-align: center;
    margin: 0;
}

header img {
    margin: 0 auto 30px;
    display: block;
    width: 90%;
    max-width: 250px;
    border-radius: 8px;
}

header span {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.9px;
    background: #e9e9e9;
    padding: 5px 7px;
    border-radius: 7px;
}

h1 {
    font-size: 2.7em;
    font-weight: 900;
    width: fit-content;
    margin: 0 auto;
    text-transform: uppercase;
}

header p {
    text-align: left;
}

header h2 {
    font-size: 2.4em;
    font-weight: 700;
    margin: 20px 0;
}

header h2.coach {
    font-size:1.6em;
    font-weight: 700;
    margin: 20px 0;
}



h2 {
    font-size: 1.7em;
    font-weight: 800;
    line-height: 1.2;
    margin: 30px 0 10px;
}

.h2_center {
    text-align: center;
}

h3 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 10px;
}
.header_but_blok {
    margin: 40px 0 0 0;
}
.post_header {
    font-size: 1.6em;
}

.price {
    display: flex;
    justify-content: center;
    margin: 30px 0 20px;
}

.price_vn_blok {
    background: #ddffdf;
    width: fit-content;
    padding: 10px;
    border-radius: 8px;
    border: 2px dashed #317f35;
    margin: 0 10px;
}

span.header_prise_text {
    font-weight: 700;
}


.header_but_blok a {
    width: 100%;
}
a.header_but {
    width: 100%;
    max-width: 410px;
    height: 63px;
    text-align: center;
    background: #008D28;
    border-radius: 8px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 60px;
}

a.header_but:hover {
    background: #007421;
}

a.vidguk_but {
    background: #3d5b67;
    margin: -44px auto 0;
    height: fit-content;
    padding: 5px 18px;
    width: fit-content;
    font-size: 1.3em;
}

a.vidguk_but:hover {

    background: #283e47; 
}

a.vidguk_sertifikat {
    background: #f4d213;
    margin: 15px auto 0;
    height: fit-content;
    padding: 5px 18px;
    width: fit-content;
    font-size: 1.3em;
    color: #000;
}

a.vidguk_sertifikat:hover {

    background: #d8ba10; 
}

.free_sesion {
    background: #ebfff1;
    padding: 1px 20px 20px;
    border-radius: 8px;
    border: 2px solid #5cc960;
}
.two_but_blok a {
    width: 100%;
    max-width: 450px;
    height: 63px;
    text-align: center;
    background: #008D28;
    border-radius: 8px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.two_but_blok a:hover {
    background: #007421;
}

.two_but_blok_pidpus {
    text-align: center;
    line-height: 1.3;
    font-style: italic;
    margin: 30px 0 0;
    max-width: 615px;
}

.mi_conten_blok img {
    width: 90%;
    margin: 40px auto 0;
    display: block;
}


.mi_conten_blok {
    margin: 50px 0;
}

.green_content_blok {
    background: #c2ffd2;
    padding: 1px 30px 30px;
    border-radius: 8px;
}

.green_content_blok ul li {
    list-style: none !important;
}
.green_content_blok li b {
    background: #ff6a6a;
    padding: 2px 8px 4px 8px;
    border-radius: 8px;
    margin: 0 5px 0 0;
    color: #fff;
}
ul.list_problem {
    padding: 0;
}



ul.list_problem li {
    background: #ffdc71;
    margin: 10px 0;
    width: fit-content;
    padding: 6px 10px 6px;
    border-radius: 8px;
    list-style: none !important;
}

/* Кольорові підложки бекграунд фон */

.color_bg {
    padding: 20px 20px 10px;
    margin: 20px 0;
    border-radius: 8px;
}
.green_bg {
    background: #c2ffd2;
    
}
.red_bg {
    background: #ffdc71;
}

/* КІНЕЦЬ Кольорові підложки бекграунд фон */


p.decor_text {
    text-align: center;
    font-size: 1.4em;
    font-weight: 500;
    font-style: italic;
}


.mi_black_blok_vn {
    width: 100%;
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    background: aliceblue;
    padding: 30px 0;
}

.mi_black_blok_text {
    margin: 0 20px;
}


.pokupka_blok {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.pokupka_vn {
    max-width: 330px;
    width: 330px;
    text-align: center;
    padding: 20px 20px 25px;
    border-radius: 8px;
        margin: 0 10px;
}
.pokupka_bruk {
    background: #C6FFD6;
}
.pokupka_vn h2 {
    font-size: 1.4em;
}

.pokupka_pdf {
    background: #EBEBEB;
}
span.pokupka_cena {
    display: block;
    font-size: 1.6em;
    font-weight: 800;
    padding: 0 0 10px 0;
}
span.pokupka_dostavka {
    font-size: 0.8em;
    display: block;
}

.pokupka_bruk a.pokupka_link {
    background: #008D28;
}
.pokupka_pdf a.pokupka_link {
    background: #000;
}

a.pokupka_link {
    width: 100%;
    height: 53px;
    text-align: center;
    border-radius: 8px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0px 0;
}

.mi_footer_text {
    text-align: center;
    margin: 50px 20px;
}


.vidguk_bloks {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.one_vidguk {
    background: aliceblue;
    padding: 20px 30px 30px;
    border-radius: 8px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: inline-block;
    margin: 0 0 30px;
}

.vidguk_name {
    font-weight: 800;
}
.vidguk_email {
    font-size: 0.9em;
    margin: 0px 0 10px;
    color: #434343;
}

.vidguk_ocinka {
    background: #fff;
    font-size: 0.9em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 10px;
    margin: 0 0 10px;
    border-radius: 8px;
    border: 1px solid #bce0ff;
}

.hto_ya {
    border: 2px solid #4aa765;
    padding: 0 20px 20px;
    border-radius: 8px;
}

.hto_ya img {
    max-width: 130px;
    width: 100%;
    border-radius: 8px;
    margin: -50px 0 20px 20px;
    float: right;
    padding: 0;
}

.div_gradient {
    background: #ffffff;
background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(129 129 129) 50%, rgba(255, 255, 255, 1) 100%);
    display: block;
    height: 3px;
    margin: 50px 0;
}

li {
    list-style: outside !important;
}

.blok_green {
    background: #d3fff0;
    padding: 1px 30px 30px;
    border-radius: 15px;
        margin: 40px 0;
}

.blok_yelow {
    background: #f8ffe5;
    padding: 1px 30px 30px;
    border-radius: 15px;
        margin: 40px 0;
}

.blok_day {
    margin: 30px auto;
    max-width: 500px;
    border-left: 5px solid #6ddfb8;
    padding: 0 0 0 20px;
}

ul.problem_list {
    margin: 0;
    padding: 0;

}

ul.problem_list li {
    list-style: none !important;
    padding: 0 0;
    margin: 0 0 20px 30px;
    display: block;
}


ul.problem_list li:before {
    
    content: ''; /* Пустий вміст */
    display: inline-block;
    width: 24px; /* Задайте потрібну ширину */
    height: 24px; /* Задайте потрібну висоту */
    background-image: url('img/problem.png');
    background-size: contain; /* Масштабує зображення, щоб воно повністю помістилось */
    background-repeat: no-repeat;
        margin: -3px 0 0 -30px;
    padding: 0 30px 0 0;
    vertical-align: middle;
}



.blok_day h3:before {
    content: ''; /* Пустий вміст */
    display: inline-block;
    width: 24px; /* Задайте потрібну ширину */
    height: 24px; /* Задайте потрібну висоту */
    background-image: url('/Імпульс/img/check-mark.png');
    background-size: contain; /* Масштабує зображення, щоб воно повністю помістилось */
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle;
}


.scrin_all_kurs img {
    width: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 8px;
    margin: 0 0 10px;
}


.scrin_all_kurs h3 {
    margin: 30px 0 10px 0;
}


.garantia img {
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
    margin: 0 auto;
    display: block;
}


.putanna_vidpovivdi {
    background: #ececec91;
    padding: 1px 20px 20px;
    margin: 50px 0 0 0;
    display: block;
    border-radius: 8px;
}

.putanna_vidpovivdi h3 {
    margin: 20px 0 0 0;
}

.autor_text img {
    max-width: 200px;
    margin: 30px auto;
    display: block;
    border-radius: 500px;
}

.vartist_blok_text {
    border: 4px dotted #4CAF50;
    padding: 0 30px 10px;
    background: #eeffef;
    margin: 60px 0;
}
span.vartist_none {
    color: #a30000;
    text-decoration: line-through;
    font-size: 0.8em;
}
span.vartist_yes {
    color: green;
    font-size: 1.3em;
}

a.but_uchast {
    background: #008d0b;
    padding: 30px 50px;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
        max-width: 100%;
    color: #fff;
    border-radius: 8px;
    font-size: 1.7em;
    border: 3px solid #fff;
    font-weight: 700;
    text-align: center;
    line-height: normal;
}


a.na_vidguki {
    background: #2196F3;
    padding: 13px 30px;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: 250px;
    color: #fff;
    border-radius: 8px;
    font-size: 1.1em;
    border: 3px solid #fff;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    margin: 10px auto;
}








@media screen and (max-width: 768px) {
            .burger {
                display: flex;
            }

            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                position: absolute;
                top: 60px;
                left: 0;
                background-color: #fff;
                padding: 20px 0;
            }

            .nav-menu.active {
                display: flex;
            }

            .nav-menu li {
                margin: 10px 0;
                text-align: center;
                font-weight: 600;
            }

            .nav-menu a {
                font-size: 18px;
            }
           .video-container {
                max-width: 100%;
                height: 80vh; /* 80% висоти екрану для мобільних */
            }
        }


@media screen and  (max-width: 667px){
    /* Стилі для альбомної орієнтації */

h1 {
    font-size: 2.1em;
}
    header h2.coach {
    font-size: 1.3em;
    font-weight: 700;
    margin: 20px 0;
}

.green_content_blok ul {
    padding: 0;
}


p.decor_text {
    text-align: center;
    font-size: 1em;
}
.hto_ya img {
    max-width: 130px;
    width: 100%;
    border-radius: 8px;
    margin: 0 auto 20px;
    float: none;
    padding: 0;
}


.mi_black_blok_vn {
    width: fit-content;
    margin: 40px auto 0;
    display: flex;
    background: none;
    padding: 30px 0;
    flex-direction: column;
}

.pokupka_blok {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.pokupka_vn {
    margin: 20px 0;
}

.mi_black_blok_text {
    margin: 20px 20px;
}

h2 {
    text-align: center;
    font-size: 1.4em;
}

.vidguk_bloks {
    column-count: 1;
}



span.vartist_yes {
    color: green;
    font-size: 0.9em;
}

span.vartist_none {
    font-size: 0.6em;
}

a.but_uchast {
    padding: 20px 20px; }

}



@media screen and (max-width: 360px) {
    /* Спеціальні стилі для дуже малих екранів */
}


/* ДЛЯ ВІДЕ */

/* Контейнер для адаптивного відео */
        .video-container {
            position: relative;
            width: 100%;
            max-width: 800px; /* Максимальна ширина відео */
            margin: 30px auto 0; /* Центрування */
            padding-bottom: 56.25%; /* Пропорція 16:9 (9/16 = 0.5625) */
            height: 0;
            overflow: hidden;
        }

        /* Стилі для iframe */
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0; /* Прибираємо рамку */
        }

        /* Додаткові стилі для малих екранів */
        @media screen and (max-width: 600px) {
            .video-container {
                padding-bottom: 56.25%; /* Зберігаємо пропорцію */
            }
        }