body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: Poppins, sans-serif;
}

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

.container-fluid{
    padding: 0;
}

.scroll-hide {overflow: hidden; }
html {scroll-behavior: smooth;}

/*------------------------styles-------------------------*/

li{
    list-style: none;
    padding-left: 0;
}

ul{
    padding-left: 0;
    margin: 0;
    padding-left: 0;
}


a{
    text-decoration: none;
}

ol{
    padding-left: 0;
}

h1, h2, h3, h4{
    margin: 0;
    line-height: 1;
}

a{
    text-decoration: none;
}

/*----------------------fonts-------------------------*/

h1{
    text-align: center;
    font-size: 73px;
    font-style: normal;
    font-weight: 900;
    line-height: 97px;
    letter-spacing: 2.19px;
    text-transform: uppercase;
}

h2{
    color: #272727;
    font-size: 55px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

h3{
    color: #272727;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 108%;
    letter-spacing: 0.51px;
    text-transform: uppercase;
}

p{
    color: #5e5e5e;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; 
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-bottom: 0;
}

/*----------------------menu---------------------------*/

.nav-icon {
    display: none;
    margin: 0;
    width: 30px;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
    background-color: rgb(141, 141, 141);
    border-radius: 3px;
    content: "";
    display: block;
    height: 2px;
    margin: 8px 0;
    transition: all 0.3s ease-in-out;
}

.nav-icon.closed:before {
    transform: translateY(4px) translateX(-6px) rotate(130deg);
    width: 18px;
}

.nav-icon.closed:after {
    transform: translateY(-4px) translateX(-6px) rotate(-130deg);
    width: 18px;
}

.nav-menu li{
    list-style: none;
}

.nav-menu li a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #E7E7E7;
    padding: 0;
    text-transform: uppercase;
}

a.btn-head, .btn-content a{
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 0;
    text-transform: uppercase;
    padding: 15px 25px;
    background-color: #C32828;
}

.nav-menu li a:hover{
    color: #979797;
}

.nav-menu {
    display: flex;
    gap: 30px;
    margin: 0;
    align-items: center;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.header-nav-container{
    width: 100%;
    background-color: #0B0B0B;
    top: -150px;
    transition: top 1s;
    z-index: 10000;
}

.header-nav-container.fixed{
    position: fixed;
    width: 100%;
    background-color: #0B0B0B;
    top: 0;
}

/*---------------------hero-image-------------*/

  
.hero {
    position: relative;
    width: 100%;
    display: block;
    object-fit: cover; 
}
  
.pic-hero picture, .pic-hero img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 600px;
    display: block;
    object-fit: cover; 
}

  
.tittle-head {
    position: absolute;
    top: 250px; 
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    z-index: 1;
    text-align: center; 
}


.tittle-head h1{
    color: #E7E7E7;
    margin-bottom: 40px;
}

.tittle-head p{
    color: #E7E7E7;
    font-weight: 600;
    letter-spacing: 2px;
}
      


/*----------------------why-us----------------------*/

.item-privileges{
    padding: 40px;
    background: #FAFAFA;
    width: 376px;
    display: flex;
    gap: 25px;
}

.description-privileges p{
    color: #7D7D7D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-top: 10px;
}

.description-privileges{
    margin-top: 20px;
}

.general-privileges{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 20px;
    max-inline-size: 1200px;
    justify-content: center;
    width: 100%;
    top: -90px;
}


/*-----------------welcome--------------------------*/

.general-welcome-container{
    display: grid;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    grid-template-columns: 1fr 1fr;

}

.welcome{
    padding-bottom: 90px;
}

.btn-content{
    padding-top: 60px;
}

.pic-container {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;

}
  

/*-------------------why-us-------------------*/

.why-us{
    padding: 150px 0;
    position: relative;
    width: 100%;
    background: url('../image/bg_why_us.webp') no-repeat center top / cover;
}

