.company_about {
  padding-top: 90px;
}
@media only screen and (max-width: 1400px) {
  .company_about {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1100px) {
  .company_about {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 860px) {
  .company_about {
    padding-top: 50px;
  }
}
.company_about .h2 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 860px) {
  .company_about .h2 {
    margin-bottom: 20px;
  }
}
.company_about .present {
  gap: 50px;
  align-items: stretch;
}
@media only screen and (max-width: 1400px) {
  .company_about .present {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1100px) {
  .company_about .present {
    gap: 20px;
  }
}
@media only screen and (max-width: 1400px) {
  .company_about .present .left {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .company_about .present .left img {
    width: 100%;
  }
}
.company_about .present .right {
  justify-content: space-between;
}
@media only screen and (max-width: 1400px) {
  .company_about .present .right {
    width: 100%;
  }
}
.company_about .present .right .text {
  margin-bottom: 20px;
}
@media only screen and (max-width: 860px) {
  .company_about .present .right .text {
    margin-bottom: 10px;
  }
}
.company_about .present .right .tabs {
  width: fit-content;
  gap: 20px;
  font-family: TTDB;
  font-size: 20px;
}
.company_about .present .right .tabs .tab {
  padding: 20px;
  background: var(--c1);
  border-radius: 10px;
}
.company_about .present .right .tabs .tab::before {
  content: ">";
  color: var(--c5);
}
@media only screen and (max-width: 1100px) {
  .company_about .present .right .tabs .tab {
    width: 100%;
  }
}
@media only screen and (max-width: 860px) {
  .company_about .present .right .tabs .tab {
    padding: 14px 10px;
    font-size: 14px;
  }
}
.company_about .managers {
  padding-top: 100px;
  gap: 20px;
}
@media only screen and (max-width: 1620px) {
  .company_about .managers {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1100px) {
  .company_about .managers {
    grid-template-columns: 1fr;
    padding-top: 20px;
  }
  .company_about .managers .manager .info {
    width: 100%;
  }
}
.company_about .managers .manager {
  align-items: stretch;
  gap: 0;
}
.company_about .managers .manager .info {
  text-align: right;
  padding: 40px 20px;
  border-radius: 0px 20px 0px 20px;
  background: var(--c1);
  transition: 0.3s;
  color: var(--c4);
}
@media only screen and (max-width: 640px) {
  .company_about .managers .manager .info {
    padding: 25px 15px;
  }
}
.company_about .managers .manager .info .fio {
  font-family: MSB;
}
.company_about .managers .manager .info:hover {
  background: var(--c5);
  color: var(--c0);
}
@media only screen and (max-width: 1100px) {
  .company_about .managers .manager.bottom {
    flex-direction: row-reverse;
  }
}
.company_about .managers .manager.bottom .info {
  justify-content: flex-end;
  border-radius: 20px 0px 20px 0px;
}
@media only screen and (max-width: 860px) {
  .company_about .managers .manager .photo {
    width: 170px;
  }
}
@media only screen and (max-width: 640px) {
  .company_about .managers .manager .photo {
    width: 145px;
  }
}
.company_about .add_blue_inscription {
  font-family: "MB";
  font-size: 20px;
  text-transform: uppercase;
  color: #378bff;
  margin-top: 30px;
}
@media only screen and (max-width: 1100px) {
  .company_about .add_blue_inscription {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .company_about .managers {
    order: 2;
  }
  .company_about .add_blue_inscription_container {
    order: 1;
  }
}/*# sourceMappingURL=company_about.css.map */