html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1.4;
    font-family: "Raleway", sans-serif;
    background: #151111;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
img{
    display: block;
    width: 100%;
}
 

#cookie_messages {
    box-sizing: border-box;
    position: fixed;
    background: #000;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(190, 190, 190, 0.25);
    font-family: inherit;
    z-index: 999; 
    overflow: hidden;
    color: antiquewhite;
    max-width: 400px;
    width: 90%;
    box-sizing: border-box;
    left: 20px;
    bottom: 20px;
    opacity: 0;
    transition: all .3s linear;
    animation: open 3s linear forwards;
}
header{
    padding: 12px 0;
}
@keyframes open {
    0%{ 
        overflow: hidden;
        opacity: 0;
    }
    70%{ 
        overflow: hidden;
        opacity: 0;
    }
    100%{ 
        overflow: hidden;
        opacity: 1;
    }
}
 h1 span{
    color: rgb(183, 96, 2);
    text-transform: uppercase;
    text-shadow: 0 1px 1px #000000;
 }
#cookie_messages .btn-wrap {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin: 0 -5px 0 -5px;
    flex-wrap: wrap;
}
.content_wrap p{
    font-size: 14px;
    line-height: 1.4;
}
.first_box{
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: #00000063;
}
h1{
    text-align: center;
}
.bott_block{
     position: relative;
     text-align: center;
    background: #00000093;
    min-height: 70vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
section{
    padding: 80px 0;
    box-sizing: border-box;
}
.first_box::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(./w_img/m1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
 .bott_block::before{
      content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(./w_img/form.jpg) no-repeat;
    background-size: cover;
    background-position: center;
 }
.first_box_us::before{
    background: url(./w_img/us.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.first_box_contact::before{
    background: url(./w_img/m2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.first_box_faq::before{
    background: url(./w_img/us.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.trust_block{
    background: #1e1e1e;
}
.why_us_block{
    background: #4141417e;
}
.first_box_cour::before{
    background: url(./w_img/cc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
#cookie_messages  button { 
    padding: 0 7px;
    margin: 0 5px 10px 5px;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 130px;
    color: #fff;
    line-height: 36px;
    border: none;  
    font-size: 14px;
    transition: box-shadow 0.3s;
}
.first_box_contact>div{
    max-width: 1000px !important;
    text-align: left !important;
}
.list_item li{
    margin: 10px 0;
    color: antiquewhite;
}
.first_box_contact{
    background: #00000093;
}
p{
    color: rgba(240, 248, 255, 0.713);
}
#cookie_messages button {
    outline: 0;
    border: none; 
    background: rgb(156, 95, 3);
}
#cookie_messages a{
    color: rgb(2, 183, 183);
}

#cookie_messages  button:hover {
    transition:
        box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
        transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    transform: translate3d(0, -1px, 0);
}
.course_items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative;
}
.course_items b{
    color: #ffffff;
}
.course_item{
    padding: 20px;
    background: #2a2929;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 1px 10px #128680;
    padding-bottom: 60px;
}
.course_items a{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.course_items img{
    border-radius: 30px; 
}
.course_items h3{
margin: 10px 0;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
}
.grid_cokkies{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
}
.price{
    font-size: 1.2rem;
}
h2 {
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 30px;
    color: rgb(183, 99, 2);
    text-transform: uppercase;
    position: relative;
} 
h2::after {
    content: "";
    display: block;
    width: 60px; 
    height: 4px; 
    background: linear-gradient(90deg, rgb(183, 99, 2), rgb(255, 200, 0));
    border-radius: 2px;
    margin-top: 8px;
    transition: all 0.3s ease;
}
 
h2:hover::after {
    width: 100px;
    background: linear-gradient(90deg, rgb(255, 150, 50), rgb(255, 220, 120));
}

.us_cont{
    background: #1e2733;
}
.us_cont h3{
    text-align: center;
}
.grid_im{
    height: 100%;
    border-radius: 30px;
    border: 5px solid #000;
    overflow: hidden; 
    border: 2px solid #128680;
}
.grid_im img{
    max-width: 1200px;
    max-height: 1200px;
    transition: all .3s linear;
    height: 100%;
    transition: all .3s linear;
    object-fit: cover;
    object-position: center;
}
.grid_im:hover img{
    transform: scale(1.2);
}
#cookie_messages .btn-secondary{
    background: #414141;
}
b{
    font-weight: 700;
}
.coutse_ab{
    box-shadow: inset 1px 10px 60px #3c3668;
}
.list_4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 0 30px;
}
.list_4 li{
    background: #ab7446;
    padding: 20px;
    font-style: italic;
    border-radius: 10px;
    box-shadow: 0 1px 10px #128680;
}
.max_width{
    max-width: 1000px;
}
.action_cont{
    color: #ab7446;
    text-transform: uppercase;
}
.coutse_ab ul{
    grid-template-columns: 1fr 1fr;
}
.gri_2 img{
    width: 50px;
    margin: 0 auto;
}
.gri_2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.gri_2 li{
    background: #999;
    padding: 12px;
    font-size: 14px;
    font-style: italic;
    border-radius: 20px; 
}
.ab_cours_more{
    background: #272f3a;
}
h3{
    font-size: 20px;
    color: antiquewhite;
    margin: 0 0 30px;
}
.list_item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
}

.list_item li {
    background: #1e1e1e; /* темный фон для каждого пункта */
    border-left: 4px solid rgb(183, 99, 2); /* акцентная линия */
    padding: 15px 20px;
    border-radius: 10px;
    color: #f5f5f5;
    font-size: 16px;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}

/* Иконка */
.list_item li::before {
    content: "📌";
    font-size: 20px;
    margin-top: 2px;
}

/* Жирный текст внутри */
.list_item li b {
    color: rgb(183, 99, 2);
    font-weight: 700;
}

/* Hover эффект */
.list_item li:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.button_style{
    padding: 15px 30px;
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
    background: rgb(0,0,0);
    background: linear-gradient(145deg, rgb(8, 75, 157) 0%, rgba(129, 40, 5, 0.845) 47%, rgb(2, 60, 91) 72%, rgba(0,0,0,1) 91%);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s linear;
    display: block;
    border: 1px solid #fff;
    border-radius: 50px;
    text-align: center;
}
.button_style:hover{
  background: rgba(4, 159, 167, 0.845);
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
}

.popup_content {
    background: #1e1e1e;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 400px;
    text-align: center;
    position: relative;
}

.close_popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
}
.ab_cours{
    background: #000;
}
.list_4 b{
    display: block;
    text-align: center;
    font-size: 22px;
    margin: 0 0 10px;
    font-style: normal;
}
.grid_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6%;
}
/* BURGER */

.burger{
    width: 30px;
    height: 25px; 
    position: relative;
    cursor: pointer;
    display: none;
  }
  .burger span{
    background-color:#414141;
    position: absolute;
    border-radius: 2px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    width:100%;
    height: 4px;
    transition-duration: 500ms
  }
  .burger span:nth-child(1){
    top:0px;
    left: 0px;
  }
  .burger span:nth-child(2){
    top:10px;
    left: 0px;
    opacity:1;
  }
  .burger span:nth-child(3){
    bottom:0px;
    left: 0px;
  }
  .burger:not(.open):hover span:nth-child(1){
    transform: rotate(-3deg) scaleY(1.1);
  }
  .burger:not(.open):hover span:nth-child(2){
    transform: rotate(3deg) scaleY(1.1);
  }
  .burger:not(.open):hover span:nth-child(3){
    transform: rotate(-4deg) scaleY(1.1);
  }
  .burger.open span:nth-child(1){
    transform: rotate(45deg);
    top: 13px;
  }
  .burger.open span:nth-child(2){
    opacity:0;
  }
  .burger.open span:nth-child(3){
    transform: rotate(-45deg);
    top: 13px;
  }


  .logo{
    max-width: 100px;
    display: block;
}
.header_navigate ul, .footer_li ul{
    display: flex;
    gap: 30px;
}
.footer_li ul{
    justify-content: center;
    margin: 0 0 30px;
}
.header_navigate a, .footer_li a{
    color: #989898;
    font-weight: 600;
    transition: all .3s linear;
}
.header_navigate a:hover, .footer_li a:hover{
    color: rgb(2, 183, 183);
}
.header_nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}
header{
    position: relative;
}
.faq-item {
    border-bottom: 1px solid #333;
}
.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 15px; 
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-answer {
    display: none;
    padding: 15px;
    font-size: 16px;
    color: #ccc;
    background-color: #252525;
    border-left: 3px solid #4caf50;
    border-radius: 0 0 10px 10px;
}
.faq_contain{
    max-width: 700px;
    margin: 0 auto;
}
.faq-question::after {
    content: "▼";
    font-size: 14px;
    transition: transform 0.3s ease;
}
.faq-question.active::after {
    transform: rotate(180deg);
}
h1{
    font-size: 52px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 30px;
}
.first_box>div{
    max-width: 1000px; 
}
p{
    line-height: 1.6;
    margin: 0 0 20px;
}
 .ram{
    padding: 20px;
    margin: 0;
    color: rgb(251, 248, 244);
    background: #000000c0;
    font-size: 1.1rem;
    font-style: italic;
    border-radius: 14px;
    box-shadow: 0 10px 20px #ccc;
 }
 

 
