#prod,#contacts{height: 5px;}
.dropdown-item2{   
    display: block;
    margin-top: 12px;
    text-align: center;
    text-decoration: none;
    padding: 12px;
    color: #5d54e8;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 1%;
    border: 1px solid #5d54e8;
    font-size: 17px;
}



/*МЕНЮ*/
#lastmenu{   
display: block;
    margin-top: 12px;
    text-align: center;
    text-decoration: none;
    padding: 12px;
    margin: 1%;
    border: 1px solid #5d54e8;
    font-size: 17px;
    background-color: #6848ef;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.fixx{   position: fixed;    top: 0px;    width: 100%;    background: #ffffff;    border-bottom: 1px solid #d5d2d2;     box-shadow: -1px 14px 24px -11px rgb(36 40 43 / 30%);}
.fixx2{background: #5d54e8;}

.fixx320{color: #fff;    text-align: center;    padding-top: 10px;}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #5d54e8;
    padding: 1rem 2rem;
    max-width: 960px;
    margin: 0 auto;
    }

    .logo { color: #fff; font-size: 1.25rem; font-weight: bold; }

    .nav-menu {
      display: flex;
      list-style: none;
      gap: 2rem;
    }

    .nav-link {
      color: #fff;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.2s;
    }
    .nav-link:hover { color: #ffca28; }

    /* Индикатор раскрытия */
    .dropdown-indicator {
      margin-left: 6px;
      font-size: 0.8em;
      color: rgba(255,255,255,0.7);
      transition: transform 0.3s ease;
    }

    /* Подменю */
    .dropdown { position: relative; }

    @media (min-width: 769px) {
      .dropdown:hover .dropdown-menu { display: block; }
      .dropdown:hover .dropdown-indicator { transform: rotate(180deg); }
    }

    .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      background: #444;
      min-width: 200px;
      list-style: none;
      display: none;
      padding: 0.5rem 0;
      border-radius: 4px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    }

    .dropdown-item {
      padding: 0.75rem 1rem;
      color: #fff;
      text-decoration: none;
      display: block;
    }
    .dropdown-item:hover { background: #555; }

    /* Кнопка гамбургера */
    .hamburger {
      display: none;
      flex-direction: column;
      cursor: pointer;
      gap: 5px;
    }
    .bar { height: 3px; width: 25px; background-color: #fff; border-radius: 2px; }

    /* Адаптив: мобильные */
    @media (max-width: 768px) {
      .navbar { flex-direction: column; align-items: flex-start; }
      .hamburger { display: flex; margin-bottom: 0rem; }
      .nav-menu {
        flex-direction: column;
        width: 100%;
        display: none;
        gap: 0;
      }
      .nav-menu.active { display: flex; }
      .nav-menu li { width: 100%; border-bottom: 1px solid #ffffff;           padding: 15px;      font-size: 17px;}

      .dropdown-menu {
        position: static;
        box-shadow: none;
        border-left: 3px solid #ffca28;
        display: none; /* скрыто по умолчанию */
      }
      .dropdown.active .dropdown-menu { display: block; }
      .dropdown-indicator { display: inline-block; }
    }
    
    
    
    
    
    
    



h2{    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    margin-top: 60px;}
.challange_area.p_45{    padding-top: 50px;}
.telwats{border: 1px solid #ddd;
    padding: 8px;
    border-radius: 6px;
    width: 100%;}
.portfbutton23{        text-decoration: underline;
    padding-right: 10px;
    /* display: block; */
    /* margin-top: 12px; */
    /* padding: 10px; */
    /* background-color: #d3d3a7; */
    /* color: #d9534f; */
    text-align: center;
    text-decoration: none;
    /* border-radius: 4px; */
    /* font-weight: 600; */
    background-color: #ffffff;
    padding: 12px 13px;
    color: #5d54e5;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid #5d54e5;}
.why{    padding-bottom: 20px;}


body{color: #595757;font-family: Arial, Helvetica, sans-serif;    min-width: 320px;    margin: 0px;}
.cls{clear:both;}
h1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    margin-top: 60px;
}

h3{
    padding: 10px;
  font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-block-start: 2em;
    margin-block-end: .5em;  
}

.banner{
        background-color: #a68448;
        border-radius: 20px;
    background-image: url(/img/ban1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
background-position: top center;
    width: 96%;
    padding: 2%;
}
.fs-4 {
    font-size: 2.6rem !important;
    line-height: 3rem;
    font-weight: 900;
    color:#fff;
}
.display-1 {
font-weight: 900;
    line-height: 6vw;
    color: #fff;
    font-size: 5vw;
    margin: 0px;
}
.rounded-4 {    border-radius: 40px;}
.bg-black {        background-color: #a734bf;}
.text-uppercase {
        max-width: 660px;
 
    /* text-transform: uppercase !important; */
    color: #fff;
    text-align: center;
    /* width: 100%; */
    padding: 15px;
    font-size: 17px;
}
.row {   /* display: flex;*/}
.col-md-3 {         width: 30%;    padding-left: 1%;}
.gap-4 {    gap: .5rem !important;}
.align-items-center {    align-items: center !important;}
.d-flex {    display: flex !important;}
.display-2, .display-3, .display-4, .display-5 {    font-weight: 700;}
.text-light {    color: #fff;}
.display-2 {        font-size: 4.5rem;    margin: 10px;    }
.text-light-emphasis {    color: #fff;}
.py-5 {    padding-top: 3rem !important;    padding-bottom: 3rem !important;    padding-left: 3rem;}
.my-5 {    margin-top: 3rem !important;    margin-bottom: 3rem !important;}
.container{padding: 10px;}
.container2{    height: 36px;    background-color:#0a438b;}
.ms_p_item.wd_33 > img { 
        width: 98%;border-radius: 30px;
    padding: 1%;
    /*max-width: 98%;*/
        max-width: 960px;
    min-width: 300px;}
.ms_p_item.wd_33{    text-align: center;}
.challange_area.p_100{}
.antmarginmain33 {

    margin: 80px auto;
    max-width: 900px;
   /* border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);*/
    padding: 8px;
    border-radius: 6px;
    width: 100%;
}
.antmargin{ 
        text-align: center;
        padding-top: 10px;
float: left;
    width: 50%;

}
.antmargin img {
    max-width: 360px;
    width: 100%;
    /* border-radius: 1000px; */
    width: 100%;
    height: auto;
       border-radius: 219px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.l_title{     float: left;    width: 50%;}
.pmy{   
    max-width: 94%;padding: 20px 20px;
    background-color: #f9f9f9;
    max-width: 900px;
       margin: 10px auto;
}
.portfbutton2 {
    display: block;
    /* padding: 15px; */
    /* border: 1px solid #5b73d5; */
    /* max-width: 300px; */
    text-align: center;
    text-decoration: none;
    /* border-radius: 4px; */
    color: #595757;
    /* background-color: #007bff; */
    /* background-color: #a734bf; */
    /* background-color: #accbfc; */
    margin: 10px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.tw2{display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1%; margin-bottom: 40px;}

.portfbutton2:hover       { border: 1px solid #007bff; color: #007bff;}

.portfbutton22 {
display: block;
    padding: 10px;
    border: 1px solid #ffffff;
    max-width: 300px;
    margin: 3px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    color: #ffffff;
    float: left;
    background-color: #a734bf;
}

    
@media (max-width: 900px){
         .telwats {
        width: 100%;
        margin-top: 1%;
    }
       .tw2{display:block;}
.row {    display: block;}
.antmargin {    width: 98%;}
.l_title {    width: 50%;}
}

@media (max-width: 560px){
    .antmarginmain33 {    width: 96%;}
    .nav-menu a {    max-width: 300px;}
    .my-5 {    margin-top: 10rem !important;}
    .py-5 {    padding-left: 1rem;}
      .banner{    background-image: url(/img/ban4.jpg);}
.display-1 {           line-height: 11vw;
        font-size: 8vw;}
.antmargin {    width: 100%;}
.l_title {    width: 100%;}
.portfbutton22 {    padding: 7px;}
h3 {  font-size: 2rem;    font-weight: 700;}
}


    :root {
      --primary: #252525;
      --accent: #d4a373; /* тёплый «упаковочный» оттенок */
      --bg-light: #f9f9f9;
      --text-dark: #1a1a1a;
      --text-gray: #555;
    }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: Arial, Helvetica, sans-serif; color: var(--text-dark); line-height: 1.5; }
    a { text-decoration: none; color: inherit; }
    ul { list-style: none; }

    .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

    /* Header */
    header {
      padding: 20px 0;
      border-bottom: 1px solid #eee;
    }
    .header-inner { display: flex; justify-content: space-between; align-items: center; }
    .logo { font-weight: 700; font-size: 24px; color: var(--primary); }
    .phone { font-size: 16px; color: var(--primary); }

    /* Hero */
    .hero {
      padding: 80px 0;
      text-align: center;
    }
    .hero h1 {
      font-size: 36px;
      margin-bottom: 16px;
      line-height: 1.2;
    }
    .hero p {
      font-size: 18px;
      color: var(--text-gray);
      max-width: 600px;
      margin: 0 auto 40px;
    }
    .btn {
      display: inline-block;
      background: var(--primary);
      color: #fff;
      padding: 16px 32px;
      font-weight: 600;
      border-radius: 4px;
      transition: background 0.3s;
    }
    .btn:hover { background: #000; }

    /* Services grid */
    .services { padding: 80px 0; background: var(--bg-light); }
    .section-title { text-align: center; font-size: 28px; margin-bottom: 40px;    margin-top: 40px; }
    .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 30px;
    }
    .service-card {
      background: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.04);
      text-align: center;
    }
    .service-icon {
      width: 64px;
      height: 64px;
          background: #5d54e8;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      margin: 0 auto 20px;
    }
    .service-card h3 { margin-bottom: 10px; }

    /* Why choose */
    .benefits-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }
    .benefit-item {
      padding: 20px;
      border: 1px solid #eee;
      border-radius: 8px;
    }
    .benefit-item h4 { color: var(--primary); margin-bottom: 8px; }

    /* CTA block */
    .cta {
     padding: 30px 0;
    background: #0c58a9;
    color: #fff;
    text-align: center;
    }
    .cta h2 { margin-bottom: 16px; }
    .cta p { opacity: 0.9; margin-bottom: 32px; }

    /* Footer */
    footer {
      padding: 40px 0;
      border-top: 1px solid #eee;
      text-align: center;
      color: var(--text-gray);
      font-size: 14px;
    }

    /* Mobile */
    @media (max-width: 768px) {
     .dropdown-item2 {    width: 98%;}
      .hero h1 { font-size: 28px; }
      .header-inner { flex-direction: column; gap: 15px; }
      h1,h2,.section-title{font-size: 20px;}
    }
    
        @media (max-width: 360px) {
            .antmargin img {    width: 94%;}
.portfbutton23{display: block;}
    }