

/* Start:/organizatoram/style.css?17774748704173*/
@charset "UTF-8";
.content {
  padding-top: 0 !important;
}

@media (min-width: 992px) {
  .zakupki {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    grid-template-areas: "content image";
  }
}

.zakupki__main-block {
  grid-area: content;
  padding: 30px 0;
}
.zakupki__main-block h1 {
  font-size: 3rem;
  line-height: 1.1;
  color: var(--textPrimary);
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .zakupki__main-block h1 {
    font-size: 4rem;
    text-align: left;
  }
}
.zakupki__main-block p {
  font-size: 1.8rem;
  line-height: 1.57;
  color: var(--textPrimary);
  margin-bottom: 20px;
}

.org__btn {
  text-align: center;
}
@media (min-width: 992px) {
  .org__btn {
    text-align: left;
  }
}
.org__btn .vd__btn {
  margin-top: 30px;
  font-size: 2rem !important;
}

.partners__grid {
  display: grid;
  grid-template-areas: "content" "image";
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .partners__grid {
    grid-template-areas: "content image";
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}
.partners__grid h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  padding-top: 40px;
  padding-bottom: 20px;
  text-transform: none;
  text-align: center;
}
@media (min-width: 992px) {
  .partners__grid h3 {
    text-align: left;
  }
}
.partners__grid ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 30px;
}
.partners__grid ul li {
  background: url("/local/templates/vecdev/images/icons/check.svg") no-repeat left top;
  background-position-y: 0.7rem;
  background-size: 1.7rem;
  margin: 5px 0;
  padding: 6px 0;
  padding-left: 30px;
  font-size: 1.8rem;
}
.partners__grid p {
  font-size: 1.8rem;
  color: #333;
}

@media (min-width: 992px) {
  .partners__grid--inverse {
    grid-template-areas: "image content";
  }
}

.p__image {
  grid-area: image;
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .p__image {
    margin-top: 0;
  }
}
.p__image img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
  -o-object-fit: contain;
}
@media (min-width: 768px) {
  .p__image img {
    max-height: 400px;
  }
}

.p__deal {
  grid-area: content;
}

.p__title {
  text-align: center;
}
.p__title h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  padding-top: 40px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p__title h2 {
    padding-top: 100px;
    font-size: 4rem;
    padding-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
}

.p__article {
  padding-top: 100px;
}

.p__contacts h3 {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 15px;
  padding-top: 15px;
}

.organizatoram__faq {
  background: #fff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}
.faq-answer p {
  font-size: 1.8rem;
  line-height: 1.57;
  padding-bottom: 20px;
}

.faq-item {
  padding-top: 30px;
  border-bottom: 1px solid #BDBDBD;
}
.faq-item h3 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--textPrimary);
  padding-left: 40px;
}

.faq-question {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  position: relative;
}

.toggle-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid --greenPrimary;
  margin-right: 20px;
  border-radius: 4px;
}

.toggle-icon::before,
.toggle-icon::after {
  content: "";
  position: absolute;
  background-color: var(--greenPrimary);
  transition: opacity 0.3s;
}

.toggle-icon::before {
  width: 60%;
  margin: 0 auto;
  height: 2px;
}

.toggle-icon::after {
  width: 2px;
  height: 60%;
  margin: auto 0;
}

.faq-item.open .toggle-icon::after {
  opacity: 0;
}

.faq-item.open .faq-answer {
  max-height: 200px; /* Можно настроить в соответствии с вашими потребностями */
}

.alert-success {
  padding: 10px;
  background: #6bf787;
  color: #005310;
  font-weight: 600;
  border-radius: 12px;
  font-size: 1.7rem;
  margin-bottom: 20px;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /organizatoram/style.css?17774748704173 */