.container {
    padding: 0 20px;
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
 


 
/* .footer_items{
    display: flex;
    gap: 50px;
    justify-content: center;
    padding: 30px 0;
} */
.footer_dop_items a{
    transition: all .3s linear;
    color: #b7b2b2;
    display: inline-block;
    margin: 0 0 10px;
}
.footer_dop_items a:hover{
    color: rgb(2, 183, 183);
}
#footer_container{
    background: #000;
    padding: 30px 0 10px;
}
.footer_items p{
    font-size: 13px;
    margin:30px 0 0;
    text-align: center;
    padding: 10px 0 0; 
    border-top: 1px solid #414141;
}
@media screen and (max-width: 767px) {
    .footer_items{
        flex-direction: column;
        justify-content: start;
        gap: 10px;
        font-size: 14px;
        padding: 20px 0;
    }
    .footer_items p{
        text-align: left;
    }
}

/* DOP DOG */
.wrapper_doc p, .wrapper_doc li{
    font-size:16px;
    color: rgba(240, 248, 255, 0.676);
    margin: 0 0 20px;
    font-weight: 300;
    line-height: 1.4;
}
.wrapper_doc li{
    margin: 0 0 20px;
}
.wrapper_doc h3{
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 20px;
}
.wrapper_doc  ul{
    list-style: numbers;
}
.wrapper_doc  ol{
    list-style: lower-alpha;
}
.wrapper_doc{
    padding: 50px 0 100px;
}
.wrapper_doc li{
    margin: 0 0 10px;
    margin-left: 20px;
}
.wrapper_doc h2{
    font-size: 26px;
    text-align: center;
    margin: 0 0 30px;
}