.number span{
    color: #E5CDB1;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1.92px;
    text-transform: uppercase;
}

.item-us{
    display: flex;
    gap: 20px;
}

.text-why-us{
    margin-top: 20px;
}

.text-why-us h3, .text-why-us p{
    color: #ffffff;
}

.text-why-us h3{
    margin-bottom: 15px;
}

.description-why-us{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.general-us-container{
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
}


.container-pic-why-us{
    display: flex;
    position: relative;
}

.container-pic-why-us picture{
    display: flex;
    position: absolute;
    top: -120px;
    right: 0;
}

/*------------------------services----------------------*/

.services{
    background-color: #CD9B62;
    padding: 190px 0 90px 0;
}

.description-services h2, .description-services p{
    color: #ffffff;
}

.general-services-container{
    display: grid;
    gap: 50px;
    align-items: center;
    grid-template-columns: repeat(auto-fill, minmax(400px, 2fr));
}

.service-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 267px;
    height: 325px;
    padding: 40px 30px;
    background-color: #ffffff;
}

.services-item h3{
    text-align: center;
    line-height: 25px;
}


.services-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-inline-size: 1200px;
    gap: 20px;
    width: 100%;
}


/*FAQ*/


.faq-cont {
    align-items: center;
    padding: 90px 0;
    display: grid;
    grid-gap: 70px;
    grid-template-columns: 1fr 1fr;
}


