@media(max-width: 995px) {

  .about__content {
    min-width: 100%;
    gap: 30px;
  }

  .about__content-description{
    text-align: center;
    width: auto;
  }
  
  .about__content-button-wrapper{
    justify-content: center;
  }

  .about__content-wrapper{
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    flex-direction: column-reverse;
  }

  .services__item {
    grid-template-columns: auto auto; 
    justify-items: center;
    align-items: center;
  }

  .list__item-img-wrapper {
    height: 180px;
  }

  .list__item-img {
    width: auto;
    height: 100%;
  }

  .services__item-content-wrapper {
    max-width: 670px;
  }

  .about__content {
    min-width: 100%;
  }

  .accordion-wrapper {
    padding: 20px 40px;
  }
}
@media(max-width: 860px) {
  body{
    padding-inline: 20px;
  }

  .header__content-description{
    width: auto;
  }
  
  .header__img-wrapper {
    position: relative;
    max-width: 400px;
    width: 100%;
    right: auto;
    top: auto;
  }

  .header__content-description-wrapper-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 400px;
  }

  .header__wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    width: 100%;
    flex-direction: column-reverse;
  }

  .header__content{
    text-align: center;
    align-items: center;
  }

  .header__content-description-aboutus{
    align-items: center;
  }

  .header_imgaboutuscont{
    width: auto;
    top: -100px;
    opacity: 0.5;
    filter: blur(10px)  brightness(0.7);
    right: auto;
  }

}
@media(max-width: 768px) {
  .header__content-description,
  .header__content-description-button {
    font-size: 16px;
  }
  

  .navigation__list-link {
    font-size: 18px;
  }

  .services__list {
    gap: 30px;
  }

  .services__item {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  
  .services__item:nth-child(2) .list__item-img-wrapper,
  .about-pbx__item:nth-child(1) .list__item-img-wrapper,
  .dailer__item:nth-child(1) .list__item-img-wrapper,
  .telephony__item:nth-child(1) .list__item-img-wrapper,
  .virtual-numbers__item:nth-child(1) .list__item-img-wrapper {
    order: 1;
  }

  .services__item:nth-child(2) .services__item-content-wrapper,
  .about-pbx__item:nth-child(1) .about-pbx__item-content-wrapper,
  .dailer__item:nth-child(1) .dailer__item-content-wrapper,
  .telephony__item:nth-child(1) .telephony__item-content-wrapper,
  .virtual-numbers__item:nth-child(1) .virtual-numbers__item-content-wrapper  {
    order: 2;
  }

  .services__item:last-child .list__item-img-wrapper,
  .about-pbx__item:last-child .list__item-img-wrapper,
  .dailer__item:last-child .list__item-img-wrapper,
  .telephony__item:last-child .list__item-img-wrapper,
  .virtual-numbers__item:last-child .list__item-img-wrapper {
    order: 1;
  }

  .services__item:last-child .services__item-content-wrapper,
  .about-pbx__item:last-child .about-pbx__item-content-wrapper,
  .dailer__item:last-child .dailer__item-content-wrapper,
  .telephony__item:last-child .telephony__item-content-wrapper,
  .virtual-numbers__item:last-child .virtual-numbers__item-content-wrapper {
    order: 2;
  }

  .list__item-img-wrapper {
    max-width: 430px;
    height: auto;
  }

  .list__item-img {
    width: 100%;
    height: auto;
  }

  .footer__modal-form {
    padding: 25px;
  }

  .form__close {
    width: 20px;
    height: 20px;
  }

    .header__content-aboutus{
    font-size: 14px;
  }
}
@media(max-width: 640px) {
  .list__item-content-wrapper {
    padding: 20px;
    border-radius: 30px;
  }
  
  .list__item-content-description {
    margin-top: 25px;
  }

  .list__item-content-list {
    gap: 15px;
    margin-top: 25px;
  }

  .services__item-content-button {
    margin-top: 30px;
  }

  .accordion-wrapper {
    padding: 20px;
    border-radius: 30px;
  }

  .accordion-trigger__pluse-wrapper {
    min-width: 15px;
    height: 15px;
  }

  .accordion-trigger__pluse-wrapper svg {
    width: 100%;
    height: 100%;
  }

  .footer__modal-form {
    padding: 20px;
    border-radius: 30px;
  }
}
@media(max-width: 539px) {
 

  .accordion__content-description {
    font-family: var(--second-family);
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 0.07em;
    margin-top: 20px;
  }

  .navigation__list-menu {
    position: fixed;
    top: 20px;
    right: 0;
    width: 50%;
    height: auto;
    flex-direction: column;
    gap: 15px;
    padding: 25px 15px;
    background: rgba(22, 22, 22, 1);
    transform: translateX(100%);
    border-radius: 15px;
    border: 1px solid rgba(147, 173, 176, 0.3);
    transition: transform .5s ease;
    z-index: 101;
  }
  .navigation__list-menu.activeburger {
    transform: translateX(-15px);
    transition: transform .5s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
  .navigation__wrapper .backg-blur {
    display: none;
  }
  .navigation__wrapper .backg-blur.activeburger {
    display: block;
  }
  
  .navigation__sublist-menu {
    position: relative;
    padding: 0;
    height: 0;
  }
  .navigation__list-item-wrapper{
    padding: 0;
  }
  .navigation__list-item-wrapper:hover .navigation__sublist-menu {
    padding: 15px 0 0 0;
    height: 100%;
    border: none;
  }

  .burger-menu-wrapper {
    display: grid;
    gap: 6px;
    width: 20px;
  }

  .brief-description__title{
    font-size: 14px;
  }

  .burger-menu {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 20px;
    background: #fff;
  }
  .burger-menu-wrapper::before,
  .burger-menu-wrapper::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 20px;
    background: #fff;
  }



  .footer__bottom-content {
    flex-wrap: wrap-reverse;
    justify-content: center;
    gap: 20px;
}
}

@media(max-width: 400px) {
  .header__wrapper{
    gap: 0;
  }
  .header__content-title{
    font-size: 26px;
  }

  .header__content-description, .header__content-description-button{
   font-size: 14px;
  }
}