/* /FORM */
.flag {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('./flags/flags.png') no-repeat;
    vertical-align: middle;
    background-position: 32px 32px;
  }
  .form_box{
    max-width: 390px;
    padding: 20px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
  } 
  .form_box input{
    padding: 16px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: none;
    outline: 1px solid #999;
    border-radius: 40px;
    margin: 0 0 10px;
  }
  .form_box button{
    max-width: 100% !important;
  }
  .flex_foot{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .flex_foot .contact{
    max-width: 500px;
    text-align: right;
  }
  .contact h3{
    margin: 0 0 10px;
  }
  .contact li{
    color: #989898;
    margin: 6px 0;
  }
  .contact a{
    color: #fff;
    transition: all .3s linear;

  }
  .contact a:hover{
    color: rgb(2, 183, 183);
  }
  .iti{
    width: 100%;
    margin: 0 0 10px;
  }
  .form_box input:focus, .form_box input:active{
    outline-color: aqua;
  }
  .submit_btn{
    display: block;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    font-size: 20px;
    cursor: pointer;
  }
  @media screen and (max-width: 992px) {
    .burger{
        display: inline-block;
        z-index: 200;
    }
    .header_navigate ul{
        flex-direction: column;
        padding:100px 30px 40px;
    }
    .header_navigate{
        position: absolute;
        top: 0;
        right: 0;
        background: #000000; 
        max-width: 0px;
        z-index: 150;
        overflow: hidden;
        transition: all .4s linear;
    }
    .header_navigate.show{
        max-width: 400px;
        width: 100%;
    }
    #cookie_messages.light{
        box-sizing: border-box;
        right: 10px;
        bottom: 10px;
        width: 95%;
    }
    .list_4{
        grid-template-columns: repeat(2, 1fr);
    }
    .grid_box{
        gap:20px;
    }
    .course_items{
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    h1{
        font-size: 28px;
    }
    .ram{
        padding: 30px 10px;
    }
    .grid_box{
        display: flex;
        flex-direction: column;
    }
    .grid_im{
        max-width: 400px;
        margin: 0 auto;
        order: 1;
    }
    .flex_foot{
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 30px;
    }
    .flex_foot .contact{
        text-align: left;
    }
}
@media screen and (max-width: 500px) {
    .list_4, .gri_2{
        grid-template-columns: 1fr;
    }
    .footer_li ul{
        flex-wrap: wrap;
    }
    h2{
        font-size: 24px;
    }
    section{
        padding: 60px 0;
    }
    
}