.faq-content {
    margin: 0 auto;
  }
  
  .faq-question {
    padding: 35px 0;
    border-bottom: 1px dotted #ccc;
  }
  
  .panel-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.7px;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0 0 0 54px;
    display: block;
    cursor: pointer;
  }
  
  .panel-content {
    font-size: 12px;
    font-weight: 400;
    color: #7D7D7D;
    line-height: 28px;
    text-transform: uppercase;
    padding: 0px 14px;
    margin: 0 40px;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
  }
  
  .panel:checked ~ .panel-content{
    height: auto;
    opacity: 1;
    padding: 14px;
  }
  
  .plus {
    position: absolute;
    color: #AEAEAE;
    font-weight: 300;
    margin-left: 20px;
    margin-top: -4px;
    z-index: 5;
    font-size: 34px;
    line-height: 100%;
    -webkit-user-select: none;    
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  
  .panel:checked ~ .plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .panel {
    display: none;
}

/*---------------------customer-------------------*/

.customer{
    padding: 60px 0;
    background: #293942;
}

.pic-customer{
    width: 512px;
    height: 512px;
}

.general-customer{
    display: grid;
    gap: 160px;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.blog-thumb {
    width: 100%;
    overflow: hidden;
    box-sizing: inherit;
}

.pic-customer img{
    display: block;
    width: 512px;
    height: 512px;
    object-fit: cover;
}

.general-customer h2{
    color: #CD9B62;
    margin-bottom: 25px;
    font-weight: 900;
    line-height: 74px;
    letter-spacing: 1.98px;
    text-transform: uppercase;
}

.tittle-customer span{
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
}

/*----------------customer-reviews---------------*/

.customer-reviews{
    padding: 90px 0;
}

.customer-reviews h2{
    text-align: center;
}


.review{
    padding: 55px 40px;
    background: #FBF9F8;
    width: 376px;
}

.user{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.user span{
    color: #CD9B62;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

.general-block-reviews{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-inline-size: 1200px;
    width: 100%;
    justify-content: center;
}

/*--------------------support24---------------*/

.support24{
    padding: 90px 0;
    background: #43312C;
}

.support-tittle span{
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
}

.support-tittle h2{
    color: #FFF;
}

.support-descr p{
    color: #ffffff;
}

.general-support{
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
}

/*----------------------News--------------------------------*/

.news{
    padding: 80px 0;
}

.news h2{
    text-align: center;
}

.general-articles{
    width: 100%;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}


.content-articles{
    margin-top: 20px;
}

.content-articles p{
    margin-top: 10px;
}

.pic-article{
    width: 100%;
    overflow: hidden;
    box-sizing: inherit;
}


.pic-article picture .pic-article img{
    max-width: 100%;
    justify-content: center;
    display: flex;
    object-fit: cover;
    width: 376px;
    height: 270px;
    
}

.content-articles a h3{
    line-height: 28px;
}

.content-articles a h3:hover{
    color: #CD9B62;
}


/*----------------------footer--------------------------------*/

.footer{
    background: #293942;
    padding: 40px 0;
}

.block-ftr{
    display: flex;
    justify-content: center;
}

.copiright p{
    text-align: center;
    color: #AEAEAE;
    font-weight: 300;
    font-size: 11px;
    line-height: 23px;
    margin-top: 20px;
}

/*--------------------------- service areas ---------------------------*/
.miele-service-areas{ padding:70px 0 90px; }
.miele-service-areas h2{ text-align:center; }

/* Грид-контейнер без UL/LI */
.miele-service-areas .general-areas-container{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0,1fr)) !important;
  gap:30px !important;
}

/* Карточка — якорь целиком кликабелен */
.miele-service-areas .area-card{
  display:flex;
  flex-direction:column;
  text-decoration:none;
  color:inherit;
  padding:15px;
  background:#fff;
  box-shadow:0 0 57px rgba(0,0,0,.09);
}

/* Заголовок и ховер по заголовку */
.miele-service-areas .area-card h3{
  text-align:center;
  line-height:25px;
  margin:15px 0 10px;
  transition:color .2s ease;
}
.miele-service-areas .area-card:hover h3,
.miele-service-areas .area-card:focus-visible h3{
  color:#B8860B; /* gold */
}

/* Изображение, без «зума» */
.miele-service-areas .pic-area img{
  width:100%; height:300px; display:block; object-fit:cover;
  transform:none !important; transition:none !important;
}

/* адаптив */
@media (max-width:1024px){
  .miele-service-areas .general-areas-container{
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
  }
}
@media (max-width:768px){
  .miele-service-areas .general-areas-container{
    grid-template-columns:1fr !important;
    gap:30px !important;
  }
}

/*----------------------About us-------------------*/


.about {
    position: relative;
    width: 100%;
    display: block;
    object-fit: cover; 
}
  
.pic-about picture, .pic-about img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover; 
}

  
.tittle-head-about{
    position: absolute;
    top: 120px; 
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    z-index: 1;
    text-align: center; 
}

.tittle-head-about h1{
    color: #ffffff;
}


/*-----------------------Content Page--------------------------*/


.content picture{
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    box-sizing: inherit;
    display: flex;
    height: 400px;
    object-fit: cover;
    
}


.content{
    padding: 80px 0;
}

.content h1{
    text-align: left;
    margin-bottom: 30px;
    line-height: 1;
}

.content h2 {
    font-style: normal;
    margin-bottom: 40px;
}


.content p{
    margin-top: 20px;
    color: #414141;
}


.content table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
}
  
.content table td,
.content table th {
    padding: 20px 25px;
    border: 1px solid #c9b6a4;
    font-size: 14px;
    text-transform: uppercase;
}
  
.content table th {
    background-color: #43312C;
    color: #ffffff;
}
  
.content table tbody tr:nth-child(even) {
    background-color: #e3c8a9;
}

@media (max-width: 500px) {
    .content thead {
      display: none;
    }
  
    .content table,
    .content table tbody,
    .content table tr,
    .content table td {
      display: block;
      width: 100%;
    }
    .content table tr {
      margin-bottom: 15px;
    }
    .content table td {
      padding-left: 50%;
      text-align: left;
      position: relative;
    }
    .content table td::before {
      content: attr(data-label);
      position: absolute;
      left: 0;
      width: 50%;
      padding-left: 15px;
      font-size: 15px;
      font-weight: bold;
      text-align: left;
    }
}

