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;
}
 
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%;
}
header{
    padding: 10px 0;
    background: #fff;
}
footer{
    padding: 26px 0 8px;
    background: #cdf1db;
}
main>section{
    padding: 80px 0;
}
body {
    line-height: 1.3;
    background: linear-gradient(32deg, rgba(233, 255, 210, 0.237) 19%, rgb(8 182 51 / 2%) 80%, rgba(6, 61, 89, 0.115) 94%);
    font-family: "Poppins", serif;
 
}
h1{
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #36e1fa;
    text-shadow: 0 1px 2px #000;
}
h2{
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
}
h3{
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 20px;
}
.f_box{
    position: relative;
    background: linear-gradient(32deg, rgba(15, 29, 0, 0.641) 19%, rgba(8,137,182,0.2945772058823529) 80%, rgba(6, 61, 89, 0.115) 94%);
    box-shadow: inset 1px 10px 40px #000;
    min-height: 70vh;
}
.f_box::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(./w_imges/fon.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.end_block{
    position: relative;
    background: linear-gradient(32deg, rgba(15, 29, 0, 0.641) 19%, rgba(8,137,182,0.2945772058823529) 80%, rgba(6, 61, 89, 0.115) 94%);
    box-shadow: inset 1px 10px 40px #000;
}
.end_block::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(./w_imges/fff.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.f_box2::before{
    background: url(./w_imges/fff4.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.f_box3::before{
    background: url(./w_imges/fff.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.f_box4::before{
    background: url(./w_imges/el.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.f_box5::before{
    background: url(./w_imges/5.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.end_block .ram_box{
    margin: 0 auto;
}
.end_block h2{
    color: antiquewhite;
}
.end_block h3{
    color: #fff;
    text-align: center;
}
.grid_sec{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.list_disc li{
    margin: 10px 0;
}
.grid_img{
    height: 100%;
    box-shadow:  1px 10px 40px #919191;
    border-radius: 10px;
    overflow: hidden;
}
.grid_img img{
    max-width: 2000px;
    max-height: 2000px;
    height: 100%;
    
    object-fit: cover;
    object-position: center;
}
b{
    font-weight: 800;
}
.th_contain{
    background: #fff;
}
.list_3{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.list_3 li span{
    font-weight: 800;
    text-transform: uppercase;
    display: block;
}
.list_3 li{
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(32deg, rgba(15, 29, 0, 0.227) 19%, rgba(8,137,182,0.2945772058823529) 80%, rgba(6, 61, 89, 0.115) 94%);
    box-shadow:  1px 10px 40px #5f905663;
}
.list_3_3 li{
    width: 30%;
}
.list_3_3 {
    gap: 20px;
    margin-bottom: 30px;
}
.faq_box h4{
    text-transform: uppercase;
    font-weight: 700;
}
.faq_box p{
    font-size: 14px;
    font-style: italic;
}
.grid_sec {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    
}

.course_card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.course_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.course_card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.course_card p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1.5rem;
}

.course_card .btn-primary {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.course_card .btn-primary:hover {
    background-color: #2980b9;
}
.grid_cont{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.sec_contain{
    text-align: center;
}
.sec_contain p{
    max-width: 800px;
    margin: 0 auto 20px;
}
.list2 li{
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(32deg, rgba(15, 29, 0, 0.641) 19%, rgba(8,137,182,0.2945772058823529) 80%, rgba(6, 61, 89, 0.115) 94%);
    box-shadow: inset 1px 10px 40px #5e5e5e;
}
.list2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.list2 b{
    text-transform: uppercase;
    display: block;
}
p{
    line-height: 1.6;
    margin: 0 0 20px;
}
.ram_box{
    max-width: 800px;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
    background: #00050ab9;
    border-radius: 10px;
}
 .ram_box p{
    color: #e5e5e5;
 }
 
.cookie_contain .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;
}
.cookie_contain  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;
}
html{
    scroll-behavior: smooth;
}
.cookie_contain button {
    outline: 0;
    border: none; 
    background: #024410;
}
.list_3_2 li{
    width: 45%;
}
.cookie_contain {
    box-sizing: border-box;
    position: fixed;
    padding: 18px;
    border-radius: 5px;
    box-sizing: border-box;
    right: 20px;
    bottom: 20px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    font-family: inherit;
    z-index: 999; 
    overflow: hidden;
    max-width: 550px;
    width: 90%;
    background: #fff;
    opacity: 0;
    transition: all .3s linear;
    animation: open 3s linear forwards;
}
@keyframes open {
    0%{ 
        overflow: hidden;
        opacity: 0;
    }
    70%{ 
        overflow: hidden;
        opacity: 0;
    }
    100%{ 
        overflow: hidden;
        opacity: 1;
    }
}
.cookie_contain a{
    color: darkorange;
}

.cookie_contain  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 rgba(38, 38, 38, 0.3);
    transform: translate3d(0, -1px, 0);
}
.grid_cokkies{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
}
.cookie_contain .btn-secondary{
    background: #414141;
}
/* items_burger */

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


  .logo{
    max-width: 160px;
    display: block;
}
.header_links ul{
    display: flex;
    gap: 30px;
}
.header_links a{
    color: #031c32;
    font-weight: 600;
}
.header_nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}
header{
    position: relative;
}
@media screen and (max-width: 992px) {
    .items_burger{
        display: inline-block;
        z-index: 200;
    }
    .header_links ul{
        flex-direction: column;
        padding:100px 30px 40px;
    }
    .header_links{
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        border: 1px solid #999;
        max-width: 0px;
        z-index: 150;
        overflow: hidden;
        transition: all .4s linear;
    }
    .header_links.show{
        max-width: 400px;
        width: 100%;
    }
    .cookie_contain.light{
        box-sizing: border-box;
        right: 10px;
        bottom: 10px;
        width: 95%;
    }
}
.us_contact {
    padding: 30px;
    box-shadow: none;
}
.us_text{
    padding: 30px;
    height: 100%;
    box-shadow: 1px 10px 40px #919191;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.container {
    padding: 0 20px;
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
 


 
.footer_docs{
    display: flex;
    gap: 40px;
    justify-content: center;
    padding: 30px 0 10px;
}
.footer_docs a{
    font-size: 13px;
    transition: all .3s linear;
    color: #414141;
}
.footer_items p{
    font-size: 13px;
    margin: 0;
    text-align: center;
    padding: 10px 0 0;
    margin: 0;
    border-top: 1px solid #ededed48;
}
@media screen and (max-width: 767px) {
    .footer_docs{
        flex-direction: column;
        justify-content: start;
        gap: 10px;
        font-size: 14px;
        padding: 20px 0;
    }
    .footer_items p{
        text-align: left;
    }
}

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

 
  .form_item{
    max-width: 370px;
    padding: 20px 0 0;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
  } 
  .form_item textarea, .form_item input{
    padding: 16px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: none;
    outline: 1px solid #999;
    border-radius: 20px;
    margin: 0 0 10px;
  }
  .form_item input:focus, .form_item input:active{
    outline-color: rgba(0, 255, 132, 0.307);
  }
  .iti{
    width: 100%;
    margin: 0 0 10px;
  }
 .footer_centr{
    max-width: 900px;
    margin: 0 auto 10px; 
    display: grid;
    grid-template-columns: 1fr 1fr ;
    gap: 30px;
    align-items: center;
 }
 .footer_centr .logo{
    margin: 0 auto 10px;
 }
 .contact_box li{
    font-size: 14px;
    margin: 0 0 6px;
 }
 .contact_box a{
    font-weight: 700;
    color: #022044;
 }
 .footer_centr h3{
    margin: 0 0 10px;
 }
 .footer_centr p{
    font-size: 14px;
    font-style: italic;
 }
 .popup-content h3{
    padding: 0 20px;
 }
  .contact_btn{
    display: block;
    width: 100%;
    padding: 12px;
    font-weight: 600;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
    background: #024410;
    color: #fff;
    border: none;
    transition: all .3s linear;
    border-radius: 20px;
    box-shadow: inset 0 2px 10px #fff;
  }
  center .contact_btn{
    max-width: 250px;
  }
  .popup {
            display: none;
            position: fixed;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background-color: rgba(0,0,0,0.7);
            z-index: 9999;
        }
        .popup-content {
            background: white;
            padding: 20px;
            margin: 10% auto;
            width: 400px;
            border-radius: 8px;
            text-align: center;
        }
        .popup-content h3 {
            margin-top: 0;
        }
        .btn-primary {
            background-color: #007BFF;
            color: white;
            padding: 10px 20px;
            border: none;
            cursor: pointer;
            border-radius: 5px;
        }
        .btn-primary:hover {
            background-color: #0056b3;
        }
  .contact_btn:hover{
    background: green;
  }
  @media screen and (max-width: 767px) {
    .list_3_3 li{
        width: 100%;
    }
    .footer_centr{
        grid-template-columns: 1fr;
    }
    .grid_cont, .grid_sec{
        gap: 20px;
        display: flex;
        flex-direction: column;
    }
    .grid_img{
        order: 1;
    }
    .list_3_2 li{
        width: 100%;
    }
    .f_box{
        display: flex;
        align-items: center;
    }
  }