/*
Theme Name: PromSoftLab
Version: 1.0
Description: 
Author: Oleg Putintsev
Author URI: https://wizardlab.ru
*/

* {
  margin: 0;
  padding: 0;
}
.what__box-central {
  justify-content: center;
  align-items: center;
}

.chznak{
  position: absolute;
  right: 0;
  top: -100px;
  display: inline-flex;
  z-index: 100;
}
.chznak img {

}
@media screen and (max-width: 576px) {
  .chznak{
    right: 16px;
  }
}
@media screen and (max-width: 440px) {
  .chznak{
    position: relative;
    top: unset;
    float: none;
    margin: 0 0 24px 16px;
  }
  .section-first__img {
    position: relative;
    top: unset;
    padding: 0 0 92px;
    margin: -48px 0 0;
  }
}
.project__files {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 12px;
}
.project__files a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  max-width: 90px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.project__files_title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 24px 0 12px;
}