 .podzag{
        text-align: center;
   font-weight: 700;
    margin-top: 50px;
  }
  .kont{
  font-size:20px;
    font-weight:500;
    display:flex;
  }
  .kont .type{
  font-weight:400;
    margin:20px 0 5px 0;
  }
  .kont .text{
  padding:0 20px 0 0;
  }
  .kont .button{
  position:relative;
    width:300px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:20px;
    cursor:Pointer;
    border-radius:3px;
    background:#2997ff;
    margin:20px 0 0 0 ;
  }
  .kont .social{
  position:relative;
    margin:20px 0;
    font-size:30px;
    color:#2997ff;
  }
  .kont #map{
  margin:0 0 0 auto;
    position:relative;
    width:50%;
  }
@media(max-width:800px){
  .content-page-title{
  font-size:20px;
    padding:20px 10px;
  }
  .podzag{
    
    margin-top:20px;
  }
  .kont{
  flex-wrap:Wrap;
    font-size:16px;
    margin:20px 0;
    line-height:16px;
  }
  .kont #map {
  width:100%;
    margin:20px 0;
  }
  .kont .button{
  width:100%;
  }
  .kont .text{
  padding:0;
    width: 100%;
  }
}