.content p:nth-child(1){
    margin-top: 0;
}

.content li{
    border-bottom: 1px dashed rgb(221, 221, 221);
    padding: 16px 0 16px 0; 
}

.content ul li a{
    color: #CD9B62;
    font-weight: 800;
    text-transform: uppercase;
}

.content ul li::before {
    content: '\f00c';
    font-weight: 900;
    font-family: 'FontAwesome';
    color: #CD9B62;
    margin-right: 10px;
    font-size: 21px;
}

/*-------------------------Contacts Page---------------------------*/

.contact-head{
    padding: 60px 0 30px 0;
}
.contact-head h1{
    line-height: 1;
    margin-bottom: 30px;
}

.contact-head picture{
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    box-sizing: inherit;
    display: flex;
    height: 390px;
    object-fit: cover;
    
}

.item-contact{
    background-color: #f8eee1;
    padding: 25px 30px;
    width: 376px;
}

.tittle-info{
    display: flex;
    gap: 15px;
    align-items: center;
}

.descr-contact-ifo p{
    line-height: 25px;
    margin-top: 10px;
}

.general-contact-container{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-inline-size: 1200px;
    justify-content: center;
    width: 100%;
}

.descr-contact-ifo ul li{
    color: #5e5e5e;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.descr-contact-ifo ul{
    margin-top: 10px;
}

.descr-contact-ifo ul li a{
    color: #C32828;
}

