@media (max-width: 768px) {
  /*Стили блока "Шапка"*/
  .header {
    padding: 20px;
    height: fit-content;
    display: flex;
    flex-direction: column;
  }
  
  .top-panel {
    display: flex;
    flex-direction: column;
    margin: 10px 25px;
    align-items: center;
    justify-content: space-between;
  }
  
  .header-logo {
    display: flex;
    justify-content: center;
  
  }
  
  .header-logo-image {
    width: 100px;
    height: 100px;
  }
  
  .header-contact-block{
    color:#FFFFFF;
    font-size: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
  }
  
  .header-contact-image {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  
  .header-contact-link{
    color: #FFFFFF;
    
  }
  
  .menu {
    margin-top: 5px;
  }
  
  .menu-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
  }

  .menu-list-item {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #FFFFFF;
  }

  .menu-list-link {
    font-family: 'PT Serif', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    
  }
  
  .menu-list-link:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
    color: gold;
  }
  
  .search-block {
    display: none;
  }
  
 
  /*Стили контента*/
  .page-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 4px;
    height: fit-content;
    padding: 5px;
  }
  
  main {
     width: 100%;
    margin-left: 0;
    padding: 15px 0;
  }
  
  .page-content-aside { 
    display: none;
  }
  .aside-content {
    display: none;
  }

  .main-content{
    width: 100%;
  }
  
  .main-content-section > p {
    padding-left: 10px;
  }

  .main-content-section > h3 {
    padding-left: 10px;
  }

  .cart-list-components {
    flex-direction: column;
    margin-top: 10px;
    padding-left: 0;     
  }

  .cart-list-item{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-content-contact-text {
    padding-left: 10px;
  }

  .main-content-scheme {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-title {
    font-family: 'PT Serif', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #000;
    margin-right: auto;
    margin-left: auto;
  }
  
  .form {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
  }
  
  .form > input {
    width: inherit;
    height: 30px;
    margin-bottom: 11px;
    box-sizing: border-box;
    font-size: 20px;
  }
  
  .form > textarea {
    width: inherit;
    height: 159px;
    margin-bottom: 12px;
    box-sizing: border-box;
    resize: none;
    font-size: 20px;
  }
  
  .form-item {
    font-family: 'PT Serif', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    color: #000;
    padding-left: 8px;
    outline: none;
  }
  .form-item:focus {
    border-color: gold;
  }
  .form > button {
    width: 200px;
    height: 30px;
    font-family: 'PT Serif', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #0087b0;
    border: none;
    border-radius: 6px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .form > button:hover {
      color: gold;
  }
  
  .about {
    width: 100%;
    font-family: 'PT Serif', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  
  .main-content-title {
    font-family: 'PT Serif', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
  }
  
  .main-content-subtitle {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 20px;
  }
  
  .main-content-subtitle > img {
    width: 25px;
    height: 25px;
    margin-right: 20px;
  }
  
  .main-content-subtitle > h3 {
    margin: 0;
    font-family: 'PT Serif', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    text-align: left;
    color: #0087b0;
  }
  
  .main-content-list-item{
    font-size: 20px;
  }
 
 .main-content-block{
  width: 98%;
 }

  .main-content-block-header{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
  }
  
  .main-content-block-description{
    padding: 10px;
    margin: 0;
  }
  
  .main-content-block-image{
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
    
  .main-content-block-header-param{
   display: flex;
   flex-direction: column;
   margin-left: 10px;
  }
  
  .footer{
    text-align: center;
    font-size: 18px;
    
    background-color: #0087b0;
    color: white;
    padding: 25px 15px;
  }
  
  .footer-link{
    color: #ffffff;
  }  

  /*Добавленные стили*/  


.list-item{
 box-sizing: border-box;
  flex-direction: column;
  justify-content: start;
  align-items: center;

}

.list-item-image-block{
  border-right: none;
}

.list-item-block{
  border: none;
}
.list-item-image{
  width: 30%px;
  padding: 10px;
  border: none;
} 

.list-item-title{
  width: 100%;
  padding: 10px;
  text-align: center;
}

.list-item-features{
  border: none;
  padding: 15px;
  text-align: left;
  box-sizing: border-box;
  width: 90%;
}
.list-item-feature{
  width: 100%;
  padding-left: 15px;
}
}
  
