

/* Start:/local/templates/main/styles.css?17292349971281*/
.vacancy-icons-descs {
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 25px;
    bottom: 25px;
}
.desc-icon img {
    max-height: 50px;
}
img.avito {
    width: 100px;
    margin-left: 20px;
}
.desc-icon {
    display: flex;
    align-items: center;
}
.title_nap {
    height: 100px;
    display: flex;
    align-items: center;
}
.features_topl {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.fe_block {
    width: 30%;
    display: block;
    background: white;
    padding: 24px;
    height: 200px;
    border: solid 13px #3a7cbf;
}
.bigin {
    font: 500 24px/36px CynthoSlabProBlack, sans-serif;
    text-transform: uppercase;
    color: #3a7cbf;
    margin: 0px 0 24px 0;
    padding: 0;
	text-align: center;
}
span.ltl {
    font-size: 12px;
}

.txt_feblock {
    color: #3a7cbf;
    text-align: center;
}
.fe_block {
  margin: 2rem 0;

  
  /* Скроем элемент в начальном состоянии */
  opacity: 0;
  transform: translateY(20px);
}

.fe_block.element-show {
  opacity: 1;
  transition: all 1.5s;
  transform: translateY(0%);
}
.fe_block.justtfe {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
/* End */
/* /local/templates/main/styles.css?17292349971281 */
