

/* Start:/local/templates/pastuh/css/o-nas.css?17284529416222*/
.about {}

.about__breadcrumbsa {
  display: flex;
  gap: 5px;
}

.about__breadcrumbs a {

  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  color: #949799;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding-bottom: 2px;
}

.about__breadcrumbs a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: #949799;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}

.about__breadcrumbs span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  color: #949799;
}

.about__breadcrumbs a:hover::after {
  transform: scale(1);
}

.about__title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
  font-family: Arial, Helvetica, sans-serif;
}

.about__img {
  max-width: 718px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.about__text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #35415b;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 1220px;
}

.about__text span {
  font-weight: 600;
}

.about__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-bottom: 60px;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 900px) {
  .about__inner {
    align-items: center;
  }
}

.about__item {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: center;
  flex-direction: column;
  max-width: 368px;
  flex: 1;
}

.about__item-elems {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about__item-elem {
  display: flex;
  flex-direction: column;
  gap: 6px;

  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #35415b;
}

.about__item-elem p,
.about__item p {
  display: flex;
  flex-direction: column;

  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #35415b;
}

.about__item-elem a,
.about__item a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #0558A8;
  transition: all 0.2s ease-in-out;
}

.about__item-elem a:hover,
.about__item a:hover {
  text-decoration: underline;
}

@media(max-width:830px) {
  .about__inner {
    flex-direction: column;
  }
}


@media(max-width:400px) {
  .about__title {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .about__text {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .about__item p {
    font-size: 14px;
    line-height: 25px;
  }

  .about__inner {
    margin-bottom: 20px;
  }

}


.about__inf {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #35415b;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 1220px;
}

@media(max-width:800px) {
  .about__inf {
    font-size: 14px;
  }
}

.about__inf span {
  font-weight: 600;
}

.about__offer {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #35415b;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 1220px;
}

@media(max-width:800px) {
  .about__offer {
    font-size: 14px;
  }
}

.about__offer span {
  font-weight: 600;
}

.about__offer-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about__offer-item img {
  width: 20px;
  height: 20px;
}

.about__advantages {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #35415b;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 1220px;

  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media(max-width:800px) {
  .about__advantages {
    font-size: 14px;
  }
}

.about__advantages-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about__advantages span {
  font-weight: 600;
}

.about__advantages-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about__advantages-item::before {
  content: '•';
  font-size: 30px;
}

.about__advantages-item a{
  color: #35415b;
  font-size: 16px;
  text-decoration: none;
  
}

.about__advantages-item a:hover{
  text-decoration: underline;
}

.about__letters-text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #35415b;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 1220px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}



.about__letters-text a {
  color: #35415b;
  font-weight: 400;
  text-decoration: underline;

}

.about__certificate-title {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #35415b;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 1220px;

  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media(max-width:800px) {
  .about__certificate-title {
    font-size: 14px;
  }
}

.about__certificate-title span {
  font-weight: 600;
}

.about__certificate {
  margin: 40px 0 60px 0;
}

.about__certificate .news-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  gap: 20px;
}

.about__certificate-item {
  cursor: pointer;
  border: 1px solid #000;

}

.popup-certificate {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, background 0.2s ease-in-out;
  visibility: hidden;
  padding: 10px;
}

.about__certificate-title {
  margin: 0 0 20px 0;
}

.about__certificate-title h2 {
  font-size: 29px;
  line-height: 34px;
}

.popup-certificate.active {
  background: rgba(0, 0, 0, 0.85);
  visibility: visible;
}

.popup__certificate-item {
  width: max-content;
  height: max-content;
  margin: 0 15px;
}

.popup__certificate-item img {
  max-width: 550px;
  width: 100%;
  height: auto;
}

@media screen and (max-width:800px) {
  .about__certificate .news-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width:570px) {
  .about__certificate .news-list {
    grid-template-columns: 1fr;
  }
}
/* End */
/* /local/templates/pastuh/css/o-nas.css?17284529416222 */
