#praces{
  padding-bottom: 50px;
}
.praces_header{
  height: 55vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../img/price.jpg);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.praces_header:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.praces_head_content{
  padding-top: 90px;
  width: 500px;
  position: relative;z-index: 1;
}
.praces_head_content h3{
  font-family: Montserrat;
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
   line-height: normal;
   letter-spacing: 3px;
   text-align: center;
   color: #fff;
}
.praces_head_content h1{
  font-family: KudryashevHeadline;
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}
.praces_head_content p{
  font-family: Montserrat;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 85%;
    margin:0 auto;
}
.price_content{
    padding:20px 0 40px 0;
}
.filter_menu{
  width: 100%;
  display: flex;
  justify-content: center;
  padding:40px 0 0px 0;
}
.filter_menu ul{
  width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.filter_menu ul li{
  margin:0 26px;
}
.filter_menu ul li button{
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: center;
  color:#686a75;
  padding:0 10px 5px 10px;
  border: none;
  border-bottom: 1px solid #686a75;
  transition: 0.2s linear;
  background-color: transparent;
  cursor: pointer;

}
.filter_menu ul li button:hover{
  color:#f48120;
  border-color: #f48120;
  transition: 0.2s linear;
}
.filter_menu ul li button.active{
  color:#f48120;
  border-color: #f48120;
}
.price_content_main h1{
  font-family: KudryashevHeadline;
font-size: 40px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #2f3036;
margin-top: 80px;
margin-bottom: 20px;
}
.price_content_main ul li {
  display: flex;
  justify-content: space-between;
  padding:20px 0;
  border-bottom: 1px solid #d1d1d1;
}
.price_content_main ul li span{
  font-family: Montserrat;
   font-size: 20px;
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
   line-height: normal;
   letter-spacing: normal;
   color: #2f3036;
}
.price_content_main ul li span:last-child{
   font-size: 18px;
   line-height: 1.09;
}
@media (max-width:568px) {
  .praces_header{
    height: 50vh;
  }
  .praces_head_content h1{
    font-size: 40px;
  }
  .praces_head_content h3{
    font-size: 12px;
  }
  .filter_menu ul li button{
    font-size: 14px;
  }
  .price_content_main h1{
    margin-top: 40px;
  }
  #praces{
    padding-bottom: 60px;
  }
  .price_content_main ul li span{
    font-size: 11px;
  }
  .price_content_main ul li span:last-child{
    font-size: 12px;
  }
}
@media (min-width:568px) and (max-width:768px) {
  .praces_header{
    height: 50vh;
  }
  .praces_head_content h1{
    font-size: 45px;
  }
  .praces_head_content h3{
    font-size: 12px;
  }
  .filter_menu ul li button{
    font-size: 14px;
  }
  .price_content_main h1{
    margin-top: 40px;
  }
  #praces{
    padding-bottom: 60px;
  }
  .price_content_main ul li span{
    font-size: 16px;
  }
  .price_content_main ul li span:last-child{
    font-size: 16px;
  }
}