.schedule{
    padding: 40px 0 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.schedule h3{
    margin-bottom: 12px;
}

a.btn-schedule{
    padding: 15px 35px;
    background-color: #C32828;
    color:#ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    line-height: 1;
}

.schedule h3{
    font-size: 30px;
}

.schedule p{
    line-height: 25px;
    padding-bottom: 20px;
}


/*-------------------------ABOUT US PAGE-------------------*/

.about-head p{
    padding-top: 30px;
}

.about-head{
    padding: 70px 0 90px 0;
}
.about-head h1{
    margin-bottom: 40px;
}

.about-head picture {
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    box-sizing: inherit;
    display: flex;
    height: 400px;
    object-fit: cover;
}

.numbers{
    padding: 120px 0;
    background: url(../image/bg_numbers.jpg) no-repeat center top / cover;
}

.item-number{
    color: #ffffff;
    width: 276px;
}

.item-number span{
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
}
.item-number p{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
    letter-spacing: 0.7px;
    margin-top: 5px;
}

.general-block-number{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    max-inline-size: 1200px;
}

.general-parts h2, .description-certified h2{
    margin-bottom: 30px;
}

.description-parts p:not(:last-child) {
    margin-bottom: 25px;
}

.general-parts, .general-certified{
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
}

.parts{
    padding: 80px 0;
}

.pic-parts, .pic-certified{
    display: flex;
    max-width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;

}

.certified{
    padding: 80px 0;
    background-color: #CD9B62;
}

.description-certified{
    color: #ffffff;
}

.description-certified h2, .description-certified p{
    color: #ffffff;
}

.description-certified p:not(:last-child) {
    margin-bottom: 25px;
}

.text-support-block{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.text-support-block h2{
    margin-bottom: 30px;
}

.text-support-block p:not(:last-child) {
    margin-bottom: 25px;
}

.support-about{
    padding: 80px 0;
}

    
.btn-fixed {
    display: none !important;
    position: fixed;
    bottom: 0;
    z-index: 90; 
    transition: opacity 0.5s;
    opacity: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    border-radius: 0 !important;
    text-align: center !important;
    padding: 17px 0 17px 0 !important;
}

/*-------------------------media----------------------------------*/
    
@media screen and (max-device-width: 768px) and (min-device-width: 360px) {
    .header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: #FFF;
    }

    .footer {
        padding: 40px 0 75px 0;
    }

    .btn-fixed {
        display: block !important;
        opacity: 0;
        transition: opacity 0.5s;
    }

    .btn-fixed.show {
        opacity: 1;
    }
}

@media screen and (max-device-width: 1440px) and (min-device-width: 1200px){
    .tittle-head {
        top: 300px;
        width: 80%;
    }
}
@media screen and (max-device-width: 1199px) and (min-device-width: 1024px){
    .tittle-head {
        top: 300px;
        width: 80%;
    }
    h1{
        font-size: 68px;
        top: 250px;
        line-height: 90px;
    }
}
@media screen and (max-device-width: 1023px) and (min-device-width: 768px){
    .tittle-head {
        top: 280px;
        width: 80%;
    }
    h1{
        font-size: 60px;
        top: 250px;
        line-height: 80px;
    }
}

@media screen and (max-device-width: 801px) and (min-device-width: 360px){
    .item-contact {
        width: 100%;
    }

    .tittle-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .descr-contact-ifo{
        text-align: center;
    }
}

@media screen and (max-device-width: 767px) and (min-device-width: 400px){
    .tittle-head {
        top: 280px;
        width: 80%;
    }
    h1 {
        font-size: 50px;
        top: 250px;
        line-height: 70px;
    }
    .content h1{
        font-size: 50px;
        line-height: 57px;
    }
    .content{
        padding: 60px 0;
    }
}

@media screen and (max-device-width: 460px) and (min-device-width: 400px){
    .content h1{
        font-size: 47px;
        line-height: 57px;
    }
}



@media screen and (max-device-width: 399px) and (min-device-width: 360px){
    .tittle-head {
        top: 280px;
        width: 80%;
    }
    h1 {
        font-size: 43px;
        top: 250px;
        line-height: 63px;
    }
    .content h1{
        font-size: 40px;
        line-height: 45px;
    }
    .content{
        padding: 60px 0;
    }
}

@media screen and (max-device-width: 1024px) and (min-device-width: 768px){
    .general-block-number {
        gap: 50px 20px;
    }
    .item-number {
        width: 326px;
    }
    .numbers {
        padding: 90px 0;
    }
}

@media screen and (max-device-width: 767px) and (min-device-width: 360px){

    .item-number {
        width: 100%;
    }
    .numbers {
        padding: 90px 0;
    }
    .general-block-number {
        gap: 70px;
        text-align: center;
    }
}

@media screen and (max-device-width: 963px) and (min-device-width: 360px){
    .general-parts, .general-certified {
        text-align: center;
        gap: 50px;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-device-width: 1024px) and (min-device-width: 912px){
    .item-privileges {
        width: 316px;
        display: flex;
        gap: 25px;
    }
    .service-block {
        gap: 25px;
        width: 197px;
        height: 300px;
        padding: 40px 30px;
    }
    .services {
        background-color: #CD9B62;
        padding: 90px 0 90px 0;
    }
    .container-pic-why-us{
        display: none;
    }
    .why-us {
        padding: 90px 0;
    }
    .general-us-container {
        grid-template-columns: 1fr;
    }
    .general-customer {
        gap: 30px;
    }
    .general-customer{
        gap: 60px;
        grid-template-columns: 1fr;
    }
    .tittle-customer{
        text-align: center;
    }
    .pic-customer{
        display: none;
    }
    h2 {
        font-size: 50px;
        line-height: 57px;
        margin-bottom: 30px;
    }
}

@media screen and (max-device-width: 911px) and (min-device-width: 768px){
    .general-welcome-container {
        display: grid;
        align-items: center;
        justify-content: center;
        gap: 50px;
        grid-template-columns: 1fr;
    }
    .description-welcome{
        text-align: center;
    }
    h2{
        font-size: 45px;
        font-weight: 900;
        line-height: 57px;
        margin-bottom: 30px;
    }
    .general-us-container {
        grid-template-columns: 1fr;
    }
    .container-pic-why-us{
        display: none;
    }
    .why-us {
        padding: 90px 0;
    }
    .services {
        background-color: #CD9B62;
        padding: 90px 0;
    }
    .general-services-container {
        display: grid;
        gap: 50px;
        align-items: center;
        grid-template-columns: 1fr;
    }
    .description-services{
        text-align: center;
    }
    .service-block {
        gap: 30px;
        width: 281px;
        height: 315px;
        padding: 40px 30px;
    }
    .faq-cont {
        align-items: center;
        padding: 90px 0;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }
    .general-customer{
        gap: 60px;
        grid-template-columns: 1fr;
    }
    .tittle-customer{
        text-align: center;
    }
    .pic-customer{
        display: none;
    }
    .tittle-customer{
        text-align: center;
    }
    .general-customer h2 {
        margin-bottom: 15px;
    }

    .general-support{
        text-align: center;
        gap: 30px;
        grid-template-columns: 1fr;
    }
    .item-privileges {
        width: 100%;
    }
}

@media screen and (max-device-width: 767px) and (min-device-width: 360px){
    .general-welcome-container {
        display: grid;
        align-items: center;
        justify-content: center;
        gap: 50px;
        grid-template-columns: 1fr;
    }
    .description-welcome{
        text-align: center;
    }
    h2, .content h2{
        font-size: 39px;
        font-weight: 900;
        line-height: 47px;
        margin-bottom: 30px;
    }
    .general-us-container {
        grid-template-columns: 1fr;
    }
    .container-pic-why-us{
        display: none;
    }
    .why-us {
        padding: 90px 0;
    }
    .services {
        background-color: #CD9B62;
        padding: 90px 0;
    }
    .general-services-container {
        display: grid;
        gap: 50px;
        align-items: center;
        grid-template-columns: 1fr;
    }
    .description-services{
        text-align: center;
    }
    .service-block {
        gap: 30px;
        width: 281px;
        height: 315px;
        padding: 40px 30px;
    }
    .faq-cont {
        align-items: center;
        padding: 90px 0;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }
    .general-customer{
        gap: 60px;
        grid-template-columns: 1fr;
    }
    .tittle-customer{
        text-align: center;
    }
    .pic-customer{
        display: none;
    }
    .tittle-customer{
        text-align: center;
    }
    .general-customer h2 {
        margin-bottom: 15px;
    }
    .general-support{
        text-align: center;
        gap: 30px;
        grid-template-columns: 1fr;
    }
    .review {
        padding: 55px 40px;
        background: #FBF9F8;
        width: 100%;
    }
    .item-privileges {
        padding: 35px;
        width: 100%;
        gap: 25px;
    }
    .pic-container{
        display: none;
    }
    .tittle-customer span {
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 34px;

    }
    .customer-reviews, .faq-cont, .services, .why-us{
        padding: 70px 0;
    }
    .customer {
        padding: 70px 0 90px 0;
        background: #293942;
    }

}




@media screen and (max-device-width: 1024px) and (min-device-width: 360px){

    .nav-icon{
        display: block;
    }

    .general-priv{
        gap: 20px;
        grid-template-columns: 1fr;
    }

    .content-description-about{
        padding: 0 20px;
        width: 100%;
    }

    .logo{
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 1000;
        width: 100%;
    }

    .btn-head-mob{
        display: block;
    }

    .nav-menu{
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: #0B0B0B;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        top: -100%;
        left: 0;
        opacity: 0.9;
        transition: all 0.4s ease-in-out;
        opacity:0;
    }

    .nav-menu li a {
        font-size: 16px;
        letter-spacing: 0.7px;
        font-weight: 500;
        color: #a3a3a3;
    }
    .nav-menu li a:hover{
        color: #646464;
    }

    .nav-menu{
        gap: 45px;
    }
    .active{
        top: 0;
        z-index: 999;
        transition: 0,2s ease ;
        transition: top 1,5s;
        opacity: 100;

    }

}




