

/* Start:/include/own_style.css?17537778463387*/
.header_pic{
  /*   background-image: url(/moscow-2021/баннер%20выставка.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 281px; */
    text-align: center;
  }
  
  .main-content{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-image: url(/moscow-2021/фон%20выставка%20градиент1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    align-items: center;  
    line-height: 1.3em;
  }
  
  .main-title{
    font-size: 32px;
    margin-top: 40px;
    line-height: 1.5em;
    text-align: center;
  }
  
  .main-btn{
    text-decoration: none;
    color: inherit;
    margin-top: 60px;
  }
  
  .main-btn a{
    text-decoration: none;
    color: white !important;
    font-size: 30px;
    text-align: center;
    border: 1px solid #CD2628;
    border-radius: 20px;
    padding: 20px 60px;
    background-color: #CD2628;
  }
  
  .main-btn:hover{
    color: white !important;
  }
  
  .rasp{
    display: flex;
    margin: 60px;
    text-align: center;
    font-size: 26px;
    line-height: 1.3em;
  }
  
  .raps__lock{
    margin-right: 100px;
  }
  
  .goods{
    font-size: 32px;
    color: #CD2628;
    margin-bottom: 60px;
  }
  
  .goods-list{
    display: flex;
    width: 70%;
    justify-content: space-around;
    flex-wrap: wrap;
    list-style-type: none;
  }
  
  .list__item{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 0 40px 0;
    width: 40%;
    background-color: grey;
    border-bottom-right-radius: 20px;
    color: white;
    list-style-type: none;
  }
  
  .item__title{
    margin-bottom: 10px;
  }

  .item__subtitle{
    margin: 20px 25px;
    height: 60px
  }
  
  @media (max-width: 999px) and (min-width: 320px) {
    .list__item{
      font-size: 14px;
      margin: 0 0 40px 0;
      width: 100%
    }
    .main-title{
      font-size: 24px;
    }
    .raps__lock{
      margin-right: 30px;
    }
    .rasp{
      font-size: 18px;
    }
    .main-btn a{
      font-size: 20px;
    }
    .goods-list{
      flex-direction: row;
      margin: 0;
    }
    .item__title{
      margin: 0 10px;
    }
    .item__subtitle{
      height: auto;
      margin: 15px 7px;
    }
    .final__desc{
      padding: 10px;
    }
  }
  
  @media (max-width: 769px) and (min-width: 320px) {
    .rasp{
      margin: 60px 0;
      flex-direction: column;
    }
    .raps__lock{
      margin: 10px 0 30px 0;
    }
  }
  
  
  @media (max-width: 321px) {
    .list__item{
      font-size: 12px;
    }
  }
  
  .main-btn__link:hover {
    color: white !important;
  }
  
  .main-btn__link{
    color: white !important;
  }
  
  .list__item img{
    width: 100%;
    margin: 0 !important;
  }

  .final__desc{
    font-size: 18px;
    text-align: center;
    display: flex;
    /* width: 70%; */
    flex-direction: column;
    align-items: center;
    margin: 40px 0;
  }

  .final__desc ul{
    text-align: left;
  }
.new_btn a{
padding: 20px 60px;
    background: #ca1e25;
    border-radius: 32px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    box-shadow: 0px -2px 0px 2px rgb(133 15 19) inset;
}
/* End */
/* /include/own_style.css?17537778463387 */
