	@media (max-width: 750px) {
   .content_docum_file a{
   	display: inline-block;
    white-space: nowrap; /* Отменяем перенос текста */
    width: 200px;
    overflow: hidden; /* Обрезаем содержимое */
    text-overflow: ellipsis; /* Многоточие */
   }

	}
.uslugi_price {
  font-size: 30px;
}

a.txttohtmllink {
  font-size:0;
}

a.txttohtmllink:after {
font-family: "FontAwesome";
    content: "\f08e";
    margin-left: 5px;
  font-size:14px;    
}

.tags.element{
  font-size: 18px;
}

.tags.element a{
  /*color: black;*/
  margin-right: 5px;
  text-decoration: underline;
}

.h1, h1 {
    font-size: 2rem !important;
}
.h2, h2 {
    font-size: 1.5rem !important;
}

.bx-breadcrumb {
    margin: 0 !important;
}

form#add-job textarea { 
  resize: none !important; 
  border-radius: 20px;
}

.sticky-top {
  top: 30px !important;
}

.news_blocks {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

@media (max-width: 768px) {
.content [class*="col-"] {
flex: 0 0 100% !important;
max-width: 100% !important;
margin-bottom: 15px;
}
.table{
  font-size: 13px !important;
}
}